# Generated by Makefile. Do not edit. commit 43cdbdb3698347c57516da9c16c69af614b300c3 Author: Bruno Coudoin Date: Sat Jan 7 01:16:00 2012 +0100 windows installer: fixed a potential directory erasing at uninstall or reinstall time. I don't know in which case this directory erasing was trigged but in case I prefer to leave uneeded files that removing user data. gcompris-installer.nsi.in | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit be0d3c402a782c41987865b779291561a414a035 Author: Jeremy Bicha Date: Fri Jan 6 17:03:30 2012 -0500 Add to Education category GCompris is definitely an Education app and Debian has been patching this for 4 years. gcompris.desktop.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9899b2264c72813dbc19b7a45d3d93a2261f7869 Author: Hans de Goede Date: Mon Jan 2 21:33:33 2012 +0100 Added ifdefs to compile with gdkpixbuf > 2.24 .../algebra_guesscount.c | 7 +++ src/awele-activity/awele.c | 10 ++++ src/babymatch-activity/shapegame.c | 32 +++++++++++- src/boards/menu2.c | 12 ++++ src/boards/py-mod-skin.c | 4 ++ src/boards/py-mod-utils.c | 4 ++ src/chess_computer-activity/chess.c | 4 ++ src/clickgame-activity/clickgame.c | 5 ++ src/crane-activity/crane.c | 12 ++++ src/enumerate-activity/enumerate.c | 12 ++++ src/erase-activity/erase.c | 4 ++ src/fifteen-activity/fifteen.c | 4 ++ src/gcompris/about.c | 4 ++ src/gcompris/bonus.c | 4 ++ src/gcompris/gameutil.c | 4 ++ src/gcompris/gcompris.c | 12 ++++ src/gcompris/images_selector.c | 8 +++ src/gcompris/timer.c | 16 ++++++ src/hanoi_real-activity/hanoi_real.c | 8 +++ src/imageid-activity/imageid.c | 4 ++ src/leftright-activity/leftright.c | 4 ++ src/magic_hat_minus-activity/magic_hat.c | 8 +++ src/maze-activity/maze.c | 8 +++ src/memory-activity/memory.c | 20 +++++++ src/missing_letter-activity/missingletter.c | 16 ++++++ src/money-activity/money.c | 4 ++ src/photohunter-activity/photohunter.c | 7 ++- src/railroad-activity/railroad.c | 8 +++ src/reversecount-activity/reversecount.c | 16 ++++++ src/scalesboard-activity/scale.c | 29 ++++++++++ src/submarine-activity/submarine.c | 56 ++++++++++++++++++++ src/tangram-activity/gtans_interface.c | 10 ++++ src/wordprocessor-activity/wordprocessor.c | 8 +++ 33 files changed, 362 insertions(+), 2 deletions(-) commit 01582f6a6fae98e6dbd9908056ba0d369976e2b3 Author: Мирослав Николић Date: Sat Dec 31 03:27:32 2011 +0100 Updated Serbian translation po/sr.po | 1822 ++++++++++++++++++++++++++++++++++---------------------- po/sr@latin.po | 1826 ++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 2244 insertions(+), 1404 deletions(-) commit d2fcb71ff9ed6e722a5ba978e5c843e3e8da6d73 Author: Bruno Coudoin Date: Fri Dec 30 18:14:00 2011 +0100 guessnumber: fixed a potential crash at exit time. Give focus on the entry box. src/guessnumber-activity/guessnumber.py | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit a211bf8588c92a6f0893b04c49dab232325a774d Author: Bruno Coudoin Date: Thu Dec 29 21:27:29 2011 +0100 braille fun: added audio feedback. src/braille_fun-activity/braille_fun.py | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) commit 56038822e9ec75fef451d020f516e93a13268bf6 Author: Bruno Coudoin Date: Thu Dec 29 21:09:15 2011 +0100 windows installer: now we properly erase all our files at unistallation time Makefile.mingw.in | 3 +-- config.h.mingw.in | 2 +- gcompris-installer.nsi.in | 29 ++++++++++++----------------- tools/create_nsis_translations.pl | 2 +- 4 files changed, 15 insertions(+), 21 deletions(-) commit 8da2b501c2ae341d837673c505cf42e0631ca365 Author: Bruno Coudoin Date: Thu Dec 29 21:08:31 2011 +0100 braille alphabet: improved to audio play the letter to find .../braille_alphabets.py | 34 +++++++++++++++++--- 1 files changed, 29 insertions(+), 5 deletions(-) commit d3ee8e0d578cf6ce5df499a6185f0a2bebd54a58 Author: Bruno Coudoin Date: Thu Dec 29 21:08:00 2011 +0100 braille lotto: fixed not to go back to the main menu at the end At the end, this activity was not cleaning itself properly. Improved it a little bit the layour to accomodate with longer translated text Added sound effects. src/braille_lotto-activity/braille_lotto.py | 41 ++++++++------ .../resources/braille_lotto/button1.svg | 55 +++++++------------ .../resources/braille_lotto/callout1.svg | 29 ++++++---- .../resources/braille_lotto/callout2.svg | 29 ++++++---- 4 files changed, 77 insertions(+), 77 deletions(-) commit e1f1c529eee6bdbe7d7dd2b46c8735ce53dd0617 Author: Bruno Coudoin Date: Thu Dec 29 17:54:24 2011 +0100 Updated French translation This string was not translated properly. po/fr.po | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit f501baef3f8f1862671a6c2e57c680ebc7034fdb Author: Bruno Coudoin Date: Thu Dec 29 17:47:08 2011 +0100 shapegame: fixed a random crash in shapegame activities that happened while dragging a piece. src/babymatch-activity/shapegame.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit f82667f0d6ba4db64236eb5cbc30c44b0414a703 Author: Bruno Coudoin Date: Wed Dec 28 02:41:36 2011 +0100 findit: remove extra debug traces, added missing key_press function In the hope that it will fix random startup of advanced_color on Windows Seven. src/findit-activity/findit.py | 42 +++++++++++++++++----------------------- 1 files changed, 18 insertions(+), 24 deletions(-) commit 2df532a5e7b5b1630a3567ce3ec7a8d6d3a1c487 Author: Angelo Naselli Date: Wed Dec 28 02:14:08 2011 +0100 clockgame: the first levels now highlight the hour sectors to make them easier to recognize and to teach. src/clockgame-activity/clockgame.c | 19 +++++++++++++++---- .../resources/clockgame/Makefile.am | 1 + .../resources/clockgame/clockgame-bg0.svgz | Bin 0 -> 8528 bytes 3 files changed, 16 insertions(+), 4 deletions(-) commit 1a5c67133eaf8420d5686fa8844df2502a4b9e17 Author: Bruno Coudoin Date: Tue Dec 27 20:29:39 2011 +0100 instruments activity: added a check for sound availability in the icon menu. src/instruments-activity/instruments.xml.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 5bd7c6ed92e7af2d75e48a684ac9f96eea1856e0 Author: Bruno Coudoin Date: Tue Dec 27 19:50:19 2011 +0100 shamegame: minor, now clicking on the left/right image selector does not trig the ok check. src/babymatch-activity/shapegame.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 81e7bc62a48e9481f7495b0393dc5a723b1c4c3a Author: Bruno Coudoin Date: Tue Dec 27 18:31:15 2011 +0100 instruments activity: now the background music is muted when entering this activity. src/findit-activity/findit.py | 7 +++++++ src/instruments-activity/instruments.xml.in | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) commit a6b7a33fe9adc70dd7ea494b661f503862ddc4f0 Author: Bruno Coudoin Date: Tue Dec 27 18:02:24 2011 +0100 windows: updated the compilation chain for windows to compile against GTK 2.24 Makefile.mingw.in | 7 ++++--- README.mingw | 8 ++++++++ global_win32.mak | 2 +- global_win32_activity.mak | 3 ++- src/boards/Makefile.mingw | 3 ++- src/gcompris/Makefile.mingw | 5 +++-- src/goocanvas/src/Makefile.mingw | 3 ++- tools/py2exe/gcompris.py | 3 ++- 8 files changed, 24 insertions(+), 10 deletions(-) commit e999244c68df197621b1148988d293f21e73510f Author: Bruno Coudoin Date: Tue Dec 27 17:59:47 2011 +0100 minor: minor fix in memory activity to fix their reference to their mandatory audio file Without this, a little audio error does appear at run time in the activity icon. src/memory_sound-activity/memory_sound.xml.in | 2 +- .../memory_sound_tux.xml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit e9e84b8818c8da31a2d2f59e2389fc3ff0c75f28 Author: Olle Niit Date: Mon Dec 19 21:10:01 2011 +0200 [l10n] Updated Estonian translation po/et.po | 9576 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 4624 insertions(+), 4952 deletions(-) commit 21eb85184083278fa7a9b2af905dc9c8ed948d31 Author: Bruno Coudoin Date: Sun Dec 18 22:58:50 2011 +0100 Release 11.12 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 949f643ff54f23aea03e78333905c5019b552dea Author: Bruno Coudoin Date: Sun Dec 18 00:00:49 2011 +0100 mosaic-activity: minor xml menu reformating src/mosaic-activity/mosaic.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 042e45818eec4e76ebcb0a358da6e44be45a3c8c Author: Bruno Coudoin Date: Sat Dec 17 18:01:38 2011 +0100 core: minor, updated copyright date. src/gcompris/about.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f4f0081f388eea0fade73516d0c479bb357dbcff Author: Bruno Coudoin Date: Sat Dec 17 16:58:36 2011 +0100 lang activity: renamed the file findit.py not to confuse the findit.py activity. src/lang-activity/Makefile.am | 3 +- src/lang-activity/findit.py | 145 --------------------------------------- src/lang-activity/lang.py | 2 +- src/lang-activity/langFindit.py | 145 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 148 insertions(+), 147 deletions(-) commit e924b3390ec291a2b2044591c9362432f863149f Author: Bruno Coudoin Date: Sat Dec 17 15:56:22 2011 +0100 Updated French translation There was a string with the text being there twice causing the gnumch activity to have the text over sized and unreadable. po/fr.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f33de1c98e993a43cfb6ca4d664edad55f1f9c5f Author: Hans de Goede Date: Mon Dec 12 23:23:42 2011 +0100 rsvg: fixed deprecated issue releated to rsvg. src/boards/py-mod-utils.c | 6 ++++++ src/gcompris/gcompris.c | 4 ++++ 2 files changed, 10 insertions(+), 0 deletions(-) commit 329adc7aaa0fe78d8b4a2bf88778eca729cb1c86 Author: Hans de Goede Date: Mon Dec 12 23:01:48 2011 +0100 wordsgame: manage depracation of the g_mutex_lock versus g_static_mutex_lock src/wordsgame-activity/wordsgame.c | 52 ++++++++++++++++++++++++++++++++++++ 1 files changed, 52 insertions(+), 0 deletions(-) commit c57d260044f13d316df21992e48640031f55a7ea Author: Hans de Goede Date: Mon Dec 12 22:54:35 2011 +0100 cleanup, replaced deprecated g_strcasecmp by g_ascii_strcasecmp src/algebra_by-activity/algebra.c | 10 ++-- .../algebra_guesscount.c | 2 +- src/awele-activity/awele.c | 2 +- src/babymatch-activity/shapegame.c | 26 ++++++------ src/billard-activity/billard.c | 2 +- src/boards/menu2.c | 4 +- src/canal_lock-activity/canal_lock.c | 2 +- src/chess_computer-activity/chess.c | 12 +++--- src/click_on_letter-activity/click_on_letter.c | 4 +- src/clickgame-activity/clickgame.c | 2 +- src/clockgame-activity/clockgame.c | 2 +- src/crane-activity/crane.c | 2 +- src/enumerate-activity/enumerate.c | 2 +- src/erase-activity/erase.c | 2 +- src/fifteen-activity/fifteen.c | 2 +- src/gcompris/images_selector.c | 4 +- src/gcompris/menu.c | 6 +- src/gcompris/skin.c | 10 ++-- src/gcompris/wordlist.c | 4 +- src/gletters-activity/gletters.c | 2 +- src/hanoi-activity/hanoi.c | 2 +- src/hanoi_real-activity/hanoi_real.c | 2 +- src/imageid-activity/imageid.c | 6 +- src/leftright-activity/leftright.c | 2 +- src/magic_hat_minus-activity/magic_hat.c | 2 +- src/maze-activity/maze.c | 10 ++-- src/memory-activity/memory.c | 44 ++++++++++---------- src/missing_letter-activity/missingletter.c | 6 +- src/money-activity/money.c | 2 +- src/paratrooper-activity/paratrooper.c | 2 +- src/photohunter-activity/photohunter.c | 2 +- src/planegame-activity/planegame.c | 2 +- src/railroad-activity/railroad.c | 2 +- src/readingh-activity/reading.c | 4 +- src/reversecount-activity/reversecount.c | 2 +- src/scalesboard-activity/scale.c | 4 +- src/smallnumbers-activity/smallnumbers.c | 4 +- src/submarine-activity/submarine.c | 2 +- src/superbrain-activity/superbrain.c | 2 +- src/tangram-activity/gtans.c | 2 +- src/target-activity/target.c | 2 +- src/traffic-activity/traffic.c | 2 +- src/wordprocessor-activity/wordprocessor.c | 22 +++++----- src/wordsgame-activity/wordsgame.c | 2 +- 44 files changed, 117 insertions(+), 117 deletions(-) commit 70b3ae78c8be0c7b394e4e4a4801f8b3d916fee7 Author: Hans de Goede Date: Mon Dec 12 22:50:53 2011 +0100 wordsgame activity: fixed race conditions 1) In several places the lock was taken, then a count was read to use in a for loop, and then the lock was released again. Then in the for loop the lock was taken again to get a member from the array, and then released again. This means that the count could be changed while going through the for loop, and if the count was reduced, this could lead to the loop trying to access a member which is no longer there. 2) The item_on_focus pointer was not protected at all, which means that it could point to an item which was already deleted. To fix this I did the following: 1) Move the lock to before the beginning of the loops in question, and the unlock to after the end, protecting the entire loop. 2) This means that some functions would be called with the lock held, so I changed these to not take the lock themselves, and added comments above each such function that it is called with the lock already held 3) This meant that all loops needed the write lock rather then the read lock, since each loop called at least one function which makes changes to the items ptrarray. 4) Since all locking calls no were taking the write lock, and none the read lock, I replaced the GStaticRWLock with a straight forward GStaticMutex. I've done this in the same patch since I was already touching almost all locking calls anyways. 5) All the paths (except for one) which were taking the separate items2del_lock, already hold the items_lock. So for further simplification of the code I've removed the items2del_lock, taking the items_lock instead were necessary. This should not be a problem, since the code paths in question are hardly performance critical. 6) To top things of I run some extensive tests of the wordsgame activity to ensure I did not break anything :) src/wordsgame-activity/wordsgame.c | 126 ++++++++++++++++-------------------- 1 files changed, 56 insertions(+), 70 deletions(-) commit 519d2e99d686cbe8b49e95ab4bd70624d22a582d Author: Abdulsalem Osmani Date: Fri Dec 9 10:29:32 2011 +0100 Updated Albanian translation po/sq.po | 8705 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 6490 insertions(+), 2215 deletions(-) commit ae6730deb228970653b919d30b8a211ca1982ae8 Author: Germana Oliveira Date: Sat Dec 3 14:29:06 2011 +0100 wordlist: aded more words to the spanish list. .../resources/wordsgame/default-es.xml | 368 ++++++++++++-------- 1 files changed, 231 insertions(+), 137 deletions(-) commit 8715b0f29b0ff4847e686ffedf9166e776388ee7 Author: Bruno Coudoin Date: Fri Dec 2 05:53:49 2011 +0100 cleanup, removed unused files. docs/screenshots/gtans.jpg | Bin 15941 -> 0 bytes docs/screenshots/gtans_small.jpg | Bin 9877 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit a8addf9d44225a23b7e056b62f2878662647db2e Author: Karl Ove Hufthammer Date: Tue Nov 29 21:51:09 2011 +0100 Fixed spelling mistake. po/nn.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e264c57ecea1e3a9d239d06dcfe1ab1fc63ebcb0 Author: Yannis Kaskamanidis Date: Sat Nov 26 03:50:11 2011 +0200 l10n: Updated Greek translation for gcompris po/el.po | 1874 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 1188 insertions(+), 686 deletions(-) commit 813a327516051b1776daf87a08a368baeb5425b0 Author: Matej Urbančič Date: Fri Nov 25 18:02:31 2011 +0100 Updated Slovenian translation po/sl.po | 42 ++++++++++++++++++++++++++++++++---------- 1 files changed, 32 insertions(+), 10 deletions(-) commit d83b013be755e3039a1b4be2caaaa0ef6c7b69c8 Author: Bruno Coudoin Date: Wed Nov 23 01:02:47 2011 +0100 lang activity: now the findit exercise displays the images. src/lang-activity/findit.py | 74 +++++++++++++++++++++++++++++++++---------- 1 files changed, 57 insertions(+), 17 deletions(-) commit df4e48da30897a51fd639ab1e6b1df02548a7576 Author: Bruno Coudoin Date: Tue Nov 22 01:13:22 2011 +0100 lang activity: added a finded activity which is played when all the triplets have been seen. src/lang-activity/findit.py | 105 +++++++++++++++++++++++++++++++++++++++++++ src/lang-activity/lang.py | 35 +++++++++++++- 2 files changed, 137 insertions(+), 3 deletions(-) commit e92ad0d6b14e4e7e164abf606e3fd220540b1c82 Author: Bruno Coudoin Date: Mon Nov 21 23:44:05 2011 +0100 cleanup documenation, deprecated screenshot. docs/screenshots/read_colors.jpg | Bin 14700 -> 0 bytes docs/screenshots/read_colors_small.jpg | Bin 10848 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit 66427e8a91dfddbc6378abec8431e1a17fc0d411 Author: Marek Černocký Date: Mon Nov 21 10:57:00 2011 +0100 Updated Czech translation po/cs.po | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) commit 5c155e8d3e5a0d4133243b4e30df92adc6e1e1bf Author: Mario Blättermann Date: Fri Nov 18 19:55:42 2011 +0100 [l10n] Updated German translation po/de.po | 816 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 405 insertions(+), 411 deletions(-) commit 0fd9e606cf753fd586602f88d0eb95a2c0ee1f11 Author: Muhammet Kara Date: Mon Nov 14 19:51:27 2011 +0200 [l10n]Updated Turkish translation po/tr.po |11689 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 7242 insertions(+), 4447 deletions(-) commit 90efde0f60200a32738a3d99c9cda856ad1cd714 Author: Daniel Mustieles Date: Mon Nov 14 13:25:28 2011 +0100 Updated Spanish translation po/es.po | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) commit 5f2f040f00b8bb7b7968ba2789c149b07dd1d4a5 Author: Bruno Coudoin Date: Sun Nov 13 12:03:37 2011 +0100 minor: fixed the compilation boards/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 0af31bb3e223b14c22b9ada4de79fc931d2ed670 Author: Bruno Coudoin Date: Sat Nov 12 00:28:38 2011 +0100 lang activity: added numbers level images. fixed the installation makefiles. added support for locale configuration. src/lang-activity/Makefile.am | 5 +- src/lang-activity/lang.py | 62 +- src/lang-activity/resources/lang/Makefile.am | 16 +- .../resources/lang/numbers/banana.svg | 6241 +++++++++++++ src/lang-activity/resources/lang/numbers/empty.svg | 55 + src/lang-activity/resources/lang/numbers/lemon.svg | 2567 ++++++ src/lang-activity/resources/lang/numbers/mango.svg | 932 ++ src/lang-activity/resources/lang/numbers/one.svg | 783 ++ .../resources/lang/numbers/orange.svg | 622 ++ src/lang-activity/resources/lang/numbers/peach.svg | 161 + src/lang-activity/resources/lang/numbers/pear.svg | 3788 ++++++++ .../resources/lang/numbers/pineapples.svg | 9126 ++++++++++++++++++++ .../resources/lang/numbers/raspberries.svg | 5791 +++++++++++++ .../resources/lang/numbers/strawberries.svg | 3779 ++++++++ src/pythontemplate-activity/pythontemplate.py | 8 +- 15 files changed, 33926 insertions(+), 10 deletions(-) commit 5d27b08004ba097b135c26adfece80c04ab34edb Author: Bruno Coudoin Date: Fri Nov 11 21:08:09 2011 +0100 minor cleanup, unused icon. boards/read_colors.svg | 171 ------------------------------------------------ 1 files changed, 0 insertions(+), 171 deletions(-) commit da106fe77cda08c1c4ceef4a8208e15cdf2732df Author: Daniel Mustieles Date: Tue Nov 8 12:32:08 2011 +0100 Updated Spanish translation po/es.po | 93 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 47 insertions(+), 46 deletions(-) commit c5c77c50869b2958f6bf56771faa89b7618266e9 Author: Marek Černocký Date: Mon Nov 7 18:13:30 2011 +0100 Updated Czech translation po/cs.po | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit a3f39f8b55582bc91a3111ca816719f821e75a38 Author: Bruno Coudoin Date: Sun Nov 6 21:01:12 2011 +0100 lang activity: added support to play audio src/lang-activity/lang.py | 6 ++---- src/lang-activity/resources/lang/lang.xml.in | 18 +++++++++--------- 2 files changed, 11 insertions(+), 13 deletions(-) commit 6ce7249711d2a02cd7645a5026394035af6abfce Author: Bruno Coudoin Date: Sun Nov 6 14:56:36 2011 +0100 lang activity: now play the voice. src/lang-activity/lang.py | 8 +++++ src/lang-activity/resources/lang/Makefile.am | 22 +++++++++++++ src/lang-activity/resources/lang/lang.xml.in | 42 +++++++++++++------------- 3 files changed, 51 insertions(+), 21 deletions(-) commit 6c05042f631a2adb7442c4ad460312241e19e1c4 Author: Bruno Coudoin Date: Sat Nov 5 18:40:30 2011 +0100 lang activity: properly display all the lessons except chapters. src/lang-activity/lang.py | 104 +++- src/lang-activity/lang.xml.in | 2 +- src/lang-activity/langLib.py | 19 +- src/lang-activity/resources/lang/lang.xml.in | 916 +++++++++++++++++++++++++- 4 files changed, 997 insertions(+), 44 deletions(-) commit 22b5f96dd4f966ab113dfc2215e6cb5a706130d1 Author: Marek Černocký Date: Sat Nov 5 22:53:14 2011 +0100 Updated Czech translation po/cs.po | 80 +++++++++++++++---------------------------------------------- 1 files changed, 20 insertions(+), 60 deletions(-) commit a5ed775f6d5263f412c1c6886fc94aa05d7cfdd3 Author: Bruno Coudoin Date: Sat Nov 5 16:16:24 2011 +0100 lang activity, template data file. src/lang-activity/resources/lang/lang.xml.in | 35 ++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) commit 401d80abac289e0dce143de07516caeb1213120b Author: Bruno Coudoin Date: Sat Nov 5 15:42:20 2011 +0100 minor: made bigger icons to avoid pixelized icon in desktop task switchers. gcompris-admin.png | Bin 3202 -> 0 bytes gcompris-edit.png | Bin 4168 -> 13510 bytes gcompris.png | Bin 2926 -> 12470 bytes 3 files changed, 0 insertions(+), 0 deletions(-) commit aebfe64cdcda77712279970666286cd1774c6129 Author: Bruno Coudoin Date: Sat Nov 5 15:27:04 2011 +0100 lang activity: just being created, not playable yet, data model is in place. configure.ac | 3 + po/POTFILES.in | 2 + src/Makefile.am | 1 + src/lang-activity/.gitignore | 1 + src/lang-activity/Makefile.am | 35 + src/lang-activity/gcompris | 1 + src/lang-activity/init_path.sh | 8 + src/lang-activity/lang.py | 202 +++ src/lang-activity/lang.svg | 2174 +++++++++++++++++++++++++++++++ src/lang-activity/lang.xml.in | 20 + src/lang-activity/langLib.py | 128 ++ src/lang-activity/resources/Makefile.am | 1 + 12 files changed, 2576 insertions(+), 0 deletions(-) commit 6166d9681e7a19328c6fb3c9617e55ecb9632617 Author: Bruno Coudoin Date: Thu Oct 27 02:56:06 2011 +0200 hangman: unsupported locale in GCompris was making this activity crash. fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=662576 src/hangman-activity/hangman.py | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 61941e227fc78b137a4df291411cb687a4e095d9 Author: Bruno Coudoin Date: Thu Oct 27 02:54:26 2011 +0200 core: now handle the 'C' locale as en_US Currently a 'C' locale was interpreted in GCompris by Catalan. src/gcompris/config.c | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) commit 2654e115d4bac7c8670198cea441604dac76adeb Author: Bruno Coudoin Date: Mon Oct 24 21:37:33 2011 +0200 fixes the demo system in static compilation case (windows). src/gcompris/board.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 6e0c2b667ed444368b0c22cba7f0168e6b988a2f Author: Bruno Coudoin Date: Mon Oct 24 21:37:11 2011 +0200 demo adjustement. src/gletters-activity/gletters.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b4fd822e3f700dde404630fe08dc8211147d5d11 Author: Christian Kirbach Date: Mon Oct 24 20:20:06 2011 +0200 [l10n] Updated German translation po/de.po | 2405 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 1411 insertions(+), 994 deletions(-) commit 54d8d362200653221802ff9c74381d4b4ba8ee4a Author: Bruno Coudoin Date: Sun Oct 23 22:21:47 2011 +0200 windows demo system changed so that all the icons are always displayed, but the non demo one are not clickable. src/boards/menu2.c | 29 +++++++++++++++++++++++++++-- src/gcompris/board.c | 18 ++++++++++++------ src/gcompris/board.h | 1 + src/gcompris/gcompris.c | 2 +- 4 files changed, 41 insertions(+), 9 deletions(-) commit 5b84b61bd3085398b1842e5831b31688838f0f3b Author: Bruno Coudoin Date: Sun Oct 23 12:16:35 2011 +0200 less activities in the demo version. src/ballcatch-activity/ballcatch.xml.in | 2 +- src/canal_lock-activity/canal_lock.xml.in | 2 +- .../click_on_letter_up.xml.in | 2 +- src/clickgame-activity/clickgame.xml.in | 2 +- src/clockgame-activity/clockgame.xml.in | 2 +- src/enumerate-activity/enumerate.xml.in | 2 +- src/erase-activity/erase.xml.in | 2 +- src/erase_2clic-activity/erase_2clic.xml.in | 2 +- src/erase_clic-activity/erase_clic.xml.in | 2 +- src/followline-activity/followline.xml.in | 2 +- src/gletters-activity/gletters.xml.in | 2 +- src/hangman-activity/hangman.xml.in | 2 +- src/hanoi-activity/hanoi.xml.in | 2 +- src/hanoi_real-activity/hanoi_real.xml.in | 2 +- src/hydroelectric-activity/hydroelectric.xml.in | 2 +- src/money-activity/money.xml.in | 2 +- src/money_back-activity/money_back.xml.in | 2 +- .../money_back_cents.xml.in | 2 +- src/money_cents-activity/money_cents.xml.in | 2 +- src/pythontemplate-activity/pythontemplate.xml.in | 2 +- src/readingh-activity/readingh.xml.in | 2 +- src/readingv-activity/readingv.xml.in | 2 +- src/redraw-activity/redraw.xml.in | 2 +- .../redraw_symmetrical.xml.in | 2 +- src/searace-activity/searace.xml.in | 2 +- src/searace1player-activity/searace1player.xml.in | 2 +- src/sudoku-activity/sudoku.xml.in | 2 +- src/superbrain-activity/superbrain.xml.in | 2 +- src/target-activity/target.xml.in | 2 +- src/watercycle-activity/watercycle.xml.in | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) commit ebaeac559277d751ef28505a87356c285bb67a7e Author: Bruno Coudoin Date: Sun Oct 16 16:32:31 2011 +0200 electric activity, minor, search gnucap.exe first to make it work onder wine on linux. src/electric-activity/electric.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b53a406ffa6642904062610db3d5a1eaa83d2329 Author: Bruno Coudoin Date: Sun Oct 16 14:17:59 2011 +0200 minor, changed to non executable flag. 0 files changed, 0 insertions(+), 0 deletions(-) commit 11455cce9e6e4e43362353a8e09da97823c3d70b Author: Praveen Illa Date: Sun Oct 23 12:02:20 2011 +0530 Added Telugu Translation configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8470eb05e66784adcfb1fc9ffb4b22b356fe4883 Author: Praveen Illa Date: Sun Oct 23 11:54:24 2011 +0530 Updated Telugu Translation po/te.po | 7226 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 7226 insertions(+), 0 deletions(-) commit f27b659059ac7e1cc4698ad6fc9b7510bb6570d1 Author: Alan Monfort Date: Sun Oct 16 20:21:54 2011 +0200 Updated Breton translation po/br.po | 1803 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 1109 insertions(+), 694 deletions(-) commit 6f536015f5dc8b86779375b854ddd0e74b210f01 Author: Kristjan SCHMIDT Date: Sun Oct 16 00:18:29 2011 +0200 Updated Esperanto translation po/eo.po | 2783 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 1774 insertions(+), 1009 deletions(-) commit 4fd7d3116bfb986a2deb5319715905674b7ab949 Author: Bruno Coudoin Date: Sat Oct 15 14:24:44 2011 +0200 release is now 10.09 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e8f59d2c8191eb3bc9f859a37f516c38b7d73fdd Author: Bruno Coudoin Date: Sat Oct 15 01:05:18 2011 +0200 configuration for windows build. removed sr locale as it breaks for an unknown reason. config.h.mingw.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit e1e108a7be374f15163d28ac74e49eccdc810a3b Author: AFrederico Goncalves Guimaraes Date: Thu Oct 13 18:00:42 2011 -0300 Fixed some strings in Brazilian Portuguese translation po/pt_BR.po | 1763 ++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 1083 insertions(+), 680 deletions(-) commit bdead57d6028d78808b07dd4541bb119757e691b Author: Daniel Nylander Date: Sun Oct 9 10:27:59 2011 +0200 Updated Swedish translation po/sv.po | 1758 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 1073 insertions(+), 685 deletions(-) commit 0600c752a46157b3d65ff85de00cbaa2be8a35b4 Author: Marek Černocký Date: Tue Oct 4 10:38:03 2011 +0200 Updated Czech translation po/cs.po | 297 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 184 insertions(+), 113 deletions(-) commit 702ca94af1c3b785ca9c9b8db4931e1647f94708 Author: Alexandre Franke Date: Mon Oct 3 15:27:17 2011 +0200 Update French translation po/fr.po | 69 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 37 insertions(+), 32 deletions(-) commit 85a597e287b681665333635187882f7330cfadce Author: Matej Urbančič Date: Sun Oct 2 20:57:45 2011 +0200 Updated Slovenian translation po/sl.po | 75 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 40 insertions(+), 35 deletions(-) commit a51d33689805a867be59100a6ad2592c274668d0 Author: Jorge González Date: Sun Oct 2 20:03:11 2011 +0200 Updated Spanish translation po/es.po | 118 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 51 insertions(+), 67 deletions(-) commit 0629adbf939f269416498dd3f8db61160ed9f842 Author: Bruno Coudoin Date: Sun Oct 2 19:40:32 2011 +0200 guessnumber: minor, better message centrering. src/guessnumber-activity/guessnumber.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 49f25e89facdfa2a3b9f6edd3cd1af6df2a7a1d1 Author: Bruno Coudoin Date: Sun Oct 2 19:11:41 2011 +0200 core: bonus now play bonus.wav instead of tuxok.wav in case we don't have a voiced congratulation. src/gcompris/bonus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d36da24f068625a815c8697a491bedeb87af0e42 Author: Bruno Coudoin Date: Sun Oct 2 18:04:42 2011 +0200 awele: minor fix in the manual to replace 'stones' by 'seeds'. https://bugzilla.gnome.org/show_bug.cgi?id=607416 src/awele-activity/awele.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b9eab1a7a11ae545e675187e1a59a3b9d7cc37b0 Author: Bruno Coudoin Date: Sun Oct 2 17:56:26 2011 +0200 louis_braille: fixes the layout to support larger language like french. src/louis_braille-activity/louis_braille.py | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 749533777421105913f983ea3477f6e93053a033 Author: Bruno Coudoin Date: Sun Oct 2 17:40:11 2011 +0200 hydroelectric activity: added translator help for the word meter. src/hydroelectric-activity/hydroelectric.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 530afeb34ec84b7975b53c6aa6a3b4b8e41c0df1 Author: Claude Paroz Date: Sun Oct 2 17:32:10 2011 +0200 louis_braille: year field is now translated. src/louis_braille-activity/louis_braille.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bb878a690c794b8229cbc81d2fb9b2fe40c78d18 Author: Claude Paroz Date: Sun Oct 2 17:23:27 2011 +0200 findit: fixed missing gettext call for the question. fixes bug: https://bugzilla.gnome.org/show_bug.cgi?id=660634 src/findit-activity/findit.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5dc3add3438499fd94245a66442a0ff96bf0b739 Author: Bruno Coudoin Date: Sun Oct 2 16:38:48 2011 +0200 click_on_letter_up: fixed to work as expected. check the answer in lower case against the lower case later or is cannot work. src/click_on_letter-activity/click_on_letter.c | 6 ++++-- src/click_on_letter_up-activity/init_path.sh | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) commit 2b13c6a6434a424de473ed5c41012945a984b366 Author: Claude Paroz Date: Sat Oct 1 23:01:45 2011 +0200 Updated French translation po/fr.po | 1717 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 1039 insertions(+), 678 deletions(-) commit 697ea112bd325e9d02b205471cd4f57f739b727e Author: Matej Urbančič Date: Sat Oct 1 20:24:20 2011 +0200 Updated Slovenian translation po/sl.po | 207 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 114 insertions(+), 93 deletions(-) commit f5b7f69888ec4efb81e7074a0814a3c6d6674c71 Author: Valentinas Ogorodnikas Date: Sat Oct 1 19:58:26 2011 +0300 Updated Lithuanian translation po/lt.po | 4529 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 2202 insertions(+), 2327 deletions(-) commit f70460d6f34bd9b5c50fcb6c2133e52ca43f53ee Author: Daniel Mustieles Date: Sat Oct 1 18:31:38 2011 +0200 Updated Spanish translation po/es.po | 110 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 66 insertions(+), 44 deletions(-) commit f34419a6f84e06830a336c0df4f8641d34c4f8f7 Author: Bruno Coudoin Date: Sat Oct 1 17:24:19 2011 +0200 minor in louis braille: replaced braille language by braille system. .../resources/louis_braille/activity.desktop.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit baa4afd395b31875001d8d72990d18210880c0a3 Author: Claude Paroz Date: Sat Oct 1 16:58:15 2011 +0200 louis braille activity: fixed to make it works with translations. src/louis_braille-activity/louis_braille.py | 7 +- .../resources/louis_braille/activity.desktop.in | 66 ++++++++++---------- 2 files changed, 37 insertions(+), 36 deletions(-) commit 12565e7c75c2dc35088aae595f039c21ff45af4e Author: Jorge González Date: Sat Oct 1 15:54:42 2011 +0200 Updated Spanish translation po/es.po | 75 +++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 53 insertions(+), 22 deletions(-) commit ee0e7b8c163be8605ef8e4ff72b017125ff2cfda Author: Jorge González Date: Sat Oct 1 15:49:01 2011 +0200 Updated Spanish translation po/es.po | 446 +++++++++++++++++++++++++------------------------------------- 1 files changed, 179 insertions(+), 267 deletions(-) commit e90958a94fcbbf28c43803f2bb21838165a85cfa Author: Claude Paroz Date: Sat Oct 1 15:36:02 2011 +0200 minor: added plural form for 2 strings. src/gcompris/gcompris.c | 4 +++- src/target-activity/target.c | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) commit 1f7d40b390f7f477dfa2c986fcdd665666c2f81e Author: Claude Paroz Date: Sat Oct 1 14:55:30 2011 +0200 Mark for translation strings from 'History of Louis Braille' po/POTFILES.in | 1 + src/louis_braille-activity/louis_braille.xml.in | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) commit bb5cf09534548b4ea9ea2de2217f3a7062456d02 Author: Daniel Mustieles Date: Sat Oct 1 11:25:46 2011 +0200 Updated Spanish translation po/es.po | 95 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 56 insertions(+), 39 deletions(-) commit ecb980d0b19c4169d7726934de23b811fbedb4df Author: Claude Paroz Date: Sat Oct 1 09:19:28 2011 +0200 Remove unexisting file from POTFILES.in po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 44661a1474f2ae5c2ccc948b11b256301dfad0b2 Author: Милош Поповић Date: Thu Sep 29 13:22:49 2011 +0200 Fixed sr@latin translation config.h.mingw.in | 3 ++- docs/gcompris2spip.pl | 6 +++--- src/gcompris/config.c | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) commit 5ed8bbe4cc216fb763edbbe007fd5943f3bc003c Author: Matej Urbančič Date: Wed Sep 28 15:29:46 2011 +0200 Updated Slovenian translation po/sl.po | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 86 insertions(+), 11 deletions(-) commit 5f4b6ca2a1801bc65b1f6be0adcd1b5490546c0b Author: Милош Поповић Date: Wed Sep 28 08:56:51 2011 +0200 Changed sr@Latn into sr@latin po_report.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9c90a9a750eb91d068d9d6b648e76a2cf0412ac9 Author: Marek Černocký Date: Wed Sep 28 07:38:51 2011 +0200 Updated Czech translation po/cs.po | 62 +++++++++++++++++++++++++------------------------------------- 1 files changed, 25 insertions(+), 37 deletions(-) commit ebdf4147d80839bf74a19dca0d6e718f6dc5e3dc Author: Aleksey Lim Date: Sat Sep 24 23:26:10 2011 +0000 Remove custom GC code to support Sugar DBus API to reuse polyol configure.ac | 20 +--------- src/gcompris/Makefile.am | 3 - src/gcompris/dbus.c | 101 ---------------------------------------------- src/gcompris/gc_core.h | 3 - src/gcompris/gcompris.c | 45 -------------------- 5 files changed, 1 insertions(+), 171 deletions(-) commit c6bb3d5be6856e34b6e4c9642a8b57b95e3cd894 Author: Aleksey Lim Date: Sat Sep 24 19:24:34 2011 +0000 Do not generate tex docs if texi2html is absent configure.ac | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit eb60329b3ca5c56b2a971e870a1dabccfd9361ce Author: Aleksey Lim Date: Sat Sep 24 19:24:20 2011 +0000 More precise pycairo version checking The exact version that contain API brackage is 1.8.4. configure.ac | 2 +- src/boards/goocanvasmodule.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 4ad671aad4fc52ab0dbca59a3adbcbdbf0c40f2e Author: Aleksey Lim Date: Sat Sep 24 18:27:41 2011 +0000 Install missed resource in babymatch-activity .../resources/shapegame/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 20bacad4ac1aef1ca174c131ee993851016c9c5c Author: Aleksey Lim Date: Sat Sep 24 20:31:30 2011 +0000 Array out-of-bounds fix src/gcompris/gameutil.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cc8746a2ee575441a70b058cd4ff5642e4cbb5ca Author: Aleksey Lim Date: Sat Sep 24 19:23:43 2011 +0000 Support standalone install mode for activities Call 'make DESTDIR= install-activity' from activity directory to install only this particular activity to the DESTDIR. All activities need to add following lines to their Makefile.am: include /Makefile.activity ACTIVITY_SUBDIRS = Makefile.activity | 28 ++++++++++++++++++++ Makefile.am | 2 + src/Makefile.am | 3 ++ src/administration-activity/Makefile.am | 7 +++++ src/advanced_colors-activity/Makefile.am | 3 ++ src/algebra_by-activity/Makefile.am | 2 + src/algebra_guesscount-activity/Makefile.am | 3 ++ src/algebra_minus-activity/Makefile.am | 3 ++ src/algebra_plus-activity/Makefile.am | 3 ++ src/algorithm-activity/Makefile.am | 2 + src/anim-activity/Makefile.am | 2 + src/awele-activity/Makefile.am | 2 + src/babymatch-activity/Makefile.am | 2 + src/babyshapes-activity/Makefile.am | 3 ++ src/ballcatch-activity/Makefile.am | 2 + src/bargame-activity/Makefile.am | 2 + src/billard-activity/Makefile.am | 2 + src/boards/Makefile.am | 3 ++ src/braille_alphabets-activity/Makefile.am | 2 + src/braille_fun-activity/Makefile.am | 3 ++ src/braille_lotto-activity/Makefile.am | 3 ++ src/canal_lock-activity/Makefile.am | 2 + src/chat-activity/Makefile.am | 2 + src/chess_computer-activity/Makefile.am | 2 + src/chess_movelearn-activity/Makefile.am | 3 ++ src/chess_partyend-activity/Makefile.am | 3 ++ src/chronos-activity/Makefile.am | 3 ++ src/click_on_letter-activity/Makefile.am | 2 + src/click_on_letter_up-activity/Makefile.am | 3 ++ src/clickanddraw-activity/Makefile.am | 3 ++ src/clickgame-activity/Makefile.am | 2 + src/clockgame-activity/Makefile.am | 2 + src/colors-activity/Makefile.am | 3 ++ src/connect4-2players-activity/Makefile.am | 3 ++ src/connect4-activity/Makefile.am | 2 + src/crane-activity/Makefile.am | 2 + src/details-activity/Makefile.am | 3 ++ src/doubleentry-activity/Makefile.am | 3 ++ src/draw-activity/Makefile.am | 3 ++ src/drawnumber-activity/Makefile.am | 2 + src/electric-activity/Makefile.am | 2 + src/enumerate-activity/Makefile.am | 2 + src/erase-activity/Makefile.am | 2 + src/erase_2clic-activity/Makefile.am | 3 ++ src/erase_clic-activity/Makefile.am | 3 ++ src/fifteen-activity/Makefile.am | 2 + src/findit-activity/Makefile.am | 4 +++ src/followline-activity/Makefile.am | 2 + src/gcompris/Makefile.am | 3 ++ src/geo_country-activity/Makefile.am | 3 ++ src/geography-activity/Makefile.am | 3 ++ src/gletters-activity/Makefile.am | 2 + src/gnumch-equality-activity/Makefile.am | 2 + src/gnumch-factors-activity/Makefile.am | 3 ++ src/gnumch-inequality-activity/Makefile.am | 3 ++ src/gnumch-multiples-activity/Makefile.am | 3 ++ src/gnumch-primes-activity/Makefile.am | 3 ++ src/goocanvas/Makefile.am | 3 ++ src/guessnumber-activity/Makefile.am | 2 + src/hangman-activity/Makefile.am | 3 ++ src/hanoi-activity/Makefile.am | 2 + src/hanoi_real-activity/Makefile.am | 2 + src/hexagon-activity/Makefile.am | 2 + src/hydroelectric-activity/Makefile.am | 2 + src/imageid-activity/Makefile.am | 2 + src/imagename-activity/Makefile.am | 3 ++ src/instruments-activity/Makefile.am | 3 ++ src/leftright-activity/Makefile.am | 2 + src/lightsoff-activity/Makefile.am | 2 + src/login-activity/Makefile.am | 3 ++ src/louis_braille-activity/Makefile.am | 3 ++ src/magic_hat_minus-activity/Makefile.am | 2 + src/magic_hat_plus-activity/Makefile.am | 3 ++ src/maze-activity/Makefile.am | 2 + src/maze2DRelative-activity/Makefile.am | 3 ++ src/maze3D-activity/Makefile.am | 3 ++ src/mazeInvisible-activity/Makefile.am | 3 ++ src/melody-activity/Makefile.am | 2 + src/memory-activity/Makefile.am | 2 + src/memory_add-activity/Makefile.am | 3 ++ src/memory_add_minus-activity/Makefile.am | 3 ++ src/memory_add_minus_mult_div-activity/Makefile.am | 3 ++ .../Makefile.am | 3 ++ src/memory_add_minus_tux-activity/Makefile.am | 3 ++ src/memory_add_tux-activity/Makefile.am | 3 ++ src/memory_div-activity/Makefile.am | 3 ++ src/memory_div_tux-activity/Makefile.am | 3 ++ src/memory_enumerate-activity/Makefile.am | 3 ++ src/memory_minus-activity/Makefile.am | 3 ++ src/memory_minus_tux-activity/Makefile.am | 3 ++ src/memory_mult-activity/Makefile.am | 3 ++ src/memory_mult_div-activity/Makefile.am | 3 ++ src/memory_mult_div_tux-activity/Makefile.am | 3 ++ src/memory_mult_tux-activity/Makefile.am | 3 ++ src/memory_sound-activity/Makefile.am | 3 ++ src/memory_sound_tux-activity/Makefile.am | 3 ++ src/memory_tux-activity/Makefile.am | 3 ++ src/memory_wordnumber-activity/Makefile.am | 3 ++ src/missing_letter-activity/Makefile.am | 2 + src/money-activity/Makefile.am | 2 + src/money_back-activity/Makefile.am | 3 ++ src/money_back_cents-activity/Makefile.am | 3 ++ src/money_cents-activity/Makefile.am | 3 ++ src/mosaic-activity/Makefile.am | 2 + src/paintings-activity/Makefile.am | 3 ++ src/paratrooper-activity/Makefile.am | 2 + src/penalty-activity/Makefile.am | 2 + src/photohunter-activity/Makefile.am | 2 + src/planegame-activity/Makefile.am | 2 + src/pythontemplate-activity/Makefile.am | 3 ++ src/pythontest-activity/Makefile.am | 3 ++ src/railroad-activity/Makefile.am | 2 + src/readingh-activity/Makefile.am | 2 + src/readingv-activity/Makefile.am | 3 ++ src/redraw-activity/Makefile.am | 3 ++ src/redraw_symmetrical-activity/Makefile.am | 3 ++ src/reversecount-activity/Makefile.am | 2 + src/scalesboard-activity/Makefile.am | 2 + src/scalesboard_weight-activity/Makefile.am | 3 ++ src/searace-activity/Makefile.am | 2 + src/searace1player-activity/Makefile.am | 3 ++ src/smallnumbers-activity/Makefile.am | 2 + src/smallnumbers2-activity/Makefile.am | 3 ++ src/submarine-activity/Makefile.am | 2 + src/sudoku-activity/Makefile.am | 2 + src/superbrain-activity/Makefile.am | 2 + src/tangram-activity/Makefile.am | 2 + src/target-activity/Makefile.am | 2 + src/traffic-activity/Makefile.am | 2 + src/tuxpaint-activity/Makefile.am | 3 ++ src/watercycle-activity/Makefile.am | 2 + src/wordprocessor-activity/Makefile.am | 2 + src/wordsgame-activity/Makefile.am | 3 ++ 133 files changed, 370 insertions(+), 0 deletions(-) commit f01fa9212586558319fdfe33c0724214a8572380 Author: Aleksey Lim Date: Sat Sep 24 17:07:38 2011 +0000 Fix building with gcc-4.5 src/boards/py-mod-gcompris.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 0030979cd0a156edc490cf78c6bffa64f020de73 Author: Bruno Coudoin Date: Tue Sep 20 00:19:52 2011 +0200 cleanup, generated file. .../braille_alphabets.xml | 24 -------------------- 1 files changed, 0 insertions(+), 24 deletions(-) commit 83d7eac8fb7f4dbf8a406024c68f180bc9319d0e Author: Bruno Coudoin Date: Tue Sep 20 00:18:53 2011 +0200 windows binary: fixed some activities are now in python src/gcompris/Makefile.mingw | 4 +--- src/gcompris/board.c | 6 ------ 2 files changed, 1 insertions(+), 9 deletions(-) commit 97ce4e39e9195a2b74ab2bfa17bee0665addf37f Author: Bruno Coudoin Date: Tue Sep 20 00:17:52 2011 +0200 windows binary: added ConfigParser in the python generator script. tools/py2exe/gcompris.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 79ebbd9aa9c2224ea6f6c345bf49eba42bdbb710 Author: Bruno Coudoin Date: Sat Sep 17 20:51:20 2011 +0200 preparing Release 11.09RC1 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8c6f920e2b674996331b4ecf0201952917e8f00f Author: Bruno Coudoin Date: Fri Sep 16 00:19:54 2011 +0200 scale activity: minor english change, replace masses by weights. src/scalesboard-activity/scale.c | 2 +- src/scalesboard-activity/scalesboard.xml.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit db69ddfac364006bdf423a3e77445a8c715b741d Author: Fran Dieguez Date: Tue Sep 27 20:07:13 2011 +0200 Updated Galician translations po/gl.po | 352 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 330 insertions(+), 22 deletions(-) commit 1df5d5316dad300bf6bfcef7d92af941d5b4a059 Author: Dr.T.Vasudevan Date: Wed Sep 21 18:22:36 2011 +0200 Updated Spanish translation po/ta.po | 2239 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 1315 insertions(+), 924 deletions(-) commit 667fc07f82da2110c704fcd11bd44dd1448d88a2 Author: Marek Černocký Date: Mon Sep 19 07:20:25 2011 +0200 Updated Czech translation po/cs.po | 1533 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 908 insertions(+), 625 deletions(-) commit d25a07bffca938af1aaedc6d9ee7c7874b170be2 Author: Andrej Žnidaršič Date: Sat Sep 17 11:48:32 2011 +0200 Updated Slovenian translation po/sl.po | 1084 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 656 insertions(+), 428 deletions(-) commit 60dae83dda4bc1cadb71840a6a4da6402d9d86ce Author: dmustieles Date: Thu Sep 15 12:19:32 2011 +0200 Updated Spanish translation po/es.po | 309 ++++++++++++++++---------------------------------------------- 1 files changed, 80 insertions(+), 229 deletions(-) commit eba19f0790e03a19fe5b83a0bf31924c2af2a78d Author: Bruno Coudoin Date: Sun Sep 11 23:23:58 2011 +0200 cleanup po/POTFILES.in | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit e77e2fd811439403ac5d954d6d594a824461d937 Author: Bruno Coudoin Date: Sun Sep 11 23:15:27 2011 +0200 doc: updated screenshots docs/gcompris2spip.pl | 3 +++ docs/screenshots/braille_alphabets.jpg | Bin 0 -> 21908 bytes docs/screenshots/braille_alphabets_small.jpg | Bin 0 -> 9926 bytes docs/screenshots/braille_fun.jpg | Bin 0 -> 22197 bytes docs/screenshots/braille_fun_small.jpg | Bin 0 -> 11102 bytes docs/screenshots/braille_lotto.jpg | Bin 0 -> 28140 bytes docs/screenshots/braille_lotto_small.jpg | Bin 0 -> 12190 bytes docs/screenshots/click_on_letter.jpg | Bin 20028 -> 30512 bytes docs/screenshots/click_on_letter_small.jpg | Bin 10068 -> 15237 bytes docs/screenshots/click_on_letter_up.jpg | Bin 0 -> 28035 bytes docs/screenshots/click_on_letter_up_small.jpg | Bin 0 -> 14628 bytes docs/screenshots/instruments.jpg | Bin 0 -> 21980 bytes docs/screenshots/instruments_small.jpg | Bin 0 -> 10481 bytes docs/screenshots/louis_braille.jpg | Bin 0 -> 21289 bytes docs/screenshots/louis_braille_small.jpg | Bin 0 -> 9243 bytes 15 files changed, 3 insertions(+), 0 deletions(-) commit 0fdb78eef2f3188e6aaa9f112acd826d389bb2c9 Author: Bruno Coudoin Date: Sun Sep 11 23:12:41 2011 +0200 minor: updated git ignore. src/click_on_letter-activity/.gitignore | 2 +- src/click_on_letter_up-activity/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) commit aea2378d38098d19ae9bf9e47915bf5a04eae50a Author: Bruno Coudoin Date: Sun Sep 11 22:57:22 2011 +0200 removed rhymes_riddles activity, it is not translatable. (still in gcomprisbraille branch) src/rhymes_riddles-activity/.gitignore | 1 - src/rhymes_riddles-activity/Makefile.am | 32 - src/rhymes_riddles-activity/gcompris | 1 - src/rhymes_riddles-activity/init_path.sh | 8 - src/rhymes_riddles-activity/resources/Makefile.am | 1 - .../resources/rhymes_riddles/Makefile.am | 5 - .../resources/rhymes_riddles/riddle.jpg | Bin 488433 -> 0 bytes src/rhymes_riddles-activity/rhymes_riddles.py | 236 ------- src/rhymes_riddles-activity/rhymes_riddles.svg | 691 -------------------- src/rhymes_riddles-activity/rhymes_riddles.xml.in | 20 - 10 files changed, 0 insertions(+), 995 deletions(-) commit 4e12a58e13d4345a0ea863df7a78b3d9ba80a511 Author: Bruno Coudoin Date: Sun Sep 11 17:53:52 2011 +0200 click_on_letter: fixed level 11 crash, now accept up to 24 letters on the play board. src/click_on_letter-activity/click_on_letter.c | 10 +++++----- .../click_on_letter_up.xml.in | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) commit e3b0e96dd1228cd08e4ec0ae11fa9fd70091af2a Author: Bruno Coudoin Date: Sun Sep 11 14:22:14 2011 +0200 minor: gitignore updated. src/click_on_letter-activity/.gitignore | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 024514c16b6ad89c62563ca70430b470bc9cbdcc Author: Bruno Coudoin Date: Sun Sep 11 14:19:16 2011 +0200 braille activity: removed dicey dicey activity, it is still on the braille branch. src/dicey_dicey-activity/.gitignore | 1 - src/dicey_dicey-activity/Makefile.am | 32 - src/dicey_dicey-activity/dicey_dicey.py | 357 -------- src/dicey_dicey-activity/dicey_dicey.svg | 941 -------------------- src/dicey_dicey-activity/dicey_dicey.xml.in | 22 - src/dicey_dicey-activity/gcompris | 1 - src/dicey_dicey-activity/icon.svg | 941 -------------------- src/dicey_dicey-activity/init_path.sh | 8 - src/dicey_dicey-activity/resources/Makefile.am | 1 - .../resources/dicey_dicey/Makefile.am | 14 - .../resources/dicey_dicey/back.png | Bin 1573 -> 0 bytes .../resources/dicey_dicey/cube.svg | 215 ----- .../resources/dicey_dicey/dice.svg | 816 ----------------- .../resources/dicey_dicey/dice_area.svg | 822 ----------------- .../resources/dicey_dicey/dicey0.svg | 628 ------------- .../resources/dicey_dicey/diceyo.svg | 151 ---- .../resources/dicey_dicey/divide.svg | 305 ------- .../resources/dicey_dicey/minus.svg | 268 ------ .../resources/dicey_dicey/multiply.svg | 274 ------ .../resources/dicey_dicey/plus.svg | 224 ----- 20 files changed, 0 insertions(+), 6021 deletions(-) commit f90396760d74c11d5cdc1538b24b5c3a4b1a35be Author: Piotr Drąg Date: Wed Sep 7 18:51:00 2011 +0200 Updated POTFILES.in po/POTFILES.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 479e5655bd9e7e07e9b2aa2f0d7a6793e05366e0 Author: Bruno Coudoin Date: Wed Sep 7 00:30:37 2011 +0200 click_on_letter_up: Splitted click on letter in two activities, on with lowercase one with uppercase. As suggested by Sylvain Dechy configure.ac | 1 + po/POTFILES.in | 1 + src/Makefile.am | 1 + src/click_on_letter-activity/click_on_letter.c | 35 +----- .../click_on_letter.xml.in | 2 +- src/click_on_letter_up-activity/Makefile.am | 27 ++++ .../click_on_letter_up.svg | 133 ++++++++++++++++++++ .../click_on_letter_up.xml.in | 21 +++ src/click_on_letter_up-activity/init_path.sh | 8 ++ 9 files changed, 199 insertions(+), 30 deletions(-) commit 2e75d5e42329304a254d81ef94f95c76d45eda48 Author: Bruno Coudoin Date: Tue Sep 6 23:51:40 2011 +0200 click on letter: added a level with consomn letter only .../resources/click_on_letter/default-en.desktop | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 487ae01445bfe1572a95d6cdd6e7e270533d573a Author: Bruno Coudoin Date: Tue Sep 6 22:58:00 2011 +0200 braille level organisation. src/braille_fun-activity/braille_fun.xml.in | 2 +- src/braille_lotto-activity/braille_lotto.xml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 57522a4b740a8b07b1ac5658de591df9913965ca Author: Bruno Coudoin Date: Tue Sep 6 22:22:15 2011 +0200 braille fun: fixed remaining display when the activity exits. src/braille_fun-activity/braille_fun.py | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 30ae496e62fcdc69e98d991031426502c9182ea7 Author: Bruno Coudoin Date: Tue Sep 6 21:55:33 2011 +0200 braille alphabet: code refactoring to avoid calling start at each level and sublevel change .../braille_alphabets.py | 96 ++++++++++++-------- 1 files changed, 56 insertions(+), 40 deletions(-) commit 739bd9038a863ebba812a1ebde8b560cb59127ab Author: dmustieles Date: Tue Sep 6 12:15:59 2011 +0200 Updated Spanish translation po/es.po | 1581 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 1008 insertions(+), 573 deletions(-) commit 35adccf6aaad8ef8c2947d4b30109c4dec0d5025 Author: Bruno Coudoin Date: Tue Sep 6 03:15:15 2011 +0200 braille alphabet: code refactoring, improved the activity to display some information on the alphabet structure. src/braille_alphabets-activity/BrailleMap.py | 8 +- .../braille_alphabets.py | 133 ++++++++++---------- .../resources/braille_alphabets/mosaic.svgz | Bin 4525 -> 4539 bytes 3 files changed, 74 insertions(+), 67 deletions(-) commit d517068d314e5371e4b79672e9410a24a10aa9af Author: Bruno Coudoin Date: Tue Sep 6 01:34:43 2011 +0200 louis braille activity: reworked the code to not redraw the full game between each image. src/louis_braille-activity/louis_braille.py | 294 ++++++++++++++------------- 1 files changed, 156 insertions(+), 138 deletions(-) commit 1ab194dc6e82f911701a4829f4c724a42ce259e8 Author: Bruno Coudoin Date: Tue Sep 6 00:10:11 2011 +0200 braille_fun: now restart the same level uppon loose. src/braille_fun-activity/braille_fun.py | 16 ++++++---------- 1 files changed, 6 insertions(+), 10 deletions(-) commit d57e6329e6e26301fb8e8ec34b54d9ac22aa6a07 Author: Bruno Coudoin Date: Mon Sep 5 23:50:43 2011 +0200 braille lotto: in case of draw, properly restart the application src/braille_lotto-activity/braille_lotto.py | 30 ++++++++++++++------------ 1 files changed, 16 insertions(+), 14 deletions(-) commit 12689c4d3296f178bceb99daf736ec0a60834cc2 Author: Bruno Coudoin Date: Mon Sep 5 22:55:30 2011 +0200 braille activities: review by Zohra of the english sentences. .../braille_alphabets.xml | 6 +- .../braille_alphabets.xml.in | 6 +- src/braille_fun-activity/braille_fun.xml.in | 2 +- src/braille_lotto-activity/braille_lotto.xml.in | 2 +- src/louis_braille-activity/louis_braille.xml.in | 2 +- .../resources/louis_braille/activity.desktop | 55 -------------------- .../resources/louis_braille/activity.desktop.in | 18 +++--- 7 files changed, 18 insertions(+), 73 deletions(-) commit ab4eb61bc1267f45088197efed2759e5c61f709c Author: Piotr Drąg Date: Mon Sep 5 17:30:05 2011 +0200 Updated POTFILES.in po/POTFILES.in | 73 +++++++++++++++++++++++++++++++++----------------------- 1 files changed, 43 insertions(+), 30 deletions(-) commit 449ee97a5cce681e00d2e2ee0818e79d8396a1ae Author: Bruno Coudoin Date: Sun Sep 4 23:52:26 2011 +0200 braille fun: refarcored the code, tuned the difficulty. src/braille_alphabets-activity/BrailleChar.py | 4 +- src/braille_fun-activity/braille_fun.py | 233 +++++++++++-------------- 2 files changed, 102 insertions(+), 135 deletions(-) commit 4eb7b6daedbe1683b2b4b67d24ce8945407b1524 Author: Bruno Coudoin Date: Sun Sep 4 21:21:45 2011 +0200 erase activity: added a giant panda picture from wikipedia src/erase-activity/resources/erase/Makefile.am | 1 + src/erase-activity/resources/erase/README.txt | 1 + src/erase-activity/resources/erase/giant_panda.jpg | Bin 0 -> 176824 bytes 3 files changed, 2 insertions(+), 0 deletions(-) commit bab0cffde99282580d894fa79387a722512e695f Author: Bruno Coudoin Date: Sun Sep 4 21:08:25 2011 +0200 erase activity: added new animals from picture by Adrien Grellier and Claire Gégout from their Antarctic trip. .../resources/erase/Adelie_Penguin.jpg | Bin 0 -> 141942 bytes .../resources/erase/Adelie_Penguin2.jpg | Bin 0 -> 225209 bytes src/erase-activity/resources/erase/Makefile.am | 9 +++++++++ src/erase-activity/resources/erase/README.txt | 15 +++++++++++++++ src/erase-activity/resources/erase/cape_petrel.jpg | Bin 0 -> 190298 bytes .../resources/erase/earless_seal.jpg | Bin 0 -> 129674 bytes .../resources/erase/earless_seal2.jpg | Bin 0 -> 134036 bytes .../resources/erase/emperor_penguin.jpg | Bin 0 -> 208469 bytes .../resources/erase/fulmar_antarctic.jpg | Bin 0 -> 176822 bytes src/erase-activity/resources/erase/skua.jpg | Bin 0 -> 127229 bytes .../resources/erase/snow_petrels.jpg | Bin 0 -> 159874 bytes 11 files changed, 24 insertions(+), 0 deletions(-) commit 4ef1ecf8aa7d66bf954b2353831d4a7a4c2e86c5 Author: Bruno Coudoin Date: Sun Sep 4 18:02:32 2011 +0200 erase activity: removed pigeon.jpg, it is already there under the name black_headed_gull.jpg src/erase-activity/resources/erase/Makefile.am | 1 - src/erase-activity/resources/erase/pigeon.jpg | Bin 134741 -> 0 bytes 2 files changed, 0 insertions(+), 1 deletions(-) commit b03f6b6d57c68619dd1912638c92a768881d1682 Author: Bruno Coudoin Date: Sat Sep 3 21:32:51 2011 +0200 braille louis braille: now deselect the error list at first drag. src/braille_lotto-activity/braille_lotto.py | 2 +- src/louis_braille-activity/louis_braille.py | 8 ++++++++ src/louis_braille-activity/louis_braille.xml.in | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) commit 28a097c5f769806f2703b800150d50101982fe72 Author: Bruno Coudoin Date: Sat Sep 3 20:41:18 2011 +0200 braille loto: better color src/braille_lotto-activity/braille_lotto.py | 10 ++++++---- src/braille_lotto-activity/braille_lotto.xml.in | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) commit ed2e3b1969b4d98ccb412324473d217fb3b17d9b Author: Bruno Coudoin Date: Sat Sep 3 18:47:54 2011 +0200 braille activities: put in common the help char map. A lot of minor improvement all around. boards/braille.svg | 10 +- src/braille_alphabets-activity/BrailleChar.py | 2 +- src/braille_alphabets-activity/BrailleMap.py | 56 +- .../braille_alphabets.py | 65 +- .../braille_alphabets.svg | 791 +++++++-- .../resources/braille_alphabets/braille_tux.svgz | Bin 14953 -> 14940 bytes src/braille_fun-activity/braille_fun.py | 33 +- src/braille_fun-activity/braille_fun.svg | 1845 +++++--------------- .../resources/braille_alphabets | 1 + src/braille_lotto-activity/braille_lotto.py | 45 +- src/braille_lotto-activity/braille_lotto.svg | 147 +-- src/louis_braille-activity/Makefile.am | 2 +- src/louis_braille-activity/louis_braille.png | Bin 0 -> 23693 bytes src/louis_braille-activity/louis_braille.py | 12 +- src/louis_braille-activity/louis_braille.svg | 64 - src/louis_braille-activity/louis_braille.xml.in | 2 +- .../resources/louis_braille/activity.desktop | 4 +- .../resources/louis_braille/activity.desktop.in | 4 +- 18 files changed, 1211 insertions(+), 1872 deletions(-) commit 706dd654b2b8f74f567afd23432cdaf0df7e9941 Author: Bruno Coudoin Date: Sat Sep 3 03:41:59 2011 +0200 braille activities: merged with gcomprisbraille. .../braille_alphabets.py | 21 +--- .../resources/braille_alphabets/Makefile.am | 12 +-- src/braille_fun-activity/braille_fun.py | 6 +- .../resources/braille_fun/Makefile.am | 8 -- src/braille_lotto-activity/braille_lotto.py | 8 -- src/braille_lotto-activity/braille_lotto.xml.in | 16 +--- .../resources/braille_lotto/Makefile.am | 7 -- src/louis_braille-activity/Makefile.am | 1 - src/louis_braille-activity/louis_braille.py | 107 +------------------- src/louis_braille-activity/louis_braille.xml.in | 13 --- .../resources/louis_braille/Makefile.am | 16 --- .../resources/louis_braille/activity.desktop | 49 +--------- .../resources/louis_braille/activity.desktop.in | 80 +-------------- 13 files changed, 12 insertions(+), 332 deletions(-) commit e177b2bb3276e85485e1b47ffb3d1e57cb07bd19 Author: Bruno Coudoin Date: Sat Sep 3 02:15:07 2011 +0200 braille activity: integrated a large number of commit missing from a partial previous merge. boards/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 2dea596d39b8a8806215a96de91dd598a4636147 Merge: cd8c1f0 3a6d5e9 Author: Bruno Coudoin Date: Sat Sep 3 02:12:34 2011 +0200 Merge branch 'gcomprisbraille' Conflicts: src/braille_alphabets-activity/BrailleChar.py src/braille_alphabets-activity/BrailleMap.py src/braille_alphabets-activity/Makefile.in src/braille_alphabets-activity/braille_alphabets.py src/braille_alphabets-activity/resources/braille_alphabets/Makefile.am src/braille_fun-activity/braille_fun.py src/braille_fun-activity/braille_fun.xml.in src/braille_fun-activity/resources/braille_fun/Makefile.am src/braille_lotto-activity/braille_lotto.py src/braille_lotto-activity/braille_lotto.xml.in src/braille_lotto-activity/resources/braille_lotto/Makefile.am src/louis_braille-activity/init_path.sh src/louis_braille-activity/louis_braille.py src/louis_braille-activity/louis_braille.xml.in src/louis_braille-activity/resources/Makefile.am src/louis_braille-activity/resources/louis_braille/Makefile.am src/louis_braille-activity/resources/louis_braille/activity.desktop src/louis_braille-activity/resources/louis_braille/activity.desktop.in commit cd8c1f044b2da5ea866331b3ae54e719b35cf919 Author: Bruno Coudoin Date: Sat Sep 3 01:58:31 2011 +0200 braille activities: added missing makefiles. .../resources/Makefile.am | 1 + .../resources/braille_alphabets/Makefile.am | 13 +++++++++ src/braille_fun-activity/resources/Makefile.am | 1 + .../resources/braille_fun/Makefile.am | 11 ++++++++ src/braille_lotto-activity/resources/Makefile.am | 1 + .../resources/braille_lotto/Makefile.am | 15 +++++++++++ src/louis_braille-activity/resources/Makefile.am | 1 + .../resources/louis_braille/Makefile.am | 27 ++++++++++++++++++++ 8 files changed, 70 insertions(+), 0 deletions(-) commit c3934339e060868cc5434295a9b6d895ffc42cf6 Author: Bruno Coudoin Date: Sat Sep 3 01:57:03 2011 +0200 braille activities: integration work. boards/Makefile.am | 2 + boards/braille.svg | 1482 ++++++++++++++++++++ boards/braille.xml.in | 13 + configure.ac | 22 +- src/Makefile.am | 7 +- src/braille_alphabets-activity/BrailleChar.py | 4 +- src/braille_alphabets-activity/BrailleMap.py | 2 +- src/braille_alphabets-activity/Makefile.am | 7 +- src/braille_alphabets-activity/Makefile.in | 8 +- .../braille_alphabets.py | 9 +- .../braille_alphabets.svg | 199 +++ .../braille_alphabets.xml | 18 +- .../braille_alphabets.xml.in | 21 +- src/braille_alphabets-activity/braillebug.svg | 199 --- src/braille_alphabets-activity/init_path.sh | 2 +- src/braille_fun-activity/Makefile.am | 2 +- src/braille_fun-activity/braille_fun.py | 4 +- src/braille_fun-activity/braille_fun.xml.in | 6 +- src/braille_fun-activity/init_path.sh | 2 +- src/braille_lotto-activity/Makefile.am | 2 +- src/braille_lotto-activity/braille_lotto.py | 4 +- src/braille_lotto-activity/braille_lotto.xml.in | 14 +- src/braille_lotto-activity/init_path.sh | 2 +- src/louis_braille-activity/Makefile.am | 2 +- src/louis_braille-activity/init_path.sh | 2 +- src/louis_braille-activity/louis_braille.py | 10 +- src/louis_braille-activity/louis_braille.svg | 698 +--------- src/louis_braille-activity/louis_braille.xml.in | 16 +- .../resources/louis_braille/activity.desktop | 66 +- .../resources/louis_braille/activity.desktop.in | 87 ++ 30 files changed, 1926 insertions(+), 986 deletions(-) commit 83005028dee6b2630a1baaead07759de9ab94bec Author: Bruno Coudoin Date: Fri Sep 2 23:46:48 2011 +0200 braille object: we don't want this activity because it's not possible to make it international src/braille_objects-activity/.gitignore | 1 - src/braille_objects-activity/Makefile.am | 32 - src/braille_objects-activity/braille_objects.py | 288 -- src/braille_objects-activity/braille_objects.svg | 2174 --------------- .../braille_objects.xml.in | 20 - src/braille_objects-activity/gcompris | 1 - src/braille_objects-activity/init_path.sh | 8 - .../resources/braille_objects/README | 2 - .../resources/braille_objects/accessories/belt.svg | 139 - .../resources/braille_objects/accessories/hat.svg | 591 ----- .../resources/braille_objects/accessories/ring.svg | 295 --- .../resources/braille_objects/accessories/tie.svg | 233 -- .../resources/braille_objects/activity.desktop | 87 - .../resources/braille_objects/animals/cat.svg | 1752 ------------ .../resources/braille_objects/animals/dog.svg | 306 --- .../resources/braille_objects/animals/elephant.svg | 499 ---- .../resources/braille_objects/animals/tiger.svg | 2343 ---------------- .../resources/braille_objects/computer/CD.svg | 236 -- .../resources/braille_objects/computer/floppy.svg | 269 -- .../braille_objects/computer/keyboard.svg | 286 -- .../resources/braille_objects/computer/mouse.svg | 108 - .../resources/braille_objects/flowers/daisy.svg | 709 ----- .../resources/braille_objects/flowers/lily.svg | 1188 --------- .../resources/braille_objects/flowers/rosa.svg | 281 -- .../braille_objects/flowers/sunflower.svg | 552 ---- .../resources/braille_objects/fruits/apple.png | Bin 4409 -> 0 bytes .../resources/braille_objects/fruits/banana.png | Bin 4510 -> 0 bytes .../resources/braille_objects/fruits/guava.png | Bin 20887 -> 0 bytes .../resources/braille_objects/fruits/lemon.png | Bin 5253 -> 0 bytes .../resources/braille_objects/ok.svg | 100 - .../resources/braille_objects/shapes/circle.svg | 57 - .../resources/braille_objects/shapes/hexagon.svg | 57 - .../resources/braille_objects/shapes/square.svg | 59 - .../resources/braille_objects/shapes/triangle.svg | 57 - .../resources/braille_objects/stationary/book.svg | 300 --- .../resources/braille_objects/stationary/pen.svg | 419 --- .../braille_objects/stationary/pencil.png | Bin 4940 -> 0 bytes .../resources/braille_objects/stationary/pin.svg | 255 -- .../resources/braille_objects/vehicles/bus.svg | 2785 -------------------- .../resources/braille_objects/vehicles/car.svg | 303 --- .../resources/braille_objects/vehicles/cycle.svg | 330 --- .../resources/braille_objects/vehicles/plane.png | Bin 3038 -> 0 bytes 42 files changed, 0 insertions(+), 17122 deletions(-) commit 3cea0ac17ecce805b99a8207bc00d26b8b9d3b07 Merge: c3a65b6 f4f6e82 Author: Bruno Coudoin Date: Fri Sep 2 23:44:14 2011 +0200 Merge branch 'gcomprisbraille' commit c3a65b6d1dfb111f08fed5799bbe27b558d54be1 Author: Bruno Coudoin Date: Fri Sep 2 23:25:04 2011 +0200 shapegame activities: now we display the ok button when all shapes are placed even with errors We also show a red cross indicating the children errors. Thanks to Arnaud Limon for the suggestion. .../resources/shapegame/error.svg | 153 ++++++++++++++++++++ src/babymatch-activity/shapegame.c | 83 +++++++++++- 2 files changed, 234 insertions(+), 2 deletions(-) commit 99fe7d3ba0f19f760976581e5bc3aa1a0c7bd2a0 Author: Bruno Coudoin Date: Sun Aug 28 23:27:32 2011 +0200 core: major rework of the locale change API. The methods gc_locale_reset() gc_locale_change() have been removed. Now we can use gc_locale_set() to do the same thing. Changed the combo locale system to display the language in their textual form instead of their locale code. Maintain them sorted to make it even easier to use. Now in click_on_letter configuration, changing the locale in the combo changes the edition part. src/babymatch-activity/shapegame.c | 4 +- src/boards/py-mod-gcompris.c | 44 +-------- src/click_on_letter-activity/click_on_letter.c | 121 +++++++++++++----------- src/gcompris/board_config.h | 7 +- src/gcompris/board_config_combo.c | 39 ++------ src/gcompris/board_config_common.h | 2 +- src/gcompris/gcompris.c | 13 ++- src/gcompris/gcompris.h | 2 +- src/gletters-activity/gletters.c | 4 +- src/imageid-activity/imageid.c | 4 +- src/missing_letter-activity/missingletter.c | 4 +- src/pythontest-activity/pythontest.py | 8 +- src/readingh-activity/reading.c | 4 +- src/smallnumbers-activity/smallnumbers.c | 5 +- src/wordsgame-activity/wordsgame.c | 4 +- 15 files changed, 109 insertions(+), 156 deletions(-) commit 3a6d5e9c30e0b671a95a5f535cde84a0c855c28c Author: SrishAkaTux Date: Sun Aug 28 17:39:26 2011 +0530 Progression in Braille Fun improved src/braille_fun-activity/braille_fun.py | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) commit 89b2285f2b9f1edc5af75aed6cb95f0857497667 Author: Bruno Coudoin Date: Sun Aug 28 04:19:50 2011 +0200 core: now the configuration window's locale combo display the real language name instead of the locale code. src/gcompris/board_config_combo.c | 158 ++++++++++++++++++++++------------ src/gcompris/board_config_wordlist.c | 82 ++++++++++++------ src/gcompris/config.c | 100 +++++++++++++++++++-- src/gcompris/gcompris.h | 5 +- 4 files changed, 251 insertions(+), 94 deletions(-) commit 274d3bc62d362eae647f7a4a003ba0d9eeb0acd5 Author: Bruno Coudoin Date: Sun Aug 28 04:18:16 2011 +0200 runit script: make it point to the /usr/local locales. now we wan set locales configuration while running runit.sh. src/runit.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5a9d463a3d705f77bb868dd29a7a5c843f86bb23 Author: Bruno Coudoin Date: Sat Aug 27 16:57:05 2011 +0200 click_on_letter: no more change the internal model when uppercase is forced. It had a side effect to change the dataset in edition. src/click_on_letter-activity/click_on_letter.c | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) commit ad2762c96faec0790508a95b4a437570315b95e7 Author: Andrej Žnidaršič Date: Sat Aug 27 22:49:23 2011 +0200 Updated Slovenian translation po/sl.po | 345 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 188 insertions(+), 157 deletions(-) commit 571e01e09bc69356f251f3d01477e4ed76d8262a Author: Bruno Coudoin Date: Sat Aug 27 15:52:58 2011 +0200 braille char: changed the layout a little bit to make more room for the dots. src/braille_alphabets-activity/BrailleChar.py | 104 +++++++++++--------- src/braille_alphabets-activity/BrailleMap.py | 17 ++-- .../braille_alphabets.py | 14 ++-- 3 files changed, 72 insertions(+), 63 deletions(-) commit 1bc095b716b2162fe8f9b5050d8e0d84d0d9cb0a Author: Jiro Matsuzawa Date: Sat Aug 27 15:50:01 2011 +0900 Updated Japanese Translation po/ja.po |10155 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 6521 insertions(+), 3634 deletions(-) commit 6cdfad5421e48f298ff14457b186bfcb55405a4b Author: Daniel Mustieles Date: Fri Aug 26 21:25:13 2011 +0200 Updated Spanish translation po/es.po | 308 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 162 insertions(+), 146 deletions(-) commit 9ce8cbabc2128b571a2d4b25b0b90c5f58dd0cfa Author: Bruno Coudoin Date: Thu Aug 25 23:33:08 2011 +0200 braille char map: reordered the number char map to match their letter's counter part. src/braille_alphabets-activity/BrailleMap.py | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) commit 0fa9a691d61c46c0218c72826cd5a82911e75c46 Author: Bruno Coudoin Date: Thu Aug 25 23:20:49 2011 +0200 braille lotto: fixed a bunch of timer issues, reviewed the code to make it simpler. src/braille_lotto-activity/braille_lotto.py | 139 +++++++++++---------------- 1 files changed, 55 insertions(+), 84 deletions(-) commit c08ed162d64a1e2f6f0c73ab0795ff6b30bc6562 Author: Bruno Coudoin Date: Thu Aug 25 22:29:38 2011 +0200 braille: little improvements. .../braille_alphabets.py | 2 +- src/braille_fun-activity/braille_fun.py | 4 +- src/braille_lotto-activity/braille_lotto.py | 61 ++++++++++---------- .../resources/braille_alphabets | 1 + 4 files changed, 36 insertions(+), 32 deletions(-) commit bec131a2dee29286e74c13ddba162fe09b8d9223 Author: SrishAkaTux Date: Thu Aug 25 16:58:16 2011 +0530 Added Makefile.am in all activties src/braille_alphabets-activity/Makefile.am | 2 +- .../resources/Makefile.am | 1 + .../resources/braille_alphabets/Makefile.am | 8 ++++++++ src/braille_fun-activity/Makefile.am | 2 +- src/braille_fun-activity/resources/Makefile.am | 1 + .../resources/braille_fun/Makefile.am | 6 ++++++ src/braille_lotto-activity/Makefile.am | 2 +- src/braille_lotto-activity/resources/Makefile.am | 1 + .../resources/braille_lotto/Makefile.am | 11 +++++++++++ src/dicey_dicey-activity/Makefile.am | 2 +- src/dicey_dicey-activity/resources/Makefile.am | 1 + .../resources/dicey_dicey/Makefile.am | 14 ++++++++++++++ src/rhymes_riddles-activity/Makefile.am | 2 +- src/rhymes_riddles-activity/resources/Makefile.am | 1 + .../resources/rhymes_riddles/Makefile.am | 5 +++++ .../resources/rhymes_riddles/pencil.png | Bin 37810 -> 0 bytes 16 files changed, 54 insertions(+), 5 deletions(-) commit c0f6fcd033d0885379d8bc599500179fdb95e2af Author: Bruno Coudoin Date: Thu Aug 25 01:58:08 2011 +0200 minor, added instructions to the translators for click on letter. README.translators | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) commit 3370a7ea6931c3bab20dadf8e6ab1bfc89c8c83c Author: Bruno Coudoin Date: Thu Aug 25 01:44:41 2011 +0200 click on letter: now we create the level automatically from the alphabet if we don't have a dataset. src/click_on_letter-activity/click_on_letter.c | 98 +++++++++++++++++------ 1 files changed, 72 insertions(+), 26 deletions(-) commit c9b098b9d69d8e3d42bf254d3f0f2149c541f7b8 Author: Bruno Coudoin Date: Thu Aug 25 00:13:36 2011 +0200 braille alphabet: minor changes, improved the look and feel. .../braille_alphabets.py | 85 +++++----- .../resources/braille_alphabets/back.png | Bin 1573 -> 0 bytes .../resources/braille_alphabets/back.svg | 166 ++++++++++++++++++++ .../resources/braille_alphabets/braille_tux.svgz | Bin 14786 -> 14953 bytes .../resources/braille_alphabets/mosaic.svgz | Bin 4491 -> 4525 bytes .../resources/braille_alphabets/target.svg | 104 ++++++++----- 6 files changed, 275 insertions(+), 80 deletions(-) commit 109d3cc0b22299fa267f42c05d4dee12d1f44625 Author: Bruno Coudoin Date: Wed Aug 24 23:11:06 2011 +0200 louis braille: some minor color adjustment. No more use an array the store the rectangles, use set_data instead. src/louis_braille-activity/louis_braille.py | 24 +++++++++--------------- 1 files changed, 9 insertions(+), 15 deletions(-) commit 8a3b64110f98b80cd09b849779adca7ff101e021 Author: Bruno Coudoin Date: Wed Aug 24 22:53:22 2011 +0200 louis braille: a lot of minor adjustement, tuning. src/louis_braille-activity/Makefile.am | 1 + src/louis_braille-activity/louis_braille.py | 70 +- src/louis_braille-activity/louis_braille.xml.in | 14 +- .../resources/louis_braille/activity.desktop.in | 26 +- .../resources/louis_braille/piano.svg | 1695 +++++++++++++++++--- 5 files changed, 1564 insertions(+), 242 deletions(-) commit bf631156dde9a7696b02a6b7e7d850a9cba09e94 Author: SrishAkaTux Date: Wed Aug 24 19:53:02 2011 +0530 Green fill for correct sequence else red|Added makefile.am files src/louis_braille-activity/Makefile.am | 2 +- src/louis_braille-activity/louis_braille.py | 27 +++++++--- src/louis_braille-activity/louis_braille.xml.in | 4 +- src/louis_braille-activity/resources/Makefile.am | 1 + .../resources/louis_braille/Makefile.am | 24 +++++++++ .../resources/louis_braille/activity.desktop | 46 ++++++++-------- .../resources/louis_braille/activity.desktop.in | 54 ++++++++++++++++++++ 7 files changed, 125 insertions(+), 33 deletions(-) commit a2d39a2fcd4e314aa4abf5fb4e6a8f42cdbf46b6 Author: Bruno Coudoin Date: Wed Aug 24 00:34:30 2011 +0200 fixed po list. po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit df5e601fde45a13384b7854e490c9ce4ed5cbb15 Merge: c24055b 63b7893 Author: Bruno Coudoin Date: Wed Aug 24 00:29:30 2011 +0200 Completed the ordering exercice. commit c24055b7efff3e80700eec7b211c001020910d62 Author: Bruno Coudoin Date: Tue Aug 23 23:38:46 2011 +0200 louis braille: a much better version with a class to manage the reordering activity Not functional yet but now the data model is in place, we miss the groups move. src/louis_braille-activity/louis_braille.py | 167 ++++++++++++++++++--------- 1 files changed, 111 insertions(+), 56 deletions(-) commit 63b7893a398e257df6f42cce8048be928d3d1d63 Merge: 09c769f 45bc334 Author: SrishAkaTux Date: Wed Aug 24 02:48:02 2011 +0530 Stop the drag on release|Bounds issue still to be fixed commit 09c769fe6607559af42490445a72cfa37a938b0b Author: SrishAkaTux Date: Tue Aug 23 23:27:33 2011 +0530 Code to stop the drag on release|Some coordinate and bounds issue .../resources/louis_braille/braile.jpg | Bin 43376 -> 43376 bytes .../resources/louis_braille/braille_ball.jpg | Bin 13440 -> 13440 bytes .../resources/louis_braille/chart.png | Bin 29639 -> 29639 bytes .../resources/louis_braille/fireplace.jpg | Bin 20493 -> 20493 bytes .../resources/louis_braille/night_printing.jpg | Bin 8368 -> 8368 bytes .../resources/louis_braille/rnib.jpg | Bin 52337 -> 52337 bytes .../resources/louis_braille/statue.jpg | Bin 48687 -> 48687 bytes .../resources/louis_braille/teach.jpg | Bin 55242 -> 55242 bytes .../resources/louis_braille/workshop.jpg | Bin 25726 -> 25726 bytes 9 files changed, 0 insertions(+), 0 deletions(-) commit 2c7f8d0bce3d45545e63c291093a3415e0792b81 Author: SrishAkaTux Date: Tue Aug 23 23:10:15 2011 +0530 Code to stop the drag on release|Some coordinate and bounds issue src/louis_braille-activity/louis_braille.py | 148 +++++++++----- .../resources/louis_braille/activity.desktop | 4 +- .../resources/louis_braille/back.png | Bin 77278 -> 0 bytes .../resources/louis_braille/background.svgz | Bin 0 -> 850 bytes .../resources/louis_braille/louis.jpg | Bin 39078 -> 0 bytes .../resources/louis_braille/louis.png | Bin 0 -> 107446 bytes .../resources/louis_braille/piano.jpg | Bin 13351 -> 0 bytes .../resources/louis_braille/piano.svg | 215 ++++++++++++++++++++ 8 files changed, 312 insertions(+), 55 deletions(-) commit 6de51fcaaf190dfe94465a27bd27a44b441338af Author: Мирослав Николић Date: Tue Aug 23 19:01:52 2011 +0200 Updated Serbian translation po/sr.po |11518 +++++++++++++++++++++++++++++++------------------------- po/sr@Latn.po | 6356 ------------------------------- po/sr@latin.po | 7818 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 14308 insertions(+), 11384 deletions(-) commit 45bc334d4e08fab497d5f63018c380406f66b7c5 Author: Bruno Coudoin Date: Tue Aug 23 08:01:26 2011 +0200 louis braille activity: added missing images. .../resources/louis_braille/background.svgz | Bin 0 -> 850 bytes .../resources/louis_braille/piano.svg | 1530 ++++++++++++++++++++ 2 files changed, 1530 insertions(+), 0 deletions(-) commit 9b89e5037b3dfe6c04c0efa72007ee76907ae019 Author: Bruno Coudoin Date: Tue Aug 23 00:14:27 2011 +0200 louis baille activity: implemented a clean drag and motion for the game. Still misses the way to reorder items during the move. src/louis_braille-activity/louis_braille.py | 89 ++++++++++++++------------- 1 files changed, 46 insertions(+), 43 deletions(-) commit 93a73a7b3c1a846fc41859d7f43fd89784f4a378 Author: Bruno Coudoin Date: Mon Aug 22 23:15:15 2011 +0200 louis braille activity: improved graphism. src/louis_braille-activity/louis_braille.py | 23 ++++++++++++++----- .../resources/louis_braille/activity.desktop | 4 +- .../resources/louis_braille/back.png | Bin 77278 -> 0 bytes .../resources/louis_braille/louis.jpg | Bin 39078 -> 0 bytes .../resources/louis_braille/louis.png | Bin 0 -> 107446 bytes .../resources/louis_braille/piano.jpg | Bin 13351 -> 0 bytes 6 files changed, 19 insertions(+), 8 deletions(-) commit 412acaf55472464606c4444746feddbbea1f67e9 Author: SrishAkaTux Date: Mon Aug 22 21:41:46 2011 +0530 Draggable sentences for Louis Braille arrange the sequence level src/louis_braille-activity/louis_braille.py | 150 +++++++------------- .../resources/louis_braille/activity.desktop | 37 +----- 2 files changed, 55 insertions(+), 132 deletions(-) commit c84c99ae5f7a3cb49cb1697a9ad0b286c5236e94 Author: Bruno Coudoin Date: Mon Aug 22 00:36:30 2011 +0200 click_on_letter: fixed forced uppercase option in the configuration. src/click_on_letter-activity/click_on_letter.c | 30 +++++++++++++++++------ 1 files changed, 22 insertions(+), 8 deletions(-) commit edef3ca061bfa7f78c1ddf91d46606b5c73d55cf Author: Bruno Coudoin Date: Sun Aug 21 23:25:22 2011 +0200 memory sound activtiy: the tux band background image with the bsd devil is considered offensive in some country. Now the bsd devil looks less like a devil and more like a red little boy. .../resources/memory/gcompris_band.svg | 45 +++++++++++--------- 1 files changed, 25 insertions(+), 20 deletions(-) commit 10efcf2b4773113ad95b5385abd2c4d79b39c242 Author: Bruno Coudoin Date: Sun Aug 21 22:59:12 2011 +0200 click_on_letter: added a 'back to default' button in the configuration. Fixed memory leaks in the 'levels' model. src/click_on_letter-activity/click_on_letter.c | 131 +++++++++++++++++------- src/gcompris/board_config_combo.c | 2 +- 2 files changed, 97 insertions(+), 36 deletions(-) commit 5a78433ca0976e8d42352dfa7ae2ead5d5aa2670 Author: Bruno Coudoin Date: Sun Aug 21 20:27:42 2011 +0200 fr.po: fixed a wrongly translated line. po/fr.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5e361a87bb0b2d0f461ddc395eef74016428c41e Author: Bruno Coudoin Date: Sun Aug 21 20:14:31 2011 +0200 wordsgame activity: changed the text color of the falling words to be back and white I found out that reading text in color other than black and white is very hard. src/wordsgame-activity/wordsgame.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit de6166047a982b264ccd06548b7115117bfdb09a Author: Bruno Coudoin Date: Sun Aug 21 11:23:01 2011 +0200 ckick_on_letter: now display the text of the question if we cannot play it for any reason. Now this activity is always playable even if we don't have the voice set or the sound is disabled. Also if one letter is missing from the voice set it remains playable. src/click_on_letter-activity/click_on_letter.c | 104 +++++++++++++++++++----- 1 files changed, 84 insertions(+), 20 deletions(-) commit 04e40142ea9e9da42f4d813333236db88625a587 Author: Bruno Coudoin Date: Sun Aug 21 11:22:39 2011 +0200 click_on_letter: fixed the data file .../resources/click_on_letter/default-en.desktop | 40 ++++++++++---------- 1 files changed, 20 insertions(+), 20 deletions(-) commit 8d6d8426619cdf070f53bc69eee5a119eb86c5eb Author: Bruno Coudoin Date: Sun Aug 21 02:16:54 2011 +0200 click_on_letter: mostly full rewrite of this activity to allow a specific configuration per language and per user. Now this activity takes a desktop formated file as input. It contains for each level the questions and answers charaters to propose. This file can be edited in the game through the config button, in this case a local data file is save under the user's My GCompris folder and is reused. Now for each country we must provide a data file, this is much better than before where it was fully random and was not respecting the natural difficulties of a language. Still miss a couple of feature: - create again a random mode from the alphabet in case we don't have a dataset. - in the dataset add a mode where the letter to find is displayed intead of spoken. src/click_on_letter-activity/click_on_letter.c | 784 +++++++++++++++++--- .../resources/click_on_letter/.gitignore | 1 + .../resources/click_on_letter/Makefile.am | 10 +- .../resources/click_on_letter/background.svgz | Bin 120468 -> 121058 bytes .../resources/click_on_letter/carriage.svg | 225 ------ .../resources/click_on_letter/carriage.svgz | Bin 0 -> 3575 bytes .../resources/click_on_letter/carriage_on.svg | 225 ------ .../resources/click_on_letter/cloud.svgz | Bin 0 -> 1502 bytes .../resources/click_on_letter/default-en.desktop | 49 ++ 9 files changed, 718 insertions(+), 576 deletions(-) commit 2de30e89a581a7ed9857940a6d7e832d39a61c8d Author: Bruno Coudoin Date: Sun Aug 21 02:14:54 2011 +0200 core: now configuration dialog callback requires a boolean return value indicating if the entered data are correct. Now when we click ok in the config dialog. If the callback returns FALSE then it is not closed. It is up to the dialog implementor to display a relevant error message. I found out that the radio_buttons API makes the pythontest config dialog crashing. Since it is not used elsewhere, I just commented it until we need it. In login.py and tuxpaint, reactivated the config button that was missing. src/boards/py-mod-gcompris.c | 23 +++++++++-------- src/gcompris/board_config.c | 5 ++- src/gcompris/board_config.h | 10 +++++-- src/gletters-activity/gletters.c | 6 ++-- src/imageid-activity/imageid.c | 8 +++--- src/login-activity/login.py | 18 +++++++------ src/missing_letter-activity/missingletter.c | 8 +++--- src/pythontest-activity/pythontest.py | 35 ++++++++++----------------- src/readingh-activity/reading.c | 7 +++-- src/scalesboard-activity/scale.c | 9 ++++--- src/smallnumbers-activity/smallnumbers.c | 8 ++++-- src/tuxpaint-activity/tuxpaint.py | 3 +- src/wordsgame-activity/wordsgame.c | 8 ++++-- 13 files changed, 77 insertions(+), 71 deletions(-) commit 69ec8f385c774694ed6f00908b68812b4e04dac0 Author: Bruno Coudoin Date: Sat Aug 20 22:57:32 2011 +0200 color activity: cleanup, removed all C source file which has been replaced by findid.py. src/colors-activity/colors.c | 507 ------------------------------------------ 1 files changed, 0 insertions(+), 507 deletions(-) commit 5c09d4016efd250c5298c96ba2426edea0fbc6ee Author: Bruno Coudoin Date: Sat Aug 20 12:20:11 2011 +0200 core: added the method gc_score_set_max to set the max score on next call to gc_score_set src/gcompris/score.c | 19 +++++++++++++++++++ src/gcompris/score.h | 2 ++ src/gcompris/sugar.c | 7 +++++++ 3 files changed, 28 insertions(+), 0 deletions(-) commit 86ac07be16dc0b6504bdb639b2641d9c379e66c3 Author: SrishAkaTux Date: Sat Aug 20 23:48:36 2011 +0530 Slight change in braille fun manual src/braille_fun-activity/braille_fun.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5151b227f7ffdae1b7f0d957da56330564a33d34 Author: SrishAkaTux Date: Sat Aug 20 23:39:30 2011 +0530 Letters are no more dancing.Smooth group animation|Added Manual src/braille_fun-activity/braille_fun.py | 103 +- src/braille_fun-activity/braille_fun.svg | 3668 +++++++++++---------------- src/braille_fun-activity/braille_fun.xml.in | 12 +- 3 files changed, 1587 insertions(+), 2196 deletions(-) commit c01a0a0cbd69386ecbb761a8abc190be170ac16a Author: Daniel Mustieles Date: Sat Aug 20 11:29:05 2011 +0200 Updated Spanish translation po/es.po | 182 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 112 insertions(+), 70 deletions(-) commit a13cd8208943bda621362e7451b24dd98c50d576 Author: Yuri Kozlov Date: Sat Aug 20 11:58:15 2011 +0400 Updated Russian translation po/ru.po | 2974 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 2041 insertions(+), 933 deletions(-) commit e81fd302e81129a9db43bf29c3b6e7d7fa75c79a Author: SrishAkaTux Date: Sat Aug 20 00:17:00 2011 +0530 Braille lotto manual src/braille_lotto-activity/braille_lotto.xml.in | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit dc5737a3b80b4d7cc810143a0a51f39b10e85046 Author: SrishAkaTux Date: Sat Aug 20 00:03:51 2011 +0530 rhymes_riddles touch up src/rhymes_riddles-activity/rhymes_riddles.py | 4 ++-- src/rhymes_riddles-activity/rhymes_riddles.xml.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 9f5a933d43ee215bdfa25e8c48244be68739c6e7 Author: SrishAkaTux Date: Fri Aug 19 23:48:44 2011 +0530 Dicey_dicey final touch up src/dicey_dicey-activity/dicey_dicey.py | 4 ++-- src/dicey_dicey-activity/dicey_dicey.xml.in | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) commit 4022a1e58fcd96a23860bf49809a03f7e14be38b Author: SrishAkaTux Date: Fri Aug 19 23:18:54 2011 +0530 Removed Makefile.in src/braille_alphabets-activity/Makefile.in | 756 ---------------------------- 1 files changed, 0 insertions(+), 756 deletions(-) commit f4f6e829b314af8125b168f0b563429af4b6b476 Author: SrishAkaTux Date: Thu Aug 18 18:39:24 2011 +0530 Blue Text .../braille_alphabets.py | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 0579fc7ecf1c4ed99d6f12a6d3b4ef6c10d88f17 Author: SrishAkaTux Date: Thu Aug 18 18:28:57 2011 +0530 Changed text color src/braille_alphabets-activity/BrailleChar.pyc | Bin 5224 -> 0 bytes src/braille_alphabets-activity/BrailleMap.pyc | Bin 1687 -> 0 bytes .../braille_alphabets.py | 2 +- .../braille_alphabets.pyc | Bin 10892 -> 0 bytes 4 files changed, 1 insertions(+), 1 deletions(-) commit 15003a86ee73fe2c3387ae69e08712b6b1c428f0 Author: SrishAkaTux Date: Thu Aug 18 18:15:04 2011 +0530 Refined first Activity src/braille_alphabets-activity/BrailleChar.pyc | Bin 0 -> 5224 bytes src/braille_alphabets-activity/BrailleMap.pyc | Bin 0 -> 1687 bytes src/braille_alphabets-activity/Makefile.in | 756 ++++++++++++++++++++ .../braille_alphabets.pyc | Bin 0 -> 10892 bytes .../braille_alphabets.xml | 20 + 5 files changed, 776 insertions(+), 0 deletions(-) commit 96af714877a6c19bd675ff363ec0a648a2b3a621 Author: Gonçalo Cordeiro Date: Tue Aug 16 19:00:55 2011 +0200 Updated Galician translations po/gl.po | 744 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 411 insertions(+), 333 deletions(-) commit c4d3fb802343ef10347405e13921066011246b96 Author: Marek Černocký Date: Tue Aug 16 15:26:42 2011 +0200 Updated Czech translation po/cs.po | 167 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 108 insertions(+), 59 deletions(-) commit 9955988cece7a37382fda5dc82426df4a81718b6 Author: Bruno Coudoin Date: Tue Aug 16 01:08:55 2011 +0200 core: added the option gcompris --test that runs all the activities automatically in sequecnce. This is usefull only for test purpose. src/gcompris/gcompris.c | 76 +++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 73 insertions(+), 3 deletions(-) commit e98fae1af85799f977353a9b8cd45fcef045f9fb Author: Bruno Coudoin Date: Tue Aug 16 01:07:59 2011 +0200 memory activity: fixed several potential crash cases when the memory was run with sound disabled. src/memory-activity/memory.c | 21 +++++++++++++-------- 1 files changed, 13 insertions(+), 8 deletions(-) commit d9046b1a8112ce8c8580330f5dd484c77d3e7ca9 Author: Bruno Coudoin Date: Mon Aug 15 19:53:35 2011 +0200 core: added the key shortcuts in the manual. boards/menu.xml.in | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit 11fbb32a292d4fb336acdbf91100ad3198a012d6 Author: Bruno Coudoin Date: Mon Aug 15 19:28:57 2011 +0200 money activity: fixed the init script to allow ./runit.sh to work on money activies. src/money-activity/init_path.sh | 2 +- src/money_back-activity/init_path.sh | 2 +- src/money_back_cents-activity/init_path.sh | 2 +- src/money_cents-activity/init_path.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit 2621034d03173121881fb05220b0e7f3d5b330f3 Author: Marek Černocký Date: Mon Aug 15 18:44:54 2011 +0200 Updated Czech translation po/cs.po | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) commit 4c8748560a2ad5c5f790b9d6bc457480b10952c9 Author: Bruno Coudoin Date: Mon Aug 15 17:58:08 2011 +0200 core: in the initial load phase, gettext was called twice to display the activity status loading I could not trace any issue with this, it seems like gettext supports a double call. I thought this could fix the status not being displayed properly in Hebrew but it is not the case. src/gcompris/gcompris_db.c | 2 +- src/gcompris/menu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit a8f33d5692431542fb823eb8d9169254b9c6f7fd Author: Andrej Žnidaršič Date: Mon Aug 15 11:25:17 2011 +0200 Updated Slovenian translation po/sl.po | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit d933ce9d93e6bfbf5c9c1585896053ddc667600b Author: Bruno Coudoin Date: Mon Aug 15 02:29:58 2011 +0200 all: preparation for a port to GTK3. Now compiles with CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_^CPRECATED" src/algebra_by-activity/algebra.c | 4 +- .../algebra_guesscount.c | 15 ++-- src/awele-activity/awele.c | 2 +- src/babymatch-activity/shapegame.c | 20 ++-- src/billard-activity/billard.c | 18 ++-- src/boards/menu2.c | 18 ++-- src/canal_lock-activity/canal_lock.c | 24 +++--- src/chess_computer-activity/chess.c | 10 +- src/chess_computer-activity/chess_position.c | 68 +++++-------- src/chess_computer-activity/chess_position.h | 20 +++-- src/click_on_letter-activity/click_on_letter.c | 4 +- src/clickgame-activity/clickgame.c | 48 +++++----- src/clockgame-activity/clockgame.c | 18 ++-- src/colors-activity/colors.c | 8 +- src/crane-activity/crane.c | 8 +- src/enumerate-activity/enumerate.c | 12 +- src/erase-activity/erase.c | 2 +- src/gcompris/about.c | 2 +- src/gcompris/bar.c | 8 +- src/gcompris/board.c | 2 +- src/gcompris/board_config_combo.c | 8 +- src/gcompris/bonus.c | 2 +- src/gcompris/config.c | 16 ++-- src/gcompris/dialog.c | 4 +- src/gcompris/drag.c | 4 +- src/gcompris/file_selector.c | 24 +++--- src/gcompris/gameutil.c | 16 ++-- src/gcompris/gameutil.h | 4 +- src/gcompris/gcompris.c | 64 +++++++++--- src/gcompris/gcompris_confirm.c | 8 +- src/gcompris/help.c | 22 ++-- src/gcompris/images_selector.c | 10 +- src/gcompris/timer.c | 4 +- src/gletters-activity/gletters.c | 32 +++--- src/hanoi-activity/hanoi.c | 8 +- src/hanoi_real-activity/hanoi_real.c | 4 +- src/imageid-activity/imageid.c | 6 +- src/leftright-activity/leftright.c | 4 +- src/magic_hat_minus-activity/magic_hat.c | 16 ++-- src/maze-activity/maze.c | 2 +- src/memory-activity/memory.c | 2 +- src/missing_letter-activity/missingletter.c | 6 +- src/money-activity/money.c | 10 +- src/money-activity/money_widget.c | 102 ++++++++++---------- src/money-activity/money_widget.h | 40 ++++---- src/paratrooper-activity/paratrooper.c | 38 ++++---- src/photohunter-activity/photohunter.c | 4 +- src/planegame-activity/planegame.c | 8 +- src/railroad-activity/railroad.c | 22 ++-- src/readingh-activity/reading.c | 34 ++++---- src/reversecount-activity/reversecount.c | 16 ++-- src/scalesboard-activity/scale.c | 6 +- src/smallnumbers-activity/smallnumbers.c | 26 +++--- src/submarine-activity/submarine.c | 28 +++--- src/superbrain-activity/superbrain.c | 6 +- src/tangram-activity/gtans_interface.c | 18 ++-- src/target-activity/target.c | 31 +++--- src/traffic-activity/traffic.c | 4 +- src/wordprocessor-activity/wordprocessor.c | 6 +- src/wordsgame-activity/wordsgame.c | 14 ++-- 60 files changed, 503 insertions(+), 487 deletions(-) commit 3bede4501837343b6bf3e7619c1e72e3c056a7b5 Author: Bruno Coudoin Date: Sun Aug 14 12:10:08 2011 +0200 cleanup, added missing file nsis_translations.desktop.in in the tarball Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 85b96bc182326330d4c7ddc053d1001a07f5ffa5 Author: Bruno Coudoin Date: Sun Aug 14 12:06:26 2011 +0200 cleanup, removed unused cache source file. po/POTFILES.in | 1 - src/gcompris/cache.c | 201 -------------------------------------------------- 2 files changed, 0 insertions(+), 202 deletions(-) commit e6453013fc33eeb3fe1c75b3db52ea0fc756357c Author: Bruno Coudoin Date: Sun Aug 14 00:05:54 2011 +0200 submarine: fixed comilation issue with newer GCC. Fixed bug https://bugzilla.gnome.org/show_bug.cgi?id=655995 src/submarine-activity/submarine.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) commit ee4cb06e03b546d7475fede92be2f53632103f4f Author: Mario Blättermann Date: Fri Aug 12 20:12:06 2011 +0200 [l10n] Updated German translation po/de.po | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit da35b17b6be4baab24b50064fa533fd1349185b9 Author: Daniel Mustieles Date: Thu Aug 11 10:31:47 2011 +0200 Updated Spanish translation po/es.po | 51 ++++++++++++++++++++++++++------------------------- 1 files changed, 26 insertions(+), 25 deletions(-) commit 5d3bdf9119a7ed7dd01fe89dac21bb90b6ce9086 Author: Bruno Coudoin Date: Fri Aug 5 03:54:02 2011 +0200 python binding: added the method gcompris.get_locale_name Now in the hangman, we use this methof to display the name of the current language. docs/C/python.xml | 5 +++++ src/boards/py-mod-gcompris.c | 17 +++++++++++++++++ src/hangman-activity/hangman.py | 14 ++++++++++++++ 3 files changed, 36 insertions(+), 0 deletions(-) commit ff8528bc0948f4cc966ffa04bb2f6b5d904ccf58 Author: Bruno Brouard Date: Mon Aug 1 17:13:40 2011 +0200 Updated French translation po/fr.po | 644 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 383 insertions(+), 261 deletions(-) commit 19fcbf0b848045f4190995f3d1cfcb18d403b93e Author: Mario Blättermann Date: Sat Jul 30 20:46:23 2011 +0200 [l10n] Updated German translation po/de.po | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 84efcfd54a0d686837571ec32b9e5fbbe6369a6b Author: Andrej Žnidaršič Date: Sat Jul 30 19:17:26 2011 +0200 Updated Slovenian translation po/sl.po | 86 ++++++++----------------------------------------------------- 1 files changed, 12 insertions(+), 74 deletions(-) commit 07d490f54d1f944838e5b13bb1a86eddc16320a0 Author: Djavan Fagundes Date: Fri Jul 29 16:05:57 2011 -0300 Updated Brazilian Portuguese translation by Frederico Gonçalves Guimarães and Enrico Nicoletto po/pt_BR.po | 612 +++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 362 insertions(+), 250 deletions(-) commit d08936e5a7b0091840c66687846df61b0c60bada Author: SrishAkaTux Date: Thu Jul 28 23:40:20 2011 +0530 Animated TUX_PLANE|Code to fix the counter increase src/braille_fun-activity/braille_fun.py | 66 +- .../resources/braille_fun/hillside.svg | 601 +-------- .../resources/braille_fun/plane.svg | 1553 ++++++++++++++++++++ 3 files changed, 1613 insertions(+), 607 deletions(-) commit e50b131e5fbfc381c47efe3abdcf81383da32af8 Author: SrishAkaTux Date: Thu Jul 28 01:03:08 2011 +0530 Braille Fun New Activity src/braille_fun-activity/.gitignore | 1 + src/braille_fun-activity/Makefile.am | 32 + src/braille_fun-activity/braille_fun.py | 255 +++ src/braille_fun-activity/braille_fun.svg | 2174 ++++++++++++++++++++ src/braille_fun-activity/braille_fun.xml.in | 20 + src/braille_fun-activity/gcompris | 1 + src/braille_fun-activity/init_path.sh | 8 + .../resources/braille_fun/hillside.svg | 1925 +++++++++++++++++ 8 files changed, 4416 insertions(+), 0 deletions(-) commit e55b210e03a8f1b59a9b6de91c4d30d3b8c7fe85 Author: SrishAkaTux Date: Thu Jul 28 01:01:19 2011 +0530 Translatable strings for all activities| src/braille_alphabets-activity/BrailleChar.py | 4 +- .../braille_alphabets.py | 18 ++++- src/dicey_dicey-activity/dicey_dicey.py | 6 +- src/louis_braille-activity/louis_braille.py | 19 +++--- .../resources/louis_braille/activity.desktop | 69 ++++++++++---------- src/rhymes_riddles-activity/rhymes_riddles.py | 43 ++++++------ 6 files changed, 84 insertions(+), 75 deletions(-) commit 221b79edb91378bc4f8b7b87916335f48fd82b94 Author: Srishti Sethi Date: Tue Jul 26 19:34:53 2011 +0530 Changed the text for translatable strings| .../braille_alphabets.py | 30 +++++++++---------- src/braille_lotto-activity/braille_lotto.py | 27 +++++++++++------ 2 files changed, 31 insertions(+), 26 deletions(-) commit 6d61fe5bde3ea3995aca6f4fcc46d8e110f684b5 Author: Srishti Sethi Date: Mon Jul 25 14:53:13 2011 +0530 Minor text error corrected .../braille_alphabets.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6ed4bfad8e9e0bb721a20d7c88a24b03b0a39e0d Author: Srishti Sethi Date: Sun Jul 24 20:03:35 2011 +0530 Rounded goocanvas Rect buttons|translatable strings|game.svg size incr src/braille_alphabets-activity/BrailleMap.py | 4 +- src/braille_lotto-activity/braille_lotto.py | 60 +++++++++++------- .../resources/braille_lotto/button.jpg | Bin 1821 -> 0 bytes .../resources/braille_lotto/button.svg | 65 -------------------- .../resources/braille_lotto/button2.png | Bin 1535 -> 0 bytes .../resources/braille_lotto/button2.svg | 65 -------------------- .../resources/braille_lotto/game.svg | 13 ++-- .../resources/braille_lotto/generate_number.png | Bin 1096 -> 0 bytes .../resources/braille_lotto/sablier.gif | Bin 25708 -> 0 bytes .../resources/braille_lotto/sablier.txt | 1 - 10 files changed, 45 insertions(+), 163 deletions(-) commit 27e24f54734354b56e5d04e2bc3652d840436ec9 Author: Srishti Sethi Date: Fri Jul 22 13:51:58 2011 +0530 README file for images : Braille Objects .../resources/braille_objects/README | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 922e250d522931598998e4b80f4f7eb0988dd4f9 Author: Srishti Sethi Date: Fri Jul 22 13:49:55 2011 +0530 Generate number from lotto tickets|symmetry in buttons|Braille_Lotto Complete src/braille_lotto-activity/braille_lotto.py | 115 ++++++++++---------- .../resources/braille_lotto/button.svg | 88 +++------------ .../resources/braille_lotto/button2.svg | 65 +++++++++++ .../resources/braille_lotto/callout1.svg | 15 ++-- .../resources/braille_lotto/callout2.svg | 15 ++-- 5 files changed, 157 insertions(+), 141 deletions(-) commit 7e2deefbce32499994c323993a9cb49ec3205e49 Author: Marek Černocký Date: Thu Jul 21 09:40:15 2011 +0200 Updated Czech translation po/cs.po | 24 +++++++++++++----------- 1 files changed, 13 insertions(+), 11 deletions(-) commit 5de83c912f653a01674240b1481c98a7a376d2f0 Author: Daniel Mustieles Date: Wed Jul 20 22:25:58 2011 +0200 Updated Spanish translation po/es.po | 24 +++++++++++++----------- 1 files changed, 13 insertions(+), 11 deletions(-) commit 23d17df6c54ba41419d5439f7f66034cc32f27bc Author: Srishti Sethi Date: Thu Jul 21 00:18:20 2011 +0530 Uncheck the cross button src/braille_lotto-activity/braille_lotto.py | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) commit 9c6711a2c96c6a7f057cc9aece30f3dad7236547 Author: Bruno Coudoin Date: Tue Jul 19 23:06:27 2011 +0200 advanced color activity: fixed color names not to include _ when composed of 2 names. Thanks to Gonçalo Cordeiro for having taking the time to report us the issue. .../resources/advanced_colors/activity.desktop.in | 24 ++++++++++---------- 1 files changed, 12 insertions(+), 12 deletions(-) commit 4fc1cd1460fe5cd598d2ffdf2d33a85e2065dd03 Author: Srishti Sethi Date: Tue Jul 19 16:31:12 2011 +0530 Braille objects Activity Playable src/braille_objects-activity/braille_objects.py | 99 ++++++++++++++++++----- 1 files changed, 77 insertions(+), 22 deletions(-) commit 9434c5f4fa397fda0956e86db085c71b38bd92da Author: Srishti Sethi Date: Mon Jul 18 23:01:20 2011 +0530 FIXED Clickable dots issue for alphabets and number src/braille_alphabets-activity/BrailleChar.py | 18 +++++++++------- .../braille_alphabets.py | 22 ++++++++++++------- src/dicey_dicey-activity/dicey_dicey.py | 2 +- 3 files changed, 25 insertions(+), 17 deletions(-) commit 19c16bfe44dae5c977008529d27533aa60abd5bf Author: Srishti Sethi Date: Sun Jul 17 21:12:55 2011 +0530 Braille Objects New Activity src/braille_objects-activity/.gitignore | 1 + src/braille_objects-activity/Makefile.am | 32 + src/braille_objects-activity/braille_objects.py | 233 ++ src/braille_objects-activity/braille_objects.svg | 2174 +++++++++++++++ .../braille_objects.xml.in | 20 + src/braille_objects-activity/gcompris | 1 + src/braille_objects-activity/init_path.sh | 8 + .../resources/braille_objects/accessories/belt.svg | 139 + .../resources/braille_objects/accessories/hat.svg | 591 +++++ .../resources/braille_objects/accessories/ring.svg | 295 +++ .../resources/braille_objects/accessories/tie.svg | 233 ++ .../resources/braille_objects/activity.desktop | 87 + .../resources/braille_objects/animals/cat.svg | 1752 ++++++++++++ .../resources/braille_objects/animals/dog.svg | 306 +++ .../resources/braille_objects/animals/elephant.svg | 499 ++++ .../resources/braille_objects/animals/tiger.svg | 2343 ++++++++++++++++ .../resources/braille_objects/computer/CD.svg | 236 ++ .../resources/braille_objects/computer/floppy.svg | 269 ++ .../braille_objects/computer/keyboard.svg | 286 ++ .../resources/braille_objects/computer/mouse.svg | 108 + .../resources/braille_objects/flowers/daisy.svg | 709 +++++ .../resources/braille_objects/flowers/lily.svg | 1188 +++++++++ .../resources/braille_objects/flowers/rosa.svg | 281 ++ .../braille_objects/flowers/sunflower.svg | 552 ++++ .../resources/braille_objects/fruits/apple.png | Bin 0 -> 4409 bytes .../resources/braille_objects/fruits/banana.png | Bin 0 -> 4510 bytes .../resources/braille_objects/fruits/guava.png | Bin 0 -> 20887 bytes .../resources/braille_objects/fruits/lemon.png | Bin 0 -> 5253 bytes .../resources/braille_objects/ok.svg | 100 + .../resources/braille_objects/shapes/circle.svg | 57 + .../resources/braille_objects/shapes/hexagon.svg | 57 + .../resources/braille_objects/shapes/square.svg | 59 + .../resources/braille_objects/shapes/triangle.svg | 57 + .../resources/braille_objects/stationary/book.svg | 300 +++ .../resources/braille_objects/stationary/pen.svg | 419 +++ .../braille_objects/stationary/pencil.png | Bin 0 -> 4940 bytes .../resources/braille_objects/stationary/pin.svg | 255 ++ .../resources/braille_objects/vehicles/bus.svg | 2785 ++++++++++++++++++++ .../resources/braille_objects/vehicles/car.svg | 303 +++ .../resources/braille_objects/vehicles/cycle.svg | 330 +++ .../resources/braille_objects/vehicles/plane.png | Bin 0 -> 3038 bytes 41 files changed, 17065 insertions(+), 0 deletions(-) commit 15b87fd774414da1e110fb9be5e396c2b9b64293 Author: Srishti Sethi Date: Sun Jul 17 00:02:50 2011 +0530 Ticket focus issue FIXED| Added green check button for correct cross src/braille_alphabets-activity/BrailleChar.py | 26 ++++++++--- src/braille_lotto-activity/braille_lotto.py | 47 +++++++++++++------ .../resources/braille_lotto/button.svg | 13 +++--- .../resources/braille_lotto/button1.svg | 21 +++++---- .../resources/braille_lotto/button_checked.png | Bin 1005 -> 2144 bytes 5 files changed, 68 insertions(+), 39 deletions(-) commit 5cd77374002e6b1644d736d413c8dc4ec4b1ff5f Author: Srishti Sethi Date: Fri Jul 15 17:07:18 2011 +0530 New layout on removing lotto board|focus issue for tickets remaining src/braille_lotto-activity/braille_lotto.py | 191 ++++++++------------ .../resources/braille_lotto/button.svg | 120 ++++++++++++ .../resources/braille_lotto/button2.png | Bin 0 -> 1535 bytes .../resources/braille_lotto/callout1.svg | 6 +- .../resources/braille_lotto/callout2.svg | 6 +- .../resources/braille_lotto/tux.svg | 103 ++++++----- 6 files changed, 259 insertions(+), 167 deletions(-) commit 0f7d315269b738251aa4372d3e4716ee417bf830 Author: Bruno Coudoin Date: Thu Jul 14 08:15:32 2011 +0200 shapegame: fixed a potential crash when a piece was overwritten by another in their wrong position. src/babymatch-activity/shapegame.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 83850c4d9e67603f2c7f0c6e9a2dfc88a1685198 Author: Mattias Lindblad Date: Thu Jul 14 08:14:07 2011 +0200 Fixed the 2 click drag mode ( run it with gcompris -g 2clicks). src/babymatch-activity/shapegame.c | 2 ++ src/gcompris/drag.c | 10 ++++++++++ 2 files changed, 12 insertions(+), 0 deletions(-) commit 890a04659a7db83583e94d95d873c40429cfd3c9 Author: Joe Hansen Date: Wed Jul 13 23:27:14 2011 +0200 Updated Danish translation po/da.po | 921 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 530 insertions(+), 391 deletions(-) commit eeef31e261e7b320a3ad65ced3a3c77d7dbe2d2c Author: Andrej Žnidaršič Date: Wed Jul 13 22:14:18 2011 +0200 Updated Slovenian translation po/sl.po | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit 930b2ebe5ef8735fb1856d8d825b9d07dd698717 Author: Srishti Sethi Date: Wed Jul 13 23:37:11 2011 +0530 Removed timer| Added a generate number button src/braille_lotto-activity/braille_lotto.py | 57 ++++++++++--------- .../resources/braille_lotto/generate_number.png | Bin 0 -> 1096 bytes 2 files changed, 30 insertions(+), 27 deletions(-) commit d40dce7a9b77d936c58d7ca28982f0e841b6ad8a Author: Srishti Sethi Date: Wed Jul 13 00:47:58 2011 +0530 Added Buttons|Callouts|I don't have this number|Lotto Master src/braille_lotto-activity/braille_lotto.py | 169 +++++++++++++++++--- .../resources/braille_lotto/button.jpg | Bin 1953 -> 1821 bytes .../resources/braille_lotto/button1.svg | 121 ++++++++++++++ .../resources/braille_lotto/callout1.svg | 62 +++++++ .../resources/braille_lotto/callout2.svg | 62 +++++++ .../resources/braille_lotto/game.svg | 62 +++++++ .../resources/braille_lotto/tux.svg | 129 +++++++++++++++ 7 files changed, 583 insertions(+), 22 deletions(-) commit 22437281493f3dd69d28f7fc535f4443334e48cb Author: Srishti Sethi Date: Tue Jul 12 11:31:50 2011 +0530 Created a BrailleMap class|Changed the text to black src/braille_alphabets-activity/BrailleMap.py | 61 ++++++++++++++++++++ .../braille_alphabets.py | 34 ++--------- src/braille_lotto-activity/braille_lotto.py | 6 +- src/dicey_dicey-activity/dicey_dicey.py | 5 +- src/rhymes_riddles-activity/rhymes_riddles.py | 8 +-- 5 files changed, 74 insertions(+), 40 deletions(-) commit b5509552eb2101daa8ac14a4b270676ef3a7f294 Author: Srishti Sethi Date: Sun Jul 10 18:37:32 2011 +0530 Three Activitie + icon+Description XML File Complete src/braille_lotto-activity/braille_lotto.svg | 2359 ++--------------- src/braille_lotto-activity/braille_lotto.xml.in | 8 +- src/louis_braille-activity/louis_braille.py | 1 - src/louis_braille-activity/louis_braille.svg | 2866 +++++---------------- src/louis_braille-activity/louis_braille.xml.in | 12 +- src/rhymes_riddles-activity/rhymes_riddles.svg | 2819 +++++---------------- src/rhymes_riddles-activity/rhymes_riddles.xml.in | 8 +- 7 files changed, 1616 insertions(+), 6457 deletions(-) commit f4a8dfb00152956c45e8a3fd179c0367556e1508 Author: Srishti Sethi Date: Sat Jul 9 01:45:51 2011 +0530 Braille Lotto : Two player src/braille_lotto-activity/braille_lotto.py | 543 ++++++++------------ .../resources/braille_lotto/sablier.gif | Bin 0 -> 25708 bytes .../resources/braille_lotto/sablier.txt | 1 + 3 files changed, 206 insertions(+), 338 deletions(-) commit 488e45878843f6de13180877c1e290abe29eae52 Author: Freek de Kruijf Date: Fri Jul 8 20:12:51 2011 +0200 Updated Dutch translation by Freek de Kruijf po/nl.po |11122 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 6703 insertions(+), 4419 deletions(-) commit a6c7e7dc7a7ac3ef2fd451659afd4c8e05a7eb48 Author: Srishti Sethi Date: Fri Jul 8 16:04:21 2011 +0530 Fixed the issue with constants due to change in repeat code .../braille_alphabets.py | 32 ++++++++++---------- 1 files changed, 16 insertions(+), 16 deletions(-) commit 02c210b023d15e55cf8cfde26d8f3b2552d45f8d Author: Srishti Sethi Date: Fri Jul 8 00:51:07 2011 +0530 Reusable repeat code|Changes in four activities src/braille_alphabets-activity/BrailleChar.py | 2 +- .../braille_alphabets.py | 57 ++++++---- src/braille_lotto-activity/braille_lotto.py | 119 ++------------------ src/dicey_dicey-activity/dicey_dicey.py | 43 +------- src/rhymes_riddles-activity/rhymes_riddles.py | 25 +---- 5 files changed, 52 insertions(+), 194 deletions(-) commit 675bcb3c3bcb4c91fd8645338c4ae282cba2f3d6 Author: Mario Blättermann Date: Thu Jul 7 20:31:05 2011 +0200 [l10n] Updated German translation po/de.po | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit c5be1e8d366a1688045ff0f5a297bfcd48c109e8 Author: Daniel Mustieles Date: Wed Jul 6 09:42:09 2011 +0200 Updated Spanish translation po/es.po | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) commit 49bf480790f95f6a2bab4f3ed4976c10523071d9 Author: Marek Černocký Date: Tue Jul 5 15:31:59 2011 +0200 Updated Czech translation po/cs.po | 35 +++++++++++------------------------ 1 files changed, 11 insertions(+), 24 deletions(-) commit 480363a3b468b5e6e168aa75f9ba29723dd89be2 Author: Bruno Coudoin Date: Mon Jul 4 23:05:06 2011 +0200 penalty activity: minor text change, replaced ballon by ball. Thanks to M. Tatch for the feedback. src/penalty-activity/penalty.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8959715a928d097a7ae20bf2eb7d9aa6ecb9791f Author: Srishti Sethi Date: Mon Jul 4 20:02:12 2011 +0530 Code for starting the server|Identifying network src/braille_lotto-activity/braille_lotto.py | 96 +++++++++++++++++++++++++-- 1 files changed, 89 insertions(+), 7 deletions(-) commit 66457b7aa1669d5dcf1f5f728efdc29fd151eda8 Author: Srishti Sethi Date: Fri Jul 1 22:04:08 2011 +0530 Interface of Braille'O Lotto src/braille_lotto-activity/.gitignore | 1 + src/braille_lotto-activity/Makefile.am | 32 + src/braille_lotto-activity/braille_lotto.py | 543 +++++ src/braille_lotto-activity/braille_lotto.svg | 2174 ++++++++++++++++++++ src/braille_lotto-activity/braille_lotto.xml.in | 20 + src/braille_lotto-activity/gcompris | 1 + src/braille_lotto-activity/init_path.sh | 8 + .../resources/braille_lotto/button.jpg | Bin 0 -> 1953 bytes .../resources/braille_lotto/button_checked.png | Bin 0 -> 1005 bytes .../resources/braille_lotto/cross_button.png | Bin 0 -> 2909 bytes 10 files changed, 2779 insertions(+), 0 deletions(-) commit a28d5e5a75c76678540090305eab80761b4b61ba Author: Bruno Coudoin Date: Thu Jun 30 22:22:33 2011 +0200 findit: no more ask several times a missing answer at the level end. src/findit-activity/findit.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit a009d93376d379ace4964106a1de86a2a4c0a646 Author: Srishti Sethi Date: Tue Jun 28 16:02:20 2011 +0530 Added a arrange the sequence level src/louis_braille-activity/louis_braille.py | 231 ++++++++++++++++--- .../resources/louis_braille/activity.desktop | 38 +++- 2 files changed, 230 insertions(+), 39 deletions(-) commit 35b3029021f71b3e0c3af56198539f21fbd4c627 Author: Srishti Sethi Date: Sun Jun 26 22:43:52 2011 +0530 activity.desktop .../resources/louis_braille/activity.desktop | 54 ++++++++++++++++++++ 1 files changed, 54 insertions(+), 0 deletions(-) commit 331e4d670c74a37a0ceef319637b0352ab4179dc Author: Srishti Sethi Date: Sun Jun 26 00:24:42 2011 +0530 Fourth Activity:Story of Louis Braille src/louis_braille-activity/.gitignore | 1 + src/louis_braille-activity/Makefile.am | 32 + src/louis_braille-activity/gcompris | 1 + src/louis_braille-activity/init_path.sh | 8 + src/louis_braille-activity/louis_braille.py | 203 ++ src/louis_braille-activity/louis_braille.svg | 2174 ++++++++++++++++++++ src/louis_braille-activity/louis_braille.xml.in | 20 + .../resources/louis_braille/back.png | Bin 0 -> 77278 bytes .../resources/louis_braille/braile.jpg | Bin 0 -> 43376 bytes .../resources/louis_braille/braille_ball.jpg | Bin 0 -> 13440 bytes .../resources/louis_braille/chart.png | Bin 0 -> 29639 bytes .../resources/louis_braille/fireplace.jpg | Bin 0 -> 20493 bytes .../resources/louis_braille/louis.jpg | Bin 0 -> 39078 bytes .../resources/louis_braille/night_printing.jpg | Bin 0 -> 8368 bytes .../resources/louis_braille/piano.jpg | Bin 0 -> 13351 bytes .../resources/louis_braille/rnib.jpg | Bin 0 -> 52337 bytes .../resources/louis_braille/statue.jpg | Bin 0 -> 48687 bytes .../resources/louis_braille/teach.jpg | Bin 0 -> 55242 bytes .../resources/louis_braille/workshop.jpg | Bin 0 -> 25726 bytes 19 files changed, 2439 insertions(+), 0 deletions(-) commit 3d03663e04415ea105b2364b2874fd6757e632bd Author: Srishti Sethi Date: Wed Jun 22 17:28:05 2011 +0530 repeat|gtk issue|rhymes_riddles src/rhymes_riddles-activity/rhymes_riddles.py | 119 +++++++++++++++---------- 1 files changed, 73 insertions(+), 46 deletions(-) commit 289283677c56b883fa5d1ea74f5291283a2f3c38 Author: Srishti Sethi Date: Wed Jun 22 15:41:04 2011 +0530 Multi list in Dicey src/dicey_dicey-activity/dicey_dicey.py | 409 +++++++------------------------ 1 files changed, 84 insertions(+), 325 deletions(-) commit f765cfae28f7699744c9fff9a9239bb90821a187 Author: Srishti Sethi Date: Mon Jun 20 10:30:15 2011 +0530 rhymes_riddles-activity src/rhymes_riddles-activity/.gitignore | 1 + src/rhymes_riddles-activity/Makefile.am | 32 + src/rhymes_riddles-activity/gcompris | 1 + src/rhymes_riddles-activity/init_path.sh | 8 + .../resources/rhymes_riddles/pencil.png | Bin 0 -> 37810 bytes .../resources/rhymes_riddles/riddle.jpg | Bin 0 -> 488433 bytes src/rhymes_riddles-activity/rhymes_riddles.py | 225 ++ src/rhymes_riddles-activity/rhymes_riddles.svg | 2174 ++++++++++++++++++++ src/rhymes_riddles-activity/rhymes_riddles.xml.in | 20 + 9 files changed, 2461 insertions(+), 0 deletions(-) commit 29e91dfe5135d0b2e5d48f5a68927552a10cc788 Author: Angelo Naselli Date: Sun Jun 19 23:49:49 2011 +0200 geo_country activity: added details on the italy map, 3 sub levels, north, central and south. configure.ac | 3 + .../resources/geo_country/Makefile.am | 5 +- .../resources/geo_country/board11_1.xml.in | 99 ++++++++++++++++++++ .../resources/geo_country/board11_2.xml.in | 59 ++++++++++++ .../resources/geo_country/board11_3.xml.in | 81 ++++++++++++++++ .../resources/geo_country/italy/Makefile.am | 5 + .../geo_country/italy/central/Makefile.am | 31 ++++++ .../resources/geo_country/italy/central/ancona.png | Bin 0 -> 22477 bytes .../resources/geo_country/italy/central/arezzo.png | Bin 0 -> 28089 bytes .../geo_country/italy/central/ascoli_piceno.png | Bin 0 -> 12996 bytes .../geo_country/italy/central/background.png | Bin 0 -> 1357437 bytes .../resources/geo_country/italy/central/chieti.png | Bin 0 -> 20922 bytes .../resources/geo_country/italy/central/fermo.png | Bin 0 -> 10509 bytes .../geo_country/italy/central/firenze.png | Bin 0 -> 34444 bytes .../geo_country/italy/central/frosinone.png | Bin 0 -> 27127 bytes .../geo_country/italy/central/grosseto.png | Bin 0 -> 41294 bytes .../geo_country/italy/central/l_aquila.png | Bin 0 -> 47343 bytes .../resources/geo_country/italy/central/latina.png | Bin 0 -> 28732 bytes .../geo_country/italy/central/livorno.png | Bin 0 -> 61424 bytes .../resources/geo_country/italy/central/lucca.png | Bin 0 -> 13623 bytes .../geo_country/italy/central/macerata.png | Bin 0 -> 23859 bytes .../geo_country/italy/central/massa-carrara.png | Bin 0 -> 12252 bytes .../geo_country/italy/central/perugia.png | Bin 0 -> 58855 bytes .../geo_country/italy/central/pesaro-urbino.png | Bin 0 -> 23756 bytes .../geo_country/italy/central/pescara.png | Bin 0 -> 10823 bytes .../resources/geo_country/italy/central/pisa.png | Bin 0 -> 23073 bytes .../geo_country/italy/central/pistoia.png | Bin 0 -> 7165 bytes .../resources/geo_country/italy/central/prato.png | Bin 0 -> 4252 bytes .../resources/geo_country/italy/central/rieti.png | Bin 0 -> 25467 bytes .../resources/geo_country/italy/central/roma.png | Bin 0 -> 59212 bytes .../resources/geo_country/italy/central/siena.png | Bin 0 -> 35558 bytes .../resources/geo_country/italy/central/teramo.png | Bin 0 -> 15108 bytes .../resources/geo_country/italy/central/terni.png | Bin 0 -> 27127 bytes .../geo_country/italy/central/viterbo.png | Bin 0 -> 30703 bytes .../resources/geo_country/italy/north/Makefile.am | 51 ++++++++++ .../geo_country/italy/north/alessandria.png | Bin 0 -> 36683 bytes .../resources/geo_country/italy/north/aosta.png | Bin 0 -> 25791 bytes .../resources/geo_country/italy/north/asti.png | Bin 0 -> 16368 bytes .../geo_country/italy/north/background.png | Bin 0 -> 1371647 bytes .../resources/geo_country/italy/north/belluno.png | Bin 0 -> 40174 bytes .../resources/geo_country/italy/north/bergamo.png | Bin 0 -> 25362 bytes .../resources/geo_country/italy/north/biella.png | Bin 0 -> 7671 bytes .../resources/geo_country/italy/north/bologna.png | Bin 0 -> 32607 bytes .../resources/geo_country/italy/north/bolzano.png | Bin 0 -> 83040 bytes .../resources/geo_country/italy/north/brescia.png | Bin 0 -> 49603 bytes .../resources/geo_country/italy/north/como.png | Bin 0 -> 14338 bytes .../resources/geo_country/italy/north/cremona.png | Bin 0 -> 28062 bytes .../resources/geo_country/italy/north/cuneo.png | Bin 0 -> 45623 bytes .../resources/geo_country/italy/north/ferrara.png | Bin 0 -> 21060 bytes .../geo_country/italy/north/forli-cesena.png | Bin 0 -> 20910 bytes .../resources/geo_country/italy/north/genova.png | Bin 0 -> 19815 bytes .../resources/geo_country/italy/north/gorizia.png | Bin 0 -> 4995 bytes .../resources/geo_country/italy/north/imperia.png | Bin 0 -> 8826 bytes .../geo_country/italy/north/la_spezia.png | Bin 0 -> 10317 bytes .../resources/geo_country/italy/north/lecco.png | Bin 0 -> 5688 bytes .../resources/geo_country/italy/north/lodi.png | Bin 0 -> 9165 bytes .../resources/geo_country/italy/north/mantova.png | Bin 0 -> 24459 bytes .../resources/geo_country/italy/north/milano.png | Bin 0 -> 16880 bytes .../resources/geo_country/italy/north/modena.png | Bin 0 -> 34350 bytes .../resources/geo_country/italy/north/novara.png | Bin 0 -> 13413 bytes .../resources/geo_country/italy/north/padova.png | Bin 0 -> 22981 bytes .../resources/geo_country/italy/north/parma.png | Bin 0 -> 31822 bytes .../resources/geo_country/italy/north/pavia.png | Bin 0 -> 32568 bytes .../resources/geo_country/italy/north/piacenza.png | Bin 0 -> 21735 bytes .../geo_country/italy/north/pordenone.png | Bin 0 -> 18591 bytes .../resources/geo_country/italy/north/ravenna.png | Bin 0 -> 19572 bytes .../geo_country/italy/north/reggio_emilia.png | Bin 0 -> 24762 bytes .../resources/geo_country/italy/north/rimini.png | Bin 0 -> 12343 bytes .../resources/geo_country/italy/north/rovigo.png | Bin 0 -> 21621 bytes .../resources/geo_country/italy/north/savona.png | Bin 0 -> 18609 bytes .../resources/geo_country/italy/north/sondrio.png | Bin 0 -> 38765 bytes .../resources/geo_country/italy/north/torino.png | Bin 0 -> 55905 bytes .../resources/geo_country/italy/north/trento.png | Bin 0 -> 59495 bytes .../resources/geo_country/italy/north/treviso.png | Bin 0 -> 24255 bytes .../resources/geo_country/italy/north/trieste.png | Bin 0 -> 3019 bytes .../resources/geo_country/italy/north/udine.png | Bin 0 -> 55408 bytes .../resources/geo_country/italy/north/varese.png | Bin 0 -> 10497 bytes .../resources/geo_country/italy/north/venezia.png | Bin 0 -> 38249 bytes .../resources/geo_country/italy/north/verbania.png | Bin 0 -> 24845 bytes .../resources/geo_country/italy/north/vercelli.png | Bin 0 -> 24279 bytes .../resources/geo_country/italy/north/verona.png | Bin 0 -> 30617 bytes .../resources/geo_country/italy/north/vicenza.png | Bin 0 -> 23887 bytes .../resources/geo_country/italy/south/Makefile.am | 42 ++++++++ .../geo_country/italy/south/agrigento.png | Bin 0 -> 38403 bytes .../resources/geo_country/italy/south/avellino.png | Bin 0 -> 11118 bytes .../geo_country/italy/south/background.png | Bin 0 -> 1376790 bytes .../resources/geo_country/italy/south/bari.png | Bin 0 -> 13239 bytes .../italy/south/barlettaandriatrani.png | Bin 0 -> 6521 bytes .../geo_country/italy/south/benevento.png | Bin 0 -> 8019 bytes .../resources/geo_country/italy/south/brindisi.png | Bin 0 -> 7111 bytes .../resources/geo_country/italy/south/cagliari.png | Bin 0 -> 21507 bytes .../geo_country/italy/south/caltanissetta.png | Bin 0 -> 11550 bytes .../geo_country/italy/south/campobasso.png | Bin 0 -> 10488 bytes .../geo_country/italy/south/carbonia-iglesias.png | Bin 0 -> 6660 bytes .../resources/geo_country/italy/south/caserta.png | Bin 0 -> 8598 bytes .../resources/geo_country/italy/south/catania.png | Bin 0 -> 15500 bytes .../geo_country/italy/south/catanzaro.png | Bin 0 -> 12006 bytes .../resources/geo_country/italy/south/cosenza.png | Bin 0 -> 26652 bytes .../resources/geo_country/italy/south/crotone.png | Bin 0 -> 6426 bytes .../resources/geo_country/italy/south/enna.png | Bin 0 -> 8603 bytes .../resources/geo_country/italy/south/foggia.png | Bin 0 -> 21777 bytes .../resources/geo_country/italy/south/isernia.png | Bin 0 -> 6003 bytes .../resources/geo_country/italy/south/lecce.png | Bin 0 -> 11244 bytes .../resources/geo_country/italy/south/matera.png | Bin 0 -> 11125 bytes .../geo_country/italy/south/medio_campidano.png | Bin 0 -> 5827 bytes .../resources/geo_country/italy/south/messina.png | Bin 0 -> 24186 bytes .../resources/geo_country/italy/south/napoli.png | Bin 0 -> 8187 bytes .../resources/geo_country/italy/south/nuoro.png | Bin 0 -> 20874 bytes .../geo_country/italy/south/ogliastra.png | Bin 0 -> 6282 bytes .../geo_country/italy/south/olbia-tempio.png | Bin 0 -> 12234 bytes .../resources/geo_country/italy/south/oristano.png | Bin 0 -> 12252 bytes .../resources/geo_country/italy/south/palermo.png | Bin 0 -> 17754 bytes .../resources/geo_country/italy/south/potenza.png | Bin 0 -> 24140 bytes .../resources/geo_country/italy/south/ragusa.png | Bin 0 -> 5262 bytes .../geo_country/italy/south/reggio_calabria.png | Bin 0 -> 12625 bytes .../resources/geo_country/italy/south/salerno.png | Bin 0 -> 21344 bytes .../resources/geo_country/italy/south/sassari.png | Bin 0 -> 18345 bytes .../resources/geo_country/italy/south/siracusa.png | Bin 0 -> 8118 bytes .../resources/geo_country/italy/south/taranto.png | Bin 0 -> 12105 bytes .../resources/geo_country/italy/south/trapani.png | Bin 0 -> 13274 bytes .../geo_country/italy/south/vibo_valentia.png | Bin 0 -> 4593 bytes 121 files changed, 375 insertions(+), 1 deletions(-) commit 8f5ad12f51d19f99f00c523d58223f37376ea1f0 Author: Angelo Naselli Date: Sun Jun 19 17:48:00 2011 +0200 geo-country activity: added the italian country map. configure.ac | 1 + .../resources/geo_country/Makefile.am | 4 +- .../resources/geo_country/board11_0.xml.in | 47 ++++++++++++++++++++ .../resources/geo_country/italy/Makefile.am | 25 ++++++++++ .../resources/geo_country/italy/abruzzo.png | Bin 0 -> 12675 bytes .../resources/geo_country/italy/background.png | Bin 0 -> 768270 bytes .../resources/geo_country/italy/basilicata.png | Bin 0 -> 10947 bytes .../resources/geo_country/italy/calabria.png | Bin 0 -> 19375 bytes .../resources/geo_country/italy/campania.png | Bin 0 -> 17595 bytes .../resources/geo_country/italy/emilia_romagna.png | Bin 0 -> 29664 bytes .../geo_country/italy/friuli_venezia_giulia.png | Bin 0 -> 9942 bytes .../resources/geo_country/italy/lazio.png | Bin 0 -> 23695 bytes .../resources/geo_country/italy/liguria.png | Bin 0 -> 13413 bytes .../resources/geo_country/italy/lombardia.png | Bin 0 -> 32589 bytes .../resources/geo_country/italy/marche.png | Bin 0 -> 12918 bytes .../resources/geo_country/italy/molise.png | Bin 0 -> 5105 bytes .../resources/geo_country/italy/piemonte.png | Bin 0 -> 36431 bytes .../resources/geo_country/italy/puglia.png | Bin 0 -> 43391 bytes .../resources/geo_country/italy/sardegna.png | Bin 0 -> 25663 bytes .../resources/geo_country/italy/sicilia.png | Bin 0 -> 44281 bytes .../resources/geo_country/italy/toscana.png | Bin 0 -> 34336 bytes .../geo_country/italy/trentino_alto_adige.png | Bin 0 -> 18125 bytes .../resources/geo_country/italy/umbria.png | Bin 0 -> 10638 bytes .../resources/geo_country/italy/valle_d_aosta.png | Bin 0 -> 3561 bytes .../resources/geo_country/italy/veneto.png | Bin 0 -> 27348 bytes 25 files changed, 76 insertions(+), 1 deletions(-) commit b3d94e4714258fe216b0c129355273d64fefe1f8 Author: Bruno Coudoin Date: Sat Jun 18 22:50:13 2011 +0200 color activity: cleanup, removed an unused image. .../resources/colors/colors_highlight.png | Bin 54494 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 2028fde00cb39f3beef8d7c6328c5abe385a76e8 Author: Srishti Sethi Date: Sat Jun 18 16:31:18 2011 +0530 DiceyDicey final refinement src/dicey_dicey-activity/dicey_dicey.py | 460 +++++++------- src/dicey_dicey-activity/dicey_dicey.svg | 941 +++++++++++++++++++++++++++ src/dicey_dicey-activity/dicey_dicey.xml.in | 15 +- 3 files changed, 1181 insertions(+), 235 deletions(-) commit a6afa58a314978ce71a01e6cd9cd907825cdf36b Author: Srishti Sethi Date: Sat Jun 18 16:28:37 2011 +0530 BrailleChar src/braille_alphabets-activity/BrailleChar.py | 6 +++--- .../braille_alphabets.py | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) commit 685ae71c728e1a5540246b1c3103289cf1fc3bab Author: Srishti Sethi Date: Wed Jun 15 22:01:22 2011 +0530 Dicey_Dicey Activity refined|math symbols added src/dicey_dicey-activity/dicey_dicey.py | 343 ++++++++++++++------ src/dicey_dicey-activity/init_path.sh | 3 +- .../resources/dicey_dicey/back.png | Bin 0 -> 1573 bytes .../resources/dicey_dicey/cube.svg | 215 ++++++++++++ 4 files changed, 466 insertions(+), 95 deletions(-) commit 81d470081e45ad3c62ebd0cb8d0e407fffc6f8f0 Author: Srishti Sethi Date: Wed Jun 15 21:53:27 2011 +0530 Added Nemeth math braille symbolsto braillechar src/braille_alphabets-activity/BrailleChar.py | 9 +++++---- .../resources/braille_alphabets/back.png | Bin 1573 -> 1573 bytes .../resources/braille_alphabets/braille_tux.svgz | Bin 14786 -> 14786 bytes .../resources/braille_alphabets/mosaic.svgz | Bin 4491 -> 4491 bytes 4 files changed, 5 insertions(+), 4 deletions(-) commit d7bca7a081b7b3d3fbefe8ffd160b518b2f82396 Author: Srishti Sethi Date: Tue Jun 14 11:48:11 2011 +0530 dicey_dicey-activity src/dicey_dicey-activity/.gitignore | 1 + src/dicey_dicey-activity/Makefile.am | 32 + src/dicey_dicey-activity/dicey_dicey.py | 475 ++++++++++ src/dicey_dicey-activity/dicey_dicey.xml.in | 20 + src/dicey_dicey-activity/gcompris | 1 + src/dicey_dicey-activity/icon.svg | 941 ++++++++++++++++++++ src/dicey_dicey-activity/init_path.sh | 9 + .../resources/dicey_dicey/dice.svg | 816 +++++++++++++++++ .../resources/dicey_dicey/dice_area.svg | 822 +++++++++++++++++ .../resources/dicey_dicey/dicey0.svg | 628 +++++++++++++ .../resources/dicey_dicey/diceyo.svg | 151 ++++ .../resources/dicey_dicey/divide.svg | 305 +++++++ .../resources/dicey_dicey/minus.svg | 268 ++++++ .../resources/dicey_dicey/multiply.svg | 274 ++++++ .../resources/dicey_dicey/plus.svg | 224 +++++ 15 files changed, 4967 insertions(+), 0 deletions(-) commit 80190639fe4b553d75cfad29d97fb6e8c4c9d2bb Author: Srishti Sethi Date: Tue Jun 14 11:45:03 2011 +0530 braille_alphabets-activity src/braille_alphabets-activity/.gitignore | 1 + src/braille_alphabets-activity/BrailleChar.py | 153 +++++++++ src/braille_alphabets-activity/Makefile.am | 32 ++ .../braille_alphabets.py | 339 ++++++++++++++++++++ .../braille_alphabets.xml.in | 23 ++ src/braille_alphabets-activity/braillebug.svg | 199 ++++++++++++ src/braille_alphabets-activity/gcompris | 1 + src/braille_alphabets-activity/init_path.sh | 8 + .../resources/braille_alphabets/back.png | Bin 0 -> 1573 bytes .../resources/braille_alphabets/braille_tux.svgz | Bin 0 -> 14786 bytes .../resources/braille_alphabets/mosaic.svgz | Bin 0 -> 4491 bytes .../resources/braille_alphabets/target.svg | 148 +++++++++ 12 files changed, 904 insertions(+), 0 deletions(-) commit 0d4b11c49a8e0c5a51fe618a81a81bce5461c7c2 Author: Bruno Coudoin Date: Mon Jun 13 22:21:44 2011 +0200 click on letter: improved the graphism. based on an openclipart image. src/click_on_letter-activity/click_on_letter.c | 23 +- .../resources/click_on_letter/Makefile.am | 6 +- .../resources/click_on_letter/background.svgz | Bin 0 -> 120468 bytes .../resources/click_on_letter/carriage.svg | 225 ++++++++++++++++++++ .../resources/click_on_letter/carriage_on.svg | 225 ++++++++++++++++++++ .../click_on_letter/scenery4_background.png | Bin 73430 -> 0 bytes .../resources/click_on_letter/wagon-green.png | Bin 7524 -> 0 bytes .../resources/click_on_letter/wagon-yellow.png | Bin 7917 -> 0 bytes 8 files changed, 465 insertions(+), 14 deletions(-) commit 16d34c042e66892c2f4d630b7120cf2f3f93705b Author: Srishti Sethi Date: Tue Jun 14 00:57:27 2011 +0530 Deleting all files for repushing src/braille_alphabets-activity/.gitignore | 1 - src/braille_alphabets-activity/BrailleChar.py | 153 ---- src/braille_alphabets-activity/Makefile.am | 32 - .../braille_alphabets.py | 339 ------- .../braille_alphabets.xml.in | 23 - src/braille_alphabets-activity/braillebug.svg | 199 ----- src/braille_alphabets-activity/gcompris | 1 - src/braille_alphabets-activity/init_path.sh | 8 - src/braille_alphabets-activity/resources/back.png | Bin 1573 -> 0 bytes .../resources/braille_tux.svgz | Bin 14786 -> 0 bytes .../resources/drawing.svg | 67 -- .../resources/mosaic.svgz | Bin 4491 -> 0 bytes .../resources/mosaic_bg.svgz | Bin 4475 -> 0 bytes .../resources/target.svg | 148 --- src/dicey_dicey-activity/.gitignore | 1 - src/dicey_dicey-activity/.project | 17 - src/dicey_dicey-activity/.pydevproject | 10 - src/dicey_dicey-activity/Makefile.am | 32 - src/dicey_dicey-activity/dicey_dicey.py | 475 ---------- src/dicey_dicey-activity/dicey_dicey.xml.in | 20 - src/dicey_dicey-activity/gcompris | 1 - src/dicey_dicey-activity/icon.svg | 941 -------------------- src/dicey_dicey-activity/init_path.sh | 8 - src/dicey_dicey-activity/resources/dice.svg | 816 ----------------- src/dicey_dicey-activity/resources/dice_area.svg | 822 ----------------- src/dicey_dicey-activity/resources/dicey0.svg | 628 ------------- src/dicey_dicey-activity/resources/diceyo.svg | 151 ---- src/dicey_dicey-activity/resources/divide.svg | 305 ------- src/dicey_dicey-activity/resources/minus.svg | 268 ------ src/dicey_dicey-activity/resources/multiply.svg | 274 ------ src/dicey_dicey-activity/resources/plus.svg | 224 ----- 31 files changed, 0 insertions(+), 5964 deletions(-) commit 6f17d5bc4b55b0f067f875c960a02fae242d173e Author: Bruno Coudoin Date: Mon Jun 13 13:03:26 2011 +0200 core python plugin: added support for multi python dir path (must be separated by :) Can be used useful in init_path.sh for example to pass several directory, one with a plugin engine and one derivative. src/boards/python.c | 44 +++++++++++++++++++++++++++++++++----------- 1 files changed, 33 insertions(+), 11 deletions(-) commit 9d49e5c96a9939cf454302a5408d90c8c7d85ad1 Author: Srishti Sethi Date: Mon Jun 13 15:31:21 2011 +0530 test 0 files changed, 0 insertions(+), 0 deletions(-) commit c1eeeb56295213e382b6172fe3c7f8b887bb2a2a Author: Srishti Sethi Date: Mon Jun 13 15:16:30 2011 +0530 test src/dicey_dicey-activity/dicey_dicey.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 56bc820376fb2eb07e482830dbc29d91f745cca6 Author: Srishti Sethi Date: Mon Jun 13 14:12:57 2011 +0530 test src/braille_alphabets-activity/dicey_dicey.py | 241 ------------------------- 1 files changed, 0 insertions(+), 241 deletions(-) commit 019ca2fc1a6464c41a155dda21e645737a5c06b9 Author: Srishti Sethi Date: Mon Jun 13 13:37:28 2011 +0530 test 0 files changed, 0 insertions(+), 0 deletions(-) commit 7cfe2e1569ba43e5e20b7cc96ffaf46cf42e21c0 Author: Srishti Sethi Date: Mon Jun 13 13:28:41 2011 +0530 test 0 files changed, 0 insertions(+), 0 deletions(-) commit 6769c80f2e214c95d1486ddb725b1743c3a0940f Author: Srishti Sethi Date: Mon Jun 13 13:16:21 2011 +0530 test 0 files changed, 0 insertions(+), 0 deletions(-) commit 2dca05e64995970d853fc79cd2a9a24b4a562060 Author: Srishti Sethi Date: Mon Jun 13 13:06:46 2011 +0530 test src/dicey_dicey-activity/dicey_dicey.py | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit f78d610963e2cff02af01985627a71447e1efd6c Author: Srishti Sethi Date: Mon Jun 13 13:02:49 2011 +0530 test commit src/dicey_dicey-activity/dicey_dicey.py | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 56f80077465614a00465ef9ab64a5150f97c5fd5 Author: Srishti Sethi Date: Mon Jun 13 05:18:40 2011 +0530 Dicey-Dicey|Twin Concept src/dicey_dicey-activity/dicey_dicey.py | 475 ++++++++++++++++++++++ src/dicey_dicey-activity/resources/dice_area.svg | 12 +- src/dicey_dicey-activity/resources/divide.svg | 9 +- src/dicey_dicey-activity/resources/minus.svg | 16 +- src/dicey_dicey-activity/resources/multiply.svg | 16 +- src/dicey_dicey-activity/resources/plus.svg | 16 +- 6 files changed, 513 insertions(+), 31 deletions(-) commit c4e3bfd62efe930221ef0804a55eaeb19378b7bc Merge: fbfedaf f0d962f Author: Srishti Sethi Date: Mon Jun 13 04:54:35 2011 +0530 Merge branch 'gcomprisbraille' commit f0d962f4d55f97e2f4553c43b4c314ee16549399 Author: Srishti Sethi Date: Mon Jun 13 04:19:13 2011 +0530 Dicey Dicey: Twin concept 0 files changed, 0 insertions(+), 0 deletions(-) commit a8862e331501008ee8e327746928327fa97c60f3 Author: SrishAkaTux Date: Mon Jun 13 04:10:09 2011 +0530 Dicey Dicey Activity | Twin concepts src/dicey_dicey-activity/icon.svg | 941 +++++++++++++++++++++++++++ src/dicey_dicey-activity/resources/dice.svg | 816 +++++++++++++++++++++++ 2 files changed, 1757 insertions(+), 0 deletions(-) commit fbfedafe898dbd62651a382d7ccb3422d91d8a08 Author: Andrej Žnidaršič Date: Fri Jun 10 20:08:58 2011 +0200 Updated Slovenian translation po/sl.po | 638 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 403 insertions(+), 235 deletions(-) commit bb0a03c5c58fbbfd1c2e8ebb5e2b773c3571266f Author: Daniel Mustieles Date: Thu Jun 9 22:38:39 2011 +0200 Updated Spanish translation po/es.po | 20 +++----------------- 1 files changed, 3 insertions(+), 17 deletions(-) commit 1ecf258c6ae019b2299e29148c950292ae4b15da Author: SrishAkaTux Date: Fri Jun 10 00:45:11 2011 +0530 Dicey-Dicey Activity|Few changes in BrailleChar module src/braille_alphabets-activity/BrailleChar.py | 32 +- .../braille_alphabets.py | 26 +- src/braille_alphabets-activity/dicey_dicey.py | 241 ++++++ src/dicey_dicey-activity/.gitignore | 1 + src/dicey_dicey-activity/.project | 17 + src/dicey_dicey-activity/.pydevproject | 10 + src/dicey_dicey-activity/Makefile.am | 32 + src/dicey_dicey-activity/dicey_dicey.xml.in | 20 + src/dicey_dicey-activity/gcompris | 1 + src/dicey_dicey-activity/init_path.sh | 8 + src/dicey_dicey-activity/resources/dice_area.svg | 822 ++++++++++++++++++++ src/dicey_dicey-activity/resources/dicey0.svg | 628 +++++++++++++++ src/dicey_dicey-activity/resources/diceyo.svg | 151 ++++ src/dicey_dicey-activity/resources/divide.svg | 304 ++++++++ src/dicey_dicey-activity/resources/minus.svg | 266 +++++++ src/dicey_dicey-activity/resources/multiply.svg | 272 +++++++ src/dicey_dicey-activity/resources/plus.svg | 222 ++++++ 17 files changed, 3031 insertions(+), 22 deletions(-) commit 62c470a195d2b3522f6d1bcb7f5d172814325500 Author: Srishti Sethi Date: Thu Jun 9 01:45:38 2011 +0530 toggle repeat|proposing all letters|OK button|bar|debugging .../braille_alphabets.py | 137 ++++++++++++++------ src/braille_alphabets-activity/resources/back.png | Bin 1573 -> 1573 bytes .../resources/braille_tux.svgz | Bin 14786 -> 14786 bytes .../resources/mosaic.svgz | Bin 4491 -> 4491 bytes 4 files changed, 97 insertions(+), 40 deletions(-) commit 84ec6d131732135d60b79df6058ef6a7feee6648 Author: Marek Černocký Date: Wed Jun 8 20:35:10 2011 +0200 Updated Czech translation po/cs.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8050bb05bafc2e399cf94058df5e56de951bb639 Author: Mario Blättermann Date: Wed Jun 8 17:17:20 2011 +0200 [l10n] Updated German translation po/de.po | 570 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 341 insertions(+), 229 deletions(-) commit 6f6916856cf0d572e6343433c0e17893c2e9cb60 Author: Marek Černocký Date: Wed Jun 8 10:13:07 2011 +0200 Updated Czech translation po/cs.po | 597 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 349 insertions(+), 248 deletions(-) commit 0d289e1cb0dd64cb09de6205ebeaf01a55c2794c Author: Daniel Mustieles Date: Tue Jun 7 23:29:41 2011 +0200 Updated Spanish translation po/es.po | 586 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 357 insertions(+), 229 deletions(-) commit 1add005f625b870af863dfa913fa6296beab9b8a Author: Bruno Coudoin Date: Mon Jun 6 22:15:30 2011 +0200 minor, fixed the po file. po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit b4ffe3aa872ff1713a7fbb7ea9a5269657c815f4 Author: Srishti Sethi Date: Mon Jun 6 15:19:16 2011 +0530 Added Repeat Icon|GOAL|braille tutor|integration with BrailleChar module src/braille_alphabets-activity/BrailleChar.py | 151 +++++++++++ .../braille_alphabets.py | 271 +++++++++++++++++++- src/braille_alphabets-activity/resources/back.png | Bin 0 -> 1573 bytes .../resources/braille_tux.svgz | Bin 0 -> 14786 bytes .../resources/mosaic.svgz | Bin 0 -> 4491 bytes .../resources/target.svg | 148 +++++++++++ 6 files changed, 569 insertions(+), 1 deletions(-) commit d72c20450d335038ca9bcf0be8d90e1fc6447c1d Author: Bruno Coudoin Date: Fri Jun 3 19:21:43 2011 +0200 instrument activity: minor, completed the README. .../resources/instruments/README | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 5c5c4855595b458994e18b1456fc94adc93b4eb8 Author: Srishti Sethi Date: Thu Jun 2 23:48:44 2011 +0530 First 13 letters in level one on clickable problem resolved .../braille_alphabets.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 924f877848bcd646c033be4dec42d0639119dd83 Author: Srishti Sethi Date: Thu Jun 2 19:07:40 2011 +0530 Clickable points .../braille_alphabets.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 224541aa158537cf5a15e85943bcc0b640cabeb6 Author: Pawel Date: Thu Jun 2 09:48:59 2011 +0200 bar: added the keyboard shortcut ctrl-b do hide/show the GCompris control bar. src/gcompris/bar.c | 4 +++- src/gcompris/gcompris.c | 15 +++++++++++++++ src/gcompris/properties.c | 2 +- src/gcompris/properties.h | 2 ++ 4 files changed, 21 insertions(+), 2 deletions(-) commit a2e2e1107b7ad485ac1fd3e2fb394a1ff8fa3bab Author: Bruno Coudoin Date: Tue May 31 22:56:38 2011 +0200 minor, fixed references in POTFILE.in po/POTFILES.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit a1d1176c16dee33a6989ec86c972861e1cd57cf1 Author: Bruno Coudoin Date: Tue May 31 22:51:58 2011 +0200 instrument activity: new instrument activity by Sylvain Dechy (and reworked / integrated by Bruno.). configure.ac | 3 + src/Makefile.am | 2 +- src/instruments-activity/.gitignore | 1 + src/instruments-activity/Makefile.am | 27 + src/instruments-activity/init_path.sh | 8 + src/instruments-activity/instruments.svg | 428 ++ src/instruments-activity/instruments.xml.in | 19 + src/instruments-activity/resources/Makefile.am | 1 + .../resources/instruments/Makefile.am | 68 + .../resources/instruments/README | 3 + .../resources/instruments/accordion.ogg | Bin 0 -> 79011 bytes .../resources/instruments/accordion.png | Bin 0 -> 23704 bytes .../resources/instruments/activity.desktop.in | 254 + .../resources/instruments/background.svgz | Bin 0 -> 19322 bytes .../resources/instruments/banjo.ogg | Bin 0 -> 84305 bytes .../resources/instruments/banjo.svg | 894 +++ .../resources/instruments/bass_drum.ogg | Bin 0 -> 67831 bytes .../resources/instruments/bass_drum.svg | 2598 ++++++++ .../resources/instruments/bongo.ogg | Bin 0 -> 73397 bytes .../resources/instruments/bongo.png | Bin 0 -> 22668 bytes .../resources/instruments/castanets.ogg | Bin 0 -> 113900 bytes .../resources/instruments/castanets.svg | 68 + .../resources/instruments/cello.ogg | Bin 0 -> 107239 bytes .../resources/instruments/cello.svg | 355 ++ .../resources/instruments/clarinet.ogg | Bin 0 -> 77435 bytes .../resources/instruments/clarinet.svg | 633 ++ .../resources/instruments/cymbal.ogg | Bin 0 -> 71056 bytes .../resources/instruments/cymbal.svg | 1517 +++++ .../resources/instruments/drum_kit.ogg | Bin 0 -> 106108 bytes .../resources/instruments/drum_kit.svg | 2009 ++++++ .../resources/instruments/electric_guitar.ogg | Bin 0 -> 108250 bytes .../resources/instruments/electric_guitar.svg | 352 ++ .../resources/instruments/flute_traversiere.ogg | Bin 0 -> 165165 bytes .../resources/instruments/flute_traversiere.svg | 590 ++ .../resources/instruments/guitar.ogg | Bin 0 -> 74756 bytes .../resources/instruments/guitar.svg | 467 ++ .../resources/instruments/harmonica.ogg | Bin 0 -> 81624 bytes .../resources/instruments/harmonica.svg | 788 +++ .../resources/instruments/harp.ogg | Bin 0 -> 83088 bytes .../resources/instruments/harp.svg | 1051 +++ .../resources/instruments/horn.ogg | Bin 0 -> 73066 bytes .../resources/instruments/horn.svg | 4557 +++++++++++++ .../resources/instruments/maracas.ogg | Bin 0 -> 81351 bytes .../resources/instruments/maracas.svg | 329 + .../resources/instruments/organ.ogg | Bin 0 -> 154671 bytes .../resources/instruments/organ.png | Bin 0 -> 17714 bytes .../resources/instruments/piano.ogg | Bin 0 -> 106528 bytes .../resources/instruments/piano.svg | 1530 +++++ .../resources/instruments/saxophone.ogg | Bin 0 -> 58767 bytes .../resources/instruments/saxophone.svg | 6026 ++++++++++++++++++ .../resources/instruments/tambourine.ogg | Bin 0 -> 90179 bytes .../resources/instruments/tambourine.svg | 684 ++ .../resources/instruments/timpani.ogg | Bin 0 -> 55945 bytes .../resources/instruments/timpani.svg | 273 + .../resources/instruments/triangle.ogg | Bin 0 -> 88057 bytes .../resources/instruments/triangle.png | Bin 0 -> 8842 bytes .../resources/instruments/trombone.ogg | Bin 0 -> 53474 bytes .../resources/instruments/trombone.svg | 627 ++ .../resources/instruments/trumpet.ogg | Bin 0 -> 64114 bytes .../resources/instruments/trumpet.svg | 6668 ++++++++++++++++++++ .../resources/instruments/tuba.ogg | Bin 0 -> 62783 bytes .../resources/instruments/tuba.svg | 6033 ++++++++++++++++++ .../resources/instruments/violin.ogg | Bin 0 -> 124929 bytes .../resources/instruments/violin.svg | 289 + 64 files changed, 39151 insertions(+), 1 deletions(-) commit 91585c877e566d97b263a261ecb7626e8ab8aaa3 Author: Srishti Sethi Date: Tue May 31 19:24:34 2011 +0530 Changes in First Activity .../braille_alphabets.py | 223 +------------------- 1 files changed, 1 insertions(+), 222 deletions(-) commit 0f86169a20ff3515cf034eebe8e6fc87583a9567 Author: Srishti Sethi Date: Tue May 31 02:29:50 2011 +0530 Learning the braille code: First Activity src/braille_alphabets-activity/.gitignore | 1 + src/braille_alphabets-activity/Makefile.am | 32 +++ .../braille_alphabets.py | 222 ++++++++++++++++++++ .../braille_alphabets.xml.in | 23 ++ src/braille_alphabets-activity/braillebug.svg | 199 ++++++++++++++++++ src/braille_alphabets-activity/gcompris | 1 + src/braille_alphabets-activity/init_path.sh | 8 + .../resources/drawing.svg | 67 ++++++ .../resources/mosaic_bg.svgz | Bin 0 -> 4475 bytes 9 files changed, 553 insertions(+), 0 deletions(-) commit e7c48afb356d82f89bc9b9965fe5b6df595f207e Author: Gabor Kelemen Date: Sat May 28 20:42:11 2011 +0200 Updated Hungarian translation by Balazs Ur po/hu.po | 282 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 178 insertions(+), 104 deletions(-) commit e96c83e13f1f3d581609b5189ececf1f9424cd3e Author: Yannis Kaskamanidis Date: Thu May 26 20:28:29 2011 +0300 l10n: Updated Greek translation for gcompris po/el.po | 2697 ++++++++++++++++---------------------------------------------- 1 files changed, 689 insertions(+), 2008 deletions(-) commit 16362711f5584b318d720975ac58b553f9ede310 Author: Bruno Coudoin Date: Tue May 24 22:05:12 2011 +0200 Updated files to translate. po/POTFILES.in | 15 +++------------ 1 files changed, 3 insertions(+), 12 deletions(-) commit f26949ab2243d14d9fcd0d0bc5d818d2f844c0a4 Author: Bruno Coudoin Date: Wed May 18 23:33:52 2011 +0200 minor typo. src/gcompris/gcompris.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8e095f1445ad766f1a3c296aa5c45aa0d04fc2e1 Author: Bruno Coudoin Date: Sun May 15 23:12:36 2011 +0200 findit engine: improved to support the upcomming instrument activity. src/findit-activity/findit.py | 46 +++++++++++++++++++++++++++------------- 1 files changed, 31 insertions(+), 15 deletions(-) commit ad84d7dcc5443aadd19f8f93f7854c32c1447d3c Author: Bruno Coudoin Date: Sun May 15 10:13:52 2011 +0200 minor, remove an extra debug trace. src/boards/py-mod-utils.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 2b0f93bc6752652ca22ff1bc839a420e39a21af1 Author: Bruno Coudoin Date: Sun May 15 03:43:24 2011 +0200 electric, melody: removed call to deprecated functions. src/electric-activity/electric.py | 3 +-- src/melody-activity/melody.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) commit 129ea390839da08779917bc31558930c18380f17 Author: Bruno Coudoin Date: Sun May 15 02:36:29 2011 +0200 bar: now when changing the level, the sound is played before starting the activity in order not to flush the own activity sound. src/gcompris/bar.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit 39d813fe9fbb2a21bc21549e065af15b1c48db9f Author: Bruno Coudoin Date: Sun May 15 01:55:41 2011 +0200 sounds: when ran with ./runnit.sh the sounds was not working. Now the ogg backend get the realpath. src/gcompris/gameutil.c | 7 +------ src/gcompris/gstreamer.c | 10 ++++++++-- 2 files changed, 9 insertions(+), 8 deletions(-) commit 67556364f2e4c1bcb0ae6b7677982bb69dba5e81 Author: Bruno Coudoin Date: Sun May 8 15:47:49 2011 +0200 advanced_color: removed deprecated code. src/advanced_colors-activity/advanced_colors.c | 546 ------------------------ 1 files changed, 0 insertions(+), 546 deletions(-) commit cdd43cdd60d01fb657148dbffcc13fc4bbf56ed9 Author: Bruno Coudoin Date: Sun May 8 03:33:49 2011 +0200 advanced_color: remade this activity based on the new findit engine. Makefile.mingw.in | 4 +- configure.ac | 3 - src/Makefile.am | 1 - src/advanced_colors-activity/Makefile.am | 29 -- src/advanced_colors-activity/Makefile.mingw | 14 - .../advanced_colors.xml.in | 2 +- src/advanced_colors-activity/init_path.sh | 4 +- .../resources/advanced_colors/Makefile.am | 115 ++++-- .../advanced_colors/absinthe_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/activity.desktop.in | 398 ++++++++++++++++++++ .../resources/advanced_colors/advanced_colors1.jpg | Bin 51873 -> 0 bytes .../resources/advanced_colors/advanced_colors2.jpg | Bin 49339 -> 0 bytes .../resources/advanced_colors/advanced_colors3.jpg | Bin 49492 -> 0 bytes .../resources/advanced_colors/advanced_colors4.jpg | Bin 49422 -> 0 bytes .../resources/advanced_colors/advanced_colors5.jpg | Bin 49267 -> 0 bytes .../resources/advanced_colors/advanced_colors6.jpg | Bin 49582 -> 0 bytes .../resources/advanced_colors/advanced_colors7.jpg | Bin 49258 -> 0 bytes .../resources/advanced_colors/advanced_colors8.jpg | Bin 49451 -> 0 bytes .../resources/advanced_colors/advanced_colors9.jpg | Bin 49396 -> 0 bytes .../advanced_colors/alabaster_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/almond_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/amber_butterfly.svg | 174 +++++++++ .../advanced_colors/amethyst_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/anise_butterfly.svg | 174 +++++++++ .../advanced_colors/aquamarine_butterfly.svg | 174 +++++++++ .../advanced_colors/aubergine_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/auburn_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/azure_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/background.svgz | Bin 0 -> 157405 bytes .../resources/advanced_colors/bistre_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/board1.xml.in | 14 - .../resources/advanced_colors/board2.xml.in | 14 - .../resources/advanced_colors/board3.xml.in | 14 - .../resources/advanced_colors/board4.xml.in | 14 - .../resources/advanced_colors/board5.xml.in | 14 - .../resources/advanced_colors/board6.xml.in | 14 - .../resources/advanced_colors/board7.xml.in | 14 - .../resources/advanced_colors/board8.xml.in | 14 - .../resources/advanced_colors/board9.xml.in | 14 - .../advanced_colors/celadon_butterfly.svg | 174 +++++++++ .../advanced_colors/cerulean_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/ceruse_butterfly.svg | 174 +++++++++ .../advanced_colors/chartreuse_butterfly.svg | 174 +++++++++ .../advanced_colors/chestnut_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/claret_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/cobalt_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/coral_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/corn_butterfly.svg | 174 +++++++++ .../advanced_colors/crimson_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/cyan_butterfly.svg | 174 +++++++++ .../advanced_colors/dark_purple_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/dove_butterfly.svg | 174 +++++++++ .../advanced_colors/emerald_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/fawn_butterfly.svg | 174 +++++++++ .../advanced_colors/fuchsia_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/garnet_butterfly.svg | 174 +++++++++ .../advanced_colors/glaucous_butterfly.svg | 174 +++++++++ .../advanced_colors/greyish-brown_butterfly.svg | 174 +++++++++ .../advanced_colors/greyish_blue_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/indigo_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/ivory_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/jade_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/larch_butterfly.svg | 174 +++++++++ .../advanced_colors/lavender_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/lichen_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/lilac_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/lime_butterfly.svg | 174 +++++++++ .../advanced_colors/magenta_butterfly.svg | 174 +++++++++ .../advanced_colors/mahogany_butterfly.svg | 174 +++++++++ .../advanced_colors/malachite_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/mauve_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/mimosa_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/navy_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/ochre_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/olive_butterfly.svg | 174 +++++++++ .../advanced_colors/opaline_butterfly.svg | 174 +++++++++ .../advanced_colors/pistachio_butterfly.svg | 174 +++++++++ .../advanced_colors/platinum_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/plum_butterfly.svg | 174 +++++++++ .../advanced_colors/prussian_blue_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/purple_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/ruby_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/rust_butterfly.svg | 174 +++++++++ .../advanced_colors/saffron_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/sage_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/salmon_butterfly.svg | 174 +++++++++ .../advanced_colors/sapphire_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/sepia_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/sienna_butterfly.svg | 174 +++++++++ .../advanced_colors/sulphur_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/tea_butterfly.svg | 174 +++++++++ .../advanced_colors/turquoise_butterfly.svg | 174 +++++++++ .../advanced_colors/ultramarine_butterfly.svg | 174 +++++++++ .../advanced_colors/vanilla_butterfly.svg | 174 +++++++++ .../advanced_colors/verdigris_butterfly.svg | 174 +++++++++ .../advanced_colors/vermilion_butterfly.svg | 174 +++++++++ .../advanced_colors/veronese_butterfly.svg | 174 +++++++++ .../resources/advanced_colors/wine_butterfly.svg | 174 +++++++++ src/colors-activity/Makefile.mingw | 14 - src/colors-activity/resources/colors/colors_bg.png | Bin 214956 -> 0 bytes src/read_colors-activity/.gitignore | 1 - src/read_colors-activity/Makefile.am | 56 --- src/read_colors-activity/Makefile.mingw | 14 - src/read_colors-activity/init_path.sh | 8 - src/read_colors-activity/read_colors.c | 361 ------------------ src/read_colors-activity/read_colors.xml.in | 19 - src/read_colors-activity/read_colors2.svg | 171 --------- src/read_colors-activity/resources/Makefile.am | 1 - .../resources/read_colors/Makefile.am | 6 - .../read_colors/read_colors_background.png | Bin 175087 -> 0 bytes .../read_colors/read_colors_highlight.png | Bin 6656 -> 0 bytes 111 files changed, 12661 insertions(+), 866 deletions(-) commit e5c055bdcbc454b0cbfd3f56f89268046168dbf8 Author: Bruno Coudoin Date: Sun May 8 03:21:16 2011 +0200 findit engine: no more reload a background if it is the same. moved the question tag to the common section (optionnaly) src/findit-activity/findit.py | 31 +++++++++++++++++++++---------- 1 files changed, 21 insertions(+), 10 deletions(-) commit b4186c83a00653a6192a3f8b6052c668980d4017 Author: Rodrigo Padula de Oliveira Date: Mon May 2 14:42:15 2011 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 537 +++++++++++++++++++++++------------------------------------ 1 files changed, 206 insertions(+), 331 deletions(-) commit 18f43bdef22877fb6b798193712483bd2f85af45 Author: Mario Blättermann Date: Wed Apr 13 22:45:52 2011 +0200 [l10n] Updated German translation po/de.po | 377 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 204 insertions(+), 173 deletions(-) commit b4ab474b011a7a484fbcd828ac46cdb180b23f72 Author: Bruno Coudoin Date: Tue Apr 12 23:15:03 2011 +0200 details-activity: Fixed the TajMahal level. References to images was wrong. .../resources/details/board2_6.xml.in | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit cabdfe979abe6df19668d81f984ffa42044c5ebf Author: Gonçalo Cordeiro Date: Sat Apr 9 20:28:27 2011 +0200 Updated Galician translations po/gl.po | 383 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 210 insertions(+), 173 deletions(-) commit 18afdacd3dbbf69662ffcbe5e1302a8b6155100e Author: Daniel Nylander Date: Sat Apr 9 10:16:44 2011 +0200 Updated Swedish translation po/sv.po | 108 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 66 insertions(+), 42 deletions(-) commit 0a82afecb2a2eb069830b70380a25da3702916bb Author: Dr.T.Vasudevan Date: Mon Apr 4 17:12:19 2011 +0300 l10n: Updated Tamil translation for gcompris po/ta.po |10031 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 5610 insertions(+), 4421 deletions(-) commit 0f6c2fe7496c3a1d1aabd704a8a727db265e26da Author: Alan Monfort Date: Thu Mar 31 20:32:28 2011 +0200 Updated Breton translation po/br.po | 882 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 474 insertions(+), 408 deletions(-) commit fd9428de5b70f11046b83a7af6274053297464fc Author: Bruno Coudoin Date: Sun Mar 27 20:02:47 2011 +0200 Major. Reworked submarine. It had several stability issues. At the same time, improved the graphism a little bit. .../resources/submarine/Makefile.am | 6 +- .../resources/submarine/sub_bg.jpg | Bin 79148 -> 0 bytes .../resources/submarine/sub_bg.svgz | Bin 0 -> 50588 bytes .../resources/submarine/sub_schema.png | Bin 15598 -> 0 bytes .../resources/submarine/sub_schema.svg | 2248 ++++++++++++++++++++ .../resources/submarine/vanne.png | Bin 605 -> 0 bytes .../resources/submarine/vanne.svg | 72 + src/submarine-activity/submarine.c | 393 ++-- 8 files changed, 2530 insertions(+), 189 deletions(-) commit 404106b13358945417b82e0cc6e321b7724aba39 Author: Bruno Coudoin Date: Sun Mar 27 18:17:09 2011 +0200 Minor, replaced g_warning by g_message to ease debugging. src/gcompris/gstreamer.c | 16 ++++++++-------- src/gcompris/soundutil.c | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) commit e77d86c1f20d763f7b456ae51f72bf4272430acd Author: Bruno Coudoin Date: Sat Mar 26 14:11:43 2011 +0100 Fixed major crash in submarine that arrived when the children won. src/submarine-activity/submarine.c | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) commit f44ef5a9bc15966c0bf258b17551f7f97e1d0a26 Author: Andrej Žnidaršič Date: Tue Mar 29 16:15:26 2011 +0200 Updated Slovenian translation po/sl.po | 110 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 67 insertions(+), 43 deletions(-) commit dc8d2d0ed1d0358b3a96282326d2c783bacb61dc Author: Marek Černocký Date: Sat Mar 26 19:36:53 2011 +0100 Updated Czech translation po/cs.po | 116 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 73 insertions(+), 43 deletions(-) commit b0d655890a5516c6c6f4a631b7497e5f9bb2ff62 Author: Bruno Coudoin Date: Wed Mar 23 23:34:01 2011 +0100 Major: Fixed clickanddraw activity. Minor, reworked a little bit some images that had a strange background. src/drawnumber-activity/clickanddraw.py | 62 ++++++++++--------- .../resources/drawnumber/dn_bear1.jpg | Bin 23575 -> 21574 bytes .../resources/drawnumber/dn_bear2.jpg | Bin 31979 -> 30120 bytes .../resources/drawnumber/dn_de1.jpg | Bin 14907 -> 13172 bytes .../resources/drawnumber/dn_de2.jpg | Bin 25700 -> 23876 bytes .../resources/drawnumber/dn_house1.jpg | Bin 33992 -> 22561 bytes .../resources/drawnumber/dn_house2.jpg | Bin 47208 -> 35231 bytes 7 files changed, 33 insertions(+), 29 deletions(-) commit e1b16a5f56ea7948ab54cef1b1c658737d086401 Author: Daniel Mustieles Date: Wed Mar 23 20:36:52 2011 +0100 Updated Spanish translation po/es.po | 97 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 56 insertions(+), 41 deletions(-) commit f182bec3cb5cb5d5fb1019dbe9fc7a874e6eb85c Author: Bruno Coudoin Date: Wed Mar 23 00:11:56 2011 +0100 Some tuning on our renewable energy activity to slow down the wind farm. On some system the wind farm was taking too much CPU. src/hydroelectric-activity/hydroelectric.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4287f7cfdf47ec979a311fb9612aca0ec455c00a Author: Bruno Coudoin Date: Wed Mar 23 00:11:23 2011 +0100 Minor: Removed extra debug traces. src/boards/py-mod-utils.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit c752824085a6ccdc95e33708cf5ac2eaee53c8bf Author: Bruno Coudoin Date: Tue Mar 22 23:44:15 2011 +0100 Added support for I18N in the new 'findit' activity engine. po/POTFILES.in | 1 + src/colors-activity/resources/colors/Makefile.am | 12 ++- .../resources/colors/activity.desktop.in | 103 ++++++++++++++++++++ src/colors-activity/resources/colors/activity.txt | 102 ------------------- src/findit-activity/findit.py | 51 +++++----- 5 files changed, 141 insertions(+), 128 deletions(-) commit e2412e2821e522a3066efc2f7ef5db8389f5ab05 Author: Bruno Coudoin Date: Tue Mar 22 23:43:10 2011 +0100 Fixed a potential va arg overflow. src/boards/py-mod-utils.c | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) commit 62cb9be17d1f479045a70fc06ef35d88e2e834fc Author: Daniel Mustieles Date: Mon Mar 21 19:25:17 2011 +0100 Updated Spanish translation po/es.po | 27 ++++++++++++++++++++------- 1 files changed, 20 insertions(+), 7 deletions(-) commit 4103fe911352dd67ff2b751cf2a09b4c5848d3f4 Author: Bruno Coudoin Date: Sun Mar 20 23:18:19 2011 +0100 Created a new activity engine called findit. Replaced the color activity to use it. This new activity makes it easy to create a new activity from a single data file. The concept here is to provide a set of objects and the children will be proposed them. The children have to click on the correct one. It can be used to find an object by the image of it or by a voice, or both. po/POTFILES.in | 1 - src/colors-activity/Makefile.am | 29 -- src/colors-activity/colors.xml.in | 2 +- src/colors-activity/init_path.sh | 4 +- src/colors-activity/resources/colors/Makefile.am | 14 +- src/colors-activity/resources/colors/activity.txt | 102 ++++ .../resources/colors/background.svgz | Bin 0 -> 16805 bytes .../resources/colors/black_duck.svg | 347 +++++++++++++ src/colors-activity/resources/colors/blue_duck.svg | 347 +++++++++++++ .../resources/colors/brown_duck.svg | 347 +++++++++++++ .../resources/colors/green_duck.svg | 347 +++++++++++++ src/colors-activity/resources/colors/grey_duck.svg | 347 +++++++++++++ .../resources/colors/orange_duck.svg | 347 +++++++++++++ .../resources/colors/purple_duck.svg | 347 +++++++++++++ src/colors-activity/resources/colors/red_duck.svg | 347 +++++++++++++ .../resources/colors/white_duck.svg | 347 +++++++++++++ .../resources/colors/yellow_duck.svg | 347 +++++++++++++ src/findit-activity/Makefile.am | 7 + src/findit-activity/findit.py | 531 ++++++++++++++++++++ src/findit-activity/gcompris | 1 + 20 files changed, 4126 insertions(+), 35 deletions(-) commit 846722c7ebaf6180b2dd988a3bc56505fe36cb97 Author: Bruno Coudoin Date: Sun Mar 20 23:12:52 2011 +0100 Added screenshots of new activities. docs/screenshots/details.jpg | Bin 0 -> 23333 bytes docs/screenshots/details_small.jpg | Bin 0 -> 9636 bytes docs/screenshots/hydroelectric.jpg | Bin 0 -> 26552 bytes docs/screenshots/hydroelectric_small.jpg | Bin 0 -> 12350 bytes docs/screenshots/money_back.jpg | Bin 0 -> 15845 bytes docs/screenshots/money_back_cents.jpg | Bin 0 -> 15433 bytes docs/screenshots/money_back_cents_small.jpg | Bin 0 -> 8779 bytes docs/screenshots/money_back_small.jpg | Bin 0 -> 8850 bytes 8 files changed, 0 insertions(+), 0 deletions(-) commit f56d03a87e191fbc1ee7a724747f633b9d15e915 Author: Bruno Coudoin Date: Sun Mar 13 21:55:11 2011 +0100 Improved the documentation requarding double click mandatory at level 5 and after. src/clickgame-activity/clickgame.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 38ed0418d0a31d689d7063fdbcfa3e1f380fef15 Author: Bruno Coudoin Date: Sun Mar 13 04:07:21 2011 +0100 Minor, removed an unsued import. src/penalty-activity/penalty.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 303566cfca38adfedf6c682813f3bf920fcf6820 Author: Bruno Coudoin Date: Mon Feb 14 22:52:43 2011 +0100 Preparing addition of the findit activity. configure.ac | 1 + po/POTFILES.in | 2 + src/Makefile.am | 83 +++++++++++++++++++++++++++++-------------------------- 3 files changed, 47 insertions(+), 39 deletions(-) commit 341afcdbc2c3eb85ce02b82b9557bdd77127d37a Author: Bruno Brouard Date: Sun Mar 20 12:09:05 2011 +0100 Updated French translation po/fr.po | 398 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 204 insertions(+), 194 deletions(-) commit cb0b3e06bf3186999ddd6088b95f218e28b4f54a Author: Γιάννης Κασκαμανίδης Date: Fri Mar 18 20:12:43 2011 +0200 l10n: Updated Greek translation for gcompris po/el.po | 2719 +++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 2062 insertions(+), 657 deletions(-) commit ba2220b4434d151d15f4c3068fa58131582338e6 Author: Reuma Mordechai Date: Sat Mar 12 20:26:40 2011 +0200 updated hebrew translation po/he.po | 805 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 544 insertions(+), 261 deletions(-) commit 271121e54f7106033bf5970ba22c07300772661a Author: Daniel Nylander Date: Sun Mar 6 20:32:49 2011 +0100 Updated Swedish translation po/sv.po | 42 +++++++++++++++++++++++------------------- 1 files changed, 23 insertions(+), 19 deletions(-) commit 7d64b5b69f9bb57daacfd825e098482a5f082b40 Author: Khaled Hosny Date: Sun Mar 6 16:53:36 2011 +0200 Updated Arabic translation po/ar.po | 303 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 156 insertions(+), 147 deletions(-) commit 746f09b672520526ee1cdceea5de6b830f9d2cb5 Author: Andrej Žnidaršič Date: Sat Mar 5 18:38:36 2011 +0100 Updated Slovenian translation po/sl.po | 262 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 133 insertions(+), 129 deletions(-) commit 5fbd9e43a6f121881fd07cb4d6d7984a32a914a8 Author: Bruno Coudoin Date: Sat Mar 5 18:06:34 2011 +0100 Updated by the gtk toolchain. macosx/GComprisAdmin | 161 +++++++++++++++++++++++++++++++------------------- macosx/launcher.sh | 161 +++++++++++++++++++++++++++++++------------------- 2 files changed, 200 insertions(+), 122 deletions(-) commit 5329289b89486276ddd820411a8bfdb7986cdb56 Author: Bruno Coudoin Date: Sat Mar 5 18:05:06 2011 +0100 Fixed MacOSX bundle. macosx/gcompris.bundle | 23 +---------------------- 1 files changed, 1 insertions(+), 22 deletions(-) commit 1a21d60c0d33f048bfa1f1f5bbef6b70e650984f Author: Bruno Coudoin Date: Sat Mar 5 14:22:46 2011 +0100 Added translations in the bundle. macosx/createBundle.sh | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit ad99c7a016d35688bbef90b2d15b7f7524776801 Author: Bruno Coudoin Date: Sat Mar 5 12:19:26 2011 +0100 Fixed to have a proper python path to compile the MacOSX version. Now the generated MacOSX version have the python activities working. macosx/configure_mac.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 816d40d24c6f83a960673b0a0c20e686d39b638f Author: Daniel Mustieles Date: Sat Mar 5 11:07:08 2011 +0100 Updated Spanish translation po/es.po | 299 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 151 insertions(+), 148 deletions(-) commit ea45d7f804dea9f3991fb60492579102a20371d0 Author: Marek Černocký Date: Tue Mar 1 09:41:41 2011 +0100 Updated Czech translation po/cs.po | 261 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 132 insertions(+), 129 deletions(-) commit baec7e95c841145a3cffbe79b3d3b62d35beddc5 Author: Bruno Coudoin Date: Mon Feb 28 22:57:22 2011 +0100 RELEASE 9.6 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ca14c4b9afd6bccac6cb5234a9572b3a0129d19d Author: Bruno Coudoin Date: Mon Feb 28 22:29:21 2011 +0100 In the submarine activity, we now destroy and reset the frigate motion when we enter the help. Not doing so makes the children loose the game while reading the manual. src/submarine-activity/submarine.c | 71 +++++++++++++++++++++++++----------- 1 files changed, 49 insertions(+), 22 deletions(-) commit 7fac4ad05528a6639d98ff1ff47913dca60a6d18 Author: Bruno Coudoin Date: Mon Feb 28 21:45:51 2011 +0100 Added support for Zulu. src/gcompris/config.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6a31a5472e8ede9b29f546f7435d82150d1b8946 Author: Friedel Wolff Date: Mon Feb 28 22:37:30 2011 +0200 Add Zulu (zu) translation to build system configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 83e283beeee228e4eb3b13ac62829a96b67b0667 Author: Priscilla Mahlangu Date: Mon Feb 28 21:23:50 2011 +0200 New translation for Zulu (zu) po/zu.po | 7924 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 7924 insertions(+), 0 deletions(-) commit dd7483c4e44f3b9d2e843d0d8f974fb5f8a65172 Author: Yuri Myasoedov Date: Mon Feb 28 19:20:41 2011 +0300 Updated Russian translation po/ru.po | 2959 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 1342 insertions(+), 1617 deletions(-) commit fca011c006d7c26241a4a4de428d51ab8ab946e3 Author: Friedel Wolff Date: Sun Feb 27 22:39:05 2011 +0200 Wordlist for Afrikaans (af) .../resources/wordsgame/default-af.xml | 1373 ++++++++++++++++++++ 1 files changed, 1373 insertions(+), 0 deletions(-) commit e9574eefd353336cdc001ef1cb2a8a3c08b9b774 Author: Gabor Kelemen Date: Sun Feb 27 19:15:50 2011 +0100 Updated Hungarian translation po/hu.po | 998 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 528 insertions(+), 470 deletions(-) commit 9dafa037147aca1b7a4f173f1722e23e0b2fbd01 Author: Daniel Nylander Date: Sun Feb 27 10:59:35 2011 +0100 Updated Swedish translation po/sv.po | 304 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 154 insertions(+), 150 deletions(-) commit e6bac87713c7ddde5c5aba14eba5b944ad2226cf Author: Bruno Coudoin Date: Sun Feb 27 00:51:45 2011 +0100 Added a reset button for the locale in the configuration dialog . It is sometimes hard to get back on the default locale, this button makes it easily. src/gcompris/config.c | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) commit f4341bfc25e230002b559c07d9756bf6accdf628 Author: Bruno Coudoin Date: Sun Feb 27 00:32:40 2011 +0100 Sort the language in the config manu by their name instead of the locale code. src/gcompris/config.c | 60 ++++++++++++++++++++++++------------------------ 1 files changed, 30 insertions(+), 30 deletions(-) commit c511b4f81024b5907f4371f4637e772f8d6a486c Author: Bruno Coudoin Date: Sun Feb 27 00:32:19 2011 +0100 added missing language in gcompris2spip.pl docs/gcompris2spip.pl | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit f715ed588ae92ae5913556c7d03634f436aec251 Author: Christian Kirbach Date: Sat Feb 26 21:21:32 2011 +0100 [l10n] Updated German translation po/de.po | 925 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 456 insertions(+), 469 deletions(-) commit ff21f160b5f73142c2af4c09f46853e5c9d5d2a6 Author: Andrej Žnidaršič Date: Sat Feb 26 20:16:07 2011 +0100 Updated Slovenian translation po/sl.po | 134 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 69 insertions(+), 65 deletions(-) commit 695b50c67451a37755f3484bd5dcefa79153840e Author: Joe Hansen Date: Sat Feb 26 13:15:32 2011 +0100 Updated Danish translation po/da.po | 572 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 329 insertions(+), 243 deletions(-) commit 9c74f6de3a20d132fd42412163e1d4ca2b1fabfe Author: Friedel Wolff Date: Sat Feb 26 13:50:36 2011 +0200 Updated translation for Afrikaans (af) po/af.po | 829 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 544 insertions(+), 285 deletions(-) commit be830d029612e90c2f677b3461aa7923fad37d51 Author: Daniel Mustieles Date: Sat Feb 26 12:28:01 2011 +0100 Updated Spanish translation po/es.po | 101 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 53 insertions(+), 48 deletions(-) commit 2818900ba20523aa38d7464dc1cdcfdc896ce05a Author: Chao-Hsiung Liao Date: Sat Feb 26 06:35:28 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 1069 ++++++++++++++++++++++++++++++++++++++++++---------------- po/zh_TW.po | 1087 +++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 1578 insertions(+), 578 deletions(-) commit a2a1b82c8b59909e8b62e11fd5fa6a0134558241 Author: Frederico Gonçalves Guimarães Date: Wed Feb 23 09:39:07 2011 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 642 +++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 471 insertions(+), 171 deletions(-) commit ccd0b0f2978172348653df60bcb4ad3138325d31 Author: Andreas Fenkart Date: Tue Feb 22 23:11:48 2011 +0100 Deadlock occurs if new playback is scheduled from callback. Observed with sound-memory activity, while playing 'bonus'. In this fix, the sound is player in the gtk idle loop instead of being called directly. src/gcompris/gstreamer.c | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit 954233fdf68ab959a8e69be9ee85b116af389c9e Author: Karl Ove Hufthammer Date: Tue Feb 22 20:21:53 2011 +0100 Updated Norwegian Nynorsk translation (still some missing strings). po/nn.po | 2609 ++++++++++++++++++++++---------------------------------------- 1 files changed, 918 insertions(+), 1691 deletions(-) commit 14d4dd862120ef2411ace4f4b34a0388f226077e Author: Karl Ove Hufthammer Date: Tue Feb 22 19:12:10 2011 +0100 Much longer word list for Norwegian Nynorsk. .../resources/wordsgame/default-nn.xml | 1154 +++++++++++++++++--- 1 files changed, 1017 insertions(+), 137 deletions(-) commit 2003ce8f9de25914c04f254b020abaad230e5520 Author: Marek Černocký Date: Mon Feb 21 23:56:55 2011 +0100 Updated Czech translation po/cs.po | 133 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 69 insertions(+), 64 deletions(-) commit eda2e4d8151f74fa5850ea19c4a0b3037e552361 Author: Bruno Coudoin Date: Sat Feb 19 22:32:15 2011 +0100 Created 9.6BETA2 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1bb2e9b53706c3b5e4c1119408987eccfe767b72 Author: Bruno Coudoin Date: Sat Feb 19 22:31:05 2011 +0100 Minor installation and make dist issue. Now it works fine even if boards/voices is a symbolic link. Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 4526fb179652d4863a5f27bec65a0f8232533248 Author: Bruno Coudoin Date: Sat Feb 19 22:15:26 2011 +0100 Minor: Removed unused static declaration. src/gcompris/board.c | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) commit 679627e889f6fae4758c0f48da0d1fe987733cd7 Author: Montenegro Consulting Company Date: Sat Feb 19 00:10:18 2011 +0100 Added Montenegrin translation by Montenegro Consulting Company configure.ac | 2 +- docs/gcompris2spip.pl | 3 + po/sr_ME.po | 6200 +++++++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/config.c | 1 + 4 files changed, 6205 insertions(+), 1 deletions(-) commit 308867adc1b2bb3ff57f87d8bc374f91f7ea37b9 Author: Sylvia Sánchez Date: Thu Feb 17 22:33:50 2011 +0100 Updated Spanish translation po/es.po | 588 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 354 insertions(+), 234 deletions(-) commit 59e3b66e80a8a64367b560de45b02aa49d7861ec Author: Fran Diéguez Date: Thu Feb 17 14:38:39 2011 +0100 Updated Galician translations po/gl.po | 531 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 299 insertions(+), 232 deletions(-) commit 81388cf4d16a0d571bb061df503b88f915f3cb54 Author: Bruno Coudoin Date: Mon Feb 14 23:23:28 2011 +0100 Major random crash fix. In python activity, a call to gcompris.skin.svg_get() was freeing the skin object but it should not. This resulted in random crashes at any point in GCompris when trying to read the skin svg_handle. src/boards/py-mod-skin.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9b9329438bd3ee3b3f3ba2510a7ff71618552665 Author: Bruno Coudoin Date: Mon Feb 14 22:17:18 2011 +0100 Minor, updated activity name in the template. src/pythontemplate-activity/pythontemplate.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a3bb797255c00b876aac86f493aa2b12752ef6a5 Author: Hans de Goede Date: Sat Feb 12 22:19:50 2011 +0100 Fixed code to compile with the -Werror=unused-but-set-variable gcc new compilation flag. src/advanced_colors-activity/advanced_colors.c | 2 -- src/algebra_by-activity/algebra.c | 3 --- src/awele-activity/awele.c | 5 +---- src/babymatch-activity/shapegame.c | 2 +- src/boards/goocanvas.c | 3 +-- src/boards/py-mod-admin.c | 3 +-- src/boards/py-mod-skin.c | 3 +-- src/boards/py-mod-utils.c | 3 +-- src/click_on_letter-activity/click_on_letter.c | 4 ---- src/clockgame-activity/clockgame.c | 7 +++---- src/crane-activity/crane.c | 5 ++--- src/fifteen-activity/fifteen.c | 3 +-- src/gcompris/about.c | 2 -- src/gcompris/bar.c | 9 --------- src/gcompris/dialog.c | 5 ----- src/gcompris/file_selector.c | 18 ++---------------- src/gcompris/gameutil.c | 7 ------- src/gcompris/gcompris_confirm.c | 4 +--- src/gcompris/images_selector.c | 3 +-- src/gcompris/skin.c | 3 --- src/gcompris/wordlist.c | 3 --- src/goocanvas/src/goocanvasgroup.c | 4 ---- src/magic_hat_minus-activity/magic_hat.c | 6 ++---- src/money-activity/money_widget.c | 4 +++- src/scalesboard-activity/scale.c | 9 ++++----- src/tangram-activity/gtans.c | 17 ----------------- src/traffic-activity/traffic.c | 3 --- src/wordsgame-activity/wordsgame.c | 4 +--- 28 files changed, 26 insertions(+), 118 deletions(-) commit 926699e0363d138fde5acc369fac57940ec898f4 Author: Xandru Armesto Date: Mon Feb 14 21:13:07 2011 +0100 Updated asturian translation po/ast.po | 608 +++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 469 insertions(+), 139 deletions(-) commit f90c969038b89997e8db28bfdcbb86d784a4f88f Author: Claude Paroz Date: Mon Feb 14 08:52:00 2011 +0100 Updated French translation po/fr.po | 747 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 550 insertions(+), 197 deletions(-) commit 7cbdf47f51b37ef012e6d543219c1318223531d5 Author: Daniel Nylander Date: Sun Feb 13 13:11:28 2011 +0100 Updated Swedish translation po/sv.po | 47 +++++++++++++++++++++++------------------------ 1 files changed, 23 insertions(+), 24 deletions(-) commit acae6badc3aac83003bc8943d98847427fae2c3f Author: Daniel Nylander Date: Sat Feb 12 14:16:48 2011 +0100 Updated Swedish translation po/sv.po | 418 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 240 insertions(+), 178 deletions(-) commit f386f5d810bf24903a8bd807926b2fa926f03dc1 Author: Bruno Coudoin Date: Wed Feb 9 23:05:22 2011 +0100 Added .gitignore update in out createit script. src/createit.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 970fbab26cfc3cf43c55d465c25f9a73131b2ede Author: Bruno Coudoin Date: Wed Feb 9 23:03:13 2011 +0100 Fixed .gitignore src/money_back-activity/.gitignore | 2 +- src/money_back_cents-activity/.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit d848b0d39d1ac3cb53d4c7a2389ae1781fcd77fb Author: Bruno Coudoin Date: Wed Feb 9 23:00:15 2011 +0100 Added more animal images taken from wikipedia. .../resources/erase/Asian_Elephant_and_Baby.jpg | Bin 0 -> 156139 bytes .../erase/Helioconius_sp_Richard_Bartz.jpg | Bin 0 -> 109207 bytes src/erase-activity/resources/erase/Makefile.am | 16 +++++-- .../resources/erase/Pteroglossus-torquatus-001.jpg | Bin 0 -> 133075 bytes src/erase-activity/resources/erase/README.txt | 52 ++++++++++++++++++++ src/erase-activity/resources/erase/Spider_vdg.jpg | Bin 0 -> 174867 bytes src/erase-activity/resources/erase/White_shark.jpg | Bin 0 -> 152250 bytes src/erase-activity/resources/erase/gazelle.jpg | Bin 0 -> 102185 bytes src/erase-activity/resources/erase/golden_toad.jpg | Bin 0 -> 97999 bytes src/erase-activity/resources/erase/honey_bee.jpg | Bin 0 -> 162538 bytes src/erase-activity/resources/erase/joybear001.jpg | Bin 47238 -> 0 bytes src/erase-activity/resources/erase/maki3.jpg | Bin 79271 -> 80091 bytes .../resources/erase/papilio_demodocus.jpg | Bin 0 -> 147137 bytes src/erase-activity/resources/erase/readme.txt | 20 -------- 14 files changed, 64 insertions(+), 24 deletions(-) commit 75214a7b7e4796aaebdafed05b0e1c64e5544eaa Author: Bruno Coudoin Date: Sat Jan 29 12:21:39 2011 +0100 Added missing createit.sh script from the tarball. src/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 308be4a0085fc00b1f827c03208d69db230e472a Author: Khaled Hosny Date: Mon Feb 7 15:36:35 2011 +0200 Updated Arabic translation po/ar.po | 453 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 255 insertions(+), 198 deletions(-) commit 3d0c3a53adf827c7c5063ef27489fb13daf7464b Author: Mario Blättermann Date: Sun Jan 30 15:07:32 2011 +0100 [l10n] Updated German translation po/de.po | 1161 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 658 insertions(+), 503 deletions(-) commit af5058722f44ab548c9ad754fe9d9594369c5ff2 Author: Peter Ujfalusi Date: Thu Jan 27 23:36:55 2011 +0100 Fixed invisible cursor on 64 bits systems. The propoerty struct is now properly initialized even on 64 bits systems. src/gcompris/gcompris.c | 3 --- src/gcompris/properties.c | 5 ++++- 2 files changed, 4 insertions(+), 4 deletions(-) commit 37a67a88d02e5acc16f8a23ce1843293e77db625 Author: Andrej Žnidaršič Date: Fri Jan 21 20:20:17 2011 +0100 Updated Slovenian translation po/sl.po | 298 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 175 insertions(+), 123 deletions(-) commit 7eea9e5f2cc3f41c26851c78dc58145584ce44e5 Author: Marek Černocký Date: Thu Jan 20 07:12:57 2011 +0100 Updated Czech translation po/cs.po | 432 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 248 insertions(+), 184 deletions(-) commit a1668a1717786101c51d2b8d8955d2bd9ae2c9fc Author: Bruno Coudoin Date: Tue Jan 18 00:08:48 2011 +0100 Added toolips in the watercycle activity to explain the different items. .../resources/watercycle/watercycle.svgz | Bin 95433 -> 86400 bytes src/watercycle-activity/watercycle.py | 30 +++++++++++++++++-- 2 files changed, 26 insertions(+), 4 deletions(-) commit fbd5f8be95d21e509b45db038807520fb849283a Author: Bruno Coudoin Date: Mon Jan 17 23:32:17 2011 +0100 Added missing file to translate. po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a6c6d303d9568d24228f12147a6586bde44703ef Author: Bruno Coudoin Date: Mon Jan 17 23:17:34 2011 +0100 Improved the manual for money_back activities. src/money_back-activity/money_back.xml.in | 2 +- .../money_back_cents.xml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 8a1d06aa64c3d5f4407c87df9e27ae33773c341c Author: Matej Urbančič Date: Mon Jan 17 21:00:45 2011 +0100 Added Slovenian translation po/sl.po | 32 +++++++++++++++++--------------- 1 files changed, 17 insertions(+), 15 deletions(-) commit f39fecac2ff710582f6c3db4da1d5357e7af603a Author: Bruno Coudoin Date: Mon Jan 17 02:00:41 2011 +0100 Better tuning for money back activity. src/money-activity/money.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit a7ed22041a660b9576436f74925b03c239938e92 Author: Bruno Coudoin Date: Mon Jan 17 01:26:17 2011 +0100 Added 2 new activities to learn to give money make in a shop. This is based on the money activity but now the children must give back money to Tux. boards/.gitignore | 1 + boards/Makefile.am | 2 + boards/money_group.svg | 217 +++++++++++ boards/money_group.xml.in | 12 + configure.ac | 2 + po/POTFILES.in | 10 +- src/Makefile.am | 2 +- src/money-activity/money.c | 341 ++++++++++++++++- src/money-activity/money.xml.in | 2 +- src/money-activity/resources/money/Makefile.am | 3 +- .../resources/money/tux_graduate.png | Bin 0 -> 15468 bytes src/money_back-activity/.gitignore | 1 + src/money_back-activity/Makefile.am | 26 ++ src/money_back-activity/init_path.sh | 8 + src/money_back-activity/money_back.svg | 308 +++++++++++++++ src/money_back-activity/money_back.xml.in | 19 + src/money_back_cents-activity/.gitignore | 1 + src/money_back_cents-activity/Makefile.am | 26 ++ src/money_back_cents-activity/init_path.sh | 8 + src/money_back_cents-activity/money_back_cents.svg | 410 ++++++++++++++++++++ .../money_back_cents.xml.in | 19 + src/money_cents-activity/money_cents.xml.in | 4 +- 22 files changed, 1405 insertions(+), 17 deletions(-) commit 289f2ee7350aaf9f1eff0992b51d151921a89972 Author: Joe Hansen Date: Sun Jan 16 13:41:21 2011 +0100 Updated Danish translation po/da.po | 399 +++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 304 insertions(+), 95 deletions(-) commit 6a237298c14cb6b295d4f83aa5914fe836b16cd1 Author: Yannis Kaskamanidis Date: Sat Jan 15 14:03:48 2011 +0200 Updated Greek translation po/el.po | 362 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 265 insertions(+), 97 deletions(-) commit fa4ec0879791862640bfc8942ad69915d4dbdce4 Author: Marek Černocký Date: Thu Jan 13 13:32:12 2011 +0100 Updated Czech translation po/cs.po | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) commit 9ad65078bff704272edf384413fad1e3e9f4975d Author: Khaled Hosny Date: Wed Jan 12 07:52:34 2011 +0200 Updated Arabic translation po/ar.po | 911 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 680 insertions(+), 231 deletions(-) commit 7c81bab2823abb5c8b5935174e1b4a62caa1d8e8 Author: Bruno Coudoin Date: Mon Jan 10 00:08:27 2011 +0100 Minor, updated the manual of hydroelectric activity. src/hydroelectric-activity/hydroelectric.xml.in | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 7a4c80576b956facaa0ca42c65bfe68639fecf11 Author: Gonçalo Cordeiro Date: Sun Jan 9 16:22:47 2011 +0100 Updated Galician translations po/gl.po | 445 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 315 insertions(+), 130 deletions(-) commit eba4be9c1a80afe36b916f53bab86cf721ac5c25 Author: Olav Vitters Date: Sat Jan 8 17:27:43 2011 +0100 Add DOAP file gcompris.doap | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) commit a2273d21fe88c901cd71571d96aeb124a5a1dc24 Author: Andrej Žnidaršič Date: Fri Jan 7 21:22:45 2011 +0100 Updated Slovenian translation po/sl.po | 69 +++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 44 insertions(+), 25 deletions(-) commit c499d1bfde725b7b0a01f5495528a071a454c6b7 Author: Bruno Coudoin Date: Wed Jan 5 23:34:28 2011 +0100 New word list for Czech by Marek Černocký. .../resources/wordsgame/default-cs.xml | 1093 ++++++++++++++++++++ 1 files changed, 1093 insertions(+), 0 deletions(-) commit f2ba51fb7aeddba246e731fa633f95b85734f362 Author: Alan Monfort Date: Thu Jan 6 19:50:45 2011 +0100 Updated breton translation po/br.po | 596 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 414 insertions(+), 182 deletions(-) commit e38116cfe2626d47cda1ec27bcbf920112b6773d Author: Marek Černocký Date: Thu Jan 6 08:03:28 2011 +0100 Updated Czech translation po/cs.po | 82 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 54 insertions(+), 28 deletions(-) commit da8c8cb890d64e220cba9bfef465b4995f69a00e Author: Bruno Coudoin Date: Wed Jan 5 23:24:09 2011 +0100 Minor, little update in the mingw compilation chain. -mwindows seems deprecated. gcompris-installer.nsi.in | 1 - global_win32.mak | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-) commit eea4df7b83f60a110916c14012ba27e98856f5c6 Author: Bruno Coudoin Date: Wed Jan 5 00:43:04 2011 +0100 Now the erase activity reads the .jpg file in its data directory instead of being hardcoded. In the erase activity we have a large number of animal backgrounds. Now these are found at run time instead of being hard coded. Also the user can add its own images in the directory ~/My GCompris/erase. src/erase-activity/erase.c | 147 +++++++++++++----------- src/erase-activity/erase.xml.in | 2 +- src/erase-activity/resources/erase/Makefile.am | 1 + src/erase-activity/resources/erase/README.txt | 5 + 4 files changed, 85 insertions(+), 70 deletions(-) commit 18ef119339adfc79327f030a15ce840bfef792fa Author: Bruno Coudoin Date: Tue Jan 4 23:24:48 2011 +0100 Minor, added the user_dir in the regular stdout of gcompris startup. src/gcompris/gcompris.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 02cf36a7ebb310e7a4ecbde860b90f0e5c179cc4 Author: Andrej Žnidaršič Date: Mon Jan 3 19:15:42 2011 +0100 Updated Slovenian translation po/sl.po | 42 +++++++++++++++++++++++------------------- 1 files changed, 23 insertions(+), 19 deletions(-) commit fa71815fd4dc61ca3269a492e9ee74f7181a97b0 Author: Daniel Nylander Date: Sun Jan 2 20:43:49 2011 +0100 Updated Swedish translation .../resources/wordsgame/default-sv.xml | 2254 ++++++++++++++++++++ 1 files changed, 2254 insertions(+), 0 deletions(-) commit 879baf7094db806de840d4f5c878b0e5a44c8beb Author: Daniel Nylander Date: Thu Dec 30 12:07:16 2010 +0100 Updated Swedish translation po/sv.po | 1016 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 705 insertions(+), 311 deletions(-) commit aef8293114778ba64b156e4db509627ed9f56e0e Author: Petr Kovar Date: Wed Dec 29 23:48:14 2010 +0100 Update Czech translation by Marek Cernocky Reviewed by Petr Kovar. po/cs.po | 47 +++++++++++++++++++---------------------------- 1 files changed, 19 insertions(+), 28 deletions(-) commit dc72e2c02c56df0d3d935bb0e828cb3f048a7e56 Author: Jorge González Date: Wed Dec 29 23:12:25 2010 +0100 Updated Spanish translation po/es.po | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 125 insertions(+), 17 deletions(-) commit 87489bfe2615d8b5640546e06e276b467d161c5c Author: Petr Kovar Date: Mon Dec 27 20:51:53 2010 +0100 Update Czech translation by Marek Cernocky Reviewed by Petr Kovar. po/cs.po | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 150 insertions(+), 9 deletions(-) commit fd196c26504371e33b78ba51cfc92e33948dad75 Author: Bruno Coudoin Date: Mon Dec 27 18:51:49 2010 +0100 Improved hydroelectric activity, there is now a 3 level progression. src/hydroelectric-activity/hydroelectric.py | 397 ++++++++++++++------ .../resources/hydroelectric/hydroelectric.svgz | Bin 85173 -> 85885 bytes 2 files changed, 291 insertions(+), 106 deletions(-) commit d4a0e46ef293571d25fe4c249f6813bfb7f65350 Author: Bruno Coudoin Date: Sun Dec 26 21:31:33 2010 +0100 Improved hydroelectric activity. solar panel have a on/off position. src/hydroelectric-activity/hydroelectric.py | 60 ++++++++++++++++++-- .../resources/hydroelectric/hydroelectric.svgz | Bin 83449 -> 85173 bytes 2 files changed, 55 insertions(+), 5 deletions(-) commit 5df058a3689dc7ebaf7fe0f737b30429688dd580 Author: Gabor Kelemen Date: Sun Dec 26 18:46:31 2010 +0100 Several small fixes po/hu.po | 123 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 60 insertions(+), 63 deletions(-) commit 7ed6e7e22d02a0bafea55c9324c22dd95b13bced Author: Gabor Kelemen Date: Sun Dec 26 17:46:56 2010 +0100 Updated Hungarian translation po/hu.po | 357 +++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 275 insertions(+), 82 deletions(-) commit 238dac3bf9e6bee23dc573da1c04c8ef5f04560b Author: Andrej Žnidaršič Date: Sat Dec 25 21:03:47 2010 +0100 Updated Slovenian translation po/sl.po | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 75 insertions(+), 2 deletions(-) commit 029dd16cb2603d34daa1f1f7e46c76f04a688c5d Author: Bruno Coudoin Date: Sat Dec 25 15:52:53 2010 +0100 Added rotation of the wind farm. src/hydroelectric-activity/hydroelectric.py | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 414aaa9025fb0f3c453b02eb6185da52fc4787b8 Author: Bruno Coudoin Date: Sat Dec 25 15:27:56 2010 +0100 Now the bonus is displayed when the 3 producers and 3 consumers are switched on at the same time. src/hydroelectric-activity/hydroelectric.py | 41 +++++++++++++++++--------- 1 files changed, 27 insertions(+), 14 deletions(-) commit ed836b7552a4505f48047dd4a76bcb91968ded02 Author: Andrej Žnidaršič Date: Fri Dec 24 14:31:07 2010 +0100 Updated Slovenian translation po/sl.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit a9e7a5332496fd6372179bb8bafc461db1d2b08b Author: Bruno Coudoin Date: Fri Dec 24 00:57:58 2010 +0100 Improved hydroelectric to have a solar and wind farm. src/hydroelectric-activity/hydroelectric.py | 392 +++++++++++++------- src/hydroelectric-activity/hydroelectric.xml.in | 2 +- .../resources/hydroelectric/hydroelectric.svgz | Bin 78879 -> 83449 bytes 3 files changed, 252 insertions(+), 142 deletions(-) commit 8f4d0c0d664dab91de9b54f8597ebd9ac9a4ecad Author: Bruno Coudoin Date: Fri Dec 24 00:57:37 2010 +0100 Fixed a minor race issue in watercycle. src/watercycle-activity/watercycle.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ecf76d6a6f0379b58e010300cc6e8fb6f551277e Author: Mario Blättermann Date: Mon Dec 20 14:20:26 2010 +0100 [l10n] Updated German translation po/de.po | 534 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 384 insertions(+), 150 deletions(-) commit 4be57c9427eb647944dbc90c6ac6acd4138f5ab8 Author: Bruno Coudoin Date: Mon Dec 20 02:22:04 2010 +0100 New hydroelectric activity. Learn how an hydoelectric dam works. This is heavily based on the watercycle activity. configure.ac | 3 + po/POTFILES.in | 2 + src/Makefile.am | 2 +- src/hydroelectric-activity/.gitignore | 1 + src/hydroelectric-activity/Makefile.am | 32 + src/hydroelectric-activity/gcompris | 1 + src/hydroelectric-activity/hydroelectric.py | 733 ++++++++++++++++++++ src/hydroelectric-activity/hydroelectric.svg | 438 ++++++++++++ src/hydroelectric-activity/hydroelectric.xml.in | 20 + src/hydroelectric-activity/init_path.sh | 8 + src/hydroelectric-activity/resources/Makefile.am | 1 + .../resources/hydroelectric/Makefile.am | 5 + .../resources/hydroelectric/hydroelectric.svgz | Bin 0 -> 78879 bytes 13 files changed, 1245 insertions(+), 1 deletions(-) commit e082900741ede6f673905efc466253593487f63e Author: Bruno Coudoin Date: Mon Dec 20 02:21:44 2010 +0100 Auto updated INSTALL File. INSTALL | 200 +++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 164 insertions(+), 36 deletions(-) commit 2914678ba5160e0970f0525cea527257deedb4ad Author: Andrej Žnidaršič Date: Fri Dec 17 20:05:49 2010 +0100 Updated Slovenian translation po/sl.po | 120 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 87 insertions(+), 33 deletions(-) commit 39cee37ed417cd813a68a18c5748bcd71ed4107d Author: Jorge González Date: Wed Dec 15 22:00:52 2010 +0100 Updated Spanish translation po/es.po | 128 +++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 97 insertions(+), 31 deletions(-) commit 54c851860260919a76ff484d2dd59d0caa3b9cb9 Author: Bruno Coudoin Date: Wed Dec 15 21:43:34 2010 +0100 Minor, python template is now formatted at 80 column. src/pythontemplate-activity/pythontemplate.py | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit 1ade1560e56286cf815139366705eb618b355814 Author: Bruno Coudoin Date: Wed Dec 15 21:17:26 2010 +0100 Python doc update. Remove BAR_OK, its deprecated. docs/C/python.html | 12 ++++++------ docs/C/python.xml | 4 ---- 2 files changed, 6 insertions(+), 10 deletions(-) commit 6d917bfd0ad6f4052f30d3a2e35d0cc09e6c0a61 Author: Marek Černocký Date: Wed Dec 15 14:58:52 2010 +0100 Updated Czech translation po/cs.po | 75 ++++++++++++++++++++++++++++--------------------------------- 1 files changed, 34 insertions(+), 41 deletions(-) commit fb18aaa2cf5cdfb71776a25aa73f1038a9ebb311 Author: Petr Kovar Date: Tue Dec 14 21:27:15 2010 +0100 Update Czech translation by Marek Cernocky po/cs.po | 226 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 150 insertions(+), 76 deletions(-) commit 8115e0a4daf6120dfa72f07186222f19e087df1c Author: Kristjan SCHMIDT Date: Tue Dec 14 17:55:50 2010 +0100 Updated Esperanto translation po/eo.po | 2118 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 1369 insertions(+), 749 deletions(-) commit 6e8cc051408ec899ecf8212f28f8eec19e911490 Author: Bruno Coudoin Date: Sun Dec 12 12:47:10 2010 +0100 Added a bonus flower feedback in watercycle to let the children knows he completed the level. Thanks to Clara Coudoin for the feedback, it is great to have close beta testers. src/watercycle-activity/watercycle.py | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit a1db67674816d83cb9de98ad3871c8ed4537da44 Author: Bruno Coudoin Date: Sat Dec 11 23:57:36 2010 +0100 Added missing files for money activity. src/money-activity/resources/money/Makefile.am | 2 ++ src/money-activity/resources/money/pencil.svgz | Bin 0 -> 2259 bytes src/money-activity/resources/money/umbrella.svgz | Bin 0 -> 4779 bytes 3 files changed, 2 insertions(+), 0 deletions(-) commit 173a34401ceee4aee0db05b6188c05943e965fb1 Author: Bruno Coudoin Date: Sat Dec 11 23:55:25 2010 +0100 Added missing file for drawnumber. .../resources/drawnumber/activity.txt | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit cdf51cae59ee23885bc877484f9db8c6aa9dc99c Author: Bruno Coudoin Date: Sat Dec 11 19:17:06 2010 +0100 String updates, requested translation for paintings. As reported by Friedel Wolff: https://bugzilla.gnome.org/show_bug.cgi?id=636887 src/details-activity/details.xml.in | 2 +- .../resources/details/board1_6.xml.in | 2 +- src/missing_letter-activity/missingletter_config.c | 4 ++-- .../resources/paintings/board1_10.xml.in | 5 +++-- .../resources/paintings/board1_11.xml.in | 2 +- .../resources/paintings/board1_12.xml.in | 2 +- .../resources/paintings/board1_2.xml.in | 2 +- .../resources/paintings/board1_3.xml.in | 2 +- .../resources/paintings/board1_4.xml.in | 2 +- .../resources/paintings/board1_5.xml.in | 3 ++- .../resources/paintings/board1_6.xml.in | 3 ++- .../resources/paintings/board1_7.xml.in | 3 ++- .../resources/paintings/board1_8.xml.in | 5 +++-- .../resources/paintings/board1_9.xml.in | 3 ++- .../resources/paintings/board2_0.xml.in | 5 +++-- .../resources/paintings/board2_1.xml.in | 2 +- .../resources/paintings/board2_2.xml.in | 2 +- .../resources/paintings/board2_3.xml.in | 2 +- .../resources/paintings/board2_4.xml.in | 2 +- .../resources/paintings/board3_1.xml.in | 2 +- .../resources/paintings/board5_0.xml.in | 2 +- 21 files changed, 32 insertions(+), 25 deletions(-) commit 6277d0d36ff31ced241ef57e2179517eb6d73a4f Author: Bruno Coudoin Date: Sat Dec 11 18:49:33 2010 +0100 minor, fixed the makefile. .../resources/drawnumber/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit f857a472cd73bb5cfe7aa9accbf6a0bfc12cb0e3 Author: Jorge González Date: Sat Dec 11 18:18:32 2010 +0100 Updated Spanish translation po/es.po | 55 +++++++++++++++++++++++++++++++++---------------------- 1 files changed, 33 insertions(+), 22 deletions(-) commit 0a2da5e1bdc867ff2411a0c50072ad437cfa6733 Author: Bruno Coudoin Date: Sat Dec 11 14:10:32 2010 +0100 Created 3 price categories in money activtiy to make the game more realistic. This has been suggested by Arnaud Champollion. src/money-activity/money.c | 79 +++++++++++++++++++++++++++++++------------ 1 files changed, 57 insertions(+), 22 deletions(-) commit 766f3752f97c434bb42870aa573626830d9518c7 Author: Bruno Coudoin Date: Sat Dec 11 13:35:32 2010 +0100 In money activity, we no more auto check the answer, there is now an OK button As suggested by Arnaud Champollion, it is just too easy for the children. src/money-activity/money.c | 13 ++++++++++++- src/money-activity/money_widget.c | 1 - 2 files changed, 12 insertions(+), 2 deletions(-) commit 1f5146e8c83da945a86d9c03e8b2fba95895fa00 Author: Bruno Coudoin Date: Sat Dec 11 01:55:52 2010 +0100 converted .png files in .jpg in drawnumber activity to save disk space. src/drawnumber-activity/drawnumber.py | 1 - .../resources/drawnumber/Makefile.am | 40 ++++++++++---------- .../resources/drawnumber/dn_bear1.jpg | Bin 0 -> 23575 bytes .../resources/drawnumber/dn_bear1.png | Bin 48297 -> 0 bytes .../resources/drawnumber/dn_bear2.jpg | Bin 0 -> 31979 bytes .../resources/drawnumber/dn_bear2.png | Bin 59275 -> 0 bytes .../resources/drawnumber/dn_de1.jpg | Bin 0 -> 14907 bytes .../resources/drawnumber/dn_de1.png | Bin 50871 -> 0 bytes .../resources/drawnumber/dn_de2.jpg | Bin 0 -> 25700 bytes .../resources/drawnumber/dn_de2.png | Bin 62053 -> 0 bytes .../resources/drawnumber/dn_epouvantail1.jpg | Bin 0 -> 31945 bytes .../resources/drawnumber/dn_epouvantail1.png | Bin 51267 -> 0 bytes .../resources/drawnumber/dn_epouvantail2.jpg | Bin 0 -> 44488 bytes .../resources/drawnumber/dn_epouvantail2.png | Bin 73712 -> 0 bytes .../resources/drawnumber/dn_fond1.jpg | Bin 0 -> 10313 bytes .../resources/drawnumber/dn_fond1.png | Bin 196408 -> 0 bytes .../resources/drawnumber/dn_fou1.jpg | Bin 0 -> 7432 bytes .../resources/drawnumber/dn_fou1.png | Bin 191982 -> 0 bytes .../resources/drawnumber/dn_fou2.jpg | Bin 0 -> 47352 bytes .../resources/drawnumber/dn_fou2.png | Bin 224462 -> 0 bytes .../resources/drawnumber/dn_hibou1.jpg | Bin 0 -> 23080 bytes .../resources/drawnumber/dn_hibou1.png | Bin 22499 -> 0 bytes .../resources/drawnumber/dn_hibou2.jpg | Bin 0 -> 40325 bytes .../resources/drawnumber/dn_hibou2.png | Bin 50309 -> 0 bytes .../resources/drawnumber/dn_house1.jpg | Bin 0 -> 33992 bytes .../resources/drawnumber/dn_house1.png | Bin 45970 -> 0 bytes .../resources/drawnumber/dn_house2.jpg | Bin 0 -> 47208 bytes .../resources/drawnumber/dn_house2.png | Bin 57338 -> 0 bytes .../resources/drawnumber/dn_plane1.jpg | Bin 0 -> 20824 bytes .../resources/drawnumber/dn_plane1.png | Bin 13014 -> 0 bytes .../resources/drawnumber/dn_plane2.jpg | Bin 0 -> 34743 bytes .../resources/drawnumber/dn_plane2.png | Bin 41764 -> 0 bytes .../resources/drawnumber/dn_poisson1.jpg | Bin 0 -> 25327 bytes .../resources/drawnumber/dn_poisson1.png | Bin 227984 -> 0 bytes .../resources/drawnumber/dn_poisson2.jpg | Bin 0 -> 61555 bytes .../resources/drawnumber/dn_poisson2.png | Bin 188475 -> 0 bytes .../resources/drawnumber/dn_sapin1.jpg | Bin 0 -> 12681 bytes .../resources/drawnumber/dn_sapin1.png | Bin 22955 -> 0 bytes .../resources/drawnumber/dn_sapin2.jpg | Bin 0 -> 31428 bytes .../resources/drawnumber/dn_sapin2.png | Bin 55137 -> 0 bytes 40 files changed, 20 insertions(+), 21 deletions(-) commit a13e65ebb8d65a0bd1d285c56009451e47c72910 Author: Bruno Coudoin Date: Sat Dec 11 01:44:52 2010 +0100 improved the drawnumber activity to have its dataset taken from a file instead of hardcoded. Now we have a text file named activity.txt that contains the images and points coordinate. src/drawnumber-activity/drawnumber.py | 172 ++++++++++---------- .../resources/drawnumber/Makefile.am | 2 + 2 files changed, 91 insertions(+), 83 deletions(-) commit fd87a0a9c5080df8e558dbded985487e29cbddae Author: Bruno Coudoin Date: Fri Dec 10 22:44:45 2010 +0100 Cleanup, removed unused concept of activity board_dir This concept is no more use. Now we use the concept of a global package_data_dir found in the properties. src/boards/menu2.c | 10 ---------- src/boards/python.c | 12 +----------- src/gcompris/gcompris-board.h | 3 --- src/gcompris/gcompris_db.c | 10 ---------- src/gcompris/menu.c | 2 -- 5 files changed, 1 insertions(+), 36 deletions(-) commit f616b91a76770d9f3d111dfb9c8cd228385c136e Author: Bruno Coudoin Date: Fri Dec 10 20:50:59 2010 +0100 removed the need to have a lenth of the data set in the drawnumber.py data structure. src/drawnumber-activity/drawnumber.py | 27 ++++++++++++++------------- 1 files changed, 14 insertions(+), 13 deletions(-) commit 8af24ff4eb064fb0e58fe5f4ed347469e09ed337 Author: Bruno Coudoin Date: Fri Dec 10 20:50:34 2010 +0100 Autogenerated code on Ubuntu 10.10. src/goocanvas/src/goocanvasmarshal.c | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) commit 721819ff67d881434e6e860fbdb3030d63fe304d Author: Bruno Coudoin Date: Fri Dec 10 20:07:41 2010 +0100 Release 9.5 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 92678f5d3412a1ffc01688b55aa7b586d53e6b11 Author: Friedel Wolff Date: Thu Dec 9 17:54:24 2010 +0200 Updated translation for Afrikaans (af) po/af.po | 1253 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 857 insertions(+), 396 deletions(-) commit 7644d6b08200345b9558859d877bc24fd559a55d Author: Bruno Coudoin Date: Mon Dec 6 01:14:28 2010 +0100 Taken the code from Jonh Wendell to update our list_translators.sh for git. list_translators.sh | 20 ++++---------------- 1 files changed, 4 insertions(+), 16 deletions(-) commit ab91b4cb6b0f149fc639f4abc8938a414b70a70f Author: Andrej Žnidaršič Date: Mon Dec 6 14:48:59 2010 +0100 Updated Slovenian translation po/sl.po | 117 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 64 insertions(+), 53 deletions(-) commit 528976bd7274aaa4227e2d5805a9fcb95dc27370 Author: Bruno Coudoin Date: Sun Dec 5 23:23:57 2010 +0100 Remove prepare-ChangeLog.pl, it does not support git. prepare-ChangeLog.pl | 599 -------------------------------------------------- 1 files changed, 0 insertions(+), 599 deletions(-) commit 12ae3512031197ddc590369d2a171340578be86c Author: Bruno Coudoin Date: Sun Dec 5 21:29:38 2010 +0100 minor updated web site screenshots. docs/screenshots/ballcatch.jpg | Bin 19486 -> 17689 bytes docs/screenshots/ballcatch_small.jpg | Bin 11241 -> 9743 bytes docs/screenshots/paratrooper.jpg | Bin 20576 -> 17100 bytes docs/screenshots/paratrooper_small.jpg | Bin 10342 -> 9892 bytes docs/screenshots/planegame.jpg | Bin 17942 -> 13739 bytes docs/screenshots/planegame_small.jpg | Bin 9069 -> 8388 bytes 6 files changed, 0 insertions(+), 0 deletions(-) commit 7ce4b745cb791eaaadf7fc38ed05441ca49d45cc Author: Andrej Žnidaršič Date: Sun Dec 5 20:12:01 2010 +0100 Updated Slovenian translation po/sl.po | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit a2e86c2d0f762bf2b4b50a65644ec32a9160418b Author: Bruno Coudoin Date: Sun Dec 5 18:53:21 2010 +0100 Added a message in GCompris itself when we fail to load the skin. Before, when the skin file was not found, which means GCompris is not properly installed or configured, there was an assert and nothing was explained to the user. Now there is a message in the GCompris windows. src/gcompris/board.c | 9 +++++++++ src/gcompris/gcompris.c | 18 ++++++++++++++++-- src/gcompris/menu.c | 6 ++---- src/gcompris/skin.c | 35 +++++++++++++++++++++++------------ src/gcompris/skin.h | 2 +- src/gcompris/status.c | 14 ++++++++++++-- src/gcompris/status.h | 2 +- 7 files changed, 64 insertions(+), 22 deletions(-) commit 5f7d2b39461b110d03a389848e068ec991fac66f Author: Bruno Coudoin Date: Sun Dec 5 17:32:10 2010 +0100 Minor graphical improvement in the ballcatch activity. src/ballcatch-activity/ballcatch.py | 21 +- .../resources/ballcatch/Makefile.am | 14 +- .../resources/ballcatch/beach1.png | Bin 41540 -> 0 bytes .../resources/ballcatch/beach1.svgz | Bin 0 -> 42006 bytes .../resources/ballcatch/beach2.png | Bin 59406 -> 0 bytes .../resources/ballcatch/beach2.svgz | Bin 0 -> 25008 bytes .../resources/ballcatch/beach3.png | Bin 45348 -> 0 bytes .../resources/ballcatch/beach3.svgz | Bin 0 -> 21069 bytes .../resources/ballcatch/beach4.png | Bin 22329 -> 0 bytes .../resources/ballcatch/beach4.svgz | Bin 0 -> 19058 bytes .../resources/ballcatch/hand.png | Bin 9636 -> 0 bytes .../resources/ballcatch/hand.svg | 79 ++++++++ .../resources/ballcatch/shift_key.png | Bin 1724 -> 0 bytes .../resources/ballcatch/shift_key.svg | 91 +++++++++ src/ballcatch-activity/resources/ballcatch/tux.png | Bin 5377 -> 0 bytes src/ballcatch-activity/resources/ballcatch/tux.svg | 197 ++++++++++++++++++++ 16 files changed, 385 insertions(+), 17 deletions(-) commit aa06126a36e35de0adc0f6997f64c1fbd0da930a Author: Bruno Coudoin Date: Sun Dec 5 17:31:17 2010 +0100 Minor change. Now if we don't find the cursor image, we fallback to the default X cursor. src/gcompris/bar.c | 3 ++- src/gcompris/gcompris.c | 25 ++++++++++++++++--------- src/gcompris/skin.c | 22 +++++++++++++++++++++- src/gcompris/skin.h | 1 + 4 files changed, 40 insertions(+), 11 deletions(-) commit 99295419c4acd668ff25bebc5cf043f827423284 Author: Bruno Coudoin Date: Sun Dec 5 15:33:00 2010 +0100 Minor graphical improvement. Remade the background. I used some of our graphism and http://www.openclipart.org/ .../resources/paratrooper/scenery3_background.png | Bin 22759 -> 0 bytes src/planegame-activity/planegame.c | 2 +- .../resources/planegame/Makefile.am | 2 +- .../resources/planegame/background.svgz | Bin 0 -> 5592 bytes 4 files changed, 2 insertions(+), 2 deletions(-) commit ee9f86415554c890fb031bd035e1216b40770b15 Author: Bruno Coudoin Date: Sun Dec 5 15:31:20 2010 +0100 Minor graphical improvement. Remade the background. I used some of our graphism and http://www.openclipart.org/ src/paratrooper-activity/paratrooper.c | 4 ++-- .../resources/paratrooper/Makefile.am | 2 +- .../resources/paratrooper/background.svgz | Bin 0 -> 35027 bytes 3 files changed, 3 insertions(+), 3 deletions(-) commit acbb8a34b3bb6fd83bf09a10bb1bb87b3a41605a Author: Bruno Coudoin Date: Sun Dec 5 11:40:52 2010 +0100 In planegame now the numbers are spoken when the plane hit the correct cloud. src/planegame-activity/planegame.c | 30 ++++++++++++++++++++++++++++-- 1 files changed, 28 insertions(+), 2 deletions(-) commit d1306e603ee213984782f99052f1e3aefb9c0a68 Author: Jorge González Date: Sun Dec 5 19:05:45 2010 +0100 Updated Spanish translation po/es.po | 53 +++++++++++++++++++++++++++++------------------------ 1 files changed, 29 insertions(+), 24 deletions(-) commit 5463c59bcc7cff3fa5bcd9cd3da28d86531ffff8 Author: Reuma Mordechai Date: Sun Dec 5 17:00:59 2010 +0200 Updated Hebrew translation po/he.po | 934 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 417 insertions(+), 517 deletions(-) commit b232a7e78009ce0b1b62148a60c1f4ea9bac0afc Author: Bruno Coudoin Date: Thu Dec 2 22:15:09 2010 +0100 Added missing file from POTFILES.in po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c49145e35f670d871f1fac25200bb9777ab469a9 Author: Jorge González Date: Thu Dec 2 19:16:09 2010 +0100 Updated Spanish translation po/es.po | 144 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 70 insertions(+), 74 deletions(-) commit ac565361704f776a50c60d11f6fa8f5f085a70c0 Author: Bruno Coudoin Date: Tue Nov 30 00:42:04 2010 +0100 Now the click on letter activity can be played also with the keybord. This has been suggested by Sini Ruohomaa. src/click_on_letter-activity/click_on_letter.c | 42 +++++++++++++++++++++++- 1 files changed, 41 insertions(+), 1 deletions(-) commit 347972072877da1aa106bded2f38c2073e97adcf Author: Bruno Coudoin Date: Mon Nov 29 00:19:31 2010 +0100 Added support for forced uppercase in wordsgame activity. Changed the color of the text entry to make it more evident for color blinds. src/wordsgame-activity/wordsgame.c | 51 +++++++++++++++++++++++++++++++++++- 1 files changed, 50 insertions(+), 1 deletions(-) commit bd7b7fbcfefbabc29f470d32b8c43be2f56f4f6b Author: Bruno Coudoin Date: Sun Nov 28 23:38:50 2010 +0100 Added support for forced uppercase in horizontal/vertical reading. src/readingh-activity/reading.c | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) commit 88713aea8c8362bb3c95ae2c0254375a1852e639 Author: Inaki Larranaga Murgoitio Date: Fri Nov 26 20:05:21 2010 +0100 Updated Basque language po/eu.po | 352 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 147 insertions(+), 205 deletions(-) commit 0bf8f97cda5f01b0264965a57b23c7d09b51496c Author: Joe Hansen Date: Fri Nov 26 00:26:04 2010 +0100 Updated Danish translation po/da.po | 388 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 192 insertions(+), 196 deletions(-) commit 8c79dbc844049252b6486ea394cb40596dca891b Author: Frederico Goncalves Guimaraes Date: Thu Nov 25 16:30:54 2010 -0200 Updated Brazilian Portuguese translation po/pt_BR.po | 800 ++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 516 insertions(+), 284 deletions(-) commit 1a521dad294b21433540803ec6c585a8eebc5b66 Author: Bruno Coudoin Date: Thu Nov 11 17:56:16 2010 -0200 Fixed refenrence to tuxpaint dataset. Now we display saved tuxpaint images in our image selector again. boards/dataset/tuxpaint_pictures.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1e1c5007206d92c292ce8c352d28346e960ed452 Author: Bruno Coudoin Date: Thu Nov 11 09:00:22 2010 -0200 Modified the createit script so that the xml template menu is created avoiding the need to run make. Now the user can just run creatit.sh then runit.sh src/createit.sh | 39 +++++++++++++++++++++++---------------- 1 files changed, 23 insertions(+), 16 deletions(-) commit 9f3769ef448bcec22b3978f84dc3f2c77055fe72 Author: Bruno Coudoin Date: Mon Nov 22 21:51:31 2010 +0100 Added support for forced uppercase in missingletter. Thanks to Luciana from sleducational.org src/missing_letter-activity/missingletter.c | 45 +++++++++++++++++--- src/missing_letter-activity/missingletter_config.c | 15 ++++++- 2 files changed, 52 insertions(+), 8 deletions(-) commit e2d8672f2e040ae8d2de3e39e59c80b0fd060785 Author: Bruno Coudoin Date: Mon Nov 22 01:57:24 2010 +0100 Added missing configuration button. Now teachers / children can set force uppercase. src/click_on_letter-activity/click_on_letter.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 8b199f56ba983f323b4c0c85aaadebac2c8ab840 Author: Bruno Coudoin Date: Mon Nov 22 01:54:47 2010 +0100 Auto generated files. src/goocanvas/src/goocanvasenumtypes.c | 4 ++-- src/goocanvas/src/goocanvasenumtypes.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit b57d9024f8fa327680571d68d6e4a54de3fc78b7 Author: Bruno Coudoin Date: Sun Nov 21 23:47:06 2010 +0100 Added missing python hashlib in desinstallation process. gcompris-installer.nsi.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 43cd094a11efc17a3d1b305694877472f6ad1c6e Author: Petr Kovar Date: Sun Nov 21 22:06:17 2010 +0100 Update Czech translation by Marek Cernocky po/cs.po | 139 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 72 insertions(+), 67 deletions(-) commit 3158c5edc11813798defc369765c8d16a303c68c Author: Inaki Larranaga Murgoitio Date: Fri Nov 19 20:15:39 2010 +0100 Updated Basque language po/eu.po | 985 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 647 insertions(+), 338 deletions(-) commit 851bea00a9fdf6fdacba49a198ac5db9bf2a00bc Author: Bruno Coudoin Date: Wed Nov 17 00:36:43 2010 +0100 Added missing level for photohunter by Marc Levivier .../resources/photohunter/Makefile.am | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) commit 5e2279c0152884d377a9b3081b286d75c069adef Author: Joe Hansen Date: Tue Nov 16 23:58:10 2010 +0100 Updated Danish translation po/da.po | 9856 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 5283 insertions(+), 4573 deletions(-) commit 168a58e75cabfe878f7eee3768a5c26a16de8cfe Author: Gonçalo Cordeiro Date: Mon Nov 15 22:55:38 2010 +0100 New list of words for Galician. .../resources/wordsgame/Makefile.am | 1 + .../resources/wordsgame/default-gl.xml | 1082 ++++++++++++++++++++ 2 files changed, 1083 insertions(+), 0 deletions(-) commit 860f5353ed0a68aa6b82a929b524159cebc748d6 Author: Gonçalo Cordeiro Date: Sun Nov 14 19:14:30 2010 +0100 Updated Galician translations po/gl.po | 162 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 75 insertions(+), 87 deletions(-) commit d8a47fbe03545241dd4505f8f49b6f48e029ede7 Author: Gabor Kelemen Date: Sun Nov 14 16:45:12 2010 +0100 Updated Hungarian translation po/hu.po | 200 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 132 insertions(+), 68 deletions(-) commit abb114ca5a96a22605d79f5376d00da280986c70 Author: Xandru Armesto Date: Sun Nov 14 13:44:18 2010 +0100 Updated asturian translation po/ast.po | 209 +++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 135 insertions(+), 74 deletions(-) commit 064d2dd83e359529578dac34f0f5784cbaea7c58 Author: Gonçalo Cordeiro Date: Sat Nov 13 18:39:28 2010 +0100 Updated GAlician translations po/gl.po | 313 +++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 200 insertions(+), 113 deletions(-) commit 98fe85b03def97035c1a901bd4077797157ac2f5 Author: Andrej Žnidaršič Date: Fri Nov 12 15:20:04 2010 +0100 Updated Slovenian translation po/sl.po | 119 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 62 insertions(+), 57 deletions(-) commit edb98397703931b9dc637def2424b77b57b5bce0 Author: Yannis Kaskamanidis Date: Fri Nov 12 16:11:24 2010 +0200 l10n: Updated Greek translation for gcomprixogoo po/el.po | 2260 ++++++++++++++------------------------------------------------ 1 files changed, 507 insertions(+), 1753 deletions(-) commit 21acb8844f3c2b8f3fad1ba1bfc35ca7cf6fa7e6 Author: Bruno Coudoin Date: Wed Nov 10 13:58:25 2010 -0200 Fixed destination directory for the details activity. It was not working at all. src/details-activity/resources/details/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d99bbe9c8adb956bf4a612876e6d037fed0ced6b Author: Bruno Coudoin Date: Wed Nov 10 12:49:44 2010 -0200 Added the option --disable-level. Some teacher want to be sure the children don't skip a level. src/gcompris/bar.c | 36 ++++++++++++++++++++---------------- src/gcompris/gcompris.c | 10 ++++++++++ src/gcompris/properties.c | 4 ++++ src/gcompris/properties.h | 1 + 4 files changed, 35 insertions(+), 16 deletions(-) commit 598ba21a0d2d956bbbaf3fafd6fe1e8d8d63e27c Author: Bruno Coudoin Date: Tue Nov 9 20:08:28 2010 -0200 Specified a font for our dialog box. It may fix a disply issue for Hebrew. src/gcompris/dialog.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 0442a3a18d6c111e6ba4c5d12f388c7ec2118596 Author: Andrej Žnidaršič Date: Tue Nov 9 14:59:53 2010 +0100 Updated Slovenian translation po/sl.po | 85 +++++++++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 68 insertions(+), 17 deletions(-) commit 969c674b8ba3caa7e337eb4f6804ddd5bdc65e0b Author: Sylvain Dechy Date: Mon Nov 8 23:17:43 2010 -0200 Refined the sudoku's level for scholl usage src/sudoku-activity/sudoku.py | 162 +++++++++++++++++++++++++++++++++++++--- 1 files changed, 149 insertions(+), 13 deletions(-) commit dba19f0550d1a88e741f1c3c3778e079483e2aae Author: Bruno Coudoin Date: Mon Nov 8 23:11:38 2010 -0200 Fixed french translation for the sudoku. po/fr.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 0fd0f5f400a27354e99bec2f24eed23f881a81c2 Author: Giannis Kaskamanidis Date: Mon Nov 8 22:20:07 2010 +0200 l10n: Updated Greek translation for gcompris po/el.po | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 78 insertions(+), 17 deletions(-) commit 19320ccb20e7960ef3b4585ad3d797cf1a939754 Author: Jorge González Date: Mon Nov 8 16:31:21 2010 +0100 Updated Spanish translation po/es.po | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) commit 82e7fe26edca6c3f3ed08ba494e0bd98c56c4e3f Author: Marek Černocký Date: Mon Nov 8 13:16:45 2010 +0100 Updated Czech translation po/cs.po | 145 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 84 insertions(+), 61 deletions(-) commit f1be96083e55ee10578ddfa7950140862c137968 Author: Jorge González Date: Mon Nov 8 09:52:39 2010 +0100 Updated Spanish translation po/es.po | 188 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 124 insertions(+), 64 deletions(-) commit b97abe06e02505f196f2f4388f17382df8e8301c Author: Bruno Coudoin Date: Sun Nov 7 17:35:36 2010 +0100 Added tooltips to better explain the missing letter editor usage. src/missing_letter-activity/missingletter_config.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 32a83cd5d47292ea820ffce7e3e60699a0c8bace Author: Bruno Coudoin Date: Sun Nov 7 17:14:14 2010 +0100 Now manage the case in which no image is provided in missing_letter editor. Added translation request for new missing letter error messages. src/missing_letter-activity/missingletter_config.c | 31 +++++++++++-------- 1 files changed, 18 insertions(+), 13 deletions(-) commit e1b953ada7828b89743f408da2aa66afe59cd1fc Author: Sylvain Dechy Date: Sun Nov 7 15:39:47 2010 +0100 Changed the difficulty level of the maze activity to make it more usable in classrooms. src/maze-activity/maze.c | 159 +++++++++++++++++++++++++++++++++++++--------- 1 files changed, 129 insertions(+), 30 deletions(-) commit 1f1ffc602276b058f84af78cf1a2448f18752207 Author: Xandru Armesto Date: Sun Nov 7 14:05:52 2010 +0100 Adding asturian wordlist .../resources/wordsgame/default-ast.xml | 955 ++++++++++++++++++++ 1 files changed, 955 insertions(+), 0 deletions(-) commit fbb5cd7d089e8a5dfc59c83b78035e5ee66cfcae Author: Bruno Coudoin Date: Sun Nov 7 02:18:00 2010 +0100 Completed the fix of missing letter configuration. There is now a cute dialog now explaining to the user the entry errors. src/missing_letter-activity/missingletter.c | 1 - src/missing_letter-activity/missingletter_config.c | 97 ++++++++++++++------ 2 files changed, 69 insertions(+), 29 deletions(-) commit 2b2df2c3dfb2a2fcacfc5b267feeead43b216a8e Author: Bruno Coudoin Date: Sun Nov 7 01:43:26 2010 +0100 reactivated gc_cache_import_pixmap() to work even without gnet. This allow missing letter to work again. src/gcompris/gc_net.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit bf9f0997d5def62024e50e9ece994ae6317a5b8d Author: Bruno Coudoin Date: Sun Nov 7 01:34:45 2010 +0100 Improved missing letter configuration. Works better but saves file path in absolute. This is a new but that appears when gnet is disabled. src/missing_letter-activity/missingletter.c | 2 +- src/missing_letter-activity/missingletter_config.c | 100 ++++++++++++++------ 2 files changed, 73 insertions(+), 29 deletions(-) commit 23156938bddd73d447d9d407e491454ea0982d8c Author: Bruno Coudoin Date: Sat Nov 6 22:52:05 2010 +0100 Fixed missing_letter again. Now the editor no more save the choices in a random order. src/missing_letter-activity/missingletter.c | 9 +++++++-- src/missing_letter-activity/missingletter.h | 5 +++-- src/missing_letter-activity/missingletter_config.c | 8 ++++---- 3 files changed, 14 insertions(+), 8 deletions(-) commit d8570baa6304122a672675ae340b8be053b1c30e Author: Bruno Coudoin Date: Sat Nov 6 02:06:23 2010 +0100 Again in missing letter configuration. Now we can save utf8 formatted strings. src/missing_letter-activity/missingletter_config.c | 127 ++++--------------- 1 files changed, 27 insertions(+), 100 deletions(-) commit 5484c459250102c4f153abf0e1e69b75ccedbf46 Author: Andrej Žnidaršič Date: Fri Nov 5 15:03:06 2010 +0100 Updated Slovenian translation po/sl.po | 72 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 36 insertions(+), 36 deletions(-) commit 7f0acc904f65a9df8804ecc41e073d842ed6e675 Author: Bruno Coudoin Date: Thu Nov 4 22:06:24 2010 +0100 Fixed long standing bug in missing letter configuration for 2 bytes utf8 char. fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=633978 src/missing_letter-activity/missingletter.h | 2 +- src/missing_letter-activity/missingletter_config.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) commit 74cf7d183188c96001237eba878c7a7aecd14bec Author: Gabor Kelemen Date: Thu Nov 4 02:12:35 2010 +0100 Typo: s/Austriala/Australia/ also fixed in po files po/ast.po | 2 +- po/br.po | 2 +- po/cs.po | 2 +- po/de.po | 2 +- po/el.po | 2 +- po/es.po | 2 +- po/fr.po | 2 +- po/gl.po | 2 +- po/he.po | 2 +- po/nn.po | 2 +- po/sl.po | 2 +- .../resources/details/board2_11.xml.in | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) commit 3389ef70b4d4876da60077f7b0b73f0df3fecc90 Author: Gabor Kelemen Date: Thu Nov 4 02:08:51 2010 +0100 Updated Hungarian translation po/hu.po | 572 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 347 insertions(+), 225 deletions(-) commit 35e0de476375ca1b44a7c93144d0de6e470185ee Author: Bruno Coudoin Date: Wed Nov 3 22:04:05 2010 +0100 Now the text color is black in the memory cards. In white it was hard to read. src/memory-activity/memory.c | 2 +- src/memory-activity/resources/memory/backcard.png | Bin 22061 -> 21521 bytes src/memory-activity/resources/memory/emptycard.png | Bin 1881 -> 1784 bytes 3 files changed, 1 insertions(+), 1 deletions(-) commit 9b5a765fe85dab83a6c48bc6287d32dec246e644 Author: Bruno Coudoin Date: Wed Nov 3 22:02:52 2010 +0100 Minor documentation update. README.mingw | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 2d54731ea26c4c3cede6855ca311bf13b6aa0839 Author: Bruno Coudoin Date: Wed Nov 3 22:02:20 2010 +0100 minor update to force the creation of config.h Makefile.mingw.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e5465b3fab6b48dcbfdf2575b4860c93756febff Author: Bruno Coudoin Date: Tue Nov 2 23:28:48 2010 +0100 Complete the usage of wiktio2xml tools/wiktio2xml/wiktio2xml.py | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit 3eae72d5e2a557064926a4e55d5ce4f594370546 Author: Giannis Kaskamanidis Date: Wed Nov 3 21:25:17 2010 +0200 l10n: Updated Greek translation for gcomprisxogoo po/el.po | 194 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 103 insertions(+), 91 deletions(-) commit 2d878548fccd8813f7a45b959f5693721d43b665 Author: Xandru Armesto Date: Wed Nov 3 17:47:22 2010 +0100 Updated asturian translation po/ast.po | 693 +++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 441 insertions(+), 252 deletions(-) commit 4ece9de4e2da2e26df0d297e7a7a7e600b59ef06 Author: Alan Monfort Date: Tue Nov 2 06:07:59 2010 +0100 Updated Breton translation po/br.po | 87 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 57 insertions(+), 30 deletions(-) commit 688c17fe23a581d12f8605c8f929efd7a834f840 Author: Bruno Coudoin Date: Tue Nov 2 00:46:40 2010 +0100 Reverted an extra debug print. src/hangman-activity/hangman.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 0a7f754812228a215f5a169b1def41e0c693f100 Author: Bruno Coudoin Date: Tue Nov 2 00:38:52 2010 +0100 Added more activities in the demo version, especialy those for which I am not the main author .../advanced_colors.xml.in | 3 ++- .../algebra_guesscount.xml.in | 3 ++- src/algorithm-activity/algorithm.xml.in | 3 ++- src/bargame-activity/bargame.xml.in | 3 ++- src/chronos-activity/chronos.xml.in | 3 ++- src/clickanddraw-activity/clickanddraw.xml.in | 3 ++- .../connect4-2players.xml.in | 3 ++- src/connect4-activity/connect4.xml.in | 3 ++- src/details-activity/details.xml.in | 3 ++- src/drawnumber-activity/drawnumber.xml.in | 3 ++- src/geo_country-activity/geo_country.xml.in | 3 ++- src/geography-activity/geography.xml.in | 3 ++- .../gnumch-equality.xml.in | 3 ++- src/gnumch-factors-activity/gnumch-factors.xml.in | 3 ++- .../gnumch-inequality.xml.in | 3 ++- .../gnumch-multiples.xml.in | 3 ++- src/gnumch-primes-activity/gnumch-primes.xml.in | 3 ++- src/hangman-activity/hangman.py | 2 +- src/hexagon-activity/hexagon.xml.in | 3 ++- src/imageid-activity/imageid.xml.in | 3 ++- src/login-activity/login.xml.in | 9 +++++---- src/maze-activity/maze.xml.in | 3 ++- src/maze2DRelative-activity/maze2DRelative.xml.in | 3 ++- src/maze3D-activity/maze3D.xml.in | 3 ++- src/mazeInvisible-activity/mazeInvisible.xml.in | 3 ++- src/melody-activity/melody.xml.in | 3 ++- src/memory_add-activity/memory_add.xml.in | 11 ++++++----- .../memory_add_minus.xml.in | 11 ++++++----- .../memory_add_minus_mult_div.xml.in | 11 ++++++----- .../memory_add_minus_mult_div_tux.xml.in | 11 ++++++----- .../memory_add_minus_tux.xml.in | 11 ++++++----- src/memory_add_tux-activity/memory_add_tux.xml.in | 11 ++++++----- src/memory_div-activity/memory_div.xml.in | 11 ++++++----- src/memory_div_tux-activity/memory_div_tux.xml.in | 11 ++++++----- .../memory_enumerate.xml.in | 11 ++++++----- src/memory_minus-activity/memory_minus.xml.in | 11 ++++++----- src/memory_mult-activity/memory_mult.xml.in | 11 ++++++----- .../memory_mult_div.xml.in | 11 ++++++----- .../memory_mult_div_tux.xml.in | 11 ++++++----- src/memory_sound-activity/memory_sound.xml.in | 11 ++++++----- .../memory_sound_tux.xml.in | 11 ++++++----- src/memory_tux-activity/memory_tux.xml.in | 11 ++++++----- .../memory_wordnumber.xml.in | 11 ++++++----- src/missing_letter-activity/missing_letter.xml.in | 3 ++- src/planegame-activity/planegame.xml.in | 6 +++--- src/railroad-activity/railroad.xml.in | 3 ++- src/read_colors-activity/read_colors.xml.in | 3 ++- src/tangram-activity/tangram.xml.in | 3 ++- src/traffic-activity/traffic.xml.in | 8 ++++---- 49 files changed, 171 insertions(+), 125 deletions(-) commit 2a728915bff35e2a1b27f95719fabef5c950a1e3 Author: Bruno Coudoin Date: Tue Nov 2 00:07:44 2010 +0100 Again a problem in gc_file_find_absolute(). The search for a string with $LOCALE and a locale without a '.' was not working. src/gcompris/gameutil.c | 25 ++++++++++++------------- 1 files changed, 12 insertions(+), 13 deletions(-) commit 3545070450fb1919492dc49ee3d1ba96683a3a35 Author: Bruno Coudoin Date: Mon Nov 1 00:28:07 2010 +0100 Improved the gc_file_find_absolute() to be more readable and probably faster. The easiest case was not treated properly and we were always considering the locale case. src/gcompris/gameutil.c | 32 ++++++++++++++------------------ 1 files changed, 14 insertions(+), 18 deletions(-) commit 510dfba8aebeb94a2efbe88c7576985bb5265706 Author: Bruno Coudoin Date: Mon Nov 1 00:19:17 2010 +0100 Fixed a startup issue on windows. Our gc_file_find_absolute() was not working with locale without '.'. src/gcompris/gameutil.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bab9d930f7e00d63ed14ee743909d51435a61712 Author: Bruno Coudoin Date: Mon Nov 1 00:18:17 2010 +0100 Added -O2 flag instead of debug on Windows compilation chain by default. global_win32.mak | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3df9b66dcc4b4e3c59d5f8d26d436f2935e65a9c Author: Petr Kovar Date: Sun Oct 31 12:41:59 2010 +0100 Update Czech translation by Marek Cernocky po/cs.po | 190 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 101 insertions(+), 89 deletions(-) commit df3ae047eb3e4e9abc261245f142192fbc9ef595 Author: Bruno Coudoin Date: Sun Oct 31 00:44:40 2010 +0200 Fixed level 8 of babyshapes. The makefile was missing all the images for this level. I reworked the files so that they lie in the resource directory instead of subdirectories. .../resources/babyshapes/Bosschaert_04/1.png | Bin 17845 -> 0 bytes .../resources/babyshapes/Bosschaert_04/2.png | Bin 55383 -> 0 bytes .../resources/babyshapes/Bosschaert_04/3.png | Bin 49584 -> 0 bytes .../resources/babyshapes/Bosschaert_04/4.png | Bin 23018 -> 0 bytes .../resources/babyshapes/Bosschaert_04/5.png | Bin 23242 -> 0 bytes .../resources/babyshapes/Bosschaert_04/6.png | Bin 91736 -> 0 bytes .../babyshapes/Bosschaert_04/background.png | Bin 1282643 -> 0 bytes .../resources/babyshapes/Bosschaert_04_1.png | Bin 0 -> 17845 bytes .../resources/babyshapes/Bosschaert_04_2.png | Bin 0 -> 55383 bytes .../resources/babyshapes/Bosschaert_04_3.png | Bin 0 -> 49584 bytes .../resources/babyshapes/Bosschaert_04_4.png | Bin 0 -> 23018 bytes .../resources/babyshapes/Bosschaert_04_5.png | Bin 0 -> 23242 bytes .../resources/babyshapes/Bosschaert_04_6.png | Bin 0 -> 91736 bytes .../babyshapes/Bosschaert_04_background.png | Bin 0 -> 1282643 bytes .../resources/babyshapes/Makefile.am | 30 +++++++++++++++++++- .../babyshapes/Paul_Gauguin_006/background.png | Bin 948596 -> 0 bytes .../babyshapes/Paul_Gauguin_006/chien.png | Bin 262512 -> 0 bytes .../babyshapes/Paul_Gauguin_006/jeunes_filles.png | Bin 314499 -> 0 bytes .../babyshapes/Paul_Gauguin_006/statue.png | Bin 41186 -> 0 bytes .../babyshapes/Paul_Gauguin_006_background.png | Bin 0 -> 948596 bytes .../babyshapes/Paul_Gauguin_006_chien.png | Bin 0 -> 262512 bytes .../babyshapes/Paul_Gauguin_006_jeunes_filles.png | Bin 0 -> 314499 bytes .../babyshapes/Paul_Gauguin_006_statue.png | Bin 0 -> 41186 bytes .../babyshapes/Pieter_Bruegel/background.png | Bin 1452920 -> 0 bytes .../babyshapes/Pieter_Bruegel/fillette.png | Bin 70406 -> 0 bytes .../resources/babyshapes/Pieter_Bruegel/mur.png | Bin 34296 -> 0 bytes .../babyshapes/Pieter_Bruegel/musicien.png | Bin 111504 -> 0 bytes .../babyshapes/Pieter_Bruegel/service.png | Bin 440733 -> 0 bytes .../babyshapes/Pieter_Bruegel_background.png | Bin 0 -> 1452920 bytes .../babyshapes/Pieter_Bruegel_fillette.png | Bin 0 -> 70406 bytes .../resources/babyshapes/Pieter_Bruegel_mur.png | Bin 0 -> 34296 bytes .../babyshapes/Pieter_Bruegel_musicien.png | Bin 0 -> 111504 bytes .../babyshapes/Pieter_Bruegel_service.png | Bin 0 -> 440733 bytes .../resources/babyshapes/Van_Gogh_0011/1.png | Bin 82968 -> 0 bytes .../resources/babyshapes/Van_Gogh_0011/2.png | Bin 104197 -> 0 bytes .../resources/babyshapes/Van_Gogh_0011/3.png | Bin 15952 -> 0 bytes .../resources/babyshapes/Van_Gogh_0011/4.png | Bin 13061 -> 0 bytes .../resources/babyshapes/Van_Gogh_0011/5.png | Bin 372915 -> 0 bytes .../babyshapes/Van_Gogh_0011/background.png | Bin 1288655 -> 0 bytes .../resources/babyshapes/Van_Gogh_0011_1.png | Bin 0 -> 82968 bytes .../resources/babyshapes/Van_Gogh_0011_2.png | Bin 0 -> 104197 bytes .../resources/babyshapes/Van_Gogh_0011_3.png | Bin 0 -> 15952 bytes .../resources/babyshapes/Van_Gogh_0011_4.png | Bin 0 -> 13061 bytes .../resources/babyshapes/Van_Gogh_0011_5.png | Bin 0 -> 372915 bytes .../babyshapes/Van_Gogh_0011_background.png | Bin 0 -> 1288655 bytes .../resources/babyshapes/board8_0.xml.in | 8 ++-- .../resources/babyshapes/board8_1.xml.in | 10 +++--- .../resources/babyshapes/board8_2.xml.in | 12 ++++---- .../resources/babyshapes/board8_3.xml.in | 12 ++++---- .../resources/babyshapes/board8_4.xml.in | 14 ++++---- .../resources/babyshapes/lady_unicorn/1.png | Bin 6634 -> 0 bytes .../resources/babyshapes/lady_unicorn/2.png | Bin 25816 -> 0 bytes .../resources/babyshapes/lady_unicorn/3.png | Bin 15300 -> 0 bytes .../resources/babyshapes/lady_unicorn/4.png | Bin 166423 -> 0 bytes .../resources/babyshapes/lady_unicorn/5.png | Bin 32611 -> 0 bytes .../babyshapes/lady_unicorn/background.png | Bin 890624 -> 0 bytes .../resources/babyshapes/lady_unicorn_1.png | Bin 0 -> 6634 bytes .../resources/babyshapes/lady_unicorn_2.png | Bin 0 -> 25816 bytes .../resources/babyshapes/lady_unicorn_3.png | Bin 0 -> 15300 bytes .../resources/babyshapes/lady_unicorn_4.png | Bin 0 -> 166423 bytes .../resources/babyshapes/lady_unicorn_5.png | Bin 0 -> 32611 bytes .../babyshapes/lady_unicorn_background.png | Bin 0 -> 890624 bytes 62 files changed, 57 insertions(+), 29 deletions(-) commit 0deb4003d5bc6f3e80cae24a157480b5255a219d Author: Bruno Coudoin Date: Sat Oct 30 23:34:48 2010 +0200 Removed the flying plane in the about dialog. This removes the need for an extra .png of our logo. Now we have our logo in the main window when we start it. boards/skins/babytoy/gcompris-about.png | Bin 35021 -> 0 bytes boards/skins/gartoon/gcompris-about.png | Bin 19233 -> 0 bytes src/gcompris/about.c | 22 ---------------------- 3 files changed, 0 insertions(+), 22 deletions(-) commit 5b19402151097d9e08a295ffea051af5a3a7e88f Author: Bruno Coudoin Date: Sat Oct 30 23:24:54 2010 +0200 Integrated the gcompris and fsf logo in our skin.svg file Modified the code to use the logo from there. boards/skins/babytoy/fsflogo.png | Bin 13412 -> 0 bytes boards/skins/babytoy/skin.svg | 156 +++++----- boards/skins/gartoon/fsflogo.png | Bin 12192 -> 0 bytes boards/skins/gartoon/skin.svg | 610 ++++++++++++++++++++++++++++++++++---- src/boards/menu2.c | 20 +- src/gcompris/about.c | 17 +- 6 files changed, 648 insertions(+), 155 deletions(-) commit 09b00b44caaa51c331b4613e7e88819e11eaf5a4 Author: Bruno Coudoin Date: Sat Oct 30 17:38:15 2010 +0200 Fixed button_check icons in skins to be one on to of the other now. In the config dialog, the button were not in place. boards/skins/babytoy/skin.svg | 98 +++++++++++++++--------------- boards/skins/gartoon/skin.svg | 132 ++++++++++++++++++++++++++--------------- 2 files changed, 134 insertions(+), 96 deletions(-) commit 36a2a862fefe5d2ddf8ef344e2a06fccb47717d6 Author: Bruno Coudoin Date: Sat Oct 30 15:54:01 2010 +0200 Added -O2 compilation flag. Without it we crashes on macosx EXC_ARITHMETIC in a g_malloc in sound init. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ebe67e9a926b3084df51ed0ecdf35fa91706a743 Author: Bruno Coudoin Date: Sat Oct 30 15:53:11 2010 +0200 Avoid compilation issue in debug mode. src/chess_computer-activity/gnuchess/debug.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit dff02f13daf93ff44fdff8957820987813347df0 Author: Bruno Coudoin Date: Tue Aug 3 19:09:25 2010 +0200 Added basic instructions to compile GCompris on MacOSX. README.macosx | 24 ++++++++++++++++++++++++ macosx/createBundle.sh | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) commit 91bb6feb68e7d5c227c42a1873bffafce8f8e0a6 Author: Bruno Brouard Date: Thu Oct 28 21:36:41 2010 +0200 Updated French translation po/fr.po | 166 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 89 insertions(+), 77 deletions(-) commit 005e4819a78d59a99eaa2e3b4bc768d12b71cc64 Author: Bruno Coudoin Date: Wed Oct 27 00:49:29 2010 +0200 Updated translation instructions for our word list xml files. README.translators | 23 +++++++++++++--- src/readingh-activity/resources/wordsgame/README | 31 +++++++++++++-------- 2 files changed, 38 insertions(+), 16 deletions(-) commit 428dd24cd07effeccc133d11d085861c2e6e46fb Author: Mario Blättermann Date: Mon Oct 25 21:24:28 2010 +0200 [l10n] Updated German translation po/de.po | 800 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 396 insertions(+), 404 deletions(-) commit c556cd69b561d59df1ff04678b38b6527432a451 Author: Bruno Coudoin Date: Mon Oct 25 01:02:18 2010 +0200 Fixed activation code. Was broken on windows. src/gcompris/board.c | 90 ++++++------------------------------------------- 1 files changed, 11 insertions(+), 79 deletions(-) commit 2316e283a361d715378a9f51494dfcee8d9be422 Author: Bruno Coudoin Date: Mon Oct 25 00:25:20 2010 +0200 Preparing release 9.4 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 16a3e16a9544140995532af9ab9a639b3ea96f3b Author: Bruno Coudoin Date: Sun Oct 24 23:37:24 2010 +0200 Added python uuid module to be embedded on windows This module is now used in the chat activity. tools/py2exe/gcompris.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit aea4cc319459406b48e2297b1df26d9a9a92158e Author: Bruno Coudoin Date: Sun Oct 24 23:30:03 2010 +0200 Allow deprecated flag for gtk and gdk to compile again againt gtk 2.22 src/goocanvas/src/Makefile.am | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 7af5302b79f219c60849b56a891f340246ab64cd Author: Bruno Coudoin Date: Sun Oct 24 17:22:04 2010 +0200 Revert "Merges changes from upstream goocanvas to make us compile again with gtk 2.22" This reverts commit ba6e1896b0853456a4c7648574ae400e289c2421. I have problems building a new compilation environment for Windows. I prefer to stick to the one I have. src/goocanvas/src/goocanvas.c | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) commit dbb96916ab763e8abb239b08fcaad0d74612e274 Author: Bruno Coudoin Date: Sat Oct 23 16:42:45 2010 +0200 Added an explicit sound_close when we exit. The patch comes from debian. src/gcompris/gcompris.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit d1a8eaadd2bebd8b08fbf0065ce69c64400c6d4c Author: Andrej Žnidaršič Date: Fri Oct 22 19:48:47 2010 +0200 Updated Slovenian translation po/sl.po | 136 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 70 insertions(+), 66 deletions(-) commit 3b5d1d5907be5cecd7223db9d3e35e97f1f824ae Author: Jorge González Date: Mon Oct 18 10:12:16 2010 +0200 Updated Spanish translation po/es.po | 108 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 53 insertions(+), 55 deletions(-) commit db481aaf73ad6c33e9001c74c6aab03ab55ed6d1 Author: Bruno Coudoin Date: Sun Oct 17 21:58:42 2010 +0200 Fixed remaining background in hangman. src/hangman-activity/hangman.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit be211a772eb73acd9ddcf6593e30a0007b0d6aed Author: Bruno Coudoin Date: Sun Oct 17 21:49:25 2010 +0200 Added screenshots for the hangman activity. docs/screenshots/hangman.jpg | Bin 0 -> 17666 bytes docs/screenshots/hangman_small.jpg | Bin 0 -> 9485 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit 4867c07e6234bd6edd1537f9ce5cac70c4f13cbf Author: Bruno Coudoin Date: Sun Oct 17 18:08:05 2010 +0200 New icon for the hangman activity This a a modified one from Mathieu's icon set. src/hangman-activity/hangman.svg | 2302 ++++---------------------------------- 1 files changed, 196 insertions(+), 2106 deletions(-) commit 34518e394246c3bdc157e0e7b1555c9295d67861 Author: Bruno Coudoin Date: Sun Oct 17 17:46:07 2010 +0200 Increased the number of tries in hangman. It was too hard. src/goocanvas/src/goocanvasenumtypes.c | 4 ++-- src/goocanvas/src/goocanvasenumtypes.h | 4 ++-- src/hangman-activity/hangman.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) commit 7a2df37522fdcddce1f24baa5d28fc5ca74a63b2 Author: Bruno Coudoin Date: Sun Oct 17 16:54:41 2010 +0200 Added missing files for the hangman. src/hangman-activity/resources/Makefile.am | 1 + src/hangman-activity/resources/hangman/Makefile.am | 5 +++++ src/hangman-activity/resources/hangman/back.svgz | Bin 0 -> 17190 bytes 3 files changed, 6 insertions(+), 0 deletions(-) commit bf7d634806c82cc6fd9df38b3b9835e1525abfcc Author: Bruno Coudoin Date: Sun Oct 17 16:48:31 2010 +0200 Added an ok button uppon loose or win to let the children check his answer. src/hangman-activity/hangman.py | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-) commit 7e9bb27371fbd3780d48234fd3c03684b5faede1 Author: Bruno Coudoin Date: Sun Oct 17 16:33:45 2010 +0200 Fixed bug in which some buttons are no more displayed like in the help and the ok buttons in the dialogs. No more use my autocrop feature in goocanvas. It no more works for an unknown reason but it is not very useful, we can live without it. I ported GCompris to no more use it. boards/skins/babytoy/skin.svg | 374 ++++++++++++++-------- boards/skins/gartoon/skin.svg | 669 +++++++++++++++++++++++---------------- src/boards/menu2.c | 1 + src/gcompris/config.c | 4 - src/gcompris/gameutil.c | 1 - src/gcompris/help.c | 4 - src/gcompris/score.c | 1 - src/penalty-activity/penalty.py | 1 - 8 files changed, 636 insertions(+), 419 deletions(-) commit 4ef2f559d02757d62c77b584ff921c3e6f339d6a Author: Bruno Coudoin Date: Sun Oct 17 16:24:09 2010 +0200 Added missing directory src/hangman-activity/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4c0658217ad1e2b3cbbeedab4ae2eaaeb9b3d850 Author: Bruno Coudoin Date: Sun Oct 17 13:16:18 2010 +0200 Added the command line option --nocursor (-C). As its name implies, GCompris won't show any visible cursor. This is very useful to touch screen users. src/gcompris/gcompris.c | 40 +++++++++++++++++++++++++++++++++++++--- src/gcompris/properties.h | 1 + 2 files changed, 38 insertions(+), 3 deletions(-) commit 0cdc3993e0bd8cbb6a4af1fd01b8a85eb7dc71ee Author: Bruno Coudoin Date: Sun Oct 17 15:03:27 2010 +0200 Added a cute background to our hangman activity. It is based on a drawing Franck Doucet made for our bargame activity. configure.ac | 5 +++- src/hangman-activity/hangman.py | 53 ++++++++++++++------------------------ 2 files changed, 24 insertions(+), 34 deletions(-) commit ba6e1896b0853456a4c7648574ae400e289c2421 Author: Bruno Coudoin Date: Sun Oct 17 14:13:59 2010 +0200 Merges changes from upstream goocanvas to make us compile again with gtk 2.22 src/goocanvas/src/goocanvas.c | 14 +++++--------- src/goocanvas/src/goocanvasenumtypes.c | 4 ++-- src/goocanvas/src/goocanvasenumtypes.h | 4 ++-- 3 files changed, 9 insertions(+), 13 deletions(-) commit 37f9b69c96720dc0b1d6662fb92f2fb6489d39ad Author: Bruno Coudoin Date: Sun Oct 17 00:06:47 2010 +0200 Inserted a new list of words for the english. This list comes from wiktionary. .../resources/wordsgame/default-en.xml | 1869 ++++++++++++++++++-- 1 files changed, 1747 insertions(+), 122 deletions(-) commit 72a113a4495f0c89054656180ae00a6ed3a625ea Author: Bruno Coudoin Date: Sat Oct 16 23:36:59 2010 +0200 Minor word list change. .../resources/wordsgame/default-fr.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 02825c89ec7dbcb066314f8d8bc65fc9f43f75c2 Author: Andrej Žnidaršič Date: Fri Oct 15 20:16:03 2010 +0200 Updated Slovenian translation po/sl.po | 35 ++++++++++++++++++++++------------- 1 files changed, 22 insertions(+), 13 deletions(-) commit 46ac7d3a89b780071c1c64808c419ba7a6573391 Author: Jorge González Date: Fri Oct 15 11:45:13 2010 +0200 Updated Spanish translation po/es.po | 82 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 48 insertions(+), 34 deletions(-) commit 1dd87bd421519e53d065ce6bc4f7f7123778745f Author: Bruno Coudoin Date: Fri Oct 15 01:02:45 2010 +0200 New feature in the chat activity. The user has a shared white boards now. This has been developped by Fionn Ziegler. configure.ac | 2 + src/chat-activity/Makefile.am | 2 +- src/chat-activity/chat.py | 416 +++++++++++++++++++++--- src/chat-activity/chat.xml.in | 4 +- src/chat-activity/resources/Makefile.am | 1 + src/chat-activity/resources/chat/Makefile.am | 6 + src/chat-activity/resources/chat/tool-draw.png | Bin 0 -> 5316 bytes src/chat-activity/resources/chat/tool-line.png | Bin 0 -> 2703 bytes 8 files changed, 382 insertions(+), 49 deletions(-) commit f975c2aa01e919cff4209e734289af731b5f3cda Author: Bruno Coudoin Date: Thu Oct 14 01:08:49 2010 +0200 better handle of bold and italique tags. tools/wiktio2xml/wiktio2xml.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 93ac6f7ec95580b198d16a413872a24549ad5fb6 Author: Bruno Coudoin Date: Thu Oct 14 00:31:32 2010 +0200 Little fix to better malformated language section in wiktionary. tools/wiktio2xml/wiktio2xml.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b080ff1cabe26514d0fdb584a8bafd2cb30f0902 Author: Bruno Coudoin Date: Mon Oct 11 00:47:47 2010 +0200 Can run the new model for wiktion2xml on the full wiktionary like before. tools/wiktio2xml/wiktio.py | 4 +--- tools/wiktio2xml/wiktio2xml.py | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 5 deletions(-) commit 2345329f709d54ce3954eeb08ded3fee2693d623 Author: Bruno Coudoin Date: Sun Oct 10 21:08:39 2010 +0200 Now the descriptions of the definitions are managed individually in a python tree structure. tools/wiktio2xml/wiktio.py | 83 +++++++++++++++++++++++++++++++--- tools/wiktio2xml/wiktio2xml.py | 97 +++++++++++++++++---------------------- 2 files changed, 119 insertions(+), 61 deletions(-) commit 1588cac52e4da7b7e0d26a8c82f11c3010f501da Author: Bruno Coudoin Date: Tue Oct 5 01:41:05 2010 +0200 Reworked the french default word list by using the list from wiktionary: http://fr.wiktionary.org/wiki/Wiktionnaire:Liste_de_1750_mots_fran%C3%A7ais_les_plus_courants .../resources/wordsgame/default-fr.xml | 2209 +++++++++++++++++++- 1 files changed, 2139 insertions(+), 70 deletions(-) commit 1a1b69e156d80ca32682c2c7c6dba20ce848ada9 Author: Bruno Coudoin Date: Tue Oct 5 01:15:04 2010 +0200 Added missing words list for Ukranian, Esperanto and Hebrew. .../resources/wordsgame/Makefile.am | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 60d1ca9ac029f8282672aa43ddf02bd07bcff279 Author: Bruno Coudoin Date: Sun Oct 3 02:56:55 2010 +0200 Added support for static site export in wiktio2xml Reworked the code to have the state common to both files. tools/wiktio2xml/wiktio.py | 177 +++++++++++++++++++++++---------------- tools/wiktio2xml/wiktio2xml.py | 113 +++++++++++++------------- 2 files changed, 161 insertions(+), 129 deletions(-) commit d6c0a072592dbcae990c7ea563327186f6c82e1e Author: Yannis Kaskamanidis Date: Tue Sep 28 18:40:32 2010 +0300 Updated Greek translation po/el.po | 2159 +++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 1708 insertions(+), 451 deletions(-) commit 9fdb76780db0c526715acfa146c2168b908f4427 Author: Bruno Coudoin Date: Sun Sep 26 23:28:09 2010 +0200 improved wiktionary parsing. tools/wiktio2xml/fr_words.txt | 5 +- tools/wiktio2xml/wiktio.py | 9 +++- tools/wiktio2xml/wiktio2xml.py | 88 +++++++++++++++++++++++++++++++++------ 3 files changed, 82 insertions(+), 20 deletions(-) commit f4d8386892ef0a8005eb4dd3eb28b9ff58aa1b31 Author: Bruno Coudoin Date: Sat Sep 25 02:38:34 2010 +0200 No more report verb derivative in wiktio2xml. tools/wiktio2xml/wiktio2xml.py | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 16f702ac931bb9f6a852214a37fed4de62d5c7fc Author: Bruno Coudoin Date: Sat Sep 25 02:16:47 2010 +0200 Major rework of the parsing algo in wiktio2xml. Added support for hyponym and hyperonym. Added support for images. tools/wiktio2xml/wiktio.py | 103 +++++++++++++++--------- tools/wiktio2xml/wiktio2xml.py | 175 +++++++++++++++++++++------------------ 2 files changed, 159 insertions(+), 119 deletions(-) commit 693ebee3c07d10de8294c115918813df0ffbb607 Author: Bruno Coudoin Date: Fri Sep 24 22:45:45 2010 +0200 Fix for wiktio2xml, now support non closed tad on a line by concatenating the next line. tools/wiktio2xml/wiktio2xml.py | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit 22dbc4486824e9b17f983d9915517dee311714e4 Author: Bruno Coudoin Date: Fri Sep 24 22:08:03 2010 +0200 Added the license header in the source of wiktio2xml tools/wiktio2xml/wiktio.py | 16 ++++++++++++++++ tools/wiktio2xml/wiktio2xml.py | 16 ++++++++++++++++ 2 files changed, 32 insertions(+), 0 deletions(-) commit e8c104c06b9bdb3d8c43cabd7b38e637cf43653e Author: Bruno Coudoin Date: Fri Sep 24 01:46:12 2010 +0200 Improved parsing of wiktio2xml tools/wiktio2xml/wiktio.py | 27 +++++++---- tools/wiktio2xml/wiktio2xml.py | 100 +++++++++++++++++++++++++++------------- 2 files changed, 85 insertions(+), 42 deletions(-) commit 4ba71933cd223b070bb45a4611399ae12a2c7fe2 Author: Bruno Coudoin Date: Thu Sep 23 01:06:39 2010 +0200 improved wiktio2xml. works better now, getting close to a working version. tools/wiktio2xml/wiktio.py | 33 ++++++++++++++++++++++++++++----- tools/wiktio2xml/wiktio2xml.py | 40 ++++++++++++++++++++++++++-------------- 2 files changed, 54 insertions(+), 19 deletions(-) commit 6c0072246ad59ae412f57e72d6233574fdea1491 Author: Bruno Coudoin Date: Tue Sep 21 23:46:02 2010 +0200 Reworked the wiktionary parser to have a separate model. Much cleaner code but not yet as stable a before. tools/wiktio2xml/wiktio.py | 103 ++++++++++++++++++++++++++++++++++++++ tools/wiktio2xml/wiktio2xml.py | 107 +++++++++++++++++++--------------------- 2 files changed, 153 insertions(+), 57 deletions(-) commit 5dff11ab4e826423525421bae0f0c14f385187b8 Author: Bruno Coudoin Date: Tue Sep 21 00:49:22 2010 +0200 Added missing file tower of london. src/details-activity/resources/details/Makefile.am | 1 + .../resources/details/board2_12.xml.in | 13 +++++++++++++ 2 files changed, 14 insertions(+), 0 deletions(-) commit 2e7db129055f80b1ee24b678ddba316192b6734b Author: Bruno Coudoin Date: Sun Sep 19 10:02:28 2010 +0200 formatting fix in wiktion2xml tools/wiktio2xml/wiktio2xml.py | 61 +++++++++++++++++++++++++++++---------- 1 files changed, 45 insertions(+), 16 deletions(-) commit dfba12e3ccd2d3d2a5ecba0b956a23913a0ff566 Author: Bruno Coudoin Date: Sat Sep 18 00:50:29 2010 +0200 Improved the wiktionary parser. Now extract the type of word like noun, verb and the group for the case of verbs. tools/wiktio2xml/wiktio2xml.py | 52 +++++++++++++++++++++++++++++++++++---- 1 files changed, 46 insertions(+), 6 deletions(-) commit 42bc606a8e4477f1c3885a6138b0f3a4341ec053 Author: Bruno Coudoin Date: Sun Sep 19 00:47:50 2010 +0200 Fixed a few parsing error in wiktio2wml tools/wiktio2xml/wiktio2xml.py | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 deletions(-) commit a7becaa29ff6b7657fee733a3e9bb0441ce15ca4 Author: Bruno Coudoin Date: Fri Sep 17 22:34:05 2010 +0200 First release of an in progress tool that converts wiktionary xml dumps in an xml file. tools/wiktio2xml/README | 6 + tools/wiktio2xml/fr_words.txt | 1809 ++++++++++++++++++++++++++++++++++++++++ tools/wiktio2xml/wiktio2xml.py | 267 ++++++ 3 files changed, 2082 insertions(+), 0 deletions(-) commit f9fb2851e0395d00cc904d8b7aabc196f6ed88ab Author: Bruno Brouard Date: Tue Sep 14 14:38:23 2010 +0200 Updated French translation po/fr.po | 2446 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 1767 insertions(+), 679 deletions(-) commit f6775345adab6cd0208089debb729138462df13e Author: Andrej Žnidaršič Date: Sun Sep 12 19:08:09 2010 +0200 Updated Slovenian translation po/sl.po | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) commit 35c6a57bdb79f0ca3b2f4ffc1f1b54ed0f114363 Author: Christian Kirbach Date: Sun Sep 12 14:50:53 2010 +0200 [l10n] Updated German translation po/de.po | 831 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 445 insertions(+), 386 deletions(-) commit 2b38b5e28cd4608f92d0385344214833301db2c7 Author: Gonçalo Cordeiro Date: Sat Sep 11 15:09:25 2010 +0200 Updated Galician translations po/gl.po | 24 +++++++++++++++++++++--- 1 files changed, 21 insertions(+), 3 deletions(-) commit 1a4c36e7c2ea2ff43a3a7bc1310b29e40d801c51 Author: Petr Kovar Date: Fri Sep 10 20:45:19 2010 +0200 Update Czech translation by Marek Cernocky po/cs.po | 164 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 99 insertions(+), 65 deletions(-) commit 1b073735b43226539a4ab0211946e249962dd01b Author: Jorge González Date: Sat Sep 4 09:47:22 2010 +0200 Updated Spanish translation po/es.po | 27 ++++++++++++++++++++++----- 1 files changed, 22 insertions(+), 5 deletions(-) commit 716916d4f5cb354010cdcfc02c8d8ef63aefc02a Author: Bruno Coudoin Date: Wed Sep 1 23:53:40 2010 +0200 Added a toolitp in superbrain activity to make it easy to understand what a white or black square means. src/superbrain-activity/superbrain.c | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) commit 42f6a31f86ba7b3844dec83595206056c1d581df Author: Andrej Žnidaršič Date: Wed Sep 1 19:03:51 2010 +0200 Updated Slovenian translation po/sl.po | 136 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 69 insertions(+), 67 deletions(-) commit 29d8c42e67ba673ca4353e79ffba5696bbf7a6d4 Author: Yannis Kaskamanidis Date: Wed Sep 1 12:50:42 2010 +0300 l10n: Updated Greek translation for gcomprixogoo po/el.po | 2263 +++++++++++++++----------------------------------------------- 1 files changed, 522 insertions(+), 1741 deletions(-) commit 365d4adcae90c29bb4676c3cab847d154c37a0d4 Author: Bruno Coudoin Date: Mon Aug 30 22:49:39 2010 +0200 Minor: No more display the word to find in stdout. src/hangman-activity/hangman.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 8634dfd4fd08d9a7dd5279fa66640f998bdb4b3a Author: Alan Monfort Date: Mon Aug 30 13:06:35 2010 +0200 Updated Breton translation 0 files changed, 0 insertions(+), 0 deletions(-) commit 099a6224a2fc1516460e4b6a9d9f7a9a10ca8dc2 Author: Alan Monfort Date: Mon Aug 30 13:03:48 2010 +0200 Updated Breton translation po/br.po | 388 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 250 insertions(+), 138 deletions(-) commit 94197857a102d10e86004e4e9722d6eabd3d56f9 Author: Karl Ove Hufthammer Date: Sun Aug 29 16:16:03 2010 +0200 Updated Norwegian Nynorsk translation. po/nn.po | 736 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 467 insertions(+), 269 deletions(-) commit ece1840225f4fa2869845dad5aeee639efdfd287 Author: Fran Diéguez Date: Sat Aug 28 18:01:03 2010 +0200 Update Galician translations po/gl.po | 359 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 201 insertions(+), 158 deletions(-) commit cc15a76b996259a0b21dfd90aa5c3581c361c8c8 Author: Jorge González Date: Sat Aug 28 10:19:09 2010 +0200 Updated Spanish translation po/es.po | 146 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 83 insertions(+), 63 deletions(-) commit 1e977576b42439318b9e848828255ccf086ad36d Author: Bruno Coudoin Date: Fri Aug 27 01:48:10 2010 +0200 Minor improvements around hangman. src/boards/py-mod-gcompris.c | 3 --- src/hangman-activity/hangman.py | 7 +++++-- src/hangman-activity/init_path.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) commit e4d796139cc352f37ca86483b5476c458543c81a Author: Bruno Coudoin Date: Fri Aug 27 01:08:02 2010 +0200 Not a source file. src/hangman-activity/hangman.xml | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) commit c07ecf74dbe24a251694e899aa714c1fdd68bf47 Author: Bruno Coudoin Date: Fri Aug 27 01:07:37 2010 +0200 Removed gnuchess getopt from translation. po/POTFILES.in | 1 - po/POTFILES.skip | 1 + 2 files changed, 1 insertions(+), 1 deletions(-) commit 8ce359575f218a778c9b252b382496908e9d23cd Author: Bruno Coudoin Date: Fri Aug 27 01:05:43 2010 +0200 Updated the french translation for the new hangman activity because I needed to test it in a foreign language. po/fr.po | 313 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 234 insertions(+), 79 deletions(-) commit 5c6a797acef4e2f3bb49e5c6cc99f53b48ce7778 Author: Bruno Coudoin Date: Fri Aug 27 01:00:31 2010 +0200 Updated translation strings in the new hangman activity. src/hangman-activity/.gitignore | 2 +- src/hangman-activity/hangman.py | 8 ++++++-- src/hangman-activity/hangman.xml.in | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) commit ecdc03f43daeeea4123a7f843495d11b950b38f4 Author: Bruno Coudoin Date: Thu Aug 26 23:43:59 2010 +0200 New hangman activity. configure.ac | 2 +- po/POTFILES.in | 2 + src/Makefile.am | 2 +- src/hangman-activity/.gitignore | 1 + src/hangman-activity/Makefile.am | 32 + src/hangman-activity/gcompris | 1 + src/hangman-activity/hangman.py | 409 ++++++ src/hangman-activity/hangman.svg | 2174 ++++++++++++++++++++++++++++++ src/hangman-activity/hangman.xml | 19 + src/hangman-activity/hangman.xml.in | 19 + src/hangman-activity/init_path.sh | 8 + src/hangman-activity/resources/wordsgame | 1 + 12 files changed, 2668 insertions(+), 2 deletions(-) commit a6e4ac79a011d4c5c9bb456ff3100df5d789b78c Author: Reuma Mordechai Date: Sun Aug 22 17:44:02 2010 +0300 Updated Hebrew translation po/he.po |10619 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 5808 insertions(+), 4811 deletions(-) commit 1335698021c853faef7a8d177d8ba93f3918b702 Author: Bruno Coudoin Date: Sun Aug 22 11:49:36 2010 +0200 Added the method gcompris.get_random_word(wordlist, level) on the python side. docs/C/python.xml | 10 ++++++++++ src/boards/py-gcompris-wordlist.c | 27 +++++++++++++++------------ src/boards/py-mod-gcompris.c | 29 ++++++++++++++++++++++++++++- 3 files changed, 53 insertions(+), 13 deletions(-) commit 09d835b7388f3a5b24191c1dba27660b6f6d8743 Author: Bruno Coudoin Date: Thu Aug 19 23:38:03 2010 +0200 Fixed references to african country for the voices to no more have them in a separate directory. .../resources/geography/board4_0.xml.in | 64 ++++++++++---------- .../resources/geography/board4_1.xml.in | 40 ++++++------ .../resources/geography/board4_2.xml.in | 2 +- 3 files changed, 53 insertions(+), 53 deletions(-) commit a4bc9889915565d2a8ca9433d6a4338199af8fec Author: Gonçalo Cordeiro Date: Thu Aug 19 00:07:58 2010 +0200 Updated Galician translations po/gl.po | 174 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 126 insertions(+), 48 deletions(-) commit a42239a0e21df2b70a894e135973c243a57969f5 Author: Jorge González Date: Mon Aug 16 21:29:20 2010 +0200 Updated Spanish translation po/es.po | 14 +++----------- 1 files changed, 3 insertions(+), 11 deletions(-) commit d5cf0b16a9ad3d960de9c899903376316605bed9 Author: Yannis Kaskamanidis Date: Mon Aug 16 11:00:39 2010 +0300 Updated Greek translation for gcomprixogoo po/el.po | 410 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 248 insertions(+), 162 deletions(-) commit ee36720e4960a5dcbe8407dfebfa9b70fa41cbbf Author: Jorge González Date: Mon Aug 16 09:17:58 2010 +0200 Updated Spanish translation po/es.po | 395 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 251 insertions(+), 144 deletions(-) commit f954da14b4a5cb674f1e6135a5568f897692e074 Author: Andrej Žnidaršič Date: Thu Aug 12 14:10:44 2010 +0200 Updated Slovenian translation po/sl.po | 356 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 226 insertions(+), 130 deletions(-) commit b4f0ecb80e763c902354ee41188a91acabef3e3b Author: Marek Černocký Date: Wed Aug 11 00:29:59 2010 +0200 Updated Czech translation po/cs.po | 435 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 266 insertions(+), 169 deletions(-) commit 74cf927f166d4464c0f7804888b33ad64103dd18 Author: Mario Blättermann Date: Sun Aug 8 13:19:29 2010 +0200 [i18n] Updated German translation po/de.po | 397 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 250 insertions(+), 147 deletions(-) commit 6f65347ae19081acd3b1541c3e4a1f8cef374cdd Author: Bruno Coudoin Date: Sun Aug 8 00:01:57 2010 +0200 Added missing file to translate. po/POTFILES.in | 30 ++++++++++++++++++++++++++---- 1 files changed, 26 insertions(+), 4 deletions(-) commit f6a0507964d7168a7e46cd67146f7e4f3f8ef72b Author: Bruno Coudoin Date: Tue Aug 3 16:04:44 2010 +0200 Now hide the bar in shapegame activities when the focus is on the ok button for the title and info items. src/babymatch-activity/shapegame.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 706506e72e728597fc4715dfc3c108ba8826c14c Author: Marc Levivier Date: Tue Aug 3 15:56:57 2010 +0200 Added author information for each paintings. .../resources/details/board1_0.xml.in | 6 ++++-- .../resources/details/board1_1.xml.in | 6 ++++-- .../resources/details/board1_2.xml.in | 6 ++++-- .../resources/details/board1_3.xml.in | 6 ++++-- .../resources/details/board1_4.xml.in | 6 ++++-- .../resources/details/board1_5.xml.in | 6 ++++-- .../resources/details/board1_6.xml.in | 6 ++++-- .../resources/details/board1_7.xml.in | 6 ++++-- .../resources/details/board2_0.xml.in | 12 ++++++++++-- .../resources/details/board2_1.xml.in | 6 ++++-- .../resources/details/board2_10.xml.in | 6 ++++-- .../resources/details/board2_11.xml.in | 6 ++++-- .../resources/details/board2_2.xml.in | 6 ++++-- .../resources/details/board2_3.xml.in | 6 ++++-- .../resources/details/board2_4.xml.in | 16 ++++++++-------- .../resources/details/board2_5.xml.in | 6 ++++-- .../resources/details/board2_6.xml.in | 6 ++++-- .../resources/details/board2_7.xml.in | 6 ++++-- .../resources/details/board2_8.xml.in | 6 ++++-- .../resources/details/board2_9.xml.in | 6 ++++-- 20 files changed, 90 insertions(+), 46 deletions(-) commit 4d7f5b1564bc335f13c59519b7c1f33e35cb4a60 Author: Bruno Coudoin Date: Thu Jul 15 01:12:41 2010 +0200 Added the info tag in shape based activity. An info tag is exactly the same as a title tag except that is is displayed only when the level is completed and the mouse enters the OK button. src/babymatch-activity/shapegame.c | 44 ++++++++++++++++++++++++++++++----- 1 files changed, 37 insertions(+), 7 deletions(-) commit 259991957ac49bc4d5d4e28e696276127c31c10d Author: Bruno Coudoin Date: Wed Jul 14 18:08:08 2010 +0200 Improved documentation of the sound API documentation. docs/C/python.html | 73 ++++++++++++++++++++--- docs/C/python.xml | 151 +++++++++++++++++++++++++++++++++++++-------- src/gcompris/soundutil.h | 6 +- 3 files changed, 192 insertions(+), 38 deletions(-) commit 6a6d0de08703a08ba3121c862040d66c90e2c498 Author: Aleksey Lim Date: Wed May 26 05:40:54 2010 +0000 Support GNUCHESS environment variable Will be useful in 0install environment when GnuChess is installed from 0install feed. src/chess_computer-activity/chess.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit c2a4cc27ce8bd72a5b842e477bd7653a0af0580f Author: Aleksey Lim Date: Wed May 26 05:39:36 2010 +0000 Support GNUCAP environment variable Will be useful in 0install environment when GnuCap is installed from 0install feed. src/electric-activity/electric.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 098ed797f8402a15731612aee90431b77eb6d4a6 Author: Aleksey Lim Date: Wed May 26 04:33:58 2010 +0000 Fix sqlite-less build src/gcompris/gcompris_db.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 0ae6fb1caff7fa3e22a556ec1cb2072e10656d85 Author: Bruno Coudoin Date: Mon Jul 12 00:25:02 2010 +0200 Removed commited by error rmll activity. configure.ac | 2 +- po/POTFILES.in | 2 -- src/Makefile.am | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) commit 4e771eb3c8295236afb01df6a531a6bd70e71b9a Author: Bruno Coudoin Date: Mon Jul 12 00:11:35 2010 +0200 Fixes bug#619433 in the chess game, we no more display the turn at game end. src/chess_computer-activity/chess.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 4883b72d05b003fb44bc514c9bf26cf760ebf194 Author: Bruno Coudoin Date: Sun Jul 11 23:53:38 2010 +0200 Removed the help button in the administration where we don't have help. configure.ac | 2 +- po/POTFILES.in | 2 ++ src/Makefile.am | 2 +- src/administration-activity/admin/class_edit.py | 3 --- src/administration-activity/admin/group_edit.py | 3 --- src/administration-activity/admin/profile_edit.py | 3 --- src/administration-activity/admin/user_edit.py | 3 --- 7 files changed, 4 insertions(+), 14 deletions(-) commit 1c78bd84e4c3d007ac822751016454325279eae0 Author: Petr Kovar Date: Sun Jul 11 17:21:09 2010 +0200 Update Czech translation by Vladimir Burian & Marek Cernocky po/cs.po | 80 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 49 insertions(+), 31 deletions(-) commit 1ee8e7463180a03458b82acb1da334786326d534 Author: Bruno Coudoin Date: Sun Jul 11 03:29:40 2010 +0200 Improved our shape based activities so that titles entries are raised when the focus enters the OK button. It allows the children to see the name of the painting even if it is displayed under it. src/babymatch-activity/shapegame.c | 33 ++++++++++++++++++++++++++++++--- 1 files changed, 30 insertions(+), 3 deletions(-) commit eb5d29b8c7f9287d91015b2d27cad7052caa910d Author: Bruno Coudoin Date: Tue Jul 6 23:44:38 2010 +0200 Improved the template to have an hello world. src/pythontemplate-activity/pythontemplate.py | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) commit abb9b52c3e3e190d0ae5d19a2caf0667504b5f5c Author: Bruno Coudoin Date: Mon Jul 5 00:29:39 2010 +0200 New demo icon for createit.sh script. src/newactivity.svg | 2174 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2174 insertions(+), 0 deletions(-) commit 225adc6c1c3ae817277ba8e2e35672872aff86d4 Author: Bruno Coudoin Date: Mon Jul 5 00:23:31 2010 +0200 Created a new script utility. It create a new empty activity with the given name (only python activity). src/createit.sh | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 55 insertions(+), 0 deletions(-) commit 02429b758ef51feae9bf34e49adb0295638c4a33 Author: Bruno Coudoin Date: Mon Jul 5 00:21:22 2010 +0200 improved to suit the need of the upcomming script createit.sh. src/pythontemplate-activity/pythontemplate.xml.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit dbb47147ab88a6add0fb85478234132af8e6c4c3 Author: Bruno Coudoin Date: Sun Jul 4 23:20:35 2010 +0200 Modified files to make it easy to create the script createit.sh that will create an empty activity. src/Makefile.am | 3 ++- src/pythontemplate-activity/pythontemplate.py | 16 ++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) commit a36cff7b04a7578e5dd11bbf956294e66cec7d15 Author: Bruno Coudoin Date: Sun Jul 4 23:19:29 2010 +0200 small maintenance src/details-activity/resources/details/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 0606295b708dff20a4e345dc9a4d2b6c9d7272a0 Author: Giannis Kaskamanidis Date: Wed Jun 30 12:26:20 2010 +0300 Updated Greek translation po/el.po | 40 +++++++++++++++++++++++++++++----------- 1 files changed, 29 insertions(+), 11 deletions(-) commit 6cfec7890620f4c98d902b9f3bfd766df6132b4e Author: Bruno Coudoin Date: Mon Jun 28 01:29:30 2010 +0200 Fixed makefile with proper image name. src/details-activity/resources/details/Makefile.am | 42 ++++++++++---------- 1 files changed, 21 insertions(+), 21 deletions(-) commit d44fe82a5ebd34498392c599513c3e0b16e3e7f8 Author: Aleksey Lim Date: Wed Jun 23 05:22:12 2010 +0000 Pass NULL as last goo_canvas_image_new's argument src/gcompris/about.c | 6 ++++-- src/gcompris/timer.c | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) commit f4284860add205f9c44c9464e6ae7028c7f3c83e Author: Bruno Coudoin Date: Mon Jun 28 00:35:15 2010 +0200 Missing files. .../resources/details/Chenonceau_background.jpg | Bin 0 -> 90295 bytes .../details/EgeskovSlotSpejling_background.jpg | Bin 0 -> 124383 bytes .../details/Eglise_dAuvers-sur-Oise_background.jpg | Bin 0 -> 101127 bytes .../details/EilanDonanCastle_background.jpg | Bin 0 -> 106596 bytes .../resources/details/FanoeWindmill_background.jpg | Bin 0 -> 52313 bytes .../resources/details/GizahPyramids_background.jpg | Bin 0 -> 91027 bytes .../resources/details/Gogh4_background.jpg | Bin 0 -> 122526 bytes .../details/Louvre_2007_02_24_c_background.jpg | Bin 0 -> 58123 bytes .../resources/details/NDP_background.jpg | Bin 0 -> 66513 bytes .../resources/details/Nagoya_background.jpg | Bin 0 -> 106664 bytes .../details/Neuschwanstein_background.jpg | Bin 0 -> 127717 bytes .../resources/details/OperaSidney_background.jpg | Bin 0 -> 81940 bytes .../details/PortraitOfPereTanguy_background.jpg | Bin 0 -> 105822 bytes .../resources/details/TajMahal_background.jpg | Bin 0 -> 116315 bytes .../resources/details/TourEiffel_background.jpg | Bin 0 -> 35610 bytes .../details/TowerBridgeLondon_background.jpg | Bin 0 -> 64886 bytes .../details/Van_Gogh_The_Night_Cafe_background.jpg | Bin 0 -> 124645 bytes .../details/VincentVanGogh0012_background.jpg | Bin 0 -> 80510 bytes .../details/VincentVanGogh0013_background.jpg | Bin 0 -> 95469 bytes .../details/VincentVanGogh0019_background.jpg | Bin 0 -> 124266 bytes .../details/VincentVanGoghBridge_background.jpg | Bin 0 -> 111170 bytes 21 files changed, 0 insertions(+), 0 deletions(-) commit 84d533e482979fff21aa69b693c8f555d57b6188 Author: Aleksey Lim Date: Fri Jun 25 18:02:41 2010 +0000 Do not translate keywork in es.po po/es.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fb0e06034561e7c0bec4f64b76673a9b1dc7ca46 Author: Mantas Kriaučiūnas Date: Fri Jun 25 20:34:10 2010 +0300 Updated Lithuanian translation po/lt.po |10577 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 5647 insertions(+), 4930 deletions(-) commit aa95d9f819504a61fb6b2e159bbad5b9e4d67871 Author: Bruno Coudoin Date: Wed Jun 23 00:44:14 2010 +0200 Fixed activity author. src/details-activity/details.xml.in | 2 +- .../resources/details/board1_0.xml.in | 2 +- .../resources/details/board1_1.xml.in | 2 +- .../resources/details/board1_12.xml.in | 2 +- .../resources/details/board1_2.xml.in | 2 +- .../resources/details/board1_3.xml.in | 2 +- .../resources/details/board1_4.xml.in | 2 +- .../resources/details/board1_5.xml.in | 2 +- .../resources/details/board1_6.xml.in | 2 +- .../resources/details/board1_7.xml.in | 2 +- .../resources/details/board2_0.xml.in | 2 +- .../resources/details/board2_1.xml.in | 2 +- .../resources/details/board2_10.xml.in | 2 +- .../resources/details/board2_11.xml.in | 2 +- .../resources/details/board2_2.xml.in | 2 +- .../resources/details/board2_3.xml.in | 2 +- .../resources/details/board2_4.xml.in | 2 +- .../resources/details/board2_5.xml.in | 2 +- .../resources/details/board2_6.xml.in | 2 +- .../resources/details/board2_7.xml.in | 2 +- .../resources/details/board2_8.xml.in | 2 +- .../resources/details/board2_9.xml.in | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) commit 94fc8eb23b104b6b67015e0a44c833e3e6e2571d Author: Bruno Coudoin Date: Wed Jun 23 00:32:13 2010 +0200 Added details activity by Marc Levivier. configure.ac | 3 + src/Makefile.am | 1 + src/details-activity/.gitignore | 1 + src/details-activity/Makefile.am | 27 + src/details-activity/details.svg | 525 ++++++++++++++++++++ src/details-activity/details.xml.in | 17 + src/details-activity/init_path.sh | 8 + src/details-activity/resources/Makefile.am | 1 + .../resources/details/Chenonceau_0.png | Bin 0 -> 22083 bytes .../resources/details/Chenonceau_1.png | Bin 0 -> 22083 bytes .../resources/details/Chenonceau_2.png | Bin 0 -> 22083 bytes .../resources/details/EgeskovSlotSpejling_0.png | Bin 0 -> 22083 bytes .../resources/details/EgeskovSlotSpejling_1.png | Bin 0 -> 22083 bytes .../resources/details/EgeskovSlotSpejling_2.png | Bin 0 -> 22083 bytes .../resources/details/EgeskovSlotSpejling_3.png | Bin 0 -> 22083 bytes .../resources/details/EgeskovSlotSpejling_4.png | Bin 0 -> 22083 bytes .../resources/details/EgeskovSlotSpejling_5.png | Bin 0 -> 22083 bytes .../resources/details/EgeskovSlotSpejling_6.png | Bin 0 -> 22083 bytes .../resources/details/EgeskovSlotSpejling_7.png | Bin 0 -> 22083 bytes .../details/Eglise_dAuvers-sur-Oise_0.png | Bin 0 -> 20961 bytes .../details/Eglise_dAuvers-sur-Oise_1.png | Bin 0 -> 20961 bytes .../details/Eglise_dAuvers-sur-Oise_2.png | Bin 0 -> 20961 bytes .../resources/details/EilanDonanCastle_0.png | Bin 0 -> 22083 bytes .../resources/details/EilanDonanCastle_1.png | Bin 0 -> 22083 bytes .../resources/details/FanoeWindmill_0.png | Bin 0 -> 22083 bytes .../resources/details/FanoeWindmill_1.png | Bin 0 -> 22083 bytes .../resources/details/FanoeWindmill_2.png | Bin 0 -> 22083 bytes .../resources/details/FanoeWindmill_3.png | Bin 0 -> 22083 bytes .../resources/details/GizahPyramids_0.png | Bin 0 -> 22083 bytes .../resources/details/GizahPyramids_1.png | Bin 0 -> 22083 bytes .../resources/details/GizahPyramids_2.png | Bin 0 -> 22083 bytes .../resources/details/GizahPyramids_3.png | Bin 0 -> 22083 bytes src/details-activity/resources/details/Gogh4_0.png | Bin 0 -> 24136 bytes src/details-activity/resources/details/Gogh4_1.png | Bin 0 -> 24136 bytes src/details-activity/resources/details/Gogh4_2.png | Bin 0 -> 24136 bytes src/details-activity/resources/details/Gogh4_3.png | Bin 0 -> 24136 bytes src/details-activity/resources/details/Gogh4_4.png | Bin 0 -> 24136 bytes src/details-activity/resources/details/Gogh4_5.png | Bin 0 -> 24136 bytes src/details-activity/resources/details/Gogh4_6.png | Bin 0 -> 24136 bytes src/details-activity/resources/details/Gogh4_7.png | Bin 0 -> 24136 bytes src/details-activity/resources/details/Gogh4_8.png | Bin 0 -> 24136 bytes .../resources/details/Louvre_2007_02_24_c_0.png | Bin 0 -> 22083 bytes .../resources/details/Louvre_2007_02_24_c_1.png | Bin 0 -> 22083 bytes .../resources/details/Louvre_2007_02_24_c_2.png | Bin 0 -> 22083 bytes src/details-activity/resources/details/Makefile.am | 170 +++++++ src/details-activity/resources/details/NDP_0.png | Bin 0 -> 31181 bytes src/details-activity/resources/details/NDP_1.png | Bin 0 -> 30480 bytes src/details-activity/resources/details/NDP_2.png | Bin 0 -> 30131 bytes .../resources/details/Nagoya_0.png | Bin 0 -> 22083 bytes .../resources/details/Nagoya_1.png | Bin 0 -> 22083 bytes .../resources/details/Nagoya_2.png | Bin 0 -> 22083 bytes .../resources/details/Nagoya_3.png | Bin 0 -> 22083 bytes .../resources/details/Nagoya_4.png | Bin 0 -> 22083 bytes .../resources/details/Neuschwanstein_0.png | Bin 0 -> 22083 bytes .../resources/details/Neuschwanstein_1.png | Bin 0 -> 22083 bytes .../resources/details/Neuschwanstein_2.png | Bin 0 -> 22083 bytes .../resources/details/Neuschwanstein_3.png | Bin 0 -> 22083 bytes .../resources/details/Neuschwanstein_4.png | Bin 0 -> 22083 bytes .../resources/details/Neuschwanstein_5.png | Bin 0 -> 22083 bytes .../resources/details/Neuschwanstein_6.png | Bin 0 -> 22083 bytes .../resources/details/Neuschwanstein_7.png | Bin 0 -> 22083 bytes .../resources/details/Neuschwanstein_8.png | Bin 0 -> 22083 bytes .../resources/details/Neuschwanstein_9.png | Bin 0 -> 22083 bytes .../resources/details/OperaSidney_0.png | Bin 0 -> 22083 bytes .../resources/details/OperaSidney_1.png | Bin 0 -> 22083 bytes .../resources/details/OperaSidney_2.png | Bin 0 -> 22083 bytes .../resources/details/OperaSidney_3.png | Bin 0 -> 22083 bytes .../resources/details/PortraitOfPereTanguy_0.png | Bin 0 -> 22139 bytes .../resources/details/PortraitOfPereTanguy_1.png | Bin 0 -> 22139 bytes .../resources/details/PortraitOfPereTanguy_2.png | Bin 0 -> 22139 bytes .../resources/details/PortraitOfPereTanguy_3.png | Bin 0 -> 22139 bytes .../resources/details/PortraitOfPereTanguy_4.png | Bin 0 -> 22139 bytes .../resources/details/PortraitOfPereTanguy_5.png | Bin 0 -> 22139 bytes .../resources/details/PortraitOfPereTanguy_6.png | Bin 0 -> 22139 bytes .../resources/details/PortraitOfPereTanguy_7.png | Bin 0 -> 22139 bytes .../resources/details/PortraitOfPereTanguy_8.png | Bin 0 -> 22139 bytes .../resources/details/TajMahal_0.png | Bin 0 -> 22083 bytes .../resources/details/TajMahal_1.png | Bin 0 -> 22083 bytes .../resources/details/TajMahal_2.png | Bin 0 -> 22083 bytes .../resources/details/TajMahal_3.png | Bin 0 -> 22083 bytes .../resources/details/TajMahal_4.png | Bin 0 -> 22083 bytes .../resources/details/TajMahal_5.png | Bin 0 -> 22083 bytes .../resources/details/TourEiffel_0.png | Bin 0 -> 22083 bytes .../resources/details/TourEiffel_1.png | Bin 0 -> 22083 bytes .../resources/details/TowerBridgeLondon_0.png | Bin 0 -> 22083 bytes .../resources/details/TowerBridgeLondon_1.png | Bin 0 -> 22083 bytes .../resources/details/TowerBridgeLondon_2.png | Bin 0 -> 22083 bytes .../resources/details/TowerBridgeLondon_3.png | Bin 0 -> 22083 bytes .../resources/details/TowerBridgeLondon_4.png | Bin 0 -> 22083 bytes .../details/Van_Gogh_The_Night_Cafe_0.png | Bin 0 -> 20913 bytes .../details/Van_Gogh_The_Night_Cafe_1.png | Bin 0 -> 20913 bytes .../details/Van_Gogh_The_Night_Cafe_2.png | Bin 0 -> 20913 bytes .../details/Van_Gogh_The_Night_Cafe_3.png | Bin 0 -> 20913 bytes .../details/Van_Gogh_The_Night_Cafe_4.png | Bin 0 -> 20913 bytes .../details/Van_Gogh_The_Night_Cafe_5.png | Bin 0 -> 20913 bytes .../details/Van_Gogh_The_Night_Cafe_6.png | Bin 0 -> 16277 bytes .../details/Van_Gogh_The_Night_Cafe_7.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0012_0.png | Bin 0 -> 22083 bytes .../resources/details/VincentVanGogh0012_1.png | Bin 0 -> 22083 bytes .../resources/details/VincentVanGogh0013_0.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0013_1.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0013_2.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0013_3.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0013_4.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0019_0.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0019_1.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0019_2.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0019_3.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0019_4.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0019_5.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0019_6.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0019_7.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGogh0019_8.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGoghBridge_0.png | Bin 0 -> 20913 bytes .../resources/details/VincentVanGoghBridge_1.png | Bin 0 -> 20913 bytes .../resources/details/board1_0.xml.in | 8 + .../resources/details/board1_1.xml.in | 8 + .../resources/details/board1_12.xml.in | 9 + .../resources/details/board1_2.xml.in | 9 + .../resources/details/board1_3.xml.in | 11 + .../resources/details/board1_4.xml.in | 15 + .../resources/details/board1_5.xml.in | 15 + .../resources/details/board1_6.xml.in | 14 + .../resources/details/board1_7.xml.in | 15 + .../resources/details/board2_0.xml.in | 8 + .../resources/details/board2_1.xml.in | 8 + .../resources/details/board2_10.xml.in | 10 + .../resources/details/board2_11.xml.in | 10 + .../resources/details/board2_2.xml.in | 9 + .../resources/details/board2_3.xml.in | 9 + .../resources/details/board2_4.xml.in | 11 + .../resources/details/board2_5.xml.in | 11 + .../resources/details/board2_6.xml.in | 12 + .../resources/details/board2_7.xml.in | 16 + .../resources/details/board2_8.xml.in | 14 + .../resources/details/board2_9.xml.in | 10 + 136 files changed, 985 insertions(+), 0 deletions(-) commit c883bd66068ec625eb5c474dfe9f939c2a834343 Author: Fran Diéguez Date: Mon Jun 21 10:11:04 2010 +0200 Update Galician translations po/gl.po | 48 +++++++++++++++++++++++++++++++----------------- 1 files changed, 31 insertions(+), 17 deletions(-) commit 02493216e483c0f07e58f07e3b202fd3ae36a2f6 Author: Andrej Žnidaršič Date: Sat Jun 19 08:43:45 2010 +0200 Updated Slovenian translation po/sl.po | 41 ++++++++++++++++++++++++++--------------- 1 files changed, 26 insertions(+), 15 deletions(-) commit 0a114881c7e78dc0ea851112bd8aed94a0c30e15 Author: Jorge González Date: Thu Jun 17 08:52:45 2010 +0200 Updated Spanish translation po/es.po | 33 ++++++++++++++++++++++++--------- 1 files changed, 24 insertions(+), 9 deletions(-) commit 8b5c69501130e46e5bae973431d9949b5a473781 Author: Bruno Coudoin Date: Tue Jun 15 01:23:10 2010 +0200 A few fixes to better manage locale especially in click_on_letter to properly display the locale to search if its not a 2 letter prefix like for asturian (locale=ast). src/click_on_letter-activity/click_on_letter.c | 23 +++++++++++++++++------ src/gcompris/board_config_combo.c | 2 +- src/gcompris/gameutil.c | 5 ++++- src/gcompris/gcompris.h | 2 ++ 4 files changed, 24 insertions(+), 8 deletions(-) commit a368101a287d71200d41eae82126cc9dc1c94efa Author: Bruno Coudoin Date: Sun Jun 13 14:49:41 2010 +0200 In shapegame activities, now the xml format does accept 'targetfile=""' to remove the red dot. src/babymatch-activity/shapegame.c | 55 +++++++++++++++++++++--------------- 1 files changed, 32 insertions(+), 23 deletions(-) commit e014dec1098e426e00192f087ddbe318cb1f45c6 Author: Bruno Coudoin Date: Sun Jun 13 14:49:23 2010 +0200 Minor, removed a g_warning where not needed. src/gcompris/status.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2b1d8bf32584f004249f1e2a7361e236951940f9 Author: Mario Blättermann Date: Sun Jun 13 14:13:04 2010 +0200 Updated German translation po/de.po | 44 +++++++++++++++++++++++++------------------- 1 files changed, 25 insertions(+), 19 deletions(-) commit 4c50ab7718ee3403cd1112b89dca30e4f02f379b Author: Bruno Coudoin Date: Sat Jun 12 22:39:00 2010 +0200 Replaced paintings considered not children proof by new one (By Marc Levivier). .../resources/paintings/.gitignore | 1 + .../resources/paintings/AlbrechtDurer_a1.png | Bin 0 -> 115151 bytes .../resources/paintings/AlbrechtDurer_a2.png | Bin 0 -> 164340 bytes .../resources/paintings/AlbrechtDurer_a3.png | Bin 0 -> 100661 bytes .../resources/paintings/AlbrechtDurer_a4.png | Bin 0 -> 113867 bytes .../resources/paintings/AlbrechtDurer_b1.png | Bin 0 -> 141762 bytes .../resources/paintings/AlbrechtDurer_b2.png | Bin 0 -> 123667 bytes .../resources/paintings/AlbrechtDurer_b3.png | Bin 0 -> 146516 bytes .../resources/paintings/AlbrechtDurer_b4.png | Bin 0 -> 117771 bytes .../resources/paintings/AlbrechtDurer_c1.png | Bin 0 -> 141762 bytes .../resources/paintings/AlbrechtDurer_c2.png | Bin 0 -> 143963 bytes .../resources/paintings/AlbrechtDurer_c3.png | Bin 0 -> 144722 bytes .../resources/paintings/AlbrechtDurer_c4.png | Bin 0 -> 161684 bytes .../resources/paintings/AlbrechtDurer_d1.png | Bin 0 -> 114077 bytes .../resources/paintings/AlbrechtDurer_d2.png | Bin 0 -> 118439 bytes .../resources/paintings/AlbrechtDurer_d3.png | Bin 0 -> 118769 bytes .../resources/paintings/AlbrechtDurer_d4.png | Bin 0 -> 112627 bytes .../resources/paintings/Botticelli_Primaver_a1.png | Bin 125687 -> 0 bytes .../resources/paintings/Botticelli_Primaver_a2.png | Bin 91115 -> 0 bytes .../resources/paintings/Botticelli_Primaver_a3.png | Bin 107270 -> 0 bytes .../resources/paintings/Botticelli_Primaver_a4.png | Bin 123933 -> 0 bytes .../resources/paintings/Botticelli_Primaver_b1.png | Bin 129691 -> 0 bytes .../resources/paintings/Botticelli_Primaver_b2.png | Bin 133641 -> 0 bytes .../resources/paintings/Botticelli_Primaver_b3.png | Bin 154977 -> 0 bytes .../resources/paintings/Botticelli_Primaver_b4.png | Bin 90782 -> 0 bytes .../resources/paintings/Botticelli_Primaver_c1.png | Bin 129691 -> 0 bytes .../resources/paintings/Botticelli_Primaver_c2.png | Bin 133641 -> 0 bytes .../resources/paintings/Botticelli_Primaver_c3.png | Bin 94587 -> 0 bytes .../resources/paintings/Botticelli_Primaver_c4.png | Bin 147650 -> 0 bytes .../resources/paintings/Botticelli_Primaver_d1.png | Bin 86962 -> 0 bytes .../resources/paintings/Botticelli_Primaver_d2.png | Bin 127150 -> 0 bytes .../resources/paintings/Botticelli_Primaver_d3.png | Bin 127150 -> 0 bytes .../resources/paintings/Botticelli_Primaver_d4.png | Bin 103029 -> 0 bytes .../resources/paintings/Botticelli_Venus_a1.png | Bin 84506 -> 0 bytes .../resources/paintings/Botticelli_Venus_a2.png | Bin 144133 -> 0 bytes .../resources/paintings/Botticelli_Venus_a3.png | Bin 104603 -> 0 bytes .../resources/paintings/Botticelli_Venus_a4.png | Bin 99195 -> 0 bytes .../resources/paintings/Botticelli_Venus_b1.png | Bin 103855 -> 0 bytes .../resources/paintings/Botticelli_Venus_b2.png | Bin 107553 -> 0 bytes .../resources/paintings/Botticelli_Venus_b3.png | Bin 124319 -> 0 bytes .../resources/paintings/Botticelli_Venus_b4.png | Bin 119394 -> 0 bytes .../resources/paintings/Botticelli_Venus_c1.png | Bin 120439 -> 0 bytes .../resources/paintings/Botticelli_Venus_c2.png | Bin 148081 -> 0 bytes .../resources/paintings/Botticelli_Venus_c3.png | Bin 124631 -> 0 bytes .../resources/paintings/Botticelli_Venus_c4.png | Bin 122439 -> 0 bytes .../resources/paintings/Botticelli_Venus_d1.png | Bin 100842 -> 0 bytes .../resources/paintings/Botticelli_Venus_d2.png | Bin 124543 -> 0 bytes .../resources/paintings/Botticelli_Venus_d3.png | Bin 103758 -> 0 bytes .../resources/paintings/Botticelli_Venus_d4.png | Bin 83317 -> 0 bytes .../resources/paintings/Le_Caravage_Egypte_a1.png | Bin 116600 -> 0 bytes .../resources/paintings/Le_Caravage_Egypte_a2.png | Bin 169932 -> 0 bytes .../resources/paintings/Le_Caravage_Egypte_a3.png | Bin 142843 -> 0 bytes .../resources/paintings/Le_Caravage_Egypte_a4.png | Bin 163669 -> 0 bytes .../resources/paintings/Le_Caravage_Egypte_b1.png | Bin 170164 -> 0 bytes .../resources/paintings/Le_Caravage_Egypte_b2.png | Bin 177242 -> 0 bytes .../resources/paintings/Le_Caravage_Egypte_b3.png | Bin 171800 -> 0 bytes .../resources/paintings/Le_Caravage_Egypte_b4.png | Bin 168646 -> 0 bytes .../resources/paintings/Le_Caravage_Egypte_c1.png | Bin 137077 -> 0 bytes .../resources/paintings/Le_Caravage_Egypte_c2.png | Bin 141555 -> 0 bytes .../resources/paintings/Le_Caravage_Egypte_c3.png | Bin 164069 -> 0 bytes .../resources/paintings/Le_Caravage_Egypte_c4.png | Bin 115552 -> 0 bytes .../resources/paintings/Makefile.am | 98 +++++++++++--------- .../resources/paintings/MonaLisa_a1.png | Bin 0 -> 71504 bytes .../resources/paintings/MonaLisa_a2.png | Bin 0 -> 88603 bytes .../resources/paintings/MonaLisa_a3.png | Bin 0 -> 59211 bytes .../resources/paintings/MonaLisa_b1.png | Bin 0 -> 84649 bytes .../resources/paintings/MonaLisa_b2.png | Bin 0 -> 106113 bytes .../resources/paintings/MonaLisa_b3.png | Bin 0 -> 84164 bytes .../resources/paintings/MonaLisa_c1.png | Bin 0 -> 61640 bytes .../resources/paintings/MonaLisa_c2.png | Bin 0 -> 105117 bytes .../resources/paintings/MonaLisa_c3.png | Bin 0 -> 73068 bytes .../resources/paintings/MonaLisa_d1.png | Bin 0 -> 83232 bytes .../resources/paintings/MonaLisa_d2.png | Bin 0 -> 61215 bytes .../resources/paintings/MonaLisa_d3.png | Bin 0 -> 69657 bytes .../resources/paintings/PalaDiPesaro_a1.png | Bin 0 -> 122685 bytes .../resources/paintings/PalaDiPesaro_a2.png | Bin 0 -> 178867 bytes .../resources/paintings/PalaDiPesaro_a3.png | Bin 0 -> 143604 bytes .../resources/paintings/PalaDiPesaro_b1.png | Bin 0 -> 151118 bytes .../resources/paintings/PalaDiPesaro_b2.png | Bin 0 -> 213909 bytes .../resources/paintings/PalaDiPesaro_b3.png | Bin 0 -> 174054 bytes .../resources/paintings/PalaDiPesaro_c1.png | Bin 0 -> 145430 bytes .../resources/paintings/PalaDiPesaro_c2.png | Bin 0 -> 148054 bytes .../resources/paintings/PalaDiPesaro_c3.png | Bin 0 -> 142396 bytes .../resources/paintings/PieterBruegel_a1.png | Bin 0 -> 135470 bytes .../resources/paintings/PieterBruegel_a2.png | Bin 0 -> 117787 bytes .../resources/paintings/PieterBruegel_a3.png | Bin 0 -> 140648 bytes .../resources/paintings/PieterBruegel_a4.png | Bin 0 -> 94674 bytes .../resources/paintings/PieterBruegel_b1.png | Bin 0 -> 116723 bytes .../resources/paintings/PieterBruegel_b2.png | Bin 0 -> 192057 bytes .../resources/paintings/PieterBruegel_b3.png | Bin 0 -> 145212 bytes .../resources/paintings/PieterBruegel_b4.png | Bin 0 -> 116199 bytes .../resources/paintings/PieterBruegel_c1.png | Bin 0 -> 117229 bytes .../resources/paintings/PieterBruegel_c2.png | Bin 0 -> 121699 bytes .../resources/paintings/PieterBruegel_c3.png | Bin 0 -> 121699 bytes .../resources/paintings/PieterBruegel_c4.png | Bin 0 -> 134044 bytes .../resources/paintings/PieterBruegel_d1.png | Bin 0 -> 111471 bytes .../resources/paintings/PieterBruegel_d2.png | Bin 0 -> 159092 bytes .../resources/paintings/PieterBruegel_d3.png | Bin 0 -> 138680 bytes .../resources/paintings/PieterBruegel_d4.png | Bin 0 -> 93626 bytes .../resources/paintings/board2_1.xml.in | 33 +++---- .../resources/paintings/board2_2.xml.in | 26 +++--- .../resources/paintings/board2_3.xml.in | 37 ++++---- .../resources/paintings/board2_4.xml.in | 21 ++++ 103 files changed, 122 insertions(+), 94 deletions(-) commit c99b3388d28b7131332a6f4d9f9b1f46fcd67be8 Author: Bruno Coudoin Date: Sat Jun 12 22:37:51 2010 +0200 Added the number of activities in the main menu view. src/boards/menu2.c | 16 ++++++++++++++++ src/gcompris/board.c | 26 ++++++++++++++++++++++++++ src/gcompris/board.h | 1 + 3 files changed, 43 insertions(+), 0 deletions(-) commit 00b5449e408ea25929d457ab98890c50edb8afde Author: Bruno Coudoin Date: Sat Jun 12 22:13:26 2010 +0200 Updated by autoconf. docs/C/texinfo.tex | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit fe94fa752d204cbb9ea744bd55bc6868484360fd Author: Bruno Coudoin Date: Sat Jun 12 17:13:45 2010 +0200 No more check for pysqlite2 unless installed python is 2.4 configure.ac | 15 ++++----------- 1 files changed, 4 insertions(+), 11 deletions(-) commit ca0f83faf1ab587ff107bcd9a01e0e9b30fb597e Author: Bruno Coudoin Date: Fri Jun 11 23:54:25 2010 +0200 Fixed double entry level 3. References to voices were wrong, this level was not playable. .../resources/doubleentry/board3_0.xml.in | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 68cce6a90f136ab116692152673ecbba334ce42c Author: Bruno Coudoin Date: Fri Jun 11 22:45:04 2010 +0200 Fixed status bar call crasing in command line mode like for gcompris -l list. src/gcompris/status.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 31a80c99adfa73609945cdc8b3f600941d01b65f Author: Gabor Kelemen Date: Wed Jun 9 13:56:46 2010 +0200 Updated Hungarian translation po/hu.po | 463 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 312 insertions(+), 151 deletions(-) commit 525117531040878e10f9affb908ddaf454fb820e Author: Andrej Žnidaršič Date: Wed Jun 2 20:55:46 2010 +0200 Updated Slovenian translation po/sl.po | 1126 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 597 insertions(+), 529 deletions(-) commit 4ebbe5a72df7e7ef47ba3cbf62fae4cb4005a591 Author: Bruno Coudoin Date: Wed Jun 2 00:06:03 2010 +0200 Updated to reflect new file organisation. README.translators | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 552f69a502d568336187faab9b3bb8ccd7740834 Author: Fran Diéguez Date: Mon May 24 11:37:32 2010 +0200 Updated Galician translations po/gl.po | 232 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 146 insertions(+), 86 deletions(-) commit 52624dcb4b1aa00e1859c21bbc008b76a7dc9118 Author: Frederico Goncalves Guimaraes Date: Tue May 18 08:41:02 2010 -0300 Updated Brazilian Portuguese Translation po/pt_BR.po | 927 +++++++++++++++++++++++++++++++---------------------------- 1 files changed, 491 insertions(+), 436 deletions(-) commit 95f845b77a6a3435965bee72f49bc32b62635be4 Author: Alan Monfort Date: Tue May 18 05:28:58 2010 +0200 updated breton translation po/br.po | 416 +++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 331 insertions(+), 85 deletions(-) commit 6541ca766678c74f60163353bc7bb261fcd3da22 Author: Bruno Coudoin Date: Sat May 15 17:56:50 2010 +0200 Fixed gc_file_find_absolute() to better parse long and short locale. Now a 3 letter locale like 'ast' is supported. src/gcompris/gameutil.c | 24 +++++++++++++++++------- 1 files changed, 17 insertions(+), 7 deletions(-) commit 10dae5dd4414a98b41f7242e46d9e91cc893ea44 Author: Alan Monfort Date: Thu May 6 17:51:51 2010 +0200 updated breton translation po/br.po | 9420 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 5026 insertions(+), 4394 deletions(-) commit 2fb75a81c7c10b935662159a11d5e02fa3b8b751 Author: Yannis Kaskamanidis Date: Mon May 3 16:30:46 2010 +0300 Updated Greek translation for gcomprixogoo po/el.po | 232 +++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 148 insertions(+), 84 deletions(-) commit df5746e57e0aae66c5210e47a42375e1076aede2 Author: Petr Kovar Date: Sun May 2 18:08:18 2010 +0200 Update Czech translation by Marek Cernocky po/cs.po | 229 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 145 insertions(+), 84 deletions(-) commit 5f901e8f1a0123ea533b758cc0a8c6d14afa6139 Author: Jorge González Date: Thu Apr 29 17:39:49 2010 +0200 Updated Spanish translation po/es.po | 235 ++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 146 insertions(+), 89 deletions(-) commit 3852d4dca2818f1ead3194df8cb60d2b1c9fbcfa Author: Mario Blättermann Date: Thu Apr 29 14:51:52 2010 +0200 Updated German translation po/de.po | 278 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 168 insertions(+), 110 deletions(-) commit bd51fbc86d01b277ead05408a33ee68c6dfe3b09 Author: Yavor Doganov Date: Wed Apr 28 07:40:02 2010 +0300 Updated Bulgarian translation po/bg.po | 793 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 536 insertions(+), 257 deletions(-) commit 5e8d2a13cd8557550dc1ced349d3afa16a322f05 Author: Bruno Coudoin Date: Mon Apr 26 22:42:34 2010 +0200 Updated file to translate and file to skip. po/POTFILES.in | 1 + po/POTFILES.skip | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) commit dd7385c0ba66f8cb3e14d26fdb6b8675939c3b28 Author: Bruno Coudoin Date: Mon Apr 26 22:41:33 2010 +0200 Updated compilation chain for windows. config.h.mingw.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit d79c51331886328d5b5feab8cf02451eebe044ba Author: Bruno Coudoin Date: Mon Apr 26 22:40:41 2010 +0200 Added missing file on the windows compilation chain. src/gcompris/Makefile.mingw | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a6c03782dc8d9de0da358babb218bd36397c5e3e Author: Bruno Coudoin Date: Mon Apr 26 22:21:00 2010 +0200 Fixed superbrain by Julian Gilbey. In some case the proposesed solution was wrong. This is a long lasting bug. src/superbrain-activity/superbrain.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bed4d52abc30a46588b32b505f3e1d57d6fac6ee Author: Bruno Coudoin Date: Mon Apr 26 22:12:25 2010 +0200 Updated French translation by Bruno Coudoin. po/fr.po | 174 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 87 insertions(+), 87 deletions(-) commit e7f01907f5dbb45be49295a1e852cf8a3b288da6 Author: Bruno Coudoin Date: Sun Apr 25 23:35:38 2010 +0200 Create the MacOSX bundle from a simple script. .gitignore | 2 +- configure.ac | 1 + macosx/.gitignore | 4 ++ macosx/GComprisAdmin | 132 +++++++++++++++++++++++++++++++++++++++++++++ macosx/Info.plist.in | 30 ++++++++++ macosx/InfoAdmin.plist.in | 30 ++++++++++ macosx/configure_mac.sh | 2 + macosx/createBundle.sh | 23 ++++++++ 8 files changed, 223 insertions(+), 1 deletions(-) commit 67aec646a36797c0a048a39290df2d45bd2fd051 Author: Bruno Coudoin Date: Sun Apr 25 23:31:13 2010 +0200 Ignore gnuchess binary. src/chess_computer-activity/gnuchess/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b76798df93567882e5571b023f9c20effad07c74 Author: Bruno Coudoin Date: Sun Apr 25 21:32:35 2010 +0200 Improved macosx bundling. configure.ac | 3 ++- macosx/GCompris.icns | Bin 42321 -> 43502 bytes macosx/GComprisAdmin.icns | Bin 0 -> 56060 bytes macosx/Info.plist | 30 ------------------------------ macosx/gcompris.bundle | 2 +- 5 files changed, 3 insertions(+), 32 deletions(-) commit 5b0827b1de473332f38c8730a07325c2500bd122 Author: Bruno Coudoin Date: Sun Apr 25 17:31:17 2010 +0200 Added mkdmg tool to ease MacOSX packaging. macosx/mkdmg | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) commit 46425d5ddde907ce3b1771f372678ea0d6745eb3 Author: Bruno Coudoin Date: Sun Apr 25 21:29:55 2010 +0200 Removed confusing logo in the macosx installer. macosx/macinstaller.png | Bin 68100 -> 54706 bytes macosx/macinstaller.svg | 182 +---------------------------------------------- 2 files changed, 1 insertions(+), 181 deletions(-) commit f52d9d0b13c4cf6c2cef74add3a52c11c69aa840 Author: Bruno Coudoin Date: Sun Apr 25 16:07:10 2010 +0200 Updated icons to reflect latest art work. gcompris.gif | Bin 1239 -> 1583 bytes gcompris.png | Bin 2415 -> 2926 bytes macosx/gcompris.png | Bin 25942 -> 27182 bytes macosx/gcompris.svg | 178 +++++++++++++++++++++++++++++++++++++++++++++----- 4 files changed, 160 insertions(+), 18 deletions(-) commit 65efe65249a98d7b82e8d945b4290e40f0e022a4 Author: Bruno Coudoin Date: Sun Apr 25 16:03:35 2010 +0200 Reworked the icons. Created a background for the mac installer. gcompris-admin.png | Bin 0 -> 3202 bytes macosx/gcompris-admin.png | Bin 0 -> 27027 bytes macosx/gcompris-admin.svg | 592 ++++++++++ macosx/macinstaller.png | Bin 0 -> 68100 bytes macosx/macinstaller.svg | 2626 +++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 3218 insertions(+), 0 deletions(-) commit 4c619cb4276a9651482de41b1136a6ef2281ef9e Author: Khaled Hosny Date: Sun Apr 25 13:29:18 2010 +0200 Updated Arabic translation po/ar.po | 358 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 207 insertions(+), 151 deletions(-) commit 60fdfec820c0856bbabf20e62a85e91906b6f2cc Author: Bruno Coudoin Date: Sun Apr 25 11:41:58 2010 +0200 Removed flags from GCompris. Flags create political issue. There is not always a clear relationship between a country flag and a language. boards/flags/README | 1 - boards/flags/af.svgz | Bin 1045 -> 0 bytes boards/flags/am.svgz | Bin 1300 -> 0 bytes boards/flags/ar.svgz | Bin 15020 -> 0 bytes boards/flags/ast.svgz | Bin 3030 -> 0 bytes boards/flags/az.svgz | Bin 1077 -> 0 bytes boards/flags/be.svgz | Bin 841 -> 0 bytes boards/flags/bg.svgz | Bin 832 -> 0 bytes boards/flags/br.svgz | Bin 2959 -> 0 bytes boards/flags/ca.svgz | Bin 937 -> 0 bytes boards/flags/ch.svgz | Bin 883 -> 0 bytes boards/flags/cs.svgz | Bin 934 -> 0 bytes boards/flags/da.svgz | Bin 874 -> 0 bytes boards/flags/de.svgz | Bin 848 -> 0 bytes boards/flags/dz.svgz | Bin 21813 -> 0 bytes boards/flags/el.svgz | Bin 949 -> 0 bytes boards/flags/en.svgz | Bin 1762 -> 0 bytes boards/flags/en_CA.svgz | Bin 1451 -> 0 bytes boards/flags/en_GB.svgz | Bin 1203 -> 0 bytes boards/flags/es.svgz | Bin 41730 -> 0 bytes boards/flags/eu.svgz | Bin 1042 -> 0 bytes boards/flags/fa.svgz | Bin 1499 -> 0 bytes boards/flags/fi.svgz | Bin 839 -> 0 bytes boards/flags/fr.svgz | Bin 797 -> 0 bytes boards/flags/ga.svgz | Bin 799 -> 0 bytes boards/flags/gu.svgz | Bin 3728 -> 0 bytes boards/flags/he.svgz | Bin 1528 -> 0 bytes boards/flags/hi.svgz | Bin 3725 -> 0 bytes boards/flags/hr.svgz | Bin 12605 -> 0 bytes boards/flags/hu.svgz | Bin 763 -> 0 bytes boards/flags/id.svgz | Bin 747 -> 0 bytes boards/flags/it.svgz | Bin 798 -> 0 bytes boards/flags/ja.svgz | Bin 823 -> 0 bytes boards/flags/ka.svgz | Bin 1211 -> 0 bytes boards/flags/ko.svgz | Bin 1161 -> 0 bytes boards/flags/lt.svgz | Bin 818 -> 0 bytes boards/flags/mk.svgz | Bin 1191 -> 0 bytes boards/flags/ml.svgz | Bin 3727 -> 0 bytes boards/flags/mr.svgz | Bin 3722 -> 0 bytes boards/flags/ms.svgz | Bin 1358 -> 0 bytes boards/flags/nb.svgz | Bin 824 -> 0 bytes boards/flags/ne.svgz | Bin 1810 -> 0 bytes boards/flags/nl.svgz | Bin 847 -> 0 bytes boards/flags/nn.svgz | Bin 831 -> 0 bytes boards/flags/oc.svgz | Bin 2831 -> 0 bytes boards/flags/pa.svgz | Bin 3725 -> 0 bytes boards/flags/pl.svgz | Bin 763 -> 0 bytes boards/flags/pt.svgz | Bin 32765 -> 0 bytes boards/flags/pt_BR.svgz | Bin 2963 -> 0 bytes boards/flags/ro.svgz | Bin 760 -> 0 bytes boards/flags/ru.svgz | Bin 811 -> 0 bytes boards/flags/rw.svgz | Bin 1190 -> 0 bytes boards/flags/sk.svgz | Bin 2146 -> 0 bytes boards/flags/sl.svgz | Bin 3010 -> 0 bytes boards/flags/so.svgz | Bin 829 -> 0 bytes boards/flags/sq.svgz | Bin 5203 -> 0 bytes boards/flags/sr.svgz | Bin 165971 -> 0 bytes boards/flags/sv.svgz | Bin 772 -> 0 bytes boards/flags/ta.svgz | Bin 3728 -> 0 bytes boards/flags/th.svgz | Bin 869 -> 0 bytes boards/flags/tr.svgz | Bin 1262 -> 0 bytes boards/flags/uk.svgz | Bin 758 -> 0 bytes boards/flags/ur.svgz | Bin 1210 -> 0 bytes boards/flags/vi.svgz | Bin 1038 -> 0 bytes boards/flags/wa.svgz | Bin 8450 -> 0 bytes boards/flags/zh.svgz | Bin 1246 -> 0 bytes boards/flags/zh_TW.svgz | Bin 1039 -> 0 bytes src/gcompris/config.c | 53 ----------------------------------------------- 68 files changed, 0 insertions(+), 54 deletions(-) commit 47aa648599091752b554e8763a65e7c2cf790c5a Author: Ray Wang Date: Fri Apr 23 16:21:28 2010 +0800 Update Chinese (Simplified) translation from littlebat. po/zh_CN.po | 757 ++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 443 insertions(+), 314 deletions(-) commit 6509f06d241ccbd65b1b85b760b5248cb9f59aa7 Author: Fran Diéguez Date: Fri Apr 23 00:13:29 2010 +0200 Updated Galician translations po/gl.po | 1218 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 503 insertions(+), 715 deletions(-) commit 1d8600d4f1a2d67a87072ecb94d5b8984ca0ad44 Author: Bruno Coudoin Date: Thu Apr 22 01:22:19 2010 +0200 Fixed windows locale for Czech to WINDOWS-1250. tools/create_nsis_translations.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 825d276f6631ad39cfab07c0372fd0fb37f9f6d0 Author: Bruno Coudoin Date: Thu Apr 22 01:25:12 2010 +0200 upgraded windows compilation chain to use a mode recent sdl_mixer and put it in its own directory. Makefile.mingw.in | 8 ++++---- global_win32.mak | 1 + src/gcompris/Makefile.mingw | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) commit cf145b84c0d02c3568469d8cd6c0695ac513a0ab Author: Bruno Coudoin Date: Thu Apr 22 01:25:00 2010 +0200 updated by autoconf. docs/C/texinfo.tex | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit bdcb0144f3253312fbf9dd679ff37b3a9482f739 Author: Chao-Hsiung Liao Date: Mon Apr 19 21:01:31 2010 +0800 Added zh_HK to ALL_LINGUAS configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8d019d47f5831ae563c16851c27e17366f73d25a Author: Chao-Hsiung Liao Date: Mon Apr 19 20:54:51 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 6448 +++++++++++++++++++++++++++++++++++++++ po/zh_TW.po | 9722 ++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 12016 insertions(+), 4154 deletions(-) commit 38d67ef8cfab388f8be314c06b4005893aa0ccf7 Author: Bruno Coudoin Date: Sun Apr 18 15:05:32 2010 +0200 Added ast locale for web site generation. Now remove en_CA and put only en in the web site generation. docs/gcompris2spip.pl | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) commit 58e30549e293b533fc570e97d726fcd3f0e77a08 Author: Bruno Coudoin Date: Sun Apr 18 15:04:45 2010 +0200 Added zh_TW flag from wikipedia. boards/flags/zh_TW.svgz | Bin 0 -> 1039 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 35987cd91d90d46080726be520670fd4acd583bb Author: Xandru Armesto Fernandez Date: Tue Apr 13 16:17:19 2010 +0200 Updated asturian translation 0 files changed, 0 insertions(+), 0 deletions(-) commit 6b115b9baced38d33f84b779a19b8ee4759ac756 Author: Xandru Armesto Fernandez Date: Tue Apr 13 16:16:41 2010 +0200 Updated asturian translation po/ast.po | 208 +++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 114 insertions(+), 94 deletions(-) commit 47666284fc211f704199273af1f72987c60fe7d3 Author: Yannis Kaskamanidis Date: Tue Apr 13 14:05:47 2010 +0300 Updated Greek translation for gcompris po/el.po | 197 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 109 insertions(+), 88 deletions(-) commit a00c7b6bd26565a4aa35e5602df75d1a106bb177 Author: Petr Kovar Date: Mon Apr 12 23:29:59 2010 +0200 Update Czech translation by Marek Cernocky po/cs.po | 204 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 111 insertions(+), 93 deletions(-) commit 2efdd6fb2a1a9f9db80845495bdf4d80f2bb976d Author: Jorge González Date: Mon Apr 12 00:51:10 2010 +0200 Updated Spanish translation po/es.po | 64 +++++++++++-------------------------------------------------- 1 files changed, 12 insertions(+), 52 deletions(-) commit 3df2bf419f22090a20f1dc895d147f2110aa461e Author: Bruno Coudoin Date: Sun Apr 11 23:47:43 2010 +0200 Minor type in sudoku tutorial. src/sudoku-activity/sudoku.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e627c576d6a1481e3a62165c7feeed9fd3f228e7 Author: Bruno Coudoin Date: Sun Apr 11 23:22:46 2010 +0200 Little type in the French translation. po/fr.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ffb062f94003826006c31b08e8277bd32d485dad Author: Jorge González Date: Sun Apr 11 14:16:16 2010 +0200 Updated Spanish translation po/es.po | 309 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 149 insertions(+), 160 deletions(-) commit 74ba6a1f779509fa7a6b28a4ed634efe91c72f4a Author: Bruno Coudoin Date: Sat Apr 10 23:06:35 2010 +0200 Preparing 9.3BETA2 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 612cbc7b100cb65b16470c0432664b06c2c4d8ef Author: Bruno Coudoin Date: Sat Apr 10 23:05:42 2010 +0200 Little adjustment to the babytoy skin. boards/skins/babytoy/skin.svg | 257 +++++++++++++++++++++-------------------- boards/skins/babytoy/skin.xml | 2 +- 2 files changed, 133 insertions(+), 126 deletions(-) commit 0e0e23d9f108b8a8a1c20f404b52d9c1e4e9bfe4 Author: Bruno Coudoin Date: Sat Apr 10 22:39:45 2010 +0200 Improved graphism new skins babytoy by Cabaraux Stéphane. boards/skins/babytoy/README | 2 + boards/skins/babytoy/cursors/default.png | Bin 0 -> 3647 bytes boards/skins/babytoy/fsflogo.png | Bin 0 -> 13412 bytes boards/skins/babytoy/gcompris-about.png | Bin 0 -> 35021 bytes boards/skins/babytoy/skin.svg | 7263 +++++++++++++++++++++++++++++ boards/skins/babytoy/skin.xml | 48 + boards/skins/babytoy/timers/README | 1 + boards/skins/babytoy/timers/clock1.png | Bin 0 -> 9606 bytes boards/skins/babytoy/timers/clock10.png | Bin 0 -> 10018 bytes boards/skins/babytoy/timers/clock2.png | Bin 0 -> 9992 bytes boards/skins/babytoy/timers/clock3.png | Bin 0 -> 10035 bytes boards/skins/babytoy/timers/clock4.png | Bin 0 -> 10221 bytes boards/skins/babytoy/timers/clock5.png | Bin 0 -> 9997 bytes boards/skins/babytoy/timers/clock6.png | Bin 0 -> 9553 bytes boards/skins/babytoy/timers/clock7.png | Bin 0 -> 10096 bytes boards/skins/babytoy/timers/clock8.png | Bin 0 -> 10009 bytes boards/skins/babytoy/timers/clock9.png | Bin 0 -> 10095 bytes boards/skins/babytoy/timers/sablier.gif | Bin 0 -> 25708 bytes boards/skins/babytoy/timers/sablier1.png | Bin 0 -> 5604 bytes boards/skins/babytoy/timers/sablier10.png | Bin 0 -> 5464 bytes boards/skins/babytoy/timers/sablier2.png | Bin 0 -> 5670 bytes boards/skins/babytoy/timers/sablier3.png | Bin 0 -> 5764 bytes boards/skins/babytoy/timers/sablier4.png | Bin 0 -> 5606 bytes boards/skins/babytoy/timers/sablier5.png | Bin 0 -> 5700 bytes boards/skins/babytoy/timers/sablier6.png | Bin 0 -> 5755 bytes boards/skins/babytoy/timers/sablier7.png | Bin 0 -> 5544 bytes boards/skins/babytoy/timers/sablier8.png | Bin 0 -> 5561 bytes boards/skins/babytoy/timers/sablier9.png | Bin 0 -> 5561 bytes 28 files changed, 7314 insertions(+), 0 deletions(-) commit 267ac22b1a0ca5052aeaa0bf24fd762da92ea3e7 Author: Bruno Coudoin Date: Sat Apr 10 22:34:35 2010 +0200 Improved graphism for memory back card by Cabaraux Stéphane. src/memory-activity/resources/memory/backcard.png | Bin 15961 -> 22061 bytes src/memory-activity/resources/memory/emptycard.png | Bin 11140 -> 1881 bytes src/memory-activity/resources/memory/memory.svg | 182 ++++++++++++++++++++ 3 files changed, 182 insertions(+), 0 deletions(-) commit bc8224d2b80ad8841c7d1844b7007af3df5638a5 Author: Bruno Coudoin Date: Sat Apr 10 22:31:30 2010 +0200 Improved graphism for connect4 activity by Cabaraux Stéphane. src/connect4-activity/connect4.py | 2 +- src/connect4-activity/resources/connect4/back.png | Bin 78578 -> 42217 bytes .../resources/connect4/connect4.svg | 264 ++++++++++++++++++++ .../resources/connect4/sablier.gif | Bin 140347 -> 25708 bytes .../resources/connect4/stone_1.png | Bin 8096 -> 5026 bytes .../resources/connect4/stone_2.png | Bin 7998 -> 4669 bytes 6 files changed, 265 insertions(+), 1 deletions(-) commit 45b9d6181c10c486028b64718ff19da6cb9d8d9e Author: Bruno Coudoin Date: Sat Apr 10 22:30:05 2010 +0200 Smaller bar in hexagon. Minor. src/hexagon-activity/hexagon.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 44356a9bdc515b3f74a7cadd8f9e1f2cc706a0e9 Author: Bruno Coudoin Date: Fri Apr 9 22:16:31 2010 +0200 Added support for python activities. macosx/launcher.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit de11bd37068695b02e32f004449eaf41843a87c9 Author: Bruno Coudoin Date: Sat Apr 10 22:21:29 2010 +0200 Improved graphism for ballcatch activity by Cabaraux Stéphane. .../resources/ballcatch/ballcatch.svg | 1331 ++++++++++++++++++++ .../resources/ballcatch/beach1.png | Bin 55996 -> 41540 bytes .../resources/ballcatch/hand.png | Bin 8231 -> 9636 bytes .../resources/ballcatch/shift_key.png | Bin 1954 -> 1724 bytes src/ballcatch-activity/resources/ballcatch/tux.png | Bin 37479 -> 5377 bytes 5 files changed, 1331 insertions(+), 0 deletions(-) commit 6e62aef757c73187fc9dd6e2ca6cc92f6e998907 Author: Bruno Coudoin Date: Sat Apr 10 21:43:32 2010 +0200 Updated French translation by Bruno and Zohra Coudoin. po/fr.po | 42 +++++++++++++++++++++--------------------- 1 files changed, 21 insertions(+), 21 deletions(-) commit fec44c6467985b8b5655c366204b55b0c5602d41 Author: Bruno Coudoin Date: Sat Apr 10 21:40:51 2010 +0200 Minor typo. src/lightsoff-activity/lightsoff.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bafb9ef32b98f62806f79fd4f87f4066333616bb Author: Jorge González Date: Sat Apr 10 19:46:52 2010 +0200 Updated Spanish translation po/es.po | 84 +++++++++++++++++++++++--------------------------------------- 1 files changed, 31 insertions(+), 53 deletions(-) commit e857601420450bdffeca1eb605cf77ac1bbc9ccb Author: Mario Blättermann Date: Sat Apr 10 13:31:09 2010 +0200 Updated German translation po/de.po | 202 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 114 insertions(+), 88 deletions(-) commit 369c866b4888a53758e71db553aaca0044e06d41 Author: Bruno Coudoin Date: Fri Apr 9 00:36:52 2010 +0200 Added a copy of gnome-gnuchess internally since the regular gnuchess crashes on macosx. This is activated only on MacOSX. configure.ac | 8 +- macosx/gcompris.bundle | 2 +- src/chess_computer-activity/Makefile.am | 4 + src/chess_computer-activity/gnuchess/Makefile.am | 12 + src/chess_computer-activity/gnuchess/README | 512 +++ src/chess_computer-activity/gnuchess/atak.c | 536 ++++ src/chess_computer-activity/gnuchess/book.c | 693 ++++ src/chess_computer-activity/gnuchess/book.h | 35 + src/chess_computer-activity/gnuchess/cmd.c | 995 ++++++ src/chess_computer-activity/gnuchess/common.h | 860 +++++ src/chess_computer-activity/gnuchess/debug.c | 74 + src/chess_computer-activity/gnuchess/epd.c | 370 +++ src/chess_computer-activity/gnuchess/eval.c | 1496 +++++++++ src/chess_computer-activity/gnuchess/eval.h | 118 + src/chess_computer-activity/gnuchess/genmove.c | 788 +++++ src/chess_computer-activity/gnuchess/getopt.c | 1067 +++++++ src/chess_computer-activity/gnuchess/getopt.h | 179 ++ src/chess_computer-activity/gnuchess/getopt1.c | 187 ++ .../gnuchess/gnome-gnuchess | Bin 0 -> 245180 bytes src/chess_computer-activity/gnuchess/hash.c | 127 + src/chess_computer-activity/gnuchess/hung.c | 76 + src/chess_computer-activity/gnuchess/init.c | 796 +++++ src/chess_computer-activity/gnuchess/inlines.h | 61 + src/chess_computer-activity/gnuchess/input.c | 192 ++ src/chess_computer-activity/gnuchess/iterate.c | 375 +++ src/chess_computer-activity/gnuchess/lexpgn.c | 3348 ++++++++++++++++++++ src/chess_computer-activity/gnuchess/lexpgn.h | 27 + src/chess_computer-activity/gnuchess/main.c | 471 +++ src/chess_computer-activity/gnuchess/move.c | 939 ++++++ src/chess_computer-activity/gnuchess/null.c | 77 + src/chess_computer-activity/gnuchess/output.c | 303 ++ src/chess_computer-activity/gnuchess/pgn.c | 390 +++ src/chess_computer-activity/gnuchess/players.c | 212 ++ src/chess_computer-activity/gnuchess/ponder.c | 58 + src/chess_computer-activity/gnuchess/quiesce.c | 114 + src/chess_computer-activity/gnuchess/random.c | 135 + src/chess_computer-activity/gnuchess/repeat.c | 45 + src/chess_computer-activity/gnuchess/search.c | 734 +++++ src/chess_computer-activity/gnuchess/solve.c | 78 + src/chess_computer-activity/gnuchess/sort.c | 345 ++ src/chess_computer-activity/gnuchess/swap.c | 170 + src/chess_computer-activity/gnuchess/test.c | 266 ++ src/chess_computer-activity/gnuchess/ttable.c | 162 + src/chess_computer-activity/gnuchess/util.c | 220 ++ src/chess_computer-activity/gnuchess/version.h | 27 + 45 files changed, 17681 insertions(+), 3 deletions(-) commit 82d30b8b3d6dc3543a9431ecf886c21abcd91d1f Author: Bruno Coudoin Date: Fri Apr 9 00:45:55 2010 +0200 A set of changes to ease or fix translation issues. src/gcompris/config.c | 14 ++++++-------- src/gcompris/gcompris_db.c | 2 +- src/gcompris/menu.c | 2 +- src/gcompris/sugar.c | 6 ++++-- src/lightsoff-activity/lightsoff.xml.in | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) commit be7da1c52f357c7a4a5adb62e8532dbe40cf4992 Author: Bruno Coudoin Date: Fri Apr 9 00:44:58 2010 +0200 Minor fixes in the french translation to test GCompris. po/fr.po | 707 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 407 insertions(+), 300 deletions(-) commit 2882722544cd1db4820f4271fc20324cc1eca4c5 Author: Bruno Coudoin Date: Thu Apr 8 22:49:24 2010 +0200 Fixed the intro message as it is no more limited to windows. src/gcompris/gcompris.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 553ec81e18d2d40924e135f7b09164feb83494cc Author: Bruno Coudoin Date: Thu Apr 8 22:48:37 2010 +0200 Fixed missing translation request for the "Yes I Saw it" string in the reading activity. src/readingh-activity/reading.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b9ed35db8690fd057434ae5fb7e47cf165e0e31d Author: Bruno Coudoin Date: Wed Apr 7 17:38:13 2010 +0200 Exclude tuxpaint from macosx. src/gcompris/board.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 48ad142aa507b2bffab2a2864cdf9b44452dadb1 Author: Bruno Coudoin Date: Wed Apr 7 17:25:28 2010 +0200 Workaround for the fullscreen mode on macosx. now set a huge max ratio hint when fullscreen is set. src/gcompris/config.c | 3 +- src/gcompris/gcompris.c | 57 +++++++++++++++++++++++++++++++++------------- 2 files changed, 42 insertions(+), 18 deletions(-) commit 52b162c80730cbe60853702cf746e98844a681d5 Author: Bruno Coudoin Date: Mon Apr 5 22:42:27 2010 +0200 Release 9.3BETA1 configure.ac | 2 +- macosx/GCompris.icns | Bin 53005 -> 42321 bytes 2 files changed, 1 insertions(+), 1 deletions(-) commit 341a8aac909fbd15abd6dc126b894f875b969def Author: Bruno Coudoin Date: Mon Apr 5 22:12:09 2010 +0200 reworked the logo. macosx/gcompris.png | Bin 4281 -> 25942 bytes macosx/gcompris.svg | 682 ++++++++++++++++++++------------------------------- 2 files changed, 263 insertions(+), 419 deletions(-) commit c4625a6692221e5a8c5f6d330db79cdad8c2727f Author: Bruno Coudoin Date: Mon Apr 5 11:37:48 2010 +0200 Added support for demo version on mac. configure.ac | 27 +++++++++++--------- src/awele-activity/awele.xml.in | 3 +- src/ballcatch-activity/ballcatch.xml.in | 3 +- src/canal_lock-activity/canal_lock.xml.in | 1 + .../click_on_letter.xml.in | 3 +- src/clickgame-activity/clickgame.xml.in | 3 +- src/clockgame-activity/clockgame.xml.in | 9 +++--- src/colors-activity/colors.xml.in | 3 +- src/crane-activity/crane.xml.in | 3 +- src/enumerate-activity/enumerate.xml.in | 3 +- src/erase-activity/erase.xml.in | 3 +- src/erase_2clic-activity/erase_2clic.xml.in | 3 +- src/erase_clic-activity/erase_clic.xml.in | 3 +- src/followline-activity/followline.xml.in | 3 +- src/gcompris/board.c | 10 ++++++- src/gcompris/gcompris.c | 7 ++--- src/gcompris/menu.c | 4 ++- src/gletters-activity/gletters.xml.in | 9 +++--- src/guessnumber-activity/guessnumber.xml.in | 3 +- src/hanoi-activity/hanoi.xml.in | 3 +- src/hanoi_real-activity/hanoi_real.xml.in | 3 +- src/leftright-activity/leftright.xml.in | 3 +- .../magic_hat_minus.xml.in | 7 +++-- src/magic_hat_plus-activity/magic_hat_plus.xml.in | 3 +- src/money-activity/money.xml.in | 3 +- src/money_cents-activity/money_cents.xml.in | 3 +- src/mosaic-activity/mosaic.xml.in | 3 +- src/photohunter-activity/photohunter.xml.in | 3 +- src/pythontemplate-activity/pythontemplate.xml.in | 3 +- src/pythontest-activity/pythontest.xml.in | 3 +- src/readingh-activity/readingh.xml.in | 11 ++++--- src/readingv-activity/readingv.xml.in | 11 ++++--- src/redraw-activity/redraw.xml.in | 3 +- .../redraw_symmetrical.xml.in | 3 +- src/scalesboard-activity/scalesboard.xml.in | 3 +- .../scalesboard_weight.xml.in | 3 +- src/searace-activity/searace.xml.in | 3 +- src/searace1player-activity/searace1player.xml.in | 3 +- src/submarine-activity/submarine.xml.in | 3 +- src/sudoku-activity/sudoku.xml.in | 3 +- src/superbrain-activity/superbrain.xml.in | 3 +- src/target-activity/target.xml.in | 3 +- src/watercycle-activity/watercycle.xml.in | 3 +- 43 files changed, 123 insertions(+), 72 deletions(-) commit 5ce7ff698b04050473ece92206e1e43741a2b4ff Author: Bruno Coudoin Date: Mon Apr 5 21:01:10 2010 +0200 Added missing files. src/gcompris/status.c | 109 +++++++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/status.h | 30 +++++++++++++ 2 files changed, 139 insertions(+), 0 deletions(-) commit 5171fc6dd54391cef348b43024351df10e32bcc2 Author: Bruno Coudoin Date: Mon Apr 5 20:04:27 2010 +0200 Added an ongoing progress status at GCompris startup. This is used to avoid the long delay at startup without user feedback. src/gcompris/Makefile.am | 2 + src/gcompris/gcompris.c | 67 ++++++++++++++++++++++--------------------- src/gcompris/gcompris_db.c | 5 +++ src/gcompris/menu.c | 20 ++++++++++--- 4 files changed, 56 insertions(+), 38 deletions(-) commit 2a6f86c1a0e6b0e0a02d248c31da0da00f842db4 Author: Bruno Coudoin Date: Mon Apr 5 17:04:46 2010 +0200 Minor cleanup, avoid several ifdefs. src/gcompris/gcompris.c | 21 +++++---------------- 1 files changed, 5 insertions(+), 16 deletions(-) commit 2d2d9cee128665a8c72cbd8b5d3a3e9c58d398af Author: Bruno Coudoin Date: Mon Apr 5 16:54:07 2010 +0200 Implemented the database schema upgrade for the demo field. src/gcompris/gcompris_db.c | 114 ++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 111 insertions(+), 3 deletions(-) commit dc9c8b0a0b472fbd3ec0fd628f01b0e8595c3377 Author: Bruno Coudoin Date: Fri Apr 2 01:25:20 2010 +0200 Fixed base upgrade. src/gcompris/gcompris_db.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 75e116776409bec85bfb6b02e36c2365bc4f0760 Author: Bruno Coudoin Date: Fri Apr 2 00:13:27 2010 +0200 Added support for demo field in the menus and the database. src/gcompris/gcompris-board.h | 4 ++-- src/gcompris/gcompris_db.c | 20 ++++++++++++-------- src/gcompris/gcompris_db.h | 3 ++- src/gcompris/menu.c | 8 +++++++- 4 files changed, 23 insertions(+), 12 deletions(-) commit 460a4373b7159c2e7dfa37408e0fafb808e3b496 Author: Bruno Coudoin Date: Fri Apr 2 00:01:07 2010 +0200 Added pygtk in the bundle. macosx/gcompris.bundle | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) commit 233dc9b8dde06c337be968e6d951173e842aa62f Author: Bruno Coudoin Date: Wed Mar 31 22:21:02 2010 +0200 MacOSX port on its way. We now have the python part working in the bundle. Makefile.am | 1 - configure.ac | 7 ------- macosx/gcompris.bundle | 19 +++++++++++++++++++ src/gcompris/gcompris-board.h | 3 +++ src/gcompris/gcompris.c | 5 ++++- src/gcompris/gcompris_db.c | 20 ++++++++++++++++---- 6 files changed, 42 insertions(+), 13 deletions(-) commit 93dd0828b390e5d9d15a89667e3b3a5ac944b0fa Author: Bruno Coudoin Date: Tue Mar 30 02:19:08 2010 +0200 Cleanup, removed old way of doing MacOSX Bundles. Makefile.am | 113 ---------------------- configure.ac | 23 +---- src/gcompris/gcompris-nsbundle.h | 1 - src/gcompris/gcompris-nsbundle.m | 196 -------------------------------------- src/gcompris/gcompris.c | 25 +---- 5 files changed, 8 insertions(+), 350 deletions(-) commit 34fce027df17e875a926d2a4c4cceec7c0482242 Author: Karl Ove Hufthammer Date: Wed Mar 31 18:30:05 2010 +0200 Updated Norwegian Nynorsk translation. po/nn.po | 906 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 561 insertions(+), 345 deletions(-) commit 60441e2a7630060b796381bc86e729c8af8f3d84 Author: Xandru Armesto Fernandez Date: Tue Mar 30 05:37:41 2010 +0200 Updated asturian translation po/ast.po | 537 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 266 insertions(+), 271 deletions(-) commit 21632b701613ae96022d8dc509530dfc8878314f Author: Bruno Coudoin Date: Tue Mar 30 01:44:21 2010 +0200 Improved the bundling of GCompris for MacOSX. Seems to have everything in place now. configure.ac | 10 +++++----- macosx/Info.plist | 2 +- macosx/gcompris.bundle | 5 +++++ macosx/launcher.sh | 4 ++-- src/gcompris/Makefile.am | 15 +-------------- src/gcompris/binreloc.c | 24 +++++++++++++++++++++--- src/gcompris/binreloc.h | 6 +++++- src/gcompris/gcompris.c | 8 ++++++-- 8 files changed, 46 insertions(+), 28 deletions(-) commit 808f092eb5c912cc9e91bda5f3ea0af02f698e59 Author: Bruno Coudoin Date: Mon Mar 29 00:19:05 2010 +0200 The MacOSX bundle generation is clean now, including translations. configure.ac | 2 +- macosx/gtkrc | 2 + macosx/launcher.sh | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 132 insertions(+), 1 deletions(-) commit 0b4f1e314f5776467c5d272be88e1524987c367b Author: Bruno Coudoin Date: Sun Mar 28 13:04:18 2010 +0200 Added copy of the ligogg for sdl in the MacOSX bundle. macosx/gcompris.bundle | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 27e41f0a5290bdbbac9217d5ddcbe87727bacace Author: Bruno Coudoin Date: Sat Mar 27 23:36:03 2010 +0100 Fixed resizing main window. src/gcompris/gcompris.c | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) commit 5703457ee75a75ed976a355f48ed5fb95a445f7f Author: Bruno Coudoin Date: Sat Mar 27 22:35:53 2010 +0100 Fixed the audio tooltip in the bar. src/gcompris/bar.c | 37 ++++++++++++++++++++++++++++++++++++- 1 files changed, 36 insertions(+), 1 deletions(-) commit f640dc495b77924677a3a94ab8ed7da1c5d13bbc Author: Bruno Coudoin Date: Mon Mar 22 00:51:59 2010 +0100 Improved MacOSX integration. Uncomplete yet. configure.ac | 118 ++++++++++++++++++++++-------------- macosx/gcompris.bundle | 133 +++++++++++++++++++++++++++++++++++++++++ src/goocanvas/src/Makefile.am | 2 - 3 files changed, 204 insertions(+), 49 deletions(-) commit c18205d200c3152082997b2e6b1e4730fe5093f7 Author: Bruno Coudoin Date: Wed Mar 24 01:13:20 2010 +0100 Updated by autoconf. docs/C/texinfo.tex | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit 8b22229905635adee4cb7606b2e90c74403e2156 Author: Bruno Coudoin Date: Wed Mar 24 01:12:08 2010 +0100 Updated by autoconf. install-sh | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit ed4871df4a0e02f5248b0a19353dd2c59f0e79a1 Author: Bruno Coudoin Date: Wed Mar 24 01:11:05 2010 +0100 Fixed compilation issues. src/gcompris/gcompris.c | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) commit 91bd1e5fd4c1201f495dc389838f94f09fb6e768 Author: Bruno Coudoin Date: Wed Mar 24 01:10:12 2010 +0100 Fixed a segfault in the GCompris dialog box. src/gcompris/gcompris_confirm.c | 30 ++++++------------------------ 1 files changed, 6 insertions(+), 24 deletions(-) commit ea3a758b75b01163dc8d327f207f8a39e81e5421 Author: Bruno Coudoin Date: Wed Mar 24 00:49:33 2010 +0100 Ported to compile on GTK 2.19 and above. src/goocanvas/src/goocanvas.c | 266 +++++++++++++++++++++++------------ src/goocanvas/src/goocanvasatk.c | 11 +- src/goocanvas/src/goocanvaswidget.c | 12 ++- 3 files changed, 192 insertions(+), 97 deletions(-) commit 9992d317c09039422c14936305aa3f29a210740a Author: Bruno Coudoin Date: Tue Mar 16 01:26:46 2010 +0100 Initial MacOSX support using Imendio GTK. I have been able to run GCompris including the Python activities. The Bundle is not yet created. Makefile.am | 6 +- configure.ac | 33 ++- install-sh | 5 +- macosx/Info-gnustep.plist | 4 - macosx/Info.plist | 16 +- macosx/Makefile.am | 19 -- macosx/build-gtk.sh | 720 --------------------------------------------- macosx/config.h | 495 ------------------------------- macosx/fonts.conf | 154 ---------- macosx/glibconfig.h | 222 -------------- macosx/main.c | 464 ----------------------------- macosx/pangorc | 10 - src/boards/python.c | 3 +- src/gcompris/Makefile.am | 16 +- src/gcompris/gameutil.c | 7 +- src/gcompris/gcompris.c | 55 +++- 16 files changed, 92 insertions(+), 2137 deletions(-) commit 07948972f839bc3b62f5ce003e869f31f115c8ce Author: Yannis Kaskamanidis Date: Sun Mar 21 23:42:10 2010 +0200 Updated Greek translation for gcomprixogoo po/el.po | 209 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 103 insertions(+), 106 deletions(-) commit 353f88734039580907be43005baf79d41884ad99 Author: Bruno Coudoin Date: Sun Mar 21 14:56:40 2010 +0100 Commented out errors line in Farsi translation until Nouri fixes it (I have contacted him, he works on it) po/fa.po | 154 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 77 insertions(+), 77 deletions(-) commit fe3cf7d0a0092923b4863cd2a01880cb41d1eda3 Author: Inaki Larranaga Date: Thu Mar 18 13:12:51 2010 +0100 Updated Basque translation po/eu.po |10897 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 5650 insertions(+), 5247 deletions(-) commit 8cdcdb5f3b1798ef78cd2cbee2e336af9c9a96ae Author: Jorge González Date: Wed Mar 17 07:54:57 2010 +0100 Updated Spanish translation po/es.po | 480 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 251 insertions(+), 229 deletions(-) commit 273e103d25aa12d8d6a8ab6352b8c588e2c0fe13 Author: Petr Kovar Date: Tue Mar 16 19:21:03 2010 +0100 Update Czech translation by Marek Cernocky po/cs.po | 164 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 83 insertions(+), 81 deletions(-) commit 2a61b6fa609bf8765dde1e97c9b6c2e99826e106 Author: Daniel Nylander Date: Sat Mar 13 22:12:12 2010 +0100 Updated Swedish translation po/sv.po | 491 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 279 insertions(+), 212 deletions(-) commit fef6b5bfc4cf9b18d8fbb71189771e5d1732c5de Author: Mario Blättermann Date: Thu Mar 11 12:19:49 2010 +0100 Updated German translation po/de.po | 835 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 409 insertions(+), 426 deletions(-) commit fa0fc2820495ea2b3c1c0846c9cd9e12045f60de Author: Bruno Coudoin Date: Wed Mar 10 00:14:02 2010 +0100 Added support for Asturian language. boards/flags/ast.svgz | Bin 0 -> 3030 bytes src/gcompris/config.c | 6 ++++++ 2 files changed, 6 insertions(+), 0 deletions(-) commit 32f937680bb7f9478bb81a38ddf2834f8b5e80be Author: Xandru Armesto Fernandez Date: Tue Mar 9 18:29:15 2010 +0100 Updated asturian translation 0 files changed, 0 insertions(+), 0 deletions(-) commit 8eca73d5523105367d2deb4a75f1b74d9840e6f3 Author: Xandru Armesto Fernandez Date: Tue Mar 9 18:28:42 2010 +0100 Updated asturian translation po/ast.po | 1508 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 1001 insertions(+), 507 deletions(-) commit d057b68a07ca255871c55e6ea97ff307b84f3483 Author: Xandru Armesto Fernandez Date: Tue Mar 9 07:28:56 2010 +0100 Added asturian language configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 98d00b7f76ced4eb9c3c6d7871699a75ac0fb52a Author: Xandru Armesto Fernandez Date: Tue Mar 9 07:26:20 2010 +0100 Updated asturian translation 0 files changed, 0 insertions(+), 0 deletions(-) commit e13534866a2ae23f52bf92413ccd4974425e7802 Author: Xandru Armesto Fernandez Date: Tue Mar 9 07:25:02 2010 +0100 Updated asturian translation po/ast.po | 6791 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 6791 insertions(+), 0 deletions(-) commit cedf8f9a1060c271e508930e322e32914d3b3dbe Author: Andrej Žnidaršič Date: Mon Mar 8 11:20:55 2010 +0100 Updated Slovenian translation po/sl.po | 7502 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 5462 insertions(+), 2040 deletions(-) commit 4896bff9e391ae2728e2188dd3c0b954884267b4 Author: Yannis Kaskamanidis Date: Mon Mar 8 00:56:30 2010 +0200 Updated Greek translation for gcompris po/el.po | 570 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 338 insertions(+), 232 deletions(-) commit 6aacb9cb2dffe9b06d40d63777b2b58debdaf656 Author: Christian Kirbach Date: Sun Mar 7 18:13:47 2010 +0100 Updated German translation po/de.po |10814 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 5665 insertions(+), 5149 deletions(-) commit 4c6fedb112b259566e83b3bc273a1a88d6396d9c Author: Gonçalo Cordeiro Date: Fri Mar 5 14:26:37 2010 +0100 Updated Galician translation po/gl.po |11201 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 6056 insertions(+), 5145 deletions(-) commit a69507bff0500ef92bacbc087b9317f242b79250 Author: Bruno Coudoin Date: Wed Mar 3 21:29:14 2010 +0100 Fixed lightsoff. We missed an erase of the background when exitingthe activity. src/lightsoff-activity/lightsoff.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8ac277d62f92232ed6313f68ba68bd1261ea221f Author: Bruno Coudoin Date: Tue Mar 2 00:32:48 2010 +0100 Fixed icons missing on the website. docs/spip_oneboard.xsl | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) commit 9d2247b161ef3246baf87c90f09a1f65a2f6e7c7 Author: Bruno Coudoin Date: Mon Mar 1 23:00:32 2010 +0100 Website generation. Fixed the creation of the screenshot page (by section). docs/README | 2 +- docs/create_boards_menu.sh | 8 ++++---- docs/gcompris2spip.pl | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) commit 52cd163038d68888967afd19a9ab95b876ed65d1 Author: Bruno Coudoin Date: Sun Feb 28 14:36:14 2010 +0100 More art work content for photohunter activity Contributed by Marc Levivier Based on paintings by Le Douanier Rousseau. .../resources/photohunter/board3_1.txt | 25 +++++++++++++++ .../resources/photohunter/board3_1a.png | Bin 0 -> 354075 bytes .../resources/photohunter/board3_1b.png | Bin 0 -> 354075 bytes .../resources/photohunter/board3_2.txt | 30 ++++++++++++++++++ .../resources/photohunter/board3_2a.png | Bin 0 -> 460919 bytes .../resources/photohunter/board3_2b.png | Bin 0 -> 460919 bytes .../resources/photohunter/board3_3.txt | 27 ++++++++++++++++ .../resources/photohunter/board3_3a.png | Bin 0 -> 386150 bytes .../resources/photohunter/board3_3b.png | Bin 0 -> 386150 bytes .../resources/photohunter/board3_4.txt | 33 ++++++++++++++++++++ .../resources/photohunter/board3_4a.png | Bin 0 -> 306558 bytes .../resources/photohunter/board3_4b.png | Bin 0 -> 306558 bytes 12 files changed, 115 insertions(+), 0 deletions(-) commit 7957b692d7c15563235ce7a253cc6353541e3d37 Author: Bruno Coudoin Date: Sun Feb 28 13:13:44 2010 +0100 Minor updates for web site generation. docs/README | 16 ++++++++++++++++ docs/create_boards_menu.sh | 1 + docs/gcompris2spip.pl | 3 ++- 3 files changed, 19 insertions(+), 1 deletions(-) commit 60dd587300c06f57a26fca92bcf1795b637534ef Author: Marek Černocký Date: Thu Feb 25 17:39:38 2010 +0100 Update Czech translation po/cs.po | 55 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 48 insertions(+), 7 deletions(-) commit d285d5e075dd99c9878ea71ec2e3a10cc1abd8a0 Author: Bruno Coudoin Date: Thu Feb 25 02:29:45 2010 +0100 Updated the web site generation scripts for the gcomprixogoo branch. docs/create_boards_menu.sh | 15 ++++++++ docs/gcompris2spip.pl | 55 ++++++++++++++++------------ docs/screenshots/administration.jpg | Bin 0 -> 30685 bytes docs/screenshots/administration_small.jpg | Bin 0 -> 10954 bytes docs/spip_oneboard.xsl | 18 +++++----- 5 files changed, 55 insertions(+), 33 deletions(-) commit f923a60e02ddd76e0d50de88b256bd0e95ff32d2 Author: Bruno Coudoin Date: Wed Feb 24 23:23:57 2010 +0100 Adeed screenshots for lightsoff activity. docs/screenshots/lightsoff.jpg | Bin 0 -> 28377 bytes docs/screenshots/lightsoff_small.jpg | Bin 0 -> 12288 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit f29596694afc51a95a3076b6d0acef7f3d5a1b03 Author: Bruno Coudoin Date: Wed Feb 24 23:23:28 2010 +0100 Make the bar smaller. src/photohunter-activity/photohunter.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 9d8f7557f6a7efe2af137cbdad67c1d0bf16c1a7 Author: Bruno Coudoin Date: Tue Feb 23 21:28:32 2010 +0100 A new level for photohunter activity by Marc Levivier based on a Rousseau painting. .../resources/photohunter/board3_0.txt | 28 ++++++++++++++++++++ .../resources/photohunter/board3_0a.png | Bin 0 -> 488664 bytes .../resources/photohunter/board3_0b.png | Bin 0 -> 488664 bytes 3 files changed, 28 insertions(+), 0 deletions(-) commit 83c8dad7338d14fd37fc20ac681a2e0204d2a9e0 Author: Bruno Coudoin Date: Sun Feb 21 22:01:51 2010 +0100 Changed the difficilty level of lights off. src/lightsoff-activity/lightsoff.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 64424df4eb80df76ce8d6a30b97033beeaafbd22 Author: Bruno Coudoin Date: Sun Feb 21 22:00:53 2010 +0100 Added more simple levels in lightsoff. src/lightsoff-activity/lightsoff.py | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) commit 7ab2447dcbb45358e6deb18975c57fd8333fa8fb Author: Bruno Coudoin Date: Sun Feb 21 21:21:00 2010 +0100 added a .gitgnore. src/lightsoff-activity/.gitignore | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ca80820a0bcaa8b599a7e9ecb50dc5a78c9a5ee4 Author: Bruno Coudoin Date: Sun Feb 21 21:19:08 2010 +0100 Added lightsoff activity to translator file. po/POTFILES.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 77fadbb35a6cad4fac4c1cd20ec0d1334ce38913 Author: Bruno Coudoin Date: Sun Feb 21 20:37:20 2010 +0100 New activity lights off by Bruno and Clement Coudoin. configure.ac | 3 + src/Makefile.am | 1 + src/lightsoff-activity/.gitignore | 1 + src/lightsoff-activity/Makefile.am | 32 + src/lightsoff-activity/gcompris | 1 + src/lightsoff-activity/init_path.sh | 8 + src/lightsoff-activity/lightsoff.py | 843 ++++++++++++++++++++ src/lightsoff-activity/lightsoff.svg | 314 ++++++++ src/lightsoff-activity/lightsoff.xml.in | 18 + src/lightsoff-activity/resources/Makefile.am | 1 + .../resources/lightsoff/Makefile.am | 6 + src/lightsoff-activity/resources/lightsoff/README | 2 + .../resources/lightsoff/back.svgz | Bin 0 -> 59208 bytes .../resources/lightsoff/onoff.svgz | Bin 0 -> 8000 bytes 14 files changed, 1230 insertions(+), 0 deletions(-) commit fb1bdd96c5e1b3d36758eaf3d9e2c35bd77e5908 Author: Petr Kovar Date: Sun Feb 21 20:33:05 2010 +0100 Update Czech translation by Marek Cernocky Reviewed by: Lucas Lommer. po/cs.po | 580 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 331 insertions(+), 249 deletions(-) commit 4d030bca1f74d57d5fc7687d2addba0ac6e049b1 Author: Bruno Coudoin Date: Wed Feb 17 23:47:38 2010 +0100 Updated russian translation by Slava Dubrovskiy po/ru.po | 318 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 197 insertions(+), 121 deletions(-) commit 5d9c4f1e8af6636cb620d22bba19afbf49c8ea76 Author: Bruno Coudoin Date: Wed Feb 17 01:12:19 2010 +0100 Cleanup of the usage of gc_locale_set In several places, call was done to gc_locale_set instead of gc_locale_change. The API is very confusing. In fact, gc_locale_change keep the locale for the next call to gc_locale_reset. src/babymatch-activity/shapegame.c | 4 +--- src/click_on_letter-activity/click_on_letter.c | 3 +-- src/colors-activity/colors.c | 1 - src/electric-activity/electric.py | 2 -- src/gletters-activity/gletters.c | 4 +--- src/guessnumber-activity/guessnumber.py | 2 -- src/imageid-activity/imageid.c | 4 +--- src/missing_letter-activity/missingletter.c | 4 +--- src/mosaic-activity/mosaic.py | 2 -- src/readingh-activity/reading.c | 4 +--- src/wordsgame-activity/wordsgame.c | 2 -- 11 files changed, 6 insertions(+), 26 deletions(-) commit f0cd8a59e9cd385ac3260e61a19be3a370e18730 Author: Bruno Coudoin Date: Wed Feb 17 01:01:14 2010 +0100 Improved wordsgame activity to support language selection. src/wordsgame-activity/wordsgame.c | 95 ++++++++++++++++++++++++++++++----- 1 files changed, 81 insertions(+), 14 deletions(-) commit 385c72a130aae4e8f0be0f340215c26df72f869e Author: Jorge González Date: Mon Feb 15 18:27:00 2010 +0100 Updated Spanish translation po/es.po | 644 ++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 401 insertions(+), 243 deletions(-) commit 92d3bf40ac8b203b71186342bad8e80ea2204c84 Author: Bruno Coudoin Date: Mon Feb 15 01:54:08 2010 +0100 Fixed score counting in advanced color Now we give 4 chances at each sublevel. After that the sublevel restarts. src/advanced_colors-activity/advanced_colors.c | 23 +++++++++++++---------- 1 files changed, 13 insertions(+), 10 deletions(-) commit 865a96e30273dd2f1023633d6ea4586ab46aa67b Author: Bruno Coudoin Date: Mon Feb 15 00:24:53 2010 +0100 Removed a comoilation warning in scale.c src/scalesboard-activity/scale.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit afe6d4cfa4a483507d506d63168d467aba7acf11 Author: Bruno Coudoin Date: Sun Feb 14 19:26:41 2010 +0100 Fixed redraw activity, several level was impossible to complete. There was many colors in the image target that was impossible to do. Now use constant to refer to colors to avoid this issue. Changed the order of the X coord labels when in symmetrical mode. Added a link in symmetrical to make it work with the runit script. src/redraw-activity/redraw.py | 566 +++++++++++----------- src/redraw_symmetrical-activity/resources/redraw | 1 + 2 files changed, 287 insertions(+), 280 deletions(-) commit cc4423c72b65cf4d66d1931bdbd21770cf1372cc Author: Bruno Coudoin Date: Sun Feb 14 00:34:52 2010 +0100 Updated the screenshots for the web site. docs/screenshots/advanced_colors.jpg | Bin 28686 -> 26043 bytes docs/screenshots/advanced_colors_small.jpg | Bin 15277 -> 14096 bytes docs/screenshots/algebra_by.jpg | Bin 25727 -> 20155 bytes docs/screenshots/algebra_by_small.jpg | Bin 14226 -> 11693 bytes docs/screenshots/algebra_guesscount.jpg | Bin 25012 -> 28075 bytes docs/screenshots/algebra_guesscount_small.jpg | Bin 14683 -> 12591 bytes docs/screenshots/algebra_minus.jpg | Bin 25942 -> 20346 bytes docs/screenshots/algebra_minus_small.jpg | Bin 14432 -> 11858 bytes docs/screenshots/algebra_plus.jpg | Bin 25922 -> 20157 bytes docs/screenshots/algebra_plus_small.jpg | Bin 14269 -> 11717 bytes docs/screenshots/algorithm.jpg | Bin 28729 -> 25880 bytes docs/screenshots/algorithm_small.jpg | Bin 15238 -> 14213 bytes docs/screenshots/anim.jpg | Bin 31876 -> 27536 bytes docs/screenshots/anim_small.jpg | Bin 14393 -> 10631 bytes docs/screenshots/awele.jpg | Bin 29693 -> 28664 bytes docs/screenshots/awele_small.jpg | Bin 13569 -> 12320 bytes docs/screenshots/babymatch.jpg | Bin 18516 -> 12013 bytes docs/screenshots/babymatch_small.jpg | Bin 10928 -> 6318 bytes docs/screenshots/babyshapes.jpg | Bin 14951 -> 11903 bytes docs/screenshots/babyshapes_small.jpg | Bin 10095 -> 6912 bytes docs/screenshots/ballcatch.jpg | Bin 20286 -> 19486 bytes docs/screenshots/ballcatch_small.jpg | Bin 12194 -> 11241 bytes docs/screenshots/bargame.jpg | Bin 31102 -> 23501 bytes docs/screenshots/bargame_small.jpg | Bin 14697 -> 12016 bytes docs/screenshots/billard.jpg | Bin 14137 -> 12767 bytes docs/screenshots/billard_small.jpg | Bin 9163 -> 8084 bytes docs/screenshots/canal_lock.jpg | Bin 16032 -> 19797 bytes docs/screenshots/canal_lock_small.jpg | Bin 10482 -> 10937 bytes docs/screenshots/chat.jpg | Bin 18515 -> 11786 bytes docs/screenshots/chat_small.jpg | Bin 7941 -> 4961 bytes docs/screenshots/chess_computer.jpg | Bin 25790 -> 22986 bytes docs/screenshots/chess_computer_small.jpg | Bin 13052 -> 10213 bytes docs/screenshots/chess_movelearn.jpg | Bin 20039 -> 17434 bytes docs/screenshots/chess_movelearn_small.jpg | Bin 12716 -> 10044 bytes docs/screenshots/chess_partyend.jpg | Bin 20181 -> 17667 bytes docs/screenshots/chess_partyend_small.jpg | Bin 12677 -> 10035 bytes docs/screenshots/chronos.jpg | Bin 18847 -> 17115 bytes docs/screenshots/chronos_small.jpg | Bin 11084 -> 8026 bytes docs/screenshots/click_on_letter.jpg | Bin 24075 -> 20028 bytes docs/screenshots/click_on_letter_small.jpg | Bin 12193 -> 10068 bytes docs/screenshots/clickanddraw.jpg | Bin 18301 -> 14511 bytes docs/screenshots/clickanddraw_small.jpg | Bin 10444 -> 8583 bytes docs/screenshots/clickgame.jpg | Bin 35742 -> 33023 bytes docs/screenshots/clickgame_small.jpg | Bin 15614 -> 13796 bytes docs/screenshots/clockgame.jpg | Bin 26298 -> 19732 bytes docs/screenshots/clockgame_small.jpg | Bin 11794 -> 9540 bytes docs/screenshots/colors.jpg | Bin 22999 -> 29593 bytes docs/screenshots/colors1_small.jpg | Bin 13306 -> 0 bytes docs/screenshots/colors_small.jpg | Bin 13396 -> 14597 bytes docs/screenshots/connect4-2players.jpg | Bin 32015 -> 29182 bytes docs/screenshots/connect4-2players_small.jpg | Bin 14983 -> 13454 bytes docs/screenshots/connect4.jpg | Bin 31566 -> 29801 bytes docs/screenshots/connect4_small.jpg | Bin 14415 -> 13682 bytes docs/screenshots/crane.jpg | Bin 26257 -> 25393 bytes docs/screenshots/crane_small.jpg | Bin 13118 -> 12862 bytes docs/screenshots/doubleentry.jpg | Bin 22278 -> 18630 bytes docs/screenshots/doubleentry_small.jpg | Bin 13025 -> 10996 bytes docs/screenshots/draw.jpg | Bin 28368 -> 22817 bytes docs/screenshots/draw_small.jpg | Bin 13779 -> 10947 bytes docs/screenshots/drawnumber.jpg | Bin 13477 -> 7773 bytes docs/screenshots/drawnumber_small.jpg | Bin 8813 -> 6190 bytes docs/screenshots/electric.jpg | Bin 21286 -> 15675 bytes docs/screenshots/electric_small.jpg | Bin 11122 -> 7770 bytes docs/screenshots/enumerate.jpg | Bin 22973 -> 21320 bytes docs/screenshots/enumerate_small.jpg | Bin 13293 -> 12070 bytes docs/screenshots/erase.jpg | Bin 35387 -> 33344 bytes docs/screenshots/erase_2clic.jpg | Bin 0 -> 26429 bytes docs/screenshots/erase_2clic_small.jpg | Bin 0 -> 12743 bytes docs/screenshots/erase_clic.jpg | Bin 38003 -> 35683 bytes docs/screenshots/erase_clic_small.jpg | Bin 14510 -> 14565 bytes docs/screenshots/erase_double_clic.jpg | Bin 28658 -> 0 bytes docs/screenshots/erase_double_clic_small.jpg | Bin 14279 -> 0 bytes docs/screenshots/erase_small.jpg | Bin 16006 -> 13834 bytes docs/screenshots/fifteen.jpg | Bin 14938 -> 11921 bytes docs/screenshots/fifteen_small.jpg | Bin 8743 -> 6010 bytes docs/screenshots/followline.jpg | Bin 25155 -> 24724 bytes docs/screenshots/followline_small.jpg | Bin 13823 -> 12425 bytes docs/screenshots/geo_country.jpg | Bin 0 -> 33852 bytes docs/screenshots/geo_country_small.jpg | Bin 0 -> 12884 bytes docs/screenshots/geography.jpg | Bin 24854 -> 24354 bytes docs/screenshots/geography_country.jpg | Bin 25792 -> 0 bytes docs/screenshots/geography_country_small.jpg | Bin 13541 -> 0 bytes docs/screenshots/geography_small.jpg | Bin 14133 -> 12228 bytes docs/screenshots/gletters.jpg | Bin 27459 -> 24961 bytes docs/screenshots/gletters_small.jpg | Bin 13851 -> 12880 bytes docs/screenshots/gnumch-equality.jpg | Bin 24233 -> 18621 bytes docs/screenshots/gnumch-equality_small.jpg | Bin 12592 -> 9508 bytes docs/screenshots/gnumch-factors.jpg | Bin 22411 -> 14458 bytes docs/screenshots/gnumch-factors_small.jpg | Bin 12393 -> 8716 bytes docs/screenshots/gnumch-inequality.jpg | Bin 23766 -> 18302 bytes docs/screenshots/gnumch-inequality_small.jpg | Bin 12243 -> 9376 bytes docs/screenshots/gnumch-multiples.jpg | Bin 26414 -> 15318 bytes docs/screenshots/gnumch-multiples_small.jpg | Bin 13286 -> 8998 bytes docs/screenshots/gnumch-primes.jpg | Bin 30280 -> 14153 bytes docs/screenshots/gnumch-primes_small.jpg | Bin 14217 -> 8625 bytes docs/screenshots/gtans_small.jpg | Bin 10182 -> 9877 bytes docs/screenshots/guessnumber.jpg | Bin 17225 -> 13035 bytes docs/screenshots/guessnumber_small.jpg | Bin 10756 -> 8703 bytes docs/screenshots/hanoi.jpg | Bin 23618 -> 19943 bytes docs/screenshots/hanoi_real.jpg | Bin 18014 -> 14633 bytes docs/screenshots/hanoi_real_small.jpg | Bin 11171 -> 8047 bytes docs/screenshots/hanoi_small.jpg | Bin 13028 -> 10892 bytes docs/screenshots/hexagon.jpg | Bin 59804 -> 41313 bytes docs/screenshots/hexagon_small.jpg | Bin 17786 -> 15759 bytes docs/screenshots/imageid.jpg | Bin 21283 -> 16744 bytes docs/screenshots/imageid_small.jpg | Bin 11899 -> 10365 bytes docs/screenshots/imagename.jpg | Bin 18447 -> 11749 bytes docs/screenshots/imagename_small.jpg | Bin 11520 -> 6809 bytes docs/screenshots/leftright.jpg | Bin 16821 -> 15026 bytes docs/screenshots/leftright_small.jpg | Bin 9854 -> 9040 bytes docs/screenshots/magic_hat_minus.jpg | Bin 22743 -> 15804 bytes docs/screenshots/magic_hat_minus_small.jpg | Bin 11201 -> 7826 bytes docs/screenshots/magic_hat_plus.jpg | Bin 23414 -> 21180 bytes docs/screenshots/magic_hat_plus_small.jpg | Bin 11388 -> 9071 bytes docs/screenshots/maze.jpg | Bin 16111 -> 7705 bytes docs/screenshots/maze2DRelative.jpg | Bin 23647 -> 7712 bytes docs/screenshots/maze2DRelative_small.jpg | Bin 13005 -> 4549 bytes docs/screenshots/maze3D.jpg | Bin 29137 -> 10261 bytes docs/screenshots/maze3D_small.jpg | Bin 11447 -> 7407 bytes docs/screenshots/mazeInvisible.jpg | Bin 11297 -> 5114 bytes docs/screenshots/mazeInvisible_small.jpg | Bin 8473 -> 2951 bytes docs/screenshots/maze_small.jpg | Bin 11032 -> 4674 bytes docs/screenshots/melody.jpg | Bin 17303 -> 15803 bytes docs/screenshots/melody_small.jpg | Bin 10811 -> 9929 bytes docs/screenshots/memory.jpg | Bin 30298 -> 33452 bytes docs/screenshots/memory_add.jpg | Bin 36061 -> 32503 bytes docs/screenshots/memory_add_minus.jpg | Bin 33824 -> 32504 bytes docs/screenshots/memory_add_minus_mult.jpg | Bin 40662 -> 0 bytes docs/screenshots/memory_add_minus_mult_div.jpg | Bin 39136 -> 29152 bytes .../memory_add_minus_mult_div_small.jpg | Bin 15140 -> 13833 bytes docs/screenshots/memory_add_minus_mult_div_tux.jpg | Bin 38936 -> 34584 bytes .../memory_add_minus_mult_div_tux_small.jpg | Bin 15412 -> 14706 bytes docs/screenshots/memory_add_minus_mult_small.jpg | Bin 15400 -> 0 bytes docs/screenshots/memory_add_minus_small.jpg | Bin 14387 -> 14449 bytes docs/screenshots/memory_add_minus_tux.jpg | Bin 33180 -> 35570 bytes docs/screenshots/memory_add_minus_tux_small.jpg | Bin 14740 -> 15051 bytes docs/screenshots/memory_add_small.jpg | Bin 14504 -> 14464 bytes docs/screenshots/memory_add_tux.jpg | Bin 36795 -> 35643 bytes docs/screenshots/memory_add_tux_small.jpg | Bin 15224 -> 15077 bytes docs/screenshots/memory_div.jpg | Bin 33046 -> 32505 bytes docs/screenshots/memory_div_small.jpg | Bin 14296 -> 14452 bytes docs/screenshots/memory_div_tux.jpg | Bin 32953 -> 35562 bytes docs/screenshots/memory_div_tux_small.jpg | Bin 14564 -> 15090 bytes docs/screenshots/memory_enumerate.jpg | Bin 0 -> 33583 bytes docs/screenshots/memory_enumerate_small.jpg | Bin 0 -> 14596 bytes docs/screenshots/memory_minus.jpg | Bin 35843 -> 32526 bytes docs/screenshots/memory_minus_small.jpg | Bin 14689 -> 14451 bytes docs/screenshots/memory_minus_tux.jpg | Bin 38967 -> 35697 bytes docs/screenshots/memory_minus_tux_small.jpg | Bin 15375 -> 15078 bytes docs/screenshots/memory_mult.jpg | Bin 29649 -> 30457 bytes docs/screenshots/memory_mult_div.jpg | Bin 34042 -> 32621 bytes docs/screenshots/memory_mult_div_small.jpg | Bin 14722 -> 14516 bytes docs/screenshots/memory_mult_div_tux.jpg | Bin 39480 -> 35813 bytes docs/screenshots/memory_mult_div_tux_small.jpg | Bin 15694 -> 15078 bytes docs/screenshots/memory_mult_small.jpg | Bin 13897 -> 13853 bytes docs/screenshots/memory_mult_tux.jpg | Bin 36799 -> 33458 bytes docs/screenshots/memory_mult_tux_small.jpg | Bin 15286 -> 14482 bytes docs/screenshots/memory_small.jpg | Bin 13385 -> 14607 bytes docs/screenshots/memory_sound.jpg | Bin 33499 -> 28426 bytes docs/screenshots/memory_sound_small.jpg | Bin 15088 -> 12768 bytes docs/screenshots/memory_sound_tux.jpg | Bin 35145 -> 29978 bytes docs/screenshots/memory_sound_tux_small.jpg | Bin 15393 -> 13063 bytes docs/screenshots/memory_tux.jpg | Bin 34335 -> 36541 bytes docs/screenshots/memory_tux_small.jpg | Bin 14928 -> 15223 bytes docs/screenshots/memory_wordnumber.jpg | Bin 0 -> 32493 bytes docs/screenshots/memory_wordnumber_small.jpg | Bin 0 -> 14480 bytes docs/screenshots/missing_letter.jpg | Bin 21053 -> 11578 bytes docs/screenshots/missing_letter_small.jpg | Bin 11332 -> 6883 bytes docs/screenshots/money.jpg | Bin 14929 -> 11246 bytes docs/screenshots/money_cents.jpg | Bin 14740 -> 11547 bytes docs/screenshots/money_cents_small.jpg | Bin 10725 -> 7522 bytes docs/screenshots/money_small.jpg | Bin 10693 -> 7262 bytes docs/screenshots/mosaic.jpg | Bin 18404 -> 15157 bytes docs/screenshots/mosaic_small.jpg | Bin 10858 -> 9094 bytes docs/screenshots/paintings.jpg | Bin 30772 -> 21320 bytes docs/screenshots/paintings_small.jpg | Bin 14086 -> 9459 bytes docs/screenshots/paratrooper.jpg | Bin 21410 -> 20576 bytes docs/screenshots/paratrooper_small.jpg | Bin 11210 -> 10342 bytes docs/screenshots/penalty.jpg | Bin 0 -> 22480 bytes docs/screenshots/penalty_small.jpg | Bin 0 -> 11088 bytes docs/screenshots/photohunter.jpg | Bin 0 -> 19617 bytes docs/screenshots/photohunter_small.jpg | Bin 0 -> 9658 bytes docs/screenshots/planegame.jpg | Bin 20572 -> 17942 bytes docs/screenshots/planegame_small.jpg | Bin 10561 -> 9069 bytes docs/screenshots/railroad.jpg | Bin 36345 -> 31595 bytes docs/screenshots/railroad_small.jpg | Bin 15644 -> 13888 bytes docs/screenshots/read_colors.jpg | Bin 19014 -> 14700 bytes docs/screenshots/read_colors_small.jpg | Bin 13005 -> 10848 bytes docs/screenshots/readingh.jpg | Bin 13569 -> 10459 bytes docs/screenshots/readingh_small.jpg | Bin 7810 -> 6056 bytes docs/screenshots/readingv.jpg | Bin 13514 -> 10388 bytes docs/screenshots/readingv_small.jpg | Bin 7851 -> 6003 bytes docs/screenshots/redraw.jpg | Bin 40414 -> 33761 bytes docs/screenshots/redraw_small.jpg | Bin 14178 -> 11585 bytes docs/screenshots/redraw_symmetrical.jpg | Bin 38651 -> 34656 bytes docs/screenshots/redraw_symmetrical_small.jpg | Bin 14239 -> 12935 bytes docs/screenshots/reversecount.jpg | Bin 27655 -> 26349 bytes docs/screenshots/reversecount_small.jpg | Bin 15381 -> 13481 bytes docs/screenshots/scalesboard.jpg | Bin 33516 -> 28133 bytes docs/screenshots/scalesboard_small.jpg | Bin 15319 -> 13540 bytes docs/screenshots/scalesboard_weight.jpg | Bin 0 -> 29945 bytes docs/screenshots/scalesboard_weight_small.jpg | Bin 0 -> 13589 bytes docs/screenshots/searace.jpg | Bin 35381 -> 29035 bytes docs/screenshots/searace1player.jpg | Bin 36951 -> 29543 bytes docs/screenshots/searace1player_small.jpg | Bin 14829 -> 12252 bytes docs/screenshots/searace_small.jpg | Bin 14604 -> 12157 bytes docs/screenshots/smallnumbers.jpg | Bin 18459 -> 19829 bytes docs/screenshots/smallnumbers2.jpg | Bin 21322 -> 19927 bytes docs/screenshots/smallnumbers2_small.jpg | Bin 11195 -> 11434 bytes docs/screenshots/smallnumbers_small.jpg | Bin 10418 -> 11584 bytes docs/screenshots/submarine.jpg | Bin 31477 -> 28182 bytes docs/screenshots/submarine_small.jpg | Bin 14730 -> 13507 bytes docs/screenshots/sudoku.jpg | Bin 20636 -> 16928 bytes docs/screenshots/sudoku_small.jpg | Bin 12205 -> 9611 bytes docs/screenshots/superbrain.jpg | Bin 28455 -> 17085 bytes docs/screenshots/superbrain_small.jpg | Bin 14437 -> 9758 bytes docs/screenshots/tangram.jpg | Bin 15765 -> 15737 bytes docs/screenshots/tangram_small.jpg | Bin 9938 -> 9557 bytes docs/screenshots/target.jpg | Bin 26544 -> 22030 bytes docs/screenshots/target_small.jpg | Bin 13813 -> 11981 bytes docs/screenshots/traffic.jpg | Bin 27485 -> 27123 bytes docs/screenshots/traffic_small.jpg | Bin 14729 -> 13638 bytes docs/screenshots/tuxpaint.jpg | Bin 40771 -> 0 bytes docs/screenshots/tuxpaint_small.jpg | Bin 16923 -> 0 bytes docs/screenshots/watercycle.jpg | Bin 31970 -> 24113 bytes docs/screenshots/watercycle_small.jpg | Bin 15033 -> 12008 bytes docs/screenshots/wordprocessor.jpg | Bin 22779 -> 22687 bytes docs/screenshots/wordprocessor_small.jpg | Bin 9704 -> 7603 bytes docs/screenshots/wordsgame.jpg | Bin 28206 -> 25333 bytes docs/screenshots/wordsgame_small.jpg | Bin 13999 -> 12762 bytes 230 files changed, 0 insertions(+), 0 deletions(-) commit 9672306814b73013d9b608e587113f0376716cca Author: Bruno Coudoin Date: Sun Feb 14 00:33:24 2010 +0100 removed obsolete code that supported user directory for python plugin. This is no more the good way to have user plugins. src/boards/python.c | 41 ----------------------------------------- 1 files changed, 0 insertions(+), 41 deletions(-) commit 828726b3517bac0ae7dd87200b28f457363bad7b Author: Bruno Coudoin Date: Sun Feb 14 00:32:23 2010 +0100 No more have a python error if there is nothing to do in login.py. src/login-activity/login.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 5bfbb086b4fbc821d6af19b0b9f9d99710cd7246 Author: Bruno Coudoin Date: Sat Feb 13 22:29:51 2010 +0100 No more needed files, specific to Sugar and taken over by them. src/activity-gcompris.svg | 157 --------------------------------------------- src/activity.info | 10 --- src/gcompris-activity | 65 ------------------- src/old-gcompris-activity | 11 --- 4 files changed, 0 insertions(+), 243 deletions(-) commit fe6c3c4001bba1597bd6cb8dedddddb8211be04d Author: Bruno Coudoin Date: Sat Feb 13 22:27:25 2010 +0100 Files no more needed. src/old-gcompris-factory | 12 ------------ src/old-gcompris-instance | 37 ------------------------------------- 2 files changed, 0 insertions(+), 49 deletions(-) commit 3a2e3abd35c014f2d4eb5f7cfc695ea962dcf5db Author: Bruno Coudoin Date: Sat Feb 13 22:12:22 2010 +0100 Missing link to make redraw_symmetrical work with the runit script. src/redraw_symmetrical-activity/resources/anim | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6ef6c6e037ac3b891b5eca9ad0c86489a83b7d5b Author: Bruno Coudoin Date: Sat Feb 13 18:28:56 2010 +0100 Added hard dependancy on X11 This is done to overcome this issue. https://fedoraproject.org/wiki/UnderstandingDSOLinkChange configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 221259d5c85a13943bf12fbd7eb3160a26d0d9f4 Author: Bruno Coudoin Date: Sat Feb 13 14:38:34 2010 +0100 Put initial focus on the activation code on Windows. src/gcompris/gcompris.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit dd72a7de72f7c9e79e5899e151d471041e27188c Author: Bruno Coudoin Date: Sat Feb 13 00:37:38 2010 +0100 Fixed SDL audio backend to allow playing with effects and no backgroundd music. src/gcompris/soundutil_sdl.c | 39 +++++++++++++++------------------------ 1 files changed, 15 insertions(+), 24 deletions(-) commit 7728a4743e93e4fca3170096122c67958fdf8f4f Author: Bruno Coudoin Date: Sat Feb 13 00:18:36 2010 +0100 Fixed little typo, replace Gcompris in GCompris. po/fr.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 6752ada4bbe97b128b8e6ff3a5527ad9b90b293f Author: Bruno Coudoin Date: Fri Feb 12 20:58:19 2010 +0100 Fixed usa map due to missing rhode island. configure.ac | 2 +- .../resources/geo_country/usa/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) commit db64a4c9c837cd092c81258eeaaea1f17a0dc77b Author: Gabor Kelemen Date: Thu Feb 11 22:30:36 2010 +0100 Hungarian translation updated po/hu.po | 462 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 263 insertions(+), 199 deletions(-) commit 391184ddb8e84230ff66de0c176b3f85c14922b5 Author: Bruno Coudoin Date: Wed Feb 10 23:41:12 2010 +0100 Removed a useless warning that in fact had a bad pointer reference. src/gcompris/soundutil_sdl.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit fbd6ea28735044e55a871d4b8d35dbde302f6964 Author: Bruno Coudoin Date: Wed Feb 10 23:23:13 2010 +0100 Fixed missing sounds with the SDL backend. The SDL backend was initialized in the PLAY_ONLY_IF_IDLE instead of PLAY_AFTER_CURRENT. Thus sending 2 close voices, the second one was discarded. src/gcompris/soundutil_sdl.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 2468234e88853d7f9ec615d4492c23ef8a5035b1 Author: Bruno Coudoin Date: Wed Feb 10 22:56:22 2010 +0100 Removed specific code to make XO bundle since Aleksey Lim have a better option. Aleksey Lim made a 0install solution. src/bundleit.sh | 230 --------------------------------------- tools/full-xo-bundle-add-on.tzf | Bin 4906 -> 0 bytes tools/full_xo_bundle.sh | 45 -------- 3 files changed, 0 insertions(+), 275 deletions(-) commit eaec390a898e4f1db5f3b515fe9a1a9633ece4eb Author: Bruno Coudoin Date: Mon Feb 8 22:00:15 2010 +0100 Fixed wrong image name in packaging usa map. .../resources/geo_country/usa/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6d22a03cfa100d27d20b14ed11a88988658763f7 Author: Bruno Coudoin Date: Mon Feb 8 00:14:24 2010 +0100 Missing file for the usa map. .../resources/geo_country/.gitignore | 13 +-- .../resources/geo_country/board10_1.xml.in | 109 ++++++++++++++++++++ 2 files changed, 110 insertions(+), 12 deletions(-) commit aaef905c3e2595f2cba6246f172804990b1ffd3e Author: Bruno Coudoin Date: Mon Feb 8 00:11:59 2010 +0100 Added the map of the USA in the geo country activity. configure.ac | 1 + src/geo_country-activity/geo_country.xml.in | 2 - .../resources/geo_country/.gitignore | 1 + .../resources/geo_country/Makefile.am | 8 +- .../resources/geo_country/board10_0.xml.in | 109 ++++++++++++++++++++ .../resources/geo_country/usa/Makefile.am | 57 ++++++++++ .../resources/geo_country/usa/alabama.png | Bin 0 -> 14030 bytes .../resources/geo_country/usa/alaska.png | Bin 0 -> 68843 bytes .../resources/geo_country/usa/arizona.png | Bin 0 -> 32512 bytes .../resources/geo_country/usa/arkansas.png | Bin 0 -> 12866 bytes .../resources/geo_country/usa/background.png | Bin 0 -> 1214870 bytes .../resources/geo_country/usa/background1.png | Bin 0 -> 1214870 bytes .../resources/geo_country/usa/california.png | Bin 0 -> 67555 bytes .../resources/geo_country/usa/colorado.png | Bin 0 -> 25748 bytes .../resources/geo_country/usa/connecticut.png | Bin 0 -> 1620 bytes .../resources/geo_country/usa/delaware.png | Bin 0 -> 696 bytes .../resources/geo_country/usa/florida.png | Bin 0 -> 39780 bytes .../resources/geo_country/usa/georgia.png | Bin 0 -> 18390 bytes .../resources/geo_country/usa/hawai.png | Bin 0 -> 18519 bytes .../resources/geo_country/usa/idaho.png | Bin 0 -> 35294 bytes .../resources/geo_country/usa/illinois.png | Bin 0 -> 17441 bytes .../resources/geo_country/usa/indiana.png | Bin 0 -> 9228 bytes .../resources/geo_country/usa/iowa.png | Bin 0 -> 14349 bytes .../resources/geo_country/usa/kansas.png | Bin 0 -> 17817 bytes .../resources/geo_country/usa/kentucky.png | Bin 0 -> 16711 bytes .../resources/geo_country/usa/louisiana.png | Bin 0 -> 18271 bytes .../resources/geo_country/usa/maine.png | Bin 0 -> 12944 bytes .../resources/geo_country/usa/maryland.png | Bin 0 -> 5006 bytes .../resources/geo_country/usa/massachusetts.png | Bin 0 -> 3301 bytes .../resources/geo_country/usa/michigan.png | Bin 0 -> 33310 bytes .../resources/geo_country/usa/minnesota.png | Bin 0 -> 28600 bytes .../resources/geo_country/usa/mississippi.png | Bin 0 -> 13068 bytes .../resources/geo_country/usa/missouri.png | Bin 0 -> 23505 bytes .../resources/geo_country/usa/montana.png | Bin 0 -> 41699 bytes .../resources/geo_country/usa/nebraska.png | Bin 0 -> 20555 bytes .../resources/geo_country/usa/nevada.png | Bin 0 -> 40259 bytes .../resources/geo_country/usa/new_hampshire.png | Bin 0 -> 3074 bytes .../resources/geo_country/usa/new_jersey.png | Bin 0 -> 2496 bytes .../resources/geo_country/usa/new_mexico.png | Bin 0 -> 30480 bytes .../resources/geo_country/usa/new_york.png | Bin 0 -> 25667 bytes .../resources/geo_country/usa/north_carolina.png | Bin 0 -> 20644 bytes .../resources/geo_country/usa/north_dakota.png | Bin 0 -> 16680 bytes .../resources/geo_country/usa/ohio.png | Bin 0 -> 12679 bytes .../resources/geo_country/usa/oklahoma.png | Bin 0 -> 24129 bytes .../resources/geo_country/usa/oregon.png | Bin 0 -> 33016 bytes .../resources/geo_country/usa/pennsylvania.png | Bin 0 -> 12738 bytes .../resources/geo_country/usa/rhode_island.png | Bin 0 -> 488 bytes .../resources/geo_country/usa/south_carolina.png | Bin 0 -> 11984 bytes .../resources/geo_country/usa/south_dakota.png | Bin 0 -> 18951 bytes .../resources/geo_country/usa/tennessee.png | Bin 0 -> 14968 bytes .../resources/geo_country/usa/texas.png | Bin 0 -> 119409 bytes .../resources/geo_country/usa/utah.png | Bin 0 -> 24687 bytes .../resources/geo_country/usa/vermont.png | Bin 0 -> 3007 bytes .../resources/geo_country/usa/virginia.png | Bin 0 -> 18108 bytes .../resources/geo_country/usa/washington.png | Bin 0 -> 20325 bytes .../resources/geo_country/usa/washington_dc.png | Bin 0 -> 20957 bytes .../resources/geo_country/usa/west_virginia.png | Bin 0 -> 12459 bytes .../resources/geo_country/usa/wisconsin.png | Bin 0 -> 17037 bytes .../resources/geo_country/usa/wyoming.png | Bin 0 -> 24957 bytes 59 files changed, 174 insertions(+), 4 deletions(-) commit 9a30511a2186c3c3b8c3783a8de57d0eee9db129 Author: Bruno Coudoin Date: Mon Feb 8 00:10:17 2010 +0100 Minor improvements in the shape gimp plugin. tools/gcompris_shapegame.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6c2dd4d7e2026be6fe0d893a20379b609e4ccf3b Author: Bruno Coudoin Date: Sun Feb 7 12:35:36 2010 +0100 Fixed geography activities. Many dot where missing, hidden by the background. Now perform a 2 step shape adding, first the targets, then the background. src/babymatch-activity/shapegame.c | 38 ++++++++++++++++++++++------------- 1 files changed, 24 insertions(+), 14 deletions(-) commit 9c563291aa7e8fb58169efc49597b9d4c17822cd Author: Bruno Coudoin Date: Sun Feb 7 03:01:44 2010 +0100 Fixed to compile again. src/boards/python.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 63f505be0ad6660bd20db131a98c45e368f2582c Author: Bruno Coudoin Date: Sun Feb 7 03:00:59 2010 +0100 Imported latest version of the gimp plugin from the master branch. tools/gcompris_shapegame.py | 106 ++++++++++++++++++++++++++++--------------- 1 files changed, 69 insertions(+), 37 deletions(-) commit c45bc7ac5e967e3d6e4fe22832895c904eb7631c Author: Bruno Coudoin Date: Sun Feb 7 03:00:30 2010 +0100 Reverts wrong commit. src/gcompris/gcompris.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 4aa7854aaad4f2a314b8189225b599388892e906 Author: Bruno Coudoin Date: Sun Feb 7 01:06:13 2010 +0100 This patch fixes the python activities to appear as configurable in the admin menu This bug was only present in the windows version (static modules). src/boards/python.c | 160 ++++++++++++++++++++++++++++++++++--------------- src/gcompris/board.c | 4 - 2 files changed, 111 insertions(+), 53 deletions(-) commit 736df9167e35aef01ce1569104931f281cc945f8 Author: Bruno Coudoin Date: Sun Feb 7 00:41:02 2010 +0100 No more request the activation code for the administation module. src/gcompris/board.c | 5 +---- src/gcompris/gcompris.c | 5 ++++- 2 files changed, 5 insertions(+), 5 deletions(-) commit 5709a54c5bd9f32f7215cc0f8c5d34f5b2b6fa8c Author: Khaled Hosny Date: Sat Feb 6 19:25:20 2010 +0200 Typo boards/skins/gartoon/README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3c15133b4f186cfd9c98d2f51a4868db484ef88f Author: Bruno Coudoin Date: Sat Feb 6 18:08:36 2010 +0100 Updated readme concerning our skins. boards/skins/README | 8 ++++---- boards/skins/gartoon/README | 11 +---------- 2 files changed, 5 insertions(+), 14 deletions(-) commit b7939b75f56346fffba63389fb3388eceb5fcbda Author: Bruno Coudoin Date: Sat Feb 6 17:56:24 2010 +0100 Fixed drawn case in the chess activity, it was ending in an infinite loop. src/chess_computer-activity/chess.c | 65 +++++++++++++++------------------- 1 files changed, 29 insertions(+), 36 deletions(-) commit ac649c9a647267d59ae06957fa139b6d95ea153e Author: Bruno Coudoin Date: Sat Feb 6 16:32:34 2010 +0100 Fixes for demo activation code to work again. src/gcompris/board.c | 2 +- src/gcompris/gcompris.c | 28 ++++++++++++++++++---------- 2 files changed, 19 insertions(+), 11 deletions(-) commit 659ab65dd2383a29503bdd92e71bd2c0625b4d07 Author: Bruno Coudoin Date: Sat Feb 6 12:08:28 2010 +0100 Improved a little bit the layout in the penalty activity. src/penalty-activity/penalty.py | 5 ++++- .../resources/penalty/penalty_bg.svgz | Bin 23277 -> 23331 bytes 2 files changed, 4 insertions(+), 1 deletions(-) commit 0e9178adcfcf705c3376c61217211a543ed7e71b Author: Bruno Coudoin Date: Sat Feb 6 11:50:55 2010 +0100 Replaced the yellow by white the text color of the score. src/gcompris/score.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 163abba222661cf8a610b1e61b051a6fb70916f1 Author: Bruno Coudoin Date: Sat Feb 6 11:50:01 2010 +0100 Now the text dialog is centered in the height. src/gcompris/dialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8d16964de1ef91d437821052c9a1f6d9bb25609d Author: Bruno Coudoin Date: Sat Feb 6 11:48:20 2010 +0100 Added an API entry to get the current cursor. This allow the help dialog to get the previous cursor, set the default one and change again to the caller one in the end. src/gcompris/gcompris.c | 7 +++++++ src/gcompris/gcompris.h | 1 + src/gcompris/help.c | 8 +++++++- 3 files changed, 15 insertions(+), 1 deletions(-) commit b276ab5c3a6eb81340cd541a2a63c8ac704fd50d Author: Bruno Coudoin Date: Sat Feb 6 11:46:34 2010 +0100 In erase activity, the sponge cursor is setback when exiting the pause state. This allow the about box to set the default cursor which is more suitable. src/erase-activity/erase.c | 42 +++++++++++++++++++++++++----------------- 1 files changed, 25 insertions(+), 17 deletions(-) commit 46112be9e12fb304e44e4beb180b731a77e44374 Author: Bruno Coudoin Date: Sat Feb 6 11:45:46 2010 +0100 In the menu, the display of the description is now centered. Minor change, better layout. src/boards/menu2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 63d170f0f82cc097b00842ce74c4def1e893495b Author: Bruno Coudoin Date: Sat Feb 6 10:04:11 2010 +0100 In python, now import sqlite3 intead of pysqlite2 For backyard compatibility, there is a fallback to sill import pysqlite2. src/administration-activity/admin/module_boards.py | 10 +++++++++- src/administration-activity/admin/module_groups.py | 10 +++++++++- .../admin/module_profiles.py | 10 +++++++++- .../admin/module_reports.py | 10 +++++++++- src/administration-activity/admin/module_users.py | 10 +++++++++- 5 files changed, 45 insertions(+), 5 deletions(-) commit 89faecece33051da41ec659612b031a96b8a5f10 Author: Bruno Coudoin Date: Wed Feb 3 00:11:45 2010 +0100 Requires sqlite3 instead of pysqlite2 now in windows. tools/py2exe/gcompris.py | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) commit 94e876c67f54458df48b612770260739be1c1eef Author: Bruno Coudoin Date: Wed Feb 3 00:09:45 2010 +0100 Added missing directory remove on windows uninstall time. gcompris-installer.nsi.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit daaf1e4521bdb1ef6f6ba0563afc8b1a8c9d615d Author: Khaled Hosny Date: Sat Feb 6 07:51:26 2010 +0200 Slight rewording po/ar.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 243a3e955ba799109f983c070b4f6fec64903da6 Author: Khaled Hosny Date: Sat Feb 6 07:36:56 2010 +0200 Mark broken strings fuzzy so that the file can be updated. po/ur.po | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 42e95826c85f3806f41fbc71680b8698941a27c5 Author: Khaled Hosny Date: Sat Feb 6 07:32:17 2010 +0200 Updated Arabic translation po/ar.po | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 89 insertions(+), 16 deletions(-) commit c4ba19c6f16ae9b49fb8277af9570d9f18f372a1 Author: Khaled Hosny Date: Sat Feb 6 07:23:19 2010 +0200 Add missing files po/POTFILES.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit d69fd916ce9bc6f6952af2c20adb1407a2e044bb Author: Khaled Hosny Date: Sat Feb 6 06:50:50 2010 +0200 Updated Arabic translation po/ar.po | 270 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 135 insertions(+), 135 deletions(-) commit 24679ee21bc4f7f50789c93214247fe7604851d9 Author: Yannis Kaskamanidis Date: Fri Feb 5 09:23:56 2010 -0800 Updated Greek translation po/el.po | 2461 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 1838 insertions(+), 623 deletions(-) commit 85ea36cdf6fe4963132645d51ce989707329c8e9 Author: Daniel Nylander Date: Thu Feb 4 22:36:16 2010 +0100 Updated Swedish translation po/sv.po | 490 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 283 insertions(+), 207 deletions(-) commit 5248ba30c30faae86fbea9ee8fc49580fc2d8459 Author: Bruno Coudoin Date: Wed Feb 3 00:06:33 2010 +0100 Removed useless imports of sqlite. src/administration-activity/admin/board_list.py | 3 --- src/administration-activity/admin/class_edit.py | 3 --- src/administration-activity/admin/class_list.py | 3 --- src/administration-activity/admin/group_edit.py | 3 --- src/administration-activity/admin/group_list.py | 3 --- .../admin/group_user_list.py | 3 --- src/administration-activity/admin/log_list.py | 3 --- src/administration-activity/admin/profile_edit.py | 3 --- .../admin/profile_group_list.py | 3 --- src/administration-activity/admin/profile_list.py | 3 --- src/administration-activity/admin/user_edit.py | 3 --- src/administration-activity/admin/user_list.py | 3 --- 12 files changed, 0 insertions(+), 36 deletions(-) commit d9f166dfb21d221e0636cccf92effa16628dbb27 Author: Bruno Coudoin Date: Tue Feb 2 22:30:06 2010 +0100 Added a missing background to this activity. It is based on the artwork of Mathieu Ignacio (from the target activity.) src/colors-activity/resources/colors/colors_bg.png | Bin 165495 -> 214956 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit b9a665c25ba02bbda2f0ef77222c1b0ff4a95ee5 Author: Bruno Coudoin Date: Tue Feb 2 21:52:26 2010 +0100 Cleanup, unused file. .../resources/melody/guitar_background.jpg | Bin 51258 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 5b4ee205b1ed6fc683987fb72848dfe21be15502 Author: Bruno Coudoin Date: Tue Feb 2 23:04:51 2010 +0100 Fixed algebra activity to report the level properly. This fixes bug #608752 src/algebra_by-activity/algebra.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 833e27669bf400358fbb48699b13c0f8c4258625 Author: Bruno Coudoin Date: Sun Jan 31 23:40:58 2010 +0100 Updated windows installer code from the master branch Makefile.mingw.in | 3 +- gcompris-install.ico | Bin 0 -> 9662 bytes gcompris-installer.nsi.in | 195 ++++++++++++++++++--------------------------- gcompris-uninstal.ico | Bin 9662 -> 9662 bytes 4 files changed, 78 insertions(+), 120 deletions(-) commit 293c5de0d3ae4b951d42ce42ca50eeab4a89f06f Author: Bruno Coudoin Date: Sun Jan 31 23:38:49 2010 +0100 fixed missing cleanup of the gnuchess daemon on windows. On the corner case, the parsing code is ugly and there is a crash case that I tried to avoid. src/chess_computer-activity/chess.c | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) commit b12d73b4e7ffc2e17ae420302043549ab9274573 Author: Bruno Coudoin Date: Sun Jan 31 18:38:01 2010 +0100 Fixed fullscreen mode to work on Windows. src/gcompris/gcompris.c | 41 ++++++++++++++++++++++++++++++++--------- 1 files changed, 32 insertions(+), 9 deletions(-) commit 2a9acdfdf2e230126ddba18a990ee6a5ac6830af Author: Bruno Coudoin Date: Sun Jan 31 18:40:00 2010 +0100 Fixed the chess activity to work on Windows. src/chess_computer-activity/chess.c | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) commit 34a5034c0c82e5c51f937eadb416c4226bbea7a5 Author: Bruno Coudoin Date: Sun Jan 31 01:34:50 2010 +0100 Now use the cute GCompris cursor also on Windows. src/gcompris/gcompris.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit a5274599817d23e820978c381c7b4f909b240070 Author: Yannis Kaskamanidis Date: Sun Jan 31 04:54:40 2010 -0800 Updated Greek translation po/el.po | 9184 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 4720 insertions(+), 4464 deletions(-) commit 5587ed8db8fc5aaa103c2bdf23d50354eeceba0f Author: Bruno Coudoin Date: Sun Jan 31 00:02:08 2010 +0100 Tried to track a crash case in shapegame. I fixed a gtk warning case and removed g_warning in GCompris to be abble to track warning. src/babymatch-activity/shapegame.c | 24 +----------------------- src/gcompris/bonus.c | 4 ---- 2 files changed, 1 insertions(+), 27 deletions(-) commit c18ee881ea1c5931d2455739a3843944183e8405 Author: Bruno Coudoin Date: Sat Jan 30 01:03:29 2010 +0100 Better error checking in case the datadase cannot be loaded or created. Before that patch, a failure was exiting the startup sequence without warning the user Now, in case we cannot load the database of cannot created it we follow the procedure: - move the database under the name gcompris_db.broken - recreate it from scratch - we failed again, fallback in no database mode. src/gcompris/gcompris_db.c | 334 ++++++++++++++++++++++++------------------- 1 files changed, 186 insertions(+), 148 deletions(-) commit 2c50e012161b79b93060d57b2bfb98e4f904dcd7 Author: Bruno Coudoin Date: Tue Jan 26 23:54:51 2010 +0100 Updated project documentation. NEWS | 37 +---------------- TODO | 142 +---------------------------------------------------------------- 2 files changed, 5 insertions(+), 174 deletions(-) commit 2deec883b5e3a80b3bacaff5fcb4b9670568739a Author: Bruno Coudoin Date: Mon Jan 25 23:04:31 2010 +0100 Improved the windows port. The python / vcredist issue should be fine now. Makefile.mingw.in | 6 ++---- README.mingw | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 4 deletions(-) commit bba5eb87a963ed36eb3ca3ea18f8361d3debbceb Author: Bruno Coudoin Date: Mon Jan 25 20:20:09 2010 +0100 Updated Russian translation by Андрей Черепанов po/ru.po |10367 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 5434 insertions(+), 4933 deletions(-) commit d863eceb5a9b6175185a505b2a9c4d50e1198349 Author: Bruno Coudoin Date: Mon Jan 25 00:29:57 2010 +0100 pt_BR.po: Updated by Frederico Goncalves Guimaraes po/pt_BR.po |11147 +++++++++++++++++++++++++++++++---------------------------- 1 files changed, 5840 insertions(+), 5307 deletions(-) commit dcfbb9a4e04f92adaadc389cafa89a2789dbc7c6 Author: Bruno Coudoin Date: Mon Jan 25 00:14:29 2010 +0100 RELEASE 9.1 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e08c71a0d28221798c590f0cf5faa1f6302a9a93 Author: Bruno Coudoin Date: Sun Jan 24 23:52:52 2010 +0100 Added missing bar.h for make dist to work. src/gcompris/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit de8420561e60c1120ee198b5b21ed3d8f5b374ed Author: Bruno Coudoin Date: Sun Jan 24 22:59:17 2010 +0100 Added an OK button to start the melody activity. This is important to make sure the intro voice is not skipped because this activity play a sounds and interrupt the running one. src/melody-activity/melody.py | 28 +++++++++++++++++++++++----- 1 files changed, 23 insertions(+), 5 deletions(-) commit d279c1f7866e7caedd9ae5ed67d32c8ac6087261 Author: Bruno Coudoin Date: Sun Jan 24 20:36:40 2010 +0100 Now in memory_sound activity the intro is heard. https://bugzilla.gnome.org/show_bug.cgi?id=607642 src/memory-activity/memory.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit cc1b632388348a490cb2fc91ad237ccf3521fc53 Author: Ivan Onyshchuk Date: Sun Jan 24 16:47:38 2010 +0100 Updated Ukrainian translation by Ivan Onyshchuk po/uk.po | 3326 +++++++++++++++++++++++++------------------------------------- 1 files changed, 1358 insertions(+), 1968 deletions(-) commit c303e92b3c1d0a0198272f1fb3185e51a25e2ca4 Author: Bruno Coudoin Date: Sun Jan 24 16:43:46 2010 +0100 fr.po: Updated French translation by Bruno Coudoin po/ChangeLog | 4 + po/fr.po |10264 +++++++++++++++++++++++++++------------------------------- 2 files changed, 4756 insertions(+), 5512 deletions(-) commit fdc7a474c4e1fb07e2cd9a0af7dbf7a54c6cb9b4 Author: Bruno Coudoin Date: Sun Jan 24 13:33:53 2010 +0100 Fixed a typo in the activity name. .../memory_enumerate.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4a9d2fc2a5bbb25956796150ce738244dae13f8c Author: Bruno Coudoin Date: Sun Jan 24 02:14:46 2010 +0100 Fixes windows compile chain to not have a console at runtime. global_win32.mak | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d14211ebae614ab83fe964de2e51c23770e6b1d0 Author: Bruno Coudoin Date: Sun Jan 24 01:52:00 2010 +0100 Removed unused import rsvg in watercycle and penalty. src/penalty-activity/penalty.py | 1 - src/watercycle-activity/watercycle.py | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) commit afffd2b3a9af4f78864de4241d3dc0eb3a229f7a Author: Bruno Coudoin Date: Sun Jan 24 00:47:37 2010 +0100 Updated compilation toolchain for windows related to nsis translations. .gitignore | 4 +- nsis/.gitignore | 1 + nsis_translations.desktop.in | 8 + tools/create_nsis_translations.pl | 347 +++++++++++++++++++++++++++++++++++++ 4 files changed, 358 insertions(+), 2 deletions(-) commit 7b0b7e49a21616767ad40c23270c85f04ab4115f Author: Bruno Coudoin Date: Sun Jan 24 00:37:15 2010 +0100 Major rework of the photohunter activity. In order to make an level in this activity it was mandatory to provide the differences between the 2 images in a text files. In this commit, the differences are calculated by the computer which makes it easier to create content. I also added new content for this activity based on images found in GCompris itself. src/photohunter-activity/photohunter.c | 473 +++++++++++--------- .../resources/photohunter/Makefile.am | 20 +- .../resources/photohunter/README | 12 + .../resources/photohunter/board1_0a.png | Bin 0 -> 15829 bytes .../resources/photohunter/board1_0b.png | Bin 0 -> 15064 bytes .../resources/photohunter/board1_1a.png | Bin 0 -> 25008 bytes .../resources/photohunter/board1_1b.png | Bin 0 -> 22879 bytes .../resources/photohunter/board1_2a.png | Bin 0 -> 16660 bytes .../resources/photohunter/board1_2b.png | Bin 0 -> 16725 bytes .../resources/photohunter/board1_3a.png | Bin 0 -> 47208 bytes .../resources/photohunter/board1_3b.png | Bin 0 -> 45209 bytes .../resources/photohunter/board1_4a.png | Bin 0 -> 21071 bytes .../resources/photohunter/board1_4b.png | Bin 0 -> 21139 bytes .../resources/photohunter/board1_5a.png | Bin 0 -> 57943 bytes .../resources/photohunter/board1_5b.png | Bin 0 -> 55025 bytes .../resources/photohunter/board1_6a.png | Bin 0 -> 23957 bytes .../resources/photohunter/board1_6b.png | Bin 0 -> 21317 bytes .../resources/photohunter/board2_0a.png | Bin 0 -> 141303 bytes .../resources/photohunter/board2_0b.png | Bin 0 -> 141497 bytes .../resources/photohunter/euros0.csv | 6 - .../resources/photohunter/euros0a.jpg | Bin 34584 -> 0 bytes .../resources/photohunter/euros0b.jpg | Bin 34542 -> 0 bytes 22 files changed, 300 insertions(+), 211 deletions(-) commit 622e23c36fa8d6e5d5587a2d8e6a40da98f598d7 Author: Bruno Coudoin Date: Sat Jan 23 23:53:42 2010 +0100 Little fix on the image itself. .../resources/reversecount/narval.svgz | Bin 11453 -> 11725 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 7b3eff4941e908d091d66f6642da021711d01840 Author: Bruno Coudoin Date: Sat Jan 23 23:52:50 2010 +0100 Imported original svg design in place of png exports. src/chronos-activity/resources/chronos/Eole.png | Bin 23612 -> 0 bytes src/chronos-activity/resources/chronos/Eole.svg | 898 +++++ src/chronos-activity/resources/chronos/Makefile.am | 4 +- .../resources/chronos/board3_1.xml.in | 2 +- .../resources/chronos/board3_2.xml.in | 2 +- .../resources/chronos/board3_4.xml.in | 2 +- .../resources/chronos/board4_0.xml.in | 2 +- .../resources/chronos/board4_2.xml.in | 2 +- .../resources/chronos/bolle1878.png | Bin 57405 -> 0 bytes .../resources/chronos/bolle1878.svg | 3727 ++++++++++++++++++++ 10 files changed, 4632 insertions(+), 7 deletions(-) commit 722b90a9ab20bc800af9e67526cd140d163721d4 Author: Gabor Kelemen Date: Thu Jan 21 21:34:47 2010 +0100 Updated Hungarian translation po/hu.po | 353 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 205 insertions(+), 148 deletions(-) commit 29f0af06f28c29a31c74e712bd2e7d397e893162 Author: Marek Černocký Date: Thu Jan 21 12:10:28 2010 +0100 Update Czech translation po/cs.po | 121 ++++++++++++++++--------------------------------------------- 1 files changed, 32 insertions(+), 89 deletions(-) commit 53c8a944ce6f53cf7647ec86e84983501e1c1e4c Author: Ray Wang Date: Thu Jan 21 12:00:00 2010 +0800 Update origin/gcomprixogoo Simplified Chinese translation. po/zh_CN.po | 1090 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 553 insertions(+), 537 deletions(-) commit 45b5cf3d4ebc20ecaaf4a3179202244ecc07876d Author: Bruno Coudoin Date: Thu Jan 21 00:45:38 2010 +0100 Fixed tuxpaint activity. It contained dead code related to xf86vm. src/tuxpaint-activity/tuxpaint.py | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) commit cdf5f27454a9fd534c37405e3672bd83a6a1da2b Author: Bruno Coudoin Date: Thu Jan 21 00:45:04 2010 +0100 Removed dead code related to xf86vm fullscreen mode. src/gcompris/board_config.c | 15 ++------------- 1 files changed, 2 insertions(+), 13 deletions(-) commit fa106bb956c278d91df51b20dee4aad88a60a6ab Author: Bruno Coudoin Date: Tue Jan 19 22:53:47 2010 +0100 Simplified level for traffic. A contribution from a French teacher Sylvain. This introduces a set of simplified level in the traffic activity best suited for children. src/traffic-activity/traffic.c | 2 +- src/traffic-activity/traffic.h | 48 +++++++++++++++++++++++++++++++++------ 2 files changed, 41 insertions(+), 9 deletions(-) commit 9340f5c882e6175995817bbbee33feb26c56794e Author: Khaled Hosny Date: Tue Jan 19 23:59:49 2010 +0200 Updated Arabic translation po/ar.po | 42 +++++++++++++++++++++++++++--------------- 1 files changed, 27 insertions(+), 15 deletions(-) commit 27c6ebab8f14a2ec16a3f20fcc2b32232827535e Author: Bruno Coudoin Date: Tue Jan 19 22:25:44 2010 +0100 Added the manual in the first start of ballcatch. src/ballcatch-activity/ballcatch.py | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) commit 267768ab65595450e7b48af5ce40e4ec2c127ef6 Author: Bruno Coudoin Date: Tue Jan 19 21:51:30 2010 +0100 No more display the sublevel 11/10. src/smallnumbers-activity/smallnumbers.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 6568c005d4d3d14c959c75f0dd67e0ac7d229893 Author: Friedel Wolff Date: Tue Jan 19 14:25:43 2010 +0100 Updated Afrikaans translation po/af.po | 9668 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 5037 insertions(+), 4631 deletions(-) commit 11ba5dfce1f278534b5cff6083dd41727f5dd57e Author: Duarte Loreto Date: Tue Jan 19 00:10:53 2010 +0000 Updated Portuguese translation po/pt.po | 288 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 185 insertions(+), 103 deletions(-) commit e4e3fe396a74ba8d83e5ee1d76f51a7678338bea Author: Bruno Coudoin Date: Mon Jan 18 22:55:45 2010 +0100 Made the license text smaller in the about box to make it fit. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=607130 src/gcompris/about.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a7f5953d8c3981bb21fb86cbcde2203a05d90ef9 Author: Bruno Coudoin Date: Mon Jan 18 22:47:54 2010 +0100 Initial welcome text overlays the heading Fixes bug: https://bugzilla.gnome.org/show_bug.cgi?id=607131 src/boards/menu2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3c9e414f2d95774fd67d77cbcb07b7246622c993 Author: Bruno Coudoin Date: Mon Jan 18 22:30:34 2010 +0100 Fixed memory word number activity. It was broken related to translations. https://bugzilla.gnome.org/show_bug.cgi?id=607056 src/memory-activity/memory.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit a8dd1667b2e90537af3de31b4826add8065df879 Author: Bruno Coudoin Date: Mon Jan 18 21:03:09 2010 +0100 Fixes to compile with GTK 2.19 This patch comes from Johan Cwiklinski https://bugzilla.gnome.org/show_bug.cgi?id=607215 src/goocanvas/src/goocanvas.c | 8 ++++++++ src/goocanvas/src/goocanvasatk.c | 8 ++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) commit 5636e9dc5380b9701dca7dfdcb1482a7715c2afe Author: Ray Wang Date: Mon Jan 18 16:02:41 2010 +0800 Update origin/gcomprixogoo Simplified Chinese translation. po/zh_CN.po | 9107 +++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 5111 insertions(+), 3996 deletions(-) commit ab226b6faccdfda89aa1a757e3838cda51a83747 Author: Petr Kovar Date: Mon Jan 18 00:52:58 2010 +0100 Updated Czech translation by Marek Cernocky po/cs.po |10556 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 5550 insertions(+), 5006 deletions(-) commit 28fd43e2ddf2977ab45c77d67c75a40381d770bf Author: Bruno Coudoin Date: Mon Jan 18 00:37:02 2010 +0100 reintroduced the erase double click activity. This closes the bug: http://bugzilla.gnome.org/show_bug.cgi?id=607172 configure.ac | 1 + src/Makefile.am | 1 + src/erase-activity/erase.c | 25 +++++ src/erase_2clic-activity/.gitignore | 1 + src/erase_2clic-activity/Makefile.am | 27 +++++ src/erase_2clic-activity/erase_2clic.svg | 138 +++++++++++++++++++++++++++ src/erase_2clic-activity/erase_2clic.xml.in | 19 ++++ src/erase_2clic-activity/init_path.sh | 8 ++ 8 files changed, 220 insertions(+), 0 deletions(-) commit 420af68d8ef512af6019ef3ed518f51566e9fa2d Author: Bruno Coudoin Date: Sun Jan 17 23:25:57 2010 +0100 Added PYCAIRO definition to compile on windows. config.h.mingw.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit ed1f0557c57c0ba1330c279bfd0f160ebdd6dcd7 Author: Bruno Coudoin Date: Sun Jan 17 22:11:56 2010 +0100 removed documentation for svg2png which is no more needed on windows. README.mingw | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 6c7b3142221ab9c250a36787736e65f453f0d467 Author: Bruno Coudoin Date: Sun Jan 17 23:18:50 2010 +0100 Added suppoort for tooltip on our main goo canvas. Now the animation activity does display tooltips on tool buttons. src/anim-activity/Color.py | 4 ++++ src/anim-activity/anim.py | 7 ++++--- src/gcompris/gcompris.c | 4 ++++ 3 files changed, 12 insertions(+), 3 deletions(-) commit 90454c32e16942d9243df8c11fb6286ebe7795be Author: Bruno Coudoin Date: Sun Jan 17 23:07:25 2010 +0100 ignore file. src/scalesboard_weight-activity/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c86e49b19636e04419992a80ea866ab4676da55d Author: Bruno Coudoin Date: Sun Jan 17 12:24:35 2010 +0100 Added sqlite3 in our py2exe (windows python) tools/py2exe/setup.py | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) commit c1400a4c5b2d9bf48c04ab61b6cb65d3b39518f9 Author: Bruno Coudoin Date: Thu Jan 14 23:51:46 2010 +0100 Removed a generated file from git. .../scalesboard_weight.xml | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) commit fd160e8bf8e271358dcc6f78702d206bf6d5c689 Author: Khaled Hosny Date: Sun Jan 17 13:52:49 2010 +0200 Updated Arabic translation po/ar.po | 223 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 144 insertions(+), 79 deletions(-) commit d2d05ef2ca47e828d235610fc7c95eb211f580bf Author: Bruno Coudoin Date: Sun Jan 17 01:01:22 2010 +0100 Fixed missingletter crash uppon changing its locale. http://bugzilla.gnome.org/show_bug.cgi?id=607054 src/missing_letter-activity/missingletter.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit 0206fbada2f8cfe6556d977b2d8ef739b20aabac Author: Bruno Coudoin Date: Sat Jan 16 23:58:28 2010 +0100 Added translation on tooltips in the geography activity. This fixes bug: http://bugzilla.gnome.org/show_bug.cgi?id=607132 src/babymatch-activity/shapegame.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ffbf41ce128e755c623406bf084ff75486e406ae Author: Bruno Coudoin Date: Sat Jan 16 23:15:14 2010 +0100 Fixed animation activity, image was referenced badly. Fixed bug: http://bugzilla.gnome.org/show_bug.cgi?id=607053 Activity: /expericence/electric When I click one of the buttons at the left top corner,It reports: Coundn't find or load the file gartoon/electric/tool-select.png This activity is incomlete. Exit it and report the problem to the authors. src/electric-activity/electric.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 62973e50269693fac089ab674def1b1924e6c764 Author: Bruno Coudoin Date: Sat Jan 16 23:10:41 2010 +0100 Fixed smallnumber2 activity regarding dice pair not close enough. src/smallnumbers-activity/smallnumbers.c | 23 +++++++++++++++-------- 1 files changed, 15 insertions(+), 8 deletions(-) commit 7cdccbabc7f50a9eb27a0187569322669622692e Author: Bruno Coudoin Date: Sat Jan 16 22:52:20 2010 +0100 Fixed a crash case in smallnumber activity. This has also been improved to avoid overlaps of dices. src/smallnumbers-activity/smallnumbers.c | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) commit c26a384e07fa2bcd13369624ff104ea709437759 Author: Bruno Coudoin Date: Sat Jan 16 21:48:08 2010 +0100 Added tooltip in the animation activity. Sadly this does not work, we have a problem at the goocanvas level. src/anim-activity/anim.py | 133 +++++++++++++++++++++++++++++++++++++-------- 1 files changed, 111 insertions(+), 22 deletions(-) commit 5979bd61784665f87b8d1e767f986f567b4953ce Author: Bruno Coudoin Date: Sat Jan 16 21:46:24 2010 +0100 Now require GTK >=2.12 at configure time. Fixed bug https://bugzilla.gnome.org/show_bug.cgi?id=601884 Now we require GTK 2.12 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 286cfcf7adb007e9acdc94a3a00e20575af55bbb Author: Alexander Shopov Date: Sat Jan 16 19:54:55 2010 +0200 Updated Bulgarian translation po/bg.po | 236 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 122 insertions(+), 114 deletions(-) commit 7a32affa58b261331066055be69daf4172ab971a Author: Aleksey Lim Date: Mon Jan 11 23:14:13 2010 +0000 Initial support of Sugar look&feel configure.ac | 31 ++- src/boards/goocanvasmodule.c | 3 +- src/boards/py-mod-gcompris.c | 7 +- src/gcompris/Makefile.am | 6 + src/gcompris/bar.c | 103 +++++- src/gcompris/bar.h | 36 ++ src/gcompris/config.c | 34 ++ src/gcompris/gcompris.c | 172 ++++++---- src/gcompris/gcompris.h | 12 +- src/gcompris/properties.c | 9 +- src/gcompris/properties.h | 1 + src/gcompris/score.c | 49 +++- src/gcompris/score.h | 9 + src/gcompris/sugar.c | 362 ++++++++++++++++++++ src/gletters-activity/gletters.c | 7 +- src/paratrooper-activity/paratrooper.c | 9 +- .../resources/redraw_symmetrical/Makefile.am | 2 +- src/smallnumbers-activity/smallnumbers.c | 5 +- src/wordsgame-activity/wordsgame.c | 3 +- 19 files changed, 741 insertions(+), 119 deletions(-) commit eb987fc94d5b76c428179bb71c0703a230ceec26 Author: Bruno Coudoin Date: Thu Jan 14 00:32:21 2010 +0100 In progress windows port. Makefile.mingw.in | 18 +++++++++++------- global_win32.mak | 4 +--- src/gcompris/board.c | 3 +++ tools/py2exe/setup.py | 8 +++++--- 4 files changed, 20 insertions(+), 13 deletions(-) commit 26edff7cb18b557215c26471f99301a237776212 Author: Khaled Hosny Date: Tue Jan 12 15:38:14 2010 +0200 Updated Arabic translation po/ar.po | 154 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 80 insertions(+), 74 deletions(-) commit 35e9553fa13d396b11a287e99113006acf053708 Author: Bruno Coudoin Date: Mon Jan 11 21:50:57 2010 +0100 fixed path, was not running with ./runit.sh src/memory_wordnumber-activity/init_path.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 24736d2ca19c36f1b5eaab85d245acbacef7a93c Author: Bruno Coudoin Date: Mon Jan 11 01:48:32 2010 +0100 One more step in windows compilation. Now all the activity does compile. .gitignore | 1 + Makefile.mingw.in | 55 ++++++- global_win32_activity.mak | 10 +- src/advanced_colors-activity/Makefile.mingw | 14 ++ src/algebra_by-activity/Makefile.mingw | 14 ++ src/algebra_guesscount-activity/Makefile.mingw | 14 ++ src/awele-activity/Makefile.mingw | 16 ++ src/babymatch-activity/Makefile.mingw | 14 ++ src/billard-activity/Makefile.mingw | 14 ++ src/canal_lock-activity/Makefile.mingw | 14 ++ src/chess_computer-activity/Makefile.mingw | 16 ++ src/chess_computer-activity/chess.c | 8 + src/click_on_letter-activity/Makefile.mingw | 14 ++ src/clickgame-activity/Makefile.mingw | 14 ++ src/clockgame-activity/Makefile.mingw | 14 ++ src/colors-activity/Makefile.mingw | 14 ++ src/crane-activity/Makefile.mingw | 14 ++ src/enumerate-activity/Makefile.mingw | 14 ++ src/fifteen-activity/Makefile.mingw | 14 ++ src/gcompris/Makefile.mingw | 45 +++++- src/gcompris/board.c | 214 ++++++++++++------------ src/gletters-activity/Makefile.mingw | 14 ++ src/hanoi-activity/Makefile.mingw | 14 ++ src/hanoi_real-activity/Makefile.mingw | 14 ++ src/imageid-activity/Makefile.mingw | 14 ++ src/leftright-activity/Makefile.mingw | 14 ++ src/magic_hat_minus-activity/Makefile.mingw | 14 ++ src/maze-activity/Makefile.mingw | 14 ++ src/memory-activity/Makefile.mingw | 14 ++ src/missing_letter-activity/Makefile.mingw | 15 ++ src/money-activity/Makefile.mingw | 15 ++ src/paratrooper-activity/Makefile.mingw | 14 ++ src/photohunter-activity/Makefile.mingw | 14 ++ src/planegame-activity/Makefile.mingw | 14 ++ src/railroad-activity/Makefile.mingw | 14 ++ src/read_colors-activity/Makefile.mingw | 14 ++ src/readingh-activity/Makefile.mingw | 14 ++ src/reversecount-activity/Makefile.mingw | 14 ++ src/scalesboard-activity/Makefile.mingw | 14 ++ src/smallnumbers-activity/Makefile.mingw | 14 ++ src/submarine-activity/Makefile.mingw | 14 ++ src/superbrain-activity/Makefile.mingw | 14 ++ src/tangram-activity/Makefile.mingw | 17 ++ src/target-activity/Makefile.mingw | 14 ++ src/traffic-activity/Makefile.mingw | 14 ++ src/wordprocessor-activity/Makefile.mingw | 14 ++ src/wordsgame-activity/Makefile.mingw | 14 ++ 47 files changed, 795 insertions(+), 121 deletions(-) commit 72cad2cec2ce85ebe7229b5f655bd39e6628e299 Author: Bruno Coudoin Date: Sun Jan 10 21:28:20 2010 +0100 Windows port in progress. global_win32_activity.mak | 85 +++++++++++++++++ src/erase-activity/Makefile.mingw | 14 +++ src/goocanvas/src/Makefile.mingw | 184 +++++++++++++++++++++++++++++++++++++ 3 files changed, 283 insertions(+), 0 deletions(-) commit c4039a012c1e4e56e3367dce35cad597d5f857cc Author: Bruno Coudoin Date: Sun Jan 10 21:24:14 2010 +0100 Windows port in progress. .gitignore | 2 +- Makefile.mingw.in | 35 +++---- global_win32.mak | 10 +- src/boards/Makefile.am | 1 - src/boards/Makefile.mingw | 50 +---------- src/erase-activity/erase.c | 10 +- src/gcompris/Makefile.mingw | 8 +- src/gcompris/board.c | 214 +++++++++++++++++++++--------------------- src/gcompris/gcompris.c | 4 +- 9 files changed, 143 insertions(+), 191 deletions(-) commit aae313d94ae3c0b0ab5ee1bdd4286679a58863ec Author: Daniel Nylander Date: Sun Jan 10 20:14:34 2010 +0100 Updated Swedish translation po/sv.po | 594 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 337 insertions(+), 257 deletions(-) commit 972f69ecc47d5478e8a26279330eae9c6386e6bd Author: Bruno Coudoin Date: Sun Jan 10 16:25:08 2010 +0100 Updated Norwegian Nynorsk by Karl Ove Hufthammer po/ChangeLog | 4 + po/nn.po | 586 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 301 insertions(+), 289 deletions(-) commit 2da3051cfbc085eb110b1fe0e1132eaaa47d0014 Author: Bruno Coudoin Date: Sun Jan 10 16:14:35 2010 +0100 Fixed to exclude .git from installation. Fixed also the update-voices target. Makefile.am | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 75a0c846ae21e6d8cdfb48244ee37807ae68f685 Author: Bruno Coudoin Date: Sun Jan 10 01:55:38 2010 +0100 windows port in progress. src/gcompris/Makefile.mingw | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 78a6a77dda608dfe4139e763ffcca42854b902bc Author: Bruno Coudoin Date: Sun Jan 10 01:47:38 2010 +0100 windows port in progress. src/gcompris/gameutil.c | 4 ++++ src/gcompris/gcompris.c | 21 +++++++++------------ 2 files changed, 13 insertions(+), 12 deletions(-) commit 5cb0e38b92e10c15cb34ca650c2d0f1d1cb5f4e9 Author: Bruno Coudoin Date: Sun Jan 10 01:25:12 2010 +0100 In progress, port to windows. Makefile.mingw.in | 124 ++++++++++++++++++--------------- README.mingw | 36 ++++------ config.h.mingw.in | 8 ++- global_win32.mak | 47 ++++++++++++- src/boards/Makefile.mingw | 80 +++++----------------- src/boards/goocanvasmodule.c | 15 +++-- src/gcompris/Makefile.mingw | 55 ++++++++------- src/gcompris/gcompris.c | 12 +++- src/goocanvas/src/goocanvasmarshal.c | 17 ++--- src/goocanvas/src/goocanvasmarshal.h | 16 ++-- 10 files changed, 214 insertions(+), 196 deletions(-) commit 9426921ac10e45eb4c9dccc08e30bd02a339f24c Author: Bruno Coudoin Date: Sun Jan 10 01:11:36 2010 +0100 Taken from gcompris master branch. src/gcompris/binreloc.c | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) commit 605ce043d772ea47753bfa353f473f63d17aee1a Author: Gabor Kelemen Date: Sun Jan 10 00:57:13 2010 +0100 Updated Hungarian translation po/hu.po |10643 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 5443 insertions(+), 5200 deletions(-) commit 791e0adf91cd460861c41f787f0368b545068d69 Author: Bruno Coudoin Date: Sat Jan 9 14:09:01 2010 +0100 Adapted the follow line to work on touch screen. This was reported by Ronny Standtke. Now not only the motion events are catched but also click events. src/followline-activity/followline.py | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) commit 018b4d9bdd7ed09d5a91f4be4a337a3068e62aed Author: Bruno Coudoin Date: Sat Jan 9 12:44:57 2010 +0100 Fixed reversecount, it was not restarting on loose case. Now when the children loose he restarts the same level. src/reversecount-activity/reversecount.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 9d3dd53ff44cded41eba29ee94f5008577aed1d0 Author: Jorge González Date: Sat Jan 9 09:52:51 2010 +0100 Updated Spanish translation po/es.po |11002 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 5640 insertions(+), 5362 deletions(-) commit 46f53dc4b3c9bd167313df78e7720e4c4b5a1da3 Author: Bruno Coudoin Date: Fri Jan 8 22:11:52 2010 +0100 Added an explanation in photohunter. src/hanoi_real-activity/hanoi_real.c | 2 +- src/photohunter-activity/photohunter.c | 39 +++++++++++++++++++++---------- 2 files changed, 27 insertions(+), 14 deletions(-) commit d47b91e346c4b857018a82b9151a78ab0653d1b4 Author: Bruno Coudoin Date: Thu Jan 7 23:35:32 2010 +0100 Fixed events on the canvas that where not taken in account. Now clicking beside the fish does speed them like it was before. src/clickgame-activity/clickgame.c | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) commit ad197b7b81e25ef3376bced99b384c18bee39efb Author: Bruno Coudoin Date: Thu Jan 7 23:32:46 2010 +0100 Fixed to work in full screen as well. The event coordinate was not converted from item space. src/photohunter-activity/photohunter.c | 769 ++++++++++++++++---------------- 1 files changed, 391 insertions(+), 378 deletions(-) commit a6581dfbb4f470d1cfd89fcd609c9d18f4336064 Author: Bruno Coudoin Date: Tue Jan 5 23:44:20 2010 +0100 3 string fixes reported by Joe Dalton. src/crane-activity/crane.xml.in | 6 +++--- src/memory-activity/memory.c | 2 +- src/readingh-activity/reading.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) commit 0d6a9e5da1f152417cb756c27c6a5eed590f840e Author: Bruno Coudoin Date: Tue Jan 5 23:34:01 2010 +0100 Added a difficulty level to photo hunter. src/photohunter-activity/photohunter.xml.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1a51d15694e10225ce9b03530212e30cb042009c Author: Bruno Coudoin Date: Sun Jan 3 21:20:33 2010 +0100 Little fix in bargame. Just screen layout issues. src/bargame-activity/bargame.py | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 108b7ee61862195c8725e0046f90f06723e84db1 Author: Bruno Coudoin Date: Sun Jan 3 19:32:49 2010 +0100 Made the goal request text a little bit smaller. src/guessnumber-activity/guessnumber.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f6a3c0c0a8f108c3ef61ee05e9719849560ac54b Author: Bruno Coudoin Date: Sun Jan 3 19:32:05 2010 +0100 Removed the difficulty level in the sub menu. boards/algebra_group.xml.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit a68c3786be1cd07fe0242e1dd2b8a27627401e55 Author: Bruno Coudoin Date: Sun Jan 3 17:31:57 2010 +0100 Added a sign on the scale The scale activity is sometimes annoying because you cannot easiliy see which side the scale goes. I added a sign < > or = on it to ease the task. src/scalesboard-activity/scale.c | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) commit ff6670a0615d2fd4579537a2b7bd2027c9705027 Author: Bruno Coudoin Date: Sun Jan 3 17:11:37 2010 +0100 Fixed the float comparison. The version with cents was not working. Improted this fix from master. src/money-activity/money.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 0a30dd32118705f04984145ed78f6a27476fca10 Author: Bruno Coudoin Date: Sun Jan 3 16:00:36 2010 +0100 Added an 'i am ready button'. Now in single activity mode it is possible to restart it uppon loas without restarting the whole activity. src/algebra_by-activity/algebra.c | 43 +++++++++++++++++++++++++++++++----- 1 files changed, 37 insertions(+), 6 deletions(-) commit 9896a52c15b30e2134efa9ede035c3c22b97812a Author: Bruno Coudoin Date: Sat Jan 2 16:51:38 2010 +0100 Better ordering of the top level activity. This patch forces the ordering of the top level activity group. Now also the difficulty level does not appear on menu icons. boards/algebra_group.xml.in | 1 + boards/algebramenu.xml.in | 1 + boards/computer.xml.in | 5 +++-- boards/discovery.xml.in | 1 + boards/experience.xml.in | 1 + boards/fun.xml.in | 1 + boards/geometry.xml.in | 1 + boards/math.xml.in | 1 + boards/miscelaneous.xml.in | 1 + boards/mouse.xml.in | 5 +++-- boards/numeration.xml.in | 1 + boards/puzzle.xml.in | 1 + boards/reading.xml.in | 1 + boards/strategy.xml.in | 1 + src/boards/menu2.c | 25 ++++++++++++++----------- 15 files changed, 32 insertions(+), 15 deletions(-) commit b1cb9c35418787112c942dc667f0ba79cb9e1b09 Author: Bruno Coudoin Date: Sat Jan 2 16:38:08 2010 +0100 minor, realigned the coordinate text line. src/redraw-activity/redraw.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit edc190288d69f6abaf4874552ed8be72e10f8ae6 Author: Khaled Hosny Date: Fri Jan 1 18:04:40 2010 +0200 Updated Arabic translation po/ar.po | 41 ++++++++++++++++++++--------------------- 1 files changed, 20 insertions(+), 21 deletions(-) commit bc9b705fd9cf7832c37374b4cbe8a4a7346a0215 Author: Khaled Hosny Date: Fri Jan 1 17:05:54 2010 +0200 ar_TN locale gone already boards/flags/ar_TN.svgz | Bin 1367 -> 0 bytes docs/gcompris2spip.pl | 3 --- 2 files changed, 0 insertions(+), 3 deletions(-) commit b655466adfae2ae44e872c62f6c5d9ca8956df86 Author: Bruno Coudoin Date: Thu Dec 31 19:23:41 2009 +0100 Improved performance of our svg item. In this version we no more do pixmap search to find the bounds of an svg item. We now use the librsvg rsvg_handle_get_position_sub () that appeared in the library version 2.22. src/goocanvas/src/goocanvassvg.c | 63 +++++++++++--------------------------- 1 files changed, 18 insertions(+), 45 deletions(-) commit 9f0ad832834b489f1e309838b80fe376045a9c88 Author: Bruno Coudoin Date: Thu Dec 31 19:10:51 2009 +0100 Fixed a little glitch in the svg that was making a bad coord calculation at runtime. .../resources/watercycle/watercycle.svgz | Bin 95296 -> 95433 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit d99571de1fd682089611d8fd2accab4f5d23d786 Author: Bruno Coudoin Date: Thu Dec 31 18:54:43 2009 +0100 Updated Norwegian Nynorsk by Karl Ove Hufthammer po/ChangeLog | 6 +- po/nn.po |10499 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 5421 insertions(+), 5084 deletions(-) commit 1cd8543dd600837a52bc4ce7a3985d2582d59a5e Author: Bruno Coudoin Date: Thu Dec 31 16:30:31 2009 +0100 Removed an extra zoom*2 that has nothing to do. This should improve the performance a little bit. src/goocanvas/src/goocanvassvg.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 1f60b672e26c87886a42b158c3a6fd2e31b60440 Author: Bruno Coudoin Date: Thu Dec 31 12:07:38 2009 +0100 Updated danish translation Joe Hansen po/ChangeLog | 4 + po/da.po | 1349 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 835 insertions(+), 518 deletions(-) commit ecd12d75772d36ff9f52c7651f4c14c81804b026 Author: Bruno Coudoin Date: Thu Dec 31 02:10:00 2009 +0100 Fixed many errors in paintings. Mainly missing entries in the data set and the Makefile.am .../resources/paintings/Makefile.am | 46 ++++++++++++++------ .../resources/paintings/board1_10.xml.in | 1 + .../resources/paintings/board1_11.xml.in | 1 + .../resources/paintings/board1_12.xml.in | 1 + .../resources/paintings/board1_2.xml.in | 1 + .../resources/paintings/board1_3.xml.in | 1 + .../resources/paintings/board1_4.xml.in | 1 + .../resources/paintings/board1_5.xml.in | 1 + .../resources/paintings/board1_6.xml.in | 1 + .../resources/paintings/board1_7.xml.in | 1 + .../resources/paintings/board1_8.xml.in | 1 + .../resources/paintings/board1_9.xml.in | 1 + .../resources/paintings/board2_0.xml.in | 1 + .../resources/paintings/board2_1.xml.in | 1 + .../resources/paintings/board2_2.xml.in | 1 + .../resources/paintings/board2_3.xml.in | 1 + .../resources/paintings/board3_1.xml.in | 6 +- 17 files changed, 50 insertions(+), 17 deletions(-) commit 3158a30c2c0dadd128270f8d50b334b4d044582f Author: Bruno Coudoin Date: Wed Dec 30 23:43:39 2009 +0100 Made the bar a little bit smaller. src/crane-activity/crane.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fc4f404df4ac2a9befdd82291bae853c70eba314 Author: Bruno Coudoin Date: Wed Dec 30 23:27:11 2009 +0100 Removed skin dependancies for activities. It is too hard to have skinable activities. We no more do that. boards/skins/gartoon/skin.xml | 25 ------------------------- src/maze-activity/maze.c | 9 +++++---- src/missing_letter-activity/missingletter.c | 2 +- src/pythontest-activity/pythontest.py | 6 +++--- 4 files changed, 9 insertions(+), 33 deletions(-) commit a0a434ac298e6fa4dab36ea2f4238fb00048494f Author: Bruno Coudoin Date: Wed Dec 30 22:50:47 2009 +0100 Made the messsage smaller because it does not fit the screen. src/gnumch-equality-activity/gnumch.py | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) commit 8bdb8735ee86b42544fe72ec02712f45a88aff67 Author: Bruno Coudoin Date: Wed Dec 30 22:10:33 2009 +0100 Made the color od the needle the same as before. src/clockgame-activity/clockgame.c | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) commit 3e69849000d9b284a07f80f7b628d2902733a961 Author: Bruno Coudoin Date: Wed Dec 30 22:08:45 2009 +0100 Added a dependancy on the alphabet for double entry activity. src/doubleentry-activity/doubleentry.xml.in | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 2e604d5b508832ad62b694d61b771e82155e096b Author: Bruno Coudoin Date: Wed Dec 30 19:47:32 2009 +0100 Adapted to new GCompris screen ratio. docs/take_screenshots.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 42283fc60dd7007c5951d5dd509ac46b9978cf46 Author: Bruno Coudoin Date: Wed Dec 30 19:38:04 2009 +0100 Make the text black in te clock activity. Removed the ability to skin it. boards/skins/gartoon/skin.xml | 2 -- src/clockgame-activity/clockgame.c | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) commit 77530a8ba6df7569d72192ffff066ce6480ff115 Author: Duarte Loreto Date: Wed Dec 30 17:44:35 2009 +0000 Updated Portuguese translation po/pt.po |11695 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 6009 insertions(+), 5686 deletions(-) commit 979d40b4a4d36a1ca005f8964d9c5c3e71ee079f Author: Bruno Coudoin Date: Sun Dec 27 21:28:54 2009 +0100 The selector is smaller now to avoid the left/right buttons being in the bar. src/babymatch-activity/shapegame.c | 4 ++-- .../resources/doubleentry/board1_0.xml.in | 3 +-- .../resources/doubleentry/doubleentry-bg.png | Bin 58507 -> 24125 bytes 3 files changed, 3 insertions(+), 4 deletions(-) commit 48ae4ca58a9bfb021e4d64451e5cbe252d8133c7 Author: Bruno Coudoin Date: Sun Dec 27 21:28:35 2009 +0100 Fixed reference to the sound file. src/melody-activity/melody.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2fb4d78ee2bba93fb46e8bbed671e1355412650f Author: Bruno Coudoin Date: Sun Dec 27 13:10:16 2009 +0100 Fixed remanant focus on the ok button between 2 levels. src/babymatch-activity/shapegame.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit ef16166d5b23e4e0b587c5283c466cf3e861d4da Author: Bruno Coudoin Date: Sun Dec 27 13:07:19 2009 +0100 Point to the proper audio file. src/chronos-activity/chronos.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8990bff98133152e574ca972f81b144472d7825f Author: Bruno Coudoin Date: Sun Dec 27 11:55:52 2009 +0100 Removed a debug printout. src/maze-activity/maze.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit ab485fe09d0a3778a69f30a6e5e6599e8ce604c0 Author: Bruno Coudoin Date: Sun Dec 27 10:35:03 2009 +0100 Display the message string in smaller font. This avoid cases where the text is too big. src/maze-activity/maze.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dadbc7e3865755e41dab1f02bc72e55190e1061d Author: Alexander Shopov Date: Sun Dec 27 09:57:42 2009 +0200 Updated Bulgarian translation po/bg.po | 89 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 42 insertions(+), 47 deletions(-) commit 12dc0b56db668aaa5063158dbc3c0de04151e143 Author: Alexander Shopov Date: Sun Dec 27 09:07:49 2009 +0200 Updated Bulgarian translation po/bg.po | 259 +++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 214 insertions(+), 45 deletions(-) commit e1487afd4618f39c0cc61c12b7dc5ffd1ee464a0 Author: Alexander Shopov Date: Sun Dec 27 07:59:25 2009 +0200 Updated Bulgaran trnslation po/bg.po | 467 ++++++++++++++++---------------------------------------------- 1 files changed, 118 insertions(+), 349 deletions(-) commit 104fc72d78895a8f408b2957923acaab705712db Author: Alexander Shopov Date: Sat Dec 26 09:48:32 2009 +0200 Updated Bulgarian translation po/bg.po |10839 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 5568 insertions(+), 5271 deletions(-) commit fd6fbf535d68a9a0f632ee72cbe01d2a43fc8d1c Author: Bruno Coudoin Date: Sun Dec 27 00:43:49 2009 +0100 Made the level in the bar more readeable. It is now in white instead of black. src/gcompris/bar.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8d7014208ea61df601532340c42ce7df48442a7d Author: Bruno Coudoin Date: Sun Dec 27 00:39:00 2009 +0100 Removed the shadow in missing letter boards/skins/gartoon/skin.xml | 4 +--- src/missing_letter-activity/missingletter.c | 12 ------------ 2 files changed, 1 insertions(+), 15 deletions(-) commit 35fdf5279407c0992aca3eacf241ae1531ad798b Author: Bruno Coudoin Date: Sun Dec 27 00:24:13 2009 +0100 No more crashes if GCompris is started without music No more crashes if GCompris is started without music and that the user start the background music in the configuration dialog. src/gcompris/config.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit b440d9130b6f72f8b4bdc183589f6ec905bf5fda Author: Bruno Coudoin Date: Sun Dec 27 00:08:04 2009 +0100 Added back autocrop where it's due. src/gcompris/config.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit fd734031f7a0d57771df5f8ee8c92e1905018ce3 Author: Bruno Coudoin Date: Sun Dec 27 00:06:15 2009 +0100 Make autocop to search each line and not only one out of two. This fixes a bug were croped images were badly rendered. src/goocanvas/src/goocanvassvg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4a8e884661fc9418974fa929da31b345c14b7e02 Author: Bruno Coudoin Date: Sun Dec 27 00:03:20 2009 +0100 Make the grey black for the text, it's more easy to read. boards/skins/gartoon/skin.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 297625e246088d2ce1c7472d6ca7b153b06a9c8d Author: Bruno Coudoin Date: Sat Dec 26 23:45:45 2009 +0100 Better usage of the real estate in the about dialog. In case there was many translators, it was overwriting the authors. I rearanged the layout to make this issue less problmatic but it does not resolve it completely. src/gcompris/about.c | 52 +++++++++++++++++++++---------------------------- 1 files changed, 22 insertions(+), 30 deletions(-) commit fa8c4e53fca302b00ec827b03e46309eb8f61c8f Author: Bruno Coudoin Date: Sat Dec 26 23:12:38 2009 +0100 Normalized flags and the display of flags in the config menu. The flags in svg had a different size and the rendering quality was poor in GCompris. Now they are based on a 210 pixel width. boards/flags/af.svgz | Bin 458 -> 1045 bytes boards/flags/am.svgz | Bin 923 -> 1300 bytes boards/flags/ar.svgz | Bin 19189 -> 15020 bytes boards/flags/ar_TN.svgz | Bin 504 -> 1367 bytes boards/flags/az.svgz | Bin 637 -> 1077 bytes boards/flags/be.svgz | Bin 362 -> 841 bytes boards/flags/bg.svgz | Bin 333 -> 832 bytes boards/flags/br.svgz | Bin 1765 -> 2959 bytes boards/flags/ca.svgz | Bin 327 -> 937 bytes boards/flags/ch.svgz | Bin 367 -> 883 bytes boards/flags/cs.svgz | Bin 414 -> 934 bytes boards/flags/da.svgz | Bin 300 -> 874 bytes boards/flags/de.svgz | Bin 317 -> 848 bytes boards/flags/dk.svgz | Bin 300 -> 0 bytes boards/flags/dz.svgz | Bin 25021 -> 21813 bytes boards/flags/el.svgz | Bin 942 -> 949 bytes boards/flags/en.svgz | Bin 1276 -> 1762 bytes boards/flags/en_CA.svgz | Bin 833 -> 1451 bytes boards/flags/en_GB.svgz | Bin 623 -> 1203 bytes boards/flags/es.svgz | Bin 53228 -> 41730 bytes boards/flags/eu.svgz | Bin 957 -> 1042 bytes boards/flags/fa.svgz | Bin 723 -> 1499 bytes boards/flags/fi.svgz | Bin 311 -> 839 bytes boards/flags/fr.svgz | Bin 292 -> 797 bytes boards/flags/ga.svgz | Bin 734 -> 799 bytes boards/flags/gu.svgz | Bin 3410 -> 3728 bytes boards/flags/he.svgz | Bin 974 -> 1528 bytes boards/flags/hi.svgz | Bin 3410 -> 3725 bytes boards/flags/hr.svgz | Bin 17577 -> 12605 bytes boards/flags/hu.svgz | Bin 221 -> 763 bytes boards/flags/id.svgz | Bin 176 -> 747 bytes boards/flags/it.svgz | Bin 201 -> 798 bytes boards/flags/ja.svgz | Bin 263 -> 823 bytes boards/flags/ka.svgz | Bin 529 -> 1211 bytes boards/flags/ko.svgz | Bin 467 -> 1161 bytes boards/flags/lt.svgz | Bin 206 -> 818 bytes boards/flags/mk.svgz | Bin 581 -> 1191 bytes boards/flags/ml.svgz | Bin 3410 -> 3727 bytes boards/flags/mr.svgz | Bin 3410 -> 3722 bytes boards/flags/ms.svgz | Bin 884 -> 1358 bytes boards/flags/nb.svgz | Bin 274 -> 824 bytes boards/flags/ne.svgz | Bin 835 -> 1810 bytes boards/flags/nl.svgz | Bin 329 -> 847 bytes boards/flags/nn.svgz | Bin 274 -> 831 bytes boards/flags/oc.svgz | Bin 2864 -> 2831 bytes boards/flags/pa.svgz | Bin 3410 -> 3725 bytes boards/flags/pl.svgz | Bin 263 -> 763 bytes boards/flags/pt.svgz | Bin 45791 -> 32765 bytes boards/flags/pt_BR.svgz | Bin 1768 -> 2963 bytes boards/flags/qc.svgz | Bin 20485 -> 0 bytes boards/flags/ro.svgz | Bin 213 -> 760 bytes boards/flags/ru.svgz | Bin 294 -> 811 bytes boards/flags/rw.svgz | Bin 808 -> 1190 bytes boards/flags/sk.svgz | Bin 1769 -> 2146 bytes boards/flags/sl.svgz | Bin 3384 -> 3010 bytes boards/flags/so.svgz | Bin 301 -> 829 bytes boards/flags/sq.svgz | Bin 5616 -> 5203 bytes boards/flags/sr.svgz | Bin 190777 -> 165971 bytes boards/flags/sv.svgz | Bin 249 -> 772 bytes boards/flags/ta.svgz | Bin 3410 -> 3728 bytes boards/flags/th.svgz | Bin 361 -> 869 bytes boards/flags/tr.svgz | Bin 485 -> 1262 bytes boards/flags/uk.svgz | Bin 258 -> 758 bytes boards/flags/ur.svgz | Bin 443 -> 1210 bytes boards/flags/vi.svgz | Bin 434 -> 1038 bytes boards/flags/wa.svgz | Bin 7599 -> 8450 bytes boards/flags/zh.svgz | Bin 1138 -> 1246 bytes src/gcompris/config.c | 4 +++- 68 files changed, 3 insertions(+), 1 deletions(-) commit 7325eca17393852202ad172d94129a61365bf98a Author: Bruno Coudoin Date: Sat Dec 26 21:11:36 2009 +0100 Removed autocrop on images to avoid them being cropped in the config menu. src/gcompris/config.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 1e8abe24ce9f290bf02539a79627fd25714d60be Author: Bruno Coudoin Date: Sat Dec 26 19:59:10 2009 +0100 Fixed renamed files in the Makefile.am .../resources/administration/Makefile.am | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit f681a402a0820903a02f3eb4e34071d4e28672f9 Author: Khaled Hosny Date: Sat Dec 26 02:04:19 2009 +0200 Updated Arabic translation po/ar.po | 304 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 198 insertions(+), 106 deletions(-) commit 14cc64a6ef1fcb9d989531ace2e64a198be01962 Author: Bruno Coudoin Date: Sat Dec 26 00:35:16 2009 +0100 Cleanup, removed unused file, update translation list. po/POTFILES.in | 11 + po/POTFILES.skip | 2 + src/boards/missingletter.c | 796 ------------------------------ src/boards/wordprocessor.c | 1151 -------------------------------------------- 4 files changed, 13 insertions(+), 1947 deletions(-) commit 712bd6cf96856d107c6c851b8115025be2f94f21 Author: Bruno Coudoin Date: Fri Dec 25 21:15:20 2009 +0100 Fixed missing icons in the administration in the difficulty selection. src/administration-activity/admin/board_list.py | 2 +- .../resources/administration/difficulty1.svg | 127 +++++++++ .../resources/administration/difficulty1.svgz | Bin 1736 -> 0 bytes .../resources/administration/difficulty2.svg | 207 ++++++++++++++ .../resources/administration/difficulty2.svgz | Bin 1980 -> 0 bytes .../resources/administration/difficulty3.svg | 258 +++++++++++++++++ .../resources/administration/difficulty3.svgz | Bin 2082 -> 0 bytes .../resources/administration/difficulty4.svg | 153 ++++++++++ .../resources/administration/difficulty4.svgz | Bin 2321 -> 0 bytes .../resources/administration/difficulty5.svg | 225 +++++++++++++++ .../resources/administration/difficulty5.svgz | Bin 2495 -> 0 bytes .../resources/administration/difficulty6.svg | 292 ++++++++++++++++++++ .../resources/administration/difficulty6.svgz | Bin 2610 -> 0 bytes 13 files changed, 1263 insertions(+), 1 deletions(-) commit e56ea94f6154e844f6b516b2dbcad08e6ccdcab8 Author: Bruno Coudoin Date: Fri Dec 25 19:59:52 2009 +0100 Fixed sound localization menu in the administration src/administration-activity/admin/board_list.py | 33 +++++++---------------- src/pythontest-activity/pythontest.py | 18 +++++++----- 2 files changed, 20 insertions(+), 31 deletions(-) commit 2c527fbd2fb71f597b00889b3f7c1bfb02d2b5dd Author: Bruno Coudoin Date: Fri Dec 25 18:19:35 2009 +0100 Fixed login configuration in administration module. src/administration-activity/admin/board_list.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 25e05705f8097aa39d9509f3678d327b2f0aca91 Author: Bruno Coudoin Date: Fri Dec 25 17:16:41 2009 +0100 No more reload the logs in the administration menu The log (report) are long to start. Like for the board list they are loaded only once. src/administration-activity/admin/log_list.py | 14 ++++++- .../admin/module_reports.py | 42 ++++++++++++------- 2 files changed, 39 insertions(+), 17 deletions(-) commit 2a54fbd4fa836e3986b8ac4d67d04549c5b960b3 Author: Bruno Coudoin Date: Fri Dec 25 17:03:49 2009 +0100 Persistent board list administration menu Now the long to load administration menu is made persistent, I mean that the user can select another menu then come back to the boar list menu and it will not be reloaded. Thus the user interface is more responsive. src/administration-activity/admin/board_list.py | 10 ++++++ src/administration-activity/admin/module_boards.py | 31 +++++++++++++------- 2 files changed, 30 insertions(+), 11 deletions(-) commit 8114ba63ef811c7f100b19585f1545566a098e48 Author: Bruno Coudoin Date: Fri Dec 25 15:58:36 2009 +0100 Added a progress bar The board administration menu takes a long time to load due to the rescaling of all the board's icons. I added a progress bar to make it clear it's a long operation. src/administration-activity/admin/board_list.py | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 208758f44d5cb0ae2d796178b0d04944cf0887e8 Author: Khaled Hosny Date: Fri Dec 18 06:29:16 2009 +0200 Updated Arabic translation po/ar.po | 134 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 75 insertions(+), 59 deletions(-) commit 78bcdb35937f12690932d0cb9bc51907afcafb55 Author: Bruno Coudoin Date: Thu Dec 17 23:09:27 2009 +0100 String formating are better adapted for translators. We had some errors of the kind: warning: 'msgid' format string with unnamed arguments cannot be properly We fixed this by using formal parameter positioning in C and python. src/administration-activity/admin/board_list.py | 6 ++++-- src/administration-activity/admin/wordlist.py | 3 ++- src/babymatch-activity/shapegame.c | 2 +- src/click_on_letter-activity/click_on_letter.c | 2 +- src/colors-activity/colors.c | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) commit 58017517d20e7bf38fa9748e3180fa2e1815a741 Author: Khaled Hosny Date: Wed Dec 16 15:56:16 2009 +0200 Updated Arabic translation po/ar.po |10337 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 5282 insertions(+), 5055 deletions(-) commit 977d86af8f83191c86c8b272f4b6f0af65d78793 Author: Khaled Hosny Date: Wed Dec 16 14:01:31 2009 +0200 Remove missing file po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit ae329496addb84c9c2fbe90076e0473f98dd04c9 Author: Daniel Nylander Date: Tue Dec 15 12:58:58 2009 +0100 Updated Swedish translation po/sv.po | 9072 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 4598 insertions(+), 4474 deletions(-) commit 0bac2c141ad60bf4b7b36d858f020353c090dae1 Author: Bruno Coudoin Date: Mon Dec 14 01:37:08 2009 +0100 Updated autogen / configure The configure scripts have been updated to follow the latest standard. autogen.sh | 15 +- configure.ac | 849 ++++++++++++++++++++++++++++++++++++++++ configure.in | 858 ----------------------------------------- docs/C/texinfo.tex | 700 ++++++++++++++++++++-------------- install-sh | 5 +- src/goocanvas/src/Makefile.am | 4 +- 6 files changed, 1281 insertions(+), 1150 deletions(-) commit cda11009bc33a227e4400c3784d803acf83f6a73 Author: Bruno Coudoin Date: Sun Dec 13 23:31:19 2009 +0100 No more make click event to loose in the followline activity. src/followline-activity/followline.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 41473b5e3a8bff665f382d80f5464c1afd9409a7 Author: Bruno Coudoin Date: Sat Jul 18 01:34:17 2009 +0200 Added support for SDL Mixer audio backend. The code is taken from the GCOMPRIS 8_3 branch. Now at compilation time we can select the SDL backend or the gstreamer one. configure.in | 1 + src/gcompris/Makefile.am | 5 +- src/gcompris/gstreamer.c | 19 +-- src/gcompris/sdlplayer.c | 222 +++++++++++++++++++++++ src/gcompris/soundutil_sdl.c | 405 ++++++++++++++++++++++++++++++++++++++++++ src/gcompris/soundutil_sdl.h | 99 ++++++++++ 6 files changed, 736 insertions(+), 15 deletions(-) commit 6ab1f6135629f58dcf5acc10ac982407f04288ec Author: Bruno Coudoin Date: Tue Jul 14 23:53:12 2009 +0200 Reorganisation of the sound playing in GCompris to split the high level audio file management and the low level audio player (gstreamer based for instance). The goal behind this is to make room for an integration of the GCOMPRIS 8.3 branch SDL Mixer player. This way we will be able to resync the windows and master branch. configure.in | 21 +++ src/gcompris/Makefile.am | 4 +- src/gcompris/gcompris.c | 2 + src/gcompris/gstreamer.c | 269 +++++++++++++++++++++++++++++++++++++ src/gcompris/soundutil.c | 330 ++++++---------------------------------------- src/gcompris/soundutil.h | 9 ++ 6 files changed, 347 insertions(+), 288 deletions(-) commit d6b37daa8afc9bbfbd8b95a111572f0996564b14 Author: Bruno Coudoin Date: Mon Nov 23 23:54:27 2009 +0100 Fixed frame counter. src/anim-activity/Timeline.py | 14 ++++++++++++++ src/anim-activity/anim.py | 23 ++++------------------- 2 files changed, 18 insertions(+), 19 deletions(-) commit 9684326ca945ddc3b5ecb2d725e9f82d41928983 Author: Bruno Coudoin Date: Mon Nov 23 21:43:43 2009 +0100 Fixed a major bug, now the children drawing is properly destroyed when we quit the activity. src/anim-activity/anim.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 89a83f963596aa6b2b1145bc2251b7ab936b1d41 Author: Bruno Coudoin Date: Mon Nov 23 21:41:06 2009 +0100 Added a keyboard shortut. Now ctrl-w will close the activity like 'esc' does. src/gcompris/gcompris.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit f2e929db6beeee52487c4e435c41c8a645d82e46 Author: Bruno Coudoin Date: Mon Nov 23 21:37:36 2009 +0100 Reimplemented the check for gc_drag_target != target like we had before my last commit on drag.c. I am not sure in which case it is needed but lets be concervative on the drag and drop. src/gcompris/drag.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 98f9759db7fb207b9383731970ce98e24c7d7e1b Author: Bruno Coudoin Date: Mon Nov 23 02:08:24 2009 +0100 New derived activity by Wolfram Sang: wolfram iswi.org The new activity is derived from the scale. Now it teaches unit of weight. I fixed the focus on the ojects, now the scales are written on them programaticaly instead of having several image files. configure.in | 1 + src/Makefile.am | 1 + .../resources/scale/Makefile.am | 10 - .../resources/scale/masse1.png | Bin 3684 -> 0 bytes .../resources/scale/masse10.png | Bin 4203 -> 0 bytes .../resources/scale/masse2.png | Bin 4167 -> 0 bytes .../resources/scale/masse3.png | Bin 4379 -> 0 bytes .../resources/scale/masse4.png | Bin 3848 -> 0 bytes .../resources/scale/masse5.png | Bin 4104 -> 0 bytes .../resources/scale/masse6.png | Bin 4283 -> 0 bytes .../resources/scale/masse7.png | Bin 3948 -> 0 bytes .../resources/scale/masse8.png | Bin 4523 -> 0 bytes .../resources/scale/masse9.png | Bin 4308 -> 0 bytes src/scalesboard-activity/scale.c | 245 ++++++++++++++-- src/scalesboard-activity/scalesboard.xml.in | 1 + src/scalesboard_weight-activity/Makefile.am | 27 ++ src/scalesboard_weight-activity/init_path.sh | 8 + .../scalesboard_weight.svg | 299 ++++++++++++++++++++ .../scalesboard_weight.xml | 19 ++ .../scalesboard_weight.xml.in | 19 ++ 20 files changed, 593 insertions(+), 37 deletions(-) commit aabdccea4831e102dc999f6b958b3c540fd2cd9d Author: Bruno Coudoin Date: Mon Nov 23 02:01:17 2009 +0100 This version of drag does work even if the user is dragging a goocanvas group instead of a regular item. I hope I did not broke anything. src/gcompris/drag.c | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) commit 6eb33077f10d2d9f3cc8e7bf21b913405f371cec Author: Bruno Coudoin Date: Sun Nov 22 20:30:45 2009 +0100 Fixed a crash that happened while loading an animation where item had been deleted and the z order was set. src/anim-activity/AnimItem.py | 1 + src/anim-activity/anim.py | 24 +++++++++++++++++------- 2 files changed, 18 insertions(+), 7 deletions(-) commit c5bb7634739b3c431b6741c9fc067ac5488fe994 Author: Bruno Coudoin Date: Sun Nov 22 17:29:33 2009 +0100 Now when the filename is selected or the type, the focus on the icons is set. src/gcompris/file_selector.c | 45 +++++++++++++++++++++++++---------------- 1 files changed, 27 insertions(+), 18 deletions(-) commit 4f89a2f306a26d0b8d22cc2cb2000156b0876d23 Author: Bruno Coudoin Date: Sun Nov 22 16:04:00 2009 +0100 Fixed anchors that were displayed in the background. Thanks to my daughter Clara for the bug report. src/anim-activity/AnimItem.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 41efa3e698749aaded64c09d80a83fa8af95b7e2 Author: Bruno Coudoin Date: Tue Nov 17 23:31:14 2009 +0100 Added missing null initialization of property->server. This was creating a potential crash at GCompris startup. src/gcompris/properties.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 261a197bd83840075a91493f97c04ce6f74e628b Author: Bruno Coudoin Date: Tue Nov 17 22:20:50 2009 +0100 Minor fix to mention esperanto at the file header. .../resources/wordsgame/default-eo.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d88065edbb18592ff51dccc7dfd7d56ec69e2166 Author: Bruno Coudoin Date: Mon Nov 16 23:02:38 2009 +0100 Updated. po/POTFILES.in | 6 - po/eo.po |10350 +++++++++++++++++++++++++++++--------------------------- 2 files changed, 5377 insertions(+), 4979 deletions(-) commit e5dfdc97b02669961ef46b3deffa5efc11e43baa Author: Bruno Coudoin Date: Mon Nov 16 22:19:15 2009 +0100 Addeed suppoort for esperanto by Jacob Nordfalk configure.in | 2 +- po/eo.po | 6335 ++++++++++++++++++++ .../resources/wordsgame/default-eo.xml | 145 + 3 files changed, 6481 insertions(+), 1 deletions(-) commit 89cb0a1ac7c508ed683a07fd8bd3726bf4b806a2 Author: Bruno Coudoin Date: Thu Nov 12 22:23:05 2009 +0100 Updated from gcomprixo branch. src/bundleit.sh | 110 +++++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 83 insertions(+), 27 deletions(-) commit 3d74e012968ec88be73bfdd5ca15ffb1e70b2eb3 Author: Bruno Coudoin Date: Wed Nov 11 22:54:02 2009 +0100 Added missing files comming from the new goocanvas release. src/goocanvas/src/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit bffa4323df9c327f4d242778b627c17b0275a8cb Author: Bruno Coudoin Date: Mon Nov 16 00:56:58 2009 +0100 Added again the support for our goocanvas.Svg item on top of the official pygoocanvas. This patch have to be apply on any new release comming from pygoocanvas. src/boards/goocanvas.c | 52 +++++++++++++++++++++++++++++++++++++++++ src/boards/goocanvas.defs | 26 ++++++++++++++++++++ src/boards/goocanvas.override | 1 + 3 files changed, 79 insertions(+), 0 deletions(-) commit 3ee30185b8221fcaf606cdbaa8bf366c055b7ea3 Author: Bruno Coudoin Date: Wed Nov 11 23:26:55 2009 +0100 Comming from goocanvas 0.15, was missing there. src/goocanvas/src/goocanvasmarshal.list | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 23207c50fa94496a165a84beb5ab15a835f25321 Author: Bruno Coudoin Date: Wed Nov 11 22:00:21 2009 +0100 Removed a considered offending sentence against proprietary software. src/gcompris/gcompris.c | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit e194455768991733ac02976592e7d9b21ba68e79 Author: Bruno Coudoin Date: Wed Nov 11 21:59:05 2009 +0100 po files taken from master branch. po/af.po | 2823 +++++++++++++++++++--------- po/ar.po | 1217 +++++++----- po/bg.po | 880 +++++---- po/de.po | 1416 +++++++++------ po/el.po | 3221 +++++++++++-------------------- po/es.po | 1021 ++++++----- po/eu.po | 1035 ++++++----- po/fr.po | 3150 +++++++++++++++++++++---------- po/he.po | 4680 ++++++++++++++++++++++++++------------------- po/hu.po | 1452 ++++++++------ po/ka.po | 3933 +++++++++++++++++++++++++++----------- po/nn.po | 938 ++++++---- po/pa.po | 6135 +++++++++++++++++++++++++++++++++++++++++++---------------- po/pt.po | 4202 ++++++++++++++++++++++++----------------- po/pt_BR.po | 1232 +++++++------ po/sv.po | 1025 ++++++----- po/ta.po | 2282 ++++++++++++++-------- 17 files changed, 25092 insertions(+), 15550 deletions(-) commit 0622bbd88b50bb0b3f58bad618f779261b821308 Author: Bruno Coudoin Date: Wed Nov 11 20:08:04 2009 +0100 Release 8.5PRE3 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d60371b01e9973a3c6ca6dba4ce92344abed401d Author: Bruno Coudoin Date: Wed Nov 11 19:59:52 2009 +0100 Fixed moving flipped items towards the top left or right. src/anim-activity/AnimItem.py | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) commit 5229cc8bc843c26c0bed131eee9a036ccd144e13 Author: Bruno Coudoin Date: Wed Nov 11 17:34:23 2009 +0100 removed unneeded test code. src/anim-activity/AnimItem.py | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) commit 0828f7fac42e370007f8bd19d6fdeda020ffc259 Author: Bruno Coudoin Date: Wed Nov 11 17:25:29 2009 +0100 Added support for loading/saving z-order. src/anim-activity/AnimItem.py | 31 ++++++++++++++------ src/anim-activity/Timeline.py | 2 +- src/anim-activity/anim.py | 62 ++++++++++++++++++++++++++++++++++------ 3 files changed, 74 insertions(+), 21 deletions(-) commit 9caf88590584b77274f719e650dac3870650f2c6 Author: Bruno Coudoin Date: Sun Nov 8 23:15:35 2009 +0100 Better support for non ascii keys in the text items. src/anim-activity/AnimItem.py | 1 + src/anim-activity/anim.py | 20 -------------------- 2 files changed, 1 insertions(+), 20 deletions(-) commit f4ce55cc2917e1af57c5b4eb83fc3d5a2b31d4b2 Author: Bruno Coudoin Date: Sun Nov 8 23:05:15 2009 +0100 Class reog, there is now a Document class that holds everything related to the animation document itself. src/anim-activity/AnimItem.py | 16 ++++---- src/anim-activity/anim.py | 73 ++++++++++++++++++++++------------------- 2 files changed, 47 insertions(+), 42 deletions(-) commit 7c32c8cd14f2d3e7c7e9523dc85c47da82bea06c Author: Bruno Coudoin Date: Sun Nov 8 16:18:42 2009 +0100 The last touch on the animation. We now have the load/save working with lines now that we have the latest goocanvas. src/anim-activity/AnimItem.py | 36 ++++++++++++++++++++++++++---------- src/anim-activity/anim.py | 2 -- 2 files changed, 26 insertions(+), 12 deletions(-) commit 56b9c4f4c887c18d2be1a2dd752ab73ead65ba6d Author: Bruno Coudoin Date: Sun Nov 8 16:16:26 2009 +0100 Updated with upstream goocanvas 0.15 and pygoocanvas 0.14.1. (I patched pygoocanvas to make it compile with goocanvas 0.15). src/boards/goocanvas.c | 1813 +++++++++++++++++++------------ src/boards/goocanvas.defs | 160 +++- src/boards/goocanvas.override | 440 ++++++++- src/boards/goocanvasmodule.c | 10 +- src/goocanvas/src/goocanvas.c | 665 +++++++++++- src/goocanvas/src/goocanvas.h | 19 + src/goocanvas/src/goocanvasatk.c | 27 +- src/goocanvas/src/goocanvasellipse.c | 93 ++- src/goocanvas/src/goocanvasgrid.c | 1170 ++++++++++++++++++++ src/goocanvas/src/goocanvasgrid.h | 153 +++ src/goocanvas/src/goocanvasgroup.c | 373 ++++++- src/goocanvas/src/goocanvasitem.c | 277 ++++-- src/goocanvas/src/goocanvasitem.h | 29 +- src/goocanvas/src/goocanvasitemmodel.c | 103 +- src/goocanvas/src/goocanvasitemmodel.h | 2 - src/goocanvas/src/goocanvasitemsimple.c | 201 ++-- src/goocanvas/src/goocanvasitemsimple.h | 8 +- src/goocanvas/src/goocanvasmarshal.c | 45 + src/goocanvas/src/goocanvasmarshal.h | 8 + src/goocanvas/src/goocanvaspath.c | 359 ++++++- src/goocanvas/src/goocanvaspolyline.c | 162 +++- src/goocanvas/src/goocanvasprivate.h | 17 + src/goocanvas/src/goocanvasrect.c | 1 - src/goocanvas/src/goocanvastable.c | 199 ++-- src/goocanvas/src/goocanvastext.c | 132 ++- src/goocanvas/src/goocanvasutils.c | 102 ++- src/goocanvas/src/goocanvasutils.h | 88 ++- src/goocanvas/src/goocanvaswidget.c | 120 ++- 28 files changed, 5520 insertions(+), 1256 deletions(-) commit 739ab5f521c1f19888ebbdd2ac09c17e29ad4f2d Author: Bruno Coudoin Date: Sun Nov 8 16:14:27 2009 +0100 Now display 4 lines of file instead of 3. src/gcompris/file_selector.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit fadb6d49c6e9998728805177c1c9b0bcb4a24c0c Author: Bruno Coudoin Date: Sun Nov 8 02:22:03 2009 +0100 Now accept the double click to mark the time line end. src/anim-activity/Timeline.py | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit 75a523155c1ea38f22fdfa6c588c54890bd789f6 Author: Bruno Coudoin Date: Sun Nov 8 01:39:36 2009 +0100 Improved the saving of text items. Sadly it does not work because it seems like my goocanvas version does not report the text items content properly when it has been updated. src/anim-activity/AnimItem.py | 12 ++++++------ src/anim-activity/anim.py | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) commit 35863a35ab3567c0a1523eb1cba7d8fefab926a5 Author: Bruno Coudoin Date: Sun Nov 8 00:51:15 2009 +0100 A nice implementation of the text item with a resize button. Need to make the save/load of texts now. src/anim-activity/AnimItem.py | 146 +++++++++++++++++++++++++++++++++------- src/anim-activity/anim.py | 6 +- 2 files changed, 124 insertions(+), 28 deletions(-) commit 22c05cb156e0b308b8186676a976d85184f5c0a9 Author: Bruno Coudoin Date: Sat Nov 7 21:56:43 2009 +0100 iniital support for text items. src/anim-activity/AnimItem.py | 117 +++++++++++++++++++++++++++++++++++++++++ src/anim-activity/anim.py | 59 +++++--------------- 2 files changed, 132 insertions(+), 44 deletions(-) commit a2047bc64b0aa57e03a2df5755ba5864c8497cf4 Author: Bruno Coudoin Date: Mon Nov 2 08:39:52 2009 +0100 Fixed a bug where the old items where not deleted on a file load. src/anim-activity/anim.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 6f7a04ad55c342c6137a06259f27fee8b21e0cd7 Author: Bruno Coudoin Date: Mon Nov 2 07:16:15 2009 +0100 added support for delete key shortcut when an item is selected. src/anim-activity/AnimItem.py | 5 +++++ src/anim-activity/anim.py | 12 ++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) commit 5cb903b5ad1dc5c55ac36aa8a0470e48745e59d8 Author: Bruno Coudoin Date: Sun Nov 1 18:59:49 2009 +0100 Properly hide the color selector in playing mode. src/anim-activity/Color.py | 8 ++++++++ src/anim-activity/anim.py | 3 ++- 2 files changed, 10 insertions(+), 1 deletions(-) commit 87dec57fc0451469cfb612cba3a9024ced1015bb Author: Bruno Coudoin Date: Sun Nov 1 18:35:08 2009 +0100 Added support for load/save for images. src/anim-activity/AnimItem.py | 70 ++++++++++++++++++++++++++++++++++------- src/anim-activity/anim.py | 5 +-- 2 files changed, 60 insertions(+), 15 deletions(-) commit e282df91da12e13433b1a2e00c15648e936eb8c7 Author: Bruno Coudoin Date: Sun Nov 1 12:42:14 2009 +0100 Now save/restore works with rectangle. The last time line mark is also saved / restored. Next step is to implement save/restore for other objects than rectangle. src/anim-activity/AnimItem.py | 61 +++++++++++++++++----------------------- src/anim-activity/Timeline.py | 19 +++++++----- src/anim-activity/anim.py | 17 +++++++---- 3 files changed, 48 insertions(+), 49 deletions(-) commit 47e7af5c5a3ec3f438e969585824faa8984bd708 Author: Bruno Coudoin Date: Sun Nov 1 00:32:59 2009 +0100 now the limit works in reverse also. src/anim-activity/Timeline.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 914f22c5ca24da2dcef7c13ce3a00f61f5140511 Author: Bruno Coudoin Date: Sat Oct 31 23:39:31 2009 +0100 Improved version of the save feature. Now can save / Load multiple items and frames. What does not work yet is the colors of the items. Added a feature to let the children specify the last frame to display by right clicking on a frame. src/anim-activity/AnimItem.py | 64 +++++++++++++++++++++++++++++++--------- src/anim-activity/Timeline.py | 29 +++++++++++++++--- src/anim-activity/anim.py | 2 + src/anim-activity/anim.xml.in | 2 +- 4 files changed, 76 insertions(+), 21 deletions(-) commit 6c0bf5ed3a2573a3a190bb60801a9d94dc37a5c0 Author: Bruno Coudoin Date: Sat Oct 31 23:38:49 2009 +0100 Fixed to compile on Ubuntu 9.10 with the new pycairo version. src/boards/goocanvasmodule.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 643b42b8035098b3e2971e4b323bc540a6278ca0 Author: Bruno Coudoin Date: Wed Oct 28 23:35:49 2009 +0100 Improved a little bit the save/load feature, works a little bit for rectangles only. Uncomplete yet. src/anim-activity/AnimItem.py | 33 ++++++++++++++++++++++++++++++++- src/anim-activity/anim.py | 7 ++++++- src/boards/goocanvasmodule.c | 10 +++++----- 3 files changed, 43 insertions(+), 7 deletions(-) commit d257a967d71c07835ad08ec6c107d3022225c279 Author: Bruno Coudoin Date: Tue Oct 27 00:36:57 2009 +0100 Started the implementation of the load/save feature of anim. For now, the save 'does something' but the load crashes GCompris. src/anim-activity/AnimItem.py | 38 +++++++++++++----------- src/anim-activity/anim.py | 63 ++++++++++++++++++++++++++++++++++------ 2 files changed, 74 insertions(+), 27 deletions(-) commit 7e1280129bad916fa16fb5a46167c40a6b7fd0f4 Author: Bruno Coudoin Date: Mon Oct 26 21:09:35 2009 +0100 fixed draw has no timeline now. Fixed copyright, there is really nothing left from the old anim. src/anim-activity/anim.py | 4 +++- src/anim-activity/anim.xml.in | 2 +- src/draw-activity/draw.xml.in | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) commit 482f385a5290d41eeb87dfd9af84bcfb941d08c4 Author: Bruno Coudoin Date: Sun Oct 25 22:11:43 2009 +0100 hide the bar while waiting for the bonus. did it on clickanddraw and drawnumber src/drawnumber-activity/clickanddraw.py | 1 + src/drawnumber-activity/drawnumber.py | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) commit b21e3513cd4aa51b402429da99e1673e9516c9eb Author: Bruno Coudoin Date: Fri Oct 16 22:09:33 2009 +0200 Now wordprocessor activity has the focus into the editing part by default. src/boards/wordprocessor.c | 1151 ++++++++++++++++++++++++++++ src/wordprocessor-activity/wordprocessor.c | 4 +- 2 files changed, 1154 insertions(+), 1 deletions(-) commit 5bbcc313789989c8d32ab05ac15007de9c6a1547 Author: Bruno Coudoin Date: Sun Oct 25 21:34:20 2009 +0100 Fixed file selector, now passes the file type properly in load. src/gcompris/file_selector.c | 19 ++++++++++++++++++- src/wordprocessor-activity/wordprocessor.c | 8 ++++---- 2 files changed, 22 insertions(+), 5 deletions(-) commit 560b6233377cc6e59812d284a61474fb1d7ba1b1 Author: Bruno Coudoin Date: Sun Oct 25 19:18:01 2009 +0100 Added support for user_data in image selector api. src/anim-activity/anim.py | 6 +++--- src/boards/py-mod-gcompris.c | 14 +++++++++----- src/gcompris/gcompris.h | 8 +++++--- src/gcompris/images_selector.c | 7 +++++-- 4 files changed, 22 insertions(+), 13 deletions(-) commit 30891ec192e1b38a8844ce7cf50806a03677f4a1 Author: Bruno Coudoin Date: Sun Oct 25 18:39:39 2009 +0100 Added a parameter to file selector to pass a user data. Fixed file selector, ok case was not working. src/anim-activity/anim.py | 14 +++++----- src/boards/py-mod-gcompris.c | 49 ++++++++++++++++++++++--------------- src/gcompris/file_selector.c | 42 ++++++++++++++++++-------------- src/gcompris/gcompris.h | 17 +++++++----- src/goocanvas/src/goocanvassvg.c | 13 +++++---- 5 files changed, 77 insertions(+), 58 deletions(-) commit b4a157d08a827335065029bd375a412eabd3d5c5 Author: Bruno Coudoin Date: Sun Sep 20 12:50:53 2009 +0200 Added credit where it's due. src/canal_lock-activity/canal_lock.xml.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 4c6c2ce5e87c919b8c33c068904afc3e9af2db1f Author: Bruno Coudoin Date: Fri Aug 28 22:51:52 2009 +0200 Merged from trunk 85ed78de6d1f144769bf9240e83ca6ca91197980 Fixed a major bug resulting in garbled string in the advanced color activity. In this activity the color to search was garbled in American english and in case there is no translations available for the running locale. src/advanced_colors-activity/advanced_colors.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 937dc9ab33cf87fa174b9aeb6f33c1be1901b1c3 Author: Bruno Coudoin Date: Sat Jul 25 14:57:51 2009 +0200 Now the ChangeLogs are managed automatically through git. ChangeLog.pregit | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) commit 87e9bbf1e2325f3b1c5f92e042de317faf6cbcbf Author: Bruno Coudoin Date: Sat Jul 25 01:47:10 2009 +0200 Fixed a compilation issue. Missing initialization. src/target-activity/target.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 10f0529c02b5d88a2e177860002135745ce04bbe Author: Bruno Coudoin Date: Mon Jul 13 15:01:09 2009 +0200 Create the ChangeLog automatically from git log. Makefile.am | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit 9da06f2a0e7ea23e3a68a286a1968d9c8d7c73eb Author: Bruno Coudoin Date: Sun Jul 12 17:13:51 2009 +0200 This is an Empty ChageLog to be filled up with git log at make dist time. ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 6807db3cbdc1a2fe45f4f9536a654b2702830eb7 Author: Bruno Coudoin Date: Sun Jul 5 19:18:24 2009 +0200 No more maintain the ChangeLog manually, use git log instead. ChangeLog |23329 ------------------------------------------------------ ChangeLog.pregit |23329 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 23329 insertions(+), 23329 deletions(-) commit b245eb1ef7069694c3c2c1a981ad9028ac353b90 Author: Bruno Coudoin Date: Sun Jul 12 21:02:45 2009 +0200 Added a demo case windows. src/gcompris/gcompris.c | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) commit b3b453853e92552da789c88d6f2ebbccdbfdf101 Author: Bruno Coudoin Date: Sun Jul 12 21:01:58 2009 +0200 Cleanup concerning WIN32 paltform. Removed redundant cases. configure.in | 37 +++++++------------------------------ 1 files changed, 7 insertions(+), 30 deletions(-) commit 8566cd58685a66da144dd59c1e58ea271eceb12f Author: Bruno Coudoin Date: Sat Jul 4 10:37:44 2009 +0200 Patched goocanvas to support scaling when witdth and height are changed. src/goocanvas/src/goocanvasimage.c | 28 ++++++++++++++++++++++------ src/goocanvas/src/goocanvasimage.h | 2 +- 2 files changed, 23 insertions(+), 7 deletions(-) commit 726b2b9c74f45a79e013975c0be0c2c6afe32889 Author: Bruno Coudoin Date: Fri Jul 3 23:48:15 2009 +0200 No more point to skin image. src/redraw-activity/redraw.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 13efe7343ed8d5b61d830eee3156c3bc20a122d0 Author: Bruno Coudoin Date: Mon Jun 22 23:26:43 2009 +0200 Fixed searace activity to work again. src/searace-activity/searace.py | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) commit 5a1dd8e2da83bc22c11d7bc7caaec8507cb6db1c Author: Bruno Coudoin Date: Mon Jun 22 22:49:55 2009 +0200 Fix gnumch activity to run again src/gnumch-equality-activity/gnumch.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ca09532340aa5dcf25a5e57829cbc3b66269ce14 Author: Bruno Coudoin Date: Mon Jun 22 22:42:43 2009 +0200 Fixed photohunter activity icon. Created an icon for the activity. src/photohunter-activity/photohunter.svg | 585 ++++++++++++++++++++++----- src/photohunter-activity/photohunter.xml.in | 2 +- 2 files changed, 475 insertions(+), 112 deletions(-) commit 9897a893ff1748d099c36f5671c7802639bc3311 Author: Bruno Coudoin Date: Sun Jun 21 23:58:07 2009 +0200 Fixed broken image display for the left menu icons. src/administration-activity/admin/module.py | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit a5409f8a0d5da72406c471a9029135d686860c85 Author: Bruno Coudoin Date: Mon Sep 1 23:26:56 2008 +0000 From trunk Added more levels to the babyshape activity. This levels are based on famous paintings, the children must drag missing part of the paintings back to their proper places. This is a contribution of Marc Levivier svn path=/trunk/; revision=3525 .../resources/babyshapes/.gitignore | 8 +------ .../resources/babyshapes/Bosschaert_04/1.png | Bin 0 -> 17845 bytes .../resources/babyshapes/Bosschaert_04/2.png | Bin 0 -> 55383 bytes .../resources/babyshapes/Bosschaert_04/3.png | Bin 0 -> 49584 bytes .../resources/babyshapes/Bosschaert_04/4.png | Bin 0 -> 23018 bytes .../resources/babyshapes/Bosschaert_04/5.png | Bin 0 -> 23242 bytes .../resources/babyshapes/Bosschaert_04/6.png | Bin 0 -> 91736 bytes .../babyshapes/Bosschaert_04/background.png | Bin 0 -> 1282643 bytes .../resources/babyshapes/Makefile.am | 7 +++++- .../babyshapes/Paul_Gauguin_006/background.png | Bin 0 -> 948596 bytes .../babyshapes/Paul_Gauguin_006/chien.png | Bin 0 -> 262512 bytes .../babyshapes/Paul_Gauguin_006/jeunes_filles.png | Bin 0 -> 314499 bytes .../babyshapes/Paul_Gauguin_006/statue.png | Bin 0 -> 41186 bytes .../babyshapes/Pieter_Bruegel/background.png | Bin 0 -> 1452920 bytes .../babyshapes/Pieter_Bruegel/fillette.png | Bin 0 -> 70406 bytes .../resources/babyshapes/Pieter_Bruegel/mur.png | Bin 0 -> 34296 bytes .../babyshapes/Pieter_Bruegel/musicien.png | Bin 0 -> 111504 bytes .../babyshapes/Pieter_Bruegel/service.png | Bin 0 -> 440733 bytes .../resources/babyshapes/Van_Gogh_0011/1.png | Bin 0 -> 82968 bytes .../resources/babyshapes/Van_Gogh_0011/2.png | Bin 0 -> 104197 bytes .../resources/babyshapes/Van_Gogh_0011/3.png | Bin 0 -> 15952 bytes .../resources/babyshapes/Van_Gogh_0011/4.png | Bin 0 -> 13061 bytes .../resources/babyshapes/Van_Gogh_0011/5.png | Bin 0 -> 372915 bytes .../babyshapes/Van_Gogh_0011/background.png | Bin 0 -> 1288655 bytes .../resources/babyshapes/board8_0.xml.in | 15 +++++++++++++ .../resources/babyshapes/board8_1.xml.in | 18 ++++++++++++++++ .../resources/babyshapes/board8_2.xml.in | 20 ++++++++++++++++++ .../resources/babyshapes/board8_3.xml.in | 20 ++++++++++++++++++ .../resources/babyshapes/board8_4.xml.in | 22 ++++++++++++++++++++ .../resources/babyshapes/lady_unicorn/1.png | Bin 0 -> 6634 bytes .../resources/babyshapes/lady_unicorn/2.png | Bin 0 -> 25816 bytes .../resources/babyshapes/lady_unicorn/3.png | Bin 0 -> 15300 bytes .../resources/babyshapes/lady_unicorn/4.png | Bin 0 -> 166423 bytes .../resources/babyshapes/lady_unicorn/5.png | Bin 0 -> 32611 bytes .../babyshapes/lady_unicorn/background.png | Bin 0 -> 890624 bytes 35 files changed, 102 insertions(+), 8 deletions(-) commit 06f6d5a15edcd5e50422b5a677921d8da6415301 Author: Bruno Coudoin Date: Sat Mar 14 13:43:39 2009 +0000 Imported config locale list from trunk. - Fixed an annoying bug in the locale selection. Punjabi was twice in our internal list which makes it impossible to access locale after Portuguese in our list. It was possible to access locale by going backward but really annoying. svn path=/trunk/; revision=3771 src/gcompris/config.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 90d304fa2d4483d113030829aef181c21d0aa29c Author: Bruno Coudoin Date: Thu Mar 12 20:48:59 2009 +0000 - Fixed a crash case by Miguel in the configuration. in a languge setting configuration of an activity if we change the language, gcompris crashes. svn path=/trunk/; revision=3769 ChangeLog | 10 ++++++++++ src/gcompris/board_config_combo.c | 11 +++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) commit 4aa8c15a9010c78667579536690bfb69c1be7613 Author: Bruno Coudoin Date: Tue Mar 10 20:31:15 2009 +0000 missing file svn path=/trunk/; revision=3766 src/boards/py-gcompris-boardconfig.c | 78 ++++++++++++++++++++++++++++++++++ src/boards/py-gcompris-boardconfig.h | 14 ++++++ 2 files changed, 92 insertions(+), 0 deletions(-) commit c9fe35a6656be45a6f1ecace4240c11a6b7d36e2 Author: Bruno Coudoin Date: Tue Mar 10 20:25:02 2009 +0000 Patch from Miguel that fixes the configuration of python activities (tuxpaint and login was crashing). svn path=/trunk/; revision=3765 ChangeLog | 28 ++++++++++++ src/boards/Makefile.am | 1 + src/boards/py-mod-gcompris.c | 79 +++++++++++++++++++++----------- src/gcompris/board_config_radio.c | 3 +- src/login-activity/login.py | 8 ++-- src/pythontest-activity/pythontest.py | 24 +++++----- src/tuxpaint-activity/tuxpaint.py | 22 +++++----- 7 files changed, 110 insertions(+), 55 deletions(-) commit 93608d2fc4e0dacb5a67310e397e34b34a618f09 Author: Bruno Coudoin Date: Wed Mar 4 21:01:54 2009 +0000 - gnet is now enable by default. svn path=/trunk/; revision=3758 ChangeLog | 7 +++++++ configure.in | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit 7349a285ec6ea1315c6aa49bfa7f4edf2b8d72b1 Author: Bruno Coudoin Date: Sun Jun 21 15:38:10 2009 +0200 - From trunk - Patch from Miguel. On some windows manager, we were crashing when opening a configuration windows while in fullscreen. * src/gcompris/board_config.c: (gc_board_config_window_display): ChangeLog | 6 +++++- src/gcompris/board_config.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) commit 45f93b6488990c4347fdba06609c9f9077a01a74 Author: Bruno Coudoin Date: Tue Feb 24 23:30:48 2009 +0000 - Fixed strings: * src/boards/reading.c: (reading_create_item): * src/gcompris/board_config_wordlist.c: (gc_board_config_wordlist): - Fixed bug, the configuration was crashing uppon startup from the admin mode * src/boards/missingletter.c: (_init), (start_board), (config_start): * src/boards/missingletter_config.c: * src/boards/python/admin/board_list.py: svn path=/trunk/; revision=3741 ChangeLog | 30 +++++++++++++++++++++++ src/administration-activity/admin/board_list.py | 2 +- src/missing_letter-activity/missingletter.c | 5 ++++ src/readingh-activity/reading.c | 2 +- 4 files changed, 37 insertions(+), 2 deletions(-) commit 09971505d2806bde6d47dfa477d20b8d90491abb Author: Bruno Coudoin Date: Thu Feb 19 21:54:48 2009 +0000 - Minor updates regarding translations svn path=/trunk/; revision=3725 src/gcompris/gcompris.c | 2 +- src/readingh-activity/reading.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 9ce88612e358e4d0f7eda5cc03ae68c7363197c2 Author: Bruno Coudoin Date: Mon Feb 16 23:32:03 2009 +0000 - Miquel DE IZARRA Added support for editing the content of the missing - Miquel DE IZARRA Added support for editing the content of the missing letter activity. svn path=/trunk/; revision=3722 ChangeLog | 29 + src/boards/missingletter.c | 796 ++++++++++++++++++++ src/gcompris/board_config_wordlist.c | 12 +- src/gcompris/gameutil.c | 2 - src/gcompris/gc_net.c | 3 +- src/gcompris/gc_net.h | 1 + src/gcompris/gcompris.c | 45 ++- src/missing_letter-activity/Makefile.am | 2 +- src/missing_letter-activity/missingletter.c | 186 +++--- src/missing_letter-activity/missingletter.h | 36 + src/missing_letter-activity/missingletter_config.c | 592 +++++++++++++++ src/readingh-activity/reading.c | 17 +- 12 files changed, 1611 insertions(+), 110 deletions(-) commit 26bbbc542bcfd43f6a753dfea6fbdd2a6c49b6ab Author: Bruno Coudoin Date: Thu Feb 5 00:25:57 2009 +0000 Miguel DE IZARRA added support for online wordlist. This save custom data in user_dir and make a content.txt (a md5sum like file) listing custom files. Simply put this files in a web server to diffuse in classroom. GCompris clients are launch with --server and --cache-dir On start, client download content.txt from server. And when a client need a file: - first he search in server list (from content.txt) - if found, he check md5 of file in cache_dir - if md5 isn't ok, file is download in cache_dir file in cache_dir is used - if not found, search in package_dir (like now) svn path=/trunk/; revision=3720 ChangeLog | 51 +++- configure.in | 15 + src/advanced_colors-activity/advanced_colors.c | 2 +- src/babymatch-activity/shapegame.c | 2 +- src/gcompris/board_config_wordlist.c | 28 ++- src/gcompris/dialog.c | 3 - src/gcompris/gameutil.c | 35 +++- src/gcompris/gameutil.h | 1 + src/gcompris/gc_net.c | 378 ++++++++++++++++++++++-- src/gcompris/gc_net.h | 12 +- src/gcompris/gcompris.c | 8 +- src/gcompris/images_selector.c | 68 +++++ src/gcompris/properties.h | 1 + src/gcompris/skin.c | 2 +- src/gcompris/wordlist.c | 2 +- src/imageid-activity/imageid.c | 2 +- src/missing_letter-activity/missingletter.c | 2 +- src/wordprocessor-activity/wordprocessor.c | 2 +- 18 files changed, 576 insertions(+), 38 deletions(-) commit 1633c0f7d7fabe97e39eeb3baed7eb0c1c21f5b9 Author: Bruno Coudoin Date: Sat Jun 20 18:38:22 2009 +0200 Now tux does not focus when it should not src/bargame-activity/bargame.py | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 7e8dea91ea517b75bb2c5e366e3bc3f10423b692 Author: Bruno Coudoin Date: Sat Jun 20 18:38:06 2009 +0200 Added .pyc as an exclude rule .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f3f863c10abba7542e9b942541c2831d9c699ca7 Author: Bruno Coudoin Date: Fri Jan 30 23:55:13 2009 +0000 Fixed for RTL. svn path=/trunk/; revision=3712 src/wordsgame-activity/wordsgame.c | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) commit 65b88fe646ede1c7d46162949d52240c288b1d7b Author: Bruno Coudoin Date: Sat Jun 20 18:05:24 2009 +0200 Fixed a crash when the activity was won. src/scalesboard-activity/scale.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fdfc74363e3879651632d6f16736a23b9064046a Author: Bruno Coudoin Date: Fri Jan 30 23:41:14 2009 +0000 Fixed crash bug when changing level while dragging an item (2 click drag mode) svn path=/trunk/; revision=3710 ChangeLog | 14 ++++++++++++++ src/babymatch-activity/shapegame.c | 4 +++- 2 files changed, 17 insertions(+), 1 deletions(-) commit fdec417514b2b51ad1e031c4a17439a0712b14ae Author: Bruno Coudoin Date: Fri Jan 30 23:31:55 2009 +0000 Added RTL support. svn path=/trunk/; revision=3709 ChangeLog | 1 + src/readingh-activity/reading.c | 42 ++++++++++++++++++++++++++++++-------- 2 files changed, 34 insertions(+), 9 deletions(-) commit cc0c3de9985bbd68397b263a87fa3444ca6e122f Author: Bruno Coudoin Date: Sat Jun 20 17:21:03 2009 +0200 From trunk. Fixed small bug (2 player mode) -> show happy flower even if player 2 wins ChangeLog | 6 ++++++ src/connect4-activity/connect4.py | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) commit a0ab60f0e3347afdf54f2d13b62f1b0beae0ea35 Author: Bruno Coudoin Date: Fri Jan 30 21:29:10 2009 +0000 Missing files from Miguel svn path=/trunk/; revision=3701 src/gcompris/board_config_combo.c | 553 ++++++++++++++++++++++++++++++++++ src/gcompris/board_config_common.c | 55 ++++ src/gcompris/board_config_common.h | 39 +++ src/gcompris/board_config_radio.c | 161 ++++++++++ src/gcompris/board_config_textview.c | 281 +++++++++++++++++ src/gcompris/board_config_wordlist.c | 254 ++++++++++++++++ 6 files changed, 1343 insertions(+), 0 deletions(-) commit 0bee89d3ea36b5b1cc3cc6a565197a838e5eda5b Author: Bruno Coudoin Date: Fri Jan 30 21:15:28 2009 +0000 Miguel DE IZARRA implemented the wordlist selector. We need some improvement to save data in the ~/My GCompris instead of the system datadir directory. svn path=/trunk/; revision=3700 ChangeLog | 40 +- src/advanced_colors-activity/advanced_colors.c | 8 +- src/babymatch-activity/shapegame.c | 10 +- src/boards/py-mod-gcompris.c | 16 +- src/click_on_letter-activity/click_on_letter.c | 8 +- src/colors-activity/colors.c | 4 +- src/gcompris/Makefile.am | 4 +- src/gcompris/board_config.c | 1067 +++--------------------- src/gcompris/board_config.h | 44 +- src/gcompris/wordlist.c | 243 ++++-- src/gcompris/wordlist.h | 4 +- src/gletters-activity/gletters.c | 12 +- src/imageid-activity/imageid.c | 7 +- src/missing_letter-activity/missingletter.c | 6 +- src/readingh-activity/reading.c | 7 +- src/scalesboard-activity/scale.c | 7 +- src/smallnumbers-activity/smallnumbers.c | 7 +- src/wordsgame-activity/wordsgame.c | 37 +- 18 files changed, 449 insertions(+), 1082 deletions(-) commit 17fa62541c9ae7cb541a68c51b2d9a7580cef187 Author: Bruno Coudoin Date: Sat Jun 20 13:21:09 2009 +0200 Updated ChangeLog | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 5e7baa042c71027e3a4737aa920c511cc9e5ec16 Author: Bruno Coudoin Date: Sat Jun 20 00:03:06 2009 +0200 Hand image was not found in single activity. src/geography-activity/resources/shapegame | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit e27e05da887270cce7d0f6ff3f112b0d98fabb8b Author: Wolfram Sang Date: Fri Jun 19 23:47:44 2009 +0200 When shuffling the items for the left bar, the last item was skipped. As the upper limit for random-functions is exclusive, we have to pass the whole list_size, not list_size - 1. Also, simplify the code. src/babymatch-activity/shapegame.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d75b609a971a3dca00818b2dc487ec286c9595bf Author: Wolfram Sang Date: Fri Jun 19 23:45:50 2009 +0200 Shapegames could crash if one tried to move an object while the bonus-object (e.g. sad flower) was still shown. Fix this by ensuring that the object to move or drop is the same one that got dragged. src/babymatch-activity/shapegame.c | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 9fb1e1fe773039b8fa9e95c38e9d3160fbf63999 Author: Wolfram Sang Date: Fri Jun 19 23:20:04 2009 +0200 Fix an off-by-one bug in the calculation of the amount of levels, which made it possible to see the end-sequence just by clicking the dice. Conflicts: src/boards/shapegame.c src/babymatch-activity/shapegame.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 46c8e1da3ae448aa3eadc593c2b984bb7464b0c9 Author: Khaled Hosny Date: Sat Jun 13 20:43:15 2009 +0300 Remove outdated and unmaintataned 'ar_TN' translation, to use the fully translated 'ar' instead. configure.in | 2 +- po/ar_TN.po | 5665 -------------------- src/bundleit.sh | 3 +- src/gcompris/config.c | 1 - .../resources/wordsgame/Makefile.am | 1 - .../resources/wordsgame/default-ar_TN.xml | 46 - 6 files changed, 3 insertions(+), 5715 deletions(-) commit 83786b13949e68d6b237875337caea50d686797a Author: Bruno Coudoin Date: Fri May 15 00:11:00 2009 +0200 update if gitignore .gitignore | 924 +-------------------------------------------------------- po/.gitignore | 4 + 2 files changed, 13 insertions(+), 915 deletions(-) commit 069c0d5b2b02bccdf4f5ae0eb3cb806d63518b29 Author: Bruno Coudoin Date: Fri May 15 00:09:55 2009 +0200 updated gitignore .gitignore | 939 ++++++++++++++++++++ boards/.gitignore | 25 + docs/C/.gitignore | 2 + docs/eu/.gitignore | 1 + docs/fr/.gitignore | 1 + po/.gitignore | 1 + src/administration-activity/.gitignore | 1 + src/advanced_colors-activity/.gitignore | 1 + .../resources/advanced_colors/.gitignore | 9 + src/algebra_by-activity/.gitignore | 1 + src/algebra_guesscount-activity/.gitignore | 1 + src/algebra_minus-activity/.gitignore | 1 + src/algebra_plus-activity/.gitignore | 1 + src/algorithm-activity/.gitignore | 1 + src/anim-activity/.gitignore | 1 + src/awele-activity/.gitignore | 1 + src/babymatch-activity/.gitignore | 1 + .../resources/babymatch/.gitignore | 7 + src/babyshapes-activity/.gitignore | 1 + .../resources/babyshapes/.gitignore | 7 + src/ballcatch-activity/.gitignore | 1 + src/bargame-activity/.gitignore | 1 + src/billard-activity/.gitignore | 1 + src/canal_lock-activity/.gitignore | 1 + src/chat-activity/.gitignore | 1 + src/chess_computer-activity/.gitignore | 1 + src/chess_movelearn-activity/.gitignore | 1 + src/chess_partyend-activity/.gitignore | 1 + src/chronos-activity/.gitignore | 1 + src/chronos-activity/resources/chronos/.gitignore | 13 + src/click_on_letter-activity/.gitignore | 1 + src/clickanddraw-activity/.gitignore | 1 + src/clickgame-activity/.gitignore | 1 + src/clockgame-activity/.gitignore | 1 + src/colors-activity/.gitignore | 1 + src/connect4-2players-activity/.gitignore | 1 + src/connect4-activity/.gitignore | 1 + src/crane-activity/.gitignore | 1 + src/doubleentry-activity/.gitignore | 1 + .../resources/doubleentry/.gitignore | 3 + src/draw-activity/.gitignore | 1 + src/drawnumber-activity/.gitignore | 1 + src/electric-activity/.gitignore | 1 + src/enumerate-activity/.gitignore | 1 + src/erase-activity/.gitignore | 1 + src/erase_clic-activity/.gitignore | 1 + src/fifteen-activity/.gitignore | 1 + src/followline-activity/.gitignore | 1 + src/gcompris/.gitignore | 3 + src/geo_country-activity/.gitignore | 1 + .../resources/geo_country/.gitignore | 11 + src/geography-activity/.gitignore | 1 + .../resources/geography/.gitignore | 8 + src/gletters-activity/.gitignore | 1 + src/gnumch-equality-activity/.gitignore | 1 + src/gnumch-factors-activity/.gitignore | 1 + src/gnumch-inequality-activity/.gitignore | 1 + src/gnumch-multiples-activity/.gitignore | 1 + src/gnumch-primes-activity/.gitignore | 1 + src/guessnumber-activity/.gitignore | 1 + src/hanoi-activity/.gitignore | 1 + src/hanoi_real-activity/.gitignore | 1 + src/hexagon-activity/.gitignore | 1 + src/imageid-activity/.gitignore | 1 + src/imageid-activity/resources/imageid/.gitignore | 2 + src/imagename-activity/.gitignore | 1 + .../resources/imagename/.gitignore | 7 + src/leftright-activity/.gitignore | 1 + src/login-activity/.gitignore | 1 + src/magic_hat_minus-activity/.gitignore | 1 + src/magic_hat_plus-activity/.gitignore | 1 + src/maze-activity/.gitignore | 1 + src/maze2DRelative-activity/.gitignore | 1 + src/maze3D-activity/.gitignore | 1 + src/mazeInvisible-activity/.gitignore | 1 + src/melody-activity/.gitignore | 1 + src/memory-activity/.gitignore | 1 + src/memory_add-activity/.gitignore | 1 + src/memory_add_minus-activity/.gitignore | 1 + src/memory_add_minus_mult_div-activity/.gitignore | 1 + .../.gitignore | 1 + src/memory_add_minus_tux-activity/.gitignore | 1 + src/memory_add_tux-activity/.gitignore | 1 + src/memory_div-activity/.gitignore | 1 + src/memory_div_tux-activity/.gitignore | 1 + src/memory_enumerate-activity/.gitignore | 1 + src/memory_minus-activity/.gitignore | 1 + src/memory_minus_tux-activity/.gitignore | 1 + src/memory_mult-activity/.gitignore | 1 + src/memory_mult_div-activity/.gitignore | 1 + src/memory_mult_div_tux-activity/.gitignore | 1 + src/memory_mult_tux-activity/.gitignore | 1 + src/memory_sound-activity/.gitignore | 1 + src/memory_sound_tux-activity/.gitignore | 1 + src/memory_tux-activity/.gitignore | 1 + src/memory_wordnumber-activity/.gitignore | 1 + src/missing_letter-activity/.gitignore | 1 + .../resources/missing_letter/.gitignore | 5 + src/money-activity/.gitignore | 1 + src/money_cents-activity/.gitignore | 1 + src/mosaic-activity/.gitignore | 1 + src/paintings-activity/.gitignore | 1 + .../resources/paintings/.gitignore | 22 + src/paratrooper-activity/.gitignore | 1 + src/penalty-activity/.gitignore | 1 + src/photohunter-activity/.gitignore | 1 + src/planegame-activity/.gitignore | 1 + src/pythontemplate-activity/.gitignore | 1 + src/pythontest-activity/.gitignore | 1 + src/railroad-activity/.gitignore | 1 + src/read_colors-activity/.gitignore | 1 + src/readingh-activity/.gitignore | 1 + src/readingv-activity/.gitignore | 1 + src/redraw-activity/.gitignore | 1 + src/redraw_symmetrical-activity/.gitignore | 1 + src/reversecount-activity/.gitignore | 1 + src/scalesboard-activity/.gitignore | 1 + src/searace-activity/.gitignore | 1 + src/searace1player-activity/.gitignore | 1 + src/smallnumbers-activity/.gitignore | 1 + src/smallnumbers2-activity/.gitignore | 1 + src/submarine-activity/.gitignore | 1 + src/sudoku-activity/.gitignore | 1 + src/superbrain-activity/.gitignore | 1 + src/tangram-activity/.gitignore | 1 + src/target-activity/.gitignore | 1 + src/traffic-activity/.gitignore | 1 + src/tuxpaint-activity/.gitignore | 1 + src/watercycle-activity/.gitignore | 1 + src/wordprocessor-activity/.gitignore | 1 + src/wordsgame-activity/.gitignore | 1 + 131 files changed, 1179 insertions(+), 0 deletions(-) commit 5ceb8b3a58cb95eae78fa256eededab8dbfd6ec0 Author: Bruno Coudoin Date: Mon May 11 01:10:49 2009 +0200 fixed support for out of tree compilation src/advanced_colors-activity/Makefile.am | 6 +++--- src/algebra_by-activity/Makefile.am | 6 +++--- src/algebra_guesscount-activity/Makefile.am | 6 +++--- src/awele-activity/Makefile.am | 6 +++--- src/babymatch-activity/Makefile.am | 6 +++--- src/billard-activity/Makefile.am | 6 +++--- src/boards/Makefile.am | 6 +++--- src/canal_lock-activity/Makefile.am | 6 +++--- src/chess_computer-activity/Makefile.am | 6 +++--- src/click_on_letter-activity/Makefile.am | 6 +++--- src/clickgame-activity/Makefile.am | 4 ++-- src/clockgame-activity/Makefile.am | 6 +++--- src/colors-activity/Makefile.am | 6 +++--- src/crane-activity/Makefile.am | 4 ++-- src/enumerate-activity/Makefile.am | 6 +++--- src/erase-activity/Makefile.am | 6 +++--- src/fifteen-activity/Makefile.am | 6 +++--- src/gcompris/Makefile.am | 4 ++-- src/gletters-activity/Makefile.am | 6 +++--- src/hanoi-activity/Makefile.am | 6 +++--- src/hanoi_real-activity/Makefile.am | 6 +++--- src/imageid-activity/Makefile.am | 6 +++--- src/leftright-activity/Makefile.am | 6 +++--- src/magic_hat_minus-activity/Makefile.am | 6 +++--- src/maze-activity/Makefile.am | 6 +++--- src/memory-activity/Makefile.am | 6 +++--- src/missing_letter-activity/Makefile.am | 6 +++--- src/money-activity/Makefile.am | 6 +++--- src/paratrooper-activity/Makefile.am | 6 +++--- src/photohunter-activity/Makefile.am | 6 +++--- src/planegame-activity/Makefile.am | 6 +++--- src/railroad-activity/Makefile.am | 6 +++--- src/read_colors-activity/Makefile.am | 6 +++--- src/readingh-activity/Makefile.am | 6 +++--- src/reversecount-activity/Makefile.am | 6 +++--- src/scalesboard-activity/Makefile.am | 6 +++--- src/smallnumbers-activity/Makefile.am | 6 +++--- src/submarine-activity/Makefile.am | 6 +++--- src/superbrain-activity/Makefile.am | 6 +++--- src/tangram-activity/Makefile.am | 6 +++--- src/target-activity/Makefile.am | 6 +++--- src/traffic-activity/Makefile.am | 6 +++--- src/wordprocessor-activity/Makefile.am | 6 +++--- src/wordsgame-activity/Makefile.am | 6 +++--- 44 files changed, 129 insertions(+), 129 deletions(-) commit dfc5f933c4e7a6b0a4b1ccaf51b67daa263af554 Author: Bruno Coudoin Date: Mon May 11 01:10:17 2009 +0200 Updated automatically. docs/C/texinfo.tex | 437 +++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 314 insertions(+), 123 deletions(-) commit 98a2d948093c337d1ab9acf4bc67bba56967b83a Author: Bruno Coudoin Date: Sat May 9 23:31:43 2009 +0200 Improved xo packaging. tools/full_xo_bundle.sh | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 9080b8f7b9115d2638b4637ecbed10f1c0250b1e Author: Bruno Coudoin Date: Mon May 4 23:19:09 2009 +0200 Removed binary files. src/photohunter-activity/.deps/advanced_colors.Plo | 1 - src/photohunter-activity/.deps/photohunter.Plo | 1535 -------------------- 2 files changed, 0 insertions(+), 1536 deletions(-) commit f616807967aa0c591b9fbe600f7592bfe99f75a4 Author: Bruno Coudoin Date: Tue Apr 14 21:16:13 2009 +0000 Created photo hunter activity by Marc Le Douarain svn path=/branches/gcomprixogoo/; revision=3807 ChangeLog | 17 + configure.in | 3 + src/Makefile.am | 1 + src/photohunter-activity/.deps/advanced_colors.Plo | 1 + src/photohunter-activity/.deps/photohunter.Plo | 1535 ++++++++++++++++++++ src/photohunter-activity/Makefile.am | 56 + src/photohunter-activity/init_path.sh | 8 + src/photohunter-activity/photohunter.c | 569 ++++++++ src/photohunter-activity/photohunter.svg | 154 ++ src/photohunter-activity/photohunter.xml.in | 16 + src/photohunter-activity/resources/Makefile.am | 1 + .../resources/photohunter/Makefile.am | 8 + .../resources/photohunter/euros0.csv | 6 + .../resources/photohunter/euros0a.jpg | Bin 0 -> 34584 bytes .../resources/photohunter/euros0b.jpg | Bin 0 -> 34542 bytes 15 files changed, 2375 insertions(+), 0 deletions(-) commit 60930483cb2b21c1626c33b3fa2774506482a37f Author: Bruno Coudoin Date: Thu Mar 26 22:31:01 2009 +0000 Hopefully fixed a race in which tux could play several time alone or stop * src/boards/memory.c: (sound_callback): Hopefully fixed a race in which tux could play several time alone or stop after a single play. Merged from trunk 3800 svn path=/branches/gcomprixogoo/; revision=3801 ChangeLog | 6 ++++++ src/memory-activity/memory.c | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletions(-) commit 3850a8d6c66efe18a81a16e8d7d36573591ec8f1 Author: Bruno Coudoin Date: Tue Mar 24 23:39:57 2009 +0000 fixed a cased in which the memory sound was in a fuzzy state if the level * src/boards/memory.c: (start_board), (memory_next_level): fixed a cased in which the memory sound was in a fuzzy state if the level was changed by the user. Merged from trunk 3795 svn path=/branches/gcomprixogoo/; revision=3798 ChangeLog | 6 ++++++ src/memory-activity/memory.c | 15 ++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) commit 2b0e22d47d084c3ba0fd7a7aa6d6e9c0a1d0cbba Author: Bruno Coudoin Date: Tue Mar 24 22:50:55 2009 +0000 improved the look and feel, use the svg background for the band and a transparent background that follows the game area size instead of a fixed one. svn path=/branches/gcomprixogoo/; revision=3794 src/memory-activity/memory.c | 54 +- src/memory-activity/resources/memory/Makefile.am | 5 +- .../resources/memory/gcompris_band.png | Bin 294952 -> 0 bytes .../resources/memory/gcompris_band.svg |21206 ++++++++++++++++++++ .../resources/memory/transparent_square2.png | Bin 1309 -> 0 bytes 5 files changed, 21226 insertions(+), 39 deletions(-) commit ad2babf8c26c41da56b75e39f6ef5576fc172c1e Author: Bruno Coudoin Date: Tue Mar 24 22:05:17 2009 +0000 - Replaced a level in memory sound to make the difficulty always increasing Merged from trunk 3790 svn path=/branches/gcomprixogoo/; revision=3793 ChangeLog | 20 ++++++++++++++++++ src/memory-activity/memory.c | 46 +++++++++++++++++++---------------------- 2 files changed, 41 insertions(+), 25 deletions(-) commit b8bfe016f5ac1802fd59b4c800080c8039eeab79 Author: Bruno Coudoin Date: Tue Mar 24 21:54:17 2009 +0000 normalized sounds svn path=/branches/gcomprixogoo/; revision=3792 .../resources/memory/LRApplauses_1_LA_cut.ogg | Bin 36483 -> 53180 bytes .../resources/memory/LRBark_1_LA_cut.ogg | Bin 21783 -> 27048 bytes .../resources/memory/LRBark_3_LA_cut.ogg | Bin 27444 -> 35899 bytes .../resources/memory/LRBuddhist_gong_05_LA.ogg | Bin 62074 -> 42336 bytes .../resources/memory/LRDoor_Open_2_LA.ogg | Bin 71612 -> 54747 bytes .../resources/memory/LRFactory_noise_01_LA.ogg | Bin 16306 -> 12450 bytes .../resources/memory/LRFactory_noise_02_LA.ogg | Bin 15634 -> 12875 bytes .../resources/memory/LRFactory_noise_03_LA.ogg | Bin 14838 -> 10193 bytes .../resources/memory/LRFactory_noise_04_LA.ogg | Bin 21606 -> 18050 bytes .../resources/memory/LRFactory_noise_05_LA.ogg | Bin 11588 -> 8317 bytes .../resources/memory/LRFactory_noise_06_LA.ogg | Bin 13566 -> 9678 bytes .../resources/memory/LRFireballs_01_LA.ogg | Bin 70008 -> 64662 bytes .../memory/LRFrogsInPondDuringStormLACut.ogg | Bin 58930 -> 69107 bytes .../resources/memory/LRHeart_beat_01_LA.ogg | Bin 23596 -> 17087 bytes .../resources/memory/LRHits_01_LA.ogg | Bin 109626 -> 81490 bytes .../resources/memory/LRLaPause_short.ogg | Bin 50185 -> 68445 bytes .../resources/memory/LRObject_falling_01_LA.ogg | Bin 25637 -> 23648 bytes .../resources/memory/LRObject_falling_02_LA.ogg | Bin 56007 -> 57907 bytes .../memory/LRRain_in_garden_01_LA_cut.ogg | Bin 69010 -> 61015 bytes .../resources/memory/LRRing_01_LA.ogg | Bin 18062 -> 14077 bytes .../memory/LRStartAndStopCarEngine1LACut.ogg | Bin 48594 -> 64664 bytes .../memory/LRTrain_slowing_down_01_LA_cut.ogg | Bin 75688 -> 67100 bytes .../resources/memory/LRWeird_1_LA.ogg | Bin 41208 -> 27682 bytes .../resources/memory/LRWeird_2_LA.ogg | Bin 40628 -> 30035 bytes .../resources/memory/LRWeird_3_LA.ogg | Bin 106567 -> 157606 bytes .../resources/memory/LRWeird_4_LA.ogg | Bin 52454 -> 32701 bytes .../resources/memory/LRWeird_5_LA.ogg | Bin 71475 -> 47974 bytes .../resources/memory/LRWeird_6_LA.ogg | Bin 48037 -> 41966 bytes .../resources/memory/guitar_melody.ogg | Bin 6814 -> 15589 bytes .../resources/memory/guitar_son1.ogg | Bin 4640 -> 10961 bytes .../resources/memory/guitar_son2.ogg | Bin 4628 -> 11787 bytes .../resources/memory/guitar_son3.ogg | Bin 4631 -> 11042 bytes .../resources/memory/guitar_son4.ogg | Bin 4649 -> 11225 bytes src/memory-activity/resources/memory/plick.ogg | Bin 8568 -> 13965 bytes src/memory-activity/resources/memory/space1.ogg | Bin 21514 -> 29113 bytes src/memory-activity/resources/memory/space2.ogg | Bin 10582 -> 18672 bytes .../resources/memory/tachos_melody.ogg | Bin 10268 -> 11873 bytes .../resources/memory/tachos_son1.ogg | Bin 6134 -> 6674 bytes .../resources/memory/tachos_son2.ogg | Bin 6742 -> 7231 bytes .../resources/memory/tachos_son3.ogg | Bin 8137 -> 9354 bytes .../resources/memory/tachos_son4.ogg | Bin 8391 -> 9478 bytes src/memory-activity/resources/memory/tick.ogg | Bin 6002 -> 9612 bytes src/memory-activity/resources/memory/tri.ogg | Bin 9710 -> 18404 bytes 43 files changed, 0 insertions(+), 0 deletions(-) commit a21048f6e71968777a4341f40a2b0a01dbc5c1a6 Author: Bruno Coudoin Date: Fri Mar 20 22:41:12 2009 +0000 Now properly hide the text entry when in pause svn path=/branches/gcomprixogoo/; revision=3789 src/login-activity/login.py | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) commit 7010b4bb4283b22319ef4e27bf3189e31503c9b4 Author: Bruno Coudoin Date: Fri Mar 20 21:39:29 2009 +0000 fixed text login svn path=/branches/gcomprixogoo/; revision=3788 src/login-activity/login.py | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit 192d65ca06e20a27670e7435084d77fc203873ba Author: Bruno Coudoin Date: Sun Mar 15 22:16:36 2009 +0000 - Replaced letter that differenciate blocks for color blinds by ASCII symbols that are locale agnostic. Merged from trunk 3775 svn path=/branches/gcomprixogoo/; revision=3776 ChangeLog | 9 +++++++++ src/hanoi-activity/hanoi.c | 26 ++++++++++++++++++++++---- 2 files changed, 31 insertions(+), 4 deletions(-) commit c09c7c1962e5b077baa56b837e119bf32b945ab0 Author: Bruno Coudoin Date: Sat Mar 14 14:04:16 2009 +0000 - Fixed an annoying bug in the locale selection. Punjabi was twice in our internal list which makes it impossible to access locale after Portuguese in our list. It was possible to access locale by going backward but really annoying. Merged from trunk 3771 svn path=/branches/gcomprixogoo/; revision=3773 ChangeLog | 11 +++++++++++ src/gcompris/config.c | 17 ++++++++--------- 2 files changed, 19 insertions(+), 9 deletions(-) commit 8f6c4530b43554e68d11bd92743d28337804abe6 Author: Bruno Coudoin Date: Sun Mar 1 14:15:48 2009 +0000 Properly manage the delete item (now deletes the item up to the end) and removes it from the list of items. svn path=/branches/gcomprixogoo/; revision=3752 src/anim-activity/AnimItem.py | 18 ++++++------------ src/anim-activity/anim.py | 8 +++++++- 2 files changed, 13 insertions(+), 13 deletions(-) commit c5bf8dcc4c419759c026e7b9de091fd06a0b0146 Author: Bruno Coudoin Date: Mon Feb 23 00:21:20 2009 +0000 Now deleting an images deletes all the images after it in the animation svn path=/branches/gcomprixogoo/; revision=3739 src/anim-activity/AnimItem.py | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) commit 4dd224f5bccd4c5a8a798971925efb22234a5117 Author: Bruno Coudoin Date: Sun Feb 22 23:12:38 2009 +0000 Fixed missing images in the wordprocessor svn path=/branches/gcomprixogoo/; revision=3738 src/wordprocessor-activity/Makefile.am | 2 +- .../resources/wordprocessor/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit a8c234d8736e532ae15e0a762360b4181198eff3 Author: Bruno Coudoin Date: Sun Feb 22 18:14:06 2009 +0000 Fixed a crash in an image missing callback in image_selector Added a new api entry to load an image and get a NULL return if not found instead of the default 1x1 pixmap. svn path=/branches/gcomprixogoo/; revision=3736 src/gcompris/dialog.c | 2 +- src/gcompris/gameutil.c | 41 ++++++++++++++++++++++++++++++++++++++- src/gcompris/gameutil.h | 1 + src/gcompris/images_selector.c | 6 +++- 4 files changed, 45 insertions(+), 5 deletions(-) commit 524efe8b672db3f063d0cda2b2f02de1f8c1e49a Author: Bruno Coudoin Date: Sun Feb 22 10:55:19 2009 +0000 fixed reference to images in our dataset used to load images in an animation svn path=/branches/gcomprixogoo/; revision=3735 boards/dataset/misc.xml | 137 ++++++++++++++++++-------------------- boards/dataset/user_pictures.xml | 2 +- 2 files changed, 66 insertions(+), 73 deletions(-) commit 9062252647a9d3bf50892acebad25e2dce2cd4da Author: Bruno Coudoin Date: Sat Feb 21 22:59:05 2009 +0000 Fixed the login menu configuration that was not accessible from the administration. svn path=/branches/gcomprixogoo/; revision=3734 src/administration-activity/admin/board_list.py | 20 ++------------------ src/gcompris/board_config.c | 9 +++++++-- src/gcompris/menu.c | 2 +- src/login-activity/login.py | 1 - src/tuxpaint-activity/tuxpaint.py | 6 ++++-- 5 files changed, 14 insertions(+), 24 deletions(-) commit 4ba2e8f5091e16c4d31b541aee8f17b7e45e7983 Author: Bruno Coudoin Date: Sat Feb 21 17:34:26 2009 +0000 Performance improvement, now first detect a full size image in case and avoid analyzing each pixel svn path=/branches/gcomprixogoo/; revision=3733 src/goocanvas/src/goocanvassvg.c | 50 +++++++++++++++++++++++++------------ 1 files changed, 34 insertions(+), 16 deletions(-) commit 00d595ce0f7d04ba8f32590eeadea3360b9adcad Author: Bruno Coudoin Date: Fri Feb 20 00:07:47 2009 +0000 fixed anim activity svn path=/branches/gcomprixogoo/; revision=3730 src/anim-activity/AnimItem.py | 5 +++-- src/anim-activity/Timeline.py | 2 +- src/anim-activity/anim.py | 12 +++++++++++- 3 files changed, 15 insertions(+), 4 deletions(-) commit 0e93ba4112eca3dfde1508cadf4a353364301e02 Author: Bruno Coudoin Date: Thu Feb 19 23:47:47 2009 +0000 - Merged 3727 from trunk - Should fix the empty date field in the log on Windows svn path=/branches/gcomprixogoo/; revision=3729 ChangeLog | 7 +++++++ src/gcompris/log.c | 3 ++- 2 files changed, 9 insertions(+), 1 deletions(-) commit f233f93788fd4784fedc2784a04bd27f34eb4081 Author: Bruno Coudoin Date: Mon Feb 16 00:46:55 2009 +0000 added credit information svn path=/branches/gcomprixogoo/; revision=3721 src/watercycle-activity/watercycle.xml.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit e89fe4ca6ed6782726bc94530b9838bee2870ecd Author: Bruno Coudoin Date: Sun Feb 1 17:26:41 2009 +0000 Implemented raise/lower Fixed color menu not being on the top There is still a broken code because the animation is not working at all. svn path=/branches/gcomprixogoo/; revision=3717 src/anim-activity/AnimItem.py | 15 ++++-- src/anim-activity/Color.py | 11 ++-- src/anim-activity/Timeline.py | 2 +- src/anim-activity/anim.py | 110 +++++----------------------------------- 4 files changed, 30 insertions(+), 108 deletions(-) commit 3063ca4e19cffeded08058c5a237aa85b3d320ba Author: Bruno Coudoin Date: Fri Jan 30 22:17:08 2009 +0000 added missing files. svn path=/branches/gcomprixogoo/; revision=3703 .../resources/administration/difficulty1.svgz | Bin 0 -> 1736 bytes .../resources/administration/difficulty2.svgz | Bin 0 -> 1980 bytes .../resources/administration/difficulty3.svgz | Bin 0 -> 2082 bytes .../resources/administration/difficulty4.svgz | Bin 0 -> 2321 bytes .../resources/administration/difficulty5.svgz | Bin 0 -> 2495 bytes .../resources/administration/difficulty6.svgz | Bin 0 -> 2610 bytes 6 files changed, 0 insertions(+), 0 deletions(-) commit 91fcf172777f28ae345009801d88b3cbe6e58194 Author: Bruno Coudoin Date: Fri Jan 30 21:49:47 2009 +0000 bye bye babytoy svn path=/branches/gcomprixogoo/; revision=3702 boards/skins/babytoy/README | 2 - boards/skins/babytoy/button_large2.png | Bin 3065 -> 0 bytes boards/skins/babytoy/gcompris-shapebg.jpg | Bin 45406 -> 0 bytes boards/skins/babytoy/skin.xml | 71 ----------------------------- 4 files changed, 0 insertions(+), 73 deletions(-) commit ac6342f908beefded9192a35ec671cd288773f10 Author: Bruno Coudoin Date: Tue Jan 27 21:42:24 2009 +0000 removed unused icons from the skin svn path=/branches/gcomprixogoo/; revision=3699 boards/skins/gartoon/skin.svg | 272 +---------------------------------------- 1 files changed, 3 insertions(+), 269 deletions(-) commit 2868f473a8f9442145af19c50b39ba78097580d0 Author: Bruno Coudoin Date: Tue Jan 27 00:45:41 2009 +0000 Reworked login to no more need button_large2.png. Removed this image as it is no more used. There is a bug in board_list.py, the login cannot be edited. svn path=/branches/gcomprixogoo/; revision=3698 ChangeLog | 10 +++ boards/skins/gartoon/button_large2.png | Bin 899 -> 0 bytes src/administration-activity/admin/board_list.py | 10 ++- .../resources/administration/Makefile.am | 8 ++- src/login-activity/login.py | 84 +++++++++++--------- 5 files changed, 72 insertions(+), 40 deletions(-) commit 3c336b4e7d28ef0f60ea503b77340c2408a39ceb Author: Bruno Coudoin Date: Mon Jan 26 23:24:53 2009 +0000 New background image for the target activity by Mathieu Ignacio. svn path=/branches/gcomprixogoo/; revision=3697 ChangeLog | 8 ++++++++ src/target-activity/resources/target/Makefile.am | 2 +- .../resources/target/target_background.jpg | Bin 61136 -> 0 bytes .../resources/target/target_background.svgz | Bin 0 -> 18384 bytes src/target-activity/target.c | 17 +++++++++-------- 5 files changed, 18 insertions(+), 9 deletions(-) commit 75c88028a90d97967329f2bed559d92ec74fe682 Author: Bruno Coudoin Date: Mon Jan 26 22:12:55 2009 +0000 Reworked target activity to no more use the button_large2 pixmap. Instead we have a cute translucant background that follows the text size. svn path=/branches/gcomprixogoo/; revision=3696 ChangeLog | 8 ++++++ src/readingh-activity/reading.c | 2 +- src/target-activity/target.c | 52 +++++++++++++++++++++++++++----------- 3 files changed, 46 insertions(+), 16 deletions(-) commit 31a1f786311915fe03469968e654a558c4757e40 Author: Bruno Coudoin Date: Mon Jan 26 00:24:28 2009 +0000 removed the need for skin file button_large2.png svn path=/branches/gcomprixogoo/; revision=3695 src/readingh-activity/reading.c | 141 ++++++++++++++++++++++----------------- 1 files changed, 81 insertions(+), 60 deletions(-) commit 1236488f676f4b0b8525453a32a7d62bd5edd1db Author: Bruno Coudoin Date: Sun Jan 25 23:46:07 2009 +0000 Fixed wordprocessor activity. removed the no more use skin file compris-shapebg.jpg svn path=/branches/gcomprixogoo/; revision=3694 boards/skins/gartoon/gcompris-shapebg.jpg | Bin 9115 -> 0 bytes configure.in | 2 ++ src/wordprocessor-activity/resources/Makefile.am | 1 + .../resources/wordprocessor/Makefile.am | 6 ++++++ .../resources/wordprocessor/tool-load.png | Bin 0 -> 3345 bytes .../resources/wordprocessor/tool-save.png | Bin 0 -> 2945 bytes src/wordprocessor-activity/wordprocessor.c | 14 +++++--------- 7 files changed, 14 insertions(+), 9 deletions(-) commit e028ab98b42b19422489a935a001b6e0972d16c5 Author: Bruno Coudoin Date: Sun Jan 25 23:15:55 2009 +0000 Reworked shapegame code to: - load the vertical selector from the skin - allow a color_background_skin in the Title xml board files. It display a background around the title text. It avoid text being bigger than the fixed background. svn path=/branches/gcomprixogoo/; revision=3693 ChangeLog | 59 +++++++++ boards/skins/gartoon/hand.svg | 134 -------------------- boards/skins/gartoon/skin.xml | 2 +- configure.in | 1 + src/babymatch-activity/resources/Makefile.am | 2 +- .../resources/babymatch/board1_0.xml.in | 12 +- .../resources/babymatch/board2_0.xml.in | 10 +- .../resources/babymatch/board3_0.xml.in | 10 +- .../resources/babymatch/board4_0.xml.in | 10 +- .../resources/babymatch/board5_0.xml.in | 10 +- .../resources/babymatch/board6_0.xml.in | 10 +- .../resources/babymatch/board7_0.xml.in | 10 +- .../resources/shapegame/Makefile.am | 6 + .../resources/shapegame/hand.svg | 134 ++++++++++++++++++++ src/babymatch-activity/shapegame.c | 71 ++++++++--- .../resources/babyshapes/board5_0.xml.in | 3 +- .../resources/babyshapes/board6_0.xml.in | 3 +- .../resources/babyshapes/board7_0.xml.in | 3 +- .../resources/chronos/board1_0.xml.in | 12 +- .../resources/chronos/board1_2.xml.in | 12 +- .../resources/chronos/board4_3.xml.in | 7 +- .../resources/doubleentry/board3_0.xml.in | 4 +- .../resources/imagename/board1_0.xml.in | 8 +- .../resources/imagename/board2_0.xml.in | 8 +- .../resources/imagename/board3_0.xml.in | 8 +- .../resources/imagename/board4_0.xml.in | 8 +- .../resources/imagename/board5_0.xml.in | 4 +- .../resources/imagename/board6_0.xml.in | 8 +- .../resources/imagename/board7_0.xml.in | 8 +- .../resources/paintings/board1_0.xml.in | 4 +- .../resources/paintings/board1_1.xml.in | 4 +- .../resources/paintings/board1_10.xml.in | 4 +- .../resources/paintings/board1_11.xml.in | 4 +- .../resources/paintings/board1_12.xml.in | 4 +- .../resources/paintings/board1_2.xml.in | 4 +- .../resources/paintings/board1_3.xml.in | 4 +- .../resources/paintings/board1_4.xml.in | 4 +- .../resources/paintings/board1_5.xml.in | 4 +- .../resources/paintings/board1_6.xml.in | 4 +- .../resources/paintings/board1_7.xml.in | 4 +- .../resources/paintings/board1_8.xml.in | 4 +- .../resources/paintings/board1_9.xml.in | 4 +- .../resources/paintings/board2_0.xml.in | 4 +- .../resources/paintings/board2_1.xml.in | 4 +- .../resources/paintings/board2_2.xml.in | 4 +- .../resources/paintings/board2_3.xml.in | 4 +- .../resources/paintings/board3_0.xml.in | 4 +- .../resources/paintings/board3_1.xml.in | 6 +- .../resources/paintings/board4_0.xml.in | 4 +- .../resources/paintings/board5_0.xml.in | 4 +- .../resources/paintings/board6_0.xml.in | 4 +- 51 files changed, 347 insertions(+), 320 deletions(-) commit fc0254a69dd593899f0d1786650a6e52ac6c0fd4 Author: Bruno Coudoin Date: Sun Jan 25 19:32:10 2009 +0000 added missing files svn path=/branches/gcomprixogoo/; revision=3692 .../resources/electric/tool-del.png | Bin 0 -> 3069 bytes .../resources/electric/tool-del_on.png | Bin 0 -> 3016 bytes .../resources/electric/tool-select.png | Bin 0 -> 3649 bytes .../resources/electric/tool-select_on.png | Bin 0 -> 3616 bytes 4 files changed, 0 insertions(+), 0 deletions(-) commit 9d415690a7403ff36a5c764121e7b038e9f47d7c Author: Bruno Coudoin Date: Sat Jan 24 20:14:38 2009 +0000 Added a gc_set_default_background() api entry. Exported it and gc_set_background_by_id() to python. Removed the need for gcompris-bg.jpg which is now in skin.svg svn path=/branches/gcomprixogoo/; revision=3691 ChangeLog | 33 +++++++++++++ boards/skins/babytoy/gcompris-bg.jpg | Bin 7051 -> 0 bytes boards/skins/gartoon/gcompris-bg.jpg | Bin 5978 -> 0 bytes boards/skins/gartoon/skin.svg | 6 +- src/administration-activity/administration.py | 3 +- src/anim-activity/anim.py | 3 +- src/awele-activity/awele.c | 7 +-- src/boards/menu2.c | 2 +- src/boards/py-mod-gcompris.c | 49 +++++++++++++++++++- src/chat-activity/chat.py | 3 +- src/chess_computer-activity/chess.c | 6 +-- src/electric-activity/electric.py | 23 ++++------ .../resources/electric/Makefile.am | 20 +++++--- src/fifteen-activity/fifteen.c | 7 +-- src/gcompris/gcompris.c | 13 ++++- src/gcompris/gcompris.h | 42 ++++++++++++++++- src/gnumch-equality-activity/gnumch.py | 3 +- src/hanoi-activity/hanoi.c | 5 +-- src/hanoi_real-activity/hanoi_real.c | 7 +-- src/hexagon-activity/hexagon.py | 3 +- src/magic_hat_minus-activity/magic_hat.c | 5 +-- src/maze-activity/maze.c | 12 +---- src/pythontemplate-activity/pythontemplate.py | 3 +- src/pythontest-activity/pythontest.py | 3 +- src/redraw-activity/redraw.py | 3 +- src/searace-activity/searace.py | 7 +-- src/sudoku-activity/sudoku.py | 3 +- src/tuxpaint-activity/tuxpaint.py | 3 +- 28 files changed, 177 insertions(+), 97 deletions(-) commit 054342c5f6fe07f4f92f4559b35bcc797118de80 Author: Bruno Coudoin Date: Mon Jan 19 00:17:44 2009 +0000 Now shapegame tooltip is a a transparent rectangle instead of a fixed button. The rectangle follow the tooltip size to avoid the text growing after the button effect. svn path=/branches/gcomprixogoo/; revision=3690 ChangeLog | 12 ++ boards/skins/babytoy/button_large.png | Bin 1226 -> 0 bytes boards/skins/babytoy/button_large_selected.png | Bin 1254 -> 0 bytes boards/skins/gartoon/button_large.png | Bin 740 -> 0 bytes boards/skins/gartoon/button_large_selected.png | Bin 903 -> 0 bytes boards/skins/gartoon/skin.svg | 254 +++++++++++++----------- src/babymatch-activity/shapegame.c | 69 +++---- src/imageid-activity/imageid.c | 44 ++--- 8 files changed, 203 insertions(+), 176 deletions(-) commit c682a381b3c02bb1297dc32031ad835506411a22 Author: Bruno Coudoin Date: Sun Jan 18 23:28:50 2009 +0000 Now the target activity has a tooltip on each dart to let the children know the value of it. svn path=/branches/gcomprixogoo/; revision=3689 ChangeLog | 9 +++++ src/target-activity/target.c | 68 +++++++++++++++++++++++++++++++++++++----- 2 files changed, 69 insertions(+), 8 deletions(-) commit 3108add5c0936773e0ef4eee64d1e395102844d6 Author: Bruno Coudoin Date: Sun Jan 18 22:36:46 2009 +0000 removed shapelabel svn path=/branches/gcomprixogoo/; revision=3688 boards/skins/babytoy/gcompris-shapelabel.png | Bin 1618 -> 0 bytes boards/skins/gartoon/gcompris-shapelabel.png | Bin 680 -> 0 bytes src/hanoi-activity/hanoi.c | 26 ++++++++++---------------- src/hanoi_real-activity/hanoi_real.c | 21 ++++++++------------- 4 files changed, 18 insertions(+), 29 deletions(-) commit 6fdbeaeb518be0da4426f04826ea8f14663f30b6 Author: Bruno Coudoin Date: Sun Jan 18 22:07:37 2009 +0000 moved file selector and image selector in skin.svg svn path=/branches/gcomprixogoo/; revision=3687 boards/skins/babytoy/file_selector_bg.png | Bin 23226 -> 0 bytes boards/skins/gartoon/file_selector_bg.png | Bin 29824 -> 0 bytes boards/skins/gartoon/images_selector_bg.png | Bin 13982 -> 0 bytes boards/skins/gartoon/skin.svg | 327 ++++++++++++++++++++++++++- boards/skins/gartoon/skin.xml | 11 +- src/gcompris/file_selector.c | 32 +-- src/gcompris/images_selector.c | 26 +-- 7 files changed, 343 insertions(+), 53 deletions(-) commit 146ed5343e440dea2d7e38758cb269378b62f0cc Author: Bruno Coudoin Date: Sun Jan 18 21:17:44 2009 +0000 mosaic moved to svg svn path=/branches/gcomprixogoo/; revision=3686 src/mosaic-activity/mosaic.py | 2 +- src/mosaic-activity/resources/mosaic/Makefile.am | 2 +- src/mosaic-activity/resources/mosaic/mosaic_bg.png | Bin 18316 -> 0 bytes .../resources/mosaic/mosaic_bg.svgz | Bin 0 -> 4475 bytes 4 files changed, 2 insertions(+), 2 deletions(-) commit 7643d4e68c310beda20af174d70fc9fcb3b42c18 Author: Bruno Coudoin Date: Sat Jan 17 23:28:21 2009 +0000 more skin work svn path=/branches/gcomprixogoo/; revision=3685 src/gcompris/file_selector.c | 68 +++++++--------------------------- src/gcompris/images_selector.c | 37 ++++-------------- src/leftright-activity/leftright.c | 27 +++++-------- src/scalesboard-activity/scale.c | 28 +++++++------ src/superbrain-activity/superbrain.c | 13 ++++-- 5 files changed, 56 insertions(+), 117 deletions(-) commit 62962e34da50a4a01849045dfda9c5d86c88cbb0 Author: Bruno Coudoin Date: Sat Jan 17 21:52:26 2009 +0000 this link allow the local start of redraw-activity with the runit script svn path=/branches/gcomprixogoo/; revision=3684 src/redraw-activity/resources/anim | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 53940150a8003839f250af51a68d76e8a120a555 Author: Bruno Coudoin Date: Sat Jan 17 21:47:28 2009 +0000 ok button is now in skin.svg svn path=/branches/gcomprixogoo/; revision=3683 boards/skins/babytoy/ok.png | Bin 6202 -> 0 bytes boards/skins/gartoon/ok.png | Bin 2905 -> 0 bytes src/bargame-activity/bargame.py | 15 +++++++----- src/boards/py-mod-skin.c | 24 +++++++++++++++++++ src/boards/py-mod-utils.c | 2 +- src/guessnumber-activity/guessnumber.py | 15 +++++++----- src/login-activity/login.py | 16 +++++++----- src/redraw-activity/redraw.py | 37 ++++++++++++++++------------- src/reversecount-activity/reversecount.c | 16 +++++------- src/searace-activity/searace.py | 14 ++++++----- 10 files changed, 87 insertions(+), 52 deletions(-) commit 1ecc3dc2858518ea3037dcbc17640f04dc84fa5b Author: Bruno Coudoin Date: Sat Jan 17 20:10:04 2009 +0000 moved skin repeat.png svn path=/branches/gcomprixogoo/; revision=3682 boards/skins/babytoy/repeat.png | Bin 5641 -> 0 bytes boards/skins/gartoon/repeat.png | Bin 2290 -> 0 bytes src/click_on_letter-activity/click_on_letter.c | 16 ++- .../resources/click_on_letter/Makefile.am | 3 +- .../resources/click_on_letter/repeat.svg | 190 ++++++++++++++++++++ 5 files changed, 204 insertions(+), 5 deletions(-) commit 86c75bcb8e06af2e268f759fd077fdc09516addc Author: Bruno Coudoin Date: Sat Jan 17 18:29:28 2009 +0000 integrated file.png and directory.png in skin.svg svn path=/branches/gcomprixogoo/; revision=3681 boards/skins/gartoon/directory.png | Bin 2040 -> 0 bytes boards/skins/gartoon/file.png | Bin 1475 -> 0 bytes boards/skins/gartoon/skin.svg | 673 +++++++++++++++++++++++++++++++++++- src/gcompris/file_selector.c | 27 +- 4 files changed, 684 insertions(+), 16 deletions(-) commit 4a245d2251251014019a9f9ece1134af22237849 Author: Bruno Coudoin Date: Sat Jan 17 16:20:06 2009 +0000 moved cursors in their own directory svn path=/branches/gcomprixogoo/; revision=3680 boards/skins/gartoon/cursor_circle.png | Bin 3203 -> 0 bytes boards/skins/gartoon/cursor_default.png | Bin 2184 -> 0 bytes boards/skins/gartoon/cursor_del.png | Bin 5222 -> 0 bytes boards/skins/gartoon/cursor_fill.png | Bin 2681 -> 0 bytes boards/skins/gartoon/cursor_fillcircle.png | Bin 2969 -> 0 bytes boards/skins/gartoon/cursor_fillrect.png | Bin 2836 -> 0 bytes boards/skins/gartoon/cursor_line.png | Bin 1683 -> 0 bytes boards/skins/gartoon/cursor_rect.png | Bin 2598 -> 0 bytes boards/skins/gartoon/cursor_select.png | Bin 2378 -> 0 bytes boards/skins/gartoon/cursors/circle.png | Bin 0 -> 3203 bytes boards/skins/gartoon/cursors/default.png | Bin 0 -> 2184 bytes boards/skins/gartoon/cursors/del.png | Bin 0 -> 5222 bytes boards/skins/gartoon/cursors/fill.png | Bin 0 -> 2681 bytes boards/skins/gartoon/cursors/fillcircle.png | Bin 0 -> 2969 bytes boards/skins/gartoon/cursors/fillrect.png | Bin 0 -> 2836 bytes boards/skins/gartoon/cursors/line.png | Bin 0 -> 1683 bytes boards/skins/gartoon/cursors/rect.png | Bin 0 -> 2598 bytes boards/skins/gartoon/cursors/select.png | Bin 0 -> 2378 bytes src/gcompris/gcompris.c | 18 +++++++++--------- 19 files changed, 9 insertions(+), 9 deletions(-) commit 370f19d85b18ca2bd80695b186f33b6c27a9cc13 Author: Bruno Coudoin Date: Sat Jan 17 16:19:35 2009 +0000 added missing files in the makefile svn path=/branches/gcomprixogoo/; revision=3679 src/anim-activity/resources/anim/Makefile.am | 46 +++++++++++++++++++++++++- 1 files changed, 45 insertions(+), 1 deletions(-) commit d269cbb7d8873e95c783abad37209d2f4c45abe8 Author: Bruno Coudoin Date: Sat Jan 17 16:14:26 2009 +0000 pick an image from its new location svn path=/branches/gcomprixogoo/; revision=3678 src/anim-activity/Color.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 84f46f46e1b6235154d9773e2db2505cd8ff31b1 Author: Bruno Coudoin Date: Sat Jan 17 02:02:40 2009 +0000 more skin rework svn path=/branches/gcomprixogoo/; revision=3677 boards/skins/babytoy/button_reload.png | Bin 16598 -> 0 bytes boards/skins/babytoy/maze-2d-bubble.png | Bin 5235 -> 0 bytes boards/skins/babytoy/maze-3d-bubble.png | Bin 6758 -> 0 bytes boards/skins/gartoon/button.png | Bin 689 -> 0 bytes boards/skins/gartoon/button_reload.png | Bin 4422 -> 0 bytes boards/skins/gartoon/button_selected.png | Bin 1047 -> 0 bytes boards/skins/gartoon/button_small.png | Bin 522 -> 0 bytes boards/skins/gartoon/button_small_selected.png | Bin 1390 -> 0 bytes boards/skins/gartoon/maze-2d-bubble.png | Bin 2172 -> 0 bytes boards/skins/gartoon/maze-3d-bubble.png | Bin 1817 -> 0 bytes src/awele-activity/awele.c | 14 +-- src/bargame-activity/bargame.py | 7 +- src/boards/py-mod-gcompris.c | 6 +- src/connect4-activity/connect4.py | 7 +- src/gcompris/bar.c | 10 +- src/gcompris/gcompris.h | 2 +- src/gnumch-equality-activity/gnumch.py | 7 +- src/login-activity/login.py | 7 +- src/magic_hat_minus-activity/magic_hat.c | 1 + src/maze-activity/maze.c | 43 +++---- src/maze-activity/resources/maze/Makefile.am | 6 +- .../resources/maze/maze-2d-bubble.svg | 93 +++++++++++++++ .../resources/maze/maze-3d-bubble.svg | 125 ++++++++++++++++++++ src/maze-activity/resources/maze/maze-bg.jpg | Bin 239774 -> 0 bytes src/maze-activity/resources/maze/maze-bg.svgz | Bin 0 -> 9573 bytes src/melody-activity/melody.py | 8 +- src/railroad-activity/railroad.c | 11 +-- src/searace-activity/searace.py | 7 +- src/sudoku-activity/sudoku.py | 7 +- src/traffic-activity/traffic.c | 14 +-- 30 files changed, 260 insertions(+), 115 deletions(-) commit 9185715b6cb71ff855c2d042f815ce18a5174057 Author: Bruno Coudoin Date: Fri Jan 16 22:59:38 2009 +0000 one more batch of skin svg rework svn path=/branches/gcomprixogoo/; revision=3676 boards/skins/babytoy/button_backward.png | Bin 1790 -> 0 bytes boards/skins/babytoy/button_checked.png | Bin 1644 -> 0 bytes boards/skins/babytoy/button_forward.png | Bin 1818 -> 0 bytes boards/skins/babytoy/button_redo.png | Bin 16598 -> 0 bytes boards/skins/babytoy/button_unchecked.png | Bin 2337 -> 0 bytes boards/skins/gartoon/button_backward.png | Bin 1812 -> 0 bytes boards/skins/gartoon/button_checked.png | Bin 2144 -> 0 bytes boards/skins/gartoon/button_forward.png | Bin 1811 -> 0 bytes boards/skins/gartoon/button_redo.png | Bin 3687 -> 0 bytes boards/skins/gartoon/button_unchecked.png | Bin 1520 -> 0 bytes src/babymatch-activity/shapegame.c | 31 +++++++++--------- src/boards/menu2.c | 23 ++++++-------- src/mosaic-activity/mosaic.py | 2 +- src/mosaic-activity/resources/mosaic/Makefile.am | 3 +- .../resources/mosaic/button_checked.png | Bin 0 -> 2144 bytes src/railroad-activity/railroad.c | 2 +- src/tangram-activity/gtans_interface.c | 33 +++++++++----------- 17 files changed, 44 insertions(+), 50 deletions(-) commit c288a9c18301342b30c91062e81850c6e3900aed Author: Bruno Coudoin Date: Fri Jan 16 00:23:50 2009 +0000 More skin work svn path=/branches/gcomprixogoo/; revision=3675 boards/skins/babytoy/bad.png | Bin 3162 -> 0 bytes boards/skins/gartoon/bad.png | Bin 2500 -> 0 bytes boards/skins/gartoon/skin.svg | 14 ++------ src/gcompris/gcompris_confirm.c | 72 +++++++++++++++++++------------------- 4 files changed, 39 insertions(+), 47 deletions(-) commit 6b676f592277c220c7b00974a2462db5d836f188 Author: Bruno Coudoin Date: Thu Jan 15 23:57:31 2009 +0000 moved draw skin data in the anim activity lost the gartoon anim skin in the way svn path=/branches/gcomprixogoo/; revision=3674 boards/skins/babytoy/draw/color-selector.png | Bin 3165 -> 0 bytes boards/skins/babytoy/draw/counter.png | Bin 1177 -> 0 bytes boards/skins/babytoy/draw/down.png | Bin 1016 -> 0 bytes boards/skins/babytoy/draw/tool-circle.png | Bin 2837 -> 0 bytes boards/skins/babytoy/draw/tool-circle_on.png | Bin 2807 -> 0 bytes boards/skins/babytoy/draw/tool-del.png | Bin 3069 -> 0 bytes boards/skins/babytoy/draw/tool-del_on.png | Bin 3016 -> 0 bytes boards/skins/babytoy/draw/tool-down.png | Bin 2855 -> 0 bytes boards/skins/babytoy/draw/tool-down_on.png | Bin 2773 -> 0 bytes boards/skins/babytoy/draw/tool-empty.png | Bin 2264 -> 0 bytes boards/skins/babytoy/draw/tool-empty_on.png | Bin 2196 -> 0 bytes boards/skins/babytoy/draw/tool-fill.png | Bin 3314 -> 0 bytes boards/skins/babytoy/draw/tool-fill_on.png | Bin 3254 -> 0 bytes boards/skins/babytoy/draw/tool-filledcircle.png | Bin 2692 -> 0 bytes boards/skins/babytoy/draw/tool-filledcircle_on.png | Bin 2649 -> 0 bytes boards/skins/babytoy/draw/tool-filledrectangle.png | Bin 2373 -> 0 bytes .../skins/babytoy/draw/tool-filledrectangle_on.png | Bin 2323 -> 0 bytes boards/skins/babytoy/draw/tool-flip.png | Bin 3147 -> 0 bytes boards/skins/babytoy/draw/tool-flip_on.png | Bin 3086 -> 0 bytes boards/skins/babytoy/draw/tool-image.png | Bin 3234 -> 0 bytes boards/skins/babytoy/draw/tool-image_on.png | Bin 3151 -> 0 bytes boards/skins/babytoy/draw/tool-line.png | Bin 2703 -> 0 bytes boards/skins/babytoy/draw/tool-line_on.png | Bin 2628 -> 0 bytes boards/skins/babytoy/draw/tool-load.png | Bin 3345 -> 0 bytes boards/skins/babytoy/draw/tool-movie.png | Bin 3429 -> 0 bytes boards/skins/babytoy/draw/tool-movie_on.png | Bin 3402 -> 0 bytes boards/skins/babytoy/draw/tool-rectangle.png | Bin 2392 -> 0 bytes boards/skins/babytoy/draw/tool-rectangle_on.png | Bin 2331 -> 0 bytes boards/skins/babytoy/draw/tool-rotation-ccw.png | Bin 3067 -> 0 bytes boards/skins/babytoy/draw/tool-rotation-ccw_on.png | Bin 3008 -> 0 bytes boards/skins/babytoy/draw/tool-rotation-cw.png | Bin 3065 -> 0 bytes boards/skins/babytoy/draw/tool-rotation-cw_on.png | Bin 3031 -> 0 bytes boards/skins/babytoy/draw/tool-save.png | Bin 2945 -> 0 bytes boards/skins/babytoy/draw/tool-select.png | Bin 3649 -> 0 bytes boards/skins/babytoy/draw/tool-select_on.png | Bin 3616 -> 0 bytes boards/skins/babytoy/draw/tool-selector.png | Bin 9254 -> 0 bytes boards/skins/babytoy/draw/tool-text.png | Bin 2639 -> 0 bytes boards/skins/babytoy/draw/tool-text_on.png | Bin 2550 -> 0 bytes boards/skins/babytoy/draw/tool-up.png | Bin 2830 -> 0 bytes boards/skins/babytoy/draw/tool-up_on.png | Bin 2750 -> 0 bytes boards/skins/babytoy/draw/up.png | Bin 1118 -> 0 bytes boards/skins/gartoon/draw/camera.png | Bin 24746 -> 0 bytes boards/skins/gartoon/draw/color-selector.png | Bin 2280 -> 0 bytes boards/skins/gartoon/draw/counter.png | Bin 1177 -> 0 bytes boards/skins/gartoon/draw/down.png | Bin 932 -> 0 bytes boards/skins/gartoon/draw/tool-circle.png | Bin 3765 -> 0 bytes boards/skins/gartoon/draw/tool-circle_on.png | Bin 3696 -> 0 bytes boards/skins/gartoon/draw/tool-del.png | Bin 3861 -> 0 bytes boards/skins/gartoon/draw/tool-del_on.png | Bin 3745 -> 0 bytes boards/skins/gartoon/draw/tool-down.png | Bin 3683 -> 0 bytes boards/skins/gartoon/draw/tool-down_on.png | Bin 3663 -> 0 bytes boards/skins/gartoon/draw/tool-empty.png | Bin 2836 -> 0 bytes boards/skins/gartoon/draw/tool-empty_on.png | Bin 2740 -> 0 bytes boards/skins/gartoon/draw/tool-fill.png | Bin 3988 -> 0 bytes boards/skins/gartoon/draw/tool-fill_on.png | Bin 3849 -> 0 bytes boards/skins/gartoon/draw/tool-filledcircle.png | Bin 2981 -> 0 bytes boards/skins/gartoon/draw/tool-filledcircle_on.png | Bin 3008 -> 0 bytes boards/skins/gartoon/draw/tool-filledrectangle.png | Bin 2686 -> 0 bytes .../skins/gartoon/draw/tool-filledrectangle_on.png | Bin 2641 -> 0 bytes boards/skins/gartoon/draw/tool-flip.png | Bin 3810 -> 0 bytes boards/skins/gartoon/draw/tool-flip_on.png | Bin 3658 -> 0 bytes boards/skins/gartoon/draw/tool-image.png | Bin 4270 -> 0 bytes boards/skins/gartoon/draw/tool-image_on.png | Bin 4093 -> 0 bytes boards/skins/gartoon/draw/tool-line.png | Bin 3657 -> 0 bytes boards/skins/gartoon/draw/tool-line_on.png | Bin 3462 -> 0 bytes boards/skins/gartoon/draw/tool-load.png | Bin 4469 -> 0 bytes boards/skins/gartoon/draw/tool-movie.png | Bin 4044 -> 0 bytes boards/skins/gartoon/draw/tool-movie_on.png | Bin 3976 -> 0 bytes boards/skins/gartoon/draw/tool-rectangle.png | Bin 3000 -> 0 bytes boards/skins/gartoon/draw/tool-rectangle_on.png | Bin 3001 -> 0 bytes boards/skins/gartoon/draw/tool-rotation-ccw.png | Bin 4091 -> 0 bytes boards/skins/gartoon/draw/tool-rotation-ccw_on.png | Bin 3904 -> 0 bytes boards/skins/gartoon/draw/tool-rotation-cw.png | Bin 4030 -> 0 bytes boards/skins/gartoon/draw/tool-rotation-cw_on.png | Bin 3902 -> 0 bytes boards/skins/gartoon/draw/tool-save.png | Bin 4403 -> 0 bytes boards/skins/gartoon/draw/tool-select.png | Bin 4266 -> 0 bytes boards/skins/gartoon/draw/tool-select_on.png | Bin 4195 -> 0 bytes boards/skins/gartoon/draw/tool-selector.png | Bin 18736 -> 0 bytes boards/skins/gartoon/draw/tool-text.png | Bin 3415 -> 0 bytes boards/skins/gartoon/draw/tool-text_on.png | Bin 3273 -> 0 bytes boards/skins/gartoon/draw/tool-up.png | Bin 3728 -> 0 bytes boards/skins/gartoon/draw/tool-up_on.png | Bin 3660 -> 0 bytes boards/skins/gartoon/draw/up.png | Bin 1014 -> 0 bytes src/anim-activity/anim.py | 69 +++++++------------ .../resources/anim/color-selector.png | Bin 0 -> 3165 bytes src/anim-activity/resources/anim/counter.png | Bin 0 -> 1177 bytes src/anim-activity/resources/anim/down.png | Bin 0 -> 1016 bytes src/anim-activity/resources/anim/tool-circle.png | Bin 0 -> 2837 bytes .../resources/anim/tool-circle_on.png | Bin 0 -> 2807 bytes src/anim-activity/resources/anim/tool-del.png | Bin 0 -> 3069 bytes src/anim-activity/resources/anim/tool-del_on.png | Bin 0 -> 3016 bytes src/anim-activity/resources/anim/tool-down.png | Bin 0 -> 2855 bytes src/anim-activity/resources/anim/tool-down_on.png | Bin 0 -> 2773 bytes src/anim-activity/resources/anim/tool-empty.png | Bin 0 -> 2264 bytes src/anim-activity/resources/anim/tool-empty_on.png | Bin 0 -> 2196 bytes src/anim-activity/resources/anim/tool-fill.png | Bin 0 -> 3314 bytes src/anim-activity/resources/anim/tool-fill_on.png | Bin 0 -> 3254 bytes .../resources/anim/tool-filledcircle.png | Bin 0 -> 2692 bytes .../resources/anim/tool-filledcircle_on.png | Bin 0 -> 2649 bytes .../resources/anim/tool-filledrectangle.png | Bin 0 -> 2373 bytes .../resources/anim/tool-filledrectangle_on.png | Bin 0 -> 2323 bytes src/anim-activity/resources/anim/tool-flip.png | Bin 0 -> 3147 bytes src/anim-activity/resources/anim/tool-flip_on.png | Bin 0 -> 3086 bytes src/anim-activity/resources/anim/tool-image.png | Bin 0 -> 3234 bytes src/anim-activity/resources/anim/tool-image_on.png | Bin 0 -> 3151 bytes src/anim-activity/resources/anim/tool-line.png | Bin 0 -> 2703 bytes src/anim-activity/resources/anim/tool-line_on.png | Bin 0 -> 2628 bytes src/anim-activity/resources/anim/tool-load.png | Bin 0 -> 3345 bytes src/anim-activity/resources/anim/tool-movie.png | Bin 0 -> 3429 bytes src/anim-activity/resources/anim/tool-movie_on.png | Bin 0 -> 3402 bytes .../resources/anim/tool-rectangle.png | Bin 0 -> 2392 bytes .../resources/anim/tool-rectangle_on.png | Bin 0 -> 2331 bytes .../resources/anim/tool-rotation-ccw.png | Bin 0 -> 3067 bytes .../resources/anim/tool-rotation-ccw_on.png | Bin 0 -> 3008 bytes .../resources/anim/tool-rotation-cw.png | Bin 0 -> 3065 bytes .../resources/anim/tool-rotation-cw_on.png | Bin 0 -> 3031 bytes src/anim-activity/resources/anim/tool-save.png | Bin 0 -> 2945 bytes src/anim-activity/resources/anim/tool-select.png | Bin 0 -> 3649 bytes .../resources/anim/tool-select_on.png | Bin 0 -> 3616 bytes src/anim-activity/resources/anim/tool-selector.png | Bin 0 -> 9254 bytes src/anim-activity/resources/anim/tool-text.png | Bin 0 -> 2639 bytes src/anim-activity/resources/anim/tool-text_on.png | Bin 0 -> 2550 bytes src/anim-activity/resources/anim/tool-up.png | Bin 0 -> 2830 bytes src/anim-activity/resources/anim/tool-up_on.png | Bin 0 -> 2750 bytes src/anim-activity/resources/anim/up.png | Bin 0 -> 1118 bytes 125 files changed, 26 insertions(+), 43 deletions(-) commit b1723608f376ba57e20a5e205998211fb4864ad7 Author: Bruno Coudoin Date: Thu Jan 15 23:39:47 2009 +0000 ported difficulty stars to svg skin svn path=/branches/gcomprixogoo/; revision=3673 boards/skins/babytoy/difficulty_star1.png | Bin 2309 -> 0 bytes boards/skins/babytoy/difficulty_star2.png | Bin 3392 -> 0 bytes boards/skins/babytoy/difficulty_star3.png | Bin 4117 -> 0 bytes boards/skins/babytoy/difficulty_star4.png | Bin 3100 -> 0 bytes boards/skins/babytoy/difficulty_star5.png | Bin 4685 -> 0 bytes boards/skins/babytoy/difficulty_star6.png | Bin 5720 -> 0 bytes boards/skins/gartoon/difficulty_star1.png | Bin 2141 -> 0 bytes boards/skins/gartoon/difficulty_star2.png | Bin 3055 -> 0 bytes boards/skins/gartoon/difficulty_star3.png | Bin 3508 -> 0 bytes boards/skins/gartoon/difficulty_star4.png | Bin 3043 -> 0 bytes boards/skins/gartoon/difficulty_star5.png | Bin 4480 -> 0 bytes boards/skins/gartoon/difficulty_star6.png | Bin 5576 -> 0 bytes boards/skins/gartoon/menuicon.png | Bin 634 -> 0 bytes boards/skins/gartoon/skin.svg | 1091 ++++++++++++++++++++++++++++- boards/skins/gartoon/skin.xml | 10 +- src/boards/menu2.c | 42 +- 16 files changed, 1105 insertions(+), 38 deletions(-) commit d2d1e354a0752ffd173cc32cf5a1429ae83130c3 Author: Bruno Coudoin Date: Thu Jan 15 22:11:46 2009 +0000 one more image moved out of skin svn path=/branches/gcomprixogoo/; revision=3672 boards/skins/gartoon/mini_bad.png | Bin 733 -> 0 bytes boards/skins/gartoon/skin.svg | 93 +++++++++------------ src/redraw-activity/redraw.py | 6 +- src/redraw-activity/resources/redraw/Makefile.am | 3 +- src/redraw-activity/resources/redraw/mini_bad.png | Bin 0 -> 733 bytes 5 files changed, 44 insertions(+), 58 deletions(-) commit 0efccb7903cb52eabfad06360b872a1f5fba9493 Author: Bruno Coudoin Date: Tue Jan 13 21:34:16 2009 +0000 use AC_CANONICAL_HOST rather than AC_CANONICAL_TARGET for cross-compile purposes. Without this change, a --target option to ./configure is emitted without a good reason, which is misleading. * configure.in: svn path=/branches/gcomprixogoo/; revision=3671 ChangeLog | 8 ++++++++ configure.in | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) commit 9c25ce099fdee43947e3f6c2649a0a33ba39f398 Author: Bruno Coudoin Date: Mon Jan 12 00:20:07 2009 +0000 missing file svn path=/branches/gcomprixogoo/; revision=3668 .../resources/administration/tuxplane.svg | 642 ++++++++++++++++++++ 1 files changed, 642 insertions(+), 0 deletions(-) commit 45aee4bc6b3ab050ccbac614cdfbed8f96aa2b0b Author: Bruno Coudoin Date: Sun Jan 11 19:43:32 2009 +0000 Added support for detecting and loading .svg and .svgz files through rsvg in our internal gc_pixmap_load() method. More work towards full svg skin svn path=/branches/gcomprixogoo/; revision=3667 ChangeLog | 29 + boards/skins/gartoon/config_boards.png | Bin 6965 -> 0 bytes boards/skins/gartoon/config_groups.png | Bin 4948 -> 0 bytes boards/skins/gartoon/config_profiles.png | Bin 6095 -> 0 bytes boards/skins/gartoon/config_reports.png | Bin 7079 -> 0 bytes boards/skins/gartoon/config_users.png | Bin 5598 -> 0 bytes configure.in | 3 - src/Makefile.am | 1 - src/administration-activity/admin/board_list.py | 2 +- src/administration-activity/admin/module.py | 10 +- .../resources/administration/Makefile.am | 7 +- .../resources/administration/config_boards.svgz | Bin 0 -> 19831 bytes .../resources/administration/config_groups.svgz | Bin 0 -> 4429 bytes .../resources/administration/config_profiles.svgz | Bin 0 -> 7255 bytes .../resources/administration/config_reports.svgz | Bin 0 -> 18799 bytes .../resources/administration/config_users.svgz | Bin 0 -> 6642 bytes .../resources/administration/tuxplane.png | Bin 9733 -> 0 bytes src/doubleclick-activity/Makefile.am | 32 - src/doubleclick-activity/doubleclick.py | 496 -------- src/doubleclick-activity/doubleclick.svg | 558 -------- src/doubleclick-activity/doubleclick.xml.in | 19 - src/doubleclick-activity/gcompris | 1 - src/doubleclick-activity/init_path.sh | 8 - src/doubleclick-activity/resources/Makefile.am | 1 - .../resources/doubleclick/Makefile.am | 9 - .../resources/doubleclick/doubleclick.svg | 149 --- .../resources/doubleclick/foot.svg | 123 -- .../resources/doubleclick/foot_shadow.svg | 67 - .../resources/doubleclick/penalty_bg.svg | 594 --------- .../resources/doubleclick/teen_tux.svg | 1342 -------------------- src/gcompris/gc_net.c | 21 +- src/penalty-activity/penalty.xml.in | 2 +- src/penalty-activity/resources/penalty/Makefile.am | 2 +- 33 files changed, 61 insertions(+), 3415 deletions(-) commit 742fe397163d967bf7a0b8f4e6d1dcdfbab6223d Author: Bruno Coudoin Date: Fri Jan 2 22:05:54 2009 +0000 one more on the single skin road svn path=/branches/gcomprixogoo/; revision=3666 src/gcompris/score.c | 25 +++++++++++++++---------- 1 files changed, 15 insertions(+), 10 deletions(-) commit 1a49e2e9464b8a245877b6df06962c148d320aac Author: Bruno Coudoin Date: Fri Jan 2 21:48:24 2009 +0000 more skin work svn path=/branches/gcomprixogoo/; revision=3665 boards/skins/babytoy/bar_bg.png | Bin 2295 -> 0 bytes boards/skins/babytoy/button.png | Bin 1392 -> 0 bytes boards/skins/babytoy/button_selected.png | Bin 1403 -> 0 bytes boards/skins/gartoon/bar_bg.png | Bin 2682 -> 0 bytes src/gcompris/dialog.c | 65 +++++--------------- src/missing_letter-activity/missingletter.c | 6 +- .../resources/missing_letter/Makefile.am | 2 + .../resources/missing_letter/button.png | Bin 0 -> 1392 bytes .../resources/missing_letter/button_selected.png | Bin 0 -> 1403 bytes 9 files changed, 21 insertions(+), 52 deletions(-) commit 877cba5a950904ecf9a2abab1ad7f5102cee7d3e Author: Bruno Coudoin Date: Fri Jan 2 20:23:25 2009 +0000 more svg skin work svn path=/branches/gcomprixogoo/; revision=3664 boards/skins/gartoon/gcomprislogo.png | Bin 7640 -> 0 bytes boards/skins/gartoon/skin.svg | 157 +++++++++++++++++++++++++-------- src/gcompris/about.c | 94 ++++++-------------- src/gcompris/config.c | 48 ++-------- src/gcompris/gameutil.c | 52 +++++++++++ src/gcompris/gameutil.h | 33 +++++-- src/gcompris/help.c | 39 ++------ 7 files changed, 243 insertions(+), 180 deletions(-) commit 87d53d2c14e96507473a667ee6026235f3bffa34 Author: Bruno Coudoin Date: Fri Jan 2 17:15:33 2009 +0000 More work towards single file svg skin svn path=/branches/gcomprixogoo/; revision=3663 boards/skins/babytoy/button_up.png | Bin 1788 -> 0 bytes boards/skins/babytoy/button_up_selected.png | Bin 1910 -> 0 bytes boards/skins/gartoon/button_up.png | Bin 1865 -> 0 bytes boards/skins/gartoon/button_up_selected.png | Bin 2198 -> 0 bytes boards/skins/gartoon/skin.svg | 114 ++++++++++++++++++--------- src/boards/menu2.c | 2 +- src/gcompris/help.c | 86 +++++++++++--------- src/goocanvas/src/goocanvassvg.c | 1 + 8 files changed, 124 insertions(+), 79 deletions(-) commit 86bd30688a9722effe28473006fc32cfc89cc4e5 Author: Bruno Coudoin Date: Fri Jan 2 13:10:21 2009 +0000 Added an autocrop feature in the svg goocanvas item. svn path=/branches/gcomprixogoo/; revision=3662 ChangeLog | 12 +++++ src/gcompris/config.c | 97 ++++++++++++++++++------------------- src/goocanvas/src/goocanvassvg.c | 66 ++++++++++++++++++++++++-- src/goocanvas/src/goocanvassvg.h | 1 + 4 files changed, 122 insertions(+), 54 deletions(-) commit 337c17d9e371fabc7ab0acd40948db1c433a6554 Author: Bruno Coudoin Date: Thu Jan 1 22:11:24 2009 +0000 More integration of the single file skin. svn path=/branches/gcomprixogoo/; revision=3661 ChangeLog | 13 ++ boards/skins/babytoy/about.png | Bin 16598 -> 0 bytes boards/skins/babytoy/button_exit.png | Bin 16598 -> 0 bytes boards/skins/babytoy/config.png | Bin 16598 -> 0 bytes boards/skins/babytoy/dialog_help.svgz | Bin 1410 -> 0 bytes boards/skins/babytoy/gcompris-menu2bg.png | Bin 60693 -> 0 bytes boards/skins/babytoy/help.png | Bin 16598 -> 0 bytes boards/skins/babytoy/home.png | Bin 16598 -> 0 bytes boards/skins/babytoy/level_down.png | Bin 2155 -> 0 bytes boards/skins/babytoy/level_up.png | Bin 2739 -> 0 bytes boards/skins/gartoon/about.png | Bin 4998 -> 0 bytes boards/skins/gartoon/button_exit.png | Bin 3581 -> 0 bytes boards/skins/gartoon/config.png | Bin 5461 -> 0 bytes boards/skins/gartoon/dialog_help.svgz | Bin 1337 -> 0 bytes boards/skins/gartoon/dialogbox.svgz | Bin 1372 -> 0 bytes boards/skins/gartoon/gcompris-menu2bg.png | Bin 14249 -> 0 bytes boards/skins/gartoon/help.png | Bin 2597 -> 0 bytes boards/skins/gartoon/home.png | Bin 5630 -> 0 bytes boards/skins/gartoon/level_down.png | Bin 2577 -> 0 bytes boards/skins/gartoon/level_up.png | Bin 1788 -> 0 bytes boards/skins/gartoon/skin.svg | 231 +++++++++++++++++++++++++--- boards/skins/gartoon/voice.png | Bin 1548 -> 0 bytes boards/skins/gartoon/voice_bad.png | Bin 1527 -> 0 bytes src/boards/menu2.c | 34 ++-- src/gcompris/about.c | 22 ++-- src/gcompris/config.c | 37 +++-- src/gcompris/dialog.c | 46 ++++-- src/gcompris/gcompris_confirm.c | 14 +- src/gcompris/help.c | 24 ++-- src/gcompris/skin.c | 2 + 30 files changed, 320 insertions(+), 103 deletions(-) commit 095fc445a7109607ee44cadc3422ef8301ecb765 Author: Bruno Coudoin Date: Thu Jan 1 18:06:05 2009 +0000 Added an API entry gc_set_background_by_id to ease SVG integration. Now the menu uses the svg data from the skin.svg file. svn path=/branches/gcomprixogoo/; revision=3660 ChangeLog | 17 +++++++++++++++ boards/skins/gartoon/skin.svg | 12 +++++----- src/boards/menu2.c | 24 +++++++++++++++++---- src/gcompris/bar.c | 22 ++----------------- src/gcompris/gameutil.h | 15 +++++++++++++ src/gcompris/gcompris.c | 46 +++++++++++++++++++++++++++++++++++----- src/gcompris/gcompris.h | 5 ++++ src/gcompris/skin.c | 20 +++++++++++++++++ src/gcompris/skin.h | 1 + 9 files changed, 126 insertions(+), 36 deletions(-) commit 522cfc1b1738ea02c0a59a0c141fa8e8f38cb30e Author: Bruno Coudoin Date: Wed Dec 31 11:45:31 2008 +0000 updated to match the files svn path=/branches/gcomprixogoo/; revision=3658 po/POTFILES.in | 390 +++++++++++++++----------------------------------------- 1 files changed, 102 insertions(+), 288 deletions(-) commit 7a7ab8822393cb647a60f7d2c7ba6d27100529a3 Author: Bruno Coudoin Date: Wed Dec 31 10:56:59 2008 +0000 fixed file name svn path=/branches/gcomprixogoo/; revision=3657 po/POTFILES.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c34e4ee4ad94a41563dcd3c633ade8db141518cf Author: Bruno Coudoin Date: Tue Dec 30 16:35:07 2008 +0000 The skin file from Franck Doucet. svn path=/branches/gcomprixogoo/; revision=3656 boards/skins/gartoon/skin.svg | 1497 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 1497 insertions(+), 0 deletions(-) commit d291e0de364c64f57d87d85a1068f86eeb36d447 Author: Bruno Coudoin Date: Tue Dec 30 16:07:48 2008 +0000 Rework of the bar code to use a single .svg file instead of numerous .png files. This is based on the black theme from Franck Doucet. Next step is to rework menu2.c as well an make sure all the core uses data from skin.svg from now. svn path=/branches/gcomprixogoo/; revision=3655 src/gcompris/bar.c | 108 +++++++++++++++++++++++++++++++--------------------- 1 files changed, 65 insertions(+), 43 deletions(-) commit 287e02fbf89f4be7bcd3c143db37fe00696fe4d3 Author: Bruno Coudoin Date: Mon Dec 22 23:47:36 2008 +0000 Added missing files svn path=/branches/gcomprixogoo/; revision=3654 .../resources/readingh/Makefile.am | 6 ++++++ .../resources/readingh/reading-bg.svgz | Bin 0 -> 1600 bytes 2 files changed, 6 insertions(+), 0 deletions(-) commit 59d24337e47b38f290b0dfde6dbe246124230edf Author: Bruno Coudoin Date: Mon Dec 22 02:21:18 2008 +0000 More work to use more svg svn path=/branches/gcomprixogoo/; revision=3652 ChangeLog | 20 + boards/skins/gartoon/dialogbox.png | Bin 13983 -> 0 bytes boards/skins/gartoon/reading-bg.jpg | Bin 19217 -> 0 bytes configure.in | 1 + .../resources/babymatch/fusee.svg | 487 +++++--------------- src/billard-activity/billard.c | 2 +- src/billard-activity/resources/billard/Makefile.am | 2 +- .../resources/billard/foot_background.png | Bin 13684 -> 0 bytes .../resources/billard/foot_background.svgz | Bin 0 -> 2365 bytes src/followline-activity/followline.py | 4 +- .../resources/followline/Makefile.am | 4 +- .../resources/followline/followline.png | Bin 96750 -> 0 bytes .../resources/followline/followline.svgz | Bin 0 -> 7215 bytes .../resources/followline/water_spot.png | Bin 13027 -> 0 bytes .../resources/followline/water_spot.svg | 173 +++++++ src/imageid-activity/imageid.c | 2 +- src/imageid-activity/resources/imageid/Makefile.am | 2 +- .../resources/imageid/imageid-bg.jpg | Bin 13400 -> 0 bytes .../resources/imageid/imageid-bg.svgz | Bin 0 -> 2253 bytes .../resources/leftright/background.kpm | 50 -- src/readingh-activity/reading.c | 12 +- src/readingh-activity/resources/Makefile.am | 2 +- src/tangram-activity/gtans.c | 2 +- src/tangram-activity/resources/tangram/Makefile.am | 2 +- .../resources/tangram/gtans_bg.png | Bin 21851 -> 0 bytes .../resources/tangram/gtans_bg.svgz | Bin 0 -> 4492 bytes 26 files changed, 326 insertions(+), 439 deletions(-) commit e1a518dc22c530ac5724bab5dfbed30ea285df64 Author: Bruno Coudoin Date: Sun Dec 21 23:56:08 2008 +0000 Integrated original svg images in the clockgame activity. svn path=/branches/gcomprixogoo/; revision=3650 ChangeLog | 7 +++++++ src/clockgame-activity/clockgame.c | 9 +++++---- .../resources/clockgame/Makefile.am | 2 +- .../resources/clockgame/clockgame-bg.jpg | Bin 78856 -> 0 bytes .../resources/clockgame/clockgame-bg.svgz | Bin 0 -> 7845 bytes 5 files changed, 13 insertions(+), 5 deletions(-) commit 9d28a2b3a54fe1298ff00bf16c01639becce218c Author: Bruno Coudoin Date: Sun Dec 21 23:21:14 2008 +0000 Integrated original svg images in the babymatch activity. svn path=/branches/gcomprixogoo/; revision=3649 ChangeLog | 51 + .../resources/babymatch/Makefile.am | 76 +- .../resources/babymatch/apple.png | Bin 4409 -> 0 bytes .../resources/babymatch/apple.svg | 146 ++ .../resources/babymatch/bell.png | Bin 7124 -> 0 bytes .../resources/babymatch/bell.svg | 432 ++++++ .../resources/babymatch/bicycle.png | Bin 11924 -> 0 bytes .../resources/babymatch/bicycle.svg | 906 ++++++++++++ .../resources/babymatch/board1_0.xml.in | 12 +- .../resources/babymatch/board2_0.xml.in | 12 +- .../resources/babymatch/board3_0.xml.in | 12 +- .../resources/babymatch/board4_0.xml.in | 12 +- .../resources/babymatch/board5_0.xml.in | 12 +- .../resources/babymatch/board6_0.xml.in | 12 +- .../resources/babymatch/board7_0.xml.in | 12 +- .../resources/babymatch/bottle.png | Bin 2538 -> 0 bytes .../resources/babymatch/bottle.svg | 225 +++ src/babymatch-activity/resources/babymatch/car.png | Bin 8751 -> 0 bytes src/babymatch-activity/resources/babymatch/car.svg | 303 ++++ .../resources/babymatch/carot.png | Bin 2519 -> 0 bytes .../resources/babymatch/carrot.svg | 163 ++ .../resources/babymatch/castle.png | Bin 11177 -> 0 bytes .../resources/babymatch/castle.svg | 892 +++++++++++ .../resources/babymatch/crown.png | Bin 10824 -> 0 bytes .../resources/babymatch/crown.svg | 699 +++++++++ src/babymatch-activity/resources/babymatch/egg.png | Bin 3595 -> 0 bytes src/babymatch-activity/resources/babymatch/egg.svg | 60 + .../resources/babymatch/eggpot.png | Bin 6318 -> 0 bytes .../resources/babymatch/eggpot.svg | 866 +++++++++++ .../resources/babymatch/fishingboat.png | Bin 8363 -> 0 bytes .../resources/babymatch/fishingboat.svg | 489 ++++++ .../resources/babymatch/flower.png | Bin 7635 -> 0 bytes .../resources/babymatch/flower.svg | 286 ++++ .../resources/babymatch/flowerpot.png | Bin 6647 -> 0 bytes .../resources/babymatch/flowerpot.svg | 141 ++ .../resources/babymatch/football.png | Bin 5752 -> 0 bytes .../resources/babymatch/football.svg | 584 ++++++++ .../resources/babymatch/fusee.png | Bin 7841 -> 0 bytes .../resources/babymatch/fusee.svg | 385 +++++ .../resources/babymatch/glass.png | Bin 6857 -> 0 bytes .../resources/babymatch/glass.svg | 237 +++ .../resources/babymatch/gramophone.png | Bin 12231 -> 0 bytes .../resources/babymatch/house.png | Bin 40383 -> 0 bytes .../resources/babymatch/house.svg | 196 +++ .../resources/babymatch/lamp.png | Bin 27862 -> 0 bytes .../resources/babymatch/lamp.svg | 183 +++ .../resources/babymatch/lifebuoy.png | Bin 11632 -> 0 bytes .../resources/babymatch/lifebuoy.svg | 181 +++ .../resources/babymatch/light.png | Bin 4869 -> 0 bytes .../resources/babymatch/light.svg | 707 +++++++++ .../resources/babymatch/lighthouse.png | Bin 29067 -> 0 bytes .../resources/babymatch/lighthouse.svg | 521 +++++++ .../resources/babymatch/minivan.png | Bin 9763 -> 0 bytes .../resources/babymatch/minivan.svg | 464 ++++++ .../resources/babymatch/pencil.png | Bin 3427 -> 0 bytes .../resources/babymatch/pencil.svg | 151 ++ .../resources/babymatch/postcard.png | Bin 9589 -> 0 bytes .../resources/babymatch/postcard.svg | 382 +++++ .../resources/babymatch/postpoint.png | Bin 6241 -> 0 bytes .../resources/babymatch/postpoint.svg | 269 ++++ .../resources/babymatch/rape.png | Bin 13841 -> 0 bytes .../resources/babymatch/rape.svg | 859 +++++++++++ .../resources/babymatch/raquette.png | Bin 25476 -> 0 bytes .../resources/babymatch/raquette.svg | 390 +++++ .../resources/babymatch/sailingboat.png | Bin 11985 -> 0 bytes .../resources/babymatch/sailingboat.svg | 346 +++++ .../resources/babymatch/sofa.png | Bin 6745 -> 0 bytes .../resources/babymatch/sofa.svg | 281 ++++ .../resources/babymatch/sound.svg | 319 ++++ .../resources/babymatch/star.png | Bin 5118 -> 0 bytes .../resources/babymatch/star.svg | 351 +++++ src/babymatch-activity/resources/babymatch/sun.png | Bin 5765 -> 0 bytes src/babymatch-activity/resources/babymatch/sun.svg | 386 +++++ .../resources/babymatch/tree.png | Bin 156470 -> 0 bytes .../resources/babymatch/tree.svg | 210 +++ .../resources/babymatch/truck.png | Bin 11927 -> 0 bytes .../resources/babymatch/truck.svg | 1563 ++++++++++++++++++++ .../resources/babymatch/tuxhelico.png | Bin 9983 -> 0 bytes .../resources/babymatch/tuxhelico.svg | 823 ++++++++++ .../resources/babymatch/tuxplane.png | Bin 9733 -> 0 bytes .../resources/babymatch/tuxplane.svg | 899 +++++++++++ .../resources/babymatch/umbrella.png | Bin 6829 -> 0 bytes .../resources/babymatch/umbrella.svg | 96 ++ .../resources/babymatch/windflag5.png | Bin 1905 -> 0 bytes .../resources/babymatch/windflag5.svg | 102 ++ 85 files changed, 16624 insertions(+), 80 deletions(-) commit dc861bcd44c36b3b63ac5fc42457508db2d20aa7 Author: Bruno Coudoin Date: Sun Dec 21 15:00:30 2008 +0000 Integrated original svg images in the algebra_guescount activity. svn path=/branches/gcomprixogoo/; revision=3648 ChangeLog | 45 +++ .../algebra_guesscount.c | 36 ++-- .../resources/algebra_guesscount/1.png | Bin 1754 -> 0 bytes .../resources/algebra_guesscount/1.svg | 172 +++++++++++ .../resources/algebra_guesscount/10.png | Bin 3009 -> 0 bytes .../resources/algebra_guesscount/10.svg | 222 ++++++++++++++ .../resources/algebra_guesscount/100.png | Bin 4069 -> 0 bytes .../resources/algebra_guesscount/100.svg | 251 ++++++++++++++++ .../resources/algebra_guesscount/2.png | Bin 2662 -> 0 bytes .../resources/algebra_guesscount/2.svg | 170 +++++++++++ .../resources/algebra_guesscount/25.png | Bin 4134 -> 0 bytes .../resources/algebra_guesscount/25.svg | 259 +++++++++++++++++ .../resources/algebra_guesscount/3.png | Bin 2776 -> 0 bytes .../resources/algebra_guesscount/3.svg | 179 ++++++++++++ .../resources/algebra_guesscount/4.png | Bin 2521 -> 0 bytes .../resources/algebra_guesscount/4.svg | 198 +++++++++++++ .../resources/algebra_guesscount/5.png | Bin 2570 -> 0 bytes .../resources/algebra_guesscount/5.svg | 192 +++++++++++++ .../resources/algebra_guesscount/50.png | Bin 3706 -> 0 bytes .../resources/algebra_guesscount/50.svg | 212 ++++++++++++++ .../resources/algebra_guesscount/6.png | Bin 2807 -> 0 bytes .../resources/algebra_guesscount/6.svg | 200 +++++++++++++ .../resources/algebra_guesscount/7.png | Bin 2191 -> 0 bytes .../resources/algebra_guesscount/7.svg | 195 +++++++++++++ .../resources/algebra_guesscount/8.png | Bin 2946 -> 0 bytes .../resources/algebra_guesscount/8.svg | 188 ++++++++++++ .../resources/algebra_guesscount/9.png | Bin 2745 -> 0 bytes .../resources/algebra_guesscount/9.svg | 205 +++++++++++++ .../resources/algebra_guesscount/Makefile.am | 37 ++-- .../resources/algebra_guesscount/button.png | Bin 648 -> 0 bytes .../resources/algebra_guesscount/by.png | Bin 2623 -> 0 bytes .../resources/algebra_guesscount/by.svg | 212 ++++++++++++++ .../resources/algebra_guesscount/div.png | Bin 1797 -> 0 bytes .../resources/algebra_guesscount/div.svg | 303 ++++++++++++++++++++ .../resources/algebra_guesscount/equal.png | Bin 1957 -> 0 bytes .../resources/algebra_guesscount/equal.svg | 197 +++++++++++++ .../resources/algebra_guesscount/minus.png | Bin 1518 -> 0 bytes .../resources/algebra_guesscount/minus.svg | 196 +++++++++++++ .../resources/algebra_guesscount/plus.png | Bin 2073 -> 0 bytes .../resources/algebra_guesscount/plus.svg | 214 ++++++++++++++ 40 files changed, 3847 insertions(+), 36 deletions(-) commit 3ff5340a8c4c693e3d6daa47bea85eb26725f64d Author: Bruno Coudoin Date: Sun Dec 21 13:40:40 2008 +0000 Integrated original svg images in the melody activity. svn path=/branches/gcomprixogoo/; revision=3647 ChangeLog | 15 + src/Makefile.am | 1 + src/melody-activity/melody.py | 12 +- src/melody-activity/resources/melody/Makefile.am | 15 +- .../resources/melody/guitar_background.png | Bin 109926 -> 0 bytes .../resources/melody/guitar_background.svg | 2482 ++++++++++++++++++++ .../resources/melody/guitar_cursor.png | Bin 2410 -> 0 bytes .../resources/melody/guitar_cursor.svg | 88 + .../resources/melody/xylofon_background.png | Bin 32000 -> 0 bytes .../resources/melody/xylofon_background.svg | 289 +++ .../resources/melody/xylofon_son1.png | Bin 6903 -> 0 bytes .../resources/melody/xylofon_son1.svg | 150 ++ .../resources/melody/xylofon_son2.png | Bin 8218 -> 0 bytes .../resources/melody/xylofon_son2.svg | 131 + .../resources/melody/xylofon_son3.png | Bin 6930 -> 0 bytes .../resources/melody/xylofon_son3.svg | 131 + .../resources/melody/xylofon_son4.png | Bin 5870 -> 0 bytes .../resources/melody/xylofon_son4.svg | 276 +++ 18 files changed, 3576 insertions(+), 14 deletions(-) commit 43771e12dedcf3b3a0f813fe7d1c219dac830820 Author: Bruno Coudoin Date: Sat Dec 13 11:56:50 2008 +0000 Merged with trunk 3642, removed deprecated desktop menu entry. svn path=/branches/gcomprixogoo/; revision=3644 ChangeLog | 9 ++++++++- Makefile.am | 8 -------- gcompris | 7 ------- 3 files changed, 8 insertions(+), 16 deletions(-) commit f5840158967803dafb7605c66a8f6ecd1d018018 Author: Bruno Coudoin Date: Sat Dec 13 11:26:38 2008 +0000 Fixed a memory leak svn path=/branches/gcomprixogoo/; revision=3643 src/babymatch-activity/shapegame.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 4bc53881523435cfa65d076f5b898f4bea59d5bb Author: Bruno Coudoin Date: Thu Dec 11 20:25:12 2008 +0000 Fixed a type, heigth => eight svn path=/branches/gcomprixogoo/; revision=3640 src/memory-activity/memory.c | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) commit 1e802307cb4db1dd012b57c02c80d553244c9766 Author: Yves Combe Date: Wed Dec 10 20:52:55 2008 +0000 Automaticly reduce font size if text is too wide. svn path=/branches/gcomprixogoo/; revision=3639 ChangeLog | 8 ++++++ src/memory-activity/memory.c | 50 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 57 insertions(+), 1 deletions(-) commit c3ca06a01ca9ddfa208413886859022e7befc3a8 Author: Bruno Coudoin Date: Tue Dec 9 22:38:20 2008 +0000 Fixed the bar centering svn path=/branches/gcomprixogoo/; revision=3638 src/boards/menu2.c | 3 --- src/gcompris/bar.c | 9 +++++++-- 2 files changed, 7 insertions(+), 5 deletions(-) commit 130a54ebf0197cf276e3d01643666b884346f3aa Author: Yves Combe Date: Tue Dec 9 22:37:34 2008 +0000 - add new activity: memory_wordnumber. Icon by Mathieu. svn path=/branches/gcomprixogoo/; revision=3637 ChangeLog | 13 + configure.in | 1 + src/Makefile.am | 1 + src/memory-activity/memory.c | 92 +++++-- src/memory_wordnumber-activity/Makefile.am | 27 ++ src/memory_wordnumber-activity/init_path.sh | 8 + src/memory_wordnumber-activity/memo_wordnumber.svg | 337 ++++++++++++++++++++ .../memory_wordnumber.xml.in | 19 ++ 8 files changed, 479 insertions(+), 19 deletions(-) commit 9e8add1dd29ccbcc9f5a65b10ebb1d1ee5a8b8a4 Author: Bruno Coudoin Date: Tue Dec 9 21:33:33 2008 +0000 Ported the penalty activity. Reworked the graphism and the implementation to be more goocanvas aware. svn path=/branches/gcomprixogoo/; revision=3636 ChangeLog | 17 +- configure.in | 461 ++++++++-------- src/penalty-activity/Makefile.am | 33 ++ src/penalty-activity/gcompris | 1 + src/penalty-activity/init_path.sh | 8 + src/penalty-activity/penalty.py | 502 ++++++++++++++++++ src/penalty-activity/penalty.svg | 558 ++++++++++++++++++++ src/penalty-activity/penalty.xml.in | 19 + src/penalty-activity/resources/Makefile.am | 1 + src/penalty-activity/resources/penalty/Makefile.am | 5 + .../resources/penalty/penalty_bg.svgz | Bin 0 -> 23277 bytes 11 files changed, 1375 insertions(+), 230 deletions(-) commit 3593ccb63c05abab52af3a1a782800ef25eb97e7 Author: Yves Combe Date: Mon Dec 8 15:28:25 2008 +0000 - add new activity: memory_enumerate. Pictures by Mathieu. svn path=/branches/gcomprixogoo/; revision=3635 ChangeLog | 24 ++ configure.in | 1 + po/POTFILES.in | 1 + src/Makefile.am | 1 + src/memory-activity/memory.c | 100 +++++- src/memory-activity/resources/memory/Makefile.am | 12 +- src/memory-activity/resources/memory/math_0.svg | 70 ++++ src/memory-activity/resources/memory/math_1.svg | 106 ++++++ src/memory-activity/resources/memory/math_2.svg | 144 ++++++++ src/memory-activity/resources/memory/math_3.svg | 168 +++++++++ src/memory-activity/resources/memory/math_4.svg | 199 +++++++++++ src/memory-activity/resources/memory/math_5.svg | 234 ++++++++++++ src/memory-activity/resources/memory/math_6.svg | 261 ++++++++++++++ src/memory-activity/resources/memory/math_7.svg | 292 +++++++++++++++ src/memory-activity/resources/memory/math_8.svg | 323 +++++++++++++++++ src/memory-activity/resources/memory/math_9.svg | 358 +++++++++++++++++++ src/memory_enumerate-activity/Makefile.am | 27 ++ src/memory_enumerate-activity/init_path.sh | 8 + src/memory_enumerate-activity/memo_enumerate.svg | 374 ++++++++++++++++++++ .../memory_enumerate.xml.in | 19 + 20 files changed, 2706 insertions(+), 16 deletions(-) commit d171b4a7f9489632ccc87c636f9d278b312cc535 Author: Bruno Coudoin Date: Sun Nov 30 23:25:24 2008 +0000 - Completed the canal lock rework based on the new graphism by Stephane Cabaraux. svn path=/branches/gcomprixogoo/; revision=3633 ChangeLog | 15 +- src/canal_lock-activity/canal_lock.c | 330 +++++++++++--------- .../resources/canal_lock/canal_lock.svgz | Bin 15579 -> 20709 bytes src/goocanvas/src/goocanvassvg.c | 14 +- src/goocanvas/src/goocanvassvg.h | 1 + 5 files changed, 204 insertions(+), 156 deletions(-) commit acfe86322b3885074f6dd0e20d386a2446b98fb8 Author: Bruno Coudoin Date: Tue Nov 25 00:24:51 2008 +0000 Fixed a crash in case of multiple sound list. This was especially the case * src/boards/shapegame.c: (item_event_drag): Fixed a crash in case of multiple sound list. This was especially the case in the level 3 of the double entry activity. Merged from trunk Commit r3628 * src/canal_lock-activity/resources/canal_lock/canal_lock.svgz: Created by Stéphane Cabaraux tef/cyberground/org svn path=/branches/gcomprixogoo/; revision=3629 ChangeLog | 13 +++++++++++++ src/babymatch-activity/shapegame.c | 14 +++++++++----- .../resources/canal_lock/Makefile.am | 3 +-- .../resources/canal_lock/canal_lock.svgz | Bin 0 -> 15579 bytes .../resources/canal_lock/canal_lock_bg.png | Bin 128147 -> 0 bytes .../resources/canal_lock/tuxboat.png | Bin 4972 -> 0 bytes 6 files changed, 23 insertions(+), 7 deletions(-) commit 69f453871c38790d2eaa2bcb321c2af81fc2e974 Author: Bruno Coudoin Date: Sun Nov 23 20:52:44 2008 +0000 Completed the new watercycle. svn path=/branches/gcomprixogoo/; revision=3627 src/watercycle-activity/watercycle.py | 86 ++++++++++++++++++--------------- 1 files changed, 47 insertions(+), 39 deletions(-) commit 1926f5661520272f27a0c612011c46980f66de40 Author: Bruno Coudoin Date: Sun Nov 23 17:43:30 2008 +0000 now fully works but some improvements needed svn path=/branches/gcomprixogoo/; revision=3626 src/watercycle-activity/watercycle.py | 168 ++++++++++++--------------------- 1 files changed, 61 insertions(+), 107 deletions(-) commit a66049848f63afc8a7e691950490c2791327ec8f Author: Bruno Coudoin Date: Thu Nov 20 23:47:57 2008 +0000 - Imported goocanvas commit r31, it allows animation to be called again in an animation-finished event - Improved watercycle, uncomplete yet svn path=/branches/gcomprixogoo/; revision=3625 ChangeLog | 12 +++++++ src/goocanvas/src/goocanvasitem.c | 8 ++-- src/goocanvas/src/goocanvasitemmodel.c | 4 +- .../resources/watercycle/watercycle.svgz | Bin 95062 -> 95296 bytes src/watercycle-activity/watercycle.py | 35 ++++++++----------- 5 files changed, 33 insertions(+), 26 deletions(-) commit cc7b527770db4ffdaf15a76cc91c238782da2f6e Author: Bruno Coudoin Date: Wed Nov 19 23:52:40 2008 +0000 improved watercycle, uncomplete yet svn path=/branches/gcomprixogoo/; revision=3623 .../resources/watercycle/watercycle.svgz | Bin 94940 -> 95062 bytes src/watercycle-activity/watercycle.py | 113 ++++++++++++-------- 2 files changed, 69 insertions(+), 44 deletions(-) commit f90956194d9b0ab3cf45aac85de4c44219175042 Author: Bruno Coudoin Date: Wed Nov 19 01:00:13 2008 +0000 - In progress watercycle. - Grabed code from goocanvas trunk by Damon Chaplin to have a signal "animation-finished" - Removed hiy_detection to use pointer_events=None instead. svn path=/branches/gcomprixogoo/; revision=3621 ChangeLog | 22 ++++ src/boards/goocanvas.defs | 1 - src/boards/py-mod-utils.c | 30 ++++++ src/goocanvas/src/goocanvasitem.c | 166 ++++++++++++++++++------------- src/goocanvas/src/goocanvasitem.h | 3 + src/goocanvas/src/goocanvasitemmodel.c | 111 +++++++++++++--------- src/goocanvas/src/goocanvasitemmodel.h | 4 + src/goocanvas/src/goocanvassvg.c | 15 --- src/goocanvas/src/goocanvassvg.h | 1 - src/watercycle-activity/watercycle.py | 131 +++++++++++++++----------- 10 files changed, 296 insertions(+), 188 deletions(-) commit d3e5379f2cc78726eeab12fc0dc74dba070d8d14 Author: Bruno Coudoin Date: Sun Nov 16 19:57:51 2008 +0000 In progress watercycle. svn path=/branches/gcomprixogoo/; revision=3615 src/boards/goocanvas.defs | 2 + src/gcompris/about.c | 4 +- src/goocanvas/src/goocanvassvg.c | 45 ++++++++----- src/goocanvas/src/goocanvassvg.h | 1 + .../resources/watercycle/background.png | Bin 54981 -> 0 bytes .../resources/watercycle/badwater.png | Bin 1106 -> 0 bytes .../resources/watercycle/badwater_off.png | Bin 1098 -> 0 bytes .../resources/watercycle/cleanwater.png | Bin 5295 -> 0 bytes .../resources/watercycle/cleanwater_off.png | Bin 4271 -> 0 bytes .../resources/watercycle/cloud.png | Bin 4885 -> 0 bytes .../resources/watercycle/fishingboat.gif | Bin 57577 -> 0 bytes .../resources/watercycle/fishingboat.png | Bin 8363 -> 0 bytes .../resources/watercycle/fishingboat_tux.png | Bin 10749 -> 0 bytes .../resources/watercycle/minitux.png | Bin 3499 -> 0 bytes .../resources/watercycle/pumpwater.png | Bin 3322 -> 0 bytes .../resources/watercycle/pumpwater_off.png | Bin 2554 -> 0 bytes .../resources/watercycle/rain.png | Bin 4414 -> 0 bytes .../resources/watercycle/riverempty.png | Bin 11025 -> 0 bytes .../resources/watercycle/riverfull.png | Bin 12623 -> 0 bytes .../resources/watercycle/shower.png | Bin 550 -> 0 bytes .../resources/watercycle/shower_off.png | Bin 355 -> 0 bytes .../resources/watercycle/shower_on.png | Bin 324 -> 0 bytes .../resources/watercycle/showerwater.png | Bin 4936 -> 0 bytes .../resources/watercycle/snow.png | Bin 443 -> 0 bytes .../resources/watercycle/sun.png | Bin 2782 -> 0 bytes .../resources/watercycle/tuxboat.txt | 4 - .../resources/watercycle/vapor.png | Bin 401 -> 0 bytes .../resources/watercycle/watercleaning.png | Bin 4637 -> 0 bytes .../resources/watercycle/watercycle.svgz | Bin 94947 -> 94940 bytes .../resources/watercycle/waterpump.png | Bin 4888 -> 0 bytes src/watercycle-activity/watercycle.py | 68 ++++++++------------ 31 files changed, 61 insertions(+), 63 deletions(-) commit 8da9865b299a35547d19300a52f28d6634bf868b Author: Bruno Coudoin Date: Sat Nov 15 20:34:15 2008 +0000 svg based watercycle in progress svn path=/branches/gcomprixogoo/; revision=3614 src/goocanvas/src/goocanvassvg.c | 8 +- .../resources/watercycle/Makefile.am | 26 +----- .../resources/watercycle/watercycle.svgz | Bin 0 -> 94947 bytes src/watercycle-activity/watercycle.py | 113 +++++++++----------- 4 files changed, 55 insertions(+), 92 deletions(-) commit 65caaa9801206d65394c5f4c3e5b0f532e4205ca Author: Bruno Coudoin Date: Tue Nov 11 21:14:23 2008 +0000 Fixed missing NULL in goo canvas call svn path=/branches/gcomprixogoo/; revision=3612 src/gcompris/gcompris.h | 34 +++++++++++++++++----------------- src/gcompris/help.c | 3 ++- 2 files changed, 19 insertions(+), 18 deletions(-) commit aa5cfccd16fed887aa432d105b2f5cc077085d26 Author: Bruno Coudoin Date: Tue Nov 11 00:47:15 2008 +0000 implemented a bounding calculation to make the item connect and focus works also on svg items by ID svn path=/branches/gcomprixogoo/; revision=3611 src/goocanvas/src/goocanvassvg.c | 50 +++++++++--- src/goocanvas/src/goocanvassvg.h | 4 + src/watercycle-activity/watercycle.py | 142 +++++++++++++-------------------- 3 files changed, 101 insertions(+), 95 deletions(-) commit c5886cd9a60a9affdeed781de44e674b3722c7d2 Author: Bruno Coudoin Date: Mon Nov 10 00:42:57 2008 +0000 svn cleanup and fix bar unref replaced non important warnings by messages to easy debuging svn path=/branches/gcomprixogoo/; revision=3610 src/boards/python.c | 6 ++-- src/gcompris/gcompris_db.c | 42 +++++++++++++++++++------------------- src/goocanvas/src/goocanvassvg.c | 21 ++++++------------ src/goocanvas/src/goocanvassvg.h | 5 +-- 4 files changed, 33 insertions(+), 41 deletions(-) commit b41c54b3a3c93af38502a822ce287b5a073c0cd2 Author: Bruno Coudoin Date: Mon Nov 10 00:06:30 2008 +0000 Performance improvement of the goocanvas svg item. Now the rsvg rendering is only done once in a sairo surface and copyed again to the cairo target when needed. svn path=/branches/gcomprixogoo/; revision=3609 ChangeLog | 19 ++++++++ src/gcompris/config.c | 4 +- src/gcompris/gameutil.c | 2 +- src/gcompris/gcompris.c | 2 +- src/goocanvas/src/goocanvassvg.c | 70 +++++++++++++++++++++--------- src/goocanvas/src/goocanvassvg.h | 2 + src/magic_hat_minus-activity/magic_hat.c | 4 +- src/paratrooper-activity/paratrooper.c | 4 +- src/reversecount-activity/reversecount.c | 2 +- src/watercycle-activity/watercycle.py | 11 +++- 10 files changed, 87 insertions(+), 33 deletions(-) commit 86823784e16c3c9bbccb799a62853b5131122746 Author: Bruno Coudoin Date: Sun Nov 9 22:25:42 2008 +0000 fixed to avoid uneeded refresh svn path=/branches/gcomprixogoo/; revision=3608 src/billard-activity/billard.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit ccf4a758cbe43c8497a4439465767f33069836e8 Author: Bruno Coudoin Date: Sun Nov 9 22:24:30 2008 +0000 improved hit detection to avoid unecessary refresh (not sure of what I did) fixed property name svn path=/branches/gcomprixogoo/; revision=3607 src/goocanvas/src/goocanvassvg.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit f6f233b75912f54900bcefdd344770c5b0322a0c Author: Bruno Coudoin Date: Sun Nov 9 22:22:35 2008 +0000 Added support for goocanvas svg in python svn path=/branches/gcomprixogoo/; revision=3606 src/boards/goocanvas.c | 861 +++++---------- src/boards/goocanvas.defs | 2465 +++++++++++++++++++++++++++++++++++++++++ src/boards/goocanvas.override | 1603 +++++++++++++++++++++++++++ src/boards/py-mod-utils.c | 26 + 4 files changed, 4345 insertions(+), 610 deletions(-) commit cfd74bd09c4558a7d70d92159fe70ac67e7d7838 Author: Bruno Coudoin Date: Sun Nov 9 15:19:35 2008 +0000 API cleanup, now our svg item has the same API signature as native goocanvas items: goo_canvas_svg_new() svn path=/branches/gcomprixogoo/; revision=3605 ChangeLog | 48 ++++++ src/erase-activity/erase.c | 2 +- src/gcompris/about.c | 2 +- src/gcompris/config.c | 4 +- src/gcompris/dialog.c | 2 +- src/gcompris/gcompris.c | 2 +- src/gcompris/gcompris_confirm.c | 2 +- src/gcompris/help.c | 2 +- src/goocanvas/src/Makefile.am | 4 +- src/goocanvas/src/goocanvas.h | 2 +- src/goocanvas/src/goocanvassvg.c | 242 ++++++++++++++++++++++++++++++ src/goocanvas/src/goocanvassvg.h | 53 +++++++ src/goocanvas/src/svg-item.c | 207 ------------------------- src/goocanvas/src/svg-item.h | 52 ------- src/magic_hat_minus-activity/magic_hat.c | 2 +- src/maze-activity/maze.c | 2 +- src/money-activity/money.c | 2 +- src/money-activity/money_widget.c | 2 +- src/paratrooper-activity/paratrooper.c | 8 +- src/planegame-activity/planegame.c | 4 +- src/reversecount-activity/reversecount.c | 14 +- src/smallnumbers-activity/smallnumbers.c | 2 +- 22 files changed, 372 insertions(+), 288 deletions(-) commit f9ba18cb1cd1e24885a9e087a3330b297a865e27 Author: Bruno Coudoin Date: Sun Nov 9 00:07:55 2008 +0000 fixed too early pixmap unref svn path=/branches/gcomprixogoo/; revision=3603 src/gcompris/gcompris_confirm.c | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) commit e131376139083cd5b47973700d4f69f94baff1f2 Author: Bruno Coudoin Date: Sun Nov 9 00:06:20 2008 +0000 Fixes to compile again on Ubuntu 8.10 svn path=/branches/gcomprixogoo/; revision=3602 INSTALL | 106 +++++++++++++++++++----------------- Makefile.am | 2 +- configure.in | 17 +------ src/goocanvas/src/Makefile.am | 2 - src/submarine-activity/submarine.c | 2 +- 5 files changed, 60 insertions(+), 69 deletions(-) commit fa98a36a3f481ee4e79bbf7862c243bcfe66db00 Author: Bruno Coudoin Date: Sat Nov 8 23:29:27 2008 +0000 fixed pixmap unref too early svn path=/branches/gcomprixogoo/; revision=3601 src/gcompris/bar.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2d32c11c7cd3bc31c7da8e18db5d6ba09b6ff9cb Author: Bruno Coudoin Date: Sat Nov 8 21:02:40 2008 +0000 added missing locale svn path=/branches/gcomprixogoo/; revision=3600 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4dc49163a5d1cd83c6ec85f30da0ad7665d7b58e Author: Bruno Coudoin Date: Sat Nov 8 16:55:19 2008 +0000 avoid double explosion at the game end svn path=/branches/gcomprixogoo/; revision=3599 .../resources/paintings/Makefile.in | 765 -------------------- src/submarine-activity/submarine.c | 3 + 2 files changed, 3 insertions(+), 765 deletions(-) commit e24bff85c7cbea40695df1e35ca9ae289050a71e Author: Bruno Coudoin Date: Fri Nov 7 23:38:50 2008 +0000 More New paintings from Marc Levivier: svn path=/branches/gcomprixogoo/; revision=3597 ChangeLog | 20 + docs/C/texinfo.tex | 7238 +++++++++++++------- install-sh | 659 ++- src/babymatch-activity/shapegame.c | 22 +- .../resources/paintings/EjiriSuruga_a1.png | Bin 0 -> 131105 bytes .../resources/paintings/EjiriSuruga_a2.png | Bin 0 -> 187010 bytes .../resources/paintings/EjiriSuruga_a3.png | Bin 0 -> 130272 bytes .../resources/paintings/EjiriSuruga_b1.png | Bin 0 -> 135518 bytes .../resources/paintings/EjiriSuruga_b2.png | Bin 0 -> 166567 bytes .../resources/paintings/EjiriSuruga_b3.png | Bin 0 -> 134447 bytes .../resources/paintings/EjiriSuruga_c1.png | Bin 0 -> 112869 bytes .../resources/paintings/EjiriSuruga_c2.png | Bin 0 -> 138722 bytes .../resources/paintings/EjiriSuruga_c3.png | Bin 0 -> 184372 bytes .../resources/paintings/EjiriSuruga_d1.png | Bin 0 -> 154713 bytes .../resources/paintings/EjiriSuruga_d2.png | Bin 0 -> 134164 bytes .../resources/paintings/EjiriSuruga_d3.png | Bin 0 -> 128478 bytes .../resources/paintings/GreatWave_a1.png | Bin 0 -> 131317 bytes .../resources/paintings/GreatWave_a2.png | Bin 0 -> 162707 bytes .../resources/paintings/GreatWave_a3.png | Bin 0 -> 130853 bytes .../resources/paintings/GreatWave_b1.png | Bin 0 -> 134214 bytes .../resources/paintings/GreatWave_b2.png | Bin 0 -> 166519 bytes .../resources/paintings/GreatWave_b3.png | Bin 0 -> 160475 bytes .../resources/paintings/GreatWave_c1.png | Bin 0 -> 187054 bytes .../resources/paintings/GreatWave_c2.png | Bin 0 -> 140648 bytes .../resources/paintings/GreatWave_c3.png | Bin 0 -> 160475 bytes .../resources/paintings/GreatWave_d1.png | Bin 0 -> 109053 bytes .../resources/paintings/GreatWave_d2.png | Bin 0 -> 134042 bytes .../resources/paintings/GreatWave_d3.png | Bin 0 -> 129174 bytes .../paintings/HiroshigeHorsePrawns_a1.png | Bin 0 -> 143694 bytes .../paintings/HiroshigeHorsePrawns_a2.png | Bin 0 -> 125405 bytes .../paintings/HiroshigeHorsePrawns_a3.png | Bin 0 -> 122833 bytes .../paintings/HiroshigeHorsePrawns_a4.png | Bin 0 -> 117506 bytes .../paintings/HiroshigeHorsePrawns_b1.png | Bin 0 -> 124197 bytes .../paintings/HiroshigeHorsePrawns_b2.png | Bin 0 -> 128931 bytes .../paintings/HiroshigeHorsePrawns_b3.png | Bin 0 -> 128145 bytes .../paintings/HiroshigeHorsePrawns_b4.png | Bin 0 -> 167484 bytes .../paintings/HiroshigeHorsePrawns_c1.png | Bin 0 -> 170739 bytes .../paintings/HiroshigeHorsePrawns_c2.png | Bin 0 -> 129078 bytes .../paintings/HiroshigeHorsePrawns_c3.png | Bin 0 -> 174877 bytes .../paintings/HiroshigeHorsePrawns_c4.png | Bin 0 -> 102858 bytes .../paintings/HiroshigeHorsePrawns_d1.png | Bin 0 -> 119161 bytes .../paintings/HiroshigeHorsePrawns_d2.png | Bin 0 -> 124662 bytes .../paintings/HiroshigeHorsePrawns_d3.png | Bin 0 -> 145414 bytes .../paintings/HiroshigeHorsePrawns_d4.png | Bin 0 -> 139095 bytes .../paintings/HiroshigeInokashiraSnow_a1.png | Bin 0 -> 104326 bytes .../paintings/HiroshigeInokashiraSnow_a2.png | Bin 0 -> 90382 bytes .../paintings/HiroshigeInokashiraSnow_a3.png | Bin 0 -> 147641 bytes .../paintings/HiroshigeInokashiraSnow_a4.png | Bin 0 -> 85972 bytes .../paintings/HiroshigeInokashiraSnow_b1.png | Bin 0 -> 128218 bytes .../paintings/HiroshigeInokashiraSnow_b2.png | Bin 0 -> 132735 bytes .../paintings/HiroshigeInokashiraSnow_b3.png | Bin 0 -> 111358 bytes .../paintings/HiroshigeInokashiraSnow_b4.png | Bin 0 -> 122529 bytes .../paintings/HiroshigeInokashiraSnow_c1.png | Bin 0 -> 128218 bytes .../paintings/HiroshigeInokashiraSnow_c2.png | Bin 0 -> 153932 bytes .../paintings/HiroshigeInokashiraSnow_c3.png | Bin 0 -> 127766 bytes .../paintings/HiroshigeInokashiraSnow_c4.png | Bin 0 -> 106019 bytes .../paintings/HiroshigeInokashiraSnow_d1.png | Bin 0 -> 123674 bytes .../paintings/HiroshigeInokashiraSnow_d2.png | Bin 0 -> 89878 bytes .../paintings/HiroshigeInokashiraSnow_d3.png | Bin 0 -> 122736 bytes .../paintings/HiroshigeInokashiraSnow_d4.png | Bin 0 -> 101913 bytes .../resources/paintings/HokusaiBridge_a1.png | Bin 0 -> 79293 bytes .../resources/paintings/HokusaiBridge_a2.png | Bin 0 -> 68698 bytes .../resources/paintings/HokusaiBridge_a3.png | Bin 0 -> 96559 bytes .../resources/paintings/HokusaiBridge_a4.png | Bin 0 -> 77622 bytes .../resources/paintings/HokusaiBridge_b1.png | Bin 0 -> 112858 bytes .../resources/paintings/HokusaiBridge_b2.png | Bin 0 -> 83974 bytes .../resources/paintings/HokusaiBridge_b3.png | Bin 0 -> 97159 bytes .../resources/paintings/HokusaiBridge_b4.png | Bin 0 -> 93004 bytes .../resources/paintings/HokusaiBridge_c1.png | Bin 0 -> 81501 bytes .../resources/paintings/HokusaiBridge_c2.png | Bin 0 -> 115353 bytes .../resources/paintings/HokusaiBridge_c3.png | Bin 0 -> 99666 bytes .../resources/paintings/HokusaiBridge_c4.png | Bin 0 -> 67696 bytes .../resources/paintings/HokusaiBridge_d1.png | Bin 0 -> 98061 bytes .../resources/paintings/HokusaiBridge_d2.png | Bin 0 -> 116835 bytes .../resources/paintings/HokusaiBridge_d3.png | Bin 0 -> 96969 bytes .../resources/paintings/HokusaiBridge_d4.png | Bin 0 -> 110479 bytes .../resources/paintings/HokusaiBridge_e1.png | Bin 0 -> 78725 bytes .../resources/paintings/HokusaiBridge_e2.png | Bin 0 -> 68206 bytes .../resources/paintings/HokusaiBridge_e3.png | Bin 0 -> 79831 bytes .../resources/paintings/HokusaiBridge_e4.png | Bin 0 -> 77066 bytes .../resources/paintings/HokusaiOiranKamuro_a1.png | Bin 0 -> 144954 bytes .../resources/paintings/HokusaiOiranKamuro_a2.png | Bin 0 -> 125700 bytes .../resources/paintings/HokusaiOiranKamuro_a3.png | Bin 0 -> 143416 bytes .../resources/paintings/HokusaiOiranKamuro_b1.png | Bin 0 -> 120097 bytes .../resources/paintings/HokusaiOiranKamuro_b2.png | Bin 0 -> 104148 bytes .../resources/paintings/HokusaiOiranKamuro_b3.png | Bin 0 -> 118823 bytes .../resources/paintings/HokusaiPoppies_a1.png | Bin 0 -> 62284 bytes .../resources/paintings/HokusaiPoppies_a2.png | Bin 0 -> 77145 bytes .../resources/paintings/HokusaiPoppies_a3.png | Bin 0 -> 64633 bytes .../resources/paintings/HokusaiPoppies_a4.png | Bin 0 -> 75831 bytes .../resources/paintings/HokusaiPoppies_a5.png | Bin 0 -> 61186 bytes .../resources/paintings/HokusaiPoppies_b1.png | Bin 0 -> 73678 bytes .../resources/paintings/HokusaiPoppies_b2.png | Bin 0 -> 78591 bytes .../resources/paintings/HokusaiPoppies_b3.png | Bin 0 -> 77058 bytes .../resources/paintings/HokusaiPoppies_b4.png | Bin 0 -> 67305 bytes .../resources/paintings/HokusaiPoppies_b5.png | Bin 0 -> 73678 bytes .../resources/paintings/HokusaiPoppies_c1.png | Bin 0 -> 64261 bytes .../resources/paintings/HokusaiPoppies_c2.png | Bin 0 -> 91554 bytes .../resources/paintings/HokusaiPoppies_c3.png | Bin 0 -> 76814 bytes .../resources/paintings/HokusaiPoppies_c4.png | Bin 0 -> 104971 bytes .../resources/paintings/HokusaiPoppies_c5.png | Bin 0 -> 54097 bytes .../resources/paintings/HokusaiPoppies_d1.png | Bin 0 -> 77229 bytes .../resources/paintings/HokusaiPoppies_d2.png | Bin 0 -> 67305 bytes .../resources/paintings/HokusaiPoppies_d3.png | Bin 0 -> 79953 bytes .../resources/paintings/HokusaiPoppies_d4.png | Bin 0 -> 67002 bytes .../resources/paintings/HokusaiPoppies_d5.png | Bin 0 -> 74979 bytes .../resources/paintings/HokusaiPoppies_e1.png | Bin 0 -> 62284 bytes .../resources/paintings/HokusaiPoppies_e2.png | Bin 0 -> 76209 bytes .../resources/paintings/HokusaiPoppies_e3.png | Bin 0 -> 64480 bytes .../resources/paintings/HokusaiPoppies_e4.png | Bin 0 -> 54037 bytes .../resources/paintings/HokusaiPoppies_e5.png | Bin 0 -> 72303 bytes .../paintings/HokusaiWomanHoldingFan_a1.png | Bin 0 -> 68245 bytes .../paintings/HokusaiWomanHoldingFan_a2.png | Bin 0 -> 97292 bytes .../paintings/HokusaiWomanHoldingFan_a3.png | Bin 0 -> 67812 bytes .../paintings/HokusaiWomanHoldingFan_b1.png | Bin 0 -> 115585 bytes .../paintings/HokusaiWomanHoldingFan_b2.png | Bin 0 -> 100236 bytes .../paintings/HokusaiWomanHoldingFan_b3.png | Bin 0 -> 98711 bytes .../paintings/HokusaiWomanHoldingFan_c1.png | Bin 0 -> 67617 bytes .../paintings/HokusaiWomanHoldingFan_c2.png | Bin 0 -> 83085 bytes .../paintings/HokusaiWomanHoldingFan_c3.png | Bin 0 -> 94230 bytes .../resources/paintings/KazusaSeaRoute_a1.png | Bin 0 -> 64984 bytes .../resources/paintings/KazusaSeaRoute_a2.png | Bin 0 -> 66590 bytes .../resources/paintings/KazusaSeaRoute_a3.png | Bin 0 -> 79482 bytes .../resources/paintings/KazusaSeaRoute_a4.png | Bin 0 -> 79482 bytes .../resources/paintings/KazusaSeaRoute_a5.png | Bin 0 -> 76726 bytes .../resources/paintings/KazusaSeaRoute_b1.png | Bin 0 -> 56700 bytes .../resources/paintings/KazusaSeaRoute_b2.png | Bin 0 -> 110314 bytes .../resources/paintings/KazusaSeaRoute_b3.png | Bin 0 -> 59116 bytes .../resources/paintings/KazusaSeaRoute_b4.png | Bin 0 -> 69350 bytes .../resources/paintings/KazusaSeaRoute_b5.png | Bin 0 -> 79390 bytes .../resources/paintings/KazusaSeaRoute_c1.png | Bin 0 -> 77421 bytes .../resources/paintings/KazusaSeaRoute_c2.png | Bin 0 -> 80781 bytes .../resources/paintings/KazusaSeaRoute_c3.png | Bin 0 -> 96328 bytes .../resources/paintings/KazusaSeaRoute_c4.png | Bin 0 -> 96328 bytes .../resources/paintings/KazusaSeaRoute_c5.png | Bin 0 -> 67257 bytes .../resources/paintings/KazusaSeaRoute_d1.png | Bin 0 -> 80364 bytes .../resources/paintings/KazusaSeaRoute_d2.png | Bin 0 -> 95860 bytes .../resources/paintings/KazusaSeaRoute_d3.png | Bin 0 -> 83212 bytes .../resources/paintings/KazusaSeaRoute_d4.png | Bin 0 -> 58724 bytes .../resources/paintings/KazusaSeaRoute_d5.png | Bin 0 -> 66502 bytes .../resources/paintings/KazusaSeaRoute_e1.png | Bin 0 -> 64515 bytes .../resources/paintings/KazusaSeaRoute_e2.png | Bin 0 -> 55968 bytes .../resources/paintings/KazusaSeaRoute_e3.png | Bin 0 -> 76493 bytes .../resources/paintings/KazusaSeaRoute_e4.png | Bin 0 -> 79456 bytes .../resources/paintings/KazusaSeaRoute_e5.png | Bin 0 -> 63856 bytes .../resources/paintings/Makefile.am | 190 +- .../resources/paintings/Makefile.in | 765 +++ .../resources/paintings/board1_10.xml.in | 26 + .../resources/paintings/board1_11.xml.in | 31 + .../resources/paintings/board1_12.xml.in | 31 + .../resources/paintings/board1_4.xml.in | 12 + .../resources/paintings/board1_5.xml.in | 15 + .../resources/paintings/board1_6.xml.in | 18 + .../resources/paintings/board1_7.xml.in | 18 + .../resources/paintings/board1_8.xml.in | 22 + .../resources/paintings/board1_9.xml.in | 22 + 156 files changed, 6312 insertions(+), 2777 deletions(-) commit 3374c9125e4e72d17873316b299e9557249bc711 Author: Bruno Coudoin Date: Fri Nov 7 20:36:57 2008 +0000 Fixed compilation issue on ubuntu 8.10 svn path=/branches/gcomprixogoo/; revision=3594 src/colors-activity/colors.c | 2 +- src/gcompris/gcompris_db.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 7ad1a533495e8a4be1f9abd8cf54501846ad1f22 Author: Bruno Coudoin Date: Sun Nov 2 14:34:45 2008 +0000 fixed bar repeat icon support fixed searace activity svn path=/branches/gcomprixogoo/; revision=3590 src/gcompris/bar.c | 37 +++++++++++++++---------------------- src/searace-activity/searace.py | 21 ++++++++++----------- 2 files changed, 25 insertions(+), 33 deletions(-) commit 0620f604c29ab84f58efd00c6b5d939e2a363836 Author: Bruno Coudoin Date: Sat Nov 1 22:56:35 2008 +0000 better adjustement of the bar in all activities svn path=/branches/gcomprixogoo/; revision=3589 src/algebra_by-activity/algebra.c | 1 + src/anim-activity/anim.py | 9 +++++---- src/babymatch-activity/shapegame.c | 1 + src/ballcatch-activity/ballcatch.py | 1 + src/bargame-activity/bargame.py | 1 + src/chat-activity/chat.py | 7 ++++--- src/chess_computer-activity/chess.c | 1 + src/click_on_letter-activity/click_on_letter.c | 1 + src/connect4-activity/connect4.py | 1 + src/drawnumber-activity/drawnumber.py | 1 + src/electric-activity/electric.py | 2 ++ .../resources/geo_country/board8_0.xml.in | 2 +- src/gnumch-equality-activity/gnumch.py | 4 +++- src/guessnumber-activity/guessnumber.py | 1 + src/missing_letter-activity/missingletter.c | 1 + src/money-activity/money.c | 1 + .../resources/paintings/Makefile.am | 6 ++++++ src/readingh-activity/reading.c | 1 + src/redraw-activity/redraw.py | 1 + src/reversecount-activity/reversecount.c | 13 +++++++------ src/searace-activity/searace.py | 19 ++++++++----------- src/submarine-activity/submarine.c | 1 + src/target-activity/target.c | 1 + src/watercycle-activity/watercycle.py | 19 ++++++------------- 24 files changed, 57 insertions(+), 39 deletions(-) commit 8f1efc7e9f686487aaa59eb5c50ce2ed1bb75616 Author: Bruno Coudoin Date: Mon Oct 27 21:00:29 2008 +0000 better placement of the bar in the administration mode svn path=/branches/gcomprixogoo/; revision=3584 COPYING | 912 +--- INSTALL | 103 +- docs/C/texinfo.tex | 7236 +++++++++---------------- install-sh | 659 +-- src/administration-activity/admin/module.py | 2 +- src/administration-activity/administration.py | 14 +- src/boards/py-mod-gcompris.c | 22 + 7 files changed, 3095 insertions(+), 5853 deletions(-) commit f30ec7d8945618df563f1ab9a3d8b490cc643574 Author: Bruno Coudoin Date: Mon Oct 27 19:07:59 2008 +0000 many little fix around svn path=/branches/gcomprixogoo/; revision=3583 configure.in | 2 ++ src/Makefile.am | 1 + src/administration-activity/Makefile.am | 2 +- src/administration-activity/admin/board_list.py | 11 ++++++----- src/administration-activity/resources/Makefile.am | 1 + .../resources/administration/Makefile.am | 6 ++++++ .../resources/administration/tuxplane.png | Bin 0 -> 9733 bytes src/doubleclick-activity/Makefile.am | 2 +- 8 files changed, 18 insertions(+), 7 deletions(-) commit 82c846279a3ee3a512d74d37435dd67651a2c565 Author: Bruno Coudoin Date: Tue Oct 21 21:58:17 2008 +0000 preparation for 8.5PRE2 svn path=/branches/gcomprixogoo/; revision=3577 ChangeLog | 2 + boards/skins/babytoy/skin.xml | 2 +- configure.in | 2 +- src/boards/menu2.c | 2 - src/clockgame-activity/clockgame.c | 40 ------------------------------------ src/gcompris/bar.c | 5 ++++ 6 files changed, 9 insertions(+), 44 deletions(-) commit 20ce41ef224184886fdc18d94f3404e02bd1c2d6 Author: Bruno Coudoin Date: Sun Oct 19 13:26:29 2008 +0000 - synced translations with trunk svn path=/branches/gcomprixogoo/; revision=3576 ChangeLog | 35 + po/af.po | 2801 +++----- po/ar.po | 544 +- po/bg.po | 453 +- po/ca.po | 608 +- po/cs.po | 2100 ++++--- po/el.po | 529 +- po/en_GB.po | 2873 ++++++--- po/es.po | 628 ++- po/eu.po | 648 +- po/fa.po | 1357 ++-- po/fr.po | 2728 +++------ po/he.po | 2917 ++++------ po/hu.po | 1936 ++++--- po/it.po | 471 +- po/lt.po | 2114 ++++--- po/ne.po | 3077 ++++++++-- po/nl.po | 2966 +++------ po/nn.po | 1214 ++--- po/oc.po | 1177 ++-- po/pt.po | 910 ++-- po/pt_BR.po | 1597 +++--- po/ro.po | 6831 +++++++++++++++----- po/ru.po | 3838 +++++++----- po/sv.po | 638 +- po/uk.po | 2019 ++++-- po/ur.po | 2 +- po/vi.po | 507 +- po/zh_CN.po | 2579 ++++----- .../resources/wordsgame/default-he.xml | 147 + .../resources/wordsgame/default-uk.xml | 216 + 31 files changed, 28506 insertions(+), 21954 deletions(-) commit 9d836c26262a701547ebe111b9f0237083de2f82 Author: Bruno Coudoin Date: Thu Oct 16 23:17:27 2008 +0000 better cetered bar svn path=/branches/gcomprixogoo/; revision=3575 src/boards/menu2.c | 2 ++ src/gcompris/bar.c | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) commit 24be2c0e2f5de5ab7388e53b649ba6f0ee66209c Author: Bruno Coudoin Date: Sun Oct 12 16:01:38 2008 +0000 Now the bar is centered svn path=/branches/gcomprixogoo/; revision=3569 src/boards/menu2.c | 2 +- src/canal_lock-activity/canal_lock.c | 2 +- src/colors-activity/colors.c | 2 +- src/gcompris/bar.c | 11 +++++------ src/railroad-activity/railroad.c | 2 +- 5 files changed, 9 insertions(+), 10 deletions(-) commit b48a496c136215615ae0d1a16f480f584dbfb4ad Author: Bruno Coudoin Date: Tue Sep 30 21:13:28 2008 +0000 fixed the bar to display the proper ratio when leaving an activity that changed the ratio svn path=/branches/gcomprixogoo/; revision=3556 src/boards/menu2.c | 4 ++-- src/crane-activity/crane.c | 2 +- src/gcompris/bar.c | 10 +++------- src/gcompris/gcompris.h | 1 - src/paratrooper-activity/paratrooper.c | 2 +- src/railroad-activity/railroad.c | 2 +- 6 files changed, 8 insertions(+), 13 deletions(-) commit f232ce540e1495dbb0d538abc51fa491dd1d30ff Author: Bruno Coudoin Date: Mon Sep 29 22:52:35 2008 +0000 improved the level button, the level number works again. there is a problem when we leave an activity that scaled the bar svn path=/branches/gcomprixogoo/; revision=3555 src/gcompris/bar.c | 55 ++++++++++++++++++---------------------------------- 1 files changed, 19 insertions(+), 36 deletions(-) commit 5a05732a3f3c72405c6aa5836a04e39b32022f14 Author: Bruno Coudoin Date: Sun Sep 28 22:49:33 2008 +0000 now the bar background fit excactly the number of icons it contains. svn path=/branches/gcomprixogoo/; revision=3553 src/gcompris/bar.c | 580 ++++++++++++++++++++++--------------------- src/gcompris/board_config.c | 10 +- src/gcompris/gameutil.c | 2 +- src/gcompris/gcompris.h | 6 +- 4 files changed, 306 insertions(+), 292 deletions(-) commit 22ee93d037aed53df90990b21e0299a6749c029f Author: Bruno Coudoin Date: Sun Sep 28 15:22:22 2008 +0000 resynced XO bundling with gcomprixxo branch svn path=/branches/gcomprixogoo/; revision=3552 src/activity.info | 4 ++- src/bundleit.sh | 33 ++++++++++++++++++++----------- tools/full-xo-bundle-add-on.tzf | Bin 0 -> 4906 bytes tools/full_xo_bundle.sh | 41 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 65 insertions(+), 13 deletions(-) commit d6d7a97cbe1ce6dfc813c4a270aad207134a6ca8 Author: Bruno Coudoin Date: Sun Sep 21 13:13:52 2008 +0000 fixes to work with trunk intro play svn path=/branches/gcomprixogoo/; revision=3544 src/gcompris/board.c | 4 ++-- src/gcompris/gameutil.c | 2 +- src/gcompris/help.c | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) commit 951aebfc4022eb6e33117b27f4758e554633f4fd Author: Bruno Coudoin Date: Sun Sep 7 23:14:07 2008 +0000 Some more bar adaptation svn path=/branches/gcomprixogoo/; revision=3534 .../algebra_guesscount.c | 6 +++--- src/enumerate-activity/enumerate.c | 2 +- src/planegame-activity/planegame.c | 4 ++-- src/target-activity/target.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) commit 0269c5d4e3a1fdb69b6a63583573c5b714c3fab9 Author: Bruno Coudoin Date: Sun Sep 7 23:09:54 2008 +0000 added missing files svn path=/branches/gcomprixogoo/; revision=3533 .../resources/smallnumbers/Makefile.am | 13 ++++++++++++- .../resources/smallnumbers/dice_area.svgz | Bin 2919 -> 0 bytes 2 files changed, 12 insertions(+), 1 deletions(-) commit 646588d1df89f2ab93dd27ec51769450fdc785b6 Author: Bruno Coudoin Date: Sun Sep 7 22:51:08 2008 +0000 fixed tuxpaint laucher to cleanup properly at the end. svn path=/branches/gcomprixogoo/; revision=3532 src/tuxpaint-activity/tuxpaint.py | 19 +++++++++++++------ 1 files changed, 13 insertions(+), 6 deletions(-) commit c4f38e1eacd63c4f7b1320ef9e488f5e4025d410 Author: Bruno Coudoin Date: Sun Sep 7 22:17:58 2008 +0000 improved leftright. made a new svg background based on the original. cleaned the code to use regular buttons instead of custom ones. svn path=/branches/gcomprixogoo/; revision=3531 src/crane-activity/crane.c | 2 +- src/leftright-activity/leftright.c | 170 ++++--------------- .../resources/leftright/Makefile.am | 3 +- .../resources/leftright/leftright-bg.jpg | Bin 25483 -> 0 bytes .../resources/leftright/leftright-bg.svgz | Bin 0 -> 1799 bytes .../resources/leftright/leftright-select.png | Bin 7070 -> 0 bytes 6 files changed, 38 insertions(+), 137 deletions(-) commit 93086c767a145eb5b2a566efe82f1eaa27ef4dcf Author: Bruno Coudoin Date: Sun Sep 7 20:41:45 2008 +0000 adaptation for the bar. text are bigger now, avoid too light colors that makes the letter hard to read. svn path=/branches/gcomprixogoo/; revision=3530 src/hanoi-activity/hanoi.c | 66 +++++++++++++++++++------------------------ 1 files changed, 29 insertions(+), 37 deletions(-) commit 4f11619ba54391a8c90a81a941641da157678e6c Author: Bruno Coudoin Date: Sun Sep 7 20:12:08 2008 +0000 bar adjustments all around. svn path=/branches/gcomprixogoo/; revision=3529 boards/skins/babytoy/level_down.png | Bin 0 -> 2155 bytes boards/skins/babytoy/level_up.png | Bin 0 -> 2739 bytes boards/skins/gartoon/level_down.png | Bin 0 -> 2577 bytes boards/skins/gartoon/level_up.png | Bin 0 -> 1788 bytes src/canal_lock-activity/canal_lock.c | 1 + src/colors-activity/colors.c | 1 + src/crane-activity/crane.c | 2 +- src/gcompris/bar.c | 8 ++++++-- src/leftright-activity/leftright.c | 1 + src/paratrooper-activity/paratrooper.c | 23 +++++++++-------------- src/railroad-activity/railroad.c | 1 + 11 files changed, 20 insertions(+), 17 deletions(-) commit 8a702d0558fa27e6a887fb1878b23faba5f20ee1 Author: Bruno Coudoin Date: Fri Sep 5 23:00:38 2008 +0000 fixed a bug in gc_item_focus_remove, the old hightlight item was not set to NULL. Improved canal_lock. Now it has a bonus while reaching the end and the start of the boat location. Added again the highliths on all items. svn path=/branches/gcomprixogoo/; revision=3528 src/canal_lock-activity/canal_lock.c | 189 +++++++++++++++++++--------------- src/gcompris/gameutil.c | 3 + 2 files changed, 107 insertions(+), 85 deletions(-) commit eb0daabcda80491b40f8e886f9145bf220d14494 Author: Bruno Coudoin Date: Tue Sep 2 22:26:50 2008 +0000 The points are no more displayed once the shape is placed. points are annoying children willing to look at paintings svn path=/branches/gcomprixogoo/; revision=3526 src/babymatch-activity/shapegame.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 576e2d10ae00840a9e9fe10cc62d14280265494e Author: Bruno Coudoin Date: Sun Aug 31 22:11:24 2008 +0000 fixed colors activity. svn path=/branches/gcomprixogoo/; revision=3523 src/advanced_colors-activity/advanced_colors.c | 16 +++- src/paratrooper-activity/paratrooper.c | 1 + src/read_colors-activity/read_colors.c | 111 ++++++++---------------- 3 files changed, 52 insertions(+), 76 deletions(-) commit bb68de0221a3b25bd73f8714816427c23eaf058e Author: Bruno Coudoin Date: Sun Aug 31 22:10:32 2008 +0000 no more need to run reread-menu (and should not now) that gcompris do not use the base in single activity mode. svn path=/branches/gcomprixogoo/; revision=3522 src/runit.sh | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 57dc8e11b491f485841e4e47a141257b687aad58 Author: Bruno Coudoin Date: Sun Aug 31 21:19:59 2008 +0000 fixed bonus display svn path=/branches/gcomprixogoo/; revision=3521 src/colors-activity/colors.c | 59 +++++++++++++++++++++++------------------ 1 files changed, 33 insertions(+), 26 deletions(-) commit 1c47f28f973121b7ef2fa6f8607f19cc1bc01987 Author: Bruno Coudoin Date: Sun Aug 31 17:28:30 2008 +0000 Now, even in database compiled in, if a single activity is requested we no more reload the database which has the undesired effect to flush it. svn path=/branches/gcomprixogoo/; revision=3520 src/gcompris/gcompris.c | 10 ++- src/gcompris/gcompris_db.c | 141 +++++++++++++++++++++++++++---------------- src/gcompris/gcompris_db.h | 18 +++--- 3 files changed, 103 insertions(+), 66 deletions(-) commit 9b31397c2038e174a1c9968a00d7856804ffba22 Author: Bruno Coudoin Date: Sun Aug 31 17:26:57 2008 +0000 cleanup, removed the moving bar (up down) code. svn path=/branches/gcomprixogoo/; revision=3519 src/gcompris/bar.c | 105 +--------------------------------------------------- 1 files changed, 1 insertions(+), 104 deletions(-) commit 3971ee5ef21defe87fd6fb9de7c34134750e00c1 Author: Bruno Coudoin Date: Sun Aug 31 15:56:16 2008 +0000 cleanup, removed deprecated gnet code. svn path=/branches/gcomprixogoo/; revision=3518 configure.in | 16 +--- src/boards/menu2.c | 56 ++++++++++- src/gcompris/Makefile.am | 1 - src/gcompris/gameutil.c | 107 ++++---------------- src/gcompris/gameutil.h | 4 - src/gcompris/gc_core.h | 7 -- src/gcompris/gc_net.c | 244 +-------------------------------------------- src/gcompris/gc_net.h | 4 - src/gcompris/gcompris.c | 43 -------- src/gcompris/properties.c | 5 +- src/gcompris/properties.h | 3 +- 11 files changed, 79 insertions(+), 411 deletions(-) commit fae6fbb28708d28e708c530f24bc00b8954d92de Author: Bruno Coudoin Date: Sun Aug 31 13:31:36 2008 +0000 moved the dies out of the skins. now the bar's die is splitted in two parts to go level up and down. This functionnality was implemented previously with the right click but it was not accessible for the children. svn path=/branches/gcomprixogoo/; revision=3517 boards/skins/babytoy/level1.png | Bin 16598 -> 0 bytes boards/skins/babytoy/level2.png | Bin 16598 -> 0 bytes boards/skins/babytoy/level3.png | Bin 16598 -> 0 bytes boards/skins/babytoy/level4.png | Bin 16598 -> 0 bytes boards/skins/babytoy/level5.png | Bin 16598 -> 0 bytes boards/skins/babytoy/level6.png | Bin 16598 -> 0 bytes boards/skins/babytoy/level7.png | Bin 16598 -> 0 bytes boards/skins/babytoy/level8.png | Bin 16598 -> 0 bytes boards/skins/babytoy/level9.png | Bin 16598 -> 0 bytes boards/skins/gartoon/level1.png | Bin 4136 -> 0 bytes boards/skins/gartoon/level2.png | Bin 4262 -> 0 bytes boards/skins/gartoon/level3.png | Bin 4462 -> 0 bytes boards/skins/gartoon/level4.png | Bin 4614 -> 0 bytes boards/skins/gartoon/level5.png | Bin 4679 -> 0 bytes boards/skins/gartoon/level6.png | Bin 4836 -> 0 bytes boards/skins/gartoon/level7.png | Bin 4972 -> 0 bytes boards/skins/gartoon/level8.png | Bin 5195 -> 0 bytes boards/skins/gartoon/level9.png | Bin 5266 -> 0 bytes src/gcompris/bar.c | 153 +++++++++++++------- .../resources/smallnumbers/dice0.svgz | Bin 0 -> 4373 bytes .../resources/smallnumbers/dice1.svgz | Bin 0 -> 5090 bytes .../resources/smallnumbers/dice2.svgz | Bin 0 -> 4718 bytes .../resources/smallnumbers/dice3.svgz | Bin 0 -> 4556 bytes .../resources/smallnumbers/dice4.svgz | Bin 0 -> 4591 bytes .../resources/smallnumbers/dice5.svgz | Bin 0 -> 4660 bytes .../resources/smallnumbers/dice6.svgz | Bin 0 -> 4671 bytes .../resources/smallnumbers/dice7.svgz | Bin 0 -> 5593 bytes .../resources/smallnumbers/dice8.svgz | Bin 0 -> 4760 bytes .../resources/smallnumbers/dice9.svgz | Bin 0 -> 4806 bytes .../resources/smallnumbers/dice_area.svgz | Bin 0 -> 2919 bytes src/smallnumbers-activity/smallnumbers.c | 39 ++--- 31 files changed, 115 insertions(+), 77 deletions(-) commit e7009202f1f573a58d88f3f1f3989a27ba0d9ac5 Author: Bruno Coudoin Date: Sat Aug 30 23:01:59 2008 +0000 fixed image zoom (second level was too small) svn path=/branches/gcomprixogoo/; revision=3514 src/clickgame-activity/clickgame.c | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) commit 2b0c617a33755e3d2eda1689fa02c330f1039417 Author: Bruno Coudoin Date: Sat Aug 30 21:50:28 2008 +0000 Now the menu description background color is managed through the skin.xml property file. svn path=/branches/gcomprixogoo/; revision=3513 boards/skins/babytoy/skin.xml | 5 +++-- boards/skins/gartoon/skin.xml | 1 + src/boards/menu2.c | 4 +++- src/gcompris/bar.c | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) commit 03248ada2601d0fa92a076c801b3d7039f59b8ab Author: Bruno Coudoin Date: Sat Aug 30 21:04:57 2008 +0000 fixed scaling issue svn path=/branches/gcomprixogoo/; revision=3512 src/memory-activity/memory.c | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) commit 1af757cde934e2e32a1c0e81b7447afdc0546755 Author: Bruno Coudoin Date: Sat Aug 30 12:27:24 2008 +0000 removed the gc_bonus_end_display in the C api and its gcompris.board_finished python counterpart. Now all activities stay at their last level when completed. This is more adapted to the by activity distribution model like we have for the olpc xo. svn path=/branches/gcomprixogoo/; revision=3511 boards/skins/babytoy/bar_bg.png | Bin 3844 -> 2295 bytes boards/skins/gartoon/bar_bg.png | Bin 4176 -> 2682 bytes boards/skins/gartoon/door1.png | Bin 12459 -> 0 bytes boards/skins/gartoon/door2.png | Bin 6458 -> 0 bytes boards/skins/gartoon/toomanyerrors.png | Bin 25669 -> 0 bytes boards/skins/gartoon/tuxloco.png | Bin 32552 -> 0 bytes boards/skins/gartoon/tuxplane.png | Bin 9733 -> 0 bytes src/advanced_colors-activity/advanced_colors.c | 6 +- src/algebra_by-activity/algebra.c | 12 +-- .../algebra_guesscount.c | 7 +- src/algorithm-activity/algorithm.py | 4 +- src/awele-activity/awele.c | 11 +-- src/bargame-activity/bargame.py | 3 +- src/billard-activity/billard.c | 7 +- src/boards/py-mod-bonus.c | 25 ---- src/canal_lock-activity/canal_lock.c | 7 +- src/chess_computer-activity/chess.c | 7 +- src/click_on_letter-activity/click_on_letter.c | 6 +- src/clickgame-activity/clickgame.c | 7 +- src/clockgame-activity/clockgame.c | 7 +- src/colors-activity/colors.c | 3 +- src/crane-activity/crane.c | 13 +-- src/drawnumber-activity/drawnumber.py | 3 +- src/electric-activity/electric.py | 4 +- src/enumerate-activity/enumerate.c | 7 +- src/erase-activity/erase.c | 14 +-- src/fifteen-activity/fifteen.c | 7 +- src/gcompris/bonus.c | 137 +------------------- src/gcompris/bonus.h | 14 +-- src/gletters-activity/gletters.c | 7 +- src/hanoi-activity/hanoi.c | 7 +- src/hanoi_real-activity/hanoi_real.c | 7 +- src/imageid-activity/imageid.c | 6 +- src/leftright-activity/leftright.c | 6 +- src/magic_hat_minus-activity/magic_hat.c | 14 +-- src/maze-activity/maze.c | 7 +- src/melody-activity/melody.py | 4 +- src/memory-activity/memory.c | 7 +- src/missing_letter-activity/missingletter.c | 6 +- src/money-activity/money.c | 7 +- src/mosaic-activity/mosaic.py | 4 +- src/paratrooper-activity/paratrooper.c | 6 +- src/planegame-activity/planegame.c | 7 +- src/railroad-activity/railroad.c | 7 +- src/read_colors-activity/read_colors.c | 9 +- src/readingh-activity/reading.c | 6 +- src/redraw-activity/redraw.py | 18 +-- src/reversecount-activity/reversecount.c | 9 +- src/scalesboard-activity/scale.c | 7 +- src/smallnumbers-activity/smallnumbers.c | 8 +- src/submarine-activity/submarine.c | 6 +- src/superbrain-activity/superbrain.c | 7 +- src/target-activity/target.c | 7 +- src/traffic-activity/traffic.c | 6 +- src/tuxpaint-activity/tuxpaint.py | 5 +- src/wordsgame-activity/wordsgame.c | 7 +- 56 files changed, 119 insertions(+), 389 deletions(-) commit 89c3c40f02972b7f694b83b8f1a7b5078ca5cb52 Author: Bruno Coudoin Date: Sat Aug 23 21:59:52 2008 +0000 fixed crane to work again now menu set back the back to its original position so that activities don't have to manage this. svn path=/branches/gcomprixogoo/; revision=3506 src/boards/menu2.c | 4 ++ src/colors-activity/colors.c | 3 +- src/crane-activity/crane.c | 33 +++++-------- src/crane-activity/resources/crane/Makefile.am | 2 +- src/crane-activity/resources/crane/crane-bg.png | Bin 50409 -> 0 bytes src/crane-activity/resources/crane/crane-bg.svgz | Bin 0 -> 13498 bytes src/gcompris/bar.c | 49 +++++++++++++++----- src/gcompris/gcompris.h | 2 + .../resources/superbrain/Makefile.am | 2 +- src/superbrain-activity/superbrain.c | 1 + 10 files changed, 61 insertions(+), 35 deletions(-) commit b6a93a6caa6ef815228ce163f81502de434b6f5e Author: Bruno Coudoin Date: Sat Aug 23 12:34:07 2008 +0000 replaced the old bruno's made background by a Franck Doucet contribution. svn path=/branches/gcomprixogoo/; revision=3505 .../resources/superbrain/superbrain_background.jpg | Bin 63746 -> 0 bytes .../superbrain/superbrain_background.svgz | Bin 0 -> 30962 bytes src/superbrain-activity/superbrain.c | 13 +++++++------ 3 files changed, 7 insertions(+), 6 deletions(-) commit c3594c5237b25cb592eba18d2c5409abd04a946e Author: Bruno Coudoin Date: Sat Aug 23 11:22:05 2008 +0000 Added support for removing a previously set item focus. Numerous fixes in superbrain, graphical but also in the game itself. It was possible to mismatch the visible item and its internal representation so that a good response was refused. Need to check if this requires a backport to trunk. svn path=/branches/gcomprixogoo/; revision=3504 src/gcompris/gameutil.c | 29 +++++++++ src/gcompris/gameutil.h | 2 + src/superbrain-activity/superbrain.c | 113 ++++++++++++++++++++------------- 3 files changed, 99 insertions(+), 45 deletions(-) commit 8e2073cad01310452a8f13b81319871a6ff1cf19 Author: Bruno Coudoin Date: Mon Aug 18 23:47:15 2008 +0000 Created Ukrainian translation by Ivan Onyshchuk svn path=/branches/gcomprixogoo/; revision=3501 ChangeLog | 9 + boards/flags/uk.svgz | Bin 0 -> 258 bytes configure.in | 2 +- docs/C/texinfo.tex | 7238 ++++++++++++++++++++++++++++++++----------------- install-sh | 659 +++-- po/ChangeLog | 4 + po/uk.po | 5646 ++++++++++++++++++++++++++++++++++++++ src/gcompris/config.c | 1 + 8 files changed, 10831 insertions(+), 2728 deletions(-) commit 6b7a7b5fccde781a5a3b39cc8a8ddcfb781efa70 Author: Bruno Coudoin Date: Sun Aug 17 21:43:06 2008 +0000 added support for ctrl-f svn path=/branches/gcomprixogoo/; revision=3497 src/gcompris/gcompris.c | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) commit bb56d52c2fc20095de128945c451959e4269ee0b Author: Bruno Coudoin Date: Fri Aug 15 22:27:21 2008 +0000 improved menu. now the description is no more hard drawed in the background but is displayed dynamically. It allows a better integration with the new control bar. svn path=/branches/gcomprixogoo/; revision=3496 boards/skins/babytoy/gcompris-init.jpg | Bin 15218 -> 0 bytes boards/skins/babytoy/gcompris-menu2bg.png | Bin 79606 -> 60693 bytes boards/skins/gartoon/gcompris-init.jpg | Bin 9399 -> 0 bytes boards/skins/gartoon/gcompris-menu2bg.png | Bin 15885 -> 14249 bytes src/boards/menu2.c | 113 +++++++++++++++++++---------- src/submarine-activity/submarine.c | 17 +++-- 6 files changed, 85 insertions(+), 45 deletions(-) commit 56aca1bdf74fd756cadeb10982d51d5f9492cb95 Author: Bruno Coudoin Date: Thu Aug 14 17:16:31 2008 +0000 more bar adaptation svn path=/branches/gcomprixogoo/; revision=3495 src/anim-activity/anim.py | 2 +- src/chat-activity/chat.py | 28 ++++++++++++++++------------ 2 files changed, 17 insertions(+), 13 deletions(-) commit 6b876e63bd78e3c964412c470964bfe6c1e28fa9 Author: Bruno Coudoin Date: Thu Aug 14 13:17:48 2008 +0000 adapted activities to suit the new bar. svn path=/branches/gcomprixogoo/; revision=3494 src/algorithm-activity/algorithm.py | 2 +- src/awele-activity/awele.c | 24 ++++++++++++------------ src/ballcatch-activity/ballcatch.py | 3 ++- src/chess_computer-activity/chess.c | 4 ++-- src/clockgame-activity/clockgame.c | 4 ++-- src/gcompris/bar.c | 14 +++++++------- src/imageid-activity/imageid.c | 4 ++-- src/missing_letter-activity/missingletter.c | 4 ++-- src/wordprocessor-activity/wordprocessor.c | 2 +- 9 files changed, 31 insertions(+), 30 deletions(-) commit 1edba19d74a299f3a27843b123c19d0a81a2fc61 Author: Bruno Coudoin Date: Thu Aug 14 13:06:56 2008 +0000 added support for multilevels. adapted to suit the new bar. svn path=/branches/gcomprixogoo/; revision=3493 src/hexagon-activity/hexagon.py | 90 +++++++++++++++++++++++++++++++++------ 1 files changed, 77 insertions(+), 13 deletions(-) commit a5e3c2a647f55a2c35ad1c7b8104633946f5d13c Author: Bruno Coudoin Date: Wed Aug 6 22:26:22 2008 +0000 more updates to adapt activities to the new bar svn path=/branches/gcomprixogoo/; revision=3486 src/advanced_colors-activity/advanced_colors.c | 4 ++-- src/colors-activity/colors.c | 16 +++------------- src/maze-activity/maze.c | 6 +++--- src/memory-activity/memory.c | 4 ++-- src/mosaic-activity/mosaic.py | 6 +++--- 5 files changed, 13 insertions(+), 23 deletions(-) commit 68688c484525dd5bf4810c7d7732b727ed566a06 Author: Bruno Coudoin Date: Tue Aug 5 23:22:44 2008 +0000 some board layout reorg to suit the new bar svn path=/branches/gcomprixogoo/; revision=3485 src/clickgame-activity/clickgame.c | 4 ++-- src/clockgame-activity/clockgame.c | 2 +- src/erase-activity/erase.c | 8 ++++---- src/gcompris/gcompris.h | 2 +- src/gletters-activity/gletters.c | 4 ++-- src/hanoi-activity/hanoi.c | 6 +++--- src/hanoi_real-activity/hanoi_real.c | 15 ++------------- src/smallnumbers-activity/smallnumbers.c | 4 ++-- src/sudoku-activity/sudoku.py | 4 ++-- src/traffic-activity/traffic.c | 2 +- src/wordsgame-activity/wordsgame.c | 4 ++-- 11 files changed, 22 insertions(+), 33 deletions(-) commit 1870724bec52018b3c2150119ad9983a002d89b5 Author: Bruno Coudoin Date: Tue Aug 5 21:41:48 2008 +0000 completed the removal of the OK button in the control bar added an internal ok button in some activities svn path=/branches/gcomprixogoo/; revision=3484 src/anim-activity/anim.py | 2 +- src/bargame-activity/bargame.py | 29 +++++++++++++++++------- src/boards/py-mod-gcompris.c | 1 - src/gcompris/bar.c | 25 --------------------- src/gcompris/gcompris.h | 11 ++++----- src/guessnumber-activity/guessnumber.py | 21 +++++++++++++++-- src/pythontemplate-activity/pythontemplate.py | 2 +- src/redraw-activity/redraw.py | 16 +++++++++++++- src/searace-activity/searace.py | 18 +++++++++++++-- 9 files changed, 75 insertions(+), 50 deletions(-) commit ac8175bb7d306c93bd40601f4ce73309fa3d25eb Author: Bruno Coudoin Date: Mon Aug 4 23:24:11 2008 +0000 now the bar is completly hidden at bonus time, not only its buttons. reversecount now has its internal ok button. svn path=/branches/gcomprixogoo/; revision=3483 src/gcompris/bar.c | 25 ++------------ .../resources/reversecount/dice0.svgz | Bin 4353 -> 4373 bytes src/reversecount-activity/reversecount.c | 35 ++++++++++++++----- 3 files changed, 29 insertions(+), 31 deletions(-) commit 690368ecffc6483d491f4870450ee032412650a0 Author: Bruno Coudoin Date: Mon Aug 4 22:12:28 2008 +0000 removed railroad ok button svn path=/branches/gcomprixogoo/; revision=3482 src/gcompris/bar.c | 1 - src/railroad-activity/railroad.c | 56 +++++++++++++++++++++++-------------- 2 files changed, 35 insertions(+), 22 deletions(-) commit d13ef956422f4d182631a8e6bd95823cc30c28c3 Author: Bruno Coudoin Date: Mon Aug 4 21:52:39 2008 +0000 rework of the bar again. no more movable but a little bit smaller. I am afraid the movable bar would be too hard for toddlers. svn path=/branches/gcomprixogoo/; revision=3481 src/gcompris/bar.c | 25 +++++++++++++++---------- 1 files changed, 15 insertions(+), 10 deletions(-) commit dca97501cd91d2e7def2a2f0d967a250373ab123 Author: Bruno Coudoin Date: Sun Aug 3 22:52:55 2008 +0000 money cents works again svn path=/branches/gcomprixogoo/; revision=3479 src/money-activity/money.c | 1 + src/money-activity/money_widget.c | 7 ++++--- src/money-activity/money_widget.h | 2 +- src/pythontemplate-activity/pythontemplate.py | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) commit 83a2027ed70ff1fab0bc22b98968bd5d98cd7eba Author: Bruno Coudoin Date: Sun Aug 3 22:17:00 2008 +0000 now the control bar is shorter. The ok button is deprecated. Each activity mist either detect the sucess case itself automatically of include it's own ok button. Ported some activities, but there are seaveral left. svn path=/branches/gcomprixogoo/; revision=3478 boards/dataset/misc.xml | 26 +++--- boards/skins/babytoy/bar_bg.png | Bin 6004 -> 3844 bytes boards/skins/gartoon/bar_bg.png | Bin 5891 -> 4176 bytes src/algebra_by-activity/algebra.c | 33 +++++++- src/anim-activity/AnimItem.py | 84 ++++++++++++++++++-- src/anim-activity/anim.py | 32 +++++--- src/enumerate-activity/enumerate.c | 22 +++++- src/gcompris/bar.c | 128 ++++++++++++++++++------------ src/gcompris/gameutil.c | 53 ++++++++++++ src/gcompris/gameutil.h | 6 ++ src/magic_hat_minus-activity/magic_hat.c | 9 +- src/money-activity/money.c | 16 +--- src/money-activity/money_widget.c | 4 + src/reversecount-activity/reversecount.c | 3 +- src/superbrain-activity/superbrain.c | 18 +++- src/target-activity/target.c | 26 ++++--- 16 files changed, 340 insertions(+), 120 deletions(-) commit 36cd1ac6b2b61fa50cf85b7e06466495c288779f Author: Bruno Coudoin Date: Wed Jul 30 23:37:49 2008 +0000 improved image selector svn path=/branches/gcomprixogoo/; revision=3476 boards/dataset/misc.xml | 142 +- docs/C/texinfo.tex | 7236 ++++++++++++++-------------------------- install-sh | 659 ++--- src/gcompris/file_selector.c | 2 - src/gcompris/images_selector.c | 126 +- src/runit.sh | 1 + 6 files changed, 2833 insertions(+), 5333 deletions(-) commit dfc5e82793451ef7aa30e075e508191393d87dd2 Author: Bruno Coudoin Date: Wed Jul 23 21:25:57 2008 +0000 fixed fullscreen to work again correctly on gnome. I had to remove * src/gcompris/gcompris.c: (setup_window), (gc_fullscreen_set), (main): fixed fullscreen to work again correctly on gnome. I had to remove gtk_widget_hide() and gdk_window_set_functions(). These had been added before to have the fullscreen on KDE. Need someone to check again. svn path=/branches/gcomprixogoo/; revision=3475 ChangeLog | 9 ++++++++- src/gcompris/gcompris.c | 14 +++----------- 2 files changed, 11 insertions(+), 12 deletions(-) commit 461b89e99ea45e396b9cc068e762aa36adf89b3f Author: Bruno Coudoin Date: Mon Jul 14 22:38:21 2008 +0000 better implementation of the drawing of lines. svn path=/branches/gcomprixogoo/; revision=3473 src/anim-activity/AnimItem.py | 30 +++++++++++++++++++++++++----- 1 files changed, 25 insertions(+), 5 deletions(-) commit a195cbdffcfff8fbdb333a30ff4233810fd08936 Author: Bruno Coudoin Date: Wed Jul 9 22:39:55 2008 +0000 initial work for drawing lines in anim. it does not fit the model very well and this show evidence that I need to rework the code to make the items know how to draw themself in a bounding box. With this I could keep the resize code easy in all cases, just resizing the bounding box. svn path=/branches/gcomprixogoo/; revision=3472 src/anim-activity/AnimItem.py | 105 +++++++++++++++++++++++++++++------------ src/anim-activity/anim.py | 20 ++++---- 2 files changed, 83 insertions(+), 42 deletions(-) commit b3d13bf8cbe31530765bbe382295432e452ca889 Author: Bruno Coudoin Date: Sun Jul 6 14:02:04 2008 +0000 Synced our internal pygoocanvas with pygoocanvas trunk#222. This brings the ability to read Points this way: points = goocanvas.Points([(1 , 1), (2 , 2)]) print points.coords print points.num_points svn path=/branches/gcomprixogoo/; revision=3471 src/boards/goocanvas.c | 256 ++++++++++++++++++++++++++++++++--------------- 1 files changed, 174 insertions(+), 82 deletions(-) commit 9ccfd7314c2148ec789ab07479c01ebd7cfb70f0 Author: Bruno Coudoin Date: Sun Jul 6 13:59:26 2008 +0000 added missing files in make install. svn path=/branches/gcomprixogoo/; revision=3470 src/anim-activity/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b3383c4a015afc1d6573e67311aec219c69c819f Author: Bruno Coudoin Date: Sun Jul 6 13:44:56 2008 +0000 minor, use rounded corners svn path=/branches/gcomprixogoo/; revision=3469 src/anim-activity/Timeline.py | 4 +++- src/anim-activity/anim.py | 21 +++++++++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) commit 010772fed7781c55b8b2d867da318a1fb2bb87ae Author: Bruno Coudoin Date: Sun Jul 6 11:43:22 2008 +0000 better tool ordering svn path=/branches/gcomprixogoo/; revision=3468 src/anim-activity/anim.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit ef3acd2af85b341247d79e1253cb8bfbb3817450 Author: Bruno Coudoin Date: Sat Jul 5 12:59:46 2008 +0000 implemented circle and filled circle svn path=/branches/gcomprixogoo/; revision=3467 src/anim-activity/AnimItem.py | 100 ++++++++++++++++++++++++++++++++++++++++- src/anim-activity/anim.py | 14 ++++++ 2 files changed, 112 insertions(+), 2 deletions(-) commit 5bfb9fb5190edaf40e3c0a6e93cffee8c603e414 Author: Bruno Coudoin Date: Sat Jul 5 11:57:30 2008 +0000 fixed filling a non filled rectangle svn path=/branches/gcomprixogoo/; revision=3466 src/anim-activity/AnimItem.py | 15 ++++++++++----- src/anim-activity/anim.py | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) commit 8c6888723fe5b4f7173627cd455a4c32f8bb1230 Author: Bruno Coudoin Date: Sat Jul 5 00:05:56 2008 +0000 improvement in the animation activity. now the rect and fill rect are implemented the resizing works better, stick to anchors while resizing. svn path=/branches/gcomprixogoo/; revision=3465 boards/skins/babytoy/draw/tool-camera.png | Bin 2950 -> 0 bytes boards/skins/babytoy/draw/tool-camera_on.png | Bin 2916 -> 0 bytes boards/skins/gartoon/draw/tool-camera.png | Bin 4086 -> 0 bytes boards/skins/gartoon/draw/tool-camera_on.png | Bin 3990 -> 0 bytes src/anim-activity/AnimItem.py | 43 +++++++++++++++++-------- src/anim-activity/Color.py | 2 + src/anim-activity/Timeline.py | 11 +++++-- src/anim-activity/anim.py | 21 ++++++++++-- 8 files changed, 56 insertions(+), 21 deletions(-) commit 27e2f28dc5f1d925e496d24fb9cb170636841455 Author: Bruno Coudoin Date: Sat Jul 5 00:05:03 2008 +0000 merged from trunk svn path=/branches/gcomprixogoo/; revision=3464 src/gcompris/gcompris.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit c9529034c577237c863b581c0d52ba55fd829dca Author: Bruno Coudoin Date: Sun Jun 1 20:54:12 2008 +0000 the timeline has the drawning area ratio. removed the 'take picture' tool, the timeline plays this role now. svn path=/branches/gcomprixogoo/; revision=3456 src/anim-activity/AnimItem.py | 7 ++++++- src/anim-activity/Timeline.py | 9 +++++++-- src/anim-activity/anim.py | 6 ------ 3 files changed, 13 insertions(+), 9 deletions(-) commit 0950c9b48bc6a269b9f0cd2be8096c6e1ce1df17 Author: Bruno Coudoin Date: Sun Jun 1 16:04:53 2008 +0000 added support for object deletion, management of object visibility over time. svn path=/branches/gcomprixogoo/; revision=3455 src/anim-activity/AnimItem.py | 102 +++++++++++++++++++++++++++++++++++++--- src/anim-activity/anim.py | 7 ++- 2 files changed, 98 insertions(+), 11 deletions(-) commit 3f59e1dbd34752e23fd2b014dbafdddde1580d74 Author: Bruno Coudoin Date: Tue May 27 20:59:53 2008 +0000 fixed little bug, the left/right arrow works now svn path=/branches/gcomprixogoo/; revision=3454 src/anim-activity/anim.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 4fb8564917bbfda70928fc7a41fa54a9726ad9d8 Author: Bruno Coudoin Date: Sun May 25 22:58:00 2008 +0000 anim in progress. can now move the filled rectangle and play the animation. still a lot to do to complete it. svn path=/branches/gcomprixogoo/; revision=3453 src/anim-activity/AnimItem.py | 61 +++++++++++++++++++++++++++++++++++++++ src/anim-activity/Timeline.py | 64 ++++++++++++++++++++++++++++++---------- src/anim-activity/anim.py | 64 +++++++++++++++++++++++------------------ 3 files changed, 145 insertions(+), 44 deletions(-) commit 0aa9fa7d275586050791dfa5c0f917c38f72db82 Author: Bruno Coudoin Date: Wed May 21 21:49:04 2008 +0000 improved the management of the drawing area. More precisely, the move and resize no more let you draw outside the drawinf area. svn path=/branches/gcomprixogoo/; revision=3452 src/anim-activity/AnimItem.py | 20 ++++++++++++++++++++ src/gcompris/gcompris_im.h | 2 +- 2 files changed, 21 insertions(+), 1 deletions(-) commit 25a23c37d39b024516b524fc9cc2dc768a93f8fc Author: Bruno Coudoin Date: Wed May 21 19:08:46 2008 +0000 anim in progress svn path=/branches/gcomprixogoo/; revision=3450 src/anim-activity/AnimItem.py | 113 ++++++-- src/anim-activity/Timeline.py | 2 +- src/anim-activity/anim.py | 621 ++--------------------------------------- 3 files changed, 120 insertions(+), 616 deletions(-) commit ad1175ca354f3db31b97262a8d43e3004c15754c Author: Bruno Coudoin Date: Sun May 11 12:31:28 2008 +0000 completed the filled rectangle resizing. svn path=/branches/gcomprixogoo/; revision=3430 src/anim-activity/AnimItem.py | 114 +++++++++++++++++++++++++++++++---------- 1 files changed, 87 insertions(+), 27 deletions(-) commit 362bda48dd5a31c850db1b8b2a4d60a81351061c Author: Bruno Coudoin Date: Sat May 10 16:48:20 2008 +0000 Port of doubleclick activity from trunk Rewrite of the anim activity (in progress) svn path=/branches/gcomprixogoo/; revision=3428 ChangeLog | 24 + configure.in | 3 + src/anim-activity/AnimItem.py | 297 +++++ src/anim-activity/Color.py | 179 +++ src/anim-activity/Timeline.py | 96 ++ src/anim-activity/anim.py | 1330 ++----------------- src/doubleclick-activity/Makefile.am | 32 + src/doubleclick-activity/doubleclick.py | 496 ++++++++ src/doubleclick-activity/doubleclick.svg | 558 ++++++++ src/doubleclick-activity/doubleclick.xml.in | 19 + src/doubleclick-activity/gcompris | 1 + src/doubleclick-activity/init_path.sh | 8 + src/doubleclick-activity/resources/Makefile.am | 1 + .../resources/doubleclick/Makefile.am | 9 + .../resources/doubleclick/doubleclick.svg | 149 +++ .../resources/doubleclick/foot.svg | 123 ++ .../resources/doubleclick/foot_shadow.svg | 67 + .../resources/doubleclick/penalty_bg.svg | 594 +++++++++ .../resources/doubleclick/teen_tux.svg | 1342 ++++++++++++++++++++ 19 files changed, 4134 insertions(+), 1194 deletions(-) commit 0aea18ea3b53282125ecbe46a593fefa9b54c206 Author: Bruno Coudoin Date: Thu May 8 21:00:18 2008 +0000 uneeded svn path=/branches/gcomprixogoo/; revision=3425 src/goocanvas/CVS/Entries | 12 ------------ src/goocanvas/CVS/Entries.Log | 4 ---- src/goocanvas/CVS/Repository | 1 - src/goocanvas/CVS/Root | 1 - 4 files changed, 0 insertions(+), 18 deletions(-) commit 9d19ec5524998014116120a9b18cdfdc8387d1f2 Author: Bruno Coudoin Date: Tue May 6 17:59:30 2008 +0000 Merge of trunk commit r3416 svn path=/branches/gcomprixogoo/; revision=3418 gcompris-edit.desktop.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 045ea0fe233bce6e60a541a65aa67a2388e0bec7 Author: Bruno Coudoin Date: Sun May 4 18:15:15 2008 +0000 shortened too long file due to 99 tar limitation svn path=/branches/gcomprixogoo/; revision=3406 .../resources/geo_country/brazil/Makefile.am | 33 +++++++++++++++++ .../resources/geo_country/canada/Makefile.am | 18 +++++++++ .../canada/newfoundland_and_labrador.png | Bin 73546 -> 0 bytes .../geo_country/canada/newfoundland_labrador.png | Bin 0 -> 73546 bytes .../resources/geo_country/mexico/Makefile.am | 37 ++++++++++++++++++++ 5 files changed, 88 insertions(+), 0 deletions(-) commit 9c41166867591f7f31fc8598b3210cc58d39bad5 Author: Bruno Coudoin Date: Sun May 4 18:03:41 2008 +0000 updated changelog svn path=/branches/gcomprixogoo/; revision=3405 ChangeLog | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) commit 40e6a10cdf07e297f92361989076997442eaa59d Author: Bruno Coudoin Date: Sun May 4 17:12:50 2008 +0000 2 New paintings from Marc Levivier (malev free fr): Arcimboldo Spring Arcimboldo Librarian svn path=/branches/gcomprixogoo/; revision=3404 ChangeLog | 29 +++++- configure.in | 3 + src/babymatch-activity/shapegame.c | 2 +- src/gcompris/bar.c | 37 ++++--- .../resources/geo_country/Makefile.am | 14 ++- .../resources/geo_country/argentina/Makefile.am | 2 +- .../resources/geo_country/france/Makefile.am | 2 +- .../resources/geo_country/germany/Makefile.am | 2 +- .../resources/geo_country/norway/Makefile.am | 2 +- .../resources/geo_country/poland/Makefile.am | 2 +- .../resources/geo_country/turkey/Makefile.am | 2 +- .../paintings/Arcimboldo_Librarian_a1.png | Bin 0 -> 76254 bytes .../paintings/Arcimboldo_Librarian_a2.png | Bin 0 -> 90357 bytes .../paintings/Arcimboldo_Librarian_a3.png | Bin 0 -> 75153 bytes .../paintings/Arcimboldo_Librarian_b1.png | Bin 0 -> 78575 bytes .../paintings/Arcimboldo_Librarian_b2.png | Bin 0 -> 92844 bytes .../paintings/Arcimboldo_Librarian_b3.png | Bin 0 -> 77685 bytes .../paintings/Arcimboldo_Librarian_c1.png | Bin 0 -> 73890 bytes .../paintings/Arcimboldo_Librarian_c2.png | Bin 0 -> 77180 bytes .../paintings/Arcimboldo_Librarian_c3.png | Bin 0 -> 87441 bytes .../resources/paintings/Arcimboldo_Spring_a1.png | Bin 0 -> 129646 bytes .../resources/paintings/Arcimboldo_Spring_a2.png | Bin 0 -> 112855 bytes .../resources/paintings/Arcimboldo_Spring_a3.png | Bin 0 -> 153285 bytes .../resources/paintings/Arcimboldo_Spring_b1.png | Bin 0 -> 127909 bytes .../resources/paintings/Arcimboldo_Spring_b2.png | Bin 0 -> 182246 bytes .../resources/paintings/Arcimboldo_Spring_b3.png | Bin 0 -> 106572 bytes .../resources/paintings/Makefile.am | 112 +++++++++++-------- .../resources/paintings/board1_1.xml.in | 14 +++ .../resources/paintings/board1_2.xml.in | 12 ++ .../resources/paintings/board1_3.xml.in | 15 +++ .../resources/paintings/board2_0.xml.in | 28 +++-- .../resources/paintings/board3_1.xml.in | 16 ++-- .../resources/paintings/kandinky_1.png | Bin 0 -> 106202 bytes .../resources/paintings/kandinky_2.png | Bin 0 -> 116011 bytes .../resources/paintings/kandinky_3.png | Bin 0 -> 102446 bytes .../resources/paintings/kandinky_4.png | Bin 0 -> 78228 bytes .../resources/paintings/kandinky_5.png | Bin 0 -> 55961 bytes .../resources/paintings/kandinky_6.png | Bin 0 -> 100320 bytes .../resources/paintings/kandinky_7.png | Bin 0 -> 111679 bytes .../resources/paintings/kandinky_8.png | Bin 0 -> 79862 bytes .../resources/paintings/puzzle1.png | Bin 106202 -> 0 bytes .../resources/paintings/puzzle2.png | Bin 116011 -> 0 bytes .../resources/paintings/puzzle3.png | Bin 102446 -> 0 bytes .../resources/paintings/puzzle4.png | Bin 78228 -> 0 bytes .../resources/paintings/puzzle5.png | Bin 55961 -> 0 bytes .../resources/paintings/puzzle6.png | Bin 100320 -> 0 bytes .../resources/paintings/puzzle7.png | Bin 111679 -> 0 bytes .../resources/paintings/puzzle8.png | Bin 79862 -> 0 bytes 48 files changed, 202 insertions(+), 92 deletions(-) commit d2c43ae9d20c0a1603c097009031120f6c42b70d Author: Bruno Coudoin Date: Sat May 3 22:35:09 2008 +0000 Syncing goocanvas and pygoocanvas with upstream goocanvas 0.10 svn path=/branches/gcomprixogoo/; revision=3403 ChangeLog | 86 ++++++ src/boards/goocanvas.c | 493 +++++++++++++++++++++++++------ src/goocanvas/src/CVS/Entries | 37 --- src/goocanvas/src/CVS/Repository | 1 - src/goocanvas/src/CVS/Root | 1 - src/goocanvas/src/goocanvas.c | 36 ++- src/goocanvas/src/goocanvas.h | 3 + src/goocanvas/src/goocanvasimage.c | 6 +- src/goocanvas/src/goocanvasitem.c | 305 ++++++++++++++++--- src/goocanvas/src/goocanvasitem.h | 13 + src/goocanvas/src/goocanvasitemmodel.c | 146 ++++++++-- src/goocanvas/src/goocanvasitemmodel.h | 13 + src/goocanvas/src/goocanvasitemsimple.c | 219 ++++++++++----- src/goocanvas/src/goocanvasitemsimple.h | 4 +- src/goocanvas/src/goocanvasmarshal.c | 16 +- src/goocanvas/src/goocanvastable.c | 421 ++++++++++++++++++++++++-- src/goocanvas/src/goocanvastext.c | 70 ++++- src/goocanvas/src/goocanvastext.h | 3 + 18 files changed, 1548 insertions(+), 325 deletions(-) commit a66f952c7803f64bde39c0a28cd7177ee580356b Author: Bruno Coudoin Date: Sat May 3 22:28:13 2008 +0000 minor fix, can save and load ellipse now. svn path=/branches/gcomprixogoo/; revision=3402 src/anim-activity/anim.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 823f3b6d937b3365375f18c7dffaa83efdbee524 Author: Bruno Coudoin Date: Sat May 3 19:45:53 2008 +0000 fixed bad reference to unexistant destroy event. Was creating a memory leak. svn path=/branches/gcomprixogoo/; revision=3401 src/fifteen-activity/fifteen.c | 19 ++++++------------- 1 files changed, 6 insertions(+), 13 deletions(-) commit fb2d19207628ecc3cf185157ff6587992955a60b Author: Bruno Coudoin Date: Sat May 3 19:02:09 2008 +0000 Merged from trunk missing geo_country levels (brazil, canada, mexico) svn path=/branches/gcomprixogoo/; revision=3400 ChangeLog | 9 +++ .../resources/geo_country/Makefile.am | 5 +- .../resources/geo_country/board7_0.xml.in | 61 +++++++++++++++++ .../resources/geo_country/board8_0.xml.in | 33 +++++++++ .../resources/geo_country/board9_0.xml.in | 71 ++++++++++++++++++++ .../resources/geo_country/brazil/Acre.png | Bin 0 -> 14846 bytes .../resources/geo_country/brazil/Alagoas.png | Bin 0 -> 2595 bytes .../resources/geo_country/brazil/Amapa.png | Bin 0 -> 15458 bytes .../resources/geo_country/brazil/Amazonas.png | Bin 0 -> 106349 bytes .../resources/geo_country/brazil/Bahia.png | Bin 0 -> 47254 bytes .../resources/geo_country/brazil/Ceara.png | Bin 0 -> 10578 bytes .../geo_country/brazil/Distrito_Federal.png | Bin 0 -> 651 bytes .../geo_country/brazil/Espirito_Santo.png | Bin 0 -> 4163 bytes .../resources/geo_country/brazil/Goias.png | Bin 0 -> 25379 bytes .../resources/geo_country/brazil/Maranhao.png | Bin 0 -> 31709 bytes .../resources/geo_country/brazil/Mato_Grosso.png | Bin 0 -> 63231 bytes .../geo_country/brazil/Mato_Grosso_do_Sul.png | Bin 0 -> 26424 bytes .../resources/geo_country/brazil/Minas_Gerais.png | Bin 0 -> 50512 bytes .../resources/geo_country/brazil/Para.png | Bin 0 -> 82709 bytes .../resources/geo_country/brazil/Paraiba.png | Bin 0 -> 4878 bytes .../resources/geo_country/brazil/Parana.png | Bin 0 -> 15023 bytes .../resources/geo_country/brazil/Pernambuco.png | Bin 0 -> 7582 bytes .../resources/geo_country/brazil/Piaui.png | Bin 0 -> 24365 bytes .../geo_country/brazil/Rio_Grande_do_Norte.png | Bin 0 -> 3942 bytes .../geo_country/brazil/Rio_Grande_do_Sul.png | Bin 0 -> 25379 bytes .../geo_country/brazil/Rio_de_Janeiro.png | Bin 0 -> 4199 bytes .../resources/geo_country/brazil/Rondonia.png | Bin 0 -> 17568 bytes .../resources/geo_country/brazil/Roraima.png | Bin 0 -> 19573 bytes .../geo_country/brazil/Santa_Catarina.png | Bin 0 -> 10684 bytes .../resources/geo_country/brazil/Sao_Paulo.png | Bin 0 -> 25129 bytes .../resources/geo_country/brazil/Sergipe.png | Bin 0 -> 2012 bytes .../resources/geo_country/brazil/Tocantins.png | Bin 0 -> 21087 bytes .../resources/geo_country/brazil/background.png | Bin 0 -> 1020211 bytes .../resources/geo_country/canada/alberta.png | Bin 0 -> 56739 bytes .../resources/geo_country/canada/background.png | Bin 0 -> 151255 bytes .../geo_country/canada/british_columbia.png | Bin 0 -> 98144 bytes .../resources/geo_country/canada/manitoba.png | Bin 0 -> 55582 bytes .../resources/geo_country/canada/new_brunswick.png | Bin 0 -> 6976 bytes .../canada/newfoundland_and_labrador.png | Bin 0 -> 73546 bytes .../geo_country/canada/northwest_territories.png | Bin 0 -> 145650 bytes .../resources/geo_country/canada/nova_scotia.png | Bin 0 -> 9651 bytes .../resources/geo_country/canada/nunavut.png | Bin 0 -> 355157 bytes .../resources/geo_country/canada/ontario.png | Bin 0 -> 141502 bytes .../geo_country/canada/prince_edward_island.png | Bin 0 -> 882 bytes .../resources/geo_country/canada/quebec.png | Bin 0 -> 162084 bytes .../resources/geo_country/canada/saskatchewan.png | Bin 0 -> 49922 bytes .../resources/geo_country/canada/yukon.png | Bin 0 -> 51768 bytes .../geo_country/mexico/aguascalientes.png | Bin 0 -> 324 bytes .../resources/geo_country/mexico/background.png | Bin 0 -> 12449 bytes .../geo_country/mexico/baja_california_norte.png | Bin 0 -> 979 bytes .../geo_country/mexico/baja_california_sur.png | Bin 0 -> 2801 bytes .../resources/geo_country/mexico/campeche.png | Bin 0 -> 746 bytes .../resources/geo_country/mexico/chiapas.png | Bin 0 -> 2593 bytes .../resources/geo_country/mexico/chihuahua.png | Bin 0 -> 2115 bytes .../resources/geo_country/mexico/coahuila.png | Bin 0 -> 1242 bytes .../resources/geo_country/mexico/colima.png | Bin 0 -> 340 bytes .../geo_country/mexico/distrito_federal.png | Bin 0 -> 251 bytes .../resources/geo_country/mexico/durango.png | Bin 0 -> 1756 bytes .../geo_country/mexico/estado_de_mexico.png | Bin 0 -> 850 bytes .../resources/geo_country/mexico/guanajuato.png | Bin 0 -> 903 bytes .../resources/geo_country/mexico/guerrero.png | Bin 0 -> 1000 bytes .../resources/geo_country/mexico/hidalgo.png | Bin 0 -> 722 bytes .../resources/geo_country/mexico/jalisco.png | Bin 0 -> 2011 bytes .../resources/geo_country/mexico/michoacan.png | Bin 0 -> 1021 bytes .../resources/geo_country/mexico/morelos.png | Bin 0 -> 309 bytes .../resources/geo_country/mexico/nayarit.png | Bin 0 -> 687 bytes .../resources/geo_country/mexico/nuevo_leon.png | Bin 0 -> 1035 bytes .../resources/geo_country/mexico/oaxaca.png | Bin 0 -> 1185 bytes .../resources/geo_country/mexico/puebla.png | Bin 0 -> 1271 bytes .../resources/geo_country/mexico/queretaro.png | Bin 0 -> 807 bytes .../resources/geo_country/mexico/quintana_roo.png | Bin 0 -> 1190 bytes .../geo_country/mexico/san_luis_potosi.png | Bin 0 -> 2821 bytes .../resources/geo_country/mexico/sinaloa.png | Bin 0 -> 2117 bytes .../resources/geo_country/mexico/sonora.png | Bin 0 -> 1908 bytes .../resources/geo_country/mexico/tabasco.png | Bin 0 -> 1511 bytes .../resources/geo_country/mexico/tamaulipas.png | Bin 0 -> 1106 bytes .../resources/geo_country/mexico/tlaxcala.png | Bin 0 -> 340 bytes .../resources/geo_country/mexico/veracruz.png | Bin 0 -> 5148 bytes .../resources/geo_country/mexico/yucatan.png | Bin 0 -> 1533 bytes .../resources/geo_country/mexico/zacatecas.png | Bin 0 -> 3284 bytes .../resources/paintings/Makefile.am | 1 - 81 files changed, 178 insertions(+), 2 deletions(-) commit 0a13302d672da03666b8e582e955f35bdd8f7dee Author: Bruno Coudoin Date: Sat May 3 16:04:06 2008 +0000 Updated by Ubuntu: * docs/C/texinfo.tex: * install-sh: 3 New paintings: - Botticelli, Primavera - 1482 - Caravage, Rest on the Flight into Egypt - 1597 - Botticelli, The Birth of Venus - 1482–1486 * src/paintings-activity/resources/paintings/Makefile.am: * src/paintings-activity/resources/paintings/board2_1.xml.in: * src/paintings-activity/resources/paintings/board2_2.xml.in: * src/paintings-activity/resources/paintings/board2_3.xml.in: svn path=/branches/gcomprixogoo/; revision=3398 ChangeLog | 15 + docs/C/texinfo.tex | 2008 +++++++++++++++++--- install-sh | 228 ++-- .../resources/paintings/Botticelli_Primaver_a1.png | Bin 0 -> 125687 bytes .../resources/paintings/Botticelli_Primaver_a2.png | Bin 0 -> 91115 bytes .../resources/paintings/Botticelli_Primaver_a3.png | Bin 0 -> 107270 bytes .../resources/paintings/Botticelli_Primaver_a4.png | Bin 0 -> 123933 bytes .../resources/paintings/Botticelli_Primaver_b1.png | Bin 0 -> 129691 bytes .../resources/paintings/Botticelli_Primaver_b2.png | Bin 0 -> 133641 bytes .../resources/paintings/Botticelli_Primaver_b3.png | Bin 0 -> 154977 bytes .../resources/paintings/Botticelli_Primaver_b4.png | Bin 0 -> 90782 bytes .../resources/paintings/Botticelli_Primaver_c1.png | Bin 0 -> 129691 bytes .../resources/paintings/Botticelli_Primaver_c2.png | Bin 0 -> 133641 bytes .../resources/paintings/Botticelli_Primaver_c3.png | Bin 0 -> 94587 bytes .../resources/paintings/Botticelli_Primaver_c4.png | Bin 0 -> 147650 bytes .../resources/paintings/Botticelli_Primaver_d1.png | Bin 0 -> 86962 bytes .../resources/paintings/Botticelli_Primaver_d2.png | Bin 0 -> 127150 bytes .../resources/paintings/Botticelli_Primaver_d3.png | Bin 0 -> 127150 bytes .../resources/paintings/Botticelli_Primaver_d4.png | Bin 0 -> 103029 bytes .../resources/paintings/Botticelli_Venus_a1.png | Bin 0 -> 84506 bytes .../resources/paintings/Botticelli_Venus_a2.png | Bin 0 -> 144133 bytes .../resources/paintings/Botticelli_Venus_a3.png | Bin 0 -> 104603 bytes .../resources/paintings/Botticelli_Venus_a4.png | Bin 0 -> 99195 bytes .../resources/paintings/Botticelli_Venus_b1.png | Bin 0 -> 103855 bytes .../resources/paintings/Botticelli_Venus_b2.png | Bin 0 -> 107553 bytes .../resources/paintings/Botticelli_Venus_b3.png | Bin 0 -> 124319 bytes .../resources/paintings/Botticelli_Venus_b4.png | Bin 0 -> 119394 bytes .../resources/paintings/Botticelli_Venus_c1.png | Bin 0 -> 120439 bytes .../resources/paintings/Botticelli_Venus_c2.png | Bin 0 -> 148081 bytes .../resources/paintings/Botticelli_Venus_c3.png | Bin 0 -> 124631 bytes .../resources/paintings/Botticelli_Venus_c4.png | Bin 0 -> 122439 bytes .../resources/paintings/Botticelli_Venus_d1.png | Bin 0 -> 100842 bytes .../resources/paintings/Botticelli_Venus_d2.png | Bin 0 -> 124543 bytes .../resources/paintings/Botticelli_Venus_d3.png | Bin 0 -> 103758 bytes .../resources/paintings/Botticelli_Venus_d4.png | Bin 0 -> 83317 bytes .../resources/paintings/Le_Caravage_Egypte_a1.png | Bin 0 -> 116600 bytes .../resources/paintings/Le_Caravage_Egypte_a2.png | Bin 0 -> 169932 bytes .../resources/paintings/Le_Caravage_Egypte_a3.png | Bin 0 -> 142843 bytes .../resources/paintings/Le_Caravage_Egypte_a4.png | Bin 0 -> 163669 bytes .../resources/paintings/Le_Caravage_Egypte_b1.png | Bin 0 -> 170164 bytes .../resources/paintings/Le_Caravage_Egypte_b2.png | Bin 0 -> 177242 bytes .../resources/paintings/Le_Caravage_Egypte_b3.png | Bin 0 -> 171800 bytes .../resources/paintings/Le_Caravage_Egypte_b4.png | Bin 0 -> 168646 bytes .../resources/paintings/Le_Caravage_Egypte_c1.png | Bin 0 -> 137077 bytes .../resources/paintings/Le_Caravage_Egypte_c2.png | Bin 0 -> 141555 bytes .../resources/paintings/Le_Caravage_Egypte_c3.png | Bin 0 -> 164069 bytes .../resources/paintings/Le_Caravage_Egypte_c4.png | Bin 0 -> 115552 bytes .../resources/paintings/Makefile.am | 62 +- .../resources/paintings/Michelangelo_Pieta_a1.png | Bin 0 -> 104711 bytes .../resources/paintings/Michelangelo_Pieta_a2.png | Bin 0 -> 124695 bytes .../resources/paintings/Michelangelo_Pieta_a3.png | Bin 0 -> 109505 bytes .../resources/paintings/Michelangelo_Pieta_a4.png | Bin 0 -> 103379 bytes .../resources/paintings/Michelangelo_Pieta_b1.png | Bin 0 -> 90546 bytes .../resources/paintings/Michelangelo_Pieta_b2.png | Bin 0 -> 132711 bytes .../resources/paintings/Michelangelo_Pieta_b3.png | Bin 0 -> 153908 bytes .../resources/paintings/Michelangelo_Pieta_b4.png | Bin 0 -> 107343 bytes .../resources/paintings/Michelangelo_Pieta_c1.png | Bin 0 -> 103663 bytes .../resources/paintings/Michelangelo_Pieta_c2.png | Bin 0 -> 128158 bytes .../resources/paintings/Michelangelo_Pieta_c3.png | Bin 0 -> 123947 bytes .../resources/paintings/Michelangelo_Pieta_c4.png | Bin 0 -> 103663 bytes .../resources/paintings/board2_1.xml.in | 22 + .../resources/paintings/board2_2.xml.in | 18 + .../resources/paintings/board2_3.xml.in | 22 + 63 files changed, 2002 insertions(+), 373 deletions(-) commit 06da5d4a15f2c095359a188558762c6f0e5f4c90 Author: Bruno Coudoin Date: Sat May 3 15:03:30 2008 +0000 minor fix, avoid python error on out of range svn path=/branches/gcomprixogoo/; revision=3397 src/sudoku-activity/sudoku.py | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit f1ca34ee59fd0906fd3d6cd97484a11872d3fee9 Author: Bruno Coudoin Date: Sun Apr 20 12:54:22 2008 +0000 screensize no more available in GCompris, thus no more passed on to tuxpaint svn path=/branches/gcomprixogoo/; revision=3383 src/tuxpaint-activity/tuxpaint.py | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) commit 6d76e23a48e383858cdebc14f12ae16596eea884 Author: Bruno Coudoin Date: Sun Apr 20 12:00:27 2008 +0000 fixed random offset bug in which it was possible to have the ball placed * src/billard-activity/billard.c: (minigolf_create_item): fixed random offset bug in which it was possible to have the ball placed on the top line which was triggering the border touch sounds endlessly. * src/boards/py-gcompris-properties.c: (pyGcomprisPropertiesType_getattr): screensize property has been removed. svn path=/branches/gcomprixogoo/; revision=3381 ChangeLog | 8 ++++++++ src/billard-activity/billard.c | 2 +- src/boards/py-gcompris-properties.c | 3 --- 3 files changed, 9 insertions(+), 4 deletions(-) commit dee3e6a1a2d4d5459c3606fa49c22d084502f03b Author: Bruno Coudoin Date: Fri Apr 18 22:52:00 2008 +0000 flags are now svg based, taken from wikipedia. svn path=/branches/gcomprixogoo/; revision=3380 boards/flags/README | 2 +- boards/flags/af.png | Bin 1294 -> 0 bytes boards/flags/ar.png | Bin 1756 -> 0 bytes boards/flags/ar.svgz | Bin 0 -> 19189 bytes boards/flags/ar_TN.png | Bin 3503 -> 0 bytes boards/flags/az.png | Bin 1448 -> 0 bytes boards/flags/be.png | Bin 325 -> 0 bytes boards/flags/bg.png | Bin 371 -> 0 bytes boards/flags/br.png | Bin 1150 -> 0 bytes boards/flags/br.svgz | Bin 0 -> 1765 bytes boards/flags/ca.png | Bin 317 -> 0 bytes boards/flags/ca.svgz | Bin 0 -> 327 bytes boards/flags/ch.png | Bin 392 -> 0 bytes boards/flags/cs.png | Bin 490 -> 0 bytes boards/flags/cz.png | Bin 513 -> 0 bytes boards/flags/da.png | Bin 490 -> 0 bytes boards/flags/de.png | Bin 314 -> 0 bytes boards/flags/dk.png | Bin 449 -> 0 bytes boards/flags/dz.png | Bin 2627 -> 0 bytes boards/flags/el.png | Bin 964 -> 0 bytes boards/flags/en.png | Bin 1676 -> 0 bytes boards/flags/en_CA.png | Bin 641 -> 0 bytes boards/flags/en_GB.png | Bin 2688 -> 0 bytes boards/flags/es.png | Bin 375 -> 0 bytes boards/flags/eu.png | Bin 1817 -> 0 bytes boards/flags/fa.png | Bin 1319 -> 0 bytes boards/flags/fi.png | Bin 493 -> 0 bytes boards/flags/fr.png | Bin 412 -> 0 bytes boards/flags/ga.png | Bin 603 -> 0 bytes boards/flags/gr.png | Bin 469 -> 0 bytes boards/flags/gu.png | Bin 1012 -> 0 bytes boards/flags/he.png | Bin 629 -> 0 bytes boards/flags/hi.png | Bin 1012 -> 0 bytes boards/flags/hr.png | Bin 3978 -> 0 bytes boards/flags/hu.png | Bin 491 -> 0 bytes boards/flags/id.png | Bin 459 -> 0 bytes boards/flags/it.png | Bin 465 -> 0 bytes boards/flags/ja.png | Bin 740 -> 0 bytes boards/flags/ka.png | Bin 1289 -> 0 bytes boards/flags/ko.png | Bin 1891 -> 0 bytes boards/flags/lt.png | Bin 408 -> 0 bytes boards/flags/mk.png | Bin 1468 -> 0 bytes boards/flags/ml.png | Bin 1339 -> 0 bytes boards/flags/mr.png | Bin 1012 -> 0 bytes boards/flags/ms.png | Bin 530 -> 0 bytes boards/flags/nb.png | Bin 425 -> 0 bytes boards/flags/ne.png | Bin 2067 -> 0 bytes boards/flags/nl.png | Bin 358 -> 0 bytes boards/flags/nn.png | Bin 425 -> 0 bytes boards/flags/oc.png | Bin 2834 -> 0 bytes boards/flags/oc.svgz | Bin 0 -> 2864 bytes boards/flags/pa.png | Bin 1012 -> 0 bytes boards/flags/pl.png | Bin 379 -> 0 bytes boards/flags/pt.png | Bin 808 -> 0 bytes boards/flags/pt_BR.png | Bin 662 -> 0 bytes boards/flags/qc.png | Bin 830 -> 0 bytes boards/flags/qc.svgz | Bin 0 -> 20485 bytes boards/flags/ro.png | Bin 418 -> 0 bytes boards/flags/ru.png | Bin 403 -> 0 bytes boards/flags/rw.png | Bin 527 -> 0 bytes boards/flags/sk.png | Bin 1205 -> 0 bytes boards/flags/sl.png | Bin 643 -> 0 bytes boards/flags/so.png | Bin 670 -> 0 bytes boards/flags/sq.png | Bin 1037 -> 0 bytes boards/flags/sr.png | Bin 413 -> 0 bytes boards/flags/sv.png | Bin 927 -> 0 bytes boards/flags/th.png | Bin 389 -> 0 bytes boards/flags/tr.png | Bin 535 -> 0 bytes boards/flags/ur.png | Bin 943 -> 0 bytes boards/flags/vi.png | Bin 527 -> 0 bytes boards/flags/wa.png | Bin 1477 -> 0 bytes boards/flags/wa.svgz | Bin 0 -> 7599 bytes boards/flags/zh.png | Bin 544 -> 0 bytes 73 files changed, 1 insertions(+), 1 deletions(-) commit 5089e20dd58a8870265d34ffca422a3b21fcbe91 Author: Bruno Coudoin Date: Tue Apr 15 21:26:35 2008 +0000 Removed screensize configuration as we are screen independant now. svn path=/branches/gcomprixogoo/; revision=3379 ChangeLog | 10 ++++++++++ src/gcompris/config.c | 40 ---------------------------------------- src/gcompris/properties.c | 5 ----- src/gcompris/properties.h | 1 - 4 files changed, 10 insertions(+), 46 deletions(-) commit 3cb00d39895a2d59e842dd8c44eb2d6826c8fbc1 Author: Bruno Coudoin Date: Mon Apr 14 00:26:51 2008 +0000 changed flags to be in svg. all flags taken from wikipedia. svn path=/branches/gcomprixogoo/; revision=3378 boards/flags/af.svgz | Bin 0 -> 458 bytes boards/flags/am.svgz | Bin 0 -> 923 bytes boards/flags/ar_TN.svgz | Bin 0 -> 504 bytes boards/flags/az.svgz | Bin 0 -> 637 bytes boards/flags/be.svgz | Bin 0 -> 362 bytes boards/flags/bg.svgz | Bin 0 -> 333 bytes boards/flags/ch.svgz | Bin 0 -> 367 bytes boards/flags/cs.svgz | Bin 0 -> 414 bytes boards/flags/cu.png | Bin 1191 -> 0 bytes boards/flags/da.svgz | Bin 0 -> 300 bytes boards/flags/de.svgz | Bin 0 -> 317 bytes boards/flags/dk.svgz | Bin 0 -> 300 bytes boards/flags/dz.svgz | Bin 0 -> 25021 bytes boards/flags/ee.png | Bin 407 -> 0 bytes boards/flags/el.svgz | Bin 0 -> 942 bytes boards/flags/en.svgz | Bin 0 -> 1276 bytes boards/flags/en_CA.svgz | Bin 0 -> 833 bytes boards/flags/en_GB.svgz | Bin 0 -> 623 bytes boards/flags/es.svgz | Bin 0 -> 53228 bytes boards/flags/eu.svgz | Bin 0 -> 957 bytes boards/flags/fa.svgz | Bin 0 -> 723 bytes boards/flags/fi.svgz | Bin 0 -> 311 bytes boards/flags/fr.svgz | Bin 0 -> 292 bytes boards/flags/ga.svgz | Bin 0 -> 734 bytes boards/flags/gu.svgz | Bin 0 -> 3410 bytes boards/flags/he.svgz | Bin 0 -> 974 bytes boards/flags/hi.svgz | Bin 0 -> 3410 bytes boards/flags/hr.svgz | Bin 0 -> 17577 bytes boards/flags/hu.svgz | Bin 0 -> 221 bytes boards/flags/id.svgz | Bin 0 -> 176 bytes boards/flags/il.png | Bin 603 -> 0 bytes boards/flags/is.png | Bin 477 -> 0 bytes boards/flags/it.svgz | Bin 0 -> 201 bytes boards/flags/ja.svgz | Bin 0 -> 263 bytes boards/flags/jp.png | Bin 499 -> 0 bytes boards/flags/ka.svgz | Bin 0 -> 529 bytes boards/flags/ko.svgz | Bin 0 -> 467 bytes boards/flags/lt.svgz | Bin 0 -> 206 bytes boards/flags/mk.svgz | Bin 0 -> 581 bytes boards/flags/ml.svgz | Bin 0 -> 3410 bytes boards/flags/mr.svgz | Bin 0 -> 3410 bytes boards/flags/ms.svgz | Bin 0 -> 884 bytes boards/flags/mx.png | Bin 1171 -> 0 bytes boards/flags/nb.svgz | Bin 0 -> 274 bytes boards/flags/ne.svgz | Bin 0 -> 835 bytes boards/flags/nl.svgz | Bin 0 -> 329 bytes boards/flags/nn.svgz | Bin 0 -> 274 bytes boards/flags/pa.svgz | Bin 0 -> 3410 bytes boards/flags/pl.svgz | Bin 0 -> 263 bytes boards/flags/pt.svgz | Bin 0 -> 45791 bytes boards/flags/pt_BR.svgz | Bin 0 -> 1768 bytes boards/flags/ro.svgz | Bin 0 -> 213 bytes boards/flags/ru.svgz | Bin 0 -> 294 bytes boards/flags/rw.svgz | Bin 0 -> 808 bytes boards/flags/se.png | Bin 662 -> 0 bytes boards/flags/si.png | Bin 467 -> 0 bytes boards/flags/sk.svgz | Bin 0 -> 1769 bytes boards/flags/sl.svgz | Bin 0 -> 3384 bytes boards/flags/so.svgz | Bin 0 -> 301 bytes boards/flags/sq.svgz | Bin 0 -> 5616 bytes boards/flags/sr.svgz | Bin 0 -> 190777 bytes boards/flags/sv.svgz | Bin 0 -> 249 bytes boards/flags/ta.svgz | Bin 0 -> 3410 bytes boards/flags/th.svgz | Bin 0 -> 361 bytes boards/flags/tr.svgz | Bin 0 -> 485 bytes boards/flags/uk.png | Bin 427 -> 0 bytes boards/flags/ur.svgz | Bin 0 -> 443 bytes boards/flags/uy.png | Bin 1274 -> 0 bytes boards/flags/vi.svgz | Bin 0 -> 434 bytes boards/flags/yu.png | Bin 610 -> 0 bytes boards/flags/zh.svgz | Bin 0 -> 1138 bytes boards/skins/gartoon/skin.xml | 2 +- src/gcompris/config.c | 39 ++++++++++++++++++++++++++------------- 73 files changed, 27 insertions(+), 14 deletions(-) commit bcf7e3fced11f8a81194bd3cc8c830a82f24901c Author: Bruno Coudoin Date: Sun Apr 13 22:54:11 2008 +0000 unused flag svn path=/branches/gcomprixogoo/; revision=3371 boards/flags/at.png | Bin 384 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit be85debb51ecc0b8d63fe5375f0b90abc8ae2edd Author: Bruno Coudoin Date: Sun Apr 13 22:10:49 2008 +0000 Wrong flag, it's armenia but assigned to amharic svn path=/branches/gcomprixogoo/; revision=3369 boards/flags/am.png | Bin 430 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 899fe15ef4ad22a97e3e1034dcc71b277a0d0466 Author: Bruno Coudoin Date: Sun Apr 13 19:14:27 2008 +0000 fixed skin.xml path. skin system works again. svn path=/branches/gcomprixogoo/; revision=3368 src/gcompris/skin.c | 13 ++++--------- 1 files changed, 4 insertions(+), 9 deletions(-) commit 958eb6632a7d4ebd19d6713d67d863782b4d616d Author: Bruno Coudoin Date: Sun Apr 13 19:08:13 2008 +0000 minor, removed text shadow svn path=/branches/gcomprixogoo/; revision=3367 src/gcompris/about.c | 9 --------- src/gcompris/config.c | 9 --------- 2 files changed, 0 insertions(+), 18 deletions(-) commit cf11c1737cf6f9476ebe062b6529a7550588a723 Author: Bruno Coudoin Date: Sat Apr 12 23:29:14 2008 +0000 improved the amdinistration module port to goocanvas. svn path=/branches/gcomprixogoo/; revision=3366 src/administration-activity/admin/board_list.py | 4 +++- src/administration-activity/admin/module.py | 22 ++++++++++++++-------- 2 files changed, 17 insertions(+), 9 deletions(-) commit ada7a83d7d2ee2a0d9a70f647dcabde77f024c8b Author: Bruno Coudoin Date: Sat Apr 12 22:25:35 2008 +0000 Improved the windows version so that the administration module is available in the demo version. Now python activities can be part of the demo version and many are there now. There are now 47 activities in the demo out of 107, more than twice as before. (commit trunk 3362) * src/gcompris/board.c: (gc_board_init), (gc_board_check_file): * src/gcompris/gcompris.c: (get_board_to_start), (setup_window), (display_activation_dialog), (activation_done): svn path=/branches/gcomprixogoo/; revision=3365 ChangeLog | 12 +++++ src/gcompris/board.c | 42 +++++++++++++--- src/gcompris/gcompris.c | 122 ++++++++++++++++++++++++++--------------------- 3 files changed, 114 insertions(+), 62 deletions(-) commit da5493812de5fd25a9b4ce1a9aef6bab054e7c67 Author: Bruno Coudoin Date: Tue Apr 8 21:45:00 2008 +0000 added missing files from gcomprixo branch for the XO bundle svn path=/branches/gcomprixogoo/; revision=3360 src/old-gcompris-factory | 12 ++++++++++++ src/old-gcompris-instance | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 0 deletions(-) commit 23d25f6218058eb858bf6a9e76f1f16946da68b7 Author: Bruno Coudoin Date: Sun Apr 6 16:54:53 2008 +0000 merged from trunk 3231, 3232 * src/gcompris/config.c: Added support for Urdu * boards/flags/ur.png: created svn path=/branches/gcomprixogoo/; revision=3357 ChangeLog | 6 + boards/flags/ur.png | Bin 0 -> 943 bytes po/ChangeLog | 4 + po/ur.po | 5649 +++++++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/config.c | 1 + 5 files changed, 5660 insertions(+), 0 deletions(-) commit 74db397b382bcf81c00bdc0f0d126ee7074ca77d Author: Bruno Coudoin Date: Sun Apr 6 16:41:18 2008 +0000 Added support for Persan by Ehsan Nouri (commit trunk 3352) svn path=/branches/gcomprixogoo/; revision=3356 ChangeLog | 11 + boards/flags/fa.png | Bin 0 -> 1319 bytes po/ChangeLog | 4 + po/fa.po | 5372 +++++++++++++++++++++++++++++++ src/drawnumber-activity/clickanddraw.py | 2 +- src/drawnumber-activity/drawnumber.py | 2 +- src/gcompris/config.c | 1 + 7 files changed, 5390 insertions(+), 2 deletions(-) commit 374faca177c7ff5cbcd4e66d0452099998a165fd Author: Bruno Coudoin Date: Sun Apr 6 16:38:45 2008 +0000 updated to reflect new directory structure svn path=/branches/gcomprixogoo/; revision=3355 po/POTFILES.in | 795 ++++++++++++++++++++++++++++++++++++------------------ po/POTFILES.skip | 31 ++- 2 files changed, 563 insertions(+), 263 deletions(-) commit 1c74286e70a7409e62d087672ea952cf7bdb33ef Author: Bruno Coudoin Date: Sun Apr 6 14:26:09 2008 +0000 fixed some function prototypes svn path=/branches/gcomprixogoo/; revision=3351 src/gcompris/bar.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 631698a78f992234abee96e69fccdc1dce34945b Author: Bruno Coudoin Date: Tue Mar 25 00:29:01 2008 +0000 bonus_end now loops to first level instead of existing the activity svn path=/branches/gcomprixogoo/; revision=3348 src/gcompris/bonus.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) commit 08d93116585e792341aefb59848d1c1394b23911 Author: Bruno Coudoin Date: Mon Mar 24 22:43:42 2008 +0000 minor fix, no more remove gererated files on make clean but make distclean svn path=/branches/gcomprixogoo/; revision=3347 Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 213014edd494976de3611eab2f5de109f87952cf Author: Bruno Coudoin Date: Mon Mar 24 15:48:30 2008 +0000 removed gnet display svn path=/branches/gcomprixogoo/; revision=3346 configure.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 765bcabeaeb530abf3162ed9fd97d3a4c0f95fb0 Author: Bruno Coudoin Date: Sun Mar 23 18:28:12 2008 +0000 added 2008 copyright GCompris wide. svn path=/branches/gcomprixogoo/; revision=3345 macosx/main.c | 86 ++++++++++---------- src/administration-activity/admin/board_list.py | 2 +- src/administration-activity/admin/class_edit.py | 2 +- src/administration-activity/admin/class_list.py | 2 +- src/administration-activity/admin/constants.py | 2 +- src/administration-activity/admin/group_edit.py | 2 +- src/administration-activity/admin/group_list.py | 2 +- .../admin/group_user_list.py | 2 +- src/administration-activity/admin/log_list.py | 2 +- src/administration-activity/admin/module.py | 2 +- src/administration-activity/admin/module_boards.py | 2 +- src/administration-activity/admin/module_groups.py | 2 +- .../admin/module_profiles.py | 2 +- .../admin/module_reports.py | 2 +- src/administration-activity/admin/module_users.py | 2 +- src/administration-activity/admin/profile_edit.py | 2 +- .../admin/profile_group_list.py | 2 +- src/administration-activity/admin/profile_list.py | 2 +- src/administration-activity/admin/user_edit.py | 2 +- src/administration-activity/admin/user_list.py | 2 +- src/administration-activity/admin/wordlist.py | 2 +- src/administration-activity/administration.py | 2 +- src/advanced_colors-activity/advanced_colors.c | 2 +- src/algebra_by-activity/algebra.c | 2 +- .../algebra_guesscount.c | 2 +- src/algorithm-activity/algorithm.py | 2 +- src/anim-activity/anim.py | 2 +- src/awele-activity/awele.c | 2 +- src/awele-activity/awele.h | 4 +- src/awele-activity/awele_alphaBeta.c | 2 +- src/awele-activity/awele_utils.c | 2 +- src/awele-activity/awele_utils.h | 4 +- src/babymatch-activity/shapegame.c | 2 +- src/ballcatch-activity/ballcatch.py | 2 +- src/bargame-activity/bargame.py | 2 +- src/billard-activity/billard.c | 2 +- src/boards/menu2.c | 2 +- src/boards/py-gcompris-board.c | 2 +- src/boards/py-gcompris-board.h | 2 +- src/boards/py-gcompris-class.c | 2 +- src/boards/py-gcompris-group.c | 2 +- src/boards/py-gcompris-profile.c | 2 +- src/boards/py-gcompris-profile.h | 2 +- src/boards/py-gcompris-properties.c | 2 +- src/boards/py-gcompris-properties.h | 2 +- src/boards/py-gcompris-user.c | 2 +- src/boards/py-gcompris-wordlist.c | 2 +- src/boards/py-gcompris-wordlist.h | 2 +- src/boards/py-mod-admin.c | 2 +- src/boards/py-mod-admin.h | 2 +- src/boards/py-mod-anim.c | 2 +- src/boards/py-mod-anim.h | 2 +- src/boards/py-mod-bonus.c | 2 +- src/boards/py-mod-bonus.h | 2 +- src/boards/py-mod-gcompris.c | 2 +- src/boards/py-mod-gcompris.h | 2 +- src/boards/py-mod-score.c | 2 +- src/boards/py-mod-score.h | 2 +- src/boards/py-mod-skin.c | 2 +- src/boards/py-mod-skin.h | 2 +- src/boards/py-mod-sound.c | 2 +- src/boards/py-mod-sound.h | 2 +- src/boards/py-mod-timer.c | 2 +- src/boards/py-mod-timer.h | 2 +- src/boards/py-mod-utils.c | 2 +- src/boards/py-mod-utils.h | 2 +- src/boards/python.c | 2 +- src/canal_lock-activity/canal_lock.c | 2 +- src/chat-activity/chat.py | 2 +- src/chess_computer-activity/chess.c | 2 +- src/chess_computer-activity/chess_notation.c | 2 +- src/chess_computer-activity/chess_notation.h | 2 +- src/chess_computer-activity/chess_position.h | 2 +- src/click_on_letter-activity/click_on_letter.c | 2 +- src/clickgame-activity/clickgame.c | 2 +- src/clockgame-activity/clockgame.c | 2 +- src/colors-activity/colors.c | 2 +- src/connect4-activity/connect4.py | 2 +- src/connect4-activity/connect4p/board.py | 2 +- src/connect4-activity/connect4p/human.py | 2 +- src/connect4-activity/connect4p/minmax.py | 2 +- src/connect4-activity/connect4p/player.py | 2 +- src/connect4-activity/connect4p/rules.py | 4 +- src/crane-activity/crane.c | 2 +- src/drawnumber-activity/clickanddraw.py | 2 +- src/drawnumber-activity/drawnumber.py | 2 +- src/electric-activity/electric.py | 2 +- src/enumerate-activity/enumerate.c | 2 +- src/erase-activity/erase.c | 2 +- src/fifteen-activity/fifteen.c | 2 +- src/followline-activity/followline.py | 2 +- src/gcompris/about.c | 2 +- src/gcompris/about.h | 2 +- src/gcompris/anim.c | 2 +- src/gcompris/anim.h | 2 +- src/gcompris/bar.c | 2 +- src/gcompris/board.c | 2 +- src/gcompris/board.h | 2 +- src/gcompris/board_config.c | 2 +- src/gcompris/board_config.h | 2 +- src/gcompris/bonus.c | 2 +- src/gcompris/bonus.h | 2 +- src/gcompris/cache.c | 2 +- src/gcompris/config.c | 2 +- src/gcompris/dbus.c | 2 +- src/gcompris/dialog.c | 2 +- src/gcompris/drag.c | 2 +- src/gcompris/drag.h | 2 +- src/gcompris/file_selector.c | 2 +- src/gcompris/gc_core.h | 2 +- src/gcompris/gc_net.h | 2 +- src/gcompris/gcompris-board.h | 2 +- src/gcompris/gcompris.c | 2 +- src/gcompris/gcompris.h | 2 +- src/gcompris/gcompris_alphabeta.c | 2 +- src/gcompris/gcompris_alphabeta.h | 2 +- src/gcompris/gcompris_config.h | 2 +- src/gcompris/gcompris_confirm.c | 2 +- src/gcompris/gcompris_db.c | 2 +- src/gcompris/gcompris_db.h | 2 +- src/gcompris/gcompris_im.c | 2 +- src/gcompris/gcompris_im.h | 2 +- src/gcompris/images_selector.c | 2 +- src/gcompris/log.c | 2 +- src/gcompris/menu.c | 2 +- src/gcompris/plugin.h | 2 +- src/gcompris/profile.c | 2 +- src/gcompris/profile.h | 2 +- src/gcompris/properties.c | 2 +- src/gcompris/properties.h | 2 +- src/gcompris/score.c | 2 +- src/gcompris/score.h | 2 +- src/gcompris/skin.c | 2 +- src/gcompris/skin.h | 2 +- src/gcompris/soundutil.c | 2 +- src/gcompris/soundutil.h | 2 +- src/gcompris/timer.c | 2 +- src/gcompris/timer.h | 2 +- src/gcompris/wordlist.c | 2 +- src/gcompris/wordlist.h | 2 +- src/gletters-activity/gletters.c | 2 +- src/gnumch-equality-activity/gnumch.py | 2 +- src/guessnumber-activity/guessnumber.py | 2 +- src/hanoi-activity/hanoi.c | 2 +- src/hanoi_real-activity/hanoi_real.c | 2 +- src/hexagon-activity/hexagon.py | 2 +- src/imageid-activity/imageid.c | 2 +- src/leftright-activity/leftright.c | 2 +- src/login-activity/login.py | 2 +- src/magic_hat_minus-activity/magic_hat.c | 2 +- src/maze-activity/maze.c | 2 +- src/melody-activity/melody.py | 2 +- src/missing_letter-activity/missingletter.c | 2 +- src/money-activity/money.c | 2 +- src/money-activity/money_widget.c | 2 +- src/money-activity/money_widget.h | 2 +- src/mosaic-activity/mosaic.py | 2 +- src/paratrooper-activity/paratrooper.c | 4 +- src/planegame-activity/planegame.c | 4 +- src/pythontemplate-activity/pythontemplate.py | 2 +- src/pythontest-activity/pythontest.py | 2 +- src/railroad-activity/railroad.c | 2 +- src/read_colors-activity/read_colors.c | 2 +- src/readingh-activity/reading.c | 4 +- src/redraw-activity/redraw.py | 2 +- src/reversecount-activity/reversecount.c | 2 +- src/scalesboard-activity/scale.c | 2 +- src/searace-activity/searace.py | 2 +- src/smallnumbers-activity/smallnumbers.c | 2 +- src/submarine-activity/submarine.c | 2 +- src/sudoku-activity/sudoku.py | 2 +- src/superbrain-activity/superbrain.c | 2 +- src/tangram-activity/gtans.c | 2 +- src/target-activity/target.c | 2 +- src/traffic-activity/traffic.c | 2 +- src/traffic-activity/traffic.h | 2 +- src/tuxpaint-activity/tuxpaint.py | 2 +- src/watercycle-activity/watercycle.py | 2 +- src/wordprocessor-activity/wordprocessor.c | 2 +- src/wordsgame-activity/wordsgame.c | 2 +- 180 files changed, 226 insertions(+), 230 deletions(-) commit 1600197708f5cf2f323e32bee1a5ba5312c81975 Author: Bruno Coudoin Date: Sun Mar 23 18:24:23 2008 +0000 this too is no more needed. replaced by the gimp script fu instead. svn path=/branches/gcomprixogoo/; revision=3344 tools/gcompris_shapegame.py | 50 ++++---- tools/shapegame/HOWTO | 114 ------------------ tools/shapegame/Makefile | 2 - tools/shapegame/dt/Makefile | 23 ---- tools/shapegame/dt/README | 34 ------ tools/shapegame/dt/dt.cpp | 58 --------- tools/shapegame/dt/dt.h | 115 ------------------ tools/shapegame/dt/image.h | 101 ---------------- tools/shapegame/dt/imconv.h | 177 ---------------------------- tools/shapegame/dt/imutil.h | 66 ----------- tools/shapegame/dt/input.pbm | Bin 5014 -> 0 bytes tools/shapegame/dt/misc.h | 65 ----------- tools/shapegame/dt/pnmfile.h | 211 ---------------------------------- tools/shapegame/nice_target_spot.cpp | 126 -------------------- tools/shapegame/test.pbm | Bin 120 -> 0 bytes 15 files changed, 25 insertions(+), 1117 deletions(-) commit 36d74c514c0134939d7c5b47a295cb9b6dbf3251 Author: Bruno Coudoin Date: Sun Mar 23 16:51:44 2008 +0000 release 8.5PRE1 svn path=/branches/gcomprixogoo/; revision=3343 ChangeLog | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit f5575e7fadbde8109c1cea57024ce75f17784bc6 Author: Bruno Coudoin Date: Sun Mar 23 16:23:59 2008 +0000 removed double entry of CLEAN in some makefiles commented out gnet in the configure as it doesn't work anymore svn path=/branches/gcomprixogoo/; revision=3342 configure.in | 26 +++++++++++++------------- src/babymatch-activity/Makefile.am | 2 -- src/bargame-activity/Makefile.am | 2 -- src/electric-activity/Makefile.am | 2 -- src/geo_country-activity/Makefile.am | 2 -- src/geography-activity/Makefile.am | 2 -- src/gnumch-multiples-activity/Makefile.am | 2 -- 7 files changed, 13 insertions(+), 25 deletions(-) commit 1d50e80ee6258b4ef315ce5b3f99fb23b4ce47f7 Author: Bruno Coudoin Date: Sun Mar 23 16:13:09 2008 +0000 fixed disconnect handler reference. svn path=/branches/gcomprixogoo/; revision=3341 src/erase-activity/erase.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 87ad430d4431f4f681d1c73da2ba0958415cc733 Author: Bruno Coudoin Date: Sun Mar 23 16:02:31 2008 +0000 Fixed skin references svn path=/branches/gcomprixogoo/; revision=3340 src/Makefile.am | 2 ++ src/gcompris/config.c | 2 +- src/gcompris/skin.c | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) commit 744e839a9e29cdbe023738d666de1e5f52abca01 Author: Bruno Coudoin Date: Sun Mar 23 15:12:26 2008 +0000 Added support for the --package_skin_dir, -S option to GCompris. There is no more need for the skin link in each activity resource dir. the runit and bundleit scripts have been updated to use this option. svn path=/branches/gcomprixogoo/; revision=3339 src/administration-activity/resources/skins | 1 - src/advanced_colors-activity/resources/skins | 1 - src/algebra_by-activity/resources/skins | 1 - src/algebra_guesscount-activity/resources/skins | 1 - src/algorithm-activity/resources/skins | 1 - src/anim-activity/resources/skins | 1 - src/awele-activity/resources/skins | 1 - src/babymatch-activity/resources/skins | 1 - src/babyshapes-activity/resources/skins | 1 - src/ballcatch-activity/resources/skins | 1 - src/bargame-activity/resources/skins | 1 - src/billard-activity/resources/skins | 1 - src/bundleit.sh | 3 +++ src/canal_lock-activity/resources/skins | 1 - src/chat-activity/resources/skins | 1 - src/chess_computer-activity/resources/skins | 1 - src/chronos-activity/resources/skins | 1 - src/click_on_letter-activity/resources/skins | 1 - src/clickgame-activity/resources/skins | 1 - src/clockgame-activity/resources/skins | 1 - src/colors-activity/resources/skins | 1 - src/connect4-activity/resources/skins | 1 - src/crane-activity/resources/skins | 1 - src/doubleentry-activity/resources/skins | 1 - src/draw-activity/resources/skins | 1 - src/drawnumber-activity/resources/skins | 1 - src/electric-activity/resources/skins | 1 - src/enumerate-activity/resources/skins | 1 - src/erase-activity/resources/skins | 1 - src/fifteen-activity/resources/skins | 1 - src/followline-activity/resources/skins | 1 - src/gcompris/gameutil.c | 1 + src/gcompris/gcompris.c | 12 ++++++++++++ src/gcompris/properties.c | 2 ++ src/gcompris/properties.h | 1 + src/gcompris/skin.c | 5 +++-- src/geo_country-activity/resources/skins | 1 - src/geography-activity/resources/skins | 1 - src/gletters-activity/resources/skins | 1 - src/gnumch-equality-activity/resources/skins | 1 - src/guessnumber-activity/resources/skins | 1 - src/hanoi-activity/resources/skins | 1 - src/hanoi_real-activity/resources/skins | 1 - src/hexagon-activity/resources/skins | 1 - src/imageid-activity/resources/skins | 1 - src/imagename-activity/resources/skins | 1 - src/leftright-activity/resources/skins | 1 - src/login-activity/resources/skins | 1 - src/magic_hat_minus-activity/resources/skins | 1 - src/maze-activity/resources/skins | 1 - src/melody-activity/resources/skins | 1 - src/memory-activity/resources/skins | 1 - src/missing_letter-activity/resources/skins | 1 - src/money-activity/resources/skins | 1 - src/mosaic-activity/resources/skins | 1 - src/paintings-activity/resources/skins | 1 - src/paratrooper-activity/resources/skins | 1 - src/planegame-activity/resources/skins | 1 - src/pythontemplate-activity/resources/skins | 1 - src/pythontest-activity/resources/skins | 1 - src/railroad-activity/resources/skins | 1 - src/read_colors-activity/resources/skins | 1 - src/readingh-activity/resources/skins | 1 - src/redraw-activity/resources/skins | 1 - src/redraw_symmetrical-activity/resources/skins | 1 - src/reversecount-activity/resources/skins | 1 - src/runit.sh | 1 + src/scalesboard-activity/resources/skins | 1 - src/searace-activity/resources/skins | 1 - src/smallnumbers-activity/resources/skins | 1 - src/submarine-activity/resources/skins | 1 - src/sudoku-activity/resources/skins | 1 - src/superbrain-activity/resources/skins | 1 - src/tangram-activity/resources/skins | 1 - src/target-activity/resources/skins | 1 - src/traffic-activity/resources/skins | 1 - src/tuxpaint-activity/resources/skins | 1 - src/watercycle-activity/resources/skins | 1 - src/wordprocessor-activity/resources/skins | 1 - 79 files changed, 23 insertions(+), 74 deletions(-) commit 940b5620b342310c7c874f07d1e69b19b10f8aab Author: Bruno Coudoin Date: Sun Mar 23 13:43:46 2008 +0000 Patch from Karl Ove Hufthammer to display 1 + 2 instead of 1+2 and make * src/boards/memory.c: (get_random_token), (create_item): Patch from Karl Ove Hufthammer to display 1 + 2 instead of 1+2 and make the text being white. (commit 3335) svn path=/branches/gcomprixogoo/; revision=3338 ChangeLog | 6 ++++++ src/memory-activity/memory.c | 35 +++++++++++++++++------------------ 2 files changed, 23 insertions(+), 18 deletions(-) commit ce54781b0f0ccc375503d32da47bfbae12629749 Author: Bruno Coudoin Date: Sat Mar 22 23:42:25 2008 +0000 added missing files for a complete make dist svn path=/branches/gcomprixogoo/; revision=3334 src/administration-activity/Makefile.am | 1 + src/advanced_colors-activity/Makefile.am | 4 ++-- .../resources/advanced_colors/Makefile.am | 4 ++-- src/algebra_by-activity/Makefile.am | 4 ++-- src/algebra_guesscount-activity/Makefile.am | 4 ++-- src/algebra_minus-activity/Makefile.am | 6 +++--- src/algebra_plus-activity/Makefile.am | 7 +++---- src/algorithm-activity/Makefile.am | 4 ++-- src/anim-activity/Makefile.am | 4 ++-- src/awele-activity/Makefile.am | 4 ++-- src/babymatch-activity/Makefile.am | 3 ++- .../resources/babymatch/Makefile.am | 3 ++- src/babyshapes-activity/Makefile.am | 4 ++-- .../resources/babyshapes/Makefile.am | 3 ++- src/ballcatch-activity/Makefile.am | 4 ++-- src/bargame-activity/Makefile.am | 3 ++- src/billard-activity/Makefile.am | 4 ++-- src/canal_lock-activity/Makefile.am | 4 ++-- src/chat-activity/Makefile.am | 6 +++--- src/chess_computer-activity/Makefile.am | 4 ++-- src/chess_movelearn-activity/Makefile.am | 6 +++--- src/chess_partyend-activity/Makefile.am | 6 +++--- src/chronos-activity/Makefile.am | 4 ++-- src/chronos-activity/resources/chronos/Makefile.am | 3 ++- src/click_on_letter-activity/Makefile.am | 4 ++-- src/clickanddraw-activity/Makefile.am | 7 +++---- src/clickgame-activity/Makefile.am | 4 ++-- src/clockgame-activity/Makefile.am | 4 ++-- src/colors-activity/Makefile.am | 4 ++-- src/connect4-2players-activity/Makefile.am | 6 +++--- src/connect4-activity/Makefile.am | 4 ++-- src/crane-activity/Makefile.am | 4 ++-- src/doubleentry-activity/Makefile.am | 4 ++-- .../resources/doubleentry/Makefile.am | 3 ++- src/draw-activity/Makefile.am | 6 +++--- src/drawnumber-activity/Makefile.am | 4 ++-- src/electric-activity/Makefile.am | 3 ++- src/enumerate-activity/Makefile.am | 4 ++-- src/erase-activity/Makefile.am | 4 ++-- src/erase_clic-activity/Makefile.am | 6 +++--- src/fifteen-activity/Makefile.am | 4 ++-- src/followline-activity/Makefile.am | 4 ++-- src/gcompris/Makefile.am | 15 ++------------- src/geo_country-activity/Makefile.am | 3 ++- .../resources/geo_country/Makefile.am | 3 ++- .../resources/geo_country/board2_0.xml.in | 2 +- .../resources/geo_country/germany/Makefile.am | 2 +- .../geo_country/germany/tg_mecklenburg-vorpo.png | Bin 0 -> 153 bytes .../germany/tg_mecklenburg-vorpommern.png | Bin 153 -> 0 bytes src/geography-activity/Makefile.am | 3 ++- .../resources/geography/Makefile.am | 1 + src/gletters-activity/Makefile.am | 4 ++-- src/gnumch-equality-activity/Makefile.am | 4 ++-- src/gnumch-factors-activity/Makefile.am | 6 +++--- src/gnumch-inequality-activity/Makefile.am | 6 +++--- src/gnumch-multiples-activity/Makefile.am | 5 +++-- src/gnumch-primes-activity/Makefile.am | 6 +++--- src/goocanvas/src/Makefile.am | 1 + src/guessnumber-activity/Makefile.am | 4 ++-- src/hanoi-activity/Makefile.am | 4 ++-- src/hanoi_real-activity/Makefile.am | 4 ++-- src/hexagon-activity/Makefile.am | 5 ++--- src/imageid-activity/Makefile.am | 4 ++-- src/imageid-activity/resources/imageid/Makefile.am | 4 ++-- src/imagename-activity/Makefile.am | 4 ++-- .../resources/imagename/Makefile.am | 3 ++- src/leftright-activity/Makefile.am | 4 ++-- src/login-activity/Makefile.am | 1 + src/magic_hat_minus-activity/Makefile.am | 4 ++-- src/magic_hat_plus-activity/Makefile.am | 6 +++--- src/maze-activity/Makefile.am | 4 ++-- src/maze2DRelative-activity/Makefile.am | 6 +++--- src/maze3D-activity/Makefile.am | 6 +++--- src/mazeInvisible-activity/Makefile.am | 7 +++---- src/melody-activity/Makefile.am | 4 ++-- src/memory-activity/Makefile.am | 4 ++-- src/memory_add-activity/Makefile.am | 6 +++--- src/memory_add_minus-activity/Makefile.am | 6 +++--- src/memory_add_minus_mult_div-activity/Makefile.am | 6 +++--- .../Makefile.am | 6 +++--- src/memory_add_minus_tux-activity/Makefile.am | 6 +++--- src/memory_add_tux-activity/Makefile.am | 6 +++--- src/memory_div-activity/Makefile.am | 7 +++---- src/memory_div_tux-activity/Makefile.am | 7 +++---- src/memory_minus-activity/Makefile.am | 6 +++--- src/memory_minus_tux-activity/Makefile.am | 6 +++--- src/memory_mult-activity/Makefile.am | 6 +++--- src/memory_mult_div-activity/Makefile.am | 7 +++---- src/memory_mult_div_tux-activity/Makefile.am | 7 +++---- src/memory_mult_tux-activity/Makefile.am | 6 +++--- src/memory_sound-activity/Makefile.am | 6 +++--- src/memory_sound_tux-activity/Makefile.am | 6 +++--- src/memory_tux-activity/Makefile.am | 6 +++--- src/missing_letter-activity/Makefile.am | 4 ++-- .../resources/missing_letter/Makefile.am | 4 ++-- src/money-activity/Makefile.am | 4 ++-- src/money_cents-activity/Makefile.am | 6 +++--- src/mosaic-activity/Makefile.am | 4 ++-- src/paintings-activity/Makefile.am | 4 ++-- .../resources/paintings/Makefile.am | 3 ++- src/paratrooper-activity/Makefile.am | 4 ++-- src/planegame-activity/Makefile.am | 4 ++-- src/pythontemplate-activity/Makefile.am | 7 +++---- src/pythontest-activity/Makefile.am | 6 +++--- src/railroad-activity/Makefile.am | 5 ++--- src/read_colors-activity/Makefile.am | 4 ++-- src/readingh-activity/Makefile.am | 4 ++-- src/readingv-activity/Makefile.am | 6 +++--- src/redraw-activity/Makefile.am | 4 ++-- src/redraw_symmetrical-activity/Makefile.am | 4 ++-- src/reversecount-activity/Makefile.am | 4 ++-- src/scalesboard-activity/Makefile.am | 4 ++-- src/searace-activity/Makefile.am | 4 ++-- src/searace1player-activity/Makefile.am | 6 +++--- src/smallnumbers-activity/Makefile.am | 4 ++-- src/smallnumbers2-activity/Makefile.am | 6 +++--- src/submarine-activity/Makefile.am | 6 +++--- src/sudoku-activity/Makefile.am | 4 ++-- src/superbrain-activity/Makefile.am | 4 ++-- src/tangram-activity/Makefile.am | 4 ++-- src/target-activity/Makefile.am | 4 ++-- src/traffic-activity/Makefile.am | 4 ++-- src/tuxpaint-activity/Makefile.am | 7 ++++--- src/watercycle-activity/Makefile.am | 4 ++-- src/wordprocessor-activity/Makefile.am | 4 ++-- src/wordsgame-activity/Makefile.am | 4 ++-- 126 files changed, 285 insertions(+), 288 deletions(-) commit b9a23866991409b04490c337b9b98f5a1b121788 Author: Bruno Coudoin Date: Fri Mar 21 23:00:56 2008 +0000 fixed wrong instruction svn path=/branches/gcomprixogoo/; revision=3333 README.translators | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 7c40d4af3bd16c8bbe611d2420c0854703fbb7f6 Author: Bruno Coudoin Date: Fri Mar 21 22:57:43 2008 +0000 now loop to first level when completed svn path=/branches/gcomprixogoo/; revision=3332 src/babymatch-activity/shapegame.c | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) commit 4c9a25815ff44204e3bede7fa30f777bd5bf0aa4 Author: Bruno Coudoin Date: Fri Mar 21 22:48:48 2008 +0000 shortened file names to be under 99 characters in the longest path. Fixed french countries activity. svn path=/branches/gcomprixogoo/; revision=3331 src/Makefile.am | 2 +- src/geo_country-activity/Makefile.am | 2 +- src/geo_country-activity/geo_country.xml.in | 18 ++++++++ src/geo_country-activity/geography_country.xml.in | 18 -------- src/geo_country-activity/init_path.sh | 2 +- .../resources/geo_country/board1_0.xml.in | 46 ++++++++++---------- .../resources/geo_country/board2_0.xml.in | 8 ++-- .../resources/geo_country/board5_2.xml.in | 2 +- .../resources/geo_country/france/Makefile.am | 2 +- .../resources/geo_country/france/alsace.png | Bin 1049 -> 1732 bytes .../resources/geo_country/france/aquitaine.png | Bin 2568 -> 5044 bytes .../resources/geo_country/france/auvergne.png | Bin 1783 -> 3556 bytes .../geo_country/france/basse-normandie.png | Bin 1595 -> 3318 bytes .../resources/geo_country/france/bourgogne.png | Bin 1639 -> 2954 bytes .../resources/geo_country/france/bretagne.png | Bin 1916 -> 3915 bytes .../resources/geo_country/france/centre.png | Bin 2030 -> 3696 bytes .../geo_country/france/champagne-ardenne.png | Bin 2027 -> 3979 bytes .../resources/geo_country/france/corse.png | Bin 942 -> 1426 bytes .../geo_country/france/france-regions.png | Bin 26934 -> 64782 bytes .../resources/geo_country/france/franche-conte.png | Bin 1209 -> 2002 bytes .../geo_country/france/haute-normandie.png | Bin 1047 -> 1897 bytes .../resources/geo_country/france/ile-de-france.png | Bin 1009 -> 1993 bytes .../geo_country/france/languedoc-roussillon.png | Bin 2329 -> 4554 bytes .../resources/geo_country/france/limousin.png | Bin 1165 -> 1990 bytes .../resources/geo_country/france/lorraine.png | Bin 1525 -> 2959 bytes .../resources/geo_country/france/midi-pyrenees.png | Bin 2316 -> 5970 bytes .../geo_country/france/nord-pas-de-calais.png | Bin 997 -> 1671 bytes .../resources/geo_country/france/paca.png | Bin 2436 -> 5566 bytes .../geo_country/france/pays-de-la-loire.png | Bin 2195 -> 4160 bytes .../resources/geo_country/france/picardie.png | Bin 1413 -> 2769 bytes .../geo_country/france/poitou-charentes.png | Bin 1838 -> 3481 bytes .../france/provence-alpes-cote_d_azur.png | Bin 2453 -> 0 bytes .../resources/geo_country/france/rhone-alpes.png | Bin 2166 -> 3917 bytes .../resources/geo_country/germany/Makefile.am | 8 ++-- .../germany/target_baden-wuerttemberg.png | Bin 157 -> 0 bytes .../germany/target_mecklenburg-vorpommern.png | Bin 153 -> 0 bytes .../germany/target_nordrhein-westfalen.png | Bin 158 -> 0 bytes .../germany/target_schleswig_holstein.png | Bin 150 -> 0 bytes .../geo_country/germany/tg_baden-wuerttemberg.png | Bin 0 -> 157 bytes .../germany/tg_mecklenburg-vorpommern.png | Bin 0 -> 153 bytes .../geo_country/germany/tg_nordrhein-westfalen.png | Bin 0 -> 158 bytes .../geo_country/germany/tg_schleswig_holstein.png | Bin 0 -> 150 bytes 42 files changed, 54 insertions(+), 54 deletions(-) commit 90ce37d8a5bcc3dc7d7fc1e74a2a66f8664bff29 Author: Bruno Coudoin Date: Fri Mar 21 22:32:30 2008 +0000 renamed and rescaled image svn path=/branches/gcomprixogoo/; revision=3330 .../resources/geo_country/france/paca.png | Bin 0 -> 2436 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 75dfc34ecc1ade2f8203fdb1ef4e727bc351e556 Author: Bruno Coudoin Date: Thu Mar 20 23:27:53 2008 +0000 shortened names svn path=/branches/gcomprixogoo/; revision=3329 .../resources/memory/LRApplauses_1_LA_cut.ogg | Bin 0 -> 36483 bytes .../memory/LRApplauses_1_by_Lionel_Allorge_cut.ogg | Bin 36483 -> 0 bytes .../resources/memory/LRBark_1_LA_cut.ogg | Bin 0 -> 21783 bytes .../memory/LRBark_1_by_Lionel_Allorge_cut.ogg | Bin 21783 -> 0 bytes .../resources/memory/LRBark_3_LA_cut.ogg | Bin 0 -> 27444 bytes .../memory/LRBark_3_by_Lionel_Allorge_cut.ogg | Bin 27444 -> 0 bytes .../resources/memory/LRBuddhist_gong_05_LA.ogg | Bin 0 -> 62074 bytes .../LRBuddhist_gong_05_by_Lionel_Allorge.ogg | Bin 62074 -> 0 bytes .../resources/memory/LRDoor_Open_2_LA.ogg | Bin 0 -> 71612 bytes .../memory/LRDoor_Open_2_by_Lionel_Allorge.ogg | Bin 71612 -> 0 bytes .../resources/memory/LRFactory_noise_01_LA.ogg | Bin 0 -> 16306 bytes .../LRFactory_noise_01_by_Lionel_Allorge.ogg | Bin 16306 -> 0 bytes .../resources/memory/LRFactory_noise_02_LA.ogg | Bin 0 -> 15634 bytes .../LRFactory_noise_02_by_Lionel_Allorge.ogg | Bin 15634 -> 0 bytes .../resources/memory/LRFactory_noise_03_LA.ogg | Bin 0 -> 14838 bytes .../LRFactory_noise_03_by_Lionel_Allorge.ogg | Bin 14838 -> 0 bytes .../resources/memory/LRFactory_noise_04_LA.ogg | Bin 0 -> 21606 bytes .../LRFactory_noise_04_by_Lionel_Allorge.ogg | Bin 21606 -> 0 bytes .../resources/memory/LRFactory_noise_05_LA.ogg | Bin 0 -> 11588 bytes .../LRFactory_noise_05_by_Lionel_Allorge.ogg | Bin 11588 -> 0 bytes .../resources/memory/LRFactory_noise_06_LA.ogg | Bin 0 -> 13566 bytes .../LRFactory_noise_06_by_Lionel_Allorge.ogg | Bin 13566 -> 0 bytes .../resources/memory/LRFireballs_01_LA.ogg | Bin 0 -> 70008 bytes .../memory/LRFireballs_01_by_Lionel_Allorge.ogg | Bin 70008 -> 0 bytes .../LRFrogsInPondDuringStormByLionelAllorgeCut.ogg | Bin 58930 -> 0 bytes .../memory/LRFrogsInPondDuringStormLACut.ogg | Bin 0 -> 58930 bytes .../resources/memory/LRHeart_beat_01_LA.ogg | Bin 0 -> 23596 bytes .../memory/LRHeart_beat_01_by_Lionel_Allorge.ogg | Bin 23596 -> 0 bytes .../resources/memory/LRHits_01_LA.ogg | Bin 0 -> 109626 bytes .../memory/LRHits_01_by_Lionel_Allorge.ogg | Bin 109626 -> 0 bytes .../resources/memory/LRObject_falling_01_LA.ogg | Bin 0 -> 25637 bytes .../LRObject_falling_01_by_Lionel_Allorge.ogg | Bin 25637 -> 0 bytes .../resources/memory/LRObject_falling_02_LA.ogg | Bin 0 -> 56007 bytes .../LRObject_falling_02_by_Lionel_Allorge.ogg | Bin 56007 -> 0 bytes .../memory/LRRain_in_garden_01_LA_cut.ogg | Bin 0 -> 69010 bytes .../LRRain_in_garden_01_by_Lionel_Allorge_cut.ogg | Bin 69010 -> 0 bytes .../resources/memory/LRRing_01_LA.ogg | Bin 0 -> 18062 bytes .../memory/LRRing_01_by_Lionel_Allorge.ogg | Bin 18062 -> 0 bytes .../LRStartAndStopCarEngine1ByLionelAllorgeCut.ogg | Bin 48594 -> 0 bytes .../memory/LRStartAndStopCarEngine1LACut.ogg | Bin 0 -> 48594 bytes .../memory/LRTrain_slowing_down_01_LA_cut.ogg | Bin 0 -> 75688 bytes ...Train_slowing_down_01_by_Lionel_Allorge_cut.ogg | Bin 75688 -> 0 bytes .../resources/memory/LRWeird_1_LA.ogg | Bin 0 -> 41208 bytes .../memory/LRWeird_1_by_Lionel_Allorge.ogg | Bin 41208 -> 0 bytes .../resources/memory/LRWeird_2_LA.ogg | Bin 0 -> 40628 bytes .../memory/LRWeird_2_by_Lionel_Allorge.ogg | Bin 40628 -> 0 bytes .../resources/memory/LRWeird_3_LA.ogg | Bin 0 -> 106567 bytes .../memory/LRWeird_3_by_Lionel_Allorge.ogg | Bin 106567 -> 0 bytes .../resources/memory/LRWeird_4_LA.ogg | Bin 0 -> 52454 bytes .../memory/LRWeird_4_by_Lionel_Allorge.ogg | Bin 52454 -> 0 bytes .../resources/memory/LRWeird_5_LA.ogg | Bin 0 -> 71475 bytes .../memory/LRWeird_5_by_Lionel_Allorge.ogg | Bin 71475 -> 0 bytes .../resources/memory/LRWeird_6_LA.ogg | Bin 0 -> 48037 bytes .../memory/LRWeird_6_by_Lionel_Allorge.ogg | Bin 48037 -> 0 bytes 54 files changed, 0 insertions(+), 0 deletions(-) commit d770ffde8d634ab7c9087f6d0e4ab91d2c21998f Author: Bruno Coudoin Date: Thu Mar 20 23:18:18 2008 +0000 move completed from geography_country to geo_country because it's shorter svn path=/branches/gcomprixogoo/; revision=3328 src/geo_country-activity/resources/Makefile.am | 2 +- .../resources/geo_country/board1_0.xml.in | 46 +++--- .../resources/geo_country/board2_0.xml.in | 34 ++-- .../resources/geo_country/board3_0.xml.in | 48 +++--- .../resources/geo_country/board4_0.xml.in | 34 ++-- .../resources/geo_country/board5_0.xml.in | 98 ++++++------ .../resources/geo_country/board5_1.xml.in | 72 +++++----- .../resources/geo_country/board5_2.xml.in | 164 ++++++++++---------- .../resources/geo_country/board6_0.xml.in | 40 +++--- 9 files changed, 269 insertions(+), 269 deletions(-) commit 795e326291b0c13547f9ac046ee0d7b2cc94d7ec Author: Bruno Coudoin Date: Thu Mar 20 23:15:32 2008 +0000 move in progress from geography_country to geo_country because it's shorter svn path=/branches/gcomprixogoo/; revision=3327 .../resources/geo_country/Makefile.am | 26 ++ .../resources/geo_country/argentina/Makefile.am | 28 ++ .../resources/geo_country/argentina/argentina.png | Bin 0 -> 129489 bytes .../geo_country/argentina/buenos_aires.png | Bin 0 -> 730 bytes .../resources/geo_country/argentina/catamarca.png | Bin 0 -> 642 bytes .../resources/geo_country/argentina/chaco.png | Bin 0 -> 452 bytes .../resources/geo_country/argentina/chubut.png | Bin 0 -> 523 bytes .../resources/geo_country/argentina/cordoba.png | Bin 0 -> 428 bytes .../resources/geo_country/argentina/corrientes.png | Bin 0 -> 443 bytes .../resources/geo_country/argentina/entre_rios.png | Bin 0 -> 395 bytes .../resources/geo_country/argentina/formosa.png | Bin 0 -> 626 bytes .../resources/geo_country/argentina/jujuy.png | Bin 0 -> 4113 bytes .../resources/geo_country/argentina/la_pampa.png | Bin 0 -> 382 bytes .../resources/geo_country/argentina/la_rioja.png | Bin 0 -> 440 bytes .../resources/geo_country/argentina/mendoza.png | Bin 0 -> 464 bytes .../resources/geo_country/argentina/misiones.png | Bin 0 -> 394 bytes .../resources/geo_country/argentina/neuquen.png | Bin 0 -> 456 bytes .../resources/geo_country/argentina/rio_negro.png | Bin 0 -> 578 bytes .../resources/geo_country/argentina/salta.png | Bin 0 -> 673 bytes .../resources/geo_country/argentina/san_juan.png | Bin 0 -> 430 bytes .../resources/geo_country/argentina/san_luis.png | Bin 0 -> 290 bytes .../resources/geo_country/argentina/santa_cruz.png | Bin 0 -> 654 bytes .../resources/geo_country/argentina/santa_fe.png | Bin 0 -> 480 bytes .../geo_country/argentina/santiago_del_estero.png | Bin 0 -> 368 bytes .../geo_country/argentina/tierra_del_fuego.png | Bin 0 -> 441 bytes .../resources/geo_country/argentina/tucuman.png | Bin 0 -> 306 bytes .../resources/geo_country/board1_0.xml.in | 75 +++++ .../resources/geo_country/board2_0.xml.in | 23 ++ .../resources/geo_country/board3_0.xml.in | 122 +++++++ .../resources/geo_country/board4_0.xml.in | 89 ++++++ .../resources/geo_country/board5_0.xml.in | 203 ++++++++++++ .../resources/geo_country/board5_1.xml.in | 151 +++++++++ .../resources/geo_country/board5_2.xml.in | 335 ++++++++++++++++++++ .../resources/geo_country/board6_0.xml.in | 26 ++ .../resources/geo_country/france/Makefile.am | 27 ++ .../resources/geo_country/france/alsace.png | Bin 0 -> 1049 bytes .../resources/geo_country/france/aquitaine.png | Bin 0 -> 2568 bytes .../resources/geo_country/france/auvergne.png | Bin 0 -> 1783 bytes .../geo_country/france/basse-normandie.png | Bin 0 -> 1595 bytes .../resources/geo_country/france/bourgogne.png | Bin 0 -> 1639 bytes .../resources/geo_country/france/bretagne.png | Bin 0 -> 1916 bytes .../resources/geo_country/france/centre.png | Bin 0 -> 2030 bytes .../geo_country/france/champagne-ardenne.png | Bin 0 -> 2027 bytes .../resources/geo_country/france/corse.png | Bin 0 -> 942 bytes .../geo_country/france/france-regions.png | Bin 0 -> 26934 bytes .../resources/geo_country/france/franche-conte.png | Bin 0 -> 1209 bytes .../geo_country/france/haute-normandie.png | Bin 0 -> 1047 bytes .../resources/geo_country/france/ile-de-france.png | Bin 0 -> 1009 bytes .../geo_country/france/languedoc-roussillon.png | Bin 0 -> 2329 bytes .../resources/geo_country/france/limousin.png | Bin 0 -> 1165 bytes .../resources/geo_country/france/lorraine.png | Bin 0 -> 1525 bytes .../resources/geo_country/france/midi-pyrenees.png | Bin 0 -> 2316 bytes .../geo_country/france/nord-pas-de-calais.png | Bin 0 -> 997 bytes .../geo_country/france/pays-de-la-loire.png | Bin 0 -> 2195 bytes .../resources/geo_country/france/picardie.png | Bin 0 -> 1413 bytes .../geo_country/france/poitou-charentes.png | Bin 0 -> 1838 bytes .../france/provence-alpes-cote_d_azur.png | Bin 0 -> 2453 bytes .../resources/geo_country/france/rhone-alpes.png | Bin 0 -> 2166 bytes .../resources/geo_country/germany/Makefile.am | 37 +++ .../resources/geo_country/germany/back.png | Bin 0 -> 17285 bytes .../geo_country/germany/baden-wuerttemberg.png | Bin 0 -> 5452 bytes .../resources/geo_country/germany/bayern.png | Bin 0 -> 7173 bytes .../resources/geo_country/germany/berlin.png | Bin 0 -> 871 bytes .../resources/geo_country/germany/brandenburg.png | Bin 0 -> 5458 bytes .../resources/geo_country/germany/bremen.png | Bin 0 -> 1028 bytes .../resources/geo_country/germany/hamburg.png | Bin 0 -> 1159 bytes .../resources/geo_country/germany/hessen.png | Bin 0 -> 3989 bytes .../geo_country/germany/mecklenburg-vorpommern.png | Bin 0 -> 7179 bytes .../geo_country/germany/niedersachsen.png | Bin 0 -> 7213 bytes .../geo_country/germany/nordrhein-westfalen.png | Bin 0 -> 6784 bytes .../geo_country/germany/rheinland-pfalz.png | Bin 0 -> 4850 bytes .../resources/geo_country/germany/saarland.png | Bin 0 -> 2020 bytes .../geo_country/germany/sachsen-anhalt.png | Bin 0 -> 4881 bytes .../resources/geo_country/germany/sachsen.png | Bin 0 -> 4070 bytes .../geo_country/germany/schleswig_holstein.png | Bin 0 -> 5813 bytes .../germany/target_baden-wuerttemberg.png | Bin 0 -> 157 bytes .../geo_country/germany/target_bayern.png | Bin 0 -> 162 bytes .../geo_country/germany/target_berlin.png | Bin 0 -> 129 bytes .../geo_country/germany/target_brandenburg.png | Bin 0 -> 156 bytes .../geo_country/germany/target_bremen.png | Bin 0 -> 131 bytes .../geo_country/germany/target_hamburg.png | Bin 0 -> 131 bytes .../geo_country/germany/target_hessen.png | Bin 0 -> 153 bytes .../germany/target_mecklenburg-vorpommern.png | Bin 0 -> 153 bytes .../geo_country/germany/target_niedersachsen.png | Bin 0 -> 161 bytes .../germany/target_nordrhein-westfalen.png | Bin 0 -> 158 bytes .../geo_country/germany/target_rheinland-pfalz.png | Bin 0 -> 148 bytes .../geo_country/germany/target_saarland.png | Bin 0 -> 129 bytes .../geo_country/germany/target_sachsen-anhalt.png | Bin 0 -> 149 bytes .../geo_country/germany/target_sachsen.png | Bin 0 -> 147 bytes .../germany/target_schleswig_holstein.png | Bin 0 -> 150 bytes .../geo_country/germany/target_thueringen.png | Bin 0 -> 145 bytes .../resources/geo_country/germany/thueringen.png | Bin 0 -> 3661 bytes .../resources/geo_country/norway/Makefile.am | 43 +++ .../resources/geo_country/norway/akershus.png | Bin 0 -> 160 bytes .../resources/geo_country/norway/aust-agder.png | Bin 0 -> 204 bytes .../resources/geo_country/norway/buskerud.png | Bin 0 -> 209 bytes .../resources/geo_country/norway/finnmark.png | Bin 0 -> 423 bytes .../resources/geo_country/norway/hedmark.png | Bin 0 -> 246 bytes .../resources/geo_country/norway/hordaland.png | Bin 0 -> 203 bytes .../geo_country/norway/more-og-romsdal.png | Bin 0 -> 217 bytes .../geo_country/norway/nord-trondelag.png | Bin 0 -> 235 bytes .../resources/geo_country/norway/nordland.png | Bin 0 -> 364 bytes .../resources/geo_country/norway/norway.png | Bin 0 -> 3108 bytes .../resources/geo_country/norway/oppland.png | Bin 0 -> 236 bytes .../resources/geo_country/norway/oslo.png | Bin 0 -> 143 bytes .../resources/geo_country/norway/ostfold.png | Bin 0 -> 131 bytes .../resources/geo_country/norway/rogaland.png | Bin 0 -> 196 bytes .../geo_country/norway/sogn-og-fjordane.png | Bin 0 -> 208 bytes .../resources/geo_country/norway/sor-trondelag.png | Bin 0 -> 253 bytes .../geo_country/norway/target_akershus.png | Bin 0 -> 124 bytes .../geo_country/norway/target_aust-agder.png | Bin 0 -> 131 bytes .../geo_country/norway/target_buskerud.png | Bin 0 -> 130 bytes .../geo_country/norway/target_finnmark.png | Bin 0 -> 143 bytes .../geo_country/norway/target_hedmark.png | Bin 0 -> 134 bytes .../geo_country/norway/target_hordaland.png | Bin 0 -> 128 bytes .../geo_country/norway/target_more-og-romsdal.png | Bin 0 -> 133 bytes .../geo_country/norway/target_nord-trondelag.png | Bin 0 -> 132 bytes .../geo_country/norway/target_nordland.png | Bin 0 -> 148 bytes .../geo_country/norway/target_oppland.png | Bin 0 -> 133 bytes .../resources/geo_country/norway/target_oslo.png | Bin 0 -> 126 bytes .../geo_country/norway/target_ostfold.png | Bin 0 -> 126 bytes .../geo_country/norway/target_rogaland.png | Bin 0 -> 130 bytes .../geo_country/norway/target_sogn-og-fjordane.png | Bin 0 -> 133 bytes .../geo_country/norway/target_sor-trondelag.png | Bin 0 -> 133 bytes .../geo_country/norway/target_telemark.png | Bin 0 -> 130 bytes .../resources/geo_country/norway/target_troms.png | Bin 0 -> 136 bytes .../geo_country/norway/target_vest-agder.png | Bin 0 -> 129 bytes .../geo_country/norway/target_vestfold.png | Bin 0 -> 128 bytes .../resources/geo_country/norway/telemark.png | Bin 0 -> 192 bytes .../resources/geo_country/norway/troms.png | Bin 0 -> 248 bytes .../resources/geo_country/norway/vest-agder.png | Bin 0 -> 172 bytes .../resources/geo_country/norway/vestfold.png | Bin 0 -> 137 bytes .../resources/geo_country/poland/Makefile.am | 21 ++ .../resources/geo_country/poland/dolnoslaskie.png | Bin 0 -> 3457 bytes .../geo_country/poland/kujawsko-pomorskie.png | Bin 0 -> 2545 bytes .../resources/geo_country/poland/lodzkie.png | Bin 0 -> 2858 bytes .../resources/geo_country/poland/lubelskie.png | Bin 0 -> 3400 bytes .../resources/geo_country/poland/lubuskie.png | Bin 0 -> 2719 bytes .../resources/geo_country/poland/malopolskie.png | Bin 0 -> 2638 bytes .../resources/geo_country/poland/mazowieckie.png | Bin 0 -> 4763 bytes .../resources/geo_country/poland/opolskie.png | Bin 0 -> 1985 bytes .../resources/geo_country/poland/podkarpackie.png | Bin 0 -> 2855 bytes .../resources/geo_country/poland/podlaskie.png | Bin 0 -> 2907 bytes .../resources/geo_country/poland/poland.png | Bin 0 -> 4405 bytes .../resources/geo_country/poland/pomorskie.png | Bin 0 -> 2981 bytes .../resources/geo_country/poland/slaskie.png | Bin 0 -> 2735 bytes .../geo_country/poland/swietokrzyskie.png | Bin 0 -> 1977 bytes .../geo_country/poland/warminsko-mazurskie.png | Bin 0 -> 2628 bytes .../resources/geo_country/poland/wielkopolskie.png | Bin 0 -> 4686 bytes .../geo_country/poland/zachodnio-pomorskie.png | Bin 0 -> 3190 bytes .../resources/geo_country/turkey/Makefile.am | 88 +++++ .../resources/geo_country/turkey/adana.png | Bin 0 -> 597 bytes .../resources/geo_country/turkey/adiyaman.png | Bin 0 -> 364 bytes .../resources/geo_country/turkey/afyon.png | Bin 0 -> 514 bytes .../resources/geo_country/turkey/agri.png | Bin 0 -> 389 bytes .../resources/geo_country/turkey/aksaray.png | Bin 0 -> 365 bytes .../resources/geo_country/turkey/amasya.png | Bin 0 -> 335 bytes .../resources/geo_country/turkey/ankara.png | Bin 0 -> 827 bytes .../resources/geo_country/turkey/antalya.png | Bin 0 -> 662 bytes .../resources/geo_country/turkey/ardahan.png | Bin 0 -> 305 bytes .../resources/geo_country/turkey/artvin.png | Bin 0 -> 368 bytes .../resources/geo_country/turkey/aydin.png | Bin 0 -> 343 bytes .../resources/geo_country/turkey/balikesir.png | Bin 0 -> 579 bytes .../resources/geo_country/turkey/bartin.png | Bin 0 -> 224 bytes .../resources/geo_country/turkey/batman.png | Bin 0 -> 323 bytes .../resources/geo_country/turkey/bayburt.png | Bin 0 -> 288 bytes .../resources/geo_country/turkey/bilecik.png | Bin 0 -> 282 bytes .../resources/geo_country/turkey/bingol.png | Bin 0 -> 353 bytes .../resources/geo_country/turkey/bitlis.png | Bin 0 -> 401 bytes .../resources/geo_country/turkey/bolu.png | Bin 0 -> 354 bytes .../resources/geo_country/turkey/burdur.png | Bin 0 -> 317 bytes .../resources/geo_country/turkey/bursa.png | Bin 0 -> 396 bytes .../resources/geo_country/turkey/canakkale.png | Bin 0 -> 517 bytes .../resources/geo_country/turkey/cankiri.png | Bin 0 -> 339 bytes .../resources/geo_country/turkey/corum.png | Bin 0 -> 466 bytes .../resources/geo_country/turkey/denizli.png | Bin 0 -> 514 bytes .../resources/geo_country/turkey/diyarbakir.png | Bin 0 -> 452 bytes .../resources/geo_country/turkey/duzce.png | Bin 0 -> 184 bytes .../resources/geo_country/turkey/edirne.png | Bin 0 -> 420 bytes .../resources/geo_country/turkey/elazig.png | Bin 0 -> 394 bytes .../resources/geo_country/turkey/erzincan.png | Bin 0 -> 414 bytes .../resources/geo_country/turkey/erzurum.png | Bin 0 -> 625 bytes .../resources/geo_country/turkey/eskisehir.png | Bin 0 -> 469 bytes .../resources/geo_country/turkey/gaziantep.png | Bin 0 -> 401 bytes .../resources/geo_country/turkey/giresun.png | Bin 0 -> 356 bytes .../resources/geo_country/turkey/gumushane.png | Bin 0 -> 347 bytes .../resources/geo_country/turkey/hakkari.png | Bin 0 -> 409 bytes .../resources/geo_country/turkey/hatay.png | Bin 0 -> 348 bytes .../resources/geo_country/turkey/igdir.png | Bin 0 -> 292 bytes .../resources/geo_country/turkey/isparta.png | Bin 0 -> 378 bytes .../resources/geo_country/turkey/istanbul.png | Bin 0 -> 446 bytes .../resources/geo_country/turkey/izmir.png | Bin 0 -> 635 bytes .../resources/geo_country/turkey/kahramanmaras.png | Bin 0 -> 420 bytes .../resources/geo_country/turkey/karabuk.png | Bin 0 -> 426 bytes .../resources/geo_country/turkey/karaman.png | Bin 0 -> 389 bytes .../resources/geo_country/turkey/kars.png | Bin 0 -> 363 bytes .../resources/geo_country/turkey/kastamonu.png | Bin 0 -> 425 bytes .../resources/geo_country/turkey/kayseri.png | Bin 0 -> 566 bytes .../resources/geo_country/turkey/kilis.png | Bin 0 -> 195 bytes .../resources/geo_country/turkey/kirikkale.png | Bin 0 -> 263 bytes .../resources/geo_country/turkey/kirklareli.png | Bin 0 -> 340 bytes .../resources/geo_country/turkey/kirsehir.png | Bin 0 -> 365 bytes .../resources/geo_country/turkey/kocaeli.png | Bin 0 -> 324 bytes .../resources/geo_country/turkey/konya.png | Bin 0 -> 936 bytes .../resources/geo_country/turkey/kutahya.png | Bin 0 -> 431 bytes .../resources/geo_country/turkey/malatya.png | Bin 0 -> 447 bytes .../resources/geo_country/turkey/manisa.png | Bin 0 -> 452 bytes .../resources/geo_country/turkey/mardin.png | Bin 0 -> 364 bytes .../resources/geo_country/turkey/mersin.png | Bin 0 -> 583 bytes .../resources/geo_country/turkey/mugla.png | Bin 0 -> 619 bytes .../resources/geo_country/turkey/mus.png | Bin 0 -> 380 bytes .../resources/geo_country/turkey/nevsehir.png | Bin 0 -> 330 bytes .../resources/geo_country/turkey/nigde.png | Bin 0 -> 350 bytes .../resources/geo_country/turkey/ordu.png | Bin 0 -> 362 bytes .../resources/geo_country/turkey/osmaniye.png | Bin 0 -> 238 bytes .../resources/geo_country/turkey/rize.png | Bin 0 -> 275 bytes .../resources/geo_country/turkey/sakarya.png | Bin 0 -> 307 bytes .../resources/geo_country/turkey/samsun.png | Bin 0 -> 478 bytes .../resources/geo_country/turkey/sanliurfa.png | Bin 0 -> 487 bytes .../resources/geo_country/turkey/siirt.png | Bin 0 -> 275 bytes .../resources/geo_country/turkey/sinop.png | Bin 0 -> 326 bytes .../resources/geo_country/turkey/sirnak.png | Bin 0 -> 337 bytes .../resources/geo_country/turkey/sivas.png | Bin 0 -> 609 bytes .../resources/geo_country/turkey/tekirdag.png | Bin 0 -> 319 bytes .../resources/geo_country/turkey/tokat.png | Bin 0 -> 359 bytes .../resources/geo_country/turkey/trabzon.png | Bin 0 -> 274 bytes .../resources/geo_country/turkey/tunceli.png | Bin 0 -> 322 bytes .../resources/geo_country/turkey/turkey-east.png | Bin 0 -> 51131 bytes .../resources/geo_country/turkey/turkey-west.png | Bin 0 -> 77622 bytes .../resources/geo_country/turkey/turkey.png | Bin 0 -> 117415 bytes .../resources/geo_country/turkey/usak.png | Bin 0 -> 265 bytes .../resources/geo_country/turkey/van.png | Bin 0 -> 599 bytes .../resources/geo_country/turkey/yalova.png | Bin 0 -> 130 bytes .../resources/geo_country/turkey/yozgat.png | Bin 0 -> 448 bytes .../resources/geo_country/turkey/zonguldak.png | Bin 0 -> 252 bytes .../resources/geography_country/Makefile.am | 26 -- .../geography_country/argentina/Makefile.am | 28 -- .../geography_country/argentina/argentina.png | Bin 129489 -> 0 bytes .../geography_country/argentina/buenos_aires.png | Bin 730 -> 0 bytes .../geography_country/argentina/catamarca.png | Bin 642 -> 0 bytes .../geography_country/argentina/chaco.png | Bin 452 -> 0 bytes .../geography_country/argentina/chubut.png | Bin 523 -> 0 bytes .../geography_country/argentina/cordoba.png | Bin 428 -> 0 bytes .../geography_country/argentina/corrientes.png | Bin 443 -> 0 bytes .../geography_country/argentina/entre_rios.png | Bin 395 -> 0 bytes .../geography_country/argentina/formosa.png | Bin 626 -> 0 bytes .../geography_country/argentina/jujuy.png | Bin 4113 -> 0 bytes .../geography_country/argentina/la_pampa.png | Bin 382 -> 0 bytes .../geography_country/argentina/la_rioja.png | Bin 440 -> 0 bytes .../geography_country/argentina/mendoza.png | Bin 464 -> 0 bytes .../geography_country/argentina/misiones.png | Bin 394 -> 0 bytes .../geography_country/argentina/neuquen.png | Bin 456 -> 0 bytes .../geography_country/argentina/rio_negro.png | Bin 578 -> 0 bytes .../geography_country/argentina/salta.png | Bin 673 -> 0 bytes .../geography_country/argentina/san_juan.png | Bin 430 -> 0 bytes .../geography_country/argentina/san_luis.png | Bin 290 -> 0 bytes .../geography_country/argentina/santa_cruz.png | Bin 654 -> 0 bytes .../geography_country/argentina/santa_fe.png | Bin 480 -> 0 bytes .../argentina/santiago_del_estero.png | Bin 368 -> 0 bytes .../argentina/tierra_del_fuego.png | Bin 441 -> 0 bytes .../geography_country/argentina/tucuman.png | Bin 306 -> 0 bytes .../resources/geography_country/board1_0.xml.in | 75 ----- .../resources/geography_country/board2_0.xml.in | 23 -- .../resources/geography_country/board3_0.xml.in | 122 ------- .../resources/geography_country/board4_0.xml.in | 89 ------ .../resources/geography_country/board5_0.xml.in | 203 ------------ .../resources/geography_country/board5_1.xml.in | 151 --------- .../resources/geography_country/board5_2.xml.in | 335 -------------------- .../resources/geography_country/board6_0.xml.in | 26 -- .../resources/geography_country/france/Makefile.am | 27 -- .../resources/geography_country/france/alsace.png | Bin 1049 -> 0 bytes .../geography_country/france/aquitaine.png | Bin 2568 -> 0 bytes .../geography_country/france/auvergne.png | Bin 1783 -> 0 bytes .../geography_country/france/basse-normandie.png | Bin 1595 -> 0 bytes .../geography_country/france/bourgogne.png | Bin 1639 -> 0 bytes .../geography_country/france/bretagne.png | Bin 1916 -> 0 bytes .../resources/geography_country/france/centre.png | Bin 2030 -> 0 bytes .../geography_country/france/champagne-ardenne.png | Bin 2027 -> 0 bytes .../resources/geography_country/france/corse.png | Bin 942 -> 0 bytes .../geography_country/france/france-regions.png | Bin 26934 -> 0 bytes .../geography_country/france/franche-conte.png | Bin 1209 -> 0 bytes .../geography_country/france/haute-normandie.png | Bin 1047 -> 0 bytes .../geography_country/france/ile-de-france.png | Bin 1009 -> 0 bytes .../france/languedoc-roussillon.png | Bin 2329 -> 0 bytes .../geography_country/france/limousin.png | Bin 1165 -> 0 bytes .../geography_country/france/lorraine.png | Bin 1525 -> 0 bytes .../geography_country/france/midi-pyrenees.png | Bin 2316 -> 0 bytes .../france/nord-pas-de-calais.png | Bin 997 -> 0 bytes .../geography_country/france/pays-de-la-loire.png | Bin 2195 -> 0 bytes .../geography_country/france/picardie.png | Bin 1413 -> 0 bytes .../geography_country/france/poitou-charentes.png | Bin 1838 -> 0 bytes .../france/provence-alpes-cote_d_azur.png | Bin 2453 -> 0 bytes .../geography_country/france/rhone-alpes.png | Bin 2166 -> 0 bytes .../geography_country/germany/Makefile.am | 37 --- .../resources/geography_country/germany/back.png | Bin 17285 -> 0 bytes .../germany/baden-wuerttemberg.png | Bin 5452 -> 0 bytes .../resources/geography_country/germany/bayern.png | Bin 7173 -> 0 bytes .../resources/geography_country/germany/berlin.png | Bin 871 -> 0 bytes .../geography_country/germany/brandenburg.png | Bin 5458 -> 0 bytes .../resources/geography_country/germany/bremen.png | Bin 1028 -> 0 bytes .../geography_country/germany/hamburg.png | Bin 1159 -> 0 bytes .../resources/geography_country/germany/hessen.png | Bin 3989 -> 0 bytes .../germany/mecklenburg-vorpommern.png | Bin 7179 -> 0 bytes .../geography_country/germany/niedersachsen.png | Bin 7213 -> 0 bytes .../germany/nordrhein-westfalen.png | Bin 6784 -> 0 bytes .../geography_country/germany/rheinland-pfalz.png | Bin 4850 -> 0 bytes .../geography_country/germany/saarland.png | Bin 2020 -> 0 bytes .../geography_country/germany/sachsen-anhalt.png | Bin 4881 -> 0 bytes .../geography_country/germany/sachsen.png | Bin 4070 -> 0 bytes .../germany/schleswig_holstein.png | Bin 5813 -> 0 bytes .../germany/target_baden-wuerttemberg.png | Bin 157 -> 0 bytes .../geography_country/germany/target_bayern.png | Bin 162 -> 0 bytes .../geography_country/germany/target_berlin.png | Bin 129 -> 0 bytes .../germany/target_brandenburg.png | Bin 156 -> 0 bytes .../geography_country/germany/target_bremen.png | Bin 131 -> 0 bytes .../geography_country/germany/target_hamburg.png | Bin 131 -> 0 bytes .../geography_country/germany/target_hessen.png | Bin 153 -> 0 bytes .../germany/target_mecklenburg-vorpommern.png | Bin 153 -> 0 bytes .../germany/target_niedersachsen.png | Bin 161 -> 0 bytes .../germany/target_nordrhein-westfalen.png | Bin 158 -> 0 bytes .../germany/target_rheinland-pfalz.png | Bin 148 -> 0 bytes .../geography_country/germany/target_saarland.png | Bin 129 -> 0 bytes .../germany/target_sachsen-anhalt.png | Bin 149 -> 0 bytes .../geography_country/germany/target_sachsen.png | Bin 147 -> 0 bytes .../germany/target_schleswig_holstein.png | Bin 150 -> 0 bytes .../germany/target_thueringen.png | Bin 145 -> 0 bytes .../geography_country/germany/thueringen.png | Bin 3661 -> 0 bytes .../resources/geography_country/norway/Makefile.am | 43 --- .../geography_country/norway/akershus.png | Bin 160 -> 0 bytes .../geography_country/norway/aust-agder.png | Bin 204 -> 0 bytes .../geography_country/norway/buskerud.png | Bin 209 -> 0 bytes .../geography_country/norway/finnmark.png | Bin 423 -> 0 bytes .../resources/geography_country/norway/hedmark.png | Bin 246 -> 0 bytes .../geography_country/norway/hordaland.png | Bin 203 -> 0 bytes .../geography_country/norway/more-og-romsdal.png | Bin 217 -> 0 bytes .../geography_country/norway/nord-trondelag.png | Bin 235 -> 0 bytes .../geography_country/norway/nordland.png | Bin 364 -> 0 bytes .../resources/geography_country/norway/norway.png | Bin 3108 -> 0 bytes .../resources/geography_country/norway/oppland.png | Bin 236 -> 0 bytes .../resources/geography_country/norway/oslo.png | Bin 143 -> 0 bytes .../resources/geography_country/norway/ostfold.png | Bin 131 -> 0 bytes .../geography_country/norway/rogaland.png | Bin 196 -> 0 bytes .../geography_country/norway/sogn-og-fjordane.png | Bin 208 -> 0 bytes .../geography_country/norway/sor-trondelag.png | Bin 253 -> 0 bytes .../geography_country/norway/target_akershus.png | Bin 124 -> 0 bytes .../geography_country/norway/target_aust-agder.png | Bin 131 -> 0 bytes .../geography_country/norway/target_buskerud.png | Bin 130 -> 0 bytes .../geography_country/norway/target_finnmark.png | Bin 143 -> 0 bytes .../geography_country/norway/target_hedmark.png | Bin 134 -> 0 bytes .../geography_country/norway/target_hordaland.png | Bin 128 -> 0 bytes .../norway/target_more-og-romsdal.png | Bin 133 -> 0 bytes .../norway/target_nord-trondelag.png | Bin 132 -> 0 bytes .../geography_country/norway/target_nordland.png | Bin 148 -> 0 bytes .../geography_country/norway/target_oppland.png | Bin 133 -> 0 bytes .../geography_country/norway/target_oslo.png | Bin 126 -> 0 bytes .../geography_country/norway/target_ostfold.png | Bin 126 -> 0 bytes .../geography_country/norway/target_rogaland.png | Bin 130 -> 0 bytes .../norway/target_sogn-og-fjordane.png | Bin 133 -> 0 bytes .../norway/target_sor-trondelag.png | Bin 133 -> 0 bytes .../geography_country/norway/target_telemark.png | Bin 130 -> 0 bytes .../geography_country/norway/target_troms.png | Bin 136 -> 0 bytes .../geography_country/norway/target_vest-agder.png | Bin 129 -> 0 bytes .../geography_country/norway/target_vestfold.png | Bin 128 -> 0 bytes .../geography_country/norway/telemark.png | Bin 192 -> 0 bytes .../resources/geography_country/norway/troms.png | Bin 248 -> 0 bytes .../geography_country/norway/vest-agder.png | Bin 172 -> 0 bytes .../geography_country/norway/vestfold.png | Bin 137 -> 0 bytes .../resources/geography_country/poland/Makefile.am | 21 -- .../geography_country/poland/dolnoslaskie.png | Bin 3457 -> 0 bytes .../poland/kujawsko-pomorskie.png | Bin 2545 -> 0 bytes .../resources/geography_country/poland/lodzkie.png | Bin 2858 -> 0 bytes .../geography_country/poland/lubelskie.png | Bin 3400 -> 0 bytes .../geography_country/poland/lubuskie.png | Bin 2719 -> 0 bytes .../geography_country/poland/malopolskie.png | Bin 2638 -> 0 bytes .../geography_country/poland/mazowieckie.png | Bin 4763 -> 0 bytes .../geography_country/poland/opolskie.png | Bin 1985 -> 0 bytes .../geography_country/poland/podkarpackie.png | Bin 2855 -> 0 bytes .../geography_country/poland/podlaskie.png | Bin 2907 -> 0 bytes .../resources/geography_country/poland/poland.png | Bin 4405 -> 0 bytes .../geography_country/poland/pomorskie.png | Bin 2981 -> 0 bytes .../resources/geography_country/poland/slaskie.png | Bin 2735 -> 0 bytes .../geography_country/poland/swietokrzyskie.png | Bin 1977 -> 0 bytes .../poland/warminsko-mazurskie.png | Bin 2628 -> 0 bytes .../geography_country/poland/wielkopolskie.png | Bin 4686 -> 0 bytes .../poland/zachodnio-pomorskie.png | Bin 3190 -> 0 bytes .../resources/geography_country/turkey/Makefile.am | 88 ----- .../resources/geography_country/turkey/adana.png | Bin 597 -> 0 bytes .../geography_country/turkey/adiyaman.png | Bin 364 -> 0 bytes .../resources/geography_country/turkey/afyon.png | Bin 514 -> 0 bytes .../resources/geography_country/turkey/agri.png | Bin 389 -> 0 bytes .../resources/geography_country/turkey/aksaray.png | Bin 365 -> 0 bytes .../resources/geography_country/turkey/amasya.png | Bin 335 -> 0 bytes .../resources/geography_country/turkey/ankara.png | Bin 827 -> 0 bytes .../resources/geography_country/turkey/antalya.png | Bin 662 -> 0 bytes .../resources/geography_country/turkey/ardahan.png | Bin 305 -> 0 bytes .../resources/geography_country/turkey/artvin.png | Bin 368 -> 0 bytes .../resources/geography_country/turkey/aydin.png | Bin 343 -> 0 bytes .../geography_country/turkey/balikesir.png | Bin 579 -> 0 bytes .../resources/geography_country/turkey/bartin.png | Bin 224 -> 0 bytes .../resources/geography_country/turkey/batman.png | Bin 323 -> 0 bytes .../resources/geography_country/turkey/bayburt.png | Bin 288 -> 0 bytes .../resources/geography_country/turkey/bilecik.png | Bin 282 -> 0 bytes .../resources/geography_country/turkey/bingol.png | Bin 353 -> 0 bytes .../resources/geography_country/turkey/bitlis.png | Bin 401 -> 0 bytes .../resources/geography_country/turkey/bolu.png | Bin 354 -> 0 bytes .../resources/geography_country/turkey/burdur.png | Bin 317 -> 0 bytes .../resources/geography_country/turkey/bursa.png | Bin 396 -> 0 bytes .../geography_country/turkey/canakkale.png | Bin 517 -> 0 bytes .../resources/geography_country/turkey/cankiri.png | Bin 339 -> 0 bytes .../resources/geography_country/turkey/corum.png | Bin 466 -> 0 bytes .../resources/geography_country/turkey/denizli.png | Bin 514 -> 0 bytes .../geography_country/turkey/diyarbakir.png | Bin 452 -> 0 bytes .../resources/geography_country/turkey/duzce.png | Bin 184 -> 0 bytes .../resources/geography_country/turkey/edirne.png | Bin 420 -> 0 bytes .../resources/geography_country/turkey/elazig.png | Bin 394 -> 0 bytes .../geography_country/turkey/erzincan.png | Bin 414 -> 0 bytes .../resources/geography_country/turkey/erzurum.png | Bin 625 -> 0 bytes .../geography_country/turkey/eskisehir.png | Bin 469 -> 0 bytes .../geography_country/turkey/gaziantep.png | Bin 401 -> 0 bytes .../resources/geography_country/turkey/giresun.png | Bin 356 -> 0 bytes .../geography_country/turkey/gumushane.png | Bin 347 -> 0 bytes .../resources/geography_country/turkey/hakkari.png | Bin 409 -> 0 bytes .../resources/geography_country/turkey/hatay.png | Bin 348 -> 0 bytes .../resources/geography_country/turkey/igdir.png | Bin 292 -> 0 bytes .../resources/geography_country/turkey/isparta.png | Bin 378 -> 0 bytes .../geography_country/turkey/istanbul.png | Bin 446 -> 0 bytes .../resources/geography_country/turkey/izmir.png | Bin 635 -> 0 bytes .../geography_country/turkey/kahramanmaras.png | Bin 420 -> 0 bytes .../resources/geography_country/turkey/karabuk.png | Bin 426 -> 0 bytes .../resources/geography_country/turkey/karaman.png | Bin 389 -> 0 bytes .../resources/geography_country/turkey/kars.png | Bin 363 -> 0 bytes .../geography_country/turkey/kastamonu.png | Bin 425 -> 0 bytes .../resources/geography_country/turkey/kayseri.png | Bin 566 -> 0 bytes .../resources/geography_country/turkey/kilis.png | Bin 195 -> 0 bytes .../geography_country/turkey/kirikkale.png | Bin 263 -> 0 bytes .../geography_country/turkey/kirklareli.png | Bin 340 -> 0 bytes .../geography_country/turkey/kirsehir.png | Bin 365 -> 0 bytes .../resources/geography_country/turkey/kocaeli.png | Bin 324 -> 0 bytes .../resources/geography_country/turkey/konya.png | Bin 936 -> 0 bytes .../resources/geography_country/turkey/kutahya.png | Bin 431 -> 0 bytes .../resources/geography_country/turkey/malatya.png | Bin 447 -> 0 bytes .../resources/geography_country/turkey/manisa.png | Bin 452 -> 0 bytes .../resources/geography_country/turkey/mardin.png | Bin 364 -> 0 bytes .../resources/geography_country/turkey/mersin.png | Bin 583 -> 0 bytes .../resources/geography_country/turkey/mugla.png | Bin 619 -> 0 bytes .../resources/geography_country/turkey/mus.png | Bin 380 -> 0 bytes .../geography_country/turkey/nevsehir.png | Bin 330 -> 0 bytes .../resources/geography_country/turkey/nigde.png | Bin 350 -> 0 bytes .../resources/geography_country/turkey/ordu.png | Bin 362 -> 0 bytes .../geography_country/turkey/osmaniye.png | Bin 238 -> 0 bytes .../resources/geography_country/turkey/rize.png | Bin 275 -> 0 bytes .../resources/geography_country/turkey/sakarya.png | Bin 307 -> 0 bytes .../resources/geography_country/turkey/samsun.png | Bin 478 -> 0 bytes .../geography_country/turkey/sanliurfa.png | Bin 487 -> 0 bytes .../resources/geography_country/turkey/siirt.png | Bin 275 -> 0 bytes .../resources/geography_country/turkey/sinop.png | Bin 326 -> 0 bytes .../resources/geography_country/turkey/sirnak.png | Bin 337 -> 0 bytes .../resources/geography_country/turkey/sivas.png | Bin 609 -> 0 bytes .../geography_country/turkey/tekirdag.png | Bin 319 -> 0 bytes .../resources/geography_country/turkey/tokat.png | Bin 359 -> 0 bytes .../resources/geography_country/turkey/trabzon.png | Bin 274 -> 0 bytes .../resources/geography_country/turkey/tunceli.png | Bin 322 -> 0 bytes .../geography_country/turkey/turkey-east.png | Bin 51131 -> 0 bytes .../geography_country/turkey/turkey-west.png | Bin 77622 -> 0 bytes .../resources/geography_country/turkey/turkey.png | Bin 117415 -> 0 bytes .../resources/geography_country/turkey/usak.png | Bin 265 -> 0 bytes .../resources/geography_country/turkey/van.png | Bin 599 -> 0 bytes .../resources/geography_country/turkey/yalova.png | Bin 130 -> 0 bytes .../resources/geography_country/turkey/yozgat.png | Bin 448 -> 0 bytes .../geography_country/turkey/zonguldak.png | Bin 252 -> 0 bytes 470 files changed, 1294 insertions(+), 1294 deletions(-) commit 4be7a92ea7095f6b6c600f7289ea15523d4b628e Author: Bruno Coudoin Date: Thu Mar 20 23:14:32 2008 +0000 move in progress from geography_country to geo_country because it's shorter svn path=/branches/gcomprixogoo/; revision=3326 src/geo_country-activity/Makefile.am | 27 ++ src/geo_country-activity/france_region.svg | 169 ++++++++++ src/geo_country-activity/geography_country.xml.in | 18 + src/geo_country-activity/init_path.sh | 8 + src/geo_country-activity/resources/Makefile.am | 1 + .../resources/geography_country/Makefile.am | 26 ++ .../geography_country/argentina/Makefile.am | 28 ++ .../geography_country/argentina/argentina.png | Bin 0 -> 129489 bytes .../geography_country/argentina/buenos_aires.png | Bin 0 -> 730 bytes .../geography_country/argentina/catamarca.png | Bin 0 -> 642 bytes .../geography_country/argentina/chaco.png | Bin 0 -> 452 bytes .../geography_country/argentina/chubut.png | Bin 0 -> 523 bytes .../geography_country/argentina/cordoba.png | Bin 0 -> 428 bytes .../geography_country/argentina/corrientes.png | Bin 0 -> 443 bytes .../geography_country/argentina/entre_rios.png | Bin 0 -> 395 bytes .../geography_country/argentina/formosa.png | Bin 0 -> 626 bytes .../geography_country/argentina/jujuy.png | Bin 0 -> 4113 bytes .../geography_country/argentina/la_pampa.png | Bin 0 -> 382 bytes .../geography_country/argentina/la_rioja.png | Bin 0 -> 440 bytes .../geography_country/argentina/mendoza.png | Bin 0 -> 464 bytes .../geography_country/argentina/misiones.png | Bin 0 -> 394 bytes .../geography_country/argentina/neuquen.png | Bin 0 -> 456 bytes .../geography_country/argentina/rio_negro.png | Bin 0 -> 578 bytes .../geography_country/argentina/salta.png | Bin 0 -> 673 bytes .../geography_country/argentina/san_juan.png | Bin 0 -> 430 bytes .../geography_country/argentina/san_luis.png | Bin 0 -> 290 bytes .../geography_country/argentina/santa_cruz.png | Bin 0 -> 654 bytes .../geography_country/argentina/santa_fe.png | Bin 0 -> 480 bytes .../argentina/santiago_del_estero.png | Bin 0 -> 368 bytes .../argentina/tierra_del_fuego.png | Bin 0 -> 441 bytes .../geography_country/argentina/tucuman.png | Bin 0 -> 306 bytes .../resources/geography_country/board1_0.xml.in | 75 +++++ .../resources/geography_country/board2_0.xml.in | 23 ++ .../resources/geography_country/board3_0.xml.in | 122 +++++++ .../resources/geography_country/board4_0.xml.in | 89 ++++++ .../resources/geography_country/board5_0.xml.in | 203 ++++++++++++ .../resources/geography_country/board5_1.xml.in | 151 +++++++++ .../resources/geography_country/board5_2.xml.in | 335 ++++++++++++++++++++ .../resources/geography_country/board6_0.xml.in | 26 ++ .../resources/geography_country/france/Makefile.am | 27 ++ .../resources/geography_country/france/alsace.png | Bin 0 -> 1049 bytes .../geography_country/france/aquitaine.png | Bin 0 -> 2568 bytes .../geography_country/france/auvergne.png | Bin 0 -> 1783 bytes .../geography_country/france/basse-normandie.png | Bin 0 -> 1595 bytes .../geography_country/france/bourgogne.png | Bin 0 -> 1639 bytes .../geography_country/france/bretagne.png | Bin 0 -> 1916 bytes .../resources/geography_country/france/centre.png | Bin 0 -> 2030 bytes .../geography_country/france/champagne-ardenne.png | Bin 0 -> 2027 bytes .../resources/geography_country/france/corse.png | Bin 0 -> 942 bytes .../geography_country/france/france-regions.png | Bin 0 -> 26934 bytes .../geography_country/france/franche-conte.png | Bin 0 -> 1209 bytes .../geography_country/france/haute-normandie.png | Bin 0 -> 1047 bytes .../geography_country/france/ile-de-france.png | Bin 0 -> 1009 bytes .../france/languedoc-roussillon.png | Bin 0 -> 2329 bytes .../geography_country/france/limousin.png | Bin 0 -> 1165 bytes .../geography_country/france/lorraine.png | Bin 0 -> 1525 bytes .../geography_country/france/midi-pyrenees.png | Bin 0 -> 2316 bytes .../france/nord-pas-de-calais.png | Bin 0 -> 997 bytes .../geography_country/france/pays-de-la-loire.png | Bin 0 -> 2195 bytes .../geography_country/france/picardie.png | Bin 0 -> 1413 bytes .../geography_country/france/poitou-charentes.png | Bin 0 -> 1838 bytes .../france/provence-alpes-cote_d_azur.png | Bin 0 -> 2453 bytes .../geography_country/france/rhone-alpes.png | Bin 0 -> 2166 bytes .../geography_country/germany/Makefile.am | 37 +++ .../resources/geography_country/germany/back.png | Bin 0 -> 17285 bytes .../germany/baden-wuerttemberg.png | Bin 0 -> 5452 bytes .../resources/geography_country/germany/bayern.png | Bin 0 -> 7173 bytes .../resources/geography_country/germany/berlin.png | Bin 0 -> 871 bytes .../geography_country/germany/brandenburg.png | Bin 0 -> 5458 bytes .../resources/geography_country/germany/bremen.png | Bin 0 -> 1028 bytes .../geography_country/germany/hamburg.png | Bin 0 -> 1159 bytes .../resources/geography_country/germany/hessen.png | Bin 0 -> 3989 bytes .../germany/mecklenburg-vorpommern.png | Bin 0 -> 7179 bytes .../geography_country/germany/niedersachsen.png | Bin 0 -> 7213 bytes .../germany/nordrhein-westfalen.png | Bin 0 -> 6784 bytes .../geography_country/germany/rheinland-pfalz.png | Bin 0 -> 4850 bytes .../geography_country/germany/saarland.png | Bin 0 -> 2020 bytes .../geography_country/germany/sachsen-anhalt.png | Bin 0 -> 4881 bytes .../geography_country/germany/sachsen.png | Bin 0 -> 4070 bytes .../germany/schleswig_holstein.png | Bin 0 -> 5813 bytes .../germany/target_baden-wuerttemberg.png | Bin 0 -> 157 bytes .../geography_country/germany/target_bayern.png | Bin 0 -> 162 bytes .../geography_country/germany/target_berlin.png | Bin 0 -> 129 bytes .../germany/target_brandenburg.png | Bin 0 -> 156 bytes .../geography_country/germany/target_bremen.png | Bin 0 -> 131 bytes .../geography_country/germany/target_hamburg.png | Bin 0 -> 131 bytes .../geography_country/germany/target_hessen.png | Bin 0 -> 153 bytes .../germany/target_mecklenburg-vorpommern.png | Bin 0 -> 153 bytes .../germany/target_niedersachsen.png | Bin 0 -> 161 bytes .../germany/target_nordrhein-westfalen.png | Bin 0 -> 158 bytes .../germany/target_rheinland-pfalz.png | Bin 0 -> 148 bytes .../geography_country/germany/target_saarland.png | Bin 0 -> 129 bytes .../germany/target_sachsen-anhalt.png | Bin 0 -> 149 bytes .../geography_country/germany/target_sachsen.png | Bin 0 -> 147 bytes .../germany/target_schleswig_holstein.png | Bin 0 -> 150 bytes .../germany/target_thueringen.png | Bin 0 -> 145 bytes .../geography_country/germany/thueringen.png | Bin 0 -> 3661 bytes .../resources/geography_country/norway/Makefile.am | 43 +++ .../geography_country/norway/akershus.png | Bin 0 -> 160 bytes .../geography_country/norway/aust-agder.png | Bin 0 -> 204 bytes .../geography_country/norway/buskerud.png | Bin 0 -> 209 bytes .../geography_country/norway/finnmark.png | Bin 0 -> 423 bytes .../resources/geography_country/norway/hedmark.png | Bin 0 -> 246 bytes .../geography_country/norway/hordaland.png | Bin 0 -> 203 bytes .../geography_country/norway/more-og-romsdal.png | Bin 0 -> 217 bytes .../geography_country/norway/nord-trondelag.png | Bin 0 -> 235 bytes .../geography_country/norway/nordland.png | Bin 0 -> 364 bytes .../resources/geography_country/norway/norway.png | Bin 0 -> 3108 bytes .../resources/geography_country/norway/oppland.png | Bin 0 -> 236 bytes .../resources/geography_country/norway/oslo.png | Bin 0 -> 143 bytes .../resources/geography_country/norway/ostfold.png | Bin 0 -> 131 bytes .../geography_country/norway/rogaland.png | Bin 0 -> 196 bytes .../geography_country/norway/sogn-og-fjordane.png | Bin 0 -> 208 bytes .../geography_country/norway/sor-trondelag.png | Bin 0 -> 253 bytes .../geography_country/norway/target_akershus.png | Bin 0 -> 124 bytes .../geography_country/norway/target_aust-agder.png | Bin 0 -> 131 bytes .../geography_country/norway/target_buskerud.png | Bin 0 -> 130 bytes .../geography_country/norway/target_finnmark.png | Bin 0 -> 143 bytes .../geography_country/norway/target_hedmark.png | Bin 0 -> 134 bytes .../geography_country/norway/target_hordaland.png | Bin 0 -> 128 bytes .../norway/target_more-og-romsdal.png | Bin 0 -> 133 bytes .../norway/target_nord-trondelag.png | Bin 0 -> 132 bytes .../geography_country/norway/target_nordland.png | Bin 0 -> 148 bytes .../geography_country/norway/target_oppland.png | Bin 0 -> 133 bytes .../geography_country/norway/target_oslo.png | Bin 0 -> 126 bytes .../geography_country/norway/target_ostfold.png | Bin 0 -> 126 bytes .../geography_country/norway/target_rogaland.png | Bin 0 -> 130 bytes .../norway/target_sogn-og-fjordane.png | Bin 0 -> 133 bytes .../norway/target_sor-trondelag.png | Bin 0 -> 133 bytes .../geography_country/norway/target_telemark.png | Bin 0 -> 130 bytes .../geography_country/norway/target_troms.png | Bin 0 -> 136 bytes .../geography_country/norway/target_vest-agder.png | Bin 0 -> 129 bytes .../geography_country/norway/target_vestfold.png | Bin 0 -> 128 bytes .../geography_country/norway/telemark.png | Bin 0 -> 192 bytes .../resources/geography_country/norway/troms.png | Bin 0 -> 248 bytes .../geography_country/norway/vest-agder.png | Bin 0 -> 172 bytes .../geography_country/norway/vestfold.png | Bin 0 -> 137 bytes .../resources/geography_country/poland/Makefile.am | 21 ++ .../geography_country/poland/dolnoslaskie.png | Bin 0 -> 3457 bytes .../poland/kujawsko-pomorskie.png | Bin 0 -> 2545 bytes .../resources/geography_country/poland/lodzkie.png | Bin 0 -> 2858 bytes .../geography_country/poland/lubelskie.png | Bin 0 -> 3400 bytes .../geography_country/poland/lubuskie.png | Bin 0 -> 2719 bytes .../geography_country/poland/malopolskie.png | Bin 0 -> 2638 bytes .../geography_country/poland/mazowieckie.png | Bin 0 -> 4763 bytes .../geography_country/poland/opolskie.png | Bin 0 -> 1985 bytes .../geography_country/poland/podkarpackie.png | Bin 0 -> 2855 bytes .../geography_country/poland/podlaskie.png | Bin 0 -> 2907 bytes .../resources/geography_country/poland/poland.png | Bin 0 -> 4405 bytes .../geography_country/poland/pomorskie.png | Bin 0 -> 2981 bytes .../resources/geography_country/poland/slaskie.png | Bin 0 -> 2735 bytes .../geography_country/poland/swietokrzyskie.png | Bin 0 -> 1977 bytes .../poland/warminsko-mazurskie.png | Bin 0 -> 2628 bytes .../geography_country/poland/wielkopolskie.png | Bin 0 -> 4686 bytes .../poland/zachodnio-pomorskie.png | Bin 0 -> 3190 bytes .../resources/geography_country/turkey/Makefile.am | 88 +++++ .../resources/geography_country/turkey/adana.png | Bin 0 -> 597 bytes .../geography_country/turkey/adiyaman.png | Bin 0 -> 364 bytes .../resources/geography_country/turkey/afyon.png | Bin 0 -> 514 bytes .../resources/geography_country/turkey/agri.png | Bin 0 -> 389 bytes .../resources/geography_country/turkey/aksaray.png | Bin 0 -> 365 bytes .../resources/geography_country/turkey/amasya.png | Bin 0 -> 335 bytes .../resources/geography_country/turkey/ankara.png | Bin 0 -> 827 bytes .../resources/geography_country/turkey/antalya.png | Bin 0 -> 662 bytes .../resources/geography_country/turkey/ardahan.png | Bin 0 -> 305 bytes .../resources/geography_country/turkey/artvin.png | Bin 0 -> 368 bytes .../resources/geography_country/turkey/aydin.png | Bin 0 -> 343 bytes .../geography_country/turkey/balikesir.png | Bin 0 -> 579 bytes .../resources/geography_country/turkey/bartin.png | Bin 0 -> 224 bytes .../resources/geography_country/turkey/batman.png | Bin 0 -> 323 bytes .../resources/geography_country/turkey/bayburt.png | Bin 0 -> 288 bytes .../resources/geography_country/turkey/bilecik.png | Bin 0 -> 282 bytes .../resources/geography_country/turkey/bingol.png | Bin 0 -> 353 bytes .../resources/geography_country/turkey/bitlis.png | Bin 0 -> 401 bytes .../resources/geography_country/turkey/bolu.png | Bin 0 -> 354 bytes .../resources/geography_country/turkey/burdur.png | Bin 0 -> 317 bytes .../resources/geography_country/turkey/bursa.png | Bin 0 -> 396 bytes .../geography_country/turkey/canakkale.png | Bin 0 -> 517 bytes .../resources/geography_country/turkey/cankiri.png | Bin 0 -> 339 bytes .../resources/geography_country/turkey/corum.png | Bin 0 -> 466 bytes .../resources/geography_country/turkey/denizli.png | Bin 0 -> 514 bytes .../geography_country/turkey/diyarbakir.png | Bin 0 -> 452 bytes .../resources/geography_country/turkey/duzce.png | Bin 0 -> 184 bytes .../resources/geography_country/turkey/edirne.png | Bin 0 -> 420 bytes .../resources/geography_country/turkey/elazig.png | Bin 0 -> 394 bytes .../geography_country/turkey/erzincan.png | Bin 0 -> 414 bytes .../resources/geography_country/turkey/erzurum.png | Bin 0 -> 625 bytes .../geography_country/turkey/eskisehir.png | Bin 0 -> 469 bytes .../geography_country/turkey/gaziantep.png | Bin 0 -> 401 bytes .../resources/geography_country/turkey/giresun.png | Bin 0 -> 356 bytes .../geography_country/turkey/gumushane.png | Bin 0 -> 347 bytes .../resources/geography_country/turkey/hakkari.png | Bin 0 -> 409 bytes .../resources/geography_country/turkey/hatay.png | Bin 0 -> 348 bytes .../resources/geography_country/turkey/igdir.png | Bin 0 -> 292 bytes .../resources/geography_country/turkey/isparta.png | Bin 0 -> 378 bytes .../geography_country/turkey/istanbul.png | Bin 0 -> 446 bytes .../resources/geography_country/turkey/izmir.png | Bin 0 -> 635 bytes .../geography_country/turkey/kahramanmaras.png | Bin 0 -> 420 bytes .../resources/geography_country/turkey/karabuk.png | Bin 0 -> 426 bytes .../resources/geography_country/turkey/karaman.png | Bin 0 -> 389 bytes .../resources/geography_country/turkey/kars.png | Bin 0 -> 363 bytes .../geography_country/turkey/kastamonu.png | Bin 0 -> 425 bytes .../resources/geography_country/turkey/kayseri.png | Bin 0 -> 566 bytes .../resources/geography_country/turkey/kilis.png | Bin 0 -> 195 bytes .../geography_country/turkey/kirikkale.png | Bin 0 -> 263 bytes .../geography_country/turkey/kirklareli.png | Bin 0 -> 340 bytes .../geography_country/turkey/kirsehir.png | Bin 0 -> 365 bytes .../resources/geography_country/turkey/kocaeli.png | Bin 0 -> 324 bytes .../resources/geography_country/turkey/konya.png | Bin 0 -> 936 bytes .../resources/geography_country/turkey/kutahya.png | Bin 0 -> 431 bytes .../resources/geography_country/turkey/malatya.png | Bin 0 -> 447 bytes .../resources/geography_country/turkey/manisa.png | Bin 0 -> 452 bytes .../resources/geography_country/turkey/mardin.png | Bin 0 -> 364 bytes .../resources/geography_country/turkey/mersin.png | Bin 0 -> 583 bytes .../resources/geography_country/turkey/mugla.png | Bin 0 -> 619 bytes .../resources/geography_country/turkey/mus.png | Bin 0 -> 380 bytes .../geography_country/turkey/nevsehir.png | Bin 0 -> 330 bytes .../resources/geography_country/turkey/nigde.png | Bin 0 -> 350 bytes .../resources/geography_country/turkey/ordu.png | Bin 0 -> 362 bytes .../geography_country/turkey/osmaniye.png | Bin 0 -> 238 bytes .../resources/geography_country/turkey/rize.png | Bin 0 -> 275 bytes .../resources/geography_country/turkey/sakarya.png | Bin 0 -> 307 bytes .../resources/geography_country/turkey/samsun.png | Bin 0 -> 478 bytes .../geography_country/turkey/sanliurfa.png | Bin 0 -> 487 bytes .../resources/geography_country/turkey/siirt.png | Bin 0 -> 275 bytes .../resources/geography_country/turkey/sinop.png | Bin 0 -> 326 bytes .../resources/geography_country/turkey/sirnak.png | Bin 0 -> 337 bytes .../resources/geography_country/turkey/sivas.png | Bin 0 -> 609 bytes .../geography_country/turkey/tekirdag.png | Bin 0 -> 319 bytes .../resources/geography_country/turkey/tokat.png | Bin 0 -> 359 bytes .../resources/geography_country/turkey/trabzon.png | Bin 0 -> 274 bytes .../resources/geography_country/turkey/tunceli.png | Bin 0 -> 322 bytes .../geography_country/turkey/turkey-east.png | Bin 0 -> 51131 bytes .../geography_country/turkey/turkey-west.png | Bin 0 -> 77622 bytes .../resources/geography_country/turkey/turkey.png | Bin 0 -> 117415 bytes .../resources/geography_country/turkey/usak.png | Bin 0 -> 265 bytes .../resources/geography_country/turkey/van.png | Bin 0 -> 599 bytes .../resources/geography_country/turkey/yalova.png | Bin 0 -> 130 bytes .../resources/geography_country/turkey/yozgat.png | Bin 0 -> 448 bytes .../geography_country/turkey/zonguldak.png | Bin 0 -> 252 bytes src/geo_country-activity/resources/skins | 1 + src/geography_country-activity/Makefile.am | 27 -- src/geography_country-activity/france_region.svg | 169 ---------- .../geography_country.xml.in | 18 - src/geography_country-activity/init_path.sh | 8 - .../resources/Makefile.am | 1 - .../resources/geography_country/Makefile.am | 26 -- .../geography_country/argentina/Makefile.am | 28 -- .../geography_country/argentina/argentina.png | Bin 129489 -> 0 bytes .../geography_country/argentina/buenos_aires.png | Bin 730 -> 0 bytes .../geography_country/argentina/catamarca.png | Bin 642 -> 0 bytes .../geography_country/argentina/chaco.png | Bin 452 -> 0 bytes .../geography_country/argentina/chubut.png | Bin 523 -> 0 bytes .../geography_country/argentina/cordoba.png | Bin 428 -> 0 bytes .../geography_country/argentina/corrientes.png | Bin 443 -> 0 bytes .../geography_country/argentina/entre_rios.png | Bin 395 -> 0 bytes .../geography_country/argentina/formosa.png | Bin 626 -> 0 bytes .../geography_country/argentina/jujuy.png | Bin 4113 -> 0 bytes .../geography_country/argentina/la_pampa.png | Bin 382 -> 0 bytes .../geography_country/argentina/la_rioja.png | Bin 440 -> 0 bytes .../geography_country/argentina/mendoza.png | Bin 464 -> 0 bytes .../geography_country/argentina/misiones.png | Bin 394 -> 0 bytes .../geography_country/argentina/neuquen.png | Bin 456 -> 0 bytes .../geography_country/argentina/rio_negro.png | Bin 578 -> 0 bytes .../geography_country/argentina/salta.png | Bin 673 -> 0 bytes .../geography_country/argentina/san_juan.png | Bin 430 -> 0 bytes .../geography_country/argentina/san_luis.png | Bin 290 -> 0 bytes .../geography_country/argentina/santa_cruz.png | Bin 654 -> 0 bytes .../geography_country/argentina/santa_fe.png | Bin 480 -> 0 bytes .../argentina/santiago_del_estero.png | Bin 368 -> 0 bytes .../argentina/tierra_del_fuego.png | Bin 441 -> 0 bytes .../geography_country/argentina/tucuman.png | Bin 306 -> 0 bytes .../resources/geography_country/board1_0.xml.in | 75 ----- .../resources/geography_country/board2_0.xml.in | 23 -- .../resources/geography_country/board3_0.xml.in | 122 ------- .../resources/geography_country/board4_0.xml.in | 89 ------ .../resources/geography_country/board5_0.xml.in | 203 ------------ .../resources/geography_country/board5_1.xml.in | 151 --------- .../resources/geography_country/board5_2.xml.in | 335 -------------------- .../resources/geography_country/board6_0.xml.in | 26 -- .../resources/geography_country/france/Makefile.am | 27 -- .../resources/geography_country/france/alsace.png | Bin 1049 -> 0 bytes .../geography_country/france/aquitaine.png | Bin 2568 -> 0 bytes .../geography_country/france/auvergne.png | Bin 1783 -> 0 bytes .../geography_country/france/basse-normandie.png | Bin 1595 -> 0 bytes .../geography_country/france/bourgogne.png | Bin 1639 -> 0 bytes .../geography_country/france/bretagne.png | Bin 1916 -> 0 bytes .../resources/geography_country/france/centre.png | Bin 2030 -> 0 bytes .../geography_country/france/champagne-ardenne.png | Bin 2027 -> 0 bytes .../resources/geography_country/france/corse.png | Bin 942 -> 0 bytes .../geography_country/france/france-regions.png | Bin 26934 -> 0 bytes .../geography_country/france/franche-conte.png | Bin 1209 -> 0 bytes .../geography_country/france/haute-normandie.png | Bin 1047 -> 0 bytes .../geography_country/france/ile-de-france.png | Bin 1009 -> 0 bytes .../france/languedoc-roussillon.png | Bin 2329 -> 0 bytes .../geography_country/france/limousin.png | Bin 1165 -> 0 bytes .../geography_country/france/lorraine.png | Bin 1525 -> 0 bytes .../geography_country/france/midi-pyrenees.png | Bin 2316 -> 0 bytes .../france/nord-pas-de-calais.png | Bin 997 -> 0 bytes .../geography_country/france/pays-de-la-loire.png | Bin 2195 -> 0 bytes .../geography_country/france/picardie.png | Bin 1413 -> 0 bytes .../geography_country/france/poitou-charentes.png | Bin 1838 -> 0 bytes .../france/provence-alpes-cote_d_azur.png | Bin 2453 -> 0 bytes .../geography_country/france/rhone-alpes.png | Bin 2166 -> 0 bytes .../geography_country/germany/Makefile.am | 37 --- .../resources/geography_country/germany/back.png | Bin 17285 -> 0 bytes .../germany/baden-wuerttemberg.png | Bin 5452 -> 0 bytes .../resources/geography_country/germany/bayern.png | Bin 7173 -> 0 bytes .../resources/geography_country/germany/berlin.png | Bin 871 -> 0 bytes .../geography_country/germany/brandenburg.png | Bin 5458 -> 0 bytes .../resources/geography_country/germany/bremen.png | Bin 1028 -> 0 bytes .../geography_country/germany/hamburg.png | Bin 1159 -> 0 bytes .../resources/geography_country/germany/hessen.png | Bin 3989 -> 0 bytes .../germany/mecklenburg-vorpommern.png | Bin 7179 -> 0 bytes .../geography_country/germany/niedersachsen.png | Bin 7213 -> 0 bytes .../germany/nordrhein-westfalen.png | Bin 6784 -> 0 bytes .../geography_country/germany/rheinland-pfalz.png | Bin 4850 -> 0 bytes .../geography_country/germany/saarland.png | Bin 2020 -> 0 bytes .../geography_country/germany/sachsen-anhalt.png | Bin 4881 -> 0 bytes .../geography_country/germany/sachsen.png | Bin 4070 -> 0 bytes .../germany/schleswig_holstein.png | Bin 5813 -> 0 bytes .../germany/target_baden-wuerttemberg.png | Bin 157 -> 0 bytes .../geography_country/germany/target_bayern.png | Bin 162 -> 0 bytes .../geography_country/germany/target_berlin.png | Bin 129 -> 0 bytes .../germany/target_brandenburg.png | Bin 156 -> 0 bytes .../geography_country/germany/target_bremen.png | Bin 131 -> 0 bytes .../geography_country/germany/target_hamburg.png | Bin 131 -> 0 bytes .../geography_country/germany/target_hessen.png | Bin 153 -> 0 bytes .../germany/target_mecklenburg-vorpommern.png | Bin 153 -> 0 bytes .../germany/target_niedersachsen.png | Bin 161 -> 0 bytes .../germany/target_nordrhein-westfalen.png | Bin 158 -> 0 bytes .../germany/target_rheinland-pfalz.png | Bin 148 -> 0 bytes .../geography_country/germany/target_saarland.png | Bin 129 -> 0 bytes .../germany/target_sachsen-anhalt.png | Bin 149 -> 0 bytes .../geography_country/germany/target_sachsen.png | Bin 147 -> 0 bytes .../germany/target_schleswig_holstein.png | Bin 150 -> 0 bytes .../germany/target_thueringen.png | Bin 145 -> 0 bytes .../geography_country/germany/thueringen.png | Bin 3661 -> 0 bytes .../resources/geography_country/norway/Makefile.am | 43 --- .../geography_country/norway/akershus.png | Bin 160 -> 0 bytes .../geography_country/norway/aust-agder.png | Bin 204 -> 0 bytes .../geography_country/norway/buskerud.png | Bin 209 -> 0 bytes .../geography_country/norway/finnmark.png | Bin 423 -> 0 bytes .../resources/geography_country/norway/hedmark.png | Bin 246 -> 0 bytes .../geography_country/norway/hordaland.png | Bin 203 -> 0 bytes .../geography_country/norway/more-og-romsdal.png | Bin 217 -> 0 bytes .../geography_country/norway/nord-trondelag.png | Bin 235 -> 0 bytes .../geography_country/norway/nordland.png | Bin 364 -> 0 bytes .../resources/geography_country/norway/norway.png | Bin 3108 -> 0 bytes .../resources/geography_country/norway/oppland.png | Bin 236 -> 0 bytes .../resources/geography_country/norway/oslo.png | Bin 143 -> 0 bytes .../resources/geography_country/norway/ostfold.png | Bin 131 -> 0 bytes .../geography_country/norway/rogaland.png | Bin 196 -> 0 bytes .../geography_country/norway/sogn-og-fjordane.png | Bin 208 -> 0 bytes .../geography_country/norway/sor-trondelag.png | Bin 253 -> 0 bytes .../geography_country/norway/target_akershus.png | Bin 124 -> 0 bytes .../geography_country/norway/target_aust-agder.png | Bin 131 -> 0 bytes .../geography_country/norway/target_buskerud.png | Bin 130 -> 0 bytes .../geography_country/norway/target_finnmark.png | Bin 143 -> 0 bytes .../geography_country/norway/target_hedmark.png | Bin 134 -> 0 bytes .../geography_country/norway/target_hordaland.png | Bin 128 -> 0 bytes .../norway/target_more-og-romsdal.png | Bin 133 -> 0 bytes .../norway/target_nord-trondelag.png | Bin 132 -> 0 bytes .../geography_country/norway/target_nordland.png | Bin 148 -> 0 bytes .../geography_country/norway/target_oppland.png | Bin 133 -> 0 bytes .../geography_country/norway/target_oslo.png | Bin 126 -> 0 bytes .../geography_country/norway/target_ostfold.png | Bin 126 -> 0 bytes .../geography_country/norway/target_rogaland.png | Bin 130 -> 0 bytes .../norway/target_sogn-og-fjordane.png | Bin 133 -> 0 bytes .../norway/target_sor-trondelag.png | Bin 133 -> 0 bytes .../geography_country/norway/target_telemark.png | Bin 130 -> 0 bytes .../geography_country/norway/target_troms.png | Bin 136 -> 0 bytes .../geography_country/norway/target_vest-agder.png | Bin 129 -> 0 bytes .../geography_country/norway/target_vestfold.png | Bin 128 -> 0 bytes .../geography_country/norway/telemark.png | Bin 192 -> 0 bytes .../resources/geography_country/norway/troms.png | Bin 248 -> 0 bytes .../geography_country/norway/vest-agder.png | Bin 172 -> 0 bytes .../geography_country/norway/vestfold.png | Bin 137 -> 0 bytes .../resources/geography_country/poland/Makefile.am | 21 -- .../geography_country/poland/dolnoslaskie.png | Bin 3457 -> 0 bytes .../poland/kujawsko-pomorskie.png | Bin 2545 -> 0 bytes .../resources/geography_country/poland/lodzkie.png | Bin 2858 -> 0 bytes .../geography_country/poland/lubelskie.png | Bin 3400 -> 0 bytes .../geography_country/poland/lubuskie.png | Bin 2719 -> 0 bytes .../geography_country/poland/malopolskie.png | Bin 2638 -> 0 bytes .../geography_country/poland/mazowieckie.png | Bin 4763 -> 0 bytes .../geography_country/poland/opolskie.png | Bin 1985 -> 0 bytes .../geography_country/poland/podkarpackie.png | Bin 2855 -> 0 bytes .../geography_country/poland/podlaskie.png | Bin 2907 -> 0 bytes .../resources/geography_country/poland/poland.png | Bin 4405 -> 0 bytes .../geography_country/poland/pomorskie.png | Bin 2981 -> 0 bytes .../resources/geography_country/poland/slaskie.png | Bin 2735 -> 0 bytes .../geography_country/poland/swietokrzyskie.png | Bin 1977 -> 0 bytes .../poland/warminsko-mazurskie.png | Bin 2628 -> 0 bytes .../geography_country/poland/wielkopolskie.png | Bin 4686 -> 0 bytes .../poland/zachodnio-pomorskie.png | Bin 3190 -> 0 bytes .../resources/geography_country/turkey/Makefile.am | 88 ----- .../resources/geography_country/turkey/adana.png | Bin 597 -> 0 bytes .../geography_country/turkey/adiyaman.png | Bin 364 -> 0 bytes .../resources/geography_country/turkey/afyon.png | Bin 514 -> 0 bytes .../resources/geography_country/turkey/agri.png | Bin 389 -> 0 bytes .../resources/geography_country/turkey/aksaray.png | Bin 365 -> 0 bytes .../resources/geography_country/turkey/amasya.png | Bin 335 -> 0 bytes .../resources/geography_country/turkey/ankara.png | Bin 827 -> 0 bytes .../resources/geography_country/turkey/antalya.png | Bin 662 -> 0 bytes .../resources/geography_country/turkey/ardahan.png | Bin 305 -> 0 bytes .../resources/geography_country/turkey/artvin.png | Bin 368 -> 0 bytes .../resources/geography_country/turkey/aydin.png | Bin 343 -> 0 bytes .../geography_country/turkey/balikesir.png | Bin 579 -> 0 bytes .../resources/geography_country/turkey/bartin.png | Bin 224 -> 0 bytes .../resources/geography_country/turkey/batman.png | Bin 323 -> 0 bytes .../resources/geography_country/turkey/bayburt.png | Bin 288 -> 0 bytes .../resources/geography_country/turkey/bilecik.png | Bin 282 -> 0 bytes .../resources/geography_country/turkey/bingol.png | Bin 353 -> 0 bytes .../resources/geography_country/turkey/bitlis.png | Bin 401 -> 0 bytes .../resources/geography_country/turkey/bolu.png | Bin 354 -> 0 bytes .../resources/geography_country/turkey/burdur.png | Bin 317 -> 0 bytes .../resources/geography_country/turkey/bursa.png | Bin 396 -> 0 bytes .../geography_country/turkey/canakkale.png | Bin 517 -> 0 bytes .../resources/geography_country/turkey/cankiri.png | Bin 339 -> 0 bytes .../resources/geography_country/turkey/corum.png | Bin 466 -> 0 bytes .../resources/geography_country/turkey/denizli.png | Bin 514 -> 0 bytes .../geography_country/turkey/diyarbakir.png | Bin 452 -> 0 bytes .../resources/geography_country/turkey/duzce.png | Bin 184 -> 0 bytes .../resources/geography_country/turkey/edirne.png | Bin 420 -> 0 bytes .../resources/geography_country/turkey/elazig.png | Bin 394 -> 0 bytes .../geography_country/turkey/erzincan.png | Bin 414 -> 0 bytes .../resources/geography_country/turkey/erzurum.png | Bin 625 -> 0 bytes .../geography_country/turkey/eskisehir.png | Bin 469 -> 0 bytes .../geography_country/turkey/gaziantep.png | Bin 401 -> 0 bytes .../resources/geography_country/turkey/giresun.png | Bin 356 -> 0 bytes .../geography_country/turkey/gumushane.png | Bin 347 -> 0 bytes .../resources/geography_country/turkey/hakkari.png | Bin 409 -> 0 bytes .../resources/geography_country/turkey/hatay.png | Bin 348 -> 0 bytes .../resources/geography_country/turkey/igdir.png | Bin 292 -> 0 bytes .../resources/geography_country/turkey/isparta.png | Bin 378 -> 0 bytes .../geography_country/turkey/istanbul.png | Bin 446 -> 0 bytes .../resources/geography_country/turkey/izmir.png | Bin 635 -> 0 bytes .../geography_country/turkey/kahramanmaras.png | Bin 420 -> 0 bytes .../resources/geography_country/turkey/karabuk.png | Bin 426 -> 0 bytes .../resources/geography_country/turkey/karaman.png | Bin 389 -> 0 bytes .../resources/geography_country/turkey/kars.png | Bin 363 -> 0 bytes .../geography_country/turkey/kastamonu.png | Bin 425 -> 0 bytes .../resources/geography_country/turkey/kayseri.png | Bin 566 -> 0 bytes .../resources/geography_country/turkey/kilis.png | Bin 195 -> 0 bytes .../geography_country/turkey/kirikkale.png | Bin 263 -> 0 bytes .../geography_country/turkey/kirklareli.png | Bin 340 -> 0 bytes .../geography_country/turkey/kirsehir.png | Bin 365 -> 0 bytes .../resources/geography_country/turkey/kocaeli.png | Bin 324 -> 0 bytes .../resources/geography_country/turkey/konya.png | Bin 936 -> 0 bytes .../resources/geography_country/turkey/kutahya.png | Bin 431 -> 0 bytes .../resources/geography_country/turkey/malatya.png | Bin 447 -> 0 bytes .../resources/geography_country/turkey/manisa.png | Bin 452 -> 0 bytes .../resources/geography_country/turkey/mardin.png | Bin 364 -> 0 bytes .../resources/geography_country/turkey/mersin.png | Bin 583 -> 0 bytes .../resources/geography_country/turkey/mugla.png | Bin 619 -> 0 bytes .../resources/geography_country/turkey/mus.png | Bin 380 -> 0 bytes .../geography_country/turkey/nevsehir.png | Bin 330 -> 0 bytes .../resources/geography_country/turkey/nigde.png | Bin 350 -> 0 bytes .../resources/geography_country/turkey/ordu.png | Bin 362 -> 0 bytes .../geography_country/turkey/osmaniye.png | Bin 238 -> 0 bytes .../resources/geography_country/turkey/rize.png | Bin 275 -> 0 bytes .../resources/geography_country/turkey/sakarya.png | Bin 307 -> 0 bytes .../resources/geography_country/turkey/samsun.png | Bin 478 -> 0 bytes .../geography_country/turkey/sanliurfa.png | Bin 487 -> 0 bytes .../resources/geography_country/turkey/siirt.png | Bin 275 -> 0 bytes .../resources/geography_country/turkey/sinop.png | Bin 326 -> 0 bytes .../resources/geography_country/turkey/sirnak.png | Bin 337 -> 0 bytes .../resources/geography_country/turkey/sivas.png | Bin 609 -> 0 bytes .../geography_country/turkey/tekirdag.png | Bin 319 -> 0 bytes .../resources/geography_country/turkey/tokat.png | Bin 359 -> 0 bytes .../resources/geography_country/turkey/trabzon.png | Bin 274 -> 0 bytes .../resources/geography_country/turkey/tunceli.png | Bin 322 -> 0 bytes .../geography_country/turkey/turkey-east.png | Bin 51131 -> 0 bytes .../geography_country/turkey/turkey-west.png | Bin 77622 -> 0 bytes .../resources/geography_country/turkey/turkey.png | Bin 117415 -> 0 bytes .../resources/geography_country/turkey/usak.png | Bin 265 -> 0 bytes .../resources/geography_country/turkey/van.png | Bin 599 -> 0 bytes .../resources/geography_country/turkey/yalova.png | Bin 130 -> 0 bytes .../resources/geography_country/turkey/yozgat.png | Bin 448 -> 0 bytes .../geography_country/turkey/zonguldak.png | Bin 252 -> 0 bytes src/geography_country-activity/resources/skins | 1 - 482 files changed, 1518 insertions(+), 1518 deletions(-) commit e7872c6c6d15a44a467176dd2bbeef3698f97286 Author: Bruno Coudoin Date: Thu Mar 20 23:12:56 2008 +0000 shortening path in progress (broken). svn path=/branches/gcomprixogoo/; revision=3325 configure.in | 18 +++++++++--------- .../resources/geography_country/Makefile.am | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) commit 137f2b49889d9147f77595df8f04007e43438702 Author: Bruno Coudoin Date: Tue Mar 18 23:44:07 2008 +0000 shortened directory to overcome 99 chars limitation in make dist svn path=/branches/gcomprixogoo/; revision=3323 configure.in | 2 +- .../resources/geography_country/board1_0.xml.in | 46 +++--- .../resources/geography_country/board2_0.xml.in | 34 ++-- .../resources/geography_country/board4_0.xml.in | 34 ++-- .../resources/geography_country/board5_0.xml.in | 98 ++++++------ .../resources/geography_country/board5_1.xml.in | 72 +++++----- .../resources/geography_country/board5_2.xml.in | 164 ++++++++++---------- .../resources/geography_country/board6_0.xml.in | 40 +++--- .../resources/geography_country/france/Makefile.am | 27 ++++ .../resources/geography_country/france/alsace.png | Bin 0 -> 1049 bytes .../geography_country/france/aquitaine.png | Bin 0 -> 2568 bytes .../geography_country/france/auvergne.png | Bin 0 -> 1783 bytes .../geography_country/france/basse-normandie.png | Bin 0 -> 1595 bytes .../geography_country/france/bourgogne.png | Bin 0 -> 1639 bytes .../geography_country/france/bretagne.png | Bin 0 -> 1916 bytes .../resources/geography_country/france/centre.png | Bin 0 -> 2030 bytes .../geography_country/france/champagne-ardenne.png | Bin 0 -> 2027 bytes .../resources/geography_country/france/corse.png | Bin 0 -> 942 bytes .../geography_country/france/france-regions.png | Bin 0 -> 26934 bytes .../geography_country/france/franche-conte.png | Bin 0 -> 1209 bytes .../geography_country/france/haute-normandie.png | Bin 0 -> 1047 bytes .../geography_country/france/ile-de-france.png | Bin 0 -> 1009 bytes .../france/languedoc-roussillon.png | Bin 0 -> 2329 bytes .../geography_country/france/limousin.png | Bin 0 -> 1165 bytes .../geography_country/france/lorraine.png | Bin 0 -> 1525 bytes .../geography_country/france/midi-pyrenees.png | Bin 0 -> 2316 bytes .../france/nord-pas-de-calais.png | Bin 0 -> 997 bytes .../geography_country/france/pays-de-la-loire.png | Bin 0 -> 2195 bytes .../geography_country/france/picardie.png | Bin 0 -> 1413 bytes .../geography_country/france/poitou-charentes.png | Bin 0 -> 1838 bytes .../france/provence-alpes-cote_d_azur.png | Bin 0 -> 2453 bytes .../geography_country/france/rhone-alpes.png | Bin 0 -> 2166 bytes .../geography_country/france_region/Makefile.am | 27 ---- .../geography_country/france_region/alsace.png | Bin 1049 -> 0 bytes .../geography_country/france_region/aquitaine.png | Bin 2568 -> 0 bytes .../geography_country/france_region/auvergne.png | Bin 1783 -> 0 bytes .../france_region/basse-normandie.png | Bin 1595 -> 0 bytes .../geography_country/france_region/bourgogne.png | Bin 1639 -> 0 bytes .../geography_country/france_region/bretagne.png | Bin 1916 -> 0 bytes .../geography_country/france_region/centre.png | Bin 2030 -> 0 bytes .../france_region/champagne-ardenne.png | Bin 2027 -> 0 bytes .../geography_country/france_region/corse.png | Bin 942 -> 0 bytes .../france_region/france-regions.png | Bin 26934 -> 0 bytes .../france_region/franche-conte.png | Bin 1209 -> 0 bytes .../france_region/haute-normandie.png | Bin 1047 -> 0 bytes .../france_region/ile-de-france.png | Bin 1009 -> 0 bytes .../france_region/languedoc-roussillon.png | Bin 2329 -> 0 bytes .../geography_country/france_region/limousin.png | Bin 1165 -> 0 bytes .../geography_country/france_region/lorraine.png | Bin 1525 -> 0 bytes .../france_region/midi-pyrenees.png | Bin 2316 -> 0 bytes .../france_region/nord-pas-de-calais.png | Bin 997 -> 0 bytes .../france_region/pays-de-la-loire.png | Bin 2195 -> 0 bytes .../geography_country/france_region/picardie.png | Bin 1413 -> 0 bytes .../france_region/poitou-charentes.png | Bin 1838 -> 0 bytes .../france_region/provence-alpes-cote_d_azur.png | Bin 2453 -> 0 bytes .../france_region/rhone-alpes.png | Bin 2166 -> 0 bytes .../geography_country/germany/Makefile.am | 37 +++++ .../resources/geography_country/germany/back.png | Bin 0 -> 17285 bytes .../germany/baden-wuerttemberg.png | Bin 0 -> 5452 bytes .../resources/geography_country/germany/bayern.png | Bin 0 -> 7173 bytes .../resources/geography_country/germany/berlin.png | Bin 0 -> 871 bytes .../geography_country/germany/brandenburg.png | Bin 0 -> 5458 bytes .../resources/geography_country/germany/bremen.png | Bin 0 -> 1028 bytes .../geography_country/germany/hamburg.png | Bin 0 -> 1159 bytes .../resources/geography_country/germany/hessen.png | Bin 0 -> 3989 bytes .../germany/mecklenburg-vorpommern.png | Bin 0 -> 7179 bytes .../geography_country/germany/niedersachsen.png | Bin 0 -> 7213 bytes .../germany/nordrhein-westfalen.png | Bin 0 -> 6784 bytes .../geography_country/germany/rheinland-pfalz.png | Bin 0 -> 4850 bytes .../geography_country/germany/saarland.png | Bin 0 -> 2020 bytes .../geography_country/germany/sachsen-anhalt.png | Bin 0 -> 4881 bytes .../geography_country/germany/sachsen.png | Bin 0 -> 4070 bytes .../germany/schleswig_holstein.png | Bin 0 -> 5813 bytes .../germany/target_baden-wuerttemberg.png | Bin 0 -> 157 bytes .../geography_country/germany/target_bayern.png | Bin 0 -> 162 bytes .../geography_country/germany/target_berlin.png | Bin 0 -> 129 bytes .../germany/target_brandenburg.png | Bin 0 -> 156 bytes .../geography_country/germany/target_bremen.png | Bin 0 -> 131 bytes .../geography_country/germany/target_hamburg.png | Bin 0 -> 131 bytes .../geography_country/germany/target_hessen.png | Bin 0 -> 153 bytes .../germany/target_mecklenburg-vorpommern.png | Bin 0 -> 153 bytes .../germany/target_niedersachsen.png | Bin 0 -> 161 bytes .../germany/target_nordrhein-westfalen.png | Bin 0 -> 158 bytes .../germany/target_rheinland-pfalz.png | Bin 0 -> 148 bytes .../geography_country/germany/target_saarland.png | Bin 0 -> 129 bytes .../germany/target_sachsen-anhalt.png | Bin 0 -> 149 bytes .../geography_country/germany/target_sachsen.png | Bin 0 -> 147 bytes .../germany/target_schleswig_holstein.png | Bin 0 -> 150 bytes .../germany/target_thueringen.png | Bin 0 -> 145 bytes .../geography_country/germany/thueringen.png | Bin 0 -> 3661 bytes .../geography_country/germany_region/Makefile.am | 37 ----- .../geography_country/germany_region/back.png | Bin 17285 -> 0 bytes .../germany_region/baden-wuerttemberg.png | Bin 5452 -> 0 bytes .../geography_country/germany_region/bayern.png | Bin 7173 -> 0 bytes .../geography_country/germany_region/berlin.png | Bin 871 -> 0 bytes .../germany_region/brandenburg.png | Bin 5458 -> 0 bytes .../geography_country/germany_region/bremen.png | Bin 1028 -> 0 bytes .../geography_country/germany_region/hamburg.png | Bin 1159 -> 0 bytes .../geography_country/germany_region/hessen.png | Bin 3989 -> 0 bytes .../germany_region/mecklenburg-vorpommern.png | Bin 7179 -> 0 bytes .../germany_region/niedersachsen.png | Bin 7213 -> 0 bytes .../germany_region/nordrhein-westfalen.png | Bin 6784 -> 0 bytes .../germany_region/rheinland-pfalz.png | Bin 4850 -> 0 bytes .../geography_country/germany_region/saarland.png | Bin 2020 -> 0 bytes .../germany_region/sachsen-anhalt.png | Bin 4881 -> 0 bytes .../geography_country/germany_region/sachsen.png | Bin 4070 -> 0 bytes .../germany_region/schleswig_holstein.png | Bin 5813 -> 0 bytes .../germany_region/target_baden-wuerttemberg.png | Bin 157 -> 0 bytes .../germany_region/target_bayern.png | Bin 162 -> 0 bytes .../germany_region/target_berlin.png | Bin 129 -> 0 bytes .../germany_region/target_brandenburg.png | Bin 156 -> 0 bytes .../germany_region/target_bremen.png | Bin 131 -> 0 bytes .../germany_region/target_hamburg.png | Bin 131 -> 0 bytes .../germany_region/target_hessen.png | Bin 153 -> 0 bytes .../target_mecklenburg-vorpommern.png | Bin 153 -> 0 bytes .../germany_region/target_niedersachsen.png | Bin 161 -> 0 bytes .../germany_region/target_nordrhein-westfalen.png | Bin 158 -> 0 bytes .../germany_region/target_rheinland-pfalz.png | Bin 148 -> 0 bytes .../germany_region/target_saarland.png | Bin 129 -> 0 bytes .../germany_region/target_sachsen-anhalt.png | Bin 149 -> 0 bytes .../germany_region/target_sachsen.png | Bin 147 -> 0 bytes .../germany_region/target_schleswig_holstein.png | Bin 150 -> 0 bytes .../germany_region/target_thueringen.png | Bin 145 -> 0 bytes .../germany_region/thueringen.png | Bin 3661 -> 0 bytes .../resources/geography_country/norway/Makefile.am | 43 +++++ .../geography_country/norway/akershus.png | Bin 0 -> 160 bytes .../geography_country/norway/aust-agder.png | Bin 0 -> 204 bytes .../geography_country/norway/buskerud.png | Bin 0 -> 209 bytes .../geography_country/norway/finnmark.png | Bin 0 -> 423 bytes .../resources/geography_country/norway/hedmark.png | Bin 0 -> 246 bytes .../geography_country/norway/hordaland.png | Bin 0 -> 203 bytes .../geography_country/norway/more-og-romsdal.png | Bin 0 -> 217 bytes .../geography_country/norway/nord-trondelag.png | Bin 0 -> 235 bytes .../geography_country/norway/nordland.png | Bin 0 -> 364 bytes .../resources/geography_country/norway/norway.png | Bin 0 -> 3108 bytes .../resources/geography_country/norway/oppland.png | Bin 0 -> 236 bytes .../resources/geography_country/norway/oslo.png | Bin 0 -> 143 bytes .../resources/geography_country/norway/ostfold.png | Bin 0 -> 131 bytes .../geography_country/norway/rogaland.png | Bin 0 -> 196 bytes .../geography_country/norway/sogn-og-fjordane.png | Bin 0 -> 208 bytes .../geography_country/norway/sor-trondelag.png | Bin 0 -> 253 bytes .../geography_country/norway/target_akershus.png | Bin 0 -> 124 bytes .../geography_country/norway/target_aust-agder.png | Bin 0 -> 131 bytes .../geography_country/norway/target_buskerud.png | Bin 0 -> 130 bytes .../geography_country/norway/target_finnmark.png | Bin 0 -> 143 bytes .../geography_country/norway/target_hedmark.png | Bin 0 -> 134 bytes .../geography_country/norway/target_hordaland.png | Bin 0 -> 128 bytes .../norway/target_more-og-romsdal.png | Bin 0 -> 133 bytes .../norway/target_nord-trondelag.png | Bin 0 -> 132 bytes .../geography_country/norway/target_nordland.png | Bin 0 -> 148 bytes .../geography_country/norway/target_oppland.png | Bin 0 -> 133 bytes .../geography_country/norway/target_oslo.png | Bin 0 -> 126 bytes .../geography_country/norway/target_ostfold.png | Bin 0 -> 126 bytes .../geography_country/norway/target_rogaland.png | Bin 0 -> 130 bytes .../norway/target_sogn-og-fjordane.png | Bin 0 -> 133 bytes .../norway/target_sor-trondelag.png | Bin 0 -> 133 bytes .../geography_country/norway/target_telemark.png | Bin 0 -> 130 bytes .../geography_country/norway/target_troms.png | Bin 0 -> 136 bytes .../geography_country/norway/target_vest-agder.png | Bin 0 -> 129 bytes .../geography_country/norway/target_vestfold.png | Bin 0 -> 128 bytes .../geography_country/norway/telemark.png | Bin 0 -> 192 bytes .../resources/geography_country/norway/troms.png | Bin 0 -> 248 bytes .../geography_country/norway/vest-agder.png | Bin 0 -> 172 bytes .../geography_country/norway/vestfold.png | Bin 0 -> 137 bytes .../geography_country/norway_counties/Makefile.am | 43 ----- .../geography_country/norway_counties/akershus.png | Bin 160 -> 0 bytes .../norway_counties/aust-agder.png | Bin 204 -> 0 bytes .../geography_country/norway_counties/buskerud.png | Bin 209 -> 0 bytes .../geography_country/norway_counties/finnmark.png | Bin 423 -> 0 bytes .../geography_country/norway_counties/hedmark.png | Bin 246 -> 0 bytes .../norway_counties/hordaland.png | Bin 203 -> 0 bytes .../norway_counties/more-og-romsdal.png | Bin 217 -> 0 bytes .../norway_counties/nord-trondelag.png | Bin 235 -> 0 bytes .../geography_country/norway_counties/nordland.png | Bin 364 -> 0 bytes .../geography_country/norway_counties/norway.png | Bin 3108 -> 0 bytes .../geography_country/norway_counties/oppland.png | Bin 236 -> 0 bytes .../geography_country/norway_counties/oslo.png | Bin 143 -> 0 bytes .../geography_country/norway_counties/ostfold.png | Bin 131 -> 0 bytes .../geography_country/norway_counties/rogaland.png | Bin 196 -> 0 bytes .../norway_counties/sogn-og-fjordane.png | Bin 208 -> 0 bytes .../norway_counties/sor-trondelag.png | Bin 253 -> 0 bytes .../norway_counties/target_akershus.png | Bin 124 -> 0 bytes .../norway_counties/target_aust-agder.png | Bin 131 -> 0 bytes .../norway_counties/target_buskerud.png | Bin 130 -> 0 bytes .../norway_counties/target_finnmark.png | Bin 143 -> 0 bytes .../norway_counties/target_hedmark.png | Bin 134 -> 0 bytes .../norway_counties/target_hordaland.png | Bin 128 -> 0 bytes .../norway_counties/target_more-og-romsdal.png | Bin 133 -> 0 bytes .../norway_counties/target_nord-trondelag.png | Bin 132 -> 0 bytes .../norway_counties/target_nordland.png | Bin 148 -> 0 bytes .../norway_counties/target_oppland.png | Bin 133 -> 0 bytes .../norway_counties/target_oslo.png | Bin 126 -> 0 bytes .../norway_counties/target_ostfold.png | Bin 126 -> 0 bytes .../norway_counties/target_rogaland.png | Bin 130 -> 0 bytes .../norway_counties/target_sogn-og-fjordane.png | Bin 133 -> 0 bytes .../norway_counties/target_sor-trondelag.png | Bin 133 -> 0 bytes .../norway_counties/target_telemark.png | Bin 130 -> 0 bytes .../norway_counties/target_troms.png | Bin 136 -> 0 bytes .../norway_counties/target_vest-agder.png | Bin 129 -> 0 bytes .../norway_counties/target_vestfold.png | Bin 128 -> 0 bytes .../geography_country/norway_counties/telemark.png | Bin 192 -> 0 bytes .../geography_country/norway_counties/troms.png | Bin 248 -> 0 bytes .../norway_counties/vest-agder.png | Bin 172 -> 0 bytes .../geography_country/norway_counties/vestfold.png | Bin 137 -> 0 bytes .../resources/geography_country/poland/Makefile.am | 21 +++ .../geography_country/poland/dolnoslaskie.png | Bin 0 -> 3457 bytes .../poland/kujawsko-pomorskie.png | Bin 0 -> 2545 bytes .../resources/geography_country/poland/lodzkie.png | Bin 0 -> 2858 bytes .../geography_country/poland/lubelskie.png | Bin 0 -> 3400 bytes .../geography_country/poland/lubuskie.png | Bin 0 -> 2719 bytes .../geography_country/poland/malopolskie.png | Bin 0 -> 2638 bytes .../geography_country/poland/mazowieckie.png | Bin 0 -> 4763 bytes .../geography_country/poland/opolskie.png | Bin 0 -> 1985 bytes .../geography_country/poland/podkarpackie.png | Bin 0 -> 2855 bytes .../geography_country/poland/podlaskie.png | Bin 0 -> 2907 bytes .../resources/geography_country/poland/poland.png | Bin 0 -> 4405 bytes .../geography_country/poland/pomorskie.png | Bin 0 -> 2981 bytes .../resources/geography_country/poland/slaskie.png | Bin 0 -> 2735 bytes .../geography_country/poland/swietokrzyskie.png | Bin 0 -> 1977 bytes .../poland/warminsko-mazurskie.png | Bin 0 -> 2628 bytes .../geography_country/poland/wielkopolskie.png | Bin 0 -> 4686 bytes .../poland/zachodnio-pomorskie.png | Bin 0 -> 3190 bytes .../poland_voivodship/Makefile.am | 21 --- .../poland_voivodship/dolnoslaskie.png | Bin 3457 -> 0 bytes .../poland_voivodship/kujawsko-pomorskie.png | Bin 2545 -> 0 bytes .../poland_voivodship/lodzkie.png | Bin 2858 -> 0 bytes .../poland_voivodship/lubelskie.png | Bin 3400 -> 0 bytes .../poland_voivodship/lubuskie.png | Bin 2719 -> 0 bytes .../poland_voivodship/malopolskie.png | Bin 2638 -> 0 bytes .../poland_voivodship/mazowieckie.png | Bin 4763 -> 0 bytes .../poland_voivodship/opolskie.png | Bin 1985 -> 0 bytes .../poland_voivodship/podkarpackie.png | Bin 2855 -> 0 bytes .../poland_voivodship/podlaskie.png | Bin 2907 -> 0 bytes .../geography_country/poland_voivodship/poland.png | Bin 4405 -> 0 bytes .../poland_voivodship/pomorskie.png | Bin 2981 -> 0 bytes .../poland_voivodship/slaskie.png | Bin 2735 -> 0 bytes .../poland_voivodship/swietokrzyskie.png | Bin 1977 -> 0 bytes .../poland_voivodship/warminsko-mazurskie.png | Bin 2628 -> 0 bytes .../poland_voivodship/wielkopolskie.png | Bin 4686 -> 0 bytes .../poland_voivodship/zachodnio-pomorskie.png | Bin 3190 -> 0 bytes .../resources/geography_country/turkey/Makefile.am | 88 +++++++++++ .../resources/geography_country/turkey/adana.png | Bin 0 -> 597 bytes .../geography_country/turkey/adiyaman.png | Bin 0 -> 364 bytes .../resources/geography_country/turkey/afyon.png | Bin 0 -> 514 bytes .../resources/geography_country/turkey/agri.png | Bin 0 -> 389 bytes .../resources/geography_country/turkey/aksaray.png | Bin 0 -> 365 bytes .../resources/geography_country/turkey/amasya.png | Bin 0 -> 335 bytes .../resources/geography_country/turkey/ankara.png | Bin 0 -> 827 bytes .../resources/geography_country/turkey/antalya.png | Bin 0 -> 662 bytes .../resources/geography_country/turkey/ardahan.png | Bin 0 -> 305 bytes .../resources/geography_country/turkey/artvin.png | Bin 0 -> 368 bytes .../resources/geography_country/turkey/aydin.png | Bin 0 -> 343 bytes .../geography_country/turkey/balikesir.png | Bin 0 -> 579 bytes .../resources/geography_country/turkey/bartin.png | Bin 0 -> 224 bytes .../resources/geography_country/turkey/batman.png | Bin 0 -> 323 bytes .../resources/geography_country/turkey/bayburt.png | Bin 0 -> 288 bytes .../resources/geography_country/turkey/bilecik.png | Bin 0 -> 282 bytes .../resources/geography_country/turkey/bingol.png | Bin 0 -> 353 bytes .../resources/geography_country/turkey/bitlis.png | Bin 0 -> 401 bytes .../resources/geography_country/turkey/bolu.png | Bin 0 -> 354 bytes .../resources/geography_country/turkey/burdur.png | Bin 0 -> 317 bytes .../resources/geography_country/turkey/bursa.png | Bin 0 -> 396 bytes .../geography_country/turkey/canakkale.png | Bin 0 -> 517 bytes .../resources/geography_country/turkey/cankiri.png | Bin 0 -> 339 bytes .../resources/geography_country/turkey/corum.png | Bin 0 -> 466 bytes .../resources/geography_country/turkey/denizli.png | Bin 0 -> 514 bytes .../geography_country/turkey/diyarbakir.png | Bin 0 -> 452 bytes .../resources/geography_country/turkey/duzce.png | Bin 0 -> 184 bytes .../resources/geography_country/turkey/edirne.png | Bin 0 -> 420 bytes .../resources/geography_country/turkey/elazig.png | Bin 0 -> 394 bytes .../geography_country/turkey/erzincan.png | Bin 0 -> 414 bytes .../resources/geography_country/turkey/erzurum.png | Bin 0 -> 625 bytes .../geography_country/turkey/eskisehir.png | Bin 0 -> 469 bytes .../geography_country/turkey/gaziantep.png | Bin 0 -> 401 bytes .../resources/geography_country/turkey/giresun.png | Bin 0 -> 356 bytes .../geography_country/turkey/gumushane.png | Bin 0 -> 347 bytes .../resources/geography_country/turkey/hakkari.png | Bin 0 -> 409 bytes .../resources/geography_country/turkey/hatay.png | Bin 0 -> 348 bytes .../resources/geography_country/turkey/igdir.png | Bin 0 -> 292 bytes .../resources/geography_country/turkey/isparta.png | Bin 0 -> 378 bytes .../geography_country/turkey/istanbul.png | Bin 0 -> 446 bytes .../resources/geography_country/turkey/izmir.png | Bin 0 -> 635 bytes .../geography_country/turkey/kahramanmaras.png | Bin 0 -> 420 bytes .../resources/geography_country/turkey/karabuk.png | Bin 0 -> 426 bytes .../resources/geography_country/turkey/karaman.png | Bin 0 -> 389 bytes .../resources/geography_country/turkey/kars.png | Bin 0 -> 363 bytes .../geography_country/turkey/kastamonu.png | Bin 0 -> 425 bytes .../resources/geography_country/turkey/kayseri.png | Bin 0 -> 566 bytes .../resources/geography_country/turkey/kilis.png | Bin 0 -> 195 bytes .../geography_country/turkey/kirikkale.png | Bin 0 -> 263 bytes .../geography_country/turkey/kirklareli.png | Bin 0 -> 340 bytes .../geography_country/turkey/kirsehir.png | Bin 0 -> 365 bytes .../resources/geography_country/turkey/kocaeli.png | Bin 0 -> 324 bytes .../resources/geography_country/turkey/konya.png | Bin 0 -> 936 bytes .../resources/geography_country/turkey/kutahya.png | Bin 0 -> 431 bytes .../resources/geography_country/turkey/malatya.png | Bin 0 -> 447 bytes .../resources/geography_country/turkey/manisa.png | Bin 0 -> 452 bytes .../resources/geography_country/turkey/mardin.png | Bin 0 -> 364 bytes .../resources/geography_country/turkey/mersin.png | Bin 0 -> 583 bytes .../resources/geography_country/turkey/mugla.png | Bin 0 -> 619 bytes .../resources/geography_country/turkey/mus.png | Bin 0 -> 380 bytes .../geography_country/turkey/nevsehir.png | Bin 0 -> 330 bytes .../resources/geography_country/turkey/nigde.png | Bin 0 -> 350 bytes .../resources/geography_country/turkey/ordu.png | Bin 0 -> 362 bytes .../geography_country/turkey/osmaniye.png | Bin 0 -> 238 bytes .../resources/geography_country/turkey/rize.png | Bin 0 -> 275 bytes .../resources/geography_country/turkey/sakarya.png | Bin 0 -> 307 bytes .../resources/geography_country/turkey/samsun.png | Bin 0 -> 478 bytes .../geography_country/turkey/sanliurfa.png | Bin 0 -> 487 bytes .../resources/geography_country/turkey/siirt.png | Bin 0 -> 275 bytes .../resources/geography_country/turkey/sinop.png | Bin 0 -> 326 bytes .../resources/geography_country/turkey/sirnak.png | Bin 0 -> 337 bytes .../resources/geography_country/turkey/sivas.png | Bin 0 -> 609 bytes .../geography_country/turkey/tekirdag.png | Bin 0 -> 319 bytes .../resources/geography_country/turkey/tokat.png | Bin 0 -> 359 bytes .../resources/geography_country/turkey/trabzon.png | Bin 0 -> 274 bytes .../resources/geography_country/turkey/tunceli.png | Bin 0 -> 322 bytes .../geography_country/turkey/turkey-east.png | Bin 0 -> 51131 bytes .../geography_country/turkey/turkey-west.png | Bin 0 -> 77622 bytes .../resources/geography_country/turkey/turkey.png | Bin 0 -> 117415 bytes .../resources/geography_country/turkey/usak.png | Bin 0 -> 265 bytes .../resources/geography_country/turkey/van.png | Bin 0 -> 599 bytes .../resources/geography_country/turkey/yalova.png | Bin 0 -> 130 bytes .../resources/geography_country/turkey/yozgat.png | Bin 0 -> 448 bytes .../geography_country/turkey/zonguldak.png | Bin 0 -> 252 bytes .../geography_country/turkey_district/Makefile.am | 88 ----------- .../geography_country/turkey_district/adana.png | Bin 597 -> 0 bytes .../geography_country/turkey_district/adiyaman.png | Bin 364 -> 0 bytes .../geography_country/turkey_district/afyon.png | Bin 514 -> 0 bytes .../geography_country/turkey_district/agri.png | Bin 389 -> 0 bytes .../geography_country/turkey_district/aksaray.png | Bin 365 -> 0 bytes .../geography_country/turkey_district/amasya.png | Bin 335 -> 0 bytes .../geography_country/turkey_district/ankara.png | Bin 827 -> 0 bytes .../geography_country/turkey_district/antalya.png | Bin 662 -> 0 bytes .../geography_country/turkey_district/ardahan.png | Bin 305 -> 0 bytes .../geography_country/turkey_district/artvin.png | Bin 368 -> 0 bytes .../geography_country/turkey_district/aydin.png | Bin 343 -> 0 bytes .../turkey_district/balikesir.png | Bin 579 -> 0 bytes .../geography_country/turkey_district/bartin.png | Bin 224 -> 0 bytes .../geography_country/turkey_district/batman.png | Bin 323 -> 0 bytes .../geography_country/turkey_district/bayburt.png | Bin 288 -> 0 bytes .../geography_country/turkey_district/bilecik.png | Bin 282 -> 0 bytes .../geography_country/turkey_district/bingol.png | Bin 353 -> 0 bytes .../geography_country/turkey_district/bitlis.png | Bin 401 -> 0 bytes .../geography_country/turkey_district/bolu.png | Bin 354 -> 0 bytes .../geography_country/turkey_district/burdur.png | Bin 317 -> 0 bytes .../geography_country/turkey_district/bursa.png | Bin 396 -> 0 bytes .../turkey_district/canakkale.png | Bin 517 -> 0 bytes .../geography_country/turkey_district/cankiri.png | Bin 339 -> 0 bytes .../geography_country/turkey_district/corum.png | Bin 466 -> 0 bytes .../geography_country/turkey_district/denizli.png | Bin 514 -> 0 bytes .../turkey_district/diyarbakir.png | Bin 452 -> 0 bytes .../geography_country/turkey_district/duzce.png | Bin 184 -> 0 bytes .../geography_country/turkey_district/edirne.png | Bin 420 -> 0 bytes .../geography_country/turkey_district/elazig.png | Bin 394 -> 0 bytes .../geography_country/turkey_district/erzincan.png | Bin 414 -> 0 bytes .../geography_country/turkey_district/erzurum.png | Bin 625 -> 0 bytes .../turkey_district/eskisehir.png | Bin 469 -> 0 bytes .../turkey_district/gaziantep.png | Bin 401 -> 0 bytes .../geography_country/turkey_district/giresun.png | Bin 356 -> 0 bytes .../turkey_district/gumushane.png | Bin 347 -> 0 bytes .../geography_country/turkey_district/hakkari.png | Bin 409 -> 0 bytes .../geography_country/turkey_district/hatay.png | Bin 348 -> 0 bytes .../geography_country/turkey_district/igdir.png | Bin 292 -> 0 bytes .../geography_country/turkey_district/isparta.png | Bin 378 -> 0 bytes .../geography_country/turkey_district/istanbul.png | Bin 446 -> 0 bytes .../geography_country/turkey_district/izmir.png | Bin 635 -> 0 bytes .../turkey_district/kahramanmaras.png | Bin 420 -> 0 bytes .../geography_country/turkey_district/karabuk.png | Bin 426 -> 0 bytes .../geography_country/turkey_district/karaman.png | Bin 389 -> 0 bytes .../geography_country/turkey_district/kars.png | Bin 363 -> 0 bytes .../turkey_district/kastamonu.png | Bin 425 -> 0 bytes .../geography_country/turkey_district/kayseri.png | Bin 566 -> 0 bytes .../geography_country/turkey_district/kilis.png | Bin 195 -> 0 bytes .../turkey_district/kirikkale.png | Bin 263 -> 0 bytes .../turkey_district/kirklareli.png | Bin 340 -> 0 bytes .../geography_country/turkey_district/kirsehir.png | Bin 365 -> 0 bytes .../geography_country/turkey_district/kocaeli.png | Bin 324 -> 0 bytes .../geography_country/turkey_district/konya.png | Bin 936 -> 0 bytes .../geography_country/turkey_district/kutahya.png | Bin 431 -> 0 bytes .../geography_country/turkey_district/malatya.png | Bin 447 -> 0 bytes .../geography_country/turkey_district/manisa.png | Bin 452 -> 0 bytes .../geography_country/turkey_district/mardin.png | Bin 364 -> 0 bytes .../geography_country/turkey_district/mersin.png | Bin 583 -> 0 bytes .../geography_country/turkey_district/mugla.png | Bin 619 -> 0 bytes .../geography_country/turkey_district/mus.png | Bin 380 -> 0 bytes .../geography_country/turkey_district/nevsehir.png | Bin 330 -> 0 bytes .../geography_country/turkey_district/nigde.png | Bin 350 -> 0 bytes .../geography_country/turkey_district/ordu.png | Bin 362 -> 0 bytes .../geography_country/turkey_district/osmaniye.png | Bin 238 -> 0 bytes .../geography_country/turkey_district/rize.png | Bin 275 -> 0 bytes .../geography_country/turkey_district/sakarya.png | Bin 307 -> 0 bytes .../geography_country/turkey_district/samsun.png | Bin 478 -> 0 bytes .../turkey_district/sanliurfa.png | Bin 487 -> 0 bytes .../geography_country/turkey_district/siirt.png | Bin 275 -> 0 bytes .../geography_country/turkey_district/sinop.png | Bin 326 -> 0 bytes .../geography_country/turkey_district/sirnak.png | Bin 337 -> 0 bytes .../geography_country/turkey_district/sivas.png | Bin 609 -> 0 bytes .../geography_country/turkey_district/tekirdag.png | Bin 319 -> 0 bytes .../geography_country/turkey_district/tokat.png | Bin 359 -> 0 bytes .../geography_country/turkey_district/trabzon.png | Bin 274 -> 0 bytes .../geography_country/turkey_district/tunceli.png | Bin 322 -> 0 bytes .../turkey_district/turkey-east.png | Bin 51131 -> 0 bytes .../turkey_district/turkey-west.png | Bin 77622 -> 0 bytes .../geography_country/turkey_district/turkey.png | Bin 117415 -> 0 bytes .../geography_country/turkey_district/usak.png | Bin 265 -> 0 bytes .../geography_country/turkey_district/van.png | Bin 599 -> 0 bytes .../geography_country/turkey_district/yalova.png | Bin 130 -> 0 bytes .../geography_country/turkey_district/yozgat.png | Bin 448 -> 0 bytes .../turkey_district/zonguldak.png | Bin 252 -> 0 bytes 410 files changed, 461 insertions(+), 461 deletions(-) commit 3e59143464d027eb642ac6300045e0fb585a7b34 Author: Bruno Coudoin Date: Tue Mar 18 23:36:07 2008 +0000 shortened file names to overcomes th 99 chars limit of make dist svn path=/branches/gcomprixogoo/; revision=3322 .../algebra_guesscount.c | 4 ++-- .../resources/algebra_guesscount/Makefile.am | 3 ++- .../resources/algebra_guesscount/README | 1 + .../resources/algebra_guesscount/tiger1_RS.jpg | Bin 0 -> 60493 bytes .../algebra_guesscount/tiger1_by_Ralf_Schmode.jpg | Bin 60493 -> 0 bytes 5 files changed, 5 insertions(+), 3 deletions(-) commit 78b800f308f7833d5b932a824c25f120090f8f88 Author: Bruno Coudoin Date: Tue Mar 18 23:30:14 2008 +0000 shortened file names for make dist to be under 99 chars svn path=/branches/gcomprixogoo/; revision=3321 src/advanced_colors-activity/advanced_colors.c | 2 +- .../resources/advanced_colors/Makefile.am | 2 +- .../advanced_colors/advanced_colors_highlight.png | Bin 6880 -> 0 bytes .../resources/advanced_colors/highlight.png | Bin 0 -> 6880 bytes 4 files changed, 2 insertions(+), 2 deletions(-) commit 8f8609f8cec9c9481ad629e229ee9ba95bf851ce Author: Bruno Coudoin Date: Tue Mar 18 23:23:29 2008 +0000 sorthened file names due to tar limitation to 99 characters (failed to make dist) svn path=/branches/gcomprixogoo/; revision=3320 src/memory-activity/memory.c | 56 +++++++++++----------- src/memory-activity/resources/memory/COPYRIGHT | 5 +- src/memory-activity/resources/memory/Makefile.am | 54 ++++++++++---------- 3 files changed, 58 insertions(+), 57 deletions(-) commit 4fb24865eb7cf96d71011e59282f631f862f03b7 Author: Bruno Coudoin Date: Mon Mar 17 21:53:07 2008 +0000 missing files, taken from pygoocanvas svn path=/branches/gcomprixogoo/; revision=3319 src/boards/goocanvas.c |10206 ++++++++++++++++++++++++++++++++++++++++++ src/boards/goocanvasmodule.c | 90 + 2 files changed, 10296 insertions(+), 0 deletions(-) commit 3d1198e16fd7ee8d4b64307ff89b382b3a8980ba Author: Bruno Coudoin Date: Mon Mar 17 21:06:18 2008 +0000 make dist cleanup svn path=/branches/gcomprixogoo/; revision=3317 src/goocanvas/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 6f1fe53f7983c02f54f4df9a8c31c8a710346031 Author: Bruno Coudoin Date: Sun Mar 16 22:20:48 2008 +0000 minor fixes. name the future release 8.5REVIEW1 minor fixes. name the future release 8.5REVIEW1 svn path=/branches/gcomprixogoo/; revision=3315 boards/Makefile.am | 1 - configure.in | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) commit 0ae43a14011afedf1288625c7994ec31c861f4d9 Author: Bruno Coudoin Date: Sun Mar 16 21:48:49 2008 +0000 - Major cleanup in goocanvas to keep only the minimal we need. - Integrated pygoocanvas. No more needed to install it separatly. - fixed the file selector background and its highlight button svn path=/branches/gcomprixogoo/; revision=3314 ChangeLog | 109 + configure.in | 6 +- src/anim-activity/anim.py | 11 +- src/boards/Makefile.am | 7 +- src/boards/py-mod-gcompris.c | 4 +- src/boards/python.c | 15 +- src/connect4-2players-activity/init_path.sh | 7 +- src/draw-activity/init_path.sh | 4 +- src/gcompris/bar.c | 7 +- src/gcompris/file_selector.c | 22 +- src/gcompris/gameutil.c | 23 +- src/gcompris/gcompris.c | 45 +- src/gcompris/gcompris_db.c | 2 - src/goocanvas/INSTALL | 1 - src/goocanvas/Makefile.am | 7 +- src/goocanvas/aclocal.m4 | 7894 --------- src/goocanvas/autogen.sh | 161 - src/goocanvas/autom4te.cache/output.0 |23490 --------------------------- src/goocanvas/autom4te.cache/output.1 |23478 -------------------------- src/goocanvas/autom4te.cache/requests | 221 - src/goocanvas/autom4te.cache/traces.0 | 9340 ----------- src/goocanvas/autom4te.cache/traces.1 | 841 - src/goocanvas/config.h.in | 76 - src/goocanvas/configure |23478 -------------------------- src/goocanvas/configure.in.REF | 84 - src/goocanvas/demo/.cvsignore | 17 - src/goocanvas/demo/CVS/Entries | 44 - src/goocanvas/demo/CVS/Repository | 1 - src/goocanvas/demo/CVS/Root | 1 - src/goocanvas/demo/Makefile.am | 70 - src/goocanvas/demo/demo-animation.c | 135 - src/goocanvas/demo/demo-arrowhead.c | 510 - src/goocanvas/demo/demo-clipping.c | 159 - src/goocanvas/demo/demo-events.c | 171 - src/goocanvas/demo/demo-features.c | 133 - src/goocanvas/demo/demo-fifteen.c | 328 - src/goocanvas/demo/demo-focus.c | 165 - src/goocanvas/demo/demo-grabs.c | 413 - src/goocanvas/demo/demo-item.c | 139 - src/goocanvas/demo/demo-item.h | 52 - src/goocanvas/demo/demo-large-items.c | 156 - src/goocanvas/demo/demo-large-line.c | 250 - src/goocanvas/demo/demo-large-line.h | 53 - src/goocanvas/demo/demo-large-rect.c | 205 - src/goocanvas/demo/demo-large-rect.h | 52 - src/goocanvas/demo/demo-paths.c | 157 - src/goocanvas/demo/demo-scalability.c | 95 - src/goocanvas/demo/demo-table.c | 318 - src/goocanvas/demo/demo.c | 1444 -- src/goocanvas/demo/flower.png | Bin 818 -> 0 bytes src/goocanvas/demo/mv-demo-animation.c | 141 - src/goocanvas/demo/mv-demo-arrowhead.c | 531 - src/goocanvas/demo/mv-demo-clipping.c | 173 - src/goocanvas/demo/mv-demo-events.c | 181 - src/goocanvas/demo/mv-demo-features.c | 155 - src/goocanvas/demo/mv-demo-fifteen.c | 337 - src/goocanvas/demo/mv-demo-focus.c | 183 - src/goocanvas/demo/mv-demo-grabs.c | 427 - src/goocanvas/demo/mv-demo-paths.c | 162 - src/goocanvas/demo/mv-demo-scalability.c | 96 - src/goocanvas/demo/mv-demo-table.c | 324 - src/goocanvas/demo/mv-demo.c | 1349 -- src/goocanvas/demo/mv-scalability-demo.c | 329 - src/goocanvas/demo/mv-simple-demo.c | 97 - src/goocanvas/demo/mv-table-demo.c | 191 - src/goocanvas/demo/scalability-demo.c | 319 - src/goocanvas/demo/simple-demo.c | 94 - src/goocanvas/demo/table-demo.c | 187 - src/goocanvas/demo/toroid.png | Bin 16917 -> 0 bytes src/goocanvas/demo/units-demo.c | 178 - src/goocanvas/demo/widgets-demo.c | 431 - src/goocanvas/docs/.cvsignore | 16 - src/goocanvas/docs/CVS/Entries | 11 - src/goocanvas/docs/CVS/Entries.Log | 1 - src/goocanvas/docs/CVS/Repository | 1 - src/goocanvas/docs/CVS/Root | 1 - src/goocanvas/docs/Makefile.am | 83 - src/goocanvas/docs/creating-items.xml | 230 - src/goocanvas/docs/goocanvas-docs.sgml | 56 - src/goocanvas/docs/goocanvas-sections.txt | 714 - src/goocanvas/docs/goocanvas.types | 39 - src/goocanvas/docs/model-view-canvas.xml | 123 - src/goocanvas/docs/overview.xml | 65 - src/goocanvas/docs/simple-canvas.xml | 121 - src/goocanvas/docs/tmpl/.cvsignore | 1 - src/goocanvas/docs/tmpl/CVS/Entries | 3 - src/goocanvas/docs/tmpl/CVS/Repository | 1 - src/goocanvas/docs/tmpl/CVS/Root | 1 - src/goocanvas/goocanvas.pc.in | 13 - src/goocanvas/gtk-doc.make | 1 - src/goocanvas/mkinstalldirs | 111 - src/goocanvas/po/.cvsignore | 5 - src/goocanvas/po/CVS/Entries | 9 - src/goocanvas/po/CVS/Repository | 1 - src/goocanvas/po/CVS/Root | 1 - src/goocanvas/po/ChangeLog | 13 - src/goocanvas/po/Makefile.in.in | 271 - src/goocanvas/po/POTFILES.in | 18 - src/goocanvas/po/en_GB.gmo | Bin 351 -> 0 bytes src/goocanvas/po/en_GB.po | 836 - src/goocanvas/po/es.gmo | Bin 14545 -> 0 bytes src/goocanvas/po/es.po | 891 - src/goocanvas/po/goocanvas.pot | 837 - src/goocanvas/po/ja.gmo | Bin 14439 -> 0 bytes src/goocanvas/po/ja.po | 865 - src/goocanvas/src/goocanvasitemsimple.c | 36 +- 106 files changed, 203 insertions(+), 105458 deletions(-) commit c4b0f22f266d8a8b59f8c7102431d2ec68ea147a Author: Bruno Coudoin Date: Sat Mar 15 23:32:33 2008 +0000 merge from trunk r3309 - It is now possible to add activity introduction voices. If provided, it will be played when the activity starts and when it's help is requested. To provide an activity intro, you must put it under: boards/voices//activity/-intro.ogg * configure.in: removed reference to cairo as goocanvas detects it * src/erase-activty/erase.c: (start_board), (end_board), (erase_one_item): moved the audio mode PLAY_AND_INTERRUPT only on the last item to avoid an intro voice to be cut. * src/gcompris/about.c: (gc_about_start): copyright is 2008 now. * src/gcompris/board.c: (gc_board_play): added support to play an optional intro voice a the start of an activity * src/gcompris/help.c: (gc_board_play): added support to play an optional intro voice when the help is lanched. * src/gcompris/bonus.c: (gc_bonus_display), (bonus_image): cleanup, removed extra warnings. * src/gcompris/gcompris.c: (cleanup), (single_instance_release), (single_instance_check): fixed the release of the lock when GC is exited. * src/gcompris/gameutil.c: (gc_activity_intro_play) created this function svn path=/branches/gcomprixogoo/; revision=3312 ChangeLog | 24 ++++++++++++++++++++++++ src/boards/Makefile.am | 9 --------- src/erase-activity/erase.c | 28 ++++++++++++++++------------ src/gcompris/about.c | 2 +- src/gcompris/board.c | 2 ++ src/gcompris/bonus.c | 8 -------- src/gcompris/gameutil.c | 20 +++++++++++++++++++- src/gcompris/gameutil.h | 3 ++- src/gcompris/gcompris.c | 15 ++++++++++++--- src/gcompris/help.c | 4 +++- 10 files changed, 79 insertions(+), 36 deletions(-) commit 01637ce16a3989684f3ac3ecaa52c27a9bb64373 Author: Bruno Coudoin Date: Sat Mar 15 15:35:00 2008 +0000 documented the 'make update-voices' command. svn path=/branches/gcomprixogoo/; revision=3308 README.installation | 24 ++++++++++++++++-------- 1 files changed, 16 insertions(+), 8 deletions(-) commit fa5dee7dff885be47acae397aebd85ac5e92f134 Author: Bruno Coudoin Date: Sat Mar 15 15:30:06 2008 +0000 removed cairo and pycairo detection, uneeded. svn path=/branches/gcomprixogoo/; revision=3307 configure.in | 31 ------------------------------- 1 files changed, 0 insertions(+), 31 deletions(-) commit 311c90702777bfc574720588ad2d71ee2c605750 Author: Bruno Coudoin Date: Fri Mar 14 23:26:15 2008 +0000 added missing python bindings in some activities svn path=/branches/gcomprixogoo/; revision=3306 src/redraw_symmetrical-activity/gcompris | 1 + src/searace1player-activity/gcompris | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) commit 607cf22171890586ec0f94b0fb8fb72b0747e29f Author: Bruno Coudoin Date: Fri Mar 14 23:17:42 2008 +0000 merge from gcomprixo branch 3303. fixed support for bundling python activity that points to another. svn path=/branches/gcomprixogoo/; revision=3304 src/bundleit.sh | 6 +++++- src/connect4-2players-activity/connect4p | 1 + 2 files changed, 6 insertions(+), 1 deletions(-) commit 91b238a8f345aae662e1a82d723bfdbff17b1dde Author: Bruno Coudoin Date: Fri Mar 14 21:03:26 2008 +0000 added support for bin/gcompris * src/runit.sh: added support for bin/gcompris svn path=/branches/gcomprixogoo/; revision=3302 ChangeLog | 4 ++++ src/runit.sh | 3 +++ 2 files changed, 7 insertions(+), 0 deletions(-) commit 254fb19cca5f6ece9fb3ebfeb7b4a6b7d7b758b9 Author: Bruno Coudoin Date: Thu Mar 13 23:18:11 2008 +0000 Fixed olpc trac bug#6363 "GCompris won't start if settings are changed". * src/gcompris/dbus.c: (gc_dbus_init): Fixed olpc trac bug#6363 "GCompris won't start if settings are changed". Added support for gthread initialization in dbus startup if not yet done. This is a merge of gcomprixo r3298. svn path=/branches/gcomprixogoo/; revision=3299 ChangeLog | 8 ++++++++ src/gcompris/dbus.c | 2 ++ 2 files changed, 10 insertions(+), 0 deletions(-) commit 732e32507e157f96a6653b97e5e6fb22616f8586 Author: Bruno Coudoin Date: Wed Mar 12 21:24:19 2008 +0000 Updated our build system to support automake1.10 You still need to copy config.rpath from the gettext package manualy. Merged from trunk r3296 svn path=/branches/gcomprixogoo/; revision=3297 ABOUT-NLS | 1045 +++++- ChangeLog | 20 +- INSTALL | 254 +- README | 10 +- README.installation | 70 + configure.in | 1 + docs/C/Makefile.am | 10 +- docs/C/texinfo.tex | 7174 +++++++++++++++++++++++----------------- docs/eu/Makefile.am | 11 +- docs/fr/Makefile.am | 11 +- gnome2-macros/gnome-autogen.sh | 501 +++- install-sh | 348 ++- list_translators.sh | 17 +- 13 files changed, 6091 insertions(+), 3381 deletions(-) commit 1c20089289f9862e3fdc0deed9717b53d44d5f43 Author: Bruno Coudoin Date: Mon Mar 10 23:30:19 2008 +0000 Merged r3290 from gcomprixo Chanched our bundleit script to better suit olpc needs. OLPC Trac #6672 : We now ship the gnuchess and gnucap binary in our bundles bin directory This means that the person runing the bundle script will ship these binaries as found on her system. OLPC Trac #6484 : Should be no more an issue now since we access gnuchess within our bundle OLPC Trac #6657 : Now use the gcompris icons instead of our single surarized one. svn path=/branches/gcomprixogoo/; revision=3295 src/bundleit.sh | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) commit af798d6f22877a390025421d52428ec13618bd84 Author: Bruno Coudoin Date: Mon Mar 10 23:28:00 2008 +0000 Merged r3293 from gcomprixo branch. No more bundle libmenu.so. svn path=/branches/gcomprixogoo/; revision=3294 src/bundleit.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 912bb0db6a9c7927c04873d66a89f9aea59eee53 Author: Bruno Coudoin Date: Mon Mar 10 23:25:58 2008 +0000 merged from gcomprixo branch r3291 now run gnucap from the bundle bin directory in sugar case. svn path=/branches/gcomprixogoo/; revision=3292 src/electric-activity/electric.py | 2 +- src/electric-activity/gnucap | 1 - 2 files changed, 1 insertions(+), 2 deletions(-) commit 667f114ef6ed2b655d5c099e927e43150915885c Author: Bruno Coudoin Date: Mon Mar 10 22:56:57 2008 +0000 merge from gcomprixogo r3288 made money_bg.png be locale to the money activity and no more part of the skin. svn path=/branches/gcomprixogoo/; revision=3289 boards/skins/gartoon/money-bg.png | Bin 26329 -> 0 bytes src/money-activity/money.c | 5 +---- src/money-activity/resources/money/Makefile.am | 3 ++- src/money-activity/resources/money/money-bg.png | Bin 0 -> 26329 bytes 4 files changed, 3 insertions(+), 5 deletions(-) commit b3860db43cc4ebc650980935d1255d429ecd60b5 Author: Bruno Coudoin Date: Sun Mar 9 23:51:00 2008 +0000 Made the chess activity to search for gnuchess in usual directory if it is not found in the one detected at compilation time. It is done to accomodate cases were the run time and build time have a different gnuchess package. Commit r3284 (merged from gcomprixo branch) svn path=/branches/gcomprixogoo/; revision=3287 ChangeLog | 12 ++++++ src/chess_computer-activity/chess.c | 66 ++++++++++++++++++++++++++--------- src/gcompris/gcompris.c | 18 +++++----- 3 files changed, 70 insertions(+), 26 deletions(-) commit 2cf90f8928060ba098eb3d0c677b213d04c33cae Author: Bruno Coudoin Date: Thu Mar 6 23:03:12 2008 +0000 cleanup, removed width and heigth from the board struct as it is always fixed svn path=/branches/gcomprixogoo/; revision=3281 src/advanced_colors-activity/advanced_colors.c | 4 ++-- src/algebra_by-activity/algebra.c | 8 ++++---- .../algebra_guesscount.c | 6 +++--- src/babymatch-activity/shapegame.c | 12 ++++++------ src/boards/py-gcompris-board.c | 4 ---- src/clickgame-activity/clickgame.c | 10 +++++----- src/clockgame-activity/clockgame.c | 18 +++++++++--------- src/gcompris/bonus.c | 10 +++++----- src/gcompris/gcompris-board.h | 2 -- src/gcompris/gcompris_db.c | 10 ---------- src/gcompris/menu.c | 4 ---- src/gletters-activity/gletters.c | 8 ++++---- src/imageid-activity/imageid.c | 4 ++-- src/missing_letter-activity/missingletter.c | 4 ++-- src/paratrooper-activity/paratrooper.c | 16 ++++++++-------- src/planegame-activity/planegame.c | 12 ++++++------ src/railroad-activity/railroad.c | 6 +++--- src/scalesboard-activity/scale.c | 2 +- src/smallnumbers-activity/smallnumbers.c | 8 ++++---- src/submarine-activity/submarine.c | 12 ++++++------ src/traffic-activity/traffic.c | 4 ++-- src/wordsgame-activity/wordsgame.c | 8 ++++---- 22 files changed, 76 insertions(+), 96 deletions(-) commit e34f889bac221e7e5a288decad816daf7526af06 Author: Bruno Coudoin Date: Thu Mar 6 22:13:57 2008 +0000 fixed a dew bugs related to the bar being under svn path=/branches/gcomprixogoo/; revision=3280 src/magic_hat_minus-activity/magic_hat.c | 5 +++-- src/redraw-activity/Makefile.am | 2 +- src/redraw_symmetrical-activity/Makefile.am | 2 +- .../resources/redraw_symmetrical/Makefile.am | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) commit 729f4a4ce6e543c4a651bf17d773c60e5457df05 Author: Bruno Coudoin Date: Sun Mar 2 20:35:46 2008 +0000 many fixes. gcompris.c: fixed mixup of svg and png backgrounds many fixes. gcompris.c: fixed mixup of svg and png backgrounds elephant_mer.svgz: fixed svg bar_bg.png: remade, the old one had holes in it board.c: force the bar to be over after the activty is started svn path=/branches/gcomprixogoo/; revision=3278 boards/skins/babytoy/bar_bg.png | Bin 5662 -> 6004 bytes .../resources/clickgame/Makefile.am | 10 +++++++- .../resources/enumerate/Makefile.am | 22 ++++++++++++++++++- src/gcompris/bar.c | 5 ++- src/gcompris/board.c | 3 ++ src/gcompris/gcompris.c | 4 +++ .../resources/reversecount/elephant_mer.svgz | Bin 8839 -> 9826 bytes src/reversecount-activity/reversecount.c | 7 ++++- 8 files changed, 43 insertions(+), 8 deletions(-) commit b86544ada168689e3bf608a0232c571e96414608 Author: Bruno Coudoin Date: Sun Mar 2 09:10:34 2008 +0000 removed food directory. enumarate activity was broken, food directory images was not installed svn path=/branches/gcomprixogoo/; revision=3277 src/enumerate-activity/enumerate.c | 34 ++++++++++---------- src/enumerate-activity/resources/enumerate/README | 2 + .../resources/enumerate/baby_bottle.png | Bin 0 -> 2233 bytes .../resources/enumerate/banana.png | Bin 0 -> 13427 bytes .../resources/enumerate/bread_slice.png | Bin 0 -> 7316 bytes .../resources/enumerate/butter.png | Bin 0 -> 7660 bytes .../resources/enumerate/chocolate.png | Bin 0 -> 9373 bytes .../resources/enumerate/chocolate_cake.png | Bin 0 -> 9952 bytes .../resources/enumerate/cookie.png | Bin 0 -> 6396 bytes .../resources/enumerate/food/README | 1 - .../resources/enumerate/food/baby_bottle.png | Bin 2233 -> 0 bytes .../resources/enumerate/food/banana.png | Bin 13427 -> 0 bytes .../resources/enumerate/food/bread_slice.png | Bin 7316 -> 0 bytes .../resources/enumerate/food/butter.png | Bin 7660 -> 0 bytes .../resources/enumerate/food/chocolate.png | Bin 9373 -> 0 bytes .../resources/enumerate/food/chocolate_cake.png | Bin 9952 -> 0 bytes .../resources/enumerate/food/cookie.png | Bin 6396 -> 0 bytes .../resources/enumerate/food/french_croissant.png | Bin 3398 -> 0 bytes .../resources/enumerate/food/grapefruit.png | Bin 18447 -> 0 bytes .../resources/enumerate/food/marmelade.png | Bin 9509 -> 0 bytes .../resources/enumerate/food/milk_cup.png | Bin 36679 -> 0 bytes .../resources/enumerate/food/milk_shake.png | Bin 19259 -> 0 bytes .../resources/enumerate/food/orange.png | Bin 6121 -> 0 bytes .../resources/enumerate/food/pear.png | Bin 21149 -> 0 bytes .../resources/enumerate/food/round_cookie.png | Bin 27189 -> 0 bytes .../resources/enumerate/food/suggar_box.png | Bin 5593 -> 0 bytes .../resources/enumerate/food/yahourt.png | Bin 37894 -> 0 bytes .../resources/enumerate/french_croissant.png | Bin 0 -> 3398 bytes .../resources/enumerate/grapefruit.png | Bin 0 -> 18447 bytes .../resources/enumerate/marmelade.png | Bin 0 -> 9509 bytes .../resources/enumerate/milk_cup.png | Bin 0 -> 36679 bytes .../resources/enumerate/milk_shake.png | Bin 0 -> 19259 bytes .../resources/enumerate/orange.png | Bin 0 -> 6121 bytes .../resources/enumerate/pear.png | Bin 0 -> 21149 bytes .../resources/enumerate/round_cookie.png | Bin 0 -> 27189 bytes .../resources/enumerate/suggar_box.png | Bin 0 -> 5593 bytes .../resources/enumerate/yahourt.png | Bin 0 -> 37894 bytes 37 files changed, 19 insertions(+), 18 deletions(-) commit 1c8db7564a96e1e00b0cc012382b5014a6008a14 Author: Bruno Coudoin Date: Wed Feb 27 21:08:00 2008 +0000 adapted some more activities to suit the moving bar svn path=/branches/gcomprixogoo/; revision=3275 src/algebra_by-activity/algebra.c | 6 +++--- src/chat-activity/chat.py | 20 ++++++++++---------- src/gcompris/bar.c | 2 ++ src/paratrooper-activity/paratrooper.c | 1 + 4 files changed, 16 insertions(+), 13 deletions(-) commit 843b0e12c87caf3c080437bb523da2ba2adb765d Author: Bruno Coudoin Date: Wed Feb 27 00:08:02 2008 +0000 made the text area shorter to suit the moving bar svn path=/branches/gcomprixogoo/; revision=3274 src/wordprocessor-activity/wordprocessor.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit da3ea5853a2d84282b8b57ff882ba645b423b346 Author: Bruno Coudoin Date: Mon Feb 25 00:26:18 2008 +0000 improved bar management. searace works better but incomplete yet svn path=/branches/gcomprixogoo/; revision=3273 src/algorithm-activity/algorithm.py | 9 ++--- src/gcompris/bar.c | 19 ++++++------ src/searace-activity/searace.py | 54 +++++++++++++++++------------------ 3 files changed, 40 insertions(+), 42 deletions(-) commit 43391a08b217b2de454c37878789a4913b8c75ad Author: Bruno Coudoin Date: Sun Feb 24 23:23:07 2008 +0000 fixed focus to follow the moving items svn path=/branches/gcomprixogoo/; revision=3272 src/watercycle-activity/watercycle.py | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit 2968e118a804d459fb72f19bf32f0f387aad4e0d Author: Bruno Coudoin Date: Sun Feb 24 22:53:01 2008 +0000 disable action on click on the bar when hidden svn path=/branches/gcomprixogoo/; revision=3271 src/gcompris/bar.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit c3e48bd6a8bb580a04aec025a0c7c10d5d790158 Author: Bruno Coudoin Date: Sun Feb 24 22:29:52 2008 +0000 fixed, no more stay hidden after a while svn path=/branches/gcomprixogoo/; revision=3270 src/gcompris/bar.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit f8fe2178197e51a12d5dd8a9fbbe14ab10036ee9 Author: Bruno Coudoin Date: Sun Feb 24 20:29:24 2008 +0000 many small improvements. now the focus api is reentrant to support size changing items. svn path=/branches/gcomprixogoo/; revision=3269 src/boards/menu2.c | 8 +-- src/gcompris/bar.c | 32 ++++++++++- src/gcompris/board.c | 16 +++--- src/gcompris/config.c | 3 + src/gcompris/gameutil.c | 50 ++++++++++------ src/gcompris/gcompris.c | 119 +++++++++++++++----------------------- src/gcompris/menu.c | 11 ++-- src/gcompris/profile.c | 2 +- src/gcompris/properties.c | 3 +- src/gcompris/soundutil.c | 34 ++++++------ src/railroad-activity/railroad.c | 29 +++------- 11 files changed, 153 insertions(+), 154 deletions(-) commit 7562d573326849022bc439bdf0c6bffc65351c01 Author: Bruno Coudoin Date: Sun Feb 24 16:12:59 2008 +0000 erase click works again svn path=/branches/gcomprixogoo/; revision=3268 src/erase-activity/erase.c | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) commit 5e46c02ece96f6568ad38a33aa41d7f19c5fde8c Author: Bruno Coudoin Date: Sun Feb 24 14:40:33 2008 +0000 removed the popt no background image option. it was not working very well and even more now with the by activity split. adapted awale not to be over the bar. svn path=/branches/gcomprixogoo/; revision=3267 src/awele-activity/awele.c | 48 +++++++------------ src/awele-activity/awele.h | 2 - src/awele-activity/resources/awele/awele_frame.png | Bin 433301 -> 429834 bytes src/gcompris/gcompris.c | 16 +----- src/gcompris/gcompris.h | 2 +- 5 files changed, 22 insertions(+), 46 deletions(-) commit 5d14d1418faa28c57b318191571b78cb8976218f Author: Bruno Coudoin Date: Fri Feb 22 23:46:12 2008 +0000 added a timeout on the bar is up before it goes down automatically svn path=/branches/gcomprixogoo/; revision=3266 src/gcompris/bar.c | 41 +++++++++++++++++++++++++++-------------- 1 files changed, 27 insertions(+), 14 deletions(-) commit 119419bd86f1c280ffa9a0ca911c1414fe6ec796 Author: Bruno Coudoin Date: Sun Feb 17 02:16:03 2008 +0000 implemented a movable bar svn path=/branches/gcomprixogoo/; revision=3258 boards/skins/babytoy/bar_bg.jpg | Bin 11638 -> 0 bytes boards/skins/babytoy/bar_bg.png | Bin 0 -> 5662 bytes boards/skins/gartoon/bar_bg.jpg | Bin 3147 -> 0 bytes boards/skins/gartoon/bar_bg.png | Bin 0 -> 5891 bytes src/gcompris/bar.c | 55 ++++++++++++++++++++++++++++++++------ src/gcompris/gameutil.c | 7 ++++- src/gcompris/gcompris.c | 35 +++++-------------------- 7 files changed, 59 insertions(+), 38 deletions(-) commit c2bac7c34264a5c72ade5af90c5a31975b0dd5d8 Author: Bruno Coudoin Date: Sat Feb 16 18:35:26 2008 +0000 added one focus in bargame svn path=/branches/gcomprixogoo/; revision=3257 src/bargame-activity/bargame.py | 4 ++++ src/gcompris/gameutil.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit eaba379ebc70f483eb290f613ace33e9a0d736a6 Author: Bruno Coudoin Date: Sat Feb 16 15:23:45 2008 +0000 implemented the new focus system in python and ported the activities svn path=/branches/gcomprixogoo/; revision=3255 src/bargame-activity/bargame.py | 12 ++-- src/boards/py-mod-utils.c | 57 ++++------------- src/connect4-activity/connect4.py | 2 +- src/gcompris/gameutil.c | 109 +++++++++++++++++---------------- src/gcompris/gameutil.h | 4 - src/login-activity/login.py | 4 +- src/melody-activity/melody.py | 5 +- src/mosaic-activity/mosaic.py | 5 +- src/sudoku-activity/sudoku.py | 4 +- src/watercycle-activity/watercycle.py | 4 +- 10 files changed, 87 insertions(+), 119 deletions(-) commit 98be44e50bcfbd7b6fcd7c9f7fcfea01f186cc7f Author: Bruno Coudoin Date: Sat Feb 16 14:31:09 2008 +0000 Improved focus management API Still need to implement it in the python side svn path=/branches/gcomprixogoo/; revision=3254 src/babymatch-activity/shapegame.c | 41 ++-------- src/boards/menu2.c | 14 +--- src/boards/py-mod-utils.c | 4 +- src/canal_lock-activity/canal_lock.c | 5 +- src/click_on_letter-activity/click_on_letter.c | 6 +- src/crane-activity/crane.c | 4 +- src/enumerate-activity/enumerate.c | 4 +- src/gcompris/about.c | 8 +-- src/gcompris/bar.c | 11 +--- src/gcompris/board_config.c | 9 ++- src/gcompris/config.c | 34 ++------- src/gcompris/file_selector.c | 20 +---- src/gcompris/gameutil.c | 83 ++++++++++++-------- src/gcompris/gameutil.h | 3 +- src/gcompris/gcompris_confirm.c | 39 ++++------ src/gcompris/help.c | 16 ++--- src/gcompris/images_selector.c | 16 +--- src/magic_hat_minus-activity/magic_hat.c | 3 +- src/paratrooper-activity/paratrooper.c | 8 +-- src/scalesboard-activity/scale.c | 3 +- src/tangram-activity/gtans_interface.c | 38 ++------- src/tangram-activity/resources/tangram/Makefile.am | 3 +- src/wordprocessor-activity/wordprocessor.c | 10 +-- 23 files changed, 134 insertions(+), 248 deletions(-) commit 7bc13bbeab56d12e7aad998cc3964099a26a2e05 Author: Bruno Coudoin Date: Sat Feb 16 01:36:38 2008 +0000 use the svg help dialog svn path=/branches/gcomprixogoo/; revision=3253 boards/skins/babytoy/dialog_help.svgz | Bin 0 -> 1410 bytes boards/skins/babytoy/help_bg.png | Bin 23539 -> 0 bytes boards/skins/babytoy/help_bg.svgz | Bin 1410 -> 0 bytes boards/skins/gartoon/dialog_help.svgz | Bin 0 -> 1337 bytes boards/skins/gartoon/help_bg.svgz | Bin 1337 -> 0 bytes src/gcompris/about.c | 19 ++++++++++--------- src/gcompris/config.c | 20 ++++++++++---------- src/gcompris/gcompris_confirm.c | 2 +- src/gcompris/help.c | 22 ++++++++++++---------- 9 files changed, 33 insertions(+), 30 deletions(-) commit 1ea442309c0d73a94ab4fb8263a26d107fa43664 Author: Bruno Coudoin Date: Sat Feb 16 00:17:34 2008 +0000 missing gpl3 files svn path=/branches/gcomprixogoo/; revision=3252 src/babymatch-activity/shapegame.c | 5 ++--- src/watercycle-activity/watercycle.py | 7 ++----- 2 files changed, 4 insertions(+), 8 deletions(-) commit a9a5bd450ba924649978441f57105dccdc56f822 Author: Bruno Coudoin Date: Sat Feb 16 00:12:31 2008 +0000 Updated licence, now this branch is like trunk, GPL V3 and above svn path=/branches/gcomprixogoo/; revision=3251 ChangeLog | 2 + src/administration-activity/admin/board_list.py | 5 +- src/administration-activity/admin/class_edit.py | 5 +- src/administration-activity/admin/class_list.py | 5 +- src/administration-activity/admin/constants.py | 7 +- src/administration-activity/admin/group_edit.py | 5 +- src/administration-activity/admin/group_list.py | 5 +- .../admin/group_user_list.py | 5 +- src/administration-activity/admin/log_list.py | 5 +- src/administration-activity/admin/module.py | 5 +- src/administration-activity/admin/module_boards.py | 5 +- src/administration-activity/admin/module_groups.py | 5 +- .../admin/module_profiles.py | 6 +- .../admin/module_reports.py | 5 +- src/administration-activity/admin/module_users.py | 5 +- src/administration-activity/admin/profile_edit.py | 5 +- .../admin/profile_group_list.py | 5 +- src/administration-activity/admin/profile_list.py | 5 +- src/administration-activity/admin/user_edit.py | 5 +- src/administration-activity/admin/user_list.py | 5 +- src/administration-activity/admin/wordlist.py | 5 +- src/administration-activity/administration.py | 5 +- src/advanced_colors-activity/advanced_colors.c | 5 +- src/algebra_by-activity/algebra.c | 7 +-- .../algebra_guesscount.c | 5 +- src/algorithm-activity/algorithm.py | 7 +-- src/anim-activity/anim.py | 7 +- src/awele-activity/awele.c | 25 +++++---- src/awele-activity/awele.h | 25 +++++---- src/awele-activity/awele_alphaBeta.c | 52 +++++++++-------- src/awele-activity/awele_utils.c | 35 +++++++----- src/awele-activity/awele_utils.h | 25 +++++---- src/ballcatch-activity/ballcatch.py | 17 ++++++ src/bargame-activity/bargame.py | 5 +- src/billard-activity/billard.c | 17 +++--- src/boards/menu2.c | 9 +-- src/boards/py-gcompris-board.c | 17 ++++++ src/boards/py-gcompris-board.h | 17 ++++++ src/boards/py-gcompris-class.c | 17 ++++++ src/boards/py-gcompris-group.c | 17 ++++++ src/boards/py-gcompris-profile.c | 17 ++++++ src/boards/py-gcompris-profile.h | 17 ++++++ src/boards/py-gcompris-properties.c | 17 ++++++ src/boards/py-gcompris-properties.h | 17 ++++++ src/boards/py-gcompris-user.c | 17 ++++++ src/boards/py-gcompris-wordlist.c | 17 ++++++ src/boards/py-gcompris-wordlist.h | 17 ++++++ src/boards/py-mod-admin.c | 17 ++++++ src/boards/py-mod-admin.h | 17 ++++++ src/boards/py-mod-anim.c | 17 ++++++ src/boards/py-mod-anim.h | 17 ++++++ src/boards/py-mod-bonus.c | 17 ++++++ src/boards/py-mod-bonus.h | 17 ++++++ src/boards/py-mod-gcompris.c | 7 +-- src/boards/py-mod-gcompris.h | 17 ++++++ src/boards/py-mod-score.c | 21 ++++++- src/boards/py-mod-score.h | 17 ++++++ src/boards/py-mod-skin.c | 17 ++++++ src/boards/py-mod-skin.h | 17 ++++++ src/boards/py-mod-sound.c | 17 ++++++ src/boards/py-mod-sound.h | 17 ++++++ src/boards/py-mod-timer.c | 19 ++++++- src/boards/py-mod-timer.h | 17 ++++++ src/boards/py-mod-utils.c | 17 ++++++ src/boards/py-mod-utils.h | 17 ++++++ src/boards/python.c | 5 +- src/canal_lock-activity/canal_lock.c | 5 +- src/chat-activity/chat.py | 5 +- src/chess_computer-activity/chess.c | 5 +- src/chess_computer-activity/chess_makros.h | 23 ++++---- src/chess_computer-activity/chess_notation.c | 59 ++++++++++---------- src/chess_computer-activity/chess_notation.h | 23 ++++---- src/chess_computer-activity/chess_position.c | 25 ++++----- src/chess_computer-activity/chess_position.h | 29 ++++----- src/click_on_letter-activity/click_on_letter.c | 5 +- src/clickgame-activity/clickgame.c | 7 +-- src/clockgame-activity/clockgame.c | 7 +-- src/colors-activity/colors.c | 5 +- src/connect4-activity/connect4.py | 7 +-- src/connect4-activity/connect4p/board.py | 25 ++++----- src/connect4-activity/connect4p/human.py | 19 +++---- src/connect4-activity/connect4p/minmax.py | 21 +++---- src/connect4-activity/connect4p/player.py | 21 +++---- src/connect4-activity/connect4p/rules.py | 31 +++++----- src/crane-activity/crane.c | 5 +- src/drawnumber-activity/clickanddraw.py | 6 +- src/drawnumber-activity/drawnumber.py | 8 +-- src/electric-activity/electric.py | 5 +- src/enumerate-activity/enumerate.c | 5 +- src/erase-activity/erase.c | 5 +- src/fifteen-activity/fifteen.c | 6 +- src/followline-activity/followline.py | 5 +- src/gcompris/about.c | 7 +-- src/gcompris/about.h | 23 +++---- src/gcompris/anim.c | 7 +-- src/gcompris/anim.h | 7 +-- src/gcompris/bar.c | 7 +-- src/gcompris/board.c | 23 ++++---- src/gcompris/board.h | 21 +++---- src/gcompris/board_config.c | 23 +++---- src/gcompris/board_config.h | 39 ++++++------- src/gcompris/bonus.c | 23 +++---- src/gcompris/bonus.h | 23 +++---- src/gcompris/cache.c | 9 +-- src/gcompris/config.c | 2 - src/gcompris/dbus.c | 21 +++---- src/gcompris/dialog.c | 7 +-- src/gcompris/drag.c | 5 +- src/gcompris/drag.h | 5 +- src/gcompris/file_selector.c | 7 +-- src/gcompris/gameutil.c | 7 +-- src/gcompris/gameutil.h | 23 +++---- src/gcompris/gc_core.h | 23 +++---- src/gcompris/gc_net.c | 7 +-- src/gcompris/gc_net.h | 23 +++---- src/gcompris/gcompris-board.h | 23 +++---- src/gcompris/gcompris.c | 23 ++++---- src/gcompris/gcompris.h | 23 +++---- src/gcompris/gcompris_alphabeta.c | 29 ++++----- src/gcompris/gcompris_alphabeta.h | 23 +++---- src/gcompris/gcompris_config.h | 23 +++---- src/gcompris/gcompris_confirm.c | 7 +-- src/gcompris/gcompris_db.c | 5 +- src/gcompris/gcompris_db.h | 23 +++---- src/gcompris/gcompris_im.c | 35 +++++------ src/gcompris/gcompris_im.h | 23 +++---- src/gcompris/help.c | 7 +-- src/gcompris/images_selector.c | 7 +-- src/gcompris/log.c | 7 +-- src/gcompris/menu.c | 7 +-- src/gcompris/pixbuf_util.c | 15 ++++- src/gcompris/pixbuf_util.h | 15 ++++- src/gcompris/plugin.h | 7 +-- src/gcompris/profile.c | 23 +++---- src/gcompris/profile.h | 29 ++++----- src/gcompris/properties.c | 23 +++---- src/gcompris/properties.h | 23 +++---- src/gcompris/score.c | 7 +-- src/gcompris/score.h | 23 +++---- src/gcompris/skin.c | 5 +- src/gcompris/skin.h | 5 +- src/gcompris/soundutil.c | 5 +- src/gcompris/soundutil.h | 23 +++---- src/gcompris/timer.c | 23 +++---- src/gcompris/timer.h | 23 +++---- src/gcompris/wordlist.c | 5 +- src/gcompris/wordlist.h | 7 +- src/gletters-activity/gletters.c | 7 +-- src/gnumch-equality-activity/gnumch.py | 7 +-- src/guessnumber-activity/guessnumber.py | 5 +- src/hanoi-activity/hanoi.c | 5 +- src/hanoi_real-activity/hanoi_real.c | 5 +- src/hexagon-activity/hexagon.py | 7 +-- src/imageid-activity/imageid.c | 5 +- src/leftright-activity/leftright.c | 5 +- src/login-activity/login.py | 5 +- src/magic_hat_minus-activity/magic_hat.c | 7 +- src/maze-activity/maze.c | 5 +- src/melody-activity/melody.py | 7 +-- src/memory-activity/memory.c | 12 ++-- src/missing_letter-activity/missingletter.c | 5 +- src/money-activity/money.c | 5 +- src/money-activity/money_widget.c | 22 +++---- src/money-activity/money_widget.h | 24 ++++---- src/mosaic-activity/mosaic.py | 5 +- src/paratrooper-activity/paratrooper.c | 5 +- src/planegame-activity/planegame.c | 5 +- src/pythontemplate-activity/pythontemplate.py | 17 ++++++ src/pythontest-activity/pythontest.py | 17 ++++++ src/railroad-activity/railroad.c | 5 +- src/read_colors-activity/read_colors.c | 5 +- src/readingh-activity/reading.c | 7 +-- src/redraw-activity/redraw.py | 5 +- src/reversecount-activity/reversecount.c | 5 +- src/scalesboard-activity/scale.c | 5 +- src/searace-activity/searace.py | 5 +- src/smallnumbers-activity/smallnumbers.c | 11 +-- src/submarine-activity/submarine.c | 13 ++-- src/sudoku-activity/sudoku.py | 5 +- src/superbrain-activity/superbrain.c | 9 +-- src/tangram-activity/gtans.c | 21 +++---- src/tangram-activity/gtans_callbacks.c | 22 +++---- src/target-activity/target.c | 5 +- src/traffic-activity/traffic.c | 5 +- src/traffic-activity/traffic.h | 21 +++---- src/tuxpaint-activity/tuxpaint.py | 5 +- src/wordprocessor-activity/wordprocessor.c | 5 +- src/wordsgame-activity/wordsgame.c | 9 +-- 188 files changed, 1363 insertions(+), 1072 deletions(-) commit 1fad557f1d2d15d2f40cb84339d4b503e9848738 Author: Bruno Coudoin Date: Fri Feb 15 21:55:38 2008 +0000 Added a continue button to let children enjoy the paintings or the work they just accomplished svn path=/branches/gcomprixogoo/; revision=3250 ChangeLog | 13 +++++ src/babymatch-activity/shapegame.c | 96 +++++++++++++++++++++--------------- 2 files changed, 70 insertions(+), 39 deletions(-) commit 91eb027d1a0de9c4976097919d5ca42b0efb57b2 Author: Bruno Coudoin Date: Fri Feb 15 21:38:27 2008 +0000 fixed a major bug. this activity was making GCompris crash one you clicked on the grey target button. (merged from trunk) svn path=/branches/gcomprixogoo/; revision=3249 src/mosaic-activity/mosaic.py | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) commit 9f56773881dcdd11cc0fd991525a6fbe3c431b10 Author: Bruno Coudoin Date: Thu Feb 14 23:55:58 2008 +0000 initial implementation of the highlight api it uses a background rect instead of an image color shift svn path=/branches/gcomprixogoo/; revision=3248 src/babymatch-activity/shapegame.c | 10 +++ src/gcompris/bar.c | 3 + src/gcompris/gameutil.c | 131 ++++++++---------------------------- 3 files changed, 42 insertions(+), 102 deletions(-) commit 21d10083176792f124ac45387c712aa0352ae3e9 Author: Bruno Coudoin Date: Thu Feb 14 00:52:32 2008 +0000 Merge of trunk 3242 Windows issue. Translation was broken in all python Merge of trunk 3242 Windows issue. Translation was broken in all python modules. Now use the gcompris gettext instead of the python one. svn path=/branches/gcomprixogoo/; revision=3244 src/administration-activity/admin/board_list.py | 2 +- src/administration-activity/admin/class_edit.py | 2 +- src/administration-activity/admin/class_list.py | 2 +- src/administration-activity/admin/group_edit.py | 2 +- src/administration-activity/admin/group_list.py | 2 +- .../admin/group_user_list.py | 2 +- src/administration-activity/admin/log_list.py | 2 +- src/administration-activity/admin/module.py | 2 +- src/administration-activity/admin/module_boards.py | 2 +- src/administration-activity/admin/module_groups.py | 2 +- .../admin/module_profiles.py | 2 +- .../admin/module_reports.py | 2 +- src/administration-activity/admin/module_users.py | 2 +- src/administration-activity/admin/profile_edit.py | 3 ++- .../admin/profile_group_list.py | 2 +- src/administration-activity/admin/profile_list.py | 2 +- src/administration-activity/admin/user_edit.py | 3 ++- src/administration-activity/admin/user_list.py | 2 +- src/administration-activity/admin/wordlist.py | 2 +- src/administration-activity/administration.py | 2 +- src/anim-activity/anim.py | 2 +- src/ballcatch-activity/ballcatch.py | 2 +- src/chat-activity/chat.py | 2 +- src/connect4-activity/connect4.py | 2 +- src/followline-activity/followline.py | 2 +- src/gnumch-equality-activity/gnumch.py | 2 +- src/login-activity/login.py | 2 +- src/redraw-activity/redraw.py | 2 +- src/searace-activity/searace.py | 2 +- src/sudoku-activity/sudoku.py | 2 +- src/tuxpaint-activity/tuxpaint.py | 2 +- 31 files changed, 33 insertions(+), 31 deletions(-) commit 5e331c1c04dcf1e05ab2ec9d3be1ef73310440e9 Author: Bruno Coudoin Date: Thu Feb 14 00:51:22 2008 +0000 files not needed files in svn svn path=/branches/gcomprixogoo/; revision=3243 src/goocanvas/Makefile.in | 623 --------------------------------- src/goocanvas/demo/Makefile.in | 750 --------------------------------------- src/goocanvas/docs/Makefile.in | 538 ---------------------------- src/goocanvas/src/Makefile.in | 751 ---------------------------------------- 4 files changed, 0 insertions(+), 2662 deletions(-) commit 98b98aba6134acdf5a1bf821403825bb91f887c5 Author: Bruno Coudoin Date: Fri Jan 25 00:17:31 2008 +0000 merge gcomprixo 3226 : fixed to bundle timers image properly svn path=/branches/gcomprixogoo/; revision=3227 src/bundleit.sh | 39 +++++++++++++++++++++++++-------------- 1 files changed, 25 insertions(+), 14 deletions(-) commit a88d6156d523fa5c5dcea165d797b211b37c6135 Author: Bruno Coudoin Date: Thu Jan 24 23:13:21 2008 +0000 merge of commit 3224 from gcomprixo. tangrap reference to image tool-flip.png fixed svn path=/branches/gcomprixogoo/; revision=3225 src/activity.info | 2 +- src/tangram-activity/gtans_interface.c | 2 +- .../resources/tangram/tool-flip.png | Bin 0 -> 3810 bytes 3 files changed, 2 insertions(+), 2 deletions(-) commit 3909c54f615ea167b0b9405b3b7542878ce38af2 Author: Bruno Coudoin Date: Thu Jan 24 22:40:07 2008 +0000 file from gcomprixo branch svn path=/branches/gcomprixogoo/; revision=3223 src/gcompris-activity | 65 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 65 insertions(+), 0 deletions(-) commit f13edfcbebd4dcd31f430c04a7fae81d8b6bf54b Author: Bruno Coudoin Date: Thu Jan 24 22:20:57 2008 +0000 update svn:ignome prop svn path=/branches/gcomprixogoo/; revision=3222 src/anim-activity/anim.py | 24 ++++++++++++++++-------- 1 files changed, 16 insertions(+), 8 deletions(-) commit 778eb72234b7fe1caa9634aa6f91853a314e6e44 Author: Bruno Coudoin Date: Thu Jan 24 22:20:31 2008 +0000 updated from gcomprixo svn path=/branches/gcomprixogoo/; revision=3221 src/old-gcompris-activity | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 7dd464ce1a048454a1399c8cae939b64a05a6b7d Author: Bruno Coudoin Date: Thu Jan 24 20:13:43 2008 +0000 missing dir for hexagon activity svn path=/branches/gcomprixogoo/; revision=3220 src/hexagon-activity/resources/hexagon/Makefile.am | 5 + .../resources/hexagon/strawberry.svg | 122 ++++++++++++++++++++ 2 files changed, 127 insertions(+), 0 deletions(-) commit 7ff7be5bf755c0cd8d1824d7b1325b6c755ab74a Author: Bruno Coudoin Date: Tue Jan 22 22:59:30 2008 +0000 better implementation of the image resizing. still buggy when scaling rotated items. It works fine only when items are horizontal or vertical svn path=/branches/gcomprixogoo/; revision=3219 src/anim-activity/anim.py | 30 +++++++++++++++++++++--------- 1 files changed, 21 insertions(+), 9 deletions(-) commit 4b585fa662f5482a9ac9e75cbe2d688bf3071cc7 Author: Bruno Coudoin Date: Mon Jan 21 23:00:23 2008 +0000 implemented resizing of images in anim using the goocanvas api resizing after an image rotation does not work yet svn path=/branches/gcomprixogoo/; revision=3218 src/anim-activity/anim.py | 109 +++++++++++++++++++--------------------- src/gcompris/file_selector.c | 1 - src/gcompris/images_selector.c | 7 +-- 3 files changed, 54 insertions(+), 63 deletions(-) commit f76cd1a8d2f6a9e98ad69c11b461fb302ee9c101 Author: Bruno Coudoin Date: Sat Jan 19 15:22:25 2008 +0000 image selector ported to goocanvas svn path=/branches/gcomprixogoo/; revision=3216 src/gcompris/images_selector.c | 176 +++++++++++++++++++++------------------- 1 files changed, 93 insertions(+), 83 deletions(-) commit 5523406b95fa0a8801323d83adbbec0d6d48e8e4 Author: Bruno Coudoin Date: Fri Jan 18 23:49:09 2008 +0000 improved anim activity towards goocanvas svn path=/branches/gcomprixogoo/; revision=3215 Makefile.am | 4 +- src/boards/py-mod-gcompris.c | 4 +- src/gcompris/images_selector.c | 280 ++++++++++++++++++---------------------- 3 files changed, 129 insertions(+), 159 deletions(-) commit 87b3bce3e6d24f9beb5f9a151db31cc8eb2803aa Author: Bruno Coudoin Date: Wed Jan 16 00:55:42 2008 +0000 added text support with goocanvas api svn path=/branches/gcomprixogoo/; revision=3214 src/anim-activity/anim.py | 132 ++++++++++++++++++++++---------------------- 1 files changed, 66 insertions(+), 66 deletions(-) commit b05a750128d456f443d8268e0205263b23c9515e Author: Bruno Coudoin Date: Sat Jan 12 21:46:47 2008 +0000 aded missing resources dir in makefile svn path=/branches/gcomprixogoo/; revision=3213 src/hexagon-activity/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cfd95f30f51b9c880e18b507722ee3984e745bf8 Author: Bruno Coudoin Date: Mon Jan 7 22:56:24 2008 +0000 added missing entry in makefile to follow clockgame image resources svn path=/branches/gcomprixogoo/; revision=3212 src/clockgame-activity/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 792e9708102ad202ff3cc632a1ef0f3f9455fe0a Author: Bruno Coudoin Date: Mon Jan 7 22:54:23 2008 +0000 merge of gcomprisxo commit 3209 fixed missing directory in babyshapes svn path=/branches/gcomprixogoo/; revision=3210 configure.in | 4 +++ .../resources/babyshapes/Makefile.am | 1 + .../resources/babyshapes/dog1/Makefile.am | 8 +++++++ .../resources/babyshapes/dog2/Makefile.am | 11 ++++++++++ .../resources/babyshapes/dog3/Makefile.am | 12 +++++++++++ .../resources/babyshapes/food/Makefile.am | 21 ++++++++++++++++++++ 6 files changed, 57 insertions(+), 0 deletions(-) commit 600c714d19e53e295136baf495a82487f0094f07 Author: Bruno Coudoin Date: Mon Jan 7 22:24:17 2008 +0000 merged gcomprixo commit 3207, missing images in the memory makefile svn path=/branches/gcomprixogoo/; revision=3208 src/memory-activity/resources/memory/Makefile.am | 69 ++++++++++++++++++++++ 1 files changed, 69 insertions(+), 0 deletions(-) commit 23d936170797ac6a5f7e1edad9cdc47e5e7233a1 Author: Bruno Coudoin Date: Mon Jan 7 22:00:36 2008 +0000 merge of commit gcomprixo 3303, missing draw.svg icon in anim svn path=/branches/gcomprixogoo/; revision=3204 configure.in | 2 + src/anim-activity/Makefile.am | 2 +- src/anim-activity/anim.py | 66 ++++++++++----- src/anim-activity/resources/Makefile.am | 1 + src/anim-activity/resources/anim/Makefile.am | 5 + src/anim-activity/resources/anim/draw.svg | 122 ++++++++++++++++++++++++++ src/hexagon-activity/resources/Makefile.am | 1 + 7 files changed, 177 insertions(+), 22 deletions(-) commit d6a46c6b66e1b9154ff624b028197ff4a1bce84f Author: Bruno Coudoin Date: Sat Jan 5 15:47:09 2008 +0000 Merge of commit trunk #3196 * src/boards/chess.c: Fixed sourceforge tracker #1835844 The left lower corner square (a1 in algebraic notation) is now in the dark color. svn path=/branches/gcomprixogoo/; revision=3197 src/chess_computer-activity/chess.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 311153080de389fa5544ebfc9aed47f901c802a3 Author: Bruno Coudoin Date: Sat Jan 5 00:26:44 2008 +0000 improved anim port to goocanvas, the resizing works on ellipse and rectangles svn path=/branches/gcomprixogoo/; revision=3195 src/anim-activity/anim.py | 74 ++++++++++++++++++++++++-------------------- 1 files changed, 40 insertions(+), 34 deletions(-) commit 032d910b41e47a94cee6efdded2c234fd35c5bfe Author: Bruno Coudoin Date: Thu Jan 3 23:45:05 2008 +0000 improved anim port, rotation works now, including the anchors svn path=/branches/gcomprixogoo/; revision=3194 src/anim-activity/anim.py | 1287 +++++------------------------------------- src/gcompris/file_selector.c | 2 +- 2 files changed, 141 insertions(+), 1148 deletions(-) commit f933b14413442e2bc5bbd00f4f6bd2084b1b9bed Author: Bruno Coudoin Date: Wed Jan 2 00:12:23 2008 +0000 uncomplete port to goocanvas of anim. rectangle and circle creation and move works. svn path=/branches/gcomprixogoo/; revision=3193 src/anim-activity/anim.py | 399 +++++++++++++++++++++----------------------- 1 files changed, 190 insertions(+), 209 deletions(-) commit 98050df1cf04a35171b4895014d472448e8778fa Author: Bruno Coudoin Date: Tue Jan 1 15:50:46 2008 +0000 completed port of redraw activity to goocanvas. removed some colors in the toolbar to make the game more friendly to color blinds svn path=/branches/gcomprixogoo/; revision=3192 configure.in | 4 + src/redraw-activity/redraw.py | 352 +++++++++----------- src/redraw-activity/resources/Makefile.am | 1 + src/redraw-activity/resources/redraw/Makefile.am | 5 + src/redraw-activity/resources/redraw/redraw.svg | 1 + .../resources/Makefile.am | 1 + .../resources/redraw_symmetrical/Makefile.am | 5 + .../redraw_symmetrical/redraw_symmetry.svg | 1 + 8 files changed, 183 insertions(+), 187 deletions(-) commit 0d33aa82cb2393a1d865b029e391c058cd263943 Author: Bruno Coudoin Date: Mon Dec 31 17:52:29 2007 +0000 port to goocanvas, redraw works now, but not the symetry svn path=/branches/gcomprixogoo/; revision=3190 src/redraw-activity/redraw.py | 295 +++++++++++++++++++++-------------------- 1 files changed, 151 insertions(+), 144 deletions(-) commit e1a4760699051a3b25539d65d45a1fd9a59341d4 Author: Bruno Coudoin Date: Mon Dec 31 00:00:54 2007 +0000 more goocanvas port svn path=/branches/gcomprixogoo/; revision=3188 boards/Makefile.am | 3 +- boards/writing_tutor.xml.in | 13 - configure.in | 3 - src/administration-activity/Makefile.am | 2 +- src/administration-activity/admin/board_list.py | 18 +- src/administration-activity/admin/class_edit.py | 49 +- src/administration-activity/admin/class_list.py | 14 +- src/administration-activity/admin/group_edit.py | 66 +- src/administration-activity/admin/group_list.py | 2 +- .../admin/group_user_list.py | 2 +- src/administration-activity/admin/log_list.py | 2 +- src/administration-activity/admin/module.py | 49 +- src/administration-activity/admin/module_boards.py | 22 +- src/administration-activity/admin/module_groups.py | 20 +- .../admin/module_profiles.py | 23 +- .../admin/module_reports.py | 23 +- src/administration-activity/admin/module_users.py | 23 +- src/administration-activity/admin/profile_edit.py | 64 +- .../admin/profile_group_list.py | 2 +- src/administration-activity/admin/profile_list.py | 2 +- src/administration-activity/admin/user_edit.py | 27 +- src/administration-activity/admin/user_list.py | 3 - src/administration-activity/admin/wordlist.py | 11 +- src/administration-activity/administration.py | 21 +- src/boards/menu2.c | 7 +- src/login-activity/login.py | 78 +-- src/pythontest-activity/pythontest.py | 7 + src/redraw-activity/redraw.py | 619 +++++++++++--------- 28 files changed, 546 insertions(+), 629 deletions(-) commit 91a218d63a78ad463cae5c37bf8636d87f3b532b Author: Bruno Coudoin Date: Sun Dec 30 00:52:30 2007 +0000 more goocanvas port svn path=/branches/gcomprixogoo/; revision=3187 src/electric-activity/electric.py | 176 ++++++++++++++++++++----------------- 1 files changed, 96 insertions(+), 80 deletions(-) commit d73b7dedfe9d168b33d4ff2bcaf799e0e03b2953 Author: Bruno Coudoin Date: Sat Dec 29 00:32:04 2007 +0000 uncomplete port to goocanvas svn path=/branches/gcomprixogoo/; revision=3186 src/redraw-activity/redraw.py | 854 +++++++++++++++++++++++++---------------- 1 files changed, 526 insertions(+), 328 deletions(-) commit 68b53029aac5c0141cde0d19586c6b7c574f6f51 Author: Bruno Coudoin Date: Fri Dec 28 13:34:32 2007 +0000 ported bargame to goocanvas svn path=/branches/gcomprixogoo/; revision=3185 src/bargame-activity/bargame.py | 29 +++++++++++++---------------- 1 files changed, 13 insertions(+), 16 deletions(-) commit c00f4c71a1d3533f281dc0e7a626d860a7b8865d Author: Bruno Coudoin Date: Fri Dec 28 10:09:59 2007 +0000 more goocanvas port svn path=/branches/gcomprixogoo/; revision=3184 src/searace-activity/searace.py | 8 ++++---- src/tuxpaint-activity/tuxpaint.py | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) commit 15634849b194376a6b79623db0124463a47e1c4c Author: Bruno Coudoin Date: Fri Dec 28 09:53:07 2007 +0000 port to goocanvas of melody completed svn path=/branches/gcomprixogoo/; revision=3183 src/melody-activity/melody.py | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) commit 8ff155f9972e3dfabd3d4c5dfcc58dcc7c10d506 Author: Bruno Coudoin Date: Thu Dec 27 22:56:58 2007 +0000 One more activity ported to goocanvas svn path=/branches/gcomprixogoo/; revision=3182 src/guessnumber-activity/guessnumber.py | 58 ++++++++++++++++-------------- 1 files changed, 31 insertions(+), 27 deletions(-) commit b2e3e519cceb2183dc62039447143cf822ed76b3 Author: Bruno Coudoin Date: Wed Dec 26 23:26:34 2007 +0000 One more bunch of goocanvas port svn path=/branches/gcomprixogoo/; revision=3181 src/gnumch-equality-activity/gnumch.py | 92 ++++++++++++----------- src/pythontest-activity/pythontest.py | 124 +++++++++++++++++++------------- 2 files changed, 123 insertions(+), 93 deletions(-) commit ef1d6edc6c42a3844fe41f4960ecb342fcd32a14 Author: Bruno Coudoin Date: Wed Dec 26 21:57:07 2007 +0000 No more ask for an exit confirmation dialog if a specific actitity is requested by the user svn path=/branches/gcomprixogoo/; revision=3180 src/gcompris/bar.c | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) commit fce9ab37e183b45d77db5be8a626677c8a65c299 Author: Bruno Coudoin Date: Wed Dec 26 21:02:02 2007 +0000 port to goocanvas goes on svn path=/branches/gcomprixogoo/; revision=3177 src/clickanddraw-activity/init_path.sh | 2 +- src/connect4-activity/connect4.py | 61 ++++++----- src/drawnumber-activity/clickanddraw.py | 38 ++++--- src/drawnumber-activity/drawnumber.py | 59 ++++++---- src/followline-activity/followline.py | 16 +-- src/searace-activity/searace.py | 185 +++++++++++++++---------------- 6 files changed, 186 insertions(+), 175 deletions(-) commit a93b56f779d40c739446231f96ac22e75a5b1d67 Author: Bruno Coudoin Date: Wed Dec 26 00:26:32 2007 +0000 sudoku ported to goocanvas svn path=/branches/gcomprixogoo/; revision=3176 src/gcompris/gameutil.c | 5 +- src/sudoku-activity/resources/sudoku/Makefile.am | 7 +- .../resources/sudoku/circle_grey.png | Bin 0 -> 3815 bytes .../resources/sudoku/rectangle_grey.png | Bin 0 -> 1973 bytes .../resources/sudoku/rhombus_grey.png | Bin 0 -> 3832 bytes src/sudoku-activity/resources/sudoku/star_grey.png | Bin 0 -> 4325 bytes .../resources/sudoku/triangle_grey.png | Bin 0 -> 3266 bytes src/sudoku-activity/sudoku.py | 321 +++++++++----------- 8 files changed, 146 insertions(+), 187 deletions(-) commit 13ed19698eb19d3019b88f8e30337fdd8ad14a08 Author: Bruno Coudoin Date: Tue Dec 25 17:56:37 2007 +0000 Ported mosaic activity to goocanvas svn path=/branches/gcomprixogoo/; revision=3175 src/ballcatch-activity/ballcatch.py | 6 +--- src/mosaic-activity/mosaic.py | 47 ++++++++++++---------------------- 2 files changed, 19 insertions(+), 34 deletions(-) commit 948b652471b75c2114e637da7684bb47fca4f047 Author: Bruno Coudoin Date: Tue Dec 25 14:01:34 2007 +0000 ballcatch ported to goocanvas svn path=/branches/gcomprixogoo/; revision=3174 src/ballcatch-activity/ballcatch.py | 43 ++++++++++++++++------------------ 1 files changed, 20 insertions(+), 23 deletions(-) commit 0fa3271676996626273151645edab0ddeec08dc9 Author: Bruno Coudoin Date: Tue Dec 25 10:59:58 2007 +0000 completed port of followline svn path=/branches/gcomprixogoo/; revision=3173 src/followline-activity/followline.py | 53 +++++++++++++++++++------------- src/login-activity/login.py | 4 +- src/searace-activity/searace.py | 4 +- 3 files changed, 35 insertions(+), 26 deletions(-) commit 2de692990d2cfce1529a036969e8d8cc4f64599f Author: Bruno Coudoin Date: Sun Dec 23 23:07:29 2007 +0000 goocanvas python port in progress svn path=/branches/gcomprixogoo/; revision=3171 src/administration-activity/administration.py | 27 +- src/algorithm-activity/algorithm.py | 38 +- src/anim-activity/anim.py | 491 ++++++++++----------- src/ballcatch-activity/ballcatch.py | 92 ++--- src/bargame-activity/bargame.py | 170 +++----- src/boards/py-mod-utils.c | 8 +- src/chat-activity/chat.py | 66 ++-- src/connect4-activity/connect4.py | 110 +++--- src/drawnumber-activity/clickanddraw.py | 21 +- src/drawnumber-activity/drawnumber.py | 44 +- src/electric-activity/electric.py | 163 ++++---- src/followline-activity/followline.py | 125 +++--- src/gnumch-equality-activity/gnumch.py | 126 +++--- src/guessnumber-activity/guessnumber.py | 122 ++---- src/hexagon-activity/hexagon.py | 15 +- src/login-activity/login.py | 74 ++-- src/melody-activity/melody.py | 68 ++-- src/mosaic-activity/mosaic.py | 90 ++-- src/pythontemplate-activity/pythontemplate.py | 4 +- src/pythontest-activity/pythontest.py | 82 ++-- src/redraw-activity/redraw.py | 587 +++++++++++------------- src/searace-activity/searace.py | 222 +++++----- src/sudoku-activity/sudoku.py | 106 ++--- src/tuxpaint-activity/tuxpaint.py | 12 +- src/watercycle-activity/watercycle.py | 273 ++++++------ 25 files changed, 1484 insertions(+), 1652 deletions(-) commit 66d8fc0b41ee8cd3959b9cb5ad70304db73975b7 Author: Bruno Coudoin Date: Sun Dec 23 23:06:00 2007 +0000 goocanvas python port in progress svn path=/branches/gcomprixogoo/; revision=3170 src/gcompris/gameutil.c | 5 +++-- src/gcompris/gameutil.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) commit cd26554eea6e037ea57d647439afc18360856d99 Author: Bruno Coudoin Date: Sat Dec 8 22:20:00 2007 +0000 started port of python activity to goocanvas. hexagon is the first one. svn path=/branches/gcomprixogoo/; revision=3165 configure.in | 5 +++ src/boards/py-mod-anim.c | 2 +- src/boards/py-mod-gcompris.c | 4 +- src/boards/python.c | 3 +- src/bundleit.sh | 3 ++ src/hexagon-activity/hexagon.py | 59 +++++++++++++++++++-------------------- 6 files changed, 42 insertions(+), 34 deletions(-) commit cd82b4b5d6ad3dbf7220922f42b268654ee601f5 Author: Bruno Coudoin Date: Sat Dec 8 00:42:48 2007 +0000 removed a comment, delete the temporary directory svn path=/branches/gcomprixogoo/; revision=3163 src/bundleit.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d2bccab471816784450679e3ee09029dbcb83d77 Author: Bruno Coudoin Date: Sat Dec 8 00:02:49 2007 +0000 Merge of commit 3160 . Fixed bad link reference in case of external resources. svn path=/branches/gcomprixogoo/; revision=3161 src/bundleit.sh | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 95804fd9d744711f49fb12596cf6a18478c2675e Author: Bruno Coudoin Date: Fri Dec 7 23:29:39 2007 +0000 Merge of gcomprixo branch 3158 commit. now support the new startup scheme on the XO. svn path=/branches/gcomprixogoo/; revision=3159 src/activity.info | 4 ++-- src/bundleit.sh | 18 ++++++++++++++---- src/gcompris-factory | 12 ------------ src/gcompris-instance | 37 ------------------------------------- src/gcompris/help.c | 27 --------------------------- 5 files changed, 16 insertions(+), 82 deletions(-) commit ac8b456871e3b359a3c3f8211118e0ded5f629cb Author: Bruno Coudoin Date: Wed Nov 28 21:30:48 2007 +0000 the menu works with goocanvas. changed goocanvas installation to be in the gcompris plugin library this avoid confusions with the original goocanvas svn path=/branches/gcomprixogoo/; revision=3157 configure.in | 3 - src/boards/menu2.c | 301 +++++++++++++++++++--------------------- src/gcompris/gameutil.c | 17 ++- src/goocanvas/Makefile.am | 4 +- src/goocanvas/Makefile.in | 59 ++------ src/goocanvas/demo/Makefile.in | 5 - src/goocanvas/docs/Makefile.am | 7 +- src/goocanvas/docs/Makefile.in | 193 +++----------------------- src/goocanvas/src/Makefile.am | 6 +- src/goocanvas/src/Makefile.in | 59 ++------ 10 files changed, 205 insertions(+), 449 deletions(-) commit 1bdf5e17a17660aa8eb7ecc0806e850d2b9790ea Author: Bruno Coudoin Date: Tue Nov 27 16:34:48 2007 +0000 minor removed useless code svn path=/branches/gcomprixogoo/; revision=3156 src/babymatch-activity/shapegame.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit 15f5a4b00d4560f4a0cd62a8df771af0f3bc2901 Author: Bruno Coudoin Date: Tue Nov 27 11:57:33 2007 +0000 shape game now work with goocanvas. All C coded activities and GCompris core now works with goocanvas. svn path=/branches/gcomprixogoo/; revision=3154 src/babymatch-activity/shapegame.c | 98 ++++++++++---------- src/chronos-activity/resources/chronos/1.jpg | Bin 4894 -> 0 bytes src/chronos-activity/resources/chronos/1.png | Bin 0 -> 30813 bytes src/chronos-activity/resources/chronos/2.jpg | Bin 4216 -> 0 bytes src/chronos-activity/resources/chronos/2.png | Bin 0 -> 37203 bytes src/chronos-activity/resources/chronos/3.jpg | Bin 6946 -> 0 bytes src/chronos-activity/resources/chronos/3.png | Bin 0 -> 58610 bytes src/chronos-activity/resources/chronos/4.jpg | Bin 4589 -> 0 bytes src/chronos-activity/resources/chronos/4.png | Bin 0 -> 40309 bytes src/chronos-activity/resources/chronos/Makefile.am | 8 +- src/chronos-activity/resources/chronos/autumn.png | Bin 35608 -> 38203 bytes .../resources/chronos/board1_0.xml.in | 8 +- src/chronos-activity/resources/chronos/spring.png | Bin 27574 -> 29453 bytes src/chronos-activity/resources/chronos/summer.png | Bin 19629 -> 20472 bytes src/gcompris/pixbuf_util.c | 58 ++++++------ src/geography-activity/resources/voices | 1 + 16 files changed, 85 insertions(+), 88 deletions(-) commit 8d9fc85d5c426bda3419c3e102034548ebf0522f Author: Bruno Coudoin Date: Tue Nov 27 01:06:07 2007 +0000 improved shapegame, uncompleted port to goocanvas svn path=/branches/gcomprixogoo/; revision=3153 src/babymatch-activity/shapegame.c | 82 +++++++++++++++++------------------- src/gcompris/drag.c | 5 +- 2 files changed, 42 insertions(+), 45 deletions(-) commit 8af2cdab6abc3e9a40c005511fc646f5de563f1b Author: Bruno Coudoin Date: Mon Nov 26 22:42:50 2007 +0000 fixed coordinate to highlight hot spot svn path=/branches/gcomprixogoo/; revision=3152 src/babymatch-activity/shapegame.c | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) commit 6dcf59a0c33493cc93418f80f1c2d6280d1d9b5c Author: Bruno Coudoin Date: Mon Nov 26 01:01:07 2007 +0000 uncomplete, updated shapegame to work with goocanvas svn path=/branches/gcomprixogoo/; revision=3151 src/babymatch-activity/shapegame.c | 351 ++++++++++++++++++++---------------- 1 files changed, 197 insertions(+), 154 deletions(-) commit d04e69b524349efadd0cdb724850be7224dcf5e1 Author: Bruno Coudoin Date: Wed Nov 21 22:11:59 2007 +0000 ported click on letter to goo canvas svn path=/branches/gcomprixogoo/; revision=3149 src/click_on_letter-activity/click_on_letter.c | 14 +++++++++----- src/click_on_letter-activity/resources/voices | 1 + 2 files changed, 10 insertions(+), 5 deletions(-) commit 22cc57d07d2512e731b4e54fc1c9ecb6e08837d0 Author: Bruno Coudoin Date: Wed Nov 21 21:43:22 2007 +0000 ported to goocanvas svn path=/branches/gcomprixogoo/; revision=3147 src/readingh-activity/reading.c | 78 ++++++++++++++++++++++----------------- 1 files changed, 44 insertions(+), 34 deletions(-) commit 5880747bcc04da53af7d1ff99ea0f81e4f8cd5ec Author: Bruno Coudoin Date: Wed Nov 21 21:09:46 2007 +0000 fixed internal drag api in case the mouse moves out of the target item. svn path=/branches/gcomprixogoo/; revision=3146 src/gcompris/drag.c | 7 +++++-- src/hanoi_real-activity/hanoi_real.c | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) commit 577b5429e9c2eed642271b00f1ad865eef3e8c70 Author: Bruno Coudoin Date: Wed Nov 21 20:47:03 2007 +0000 ported to goocanvas. now uses the gcompris drag and drop api as well. svn path=/branches/gcomprixogoo/; revision=3145 src/hanoi_real-activity/hanoi_real.c | 159 +++++++++++++++------------------- 1 files changed, 71 insertions(+), 88 deletions(-) commit 0fcbe6c573aebbc09b35be63d9575a47edb487f5 Author: Bruno Coudoin Date: Wed Nov 21 00:04:07 2007 +0000 complete goocanvas port of traffic activity svn path=/branches/gcomprixogoo/; revision=3143 src/scalesboard-activity/scale.c | 18 ++-- src/traffic-activity/traffic.c | 249 ++++++++++++++++++++------------------ 2 files changed, 142 insertions(+), 125 deletions(-) commit bf835a054ff95e8c500625b616a122346f71c0f1 Author: Bruno Coudoin Date: Tue Nov 20 00:32:50 2007 +0000 improved scale activity wrt the drag fixes for goocanvas svn path=/branches/gcomprixogoo/; revision=3141 src/babymatch-activity/shapegame.c | 810 ++++++++++++++++++------------------ src/gcompris/drag.c | 61 ++- src/gcompris/drag.h | 8 +- src/hanoi-activity/hanoi.c | 147 +++---- src/scalesboard-activity/scale.c | 144 ++++--- 5 files changed, 591 insertions(+), 579 deletions(-) commit 859384f212db241aa3b70fef2d35a1e9e565a641 Author: Bruno Coudoin Date: Sun Nov 18 08:15:55 2007 +0000 more goocanvas port svn path=/branches/gcomprixogoo/; revision=3137 src/clickgame-activity/clickgame.c | 2 +- src/erase-activity/erase.c | 4 +- src/gcompris/drag.c | 10 ++-- src/hanoi-activity/hanoi.c | 88 +++++++++++++++++++----------- src/magic_hat_minus-activity/magic_hat.c | 4 +- src/railroad-activity/railroad.c | 1 - src/scalesboard-activity/scale.c | 87 ++++++++++++++++++----------- 7 files changed, 119 insertions(+), 77 deletions(-) commit ce7de7514aae5996d1df40e9b61c11734d525cfb Author: Bruno Coudoin Date: Tue Nov 13 00:42:56 2007 +0000 scale goocanvas port in progress. svn path=/branches/gcomprixogoo/; revision=3136 src/gcompris/drag.c | 222 +++++---- src/gcompris/drag.h | 11 +- src/scalesboard-activity/scale.c | 1087 ++++++++++++++++++++------------------ 3 files changed, 691 insertions(+), 629 deletions(-) commit a8b8d2f8c8cbd1282b4f45e14179e67234ec49bf Author: Bruno Coudoin Date: Mon Nov 12 00:20:06 2007 +0000 ported clockgame to goocanvas svn path=/branches/gcomprixogoo/; revision=3135 src/chess_computer-activity/chess.c | 14 +- src/clockgame-activity/clockgame.c | 278 ++++++++++++++++++++--------------- 2 files changed, 164 insertions(+), 128 deletions(-) commit b59ba5c505ec94f03893246fef7183c824548826 Author: Bruno Coudoin Date: Sun Nov 11 23:47:06 2007 +0000 chess activity ported to goocanvas svn path=/branches/gcomprixogoo/; revision=3134 configure.in | 7 - src/Makefile.am | 6 +- src/chess_computer-activity/chess.c | 288 ++++++++++++++++++++++------------- 3 files changed, 181 insertions(+), 120 deletions(-) commit 8cf9f735adaf370842756d3e84505c6d7839f25e Author: Bruno Coudoin Date: Sun Nov 11 22:32:33 2007 +0000 uncompleted activity, it has never worked and I don't want to port it to goocanvas. svn path=/branches/gcomprixogoo/; revision=3133 .../DTW/Makefile.am | 8 - src/writing_tutor_image_match-activity/DTW/dtw.py | 170 ----- src/writing_tutor_image_match-activity/Makefile.am | 35 - src/writing_tutor_image_match-activity/gcompris | 1 - .../init_path.sh | 8 - .../resources/Makefile.am | 1 - .../resources/skins | 1 - .../resources/writing_tutor/Makefile.am | 13 - .../resources/writing_tutor/anim_pen.gif | Bin 4808 -> 0 bytes .../resources/writing_tutor/anim_pen.txt | 1 - .../resources/writing_tutor/drop.png | Bin 3162 -> 0 bytes .../resources/writing_tutor/image_match/@kruh.png | Bin 5830 -> 0 bytes .../writing_tutor/image_match/@obdlznik.png | Bin 1720 -> 0 bytes .../writing_tutor/image_match/@stvorec.png | Bin 3022 -> 0 bytes .../writing_tutor/image_match/@trojuholnik.png | Bin 5720 -> 0 bytes .../resources/writing_tutor/image_match/a.png | Bin 9561 -> 0 bytes .../resources/writing_tutor/image_match/b.png | Bin 7808 -> 0 bytes .../resources/writing_tutor/image_match/c.png | Bin 3427 -> 0 bytes .../resources/writing_tutor/image_match/d.png | Bin 6829 -> 0 bytes .../resources/writing_tutor/image_match/g.png | Bin 12231 -> 0 bytes .../resources/writing_tutor/image_match/h.png | Bin 9275 -> 0 bytes .../resources/writing_tutor/image_match/j.png | Bin 4409 -> 0 bytes .../resources/writing_tutor/image_match/l.png | Bin 13548 -> 0 bytes .../resources/writing_tutor/image_match/m.png | Bin 8271 -> 0 bytes .../resources/writing_tutor/image_match/r.png | Bin 10825 -> 0 bytes .../resources/writing_tutor/image_match/s.png | Bin 5765 -> 0 bytes .../resources/writing_tutor/image_match/t.png | Bin 11637 -> 0 bytes .../resources/writing_tutor/image_match/z.png | Bin 7124 -> 0 bytes .../resources/writing_tutor/notepad.png | Bin 20759 -> 0 bytes .../resources/writing_tutor/pattern_admin_bg.png | Bin 5524 -> 0 bytes .../resources/writing_tutor/tablet_active.png | Bin 1485 -> 0 bytes .../resources/writing_tutor/tablet_inactive.png | Bin 604 -> 0 bytes .../resources/writing_tutor/wood_oak.png | Bin 717203 -> 0 bytes .../resources/writing_tutor/wood_pine.png | Bin 573500 -> 0 bytes .../writing_tutor_common.py | 165 ----- .../writing_tutor_image_match.png | Bin 7527 -> 0 bytes .../writing_tutor_image_match.py | 750 ------------------- .../writing_tutor_image_match.xml.in | 18 - .../Makefile.am | 34 - src/writing_tutor_missing_match-activity/gcompris | 1 - .../init_path.sh | 8 - .../resources/skins | 1 - .../writing_tutor_missing_match.png | Bin 6195 -> 0 bytes .../writing_tutor_missing_match.py | 735 ------------------- .../writing_tutor_missing_match.xml.in | 20 - .../Makefile.am | 34 - src/writing_tutor_pattern_admin-activity/gcompris | 1 - .../init_path.sh | 8 - .../resources/skins | 1 - .../writing_tutor_pattern_admin.png | Bin 5229 -> 0 bytes .../writing_tutor_pattern_admin.py | 774 -------------------- .../writing_tutor_pattern_admin.xml.in | 18 - .../Makefile.am | 34 - src/writing_tutor_template_match-activity/gcompris | 1 - .../init_path.sh | 8 - .../resources/skins | 1 - .../writing_tutor_template_match.png | Bin 6921 -> 0 bytes .../writing_tutor_template_match.py | 735 ------------------- .../writing_tutor_template_match.xml.in | 18 - 59 files changed, 0 insertions(+), 3603 deletions(-) commit afc9b6cde98855de422a2b93feef61d538597553 Author: Bruno Coudoin Date: Sun Nov 11 22:28:42 2007 +0000 ported wordprocessor activity to goocanvas fixed gcompris core filemanager removed mimetype management as it was overly complex and does not play nice in a splitted activity environment. svn path=/branches/gcomprixogoo/; revision=3132 boards/mimetypes/Makefile.am | 17 - boards/mimetypes/README | 7 - boards/mimetypes/icons/gcompris+anim.png | Bin 4852 -> 0 bytes boards/mimetypes/icons/gcompris+draw.png | Bin 3841 -> 0 bytes boards/mimetypes/icons/svg+xml+javascript.png | Bin 5088 -> 0 bytes boards/mimetypes/icons/svg+xml.png | Bin 4032 -> 0 bytes boards/mimetypes/icons/wordprocessor+html.png | Bin 1455 -> 0 bytes boards/mimetypes/mime_type.xml.in | 33 -- configure.in | 1 - po/POTFILES.in | 4 + src/gcompris/file_selector.c | 757 +++++++++---------------- src/gcompris/gc_core.h | 3 - src/gcompris/gcompris.c | 3 - src/wordprocessor-activity/wordprocessor.c | 10 +- 14 files changed, 272 insertions(+), 563 deletions(-) commit bd95fde5e346278e2275703d0c116dd3a830fc8e Author: Bruno Coudoin Date: Sun Nov 11 01:41:58 2007 +0000 ported algebra activity to goocanvas svn path=/branches/gcomprixogoo/; revision=3129 src/algebra_by-activity/algebra.c | 48 +++++++++++++++++--------------- src/gcompris/bar.c | 4 +- src/gcompris/board.c | 8 +++--- src/gcompris/bonus.c | 4 +- src/gcompris/timer.c | 55 +++++++++++++++++++----------------- 5 files changed, 63 insertions(+), 56 deletions(-) commit 86256cd573520eef992f98d708ff58919521e3f9 Author: Bruno Coudoin Date: Sun Nov 11 00:31:07 2007 +0000 complete enumarate goocanvas port svn path=/branches/gcomprixogoo/; revision=3128 src/enumerate-activity/enumerate.c | 245 ++++++++++++++++++----------------- 1 files changed, 126 insertions(+), 119 deletions(-) commit 49f0977d72e505e0d215c53b2b60516131d73d7a Author: Bruno Coudoin Date: Sat Nov 10 23:46:56 2007 +0000 completed port of missing letter activity to goocanvas svn path=/branches/gcomprixogoo/; revision=3127 src/imageid-activity/imageid.c | 38 +- src/missing_letter-activity/missingletter.c | 594 ++++++++++---------- .../resources/missing_letter/Makefile.am | 6 +- .../resources/missing_letter/board1.xml.in | 128 ----- .../resources/missing_letter/board2.xml.in | 20 + .../resources/missing_letter/board3.xml.in | 20 + .../resources/missing_letter/board4.xml.in | 36 ++ .../resources/missing_letter/board5.xml.in | 68 +++ 8 files changed, 464 insertions(+), 446 deletions(-) commit ca91afe95d1c2425679939d226da2e0749ce30d7 Author: Bruno Coudoin Date: Sat Nov 10 14:23:14 2007 +0000 completed goocanvas port of paratrooper svn path=/branches/gcomprixogoo/; revision=3126 src/goocanvas/src/svg-item.c | 19 ++- src/paratrooper-activity/paratrooper.c | 190 ++++++++++++-------- .../resources/paratrooper/minitux.svgz | Bin 5646 -> 5648 bytes 3 files changed, 123 insertions(+), 86 deletions(-) commit d6d90fc19e7c93402dfe94cd9661ebeecbfc892c Author: Bruno Coudoin Date: Sat Nov 10 02:06:02 2007 +0000 improved imageid activity to support multiple board xml data file and that they can contain up to 6 choices instead of only 3. paratrooper is now svg based. svn path=/branches/gcomprixogoo/; revision=3125 po/POTFILES.in | 1 + src/babymatch-activity/shapegame.c | 28 +- src/boards/py-mod-gcompris.c | 8 +- src/imageid-activity/imageid.c | 516 ++++++++++---------- src/imageid-activity/resources/imageid/Makefile.am | 3 +- .../resources/imageid/board1.xml.in | 72 +--- .../resources/imageid/board2.xml.in | 62 +++ src/paratrooper-activity/paratrooper.c | 386 +++++---------- .../resources/paratrooper/Makefile.am | 10 +- .../resources/paratrooper/cloud.png | Bin 4885 -> 0 bytes .../resources/paratrooper/cloud.svgz | Bin 0 -> 2550 bytes .../resources/paratrooper/fishingboat.png | Bin 8363 -> 0 bytes .../resources/paratrooper/fishingboat.svgz | Bin 0 -> 7322 bytes .../resources/paratrooper/minitux.png | Bin 3499 -> 0 bytes .../resources/paratrooper/minitux.svgz | Bin 0 -> 5646 bytes .../resources/paratrooper/parachute.png | Bin 7486 -> 0 bytes .../resources/paratrooper/parachute.svgz | Bin 0 -> 8777 bytes .../resources/paratrooper/tuxplane.png | Bin 9733 -> 0 bytes .../resources/paratrooper/tuxplane.svgz | Bin 0 -> 8478 bytes 19 files changed, 473 insertions(+), 613 deletions(-) commit 1e55f15b388f00c5145482d7d7f9a4b9d5454d58 Author: Bruno Coudoin Date: Mon Nov 5 23:56:38 2007 +0000 proted to goocanvas svn path=/branches/gcomprixogoo/; revision=3124 src/canal_lock-activity/canal_lock.c | 86 +++++++++++++--------------------- 1 files changed, 33 insertions(+), 53 deletions(-) commit 605e20a65dbe1e6e9490fe8dd1fd071c99932ed4 Author: Bruno Coudoin Date: Mon Nov 5 22:54:26 2007 +0000 Now use svg images for the window blocks. Now respect the --cursor option of gcompris not to use a special cursor The cute cursor created erasing artefatcs under beryl/compiz svn path=/branches/gcomprixogoo/; revision=3123 src/erase-activity/erase.c | 47 +++++++++++--------- src/erase-activity/resources/erase/Makefile.am | 6 +- .../resources/erase/transparent_square.png | Bin 6919 -> 0 bytes .../resources/erase/transparent_square.svgz | Bin 0 -> 1339 bytes .../resources/erase/transparent_square_green.png | Bin 4444 -> 0 bytes .../resources/erase/transparent_square_green.svgz | Bin 0 -> 1319 bytes .../resources/erase/transparent_square_yellow.png | Bin 3646 -> 0 bytes .../resources/erase/transparent_square_yellow.svgz | Bin 0 -> 1319 bytes 8 files changed, 29 insertions(+), 24 deletions(-) commit 070ec9615f10dd64b35979c66b6c17c9b695f8e9 Author: Bruno Coudoin Date: Mon Nov 5 22:05:48 2007 +0000 no more crash when we click on the background image after erase is completed svn path=/branches/gcomprixogoo/; revision=3122 src/erase-activity/erase.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c463a7c6dc077ca32cdd30941bc964d6f053897a Author: Bruno Coudoin Date: Mon Nov 5 00:20:30 2007 +0000 port of money activity to goocanvas completed. svn path=/branches/gcomprixogoo/; revision=3121 src/money-activity/money.c | 89 +++++++----- src/money-activity/money_widget.c | 141 +++++++++++-------- src/money-activity/resources/money/Makefile.am | 40 ++++-- src/money-activity/resources/money/apple.png | Bin 4409 -> 0 bytes src/money-activity/resources/money/apple.svgz | Bin 0 -> 2718 bytes src/money-activity/resources/money/banane.svgz | Bin 0 -> 2110 bytes src/money-activity/resources/money/bicycle.png | Bin 11924 -> 0 bytes src/money-activity/resources/money/bicycle.svgz | Bin 0 -> 12829 bytes src/money-activity/resources/money/bottle.png | Bin 2538 -> 0 bytes src/money-activity/resources/money/bottle.svgz | Bin 0 -> 2993 bytes src/money-activity/resources/money/c10c.svgz | Bin 0 -> 5663 bytes src/money-activity/resources/money/c1c.svgz | Bin 0 -> 5301 bytes src/money-activity/resources/money/c1e.svgz | Bin 0 -> 6093 bytes src/money-activity/resources/money/c20c.svgz | Bin 0 -> 7311 bytes src/money-activity/resources/money/c2c.svgz | Bin 0 -> 6026 bytes src/money-activity/resources/money/c2e.svgz | Bin 0 -> 6341 bytes src/money-activity/resources/money/c50c.svgz | Bin 0 -> 18965 bytes src/money-activity/resources/money/c5c.svgz | Bin 0 -> 5363 bytes src/money-activity/resources/money/cake.svgz | Bin 0 -> 6813 bytes src/money-activity/resources/money/carot.png | Bin 2519 -> 0 bytes src/money-activity/resources/money/carot.svgz | Bin 0 -> 2743 bytes src/money-activity/resources/money/cerise.png | Bin 16725 -> 0 bytes src/money-activity/resources/money/cerise.svgz | Bin 0 -> 1804 bytes src/money-activity/resources/money/crown.png | Bin 10824 -> 0 bytes src/money-activity/resources/money/crown.svgz | Bin 0 -> 9792 bytes src/money-activity/resources/money/eggpot.png | Bin 6318 -> 0 bytes src/money-activity/resources/money/eggpot.svgz | Bin 0 -> 4415 bytes src/money-activity/resources/money/euro/c10c.png | Bin 6575 -> 0 bytes src/money-activity/resources/money/euro/c1c.png | Bin 4404 -> 0 bytes src/money-activity/resources/money/euro/c1e.png | Bin 8898 -> 0 bytes src/money-activity/resources/money/euro/c20c.png | Bin 8170 -> 0 bytes src/money-activity/resources/money/euro/c2c.png | Bin 5386 -> 0 bytes src/money-activity/resources/money/euro/c2e.png | Bin 9293 -> 0 bytes src/money-activity/resources/money/euro/c50c.png | Bin 10413 -> 0 bytes src/money-activity/resources/money/euro/c5c.png | Bin 7709 -> 0 bytes src/money-activity/resources/money/euro/p10e.png | Bin 11159 -> 0 bytes src/money-activity/resources/money/euro/p20e.png | Bin 13296 -> 0 bytes src/money-activity/resources/money/euro/p50e.png | Bin 17400 -> 0 bytes src/money-activity/resources/money/euro/p5e.jpg | Bin 2390 -> 0 bytes src/money-activity/resources/money/euro/p5e.png | Bin 10801 -> 0 bytes src/money-activity/resources/money/flower.png | Bin 7635 -> 0 bytes src/money-activity/resources/money/football.png | Bin 5752 -> 0 bytes src/money-activity/resources/money/football.svgz | Bin 0 -> 8928 bytes src/money-activity/resources/money/lamp.png | Bin 27862 -> 0 bytes src/money-activity/resources/money/lamp.svgz | Bin 0 -> 2131 bytes src/money-activity/resources/money/light.png | Bin 4869 -> 0 bytes src/money-activity/resources/money/light.svgz | Bin 0 -> 3671 bytes src/money-activity/resources/money/n10e.svgz | Bin 0 -> 10200 bytes src/money-activity/resources/money/n20e.svgz | Bin 0 -> 10169 bytes src/money-activity/resources/money/n50e.svgz | Bin 0 -> 10158 bytes src/money-activity/resources/money/n5e.svgz | Bin 0 -> 10173 bytes src/money-activity/resources/money/orange.svgz | Bin 0 -> 1894 bytes .../resources/money/pamplemousse.svgz | Bin 0 -> 2584 bytes src/money-activity/resources/money/peer.png | Bin 21149 -> 0 bytes src/money-activity/resources/money/pencil.png | Bin 3427 -> 0 bytes src/money-activity/resources/money/strawberry.png | Bin 3211 -> 0 bytes 56 files changed, 160 insertions(+), 110 deletions(-) commit 98d451e08a0a92c2f7521c260628a47ada6c4fe8 Author: Bruno Coudoin Date: Sun Nov 4 17:05:11 2007 +0000 completed goocanvas port of planegame activity svn path=/branches/gcomprixogoo/; revision=3120 src/planegame-activity/planegame.c | 274 ++++++++++---------- .../resources/planegame/Makefile.am | 4 +- .../resources/planegame/cloud.png | Bin 4885 -> 0 bytes .../resources/planegame/cloud.svgz | Bin 0 -> 2550 bytes .../resources/planegame/tuxhelico.png | Bin 9983 -> 0 bytes .../resources/planegame/tuxhelico.svgz | Bin 0 -> 10836 bytes 6 files changed, 133 insertions(+), 145 deletions(-) commit e49f1dc8477e51fd25c7794027900759ba6abf48 Author: Bruno Coudoin Date: Sun Nov 4 11:32:37 2007 +0000 completed magic_hat goocanvas port svn path=/branches/gcomprixogoo/; revision=3119 src/magic_hat_minus-activity/magic_hat.c | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) commit ae1078503f53c98d7dbdb60b00f355b77f3b7b6a Author: Bruno Coudoin Date: Sun Nov 4 11:18:51 2007 +0000 read_color goocanvas port completed svn path=/branches/gcomprixogoo/; revision=3118 src/colors-activity/colors.c | 1 - src/read_colors-activity/read_colors.c | 87 +++++++++++++++++--------------- 2 files changed, 47 insertions(+), 41 deletions(-) commit 6de75a7e0a1e2a1f0665561c33178a0c11ac9b57 Author: Bruno Coudoin Date: Sun Nov 4 11:01:50 2007 +0000 normalized the dice, reversecount is now complete. svn path=/branches/gcomprixogoo/; revision=3117 .../resources/reversecount/dice0.svgz | Bin 4320 -> 4353 bytes .../resources/reversecount/dice1.svgz | Bin 5047 -> 5090 bytes .../resources/reversecount/dice2.svgz | Bin 4694 -> 4718 bytes .../resources/reversecount/dice3.svgz | Bin 4528 -> 4556 bytes .../resources/reversecount/dice4.svgz | Bin 4563 -> 4591 bytes .../resources/reversecount/dice5.svgz | Bin 4549 -> 4660 bytes .../resources/reversecount/dice6.svgz | Bin 4642 -> 4671 bytes .../resources/reversecount/dice7.svgz | Bin 5568 -> 5593 bytes .../resources/reversecount/dice8.svgz | Bin 4726 -> 4760 bytes .../resources/reversecount/dice9.svgz | Bin 4765 -> 4806 bytes 10 files changed, 0 insertions(+), 0 deletions(-) commit c06fae89e16df3f958fa3b31d43059fb2db64c3d Author: Bruno Coudoin Date: Sun Nov 4 00:51:39 2007 +0000 added support for rsvg-handle property in the goo svg item. svn path=/branches/gcomprixogoo/; revision=3116 src/goocanvas/src/svg-item.c | 81 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 80 insertions(+), 1 deletions(-) commit db4f118f25beae8f40bedc9ea90d5e8a1e405500 Author: Bruno Coudoin Date: Sat Nov 3 00:54:06 2007 +0000 cleanup, unused file svn path=/branches/gcomprixogoo/; revision=3115 .../resources/reversecount/Makefile.am | 2 +- .../resources/reversecount/dice_area.png | Bin 9545 -> 0 bytes 2 files changed, 1 insertions(+), 1 deletions(-) commit ae33da0737cf7005f40a084086613c242da9ffb7 Author: Bruno Coudoin Date: Sat Nov 3 00:41:08 2007 +0000 improved goocanvas port reversecount is now svg based. need to ass support in the svg goocanvas for rsvh-handle property svn path=/branches/gcomprixogoo/; revision=3114 src/gcompris/gcompris.c | 58 +++- src/gcompris/gcompris.h | 2 +- src/gcompris/help.c | 57 ++-- .../resources/reversecount/Makefile.am | 41 ++-- .../resources/reversecount/baleine.png | Bin 43288 -> 0 bytes .../resources/reversecount/baleine.svgz | Bin 0 -> 7575 bytes .../resources/reversecount/dice0.svgz | Bin 0 -> 4320 bytes .../resources/reversecount/dice1.svgz | Bin 0 -> 5047 bytes .../resources/reversecount/dice2.svgz | Bin 0 -> 4694 bytes .../resources/reversecount/dice3.svgz | Bin 0 -> 4528 bytes .../resources/reversecount/dice4.svgz | Bin 0 -> 4563 bytes .../resources/reversecount/dice5.svgz | Bin 0 -> 4549 bytes .../resources/reversecount/dice6.svgz | Bin 0 -> 4642 bytes .../resources/reversecount/dice7.svgz | Bin 0 -> 5568 bytes .../resources/reversecount/dice8.svgz | Bin 0 -> 4726 bytes .../resources/reversecount/dice9.svgz | Bin 0 -> 4765 bytes .../resources/reversecount/dice_area.svgz | Bin 0 -> 2919 bytes .../resources/reversecount/elephant_mer.png | Bin 36863 -> 0 bytes .../resources/reversecount/elephant_mer.svgz | Bin 0 -> 8839 bytes .../resources/reversecount/epaulard.png | Bin 32296 -> 0 bytes .../resources/reversecount/epaulard.svgz | Bin 0 -> 7599 bytes .../resources/reversecount/gnome-dice0.png | Bin 2989 -> 0 bytes .../resources/reversecount/gnome-dice1.png | Bin 3024 -> 0 bytes .../resources/reversecount/gnome-dice2.png | Bin 3090 -> 0 bytes .../resources/reversecount/gnome-dice3.png | Bin 3154 -> 0 bytes .../resources/reversecount/gnome-dice4.png | Bin 3205 -> 0 bytes .../resources/reversecount/gnome-dice5.png | Bin 3260 -> 0 bytes .../resources/reversecount/gnome-dice6.png | Bin 3314 -> 0 bytes .../resources/reversecount/gnome-dice7.png | Bin 3209 -> 0 bytes .../resources/reversecount/gnome-dice8.png | Bin 3230 -> 0 bytes .../resources/reversecount/gnome-dice9.png | Bin 3236 -> 0 bytes .../resources/reversecount/iceblock.png | Bin 6809 -> 0 bytes .../resources/reversecount/iceblock.svgz | Bin 0 -> 2659 bytes .../resources/reversecount/morse.png | Bin 43756 -> 0 bytes .../resources/reversecount/morse.svgz | Bin 0 -> 10839 bytes .../resources/reversecount/narval.svgz | Bin 0 -> 11453 bytes .../resources/reversecount/ourspolaire.png | Bin 33169 -> 0 bytes .../resources/reversecount/ourspolaire.svgz | Bin 0 -> 14155 bytes .../resources/reversecount/phoque.png | Bin 39331 -> 0 bytes .../resources/reversecount/phoque.svgz | Bin 0 -> 6458 bytes .../resources/reversecount/tux_top_east.png | Bin 29862 -> 0 bytes .../resources/reversecount/tux_top_north.png | Bin 29836 -> 0 bytes .../resources/reversecount/tux_top_south.png | Bin 29836 -> 0 bytes .../resources/reversecount/tux_top_south.svgz | Bin 0 -> 2973 bytes .../resources/reversecount/tux_top_west.png | Bin 29862 -> 0 bytes src/reversecount-activity/reversecount.c | 323 +++++++++++++------- 46 files changed, 312 insertions(+), 169 deletions(-) commit 7b551c6a3582ab633cd31f3ce2b5b4d35e81d174 Author: Bruno Coudoin Date: Fri Nov 2 12:42:12 2007 +0000 Changed dialog box to svg. Added gc_skin_rsvg_load in the core API svn path=/branches/gcomprixogoo/; revision=3113 boards/skins/babytoy/help_bg.svg | 126 ------------------------------ boards/skins/babytoy/help_bg.svgz | Bin 0 -> 1410 bytes boards/skins/gartoon/dialogbox.svgz | Bin 0 -> 1372 bytes boards/skins/gartoon/help_bg.png | Bin 9512 -> 0 bytes boards/skins/gartoon/help_bg.svgz | Bin 0 -> 1337 bytes src/gcompris/dialog.c | 23 +++--- src/gcompris/gcompris_confirm.c | 32 +------- src/gcompris/skin.c | 20 +++++ src/gcompris/skin.h | 3 +- src/reversecount-activity/reversecount.c | 10 ++- src/target-activity/target.c | 9 ++- 11 files changed, 51 insertions(+), 172 deletions(-) commit 4eff253b999ed9ee44b7a5d4c3bb239ad8702726 Author: Bruno Coudoin Date: Wed Oct 31 00:25:52 2007 +0000 more goocanvas port svn path=/branches/gcomprixogoo/; revision=3112 src/gcompris/file_selector.c | 5 ++- src/runit.sh | 2 +- src/wordprocessor-activity/wordprocessor.c | 48 +++++++++++++++++----------- 3 files changed, 33 insertions(+), 22 deletions(-) commit 1dd3a74785db42c6ab66799d5984c017ac2b380d Author: Bruno Coudoin Date: Wed Oct 31 00:12:54 2007 +0000 memory port completed svn path=/branches/gcomprixogoo/; revision=3111 src/memory-activity/memory.c | 142 ++++++++++++++++++++--------------------- 1 files changed, 69 insertions(+), 73 deletions(-) commit 7c6601e36b77636b6a43034469c801e769c50a29 Author: Bruno Coudoin Date: Wed Oct 31 00:00:05 2007 +0000 replaced start png by svg svn path=/branches/gcomprixogoo/; revision=3110 .../resources/magic_hat/Makefile.am | 8 ++++---- .../resources/magic_hat/star-clear.png | Bin 23543 -> 0 bytes .../resources/magic_hat/star-clear.svgz | Bin 0 -> 1233 bytes .../resources/magic_hat/star1.png | Bin 11869 -> 0 bytes .../resources/magic_hat/star1.svgz | Bin 0 -> 1230 bytes .../resources/magic_hat/star2.png | Bin 23027 -> 0 bytes .../resources/magic_hat/star2.svgz | Bin 0 -> 1231 bytes .../resources/magic_hat/star3.png | Bin 25059 -> 0 bytes .../resources/magic_hat/star3.svgz | Bin 0 -> 1227 bytes 9 files changed, 4 insertions(+), 4 deletions(-) commit be59e4e1ad1f4e00dfaaf97f26e2f6375be9565a Author: Bruno Coudoin Date: Tue Oct 30 23:58:37 2007 +0000 one more goocanvas port changes. leftright works now. magic hat is incomplete svn path=/branches/gcomprixogoo/; revision=3109 src/gcompris/dialog.c | 2 +- src/gcompris/gameutil.c | 59 ++++++- src/gcompris/gameutil.h | 1 + src/leftright-activity/leftright.c | 45 +++-- src/magic_hat_minus-activity/magic_hat.c | 307 +++++++++++++++++------------- 5 files changed, 258 insertions(+), 156 deletions(-) commit f9eccbb4cb74bd06502418647040d27e685c5dd3 Author: Bruno Coudoin Date: Mon Oct 29 00:55:43 2007 +0000 more ports svn path=/branches/gcomprixogoo/; revision=3105 src/colors-activity/colors.c | 113 ++++++++++++++++++++++---------------- src/crane-activity/crane.c | 34 ++++++------ src/railroad-activity/railroad.c | 2 +- 3 files changed, 84 insertions(+), 65 deletions(-) commit 66c7ebea71c2eebd64a84f2c5d030e52ac4eadcb Author: Bruno Coudoin Date: Sun Oct 28 23:44:57 2007 +0000 one more batch of activity port svn path=/branches/gcomprixogoo/; revision=3104 src/gcompris/gcompris.c | 9 ++- src/planegame-activity/planegame.c | 98 ++++-------------------------------- src/railroad-activity/railroad.c | 66 ++++++++++++++++-------- src/scalesboard-activity/scale.c | 4 +- 4 files changed, 63 insertions(+), 114 deletions(-) commit d3a6e1493c9a5ba1a2b6cdaefe3d697a998e1c6b Author: Bruno Coudoin Date: Sun Oct 28 22:52:06 2007 +0000 some more fixes anchor no more defined in goocanvas svn path=/branches/gcomprixogoo/; revision=3103 src/tangram-activity/gtans_interface.c | 19 ++++++++----------- 1 files changed, 8 insertions(+), 11 deletions(-) commit d473eefef7edaa74f35a8e60bdfb87ba938a6e5b Author: Bruno Coudoin Date: Sun Oct 28 22:43:29 2007 +0000 tangram port complete svn path=/branches/gcomprixogoo/; revision=3102 src/tangram-activity/gtans_callbacks.c | 40 ++++++++++++++++--------------- src/tangram-activity/gtans_callbacks.h | 22 +++++++++++------ src/tangram-activity/gtans_interface.c | 18 +++++++------- 3 files changed, 44 insertions(+), 36 deletions(-) commit 968925bee6445ad647cebda2bdc265d9168d03e9 Author: Bruno Coudoin Date: Sun Oct 28 22:26:19 2007 +0000 maze activity port completed svn path=/branches/gcomprixogoo/; revision=3101 src/maze-activity/maze.c | 548 ++++++++++++++++++++++++++-------------------- 1 files changed, 305 insertions(+), 243 deletions(-) commit 2031b8055286a46e4d9fa53155810eee5890e0f9 Author: Bruno Coudoin Date: Sat Oct 27 23:41:40 2007 +0000 port improved svn path=/branches/gcomprixogoo/; revision=3100 src/awele-activity/resources/awele/Makefile.am | 4 +- src/gcompris/gameutil.c | 8 +- src/gcompris/gcompris.c | 27 +++- src/goocanvas/src/svg-item.c | 2 +- src/maze-activity/maze.c | 152 +++++++++++++------ src/maze-activity/resources/maze/Makefile.am | 5 +- src/maze-activity/resources/maze/tux_top_east.png | Bin 29862 -> 0 bytes src/maze-activity/resources/maze/tux_top_north.png | Bin 29836 -> 0 bytes src/maze-activity/resources/maze/tux_top_south.png | Bin 29836 -> 0 bytes src/maze-activity/resources/maze/tux_top_south.svg | 164 ++++++++++++++++++++ src/maze-activity/resources/maze/tux_top_west.png | Bin 29862 -> 0 bytes 11 files changed, 295 insertions(+), 67 deletions(-) commit dc9abe35e45e90a9abd420c426af0ad814f5f40b Author: Bruno Coudoin Date: Sat Oct 27 16:00:05 2007 +0000 port complete svn path=/branches/gcomprixogoo/; revision=3099 src/billard-activity/billard.c | 109 ++++++++++++++++++++-------------------- 1 files changed, 54 insertions(+), 55 deletions(-) commit d58e0fe92d0fd028f8db4746acb404c8877d1639 Author: Bruno Coudoin Date: Sat Oct 27 15:00:37 2007 +0000 goocanvas port is going on. some activities work like before. svn path=/branches/gcomprixogoo/; revision=3098 src/advanced_colors-activity/advanced_colors.c | 66 +- src/awele-activity/awele.c | 933 ++++++++++++------------ src/awele-activity/resources/awele/sablier.gif | Bin 0 -> 140347 bytes src/awele-activity/resources/awele/sablier.txt | 1 + src/babymatch-activity/shapegame.c | 84 ++- src/clickgame-activity/clickgame.c | 4 +- src/erase-activity/erase.c | 34 +- src/gcompris/anim.c | 33 +- src/gcompris/anim.h | 2 +- src/gcompris/file_selector.c | 2 +- src/gcompris/gameutil.c | 2 +- src/gcompris/gcompris.c | 8 +- src/gcompris/score.c | 3 +- src/gcompris/timer.c | 42 +- src/gletters-activity/gletters.c | 14 +- src/wordsgame-activity/wordsgame.c | 26 +- 16 files changed, 629 insertions(+), 625 deletions(-) commit 309501817dde6a5ca27012f26bfe9aebd8157fb6 Author: Bruno Coudoin Date: Fri Oct 26 22:48:50 2007 +0000 complete port of submarine activity svn path=/branches/gcomprixogoo/; revision=3097 src/gcompris/gameutil.c | 81 ++++++++--- src/submarine-activity/submarine.c | 272 ++++++++++++++++++++--------------- 2 files changed, 212 insertions(+), 141 deletions(-) commit 53c876c66cbe34b5802bbd45134d381c827bc45e Author: Bruno Coudoin Date: Thu Oct 25 23:12:43 2007 +0000 improved goocanvas port, not functional yet. svn path=/branches/gcomprixogoo/; revision=3096 src/submarine-activity/submarine.c | 718 +++++++++++++++++++----------------- 1 files changed, 382 insertions(+), 336 deletions(-) commit 2a8f9ae05f0cf60cb8684f3ea173706a78bd7c61 Author: Bruno Coudoin Date: Tue Oct 23 22:53:21 2007 +0000 port continues svn path=/branches/gcomprixogoo/; revision=3095 src/scalesboard-activity/scale.c | 75 ++++++++++++++++++++++---------------- 1 files changed, 43 insertions(+), 32 deletions(-) commit 95f6cc3c10ace13df89937898ab30d7656259360 Author: Bruno Coudoin Date: Tue Oct 23 20:20:37 2007 +0000 more goocanvas port svn path=/branches/gcomprixogoo/; revision=3094 src/readingh-activity/reading.c | 161 +++++++++++++++++++-------------------- 1 files changed, 77 insertions(+), 84 deletions(-) commit f2836bd0694fdb07c9eaddf52677d2ecdb17a4f4 Author: Bruno Coudoin Date: Tue Oct 23 00:39:10 2007 +0000 More goocanvas port svn path=/branches/gcomprixogoo/; revision=3093 src/goocanvas/Makefile.in | 6 +-- src/goocanvas/demo/Makefile.in | 6 +-- src/goocanvas/docs/Makefile.in | 6 +-- src/goocanvas/src/Makefile.in | 6 +-- src/hanoi-activity/hanoi.c | 74 ++++++++++++----------------- src/maze-activity/maze.c | 93 +++++++++++++++--------------------- src/money-activity/money.c | 4 +- src/money-activity/money_widget.h | 4 +- src/planegame-activity/planegame.c | 50 +++++++++---------- 9 files changed, 104 insertions(+), 145 deletions(-) commit 60b2a946e9ccc0da9de46d91c88883e0c295d1a3 Author: Bruno Coudoin Date: Mon Oct 22 00:33:12 2007 +0000 One more set of ported activity to goocanvas svn path=/branches/gcomprixogoo/; revision=3091 src/babymatch-activity/shapegame.c | 68 +++--- src/billard-activity/billard.c | 74 +++---- src/canal_lock-activity/canal_lock.c | 300 ++++++++++++------------ src/chess_computer-activity/chess.c | 58 ++--- src/click_on_letter-activity/click_on_letter.c | 2 +- src/colors-activity/colors.c | 2 +- src/enumerate-activity/enumerate.c | 116 ++++++---- src/erase-activity/erase.c | 11 +- src/fifteen-activity/fifteen.c | 25 ++- src/gletters-activity/gletters.c | 21 +- src/hanoi-activity/hanoi.c | 93 ++++---- src/imageid-activity/imageid.c | 2 +- src/leftright-activity/leftright.c | 2 +- src/magic_hat_minus-activity/magic_hat.c | 41 ++-- src/memory-activity/memory.c | 38 ++-- src/missing_letter-activity/missingletter.c | 36 ++-- src/paratrooper-activity/paratrooper.c | 100 ++++---- src/read_colors-activity/read_colors.c | 2 +- src/wordprocessor-activity/wordprocessor.c | 56 ++--- src/wordsgame-activity/wordsgame.c | 22 +- 20 files changed, 524 insertions(+), 545 deletions(-) commit 5d9556f35678d3d7eddaf1a205bb096db3df4123 Author: Bruno Coudoin Date: Sun Oct 21 20:36:19 2007 +0000 target port to goocanvas completed. clockgame compiles but non functional. svn path=/branches/gcomprixogoo/; revision=3088 src/clockgame-activity/clockgame.c | 124 +++++++++++++------------------ src/target-activity/target.c | 146 ++++++++++++++++++------------------ 2 files changed, 123 insertions(+), 147 deletions(-) commit 14d349a08c0dedff6acc1590a5d525b6386b5be9 Author: Bruno Coudoin Date: Sun Oct 21 17:01:05 2007 +0000 superbrain ported to goocanvas svn path=/branches/gcomprixogoo/; revision=3087 src/gcompris/gcompris.c | 2 +- src/superbrain-activity/superbrain.c | 335 +++++++++++++++------------------- 2 files changed, 149 insertions(+), 188 deletions(-) commit ca684ca1b8e25479f3805e86a95f1304e00dd810 Author: Bruno Coudoin Date: Sat Oct 20 23:02:45 2007 +0000 more port to goocanvas svn path=/branches/gcomprixogoo/; revision=3086 .../algebra_guesscount.c | 47 ++++++++++--- src/babymatch-activity/shapegame.c | 56 ++++++++------- src/gcompris/drag.c | 4 +- src/gcompris/drag.h | 4 +- src/railroad-activity/railroad.c | 69 ++++++++----------- src/runit.sh | 1 + src/smallnumbers-activity/smallnumbers.c | 45 +++++++----- src/tangram-activity/gtans_callbacks.h | 10 ++-- src/tangram-activity/gtans_interface.c | 74 +++++++++----------- src/tangram-activity/gtans_interface.h | 2 +- 10 files changed, 164 insertions(+), 148 deletions(-) commit 4b3e10b5a37881b24e7a21e8e6b53124b9f8b9c5 Author: Bruno Coudoin Date: Fri Oct 19 23:22:25 2007 +0000 goocanvas port improved svn path=/branches/gcomprixogoo/; revision=3085 src/advanced_colors-activity/advanced_colors.c | 80 ++++---- src/algebra_by-activity/algebra.c | 46 +++-- .../algebra_guesscount.c | 13 +- src/awele-activity/awele.c | 206 ++++++++++---------- src/awele-activity/awele.h | 23 ++- src/babymatch-activity/shapegame.c | 90 ++++----- src/billard-activity/billard.c | 10 +- src/canal_lock-activity/canal_lock.c | 10 +- src/chess_computer-activity/chess.c | 4 +- src/click_on_letter-activity/click_on_letter.c | 11 +- src/clockgame-activity/clockgame.c | 11 +- src/colors-activity/colors.c | 15 +- src/enumerate-activity/enumerate.c | 10 +- src/fifteen-activity/fifteen.c | 2 +- src/gcompris/dialog.c | 6 +- src/gcompris/timer.c | 7 +- src/gletters-activity/gletters.c | 2 +- src/hanoi-activity/hanoi.c | 11 +- src/hanoi_real-activity/hanoi_real.c | 82 ++++---- src/imageid-activity/imageid.c | 11 +- src/leftright-activity/leftright.c | 23 +-- src/magic_hat_minus-activity/magic_hat.c | 10 +- src/maze-activity/maze.c | 43 ++--- src/memory-activity/memory.c | 45 ++--- src/missing_letter-activity/missingletter.c | 11 +- src/money-activity/money.c | 14 +- src/money-activity/money_widget.c | 4 +- src/paratrooper-activity/paratrooper.c | 37 ++-- src/planegame-activity/planegame.c | 20 +- src/railroad-activity/railroad.c | 27 ++-- src/read_colors-activity/read_colors.c | 15 +- src/readingh-activity/reading.c | 13 +- src/reversecount-activity/reversecount.c | 96 +++++----- src/scalesboard-activity/scale.c | 12 +- src/smallnumbers-activity/smallnumbers.c | 15 +- src/submarine-activity/submarine.c | 20 +- src/superbrain-activity/superbrain.c | 29 ++-- src/tangram-activity/gtans.c | 11 +- src/target-activity/target.c | 17 +- src/wordprocessor-activity/wordprocessor.c | 11 +- src/wordsgame-activity/wordsgame.c | 15 +- 41 files changed, 529 insertions(+), 609 deletions(-) commit f15229b95b3bf0c6c39b450ab0e3228b9db175e6 Author: Bruno Coudoin Date: Thu Oct 18 23:52:10 2007 +0000 port in progress svn path=/branches/gcomprixogoo/; revision=3084 src/advanced_colors-activity/advanced_colors.c | 2 +- .../algebra_guesscount.c | 12 +- src/awele-activity/awele.c | 6 +- src/babymatch-activity/shapegame.c | 2 +- src/billard-activity/billard.c | 16 +- src/canal_lock-activity/canal_lock.c | 24 +- src/chess_computer-activity/chess.c | 14 +- src/clickgame-activity/clickgame.c | 2 +- src/clockgame-activity/clockgame.c | 48 ++-- src/colors-activity/colors.c | 4 +- src/crane-activity/crane.c | 149 ++++---- src/enumerate-activity/enumerate.c | 2 +- src/erase-activity/erase.c | 24 +- src/fifteen-activity/fifteen.c | 10 +- src/hanoi-activity/hanoi.c | 30 +- src/hanoi_real-activity/hanoi_real.c | 4 +- src/leftright-activity/leftright.c | 8 +- src/magic_hat_minus-activity/magic_hat.c | 12 +- src/maze-activity/maze.c | 16 +- src/money-activity/money.c | 2 +- src/money-activity/money_widget.c | 4 +- src/planegame-activity/planegame.c | 2 +- src/read_colors-activity/read_colors.c | 2 +- src/readingh-activity/reading.c | 14 +- src/scalesboard-activity/scale.c | 4 +- src/submarine-activity/submarine.c | 155 ++++---- src/superbrain-activity/superbrain.c | 38 +- src/target-activity/target.c | 26 +- src/traffic-activity/traffic.c | 393 +++++++++++--------- src/wordsgame-activity/wordsgame.c | 2 +- 30 files changed, 542 insertions(+), 485 deletions(-) commit ff78e1d777b53cb1f9ceb4689549247190b62675 Author: Bruno Coudoin Date: Wed Oct 17 23:02:27 2007 +0000 more port to goocanvas, traffic compiles but doesn't start svn path=/branches/gcomprixogoo/; revision=3083 src/clickgame-activity/clickgame.c | 3 +- src/traffic-activity/traffic.c | 155 ++++++++++++++++++----------------- 2 files changed, 82 insertions(+), 76 deletions(-) commit 55c0a9f629c46398a530b1ee5cb1e09a42b64b2d Author: Bruno Coudoin Date: Tue Oct 16 23:43:33 2007 +0000 port in progress, nothing much works svn path=/branches/gcomprixogoo/; revision=3082 src/advanced_colors-activity/Makefile.am | 1 + src/advanced_colors-activity/advanced_colors.c | 66 +-- src/algebra_by-activity/Makefile.am | 1 + src/algebra_by-activity/algebra.c | 102 ++-- src/algebra_guesscount-activity/Makefile.am | 1 + .../algebra_guesscount.c | 182 +++--- src/awele-activity/Makefile.am | 1 + src/awele-activity/awele.c | 157 +++--- src/babymatch-activity/Makefile.am | 1 + src/babymatch-activity/shapegame.c | 187 +++--- src/billard-activity/Makefile.am | 1 + src/billard-activity/billard.c | 6 +- src/canal_lock-activity/Makefile.am | 1 + src/canal_lock-activity/canal_lock.c | 29 +- src/chess_computer-activity/Makefile.am | 1 + src/chess_computer-activity/chess.c | 73 ++-- src/click_on_letter-activity/Makefile.am | 1 + src/click_on_letter-activity/click_on_letter.c | 43 +- src/clockgame-activity/Makefile.am | 3 +- src/clockgame-activity/clockgame.c | 160 +++--- src/colors-activity/Makefile.am | 1 + src/colors-activity/colors.c | 59 +- src/crane-activity/Makefile.am | 1 + src/crane-activity/crane.c | 61 +-- src/enumerate-activity/Makefile.am | 1 + src/enumerate-activity/enumerate.c | 85 ++-- src/erase-activity/Makefile.am | 1 + src/erase-activity/erase.c | 80 ++-- src/fifteen-activity/Makefile.am | 1 + src/fifteen-activity/fifteen.c | 86 ++-- src/gletters-activity/Makefile.am | 1 + src/gletters-activity/gletters.c | 40 +- src/hanoi-activity/Makefile.am | 3 +- src/hanoi-activity/hanoi.c | 77 ++-- src/hanoi_real-activity/Makefile.am | 1 + src/hanoi_real-activity/hanoi_real.c | 83 ++-- src/imageid-activity/Makefile.am | 1 + src/imageid-activity/imageid.c | 168 +++--- src/leftright-activity/Makefile.am | 1 + src/leftright-activity/leftright.c | 127 ++--- src/magic_hat_minus-activity/Makefile.am | 1 + src/magic_hat_minus-activity/magic_hat.c | 57 +-- src/maze-activity/Makefile.am | 1 + src/maze-activity/maze.c | 81 ++-- src/memory-activity/Makefile.am | 1 + src/memory-activity/memory.c | 178 +++--- src/missing_letter-activity/Makefile.am | 1 + src/missing_letter-activity/missingletter.c | 176 +++--- src/money-activity/Makefile.am | 1 + src/money-activity/money.c | 33 +- src/money-activity/money_widget.c | 67 +-- src/paratrooper-activity/Makefile.am | 1 + src/paratrooper-activity/paratrooper.c | 77 +-- src/planegame-activity/Makefile.am | 1 + src/planegame-activity/planegame.c | 32 +- src/railroad-activity/Makefile.am | 1 + src/railroad-activity/railroad.c | 58 +- src/read_colors-activity/Makefile.am | 1 + src/read_colors-activity/read_colors.c | 69 +-- src/readingh-activity/Makefile.am | 1 + src/readingh-activity/reading.c | 192 +++--- src/reversecount-activity/Makefile.am | 1 + src/reversecount-activity/reversecount.c | 122 ++--- src/scalesboard-activity/Makefile.am | 1 + src/scalesboard-activity/scale.c | 148 +++--- src/smallnumbers-activity/Makefile.am | 1 + src/smallnumbers-activity/smallnumbers.c | 21 +- src/submarine-activity/Makefile.am | 1 + src/submarine-activity/submarine.c | 645 ++++++++------------ src/superbrain-activity/Makefile.am | 1 + src/superbrain-activity/superbrain.c | 10 +- src/tangram-activity/Makefile.am | 1 + src/tangram-activity/gtans.c | 2 +- src/tangram-activity/gtans_interface.c | 83 ++-- src/target-activity/Makefile.am | 1 + src/target-activity/target.c | 97 ++-- src/traffic-activity/Makefile.am | 1 + src/traffic-activity/traffic.c | 18 +- src/wordprocessor-activity/Makefile.am | 3 +- src/wordprocessor-activity/wordprocessor.c | 32 +- src/wordsgame-activity/Makefile.am | 3 +- src/wordsgame-activity/wordsgame.c | 81 ++-- 82 files changed, 1932 insertions(+), 2266 deletions(-) commit c3f909535c192850748af505ed387c6ceaa5e68c Author: Bruno Coudoin Date: Mon Oct 15 22:04:00 2007 +0000 Quick hack to add a goocanvas svg item and test it in GCompris. the svg-item.c has been made by Damon Chaplin damon on karuna eclipse co uk. svn path=/branches/gcomprixogoo/; revision=3081 ChangeLog | 21 ++++++ boards/Makefile.am | 31 +++++++++ boards/skins/babytoy/help_bg.svg | 126 ++++++++++++++++++++++++++++++++++++++ configure.in | 5 +- src/gcompris/about.c | 4 - src/gcompris/dialog.c | 1 - src/gcompris/gcompris.c | 5 ++ src/gcompris/gcompris_confirm.c | 25 +++++++- src/gcompris/help.c | 8 +-- src/goocanvas/src/Makefile.am | 12 ++-- src/goocanvas/src/Makefile.in | 15 +++-- src/goocanvas/src/goocanvas.h | 1 + src/goocanvas/src/svg-item.c | 123 +++++++++++++++++++++++++++++++++++++ src/goocanvas/src/svg-item.h | 52 ++++++++++++++++ 14 files changed, 402 insertions(+), 27 deletions(-) commit ac932b69ecbce176593ec919d7ab79f4e4ac3360 Author: Bruno Coudoin Date: Mon Oct 15 01:12:45 2007 +0000 port improved, clickgame works svn path=/branches/gcomprixogoo/; revision=3077 src/advanced_colors-activity/advanced_colors.c | 48 ++-- src/algebra_by-activity/algebra.c | 66 ++-- .../algebra_guesscount.c | 106 +++--- src/awele-activity/awele.c | 66 ++-- src/babymatch-activity/shapegame.c | 238 +++++++------- src/billard-activity/billard.c | 50 ++-- src/boards/menu2.c | 173 ++++++---- src/canal_lock-activity/canal_lock.c | 126 ++++---- src/chess_computer-activity/chess.c | 84 +++--- src/click_on_letter-activity/click_on_letter.c | 50 ++-- src/clickgame-activity/Makefile.am | 4 +- src/clickgame-activity/clickgame.c | 354 +++++++++----------- src/clockgame-activity/clockgame.c | 112 +++--- src/colors-activity/colors.c | 40 ++-- src/crane-activity/crane.c | 112 +++--- src/enumerate-activity/enumerate.c | 82 +++--- src/erase-activity/erase.c | 28 +- src/fifteen-activity/fifteen.c | 64 ++-- src/gcompris/Makefile.am | 4 +- src/gcompris/bar.c | 8 +- src/gcompris/bonus.c | 26 +- src/gcompris/gcompris.c | 2 +- src/gcompris/gcompris_confirm.c | 2 +- src/gcompris/score.c | 34 +- src/gletters-activity/gletters.c | 50 ++-- src/hanoi-activity/hanoi.c | 96 +++--- src/hanoi_real-activity/hanoi_real.c | 60 ++-- src/imageid-activity/imageid.c | 94 +++--- src/leftright-activity/leftright.c | 66 ++-- src/magic_hat_minus-activity/magic_hat.c | 76 ++-- src/maze-activity/maze.c | 122 ++++---- src/memory-activity/memory.c | 124 ++++---- src/missing_letter-activity/missingletter.c | 112 +++--- src/money-activity/money.c | 16 +- src/money-activity/money_widget.c | 30 +- src/paratrooper-activity/paratrooper.c | 130 ++++---- src/planegame-activity/planegame.c | 62 ++-- src/railroad-activity/railroad.c | 110 +++--- src/read_colors-activity/read_colors.c | 48 ++-- src/readingh-activity/reading.c | 94 +++--- src/reversecount-activity/reversecount.c | 72 ++-- src/scalesboard-activity/scale.c | 114 ++++---- src/smallnumbers-activity/smallnumbers.c | 38 +- src/submarine-activity/submarine.c | 326 +++++++++--------- src/superbrain-activity/superbrain.c | 100 +++--- src/tangram-activity/gtans.c | 6 +- src/tangram-activity/gtans_callbacks.c | 10 +- src/tangram-activity/gtans_interface.c | 100 +++--- src/target-activity/target.c | 82 +++--- src/traffic-activity/traffic.c | 92 +++--- src/wordprocessor-activity/wordprocessor.c | 56 ++-- src/wordsgame-activity/wordsgame.c | 48 ++-- 52 files changed, 2094 insertions(+), 2119 deletions(-) commit c9a604363cea3343defd6957516ae1829622037c Author: Bruno Coudoin Date: Sun Oct 14 22:29:40 2007 +0000 More port to goocanvas. The core dialogs now works like before. The menu activity is ported. svn path=/branches/gcomprixogoo/; revision=3076 src/boards/Makefile.am | 2 +- src/boards/canvas.c | 2112 ------------------------------------------ src/boards/canvasmodule.c | 92 -- src/boards/menu2.c | 336 +++----- src/boards/py-mod-anim.c | 6 +- src/boards/py-mod-gcompris.c | 18 +- src/boards/py-mod-utils.c | 60 +- src/gcompris/config.c | 377 ++++---- src/gcompris/help.c | 112 ++-- 9 files changed, 412 insertions(+), 2703 deletions(-) commit 9d6c6083b307a7d108eaa4e67f345a0a0a07011d Author: Bruno Coudoin Date: Sun Oct 14 20:54:42 2007 +0000 Integration of goocanvas in the main compilation system. svn path=/branches/gcomprixogoo/; revision=3075 configure.in | 51 ++++++- src/Makefile.am | 2 +- src/goocanvas/Makefile.am | 2 +- src/goocanvas/Makefile.in | 335 ++++++++++++++++++---------------------- src/goocanvas/configure.in | 84 ---------- src/goocanvas/configure.in.REF | 84 ++++++++++ src/goocanvas/demo/Makefile.am | 22 ++-- src/goocanvas/demo/Makefile.in | 178 ++++++++++++++++++---- src/goocanvas/docs/Makefile.in | 127 ++++++++++++++- src/goocanvas/src/Makefile.in | 127 ++++++++++++++- 10 files changed, 687 insertions(+), 325 deletions(-) commit 29a68e1f600f16ac7b8c2e30e822fbb692c9de84 Author: Bruno Coudoin Date: Sun Oct 14 20:03:01 2007 +0000 uneeded, use goocanvas instead. svn path=/branches/gcomprixogoo/; revision=3074 src/libart_lgpl/AUTHORS | 1 - src/libart_lgpl/COPYING | 482 --- src/libart_lgpl/ChangeLog | 1281 ------- src/libart_lgpl/Makefile.am | 109 - src/libart_lgpl/Makefile.mingw | 163 - src/libart_lgpl/NEWS | 23 - src/libart_lgpl/README | 19 - src/libart_lgpl/README.CVS | 14 - src/libart_lgpl/art_affine.c | 458 --- src/libart_lgpl/art_affine.h | 93 - src/libart_lgpl/art_alphagamma.c | 85 - src/libart_lgpl/art_alphagamma.h | 55 - src/libart_lgpl/art_bpath.c | 92 - src/libart_lgpl/art_bpath.h | 59 - src/libart_lgpl/art_filterlevel.h | 68 - src/libart_lgpl/art_gray_svp.c | 123 - src/libart_lgpl/art_gray_svp.h | 46 - src/libart_lgpl/art_misc.c | 93 - src/libart_lgpl/art_misc.h | 102 - src/libart_lgpl/art_pathcode.h | 39 - src/libart_lgpl/art_pixbuf.c | 285 -- src/libart_lgpl/art_pixbuf.h | 104 - src/libart_lgpl/art_point.h | 38 - src/libart_lgpl/art_rect.c | 215 -- src/libart_lgpl/art_rect.h | 78 - src/libart_lgpl/art_rect_svp.c | 82 - src/libart_lgpl/art_rect_svp.h | 47 - src/libart_lgpl/art_rect_uta.c | 134 - src/libart_lgpl/art_rect_uta.h | 43 - src/libart_lgpl/art_render.c | 1383 -------- src/libart_lgpl/art_render.h | 183 - src/libart_lgpl/art_render_gradient.c | 716 ---- src/libart_lgpl/art_render_gradient.h | 86 - src/libart_lgpl/art_render_mask.c | 168 - src/libart_lgpl/art_render_mask.h | 47 - src/libart_lgpl/art_render_svp.c | 421 --- src/libart_lgpl/art_render_svp.h | 47 - src/libart_lgpl/art_rgb.c | 175 - src/libart_lgpl/art_rgb.h | 44 - src/libart_lgpl/art_rgb_a_affine.c | 149 - src/libart_lgpl/art_rgb_a_affine.h | 52 - src/libart_lgpl/art_rgb_affine.c | 106 - src/libart_lgpl/art_rgb_affine.h | 50 - src/libart_lgpl/art_rgb_affine_private.c | 127 - src/libart_lgpl/art_rgb_affine_private.h | 39 - src/libart_lgpl/art_rgb_bitmap_affine.c | 198 -- src/libart_lgpl/art_rgb_bitmap_affine.h | 52 - src/libart_lgpl/art_rgb_pixbuf_affine.c | 104 - src/libart_lgpl/art_rgb_pixbuf_affine.h | 52 - src/libart_lgpl/art_rgb_rgba_affine.c | 142 - src/libart_lgpl/art_rgb_rgba_affine.h | 51 - src/libart_lgpl/art_rgb_svp.c | 457 --- src/libart_lgpl/art_rgb_svp.h | 55 - src/libart_lgpl/art_rgba.c | 258 -- src/libart_lgpl/art_rgba.h | 49 - src/libart_lgpl/art_svp.c | 152 - src/libart_lgpl/art_svp.h | 68 - src/libart_lgpl/art_svp_intersect.c | 1803 ---------- src/libart_lgpl/art_svp_intersect.h | 70 - src/libart_lgpl/art_svp_ops.c | 401 --- src/libart_lgpl/art_svp_ops.h | 44 - src/libart_lgpl/art_svp_point.c | 144 - src/libart_lgpl/art_svp_point.h | 49 - src/libart_lgpl/art_svp_render_aa.c | 463 --- src/libart_lgpl/art_svp_render_aa.h | 67 - src/libart_lgpl/art_svp_vpath.c | 215 -- src/libart_lgpl/art_svp_vpath.h | 44 - src/libart_lgpl/art_svp_vpath_stroke.c | 739 ---- src/libart_lgpl/art_svp_vpath_stroke.h | 70 - src/libart_lgpl/art_svp_wind.c | 1545 --------- src/libart_lgpl/art_svp_wind.h | 57 - src/libart_lgpl/art_uta.c | 88 - src/libart_lgpl/art_uta.h | 72 - src/libart_lgpl/art_uta_ops.c | 112 - src/libart_lgpl/art_uta_ops.h | 42 - src/libart_lgpl/art_uta_rect.c | 111 - src/libart_lgpl/art_uta_rect.h | 42 - src/libart_lgpl/art_uta_svp.c | 54 - src/libart_lgpl/art_uta_svp.h | 45 - src/libart_lgpl/art_uta_vpath.c | 382 --- src/libart_lgpl/art_uta_vpath.h | 50 - src/libart_lgpl/art_vpath.c | 241 -- src/libart_lgpl/art_vpath.h | 71 - src/libart_lgpl/art_vpath_bpath.c | 328 -- src/libart_lgpl/art_vpath_bpath.h | 48 - src/libart_lgpl/art_vpath_dash.c | 200 -- src/libart_lgpl/art_vpath_dash.h | 50 - src/libart_lgpl/art_vpath_svp.c | 196 -- src/libart_lgpl/art_vpath_svp.h | 43 - src/libart_lgpl/gen_art_config.c | 52 - src/libart_lgpl/libart-config.in | 56 - src/libart_lgpl/libart-features.c | 18 - src/libart_lgpl/libart-features.h | 24 - src/libart_lgpl/libart-features.h.in | 24 - src/libart_lgpl/libart.h | 39 - src/libart_lgpl/libartConf.sh.in | 6 - src/libart_lgpl/makefile.msc | 104 - src/libart_lgpl/test_gradient.c | 376 --- src/libart_lgpl/testart.c | 636 ---- src/libart_lgpl/testuta.c | 233 -- src/libgnomecanvas/Makefile.am | 75 - src/libgnomecanvas/Makefile.mingw | 142 - src/libgnomecanvas/gnome-canvas-bpath.c | 175 - src/libgnomecanvas/gnome-canvas-bpath.h | 61 - src/libgnomecanvas/gnome-canvas-clipgroup.c | 451 --- src/libgnomecanvas/gnome-canvas-clipgroup.h | 58 - src/libgnomecanvas/gnome-canvas-i18n.h | 68 - src/libgnomecanvas/gnome-canvas-line.c | 1422 -------- src/libgnomecanvas/gnome-canvas-line.h | 154 - src/libgnomecanvas/gnome-canvas-marshal.list | 2 - src/libgnomecanvas/gnome-canvas-path-def.c | 1287 ------- src/libgnomecanvas/gnome-canvas-path-def.h | 96 - src/libgnomecanvas/gnome-canvas-pixbuf.c | 1079 ------ src/libgnomecanvas/gnome-canvas-pixbuf.h | 62 - src/libgnomecanvas/gnome-canvas-polygon.c | 249 -- src/libgnomecanvas/gnome-canvas-polygon.h | 88 - src/libgnomecanvas/gnome-canvas-rect-ellipse.c | 431 --- src/libgnomecanvas/gnome-canvas-rect-ellipse.h | 159 - src/libgnomecanvas/gnome-canvas-rich-text.c | 2205 ------------ src/libgnomecanvas/gnome-canvas-rich-text.h | 79 - src/libgnomecanvas/gnome-canvas-shape-private.h | 103 - src/libgnomecanvas/gnome-canvas-shape.c | 1559 --------- src/libgnomecanvas/gnome-canvas-shape.h | 81 - src/libgnomecanvas/gnome-canvas-text.c | 1740 ---------- src/libgnomecanvas/gnome-canvas-text.h | 170 - src/libgnomecanvas/gnome-canvas-util.c | 700 ---- src/libgnomecanvas/gnome-canvas-util.h | 155 - src/libgnomecanvas/gnome-canvas-widget.c | 599 ---- src/libgnomecanvas/gnome-canvas-widget.h | 103 - src/libgnomecanvas/gnome-canvas.c | 4081 ----------------------- src/libgnomecanvas/gnome-canvas.h | 635 ---- src/libgnomecanvas/libgnomecanvas.h | 48 - src/libgnomecanvas/libgnomecanvastypes.c | 43 - 133 files changed, 0 insertions(+), 37676 deletions(-) commit 9649ba5eae3e5b212d76065d6f32b5c948e79bd0 Author: Bruno Coudoin Date: Sun Oct 14 00:48:52 2007 +0000 Initial port of GCompris core to the goocanvas svn path=/branches/gcomprixogoo/; revision=3072 src/gcompris/Makefile.am | 8 +- src/gcompris/about.c | 466 +- src/gcompris/anim.c | 14 +- src/gcompris/anim.h | 6 +- src/gcompris/bar.c | 532 +- src/gcompris/bonus.c | 112 +- src/gcompris/config.c | 424 +- src/gcompris/dialog.c | 156 +- src/gcompris/drag.c | 39 +- src/gcompris/drag.h | 12 +- src/gcompris/file_selector.c | 275 +- src/gcompris/gameutil.c | 167 +- src/gcompris/gameutil.h | 25 +- src/gcompris/gcompris-board.h | 2 +- src/gcompris/gcompris.c | 114 +- src/gcompris/gcompris.h | 14 +- src/gcompris/gcompris_confirm.c | 310 +- src/gcompris/help.c | 324 +- src/gcompris/images_selector.c | 271 +- src/gcompris/score.c | 70 +- src/gcompris/timer.c | 86 +- src/goocanvas/.cvsignore | 20 + src/goocanvas/AUTHORS | 1 + src/goocanvas/COPYING | 482 + src/goocanvas/CVS/Entries | 12 + src/goocanvas/CVS/Entries.Log | 4 + src/goocanvas/CVS/Repository | 1 + src/goocanvas/CVS/Root | 1 + src/goocanvas/ChangeLog | 1343 ++ src/goocanvas/INSTALL | 1 + src/goocanvas/Makefile.am | 11 + src/goocanvas/Makefile.in | 691 + src/goocanvas/NEWS | 135 + src/goocanvas/README | 52 + src/goocanvas/TODO | 71 + src/goocanvas/aclocal.m4 | 7894 +++++++++ src/goocanvas/autogen.sh | 161 + src/goocanvas/autom4te.cache/output.0 |23490 ++++++++++++++++++++++++++ src/goocanvas/autom4te.cache/output.1 |23478 +++++++++++++++++++++++++ src/goocanvas/autom4te.cache/requests | 221 + src/goocanvas/autom4te.cache/traces.0 | 9340 ++++++++++ src/goocanvas/autom4te.cache/traces.1 | 841 + src/goocanvas/config.h.in | 76 + src/goocanvas/configure |23478 +++++++++++++++++++++++++ src/goocanvas/configure.in | 84 + src/goocanvas/demo/.cvsignore | 17 + src/goocanvas/demo/CVS/Entries | 44 + src/goocanvas/demo/CVS/Repository | 1 + src/goocanvas/demo/CVS/Root | 1 + src/goocanvas/demo/Makefile.am | 70 + src/goocanvas/demo/Makefile.in | 635 + src/goocanvas/demo/demo-animation.c | 135 + src/goocanvas/demo/demo-arrowhead.c | 510 + src/goocanvas/demo/demo-clipping.c | 159 + src/goocanvas/demo/demo-events.c | 171 + src/goocanvas/demo/demo-features.c | 133 + src/goocanvas/demo/demo-fifteen.c | 328 + src/goocanvas/demo/demo-focus.c | 165 + src/goocanvas/demo/demo-grabs.c | 413 + src/goocanvas/demo/demo-item.c | 139 + src/goocanvas/demo/demo-item.h | 52 + src/goocanvas/demo/demo-large-items.c | 156 + src/goocanvas/demo/demo-large-line.c | 250 + src/goocanvas/demo/demo-large-line.h | 53 + src/goocanvas/demo/demo-large-rect.c | 205 + src/goocanvas/demo/demo-large-rect.h | 52 + src/goocanvas/demo/demo-paths.c | 157 + src/goocanvas/demo/demo-scalability.c | 95 + src/goocanvas/demo/demo-table.c | 318 + src/goocanvas/demo/demo.c | 1444 ++ src/goocanvas/demo/flower.png | Bin 0 -> 818 bytes src/goocanvas/demo/mv-demo-animation.c | 141 + src/goocanvas/demo/mv-demo-arrowhead.c | 531 + src/goocanvas/demo/mv-demo-clipping.c | 173 + src/goocanvas/demo/mv-demo-events.c | 181 + src/goocanvas/demo/mv-demo-features.c | 155 + src/goocanvas/demo/mv-demo-fifteen.c | 337 + src/goocanvas/demo/mv-demo-focus.c | 183 + src/goocanvas/demo/mv-demo-grabs.c | 427 + src/goocanvas/demo/mv-demo-paths.c | 162 + src/goocanvas/demo/mv-demo-scalability.c | 96 + src/goocanvas/demo/mv-demo-table.c | 324 + src/goocanvas/demo/mv-demo.c | 1349 ++ src/goocanvas/demo/mv-scalability-demo.c | 329 + src/goocanvas/demo/mv-simple-demo.c | 97 + src/goocanvas/demo/mv-table-demo.c | 191 + src/goocanvas/demo/scalability-demo.c | 319 + src/goocanvas/demo/simple-demo.c | 94 + src/goocanvas/demo/table-demo.c | 187 + src/goocanvas/demo/toroid.png | Bin 0 -> 16917 bytes src/goocanvas/demo/units-demo.c | 178 + src/goocanvas/demo/widgets-demo.c | 431 + src/goocanvas/docs/.cvsignore | 16 + src/goocanvas/docs/CVS/Entries | 11 + src/goocanvas/docs/CVS/Entries.Log | 1 + src/goocanvas/docs/CVS/Repository | 1 + src/goocanvas/docs/CVS/Root | 1 + src/goocanvas/docs/Makefile.am | 82 + src/goocanvas/docs/Makefile.in | 576 + src/goocanvas/docs/creating-items.xml | 230 + src/goocanvas/docs/goocanvas-docs.sgml | 56 + src/goocanvas/docs/goocanvas-sections.txt | 714 + src/goocanvas/docs/goocanvas.types | 39 + src/goocanvas/docs/model-view-canvas.xml | 123 + src/goocanvas/docs/overview.xml | 65 + src/goocanvas/docs/simple-canvas.xml | 121 + src/goocanvas/docs/tmpl/.cvsignore | 1 + src/goocanvas/docs/tmpl/CVS/Entries | 3 + src/goocanvas/docs/tmpl/CVS/Repository | 1 + src/goocanvas/docs/tmpl/CVS/Root | 1 + src/goocanvas/goocanvas.pc.in | 13 + src/goocanvas/gtk-doc.make | 1 + src/goocanvas/mkinstalldirs | 111 + src/goocanvas/po/.cvsignore | 5 + src/goocanvas/po/CVS/Entries | 9 + src/goocanvas/po/CVS/Repository | 1 + src/goocanvas/po/CVS/Root | 1 + src/goocanvas/po/ChangeLog | 13 + src/goocanvas/po/Makefile.in.in | 271 + src/goocanvas/po/POTFILES.in | 18 + src/goocanvas/po/en_GB.gmo | Bin 0 -> 351 bytes src/goocanvas/po/en_GB.po | 836 + src/goocanvas/po/es.gmo | Bin 0 -> 14545 bytes src/goocanvas/po/es.po | 891 + src/goocanvas/po/goocanvas.pot | 837 + src/goocanvas/po/ja.gmo | Bin 0 -> 14439 bytes src/goocanvas/po/ja.po | 865 + src/goocanvas/src/.cvsignore | 14 + src/goocanvas/src/CVS/Entries | 37 + src/goocanvas/src/CVS/Repository | 1 + src/goocanvas/src/CVS/Root | 1 + src/goocanvas/src/Makefile.am | 144 + src/goocanvas/src/Makefile.in | 670 + src/goocanvas/src/goocanvas.c | 3774 +++++ src/goocanvas/src/goocanvas.h | 309 + src/goocanvas/src/goocanvasatk.c | 765 + src/goocanvas/src/goocanvasatk.h | 22 + src/goocanvas/src/goocanvasellipse.c | 523 + src/goocanvas/src/goocanvasellipse.h | 120 + src/goocanvas/src/goocanvasenumtypes.c | 95 + src/goocanvas/src/goocanvasenumtypes.h | 33 + src/goocanvas/src/goocanvasgroup.c | 777 + src/goocanvas/src/goocanvasgroup.h | 109 + src/goocanvas/src/goocanvasimage.c | 632 + src/goocanvas/src/goocanvasimage.h | 121 + src/goocanvas/src/goocanvasitem.c | 1986 +++ src/goocanvas/src/goocanvasitem.h | 454 + src/goocanvas/src/goocanvasitemmodel.c | 1050 ++ src/goocanvas/src/goocanvasitemmodel.h | 260 + src/goocanvas/src/goocanvasitemsimple.c | 2032 +++ src/goocanvas/src/goocanvasitemsimple.h | 245 + src/goocanvas/src/goocanvasmarshal.c | 210 + src/goocanvas/src/goocanvasmarshal.h | 53 + src/goocanvas/src/goocanvasmarshal.list | 7 + src/goocanvas/src/goocanvaspath.c | 517 + src/goocanvas/src/goocanvaspath.h | 116 + src/goocanvas/src/goocanvaspolyline.c | 1222 ++ src/goocanvas/src/goocanvaspolyline.h | 176 + src/goocanvas/src/goocanvasprivate.h | 42 + src/goocanvas/src/goocanvasrect.c | 604 + src/goocanvas/src/goocanvasrect.h | 121 + src/goocanvas/src/goocanvasstyle.c | 539 + src/goocanvas/src/goocanvasstyle.h | 110 + src/goocanvas/src/goocanvastable.c | 2618 +++ src/goocanvas/src/goocanvastable.h | 139 + src/goocanvas/src/goocanvastext.c | 954 ++ src/goocanvas/src/goocanvastext.h | 130 + src/goocanvas/src/goocanvasutils.c | 1194 ++ src/goocanvas/src/goocanvasutils.h | 247 + src/goocanvas/src/goocanvaswidget.c | 559 + src/goocanvas/src/goocanvaswidget.h | 66 + src/goocanvas/src/stamp-goocanvasenumtypes.h | 1 + src/goocanvas/src/stamp-goocanvasmarshal.h | 1 + 173 files changed, 134728 insertions(+), 1889 deletions(-) commit f2728ae495836611fc155541f23dc223c1c438ce Author: Bruno Coudoin Date: Sun Oct 7 12:30:29 2007 +0000 Added missing images svn path=/branches/gcomprixo/; revision=3063 .../resources/clickgame/QueenAngel_0.png | Bin 0 -> 3353 bytes .../resources/clickgame/QueenAngel_1.png | Bin 0 -> 3260 bytes .../resources/clickgame/blueking2_0.png | Bin 0 -> 7856 bytes .../resources/clickgame/blueking2_1.png | Bin 0 -> 7699 bytes .../resources/clickgame/butfish_0.png | Bin 0 -> 5392 bytes .../resources/clickgame/butfish_1.png | Bin 0 -> 5396 bytes .../resources/clickgame/cichlid1_0.png | Bin 0 -> 2437 bytes .../resources/clickgame/cichlid1_1.png | Bin 0 -> 2400 bytes .../resources/clickgame/cichlid4_0.png | Bin 0 -> 3168 bytes .../resources/clickgame/cichlid4_1.png | Bin 0 -> 3168 bytes .../resources/clickgame/collaris_0.png | Bin 0 -> 2108 bytes .../resources/clickgame/collaris_1.png | Bin 0 -> 2139 bytes .../resources/clickgame/discus2_0.png | Bin 0 -> 7721 bytes .../resources/clickgame/discus2_1.png | Bin 0 -> 7510 bytes .../resources/clickgame/discus3_0.png | Bin 0 -> 3162 bytes .../resources/clickgame/discus3_1.png | Bin 0 -> 3198 bytes .../resources/clickgame/eel_0.png | Bin 0 -> 1085 bytes .../resources/clickgame/eel_1.png | Bin 0 -> 1013 bytes .../resources/clickgame/f00_0.png | Bin 0 -> 2108 bytes .../resources/clickgame/f00_1.png | Bin 0 -> 2043 bytes .../resources/clickgame/f01_0.png | Bin 0 -> 2313 bytes .../resources/clickgame/f01_1.png | Bin 0 -> 2260 bytes .../resources/clickgame/f02_0.png | Bin 0 -> 1955 bytes .../resources/clickgame/f02_1.png | Bin 0 -> 2067 bytes .../resources/clickgame/f03_0.png | Bin 0 -> 2842 bytes .../resources/clickgame/f03_1.png | Bin 0 -> 2800 bytes .../resources/clickgame/f04_0.png | Bin 0 -> 3644 bytes .../resources/clickgame/f04_1.png | Bin 0 -> 3635 bytes .../resources/clickgame/f05_0.png | Bin 0 -> 3675 bytes .../resources/clickgame/f05_1.png | Bin 0 -> 3611 bytes .../resources/clickgame/f06_0.png | Bin 0 -> 2273 bytes .../resources/clickgame/f06_1.png | Bin 0 -> 2397 bytes .../resources/clickgame/f07_0.png | Bin 0 -> 4793 bytes .../resources/clickgame/f07_1.png | Bin 0 -> 4704 bytes .../resources/clickgame/f08_0.png | Bin 0 -> 5091 bytes .../resources/clickgame/f08_1.png | Bin 0 -> 5121 bytes .../resources/clickgame/f09_0.png | Bin 0 -> 5125 bytes .../resources/clickgame/f09_1.png | Bin 0 -> 5242 bytes .../resources/clickgame/f10_0.png | Bin 0 -> 2987 bytes .../resources/clickgame/f10_1.png | Bin 0 -> 3008 bytes .../resources/clickgame/f11_0.png | Bin 0 -> 3294 bytes .../resources/clickgame/f11_1.png | Bin 0 -> 3436 bytes .../resources/clickgame/f12_0.png | Bin 0 -> 1879 bytes .../resources/clickgame/f12_1.png | Bin 0 -> 1872 bytes .../resources/clickgame/f13_0.png | Bin 0 -> 4741 bytes .../resources/clickgame/f13_1.png | Bin 0 -> 4594 bytes .../resources/clickgame/manta_0.png | Bin 0 -> 2891 bytes .../resources/clickgame/manta_1.png | Bin 0 -> 3054 bytes .../resources/clickgame/newf1_0.png | Bin 0 -> 3847 bytes .../resources/clickgame/newf1_1.png | Bin 0 -> 3847 bytes .../resources/clickgame/shark1_0.png | Bin 0 -> 2661 bytes .../resources/clickgame/shark1_1.png | Bin 0 -> 2786 bytes .../resources/clickgame/six_barred_0.png | Bin 0 -> 4023 bytes .../resources/clickgame/six_barred_1.png | Bin 0 -> 4025 bytes .../resources/clickgame/teeth_0.png | Bin 0 -> 1381 bytes .../resources/clickgame/teeth_1.png | Bin 0 -> 1917 bytes .../resources/clickgame/teeth_2.png | Bin 0 -> 2184 bytes .../resources/clickgame/teeth_3.png | Bin 0 -> 2627 bytes .../resources/clickgame/teeth_4.png | Bin 0 -> 1054 bytes .../resources/clickgame/teeth_5.png | Bin 0 -> 2627 bytes .../resources/clickgame/teeth_6.png | Bin 0 -> 2184 bytes .../resources/clickgame/teeth_7.png | Bin 0 -> 1917 bytes .../resources/reversecount/QueenAngel_0.png | Bin 0 -> 3353 bytes .../resources/reversecount/blueking2_0.png | Bin 0 -> 7856 bytes .../resources/reversecount/butfish_0.png | Bin 0 -> 5392 bytes .../resources/reversecount/cichlid1_0.png | Bin 0 -> 2437 bytes .../resources/reversecount/cichlid4_0.png | Bin 0 -> 3168 bytes .../resources/reversecount/collaris_0.png | Bin 0 -> 2108 bytes .../resources/reversecount/discus2_0.png | Bin 0 -> 7721 bytes .../resources/reversecount/discus3_0.png | Bin 0 -> 3162 bytes .../resources/reversecount/eel_0.png | Bin 0 -> 1085 bytes .../resources/reversecount/f00_0.png | Bin 0 -> 2108 bytes .../resources/reversecount/f01_0.png | Bin 0 -> 2313 bytes .../resources/reversecount/f02_0.png | Bin 0 -> 1955 bytes .../resources/reversecount/f03_0.png | Bin 0 -> 2842 bytes .../resources/reversecount/f04_0.png | Bin 0 -> 3644 bytes .../resources/reversecount/f05_0.png | Bin 0 -> 3675 bytes .../resources/reversecount/f06_0.png | Bin 0 -> 2273 bytes .../resources/reversecount/f07_0.png | Bin 0 -> 4793 bytes .../resources/reversecount/f08_0.png | Bin 0 -> 5091 bytes .../resources/reversecount/f09_0.png | Bin 0 -> 5125 bytes .../resources/reversecount/f10_0.png | Bin 0 -> 2987 bytes .../resources/reversecount/f11_0.png | Bin 0 -> 3294 bytes .../resources/reversecount/f12_0.png | Bin 0 -> 1879 bytes .../resources/reversecount/f13_0.png | Bin 0 -> 4741 bytes .../resources/reversecount/gnome-dice0.png | Bin 0 -> 2989 bytes .../resources/reversecount/gnome-dice1.png | Bin 0 -> 3024 bytes .../resources/reversecount/gnome-dice2.png | Bin 0 -> 3090 bytes .../resources/reversecount/gnome-dice3.png | Bin 0 -> 3154 bytes .../resources/reversecount/gnome-dice4.png | Bin 0 -> 3205 bytes .../resources/reversecount/gnome-dice5.png | Bin 0 -> 3260 bytes .../resources/reversecount/gnome-dice6.png | Bin 0 -> 3314 bytes .../resources/reversecount/gnome-dice7.png | Bin 0 -> 3209 bytes .../resources/reversecount/gnome-dice8.png | Bin 0 -> 3230 bytes .../resources/reversecount/gnome-dice9.png | Bin 0 -> 3236 bytes .../resources/reversecount/manta_0.png | Bin 0 -> 2891 bytes .../resources/reversecount/newf1_0.png | Bin 0 -> 3847 bytes .../resources/reversecount/shark1_0.png | Bin 0 -> 2661 bytes .../resources/reversecount/six_barred_0.png | Bin 0 -> 4023 bytes .../resources/reversecount/teeth_0.png | Bin 0 -> 1381 bytes 100 files changed, 0 insertions(+), 0 deletions(-) commit b6bb9ad7db49ec3df96342bb19058b2a418a53e9 Author: Bruno Coudoin Date: Tue Oct 2 22:23:03 2007 +0000 - Added a little hack to avoid missing symbols from libgnomecanvas at plugin load time. (merge from trunk 3060) svn path=/branches/gcomprixo/; revision=3061 ChangeLog | 7 +++++++ src/gcompris/gcompris.c | 2 ++ 2 files changed, 9 insertions(+), 0 deletions(-) commit e231b58256764e91f75439560d76a4ef4fcb6f4d Author: Bruno Coudoin Date: Mon Oct 1 19:55:11 2007 +0000 replaced "Place each item onto its name" by "Place each item above its name" svn path=/branches/gcomprixo/; revision=3056 src/imagename-activity/imagename.xml.in | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit d643ba27363403cbb76dfb68084488774456b163 Author: Bruno Coudoin Date: Thu Sep 27 22:10:21 2007 +0000 added missing images svn path=/branches/gcomprixo/; revision=3052 .../resources/reversecount/Makefile.am | 38 ++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) commit 65f6666490cb70a9976702c1d81acca43da92041 Author: Bruno Coudoin Date: Thu Sep 27 22:01:44 2007 +0000 fixed path to images svn path=/branches/gcomprixo/; revision=3051 .../resources/reversecount/dice/gnome-dice0.png | Bin 2989 -> 0 bytes .../resources/reversecount/dice/gnome-dice1.png | Bin 3024 -> 0 bytes .../resources/reversecount/dice/gnome-dice2.png | Bin 3090 -> 0 bytes .../resources/reversecount/dice/gnome-dice3.png | Bin 3154 -> 0 bytes .../resources/reversecount/dice/gnome-dice4.png | Bin 3205 -> 0 bytes .../resources/reversecount/dice/gnome-dice5.png | Bin 3260 -> 0 bytes .../resources/reversecount/dice/gnome-dice6.png | Bin 3314 -> 0 bytes .../resources/reversecount/dice/gnome-dice7.png | Bin 3209 -> 0 bytes .../resources/reversecount/dice/gnome-dice8.png | Bin 3230 -> 0 bytes .../resources/reversecount/dice/gnome-dice9.png | Bin 3236 -> 0 bytes .../resources/reversecount/fishes/QueenAngel_0.png | Bin 3353 -> 0 bytes .../resources/reversecount/fishes/blueking2_0.png | Bin 7856 -> 0 bytes .../resources/reversecount/fishes/butfish_0.png | Bin 5392 -> 0 bytes .../resources/reversecount/fishes/cichlid1_0.png | Bin 2437 -> 0 bytes .../resources/reversecount/fishes/cichlid4_0.png | Bin 3168 -> 0 bytes .../resources/reversecount/fishes/collaris_0.png | Bin 2108 -> 0 bytes .../resources/reversecount/fishes/discus2_0.png | Bin 7721 -> 0 bytes .../resources/reversecount/fishes/discus3_0.png | Bin 3162 -> 0 bytes .../resources/reversecount/fishes/eel_0.png | Bin 1085 -> 0 bytes .../resources/reversecount/fishes/f00_0.png | Bin 2108 -> 0 bytes .../resources/reversecount/fishes/f01_0.png | Bin 2313 -> 0 bytes .../resources/reversecount/fishes/f02_0.png | Bin 1955 -> 0 bytes .../resources/reversecount/fishes/f03_0.png | Bin 2842 -> 0 bytes .../resources/reversecount/fishes/f04_0.png | Bin 3644 -> 0 bytes .../resources/reversecount/fishes/f05_0.png | Bin 3675 -> 0 bytes .../resources/reversecount/fishes/f06_0.png | Bin 2273 -> 0 bytes .../resources/reversecount/fishes/f07_0.png | Bin 4793 -> 0 bytes .../resources/reversecount/fishes/f08_0.png | Bin 5091 -> 0 bytes .../resources/reversecount/fishes/f09_0.png | Bin 5125 -> 0 bytes .../resources/reversecount/fishes/f10_0.png | Bin 2987 -> 0 bytes .../resources/reversecount/fishes/f11_0.png | Bin 3294 -> 0 bytes .../resources/reversecount/fishes/f12_0.png | Bin 1879 -> 0 bytes .../resources/reversecount/fishes/f13_0.png | Bin 4741 -> 0 bytes .../resources/reversecount/fishes/manta_0.png | Bin 2891 -> 0 bytes .../resources/reversecount/fishes/newf1_0.png | Bin 3847 -> 0 bytes .../resources/reversecount/fishes/shark1_0.png | Bin 2661 -> 0 bytes .../resources/reversecount/fishes/six_barred_0.png | Bin 4023 -> 0 bytes .../resources/reversecount/fishes/teeth_0.png | Bin 1381 -> 0 bytes src/reversecount-activity/reversecount.c | 60 ++++++++++---------- 39 files changed, 30 insertions(+), 30 deletions(-) commit 8a2494088e37dbe97382c89f7f7464f9840548ed Author: Bruno Coudoin Date: Thu Sep 27 21:58:13 2007 +0000 Fixed path to fishes svn path=/branches/gcomprixo/; revision=3050 src/clickgame-activity/clickgame.c | 4 +- .../resources/clickgame/Makefile.am | 68 ++++++++++++++++++-- .../resources/clickgame/fishes/QueenAngel_0.png | Bin 3353 -> 0 bytes .../resources/clickgame/fishes/QueenAngel_1.png | Bin 3260 -> 0 bytes .../resources/clickgame/fishes/blueking2_0.png | Bin 7856 -> 0 bytes .../resources/clickgame/fishes/blueking2_1.png | Bin 7699 -> 0 bytes .../resources/clickgame/fishes/butfish_0.png | Bin 5392 -> 0 bytes .../resources/clickgame/fishes/butfish_1.png | Bin 5396 -> 0 bytes .../resources/clickgame/fishes/cichlid1_0.png | Bin 2437 -> 0 bytes .../resources/clickgame/fishes/cichlid1_1.png | Bin 2400 -> 0 bytes .../resources/clickgame/fishes/cichlid4_0.png | Bin 3168 -> 0 bytes .../resources/clickgame/fishes/cichlid4_1.png | Bin 3168 -> 0 bytes .../resources/clickgame/fishes/collaris_0.png | Bin 2108 -> 0 bytes .../resources/clickgame/fishes/collaris_1.png | Bin 2139 -> 0 bytes .../resources/clickgame/fishes/discus2_0.png | Bin 7721 -> 0 bytes .../resources/clickgame/fishes/discus2_1.png | Bin 7510 -> 0 bytes .../resources/clickgame/fishes/discus3_0.png | Bin 3162 -> 0 bytes .../resources/clickgame/fishes/discus3_1.png | Bin 3198 -> 0 bytes .../resources/clickgame/fishes/eel_0.png | Bin 1085 -> 0 bytes .../resources/clickgame/fishes/eel_1.png | Bin 1013 -> 0 bytes .../resources/clickgame/fishes/f00_0.png | Bin 2108 -> 0 bytes .../resources/clickgame/fishes/f00_1.png | Bin 2043 -> 0 bytes .../resources/clickgame/fishes/f01_0.png | Bin 2313 -> 0 bytes .../resources/clickgame/fishes/f01_1.png | Bin 2260 -> 0 bytes .../resources/clickgame/fishes/f02_0.png | Bin 1955 -> 0 bytes .../resources/clickgame/fishes/f02_1.png | Bin 2067 -> 0 bytes .../resources/clickgame/fishes/f03_0.png | Bin 2842 -> 0 bytes .../resources/clickgame/fishes/f03_1.png | Bin 2800 -> 0 bytes .../resources/clickgame/fishes/f04_0.png | Bin 3644 -> 0 bytes .../resources/clickgame/fishes/f04_1.png | Bin 3635 -> 0 bytes .../resources/clickgame/fishes/f05_0.png | Bin 3675 -> 0 bytes .../resources/clickgame/fishes/f05_1.png | Bin 3611 -> 0 bytes .../resources/clickgame/fishes/f06_0.png | Bin 2273 -> 0 bytes .../resources/clickgame/fishes/f06_1.png | Bin 2397 -> 0 bytes .../resources/clickgame/fishes/f07_0.png | Bin 4793 -> 0 bytes .../resources/clickgame/fishes/f07_1.png | Bin 4704 -> 0 bytes .../resources/clickgame/fishes/f08_0.png | Bin 5091 -> 0 bytes .../resources/clickgame/fishes/f08_1.png | Bin 5121 -> 0 bytes .../resources/clickgame/fishes/f09_0.png | Bin 5125 -> 0 bytes .../resources/clickgame/fishes/f09_1.png | Bin 5242 -> 0 bytes .../resources/clickgame/fishes/f10_0.png | Bin 2987 -> 0 bytes .../resources/clickgame/fishes/f10_1.png | Bin 3008 -> 0 bytes .../resources/clickgame/fishes/f11_0.png | Bin 3294 -> 0 bytes .../resources/clickgame/fishes/f11_1.png | Bin 3436 -> 0 bytes .../resources/clickgame/fishes/f12_0.png | Bin 1879 -> 0 bytes .../resources/clickgame/fishes/f12_1.png | Bin 1872 -> 0 bytes .../resources/clickgame/fishes/f13_0.png | Bin 4741 -> 0 bytes .../resources/clickgame/fishes/f13_1.png | Bin 4594 -> 0 bytes .../resources/clickgame/fishes/manta_0.png | Bin 2891 -> 0 bytes .../resources/clickgame/fishes/manta_1.png | Bin 3054 -> 0 bytes .../resources/clickgame/fishes/newf1_0.png | Bin 3847 -> 0 bytes .../resources/clickgame/fishes/newf1_1.png | Bin 3847 -> 0 bytes .../resources/clickgame/fishes/shark1_0.png | Bin 2661 -> 0 bytes .../resources/clickgame/fishes/shark1_1.png | Bin 2786 -> 0 bytes .../resources/clickgame/fishes/six_barred_0.png | Bin 4023 -> 0 bytes .../resources/clickgame/fishes/six_barred_1.png | Bin 4025 -> 0 bytes .../resources/clickgame/fishes/teeth_0.png | Bin 1381 -> 0 bytes .../resources/clickgame/fishes/teeth_1.png | Bin 1917 -> 0 bytes .../resources/clickgame/fishes/teeth_2.png | Bin 2184 -> 0 bytes .../resources/clickgame/fishes/teeth_3.png | Bin 2627 -> 0 bytes .../resources/clickgame/fishes/teeth_4.png | Bin 1054 -> 0 bytes .../resources/clickgame/fishes/teeth_5.png | Bin 2627 -> 0 bytes .../resources/clickgame/fishes/teeth_6.png | Bin 2184 -> 0 bytes .../resources/clickgame/fishes/teeth_7.png | Bin 1917 -> 0 bytes 64 files changed, 64 insertions(+), 8 deletions(-) commit e57aeb8ace8242d1a89c9e540b22318ce8352af2 Author: Bruno Coudoin Date: Tue Sep 25 00:06:01 2007 +0000 now our rich text no more scales under 0.7 and above 1.0 pixel ratio We need to do the same for the text canvas. svn path=/branches/gcomprixo/; revision=3046 src/libgnomecanvas/gnome-canvas-rich-text.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 87aea03bf62783086597023d8432e63fdfa630ec Author: Bruno Coudoin Date: Mon Sep 24 22:49:17 2007 +0000 Sugarized the icon. It's standart but awfull, I hope yemanja will fix it. svn path=/branches/gcomprixo/; revision=3045 src/activity-gcompris.svg | 174 ++++++++++++++++----------------------------- 1 files changed, 62 insertions(+), 112 deletions(-) commit 69992036a482726f1bae409cee6d7aa65f72e6ab Author: Bruno Coudoin Date: Sun Sep 23 22:01:07 2007 +0000 - The sugar dbus API uses Setactive instead of set_active. svn path=/branches/gcomprixo/; revision=3041 ChangeLog | 6 ++++++ src/gcompris/dbus.c | 18 +++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) commit 3371d9f4ca40ec2149ecd84c9b3a054f07cce6d0 Author: Bruno Coudoin Date: Sun Sep 23 19:57:57 2007 +0000 - Merge of commit trunk 3038, now compile out of tree. * src/*/Makefile.am svn path=/branches/gcomprixo/; revision=3039 ChangeLog | 6 ++++++ src/advanced_colors-activity/Makefile.am | 4 ++-- src/algebra_by-activity/Makefile.am | 4 ++-- src/algebra_guesscount-activity/Makefile.am | 4 ++-- src/awele-activity/Makefile.am | 4 ++-- src/babymatch-activity/Makefile.am | 4 ++-- src/billard-activity/Makefile.am | 4 ++-- src/boards/Makefile.am | 4 ++-- src/canal_lock-activity/Makefile.am | 4 ++-- src/chess_computer-activity/Makefile.am | 4 ++-- src/click_on_letter-activity/Makefile.am | 4 ++-- src/clickgame-activity/Makefile.am | 4 ++-- src/clockgame-activity/Makefile.am | 4 ++-- src/colors-activity/Makefile.am | 4 ++-- src/crane-activity/Makefile.am | 4 ++-- src/enumerate-activity/Makefile.am | 4 ++-- src/erase-activity/Makefile.am | 4 ++-- src/fifteen-activity/Makefile.am | 4 ++-- src/gcompris/Makefile.am | 4 ++-- src/gletters-activity/Makefile.am | 4 ++-- src/hanoi-activity/Makefile.am | 4 ++-- src/hanoi_real-activity/Makefile.am | 4 ++-- src/imageid-activity/Makefile.am | 4 ++-- src/leftright-activity/Makefile.am | 4 ++-- src/libart_lgpl/Makefile.am | 4 ++-- src/libgnomecanvas/Makefile.am | 4 ++-- src/magic_hat_minus-activity/Makefile.am | 4 ++-- src/maze-activity/Makefile.am | 4 ++-- src/memory-activity/Makefile.am | 4 ++-- src/missing_letter-activity/Makefile.am | 4 ++-- src/money-activity/Makefile.am | 4 ++-- src/paratrooper-activity/Makefile.am | 4 ++-- src/planegame-activity/Makefile.am | 4 ++-- src/railroad-activity/Makefile.am | 4 ++-- src/read_colors-activity/Makefile.am | 4 ++-- src/readingh-activity/Makefile.am | 4 ++-- src/reversecount-activity/Makefile.am | 4 ++-- src/scalesboard-activity/Makefile.am | 4 ++-- src/smallnumbers-activity/Makefile.am | 4 ++-- src/submarine-activity/Makefile.am | 4 ++-- src/superbrain-activity/Makefile.am | 4 ++-- src/tangram-activity/Makefile.am | 4 ++-- src/target-activity/Makefile.am | 4 ++-- src/traffic-activity/Makefile.am | 4 ++-- src/wordprocessor-activity/Makefile.am | 4 ++-- src/wordsgame-activity/Makefile.am | 4 ++-- 46 files changed, 96 insertions(+), 90 deletions(-) commit ed110fd7bfad8100e5f6df295df9771e3a02f8ce Author: Bruno Coudoin Date: Sun Sep 23 15:27:20 2007 +0000 cleanup, removed uneeded space svn path=/branches/gcomprixo/; revision=3036 src/administration-activity/init_path.sh | 4 +--- src/advanced_colors-activity/init_path.sh | 2 +- src/algebra_by-activity/init_path.sh | 2 +- src/algebra_guesscount-activity/init_path.sh | 2 +- src/algebra_minus-activity/init_path.sh | 2 +- src/algebra_plus-activity/init_path.sh | 2 +- src/algorithm-activity/init_path.sh | 2 +- src/anim-activity/init_path.sh | 2 +- src/awele-activity/init_path.sh | 2 +- src/babymatch-activity/init_path.sh | 2 +- src/babyshapes-activity/init_path.sh | 2 +- src/bargame-activity/init_path.sh | 2 +- src/billard-activity/init_path.sh | 2 +- src/canal_lock-activity/init_path.sh | 2 +- src/chess_computer-activity/init_path.sh | 2 +- src/chess_movelearn-activity/init_path.sh | 2 +- src/chess_partyend-activity/init_path.sh | 2 +- src/chronos-activity/init_path.sh | 2 +- src/click_on_letter-activity/init_path.sh | 2 +- src/clickgame-activity/init_path.sh | 2 +- src/clockgame-activity/init_path.sh | 2 +- src/colors-activity/init_path.sh | 2 +- src/crane-activity/init_path.sh | 2 +- src/doubleentry-activity/init_path.sh | 2 +- src/draw-activity/init_path.sh | 2 +- src/enumerate-activity/init_path.sh | 2 +- src/erase-activity/init_path.sh | 2 +- src/erase_clic-activity/init_path.sh | 2 +- src/fifteen-activity/init_path.sh | 2 +- src/geography-activity/init_path.sh | 2 +- src/geography_country-activity/init_path.sh | 2 +- src/gletters-activity/init_path.sh | 2 +- src/hanoi-activity/init_path.sh | 2 +- src/hanoi_real-activity/init_path.sh | 2 +- src/hexagon-activity/init_path.sh | 2 +- src/imageid-activity/init_path.sh | 2 +- src/imagename-activity/init_path.sh | 2 +- src/leftright-activity/init_path.sh | 2 +- src/login-activity/init_path.sh | 2 +- src/magic_hat_minus-activity/init_path.sh | 2 +- src/magic_hat_plus-activity/init_path.sh | 2 +- src/maze-activity/init_path.sh | 2 +- src/maze2DRelative-activity/init_path.sh | 2 +- src/maze3D-activity/init_path.sh | 2 +- src/mazeInvisible-activity/init_path.sh | 2 +- src/melody-activity/init_path.sh | 2 +- src/memory-activity/init_path.sh | 2 +- src/memory_add-activity/init_path.sh | 2 +- src/memory_add_minus-activity/init_path.sh | 2 +- .../init_path.sh | 2 +- .../init_path.sh | 2 +- src/memory_add_minus_tux-activity/init_path.sh | 2 +- src/memory_add_tux-activity/init_path.sh | 2 +- src/memory_div-activity/init_path.sh | 2 +- src/memory_div_tux-activity/init_path.sh | 2 +- src/memory_minus-activity/init_path.sh | 2 +- src/memory_minus_tux-activity/init_path.sh | 2 +- src/memory_mult-activity/init_path.sh | 2 +- src/memory_mult_div-activity/init_path.sh | 2 +- src/memory_mult_div_tux-activity/init_path.sh | 2 +- src/memory_mult_tux-activity/init_path.sh | 2 +- src/memory_sound-activity/init_path.sh | 2 +- src/memory_sound_tux-activity/init_path.sh | 2 +- src/memory_tux-activity/init_path.sh | 2 +- src/missing_letter-activity/init_path.sh | 2 +- src/money-activity/init_path.sh | 2 +- src/money_cents-activity/init_path.sh | 2 +- src/paintings-activity/init_path.sh | 2 +- src/paratrooper-activity/init_path.sh | 2 +- src/planegame-activity/init_path.sh | 2 +- src/railroad-activity/init_path.sh | 2 +- src/read_colors-activity/init_path.sh | 2 +- src/readingh-activity/init_path.sh | 2 +- src/readingv-activity/init_path.sh | 2 +- src/redraw-activity/init_path.sh | 2 +- src/redraw_symmetrical-activity/init_path.sh | 2 +- src/reversecount-activity/init_path.sh | 2 +- src/scalesboard-activity/init_path.sh | 2 +- src/searace-activity/init_path.sh | 2 +- src/searace1player-activity/init_path.sh | 2 +- src/smallnumbers-activity/init_path.sh | 2 +- src/smallnumbers2-activity/init_path.sh | 2 +- src/submarine-activity/init_path.sh | 2 +- src/sudoku-activity/init_path.sh | 2 +- src/superbrain-activity/init_path.sh | 2 +- src/tangram-activity/init_path.sh | 2 +- src/target-activity/init_path.sh | 2 +- src/traffic-activity/init_path.sh | 2 +- src/tuxpaint-activity/init_path.sh | 2 +- src/watercycle-activity/init_path.sh | 2 +- src/wordprocessor-activity/init_path.sh | 2 +- src/wordsgame-activity/init_path.sh | 2 +- .../init_path.sh | 2 +- .../init_path.sh | 2 +- .../init_path.sh | 2 +- .../init_path.sh | 2 +- 96 files changed, 96 insertions(+), 98 deletions(-) commit e725f1950ae2a875deef708b164b19d90cfc5680 Author: Bruno Coudoin Date: Sat Sep 22 21:06:43 2007 +0000 Minor change, avoid an error display svn path=/branches/gcomprixo/; revision=3034 src/bundleit.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 29843a6bc38fa8c78ae2192ab2297c4004e26098 Author: Bruno Coudoin Date: Sat Sep 22 20:16:25 2007 +0000 Took po files from trunk there as been no or few text changes in this branch and I need them to create XO bundles svn path=/branches/gcomprixo/; revision=3033 po/ar.po | 861 ++++---- po/bg.po | 798 ++++---- po/ca.po | 1581 +++++---------- po/da.po | 1685 +++++++++------- po/de.po | 829 ++++---- po/el.po | 882 ++++---- po/en_CA.po | 2286 ++++++++++++++------- po/es.po | 1537 ++++++++------ po/eu.po | 1954 +++++++++++------- po/fi.po | 1434 +++++++------ po/fr.po | 1027 +++++----- po/it.po | 1009 +++++---- po/nl.po | 661 ++++--- po/nn.po | 218 ++- po/oc.po | 27 +- po/pt.po | 484 +++-- po/pt_BR.po | 4 +- po/sr.po | 451 ++-- po/sr@Latn.po | 451 ++-- po/sv.po | 1949 +++++++++--------- po/vi.po | 2190 ++++++++++++-------- po/zh_CN.po | 6546 ++++++++++++++++++++++++++++++++++++++++----------------- 22 files changed, 16948 insertions(+), 11916 deletions(-) commit 7584056f36d77679ffb13f8d6f09be9c5d81b662 Author: Bruno Coudoin Date: Sat Sep 22 20:00:35 2007 +0000 Fixed the bundleit script to work again with the last changes in runit.sh svn path=/branches/gcomprixo/; revision=3032 src/bundleit.sh | 52 ++++++++++++++++--------------------- src/gcompris-instance | 2 +- src/gcompris/gcompris.c | 26 +++++++++++-------- src/traffic-activity/Makefile.am | 2 +- 4 files changed, 40 insertions(+), 42 deletions(-) commit 06d8732587f18d7307362ac9f067faa0731bc511 Author: Bruno Coudoin Date: Sat Sep 22 00:24:45 2007 +0000 fixed missing section in the init_path and runit scripts svn path=/branches/gcomprixo/; revision=3029 src/administration-activity/gcompris.bin | 1 - src/administration-activity/init_path.sh | 3 +++ src/advanced_colors-activity/gcompris.bin | 1 - src/advanced_colors-activity/init_path.sh | 1 + src/algebra_by-activity/gcompris.bin | 1 - src/algebra_by-activity/init_path.sh | 1 + src/algebra_guesscount-activity/gcompris.bin | 1 - src/algebra_guesscount-activity/init_path.sh | 1 + src/algebra_minus-activity/gcompris.bin | 1 - src/algebra_minus-activity/init_path.sh | 1 + src/algebra_plus-activity/gcompris.bin | 1 - src/algebra_plus-activity/init_path.sh | 1 + src/algorithm-activity/gcompris.bin | 1 - src/algorithm-activity/init_path.sh | 1 + src/anim-activity/gcompris.bin | 1 - src/anim-activity/init_path.sh | 1 + src/awele-activity/gcompris.bin | 1 - src/awele-activity/init_path.sh | 1 + src/babymatch-activity/gcompris.bin | 1 - src/babymatch-activity/init_path.sh | 1 + src/babyshapes-activity/gcompris.bin | 1 - src/babyshapes-activity/init_path.sh | 1 + src/ballcatch-activity/gcompris.bin | 1 - src/ballcatch-activity/init_path.sh | 1 + src/bargame-activity/gcompris.bin | 1 - src/bargame-activity/init_path.sh | 1 + src/billard-activity/gcompris.bin | 1 - src/billard-activity/init_path.sh | 1 + src/canal_lock-activity/gcompris.bin | 1 - src/canal_lock-activity/init_path.sh | 1 + src/chat-activity/gcompris.bin | 1 - src/chat-activity/init_path.sh | 1 + src/chess_computer-activity/gcompris.bin | 1 - src/chess_computer-activity/init_path.sh | 1 + src/chess_movelearn-activity/gcompris.bin | 1 - src/chess_movelearn-activity/init_path.sh | 1 + src/chess_partyend-activity/gcompris.bin | 1 - src/chess_partyend-activity/init_path.sh | 1 + src/chronos-activity/gcompris.bin | 1 - src/chronos-activity/init_path.sh | 1 + src/click_on_letter-activity/gcompris.bin | 1 - src/click_on_letter-activity/init_path.sh | 1 + src/clickanddraw-activity/gcompris.bin | 1 - src/clickanddraw-activity/init_path.sh | 1 + src/clickgame-activity/gcompris.bin | 1 - src/clickgame-activity/init_path.sh | 1 + src/clockgame-activity/gcompris.bin | 1 - src/clockgame-activity/init_path.sh | 1 + src/colors-activity/gcompris.bin | 1 - src/colors-activity/init_path.sh | 1 + src/connect4-2players-activity/gcompris.bin | 1 - src/connect4-2players-activity/init_path.sh | 1 + src/connect4-activity/gcompris.bin | 1 - src/connect4-activity/init_path.sh | 1 + src/crane-activity/init_path.sh | 1 + src/doubleentry-activity/gcompris.bin | 1 - src/doubleentry-activity/init_path.sh | 1 + src/draw-activity/gcompris.bin | 1 - src/draw-activity/init_path.sh | 1 + src/drawnumber-activity/gcompris.bin | 1 - src/drawnumber-activity/init_path.sh | 1 + src/electric-activity/gcompris.bin | 1 - src/electric-activity/init_path.sh | 1 + src/enumerate-activity/gcompris.bin | 1 - src/enumerate-activity/init_path.sh | 1 + src/erase-activity/gcompris.bin | 1 - src/erase-activity/init_path.sh | 1 + src/erase_clic-activity/gcompris.bin | 1 - src/erase_clic-activity/init_path.sh | 1 + src/fifteen-activity/gcompris.bin | 1 - src/fifteen-activity/init_path.sh | 1 + src/followline-activity/gcompris.bin | 1 - src/followline-activity/init_path.sh | 1 + src/gcompris/file_selector.c | 3 ++- src/gcompris/gcompris.c | 4 ++-- src/geography-activity/gcompris.bin | 1 - src/geography-activity/init_path.sh | 1 + src/geography_country-activity/gcompris.bin | 1 - src/geography_country-activity/init_path.sh | 1 + src/gletters-activity/gcompris.bin | 1 - src/gletters-activity/init_path.sh | 1 + src/gnumch-equality-activity/gcompris.bin | 1 - src/gnumch-equality-activity/init_path.sh | 1 + src/gnumch-factors-activity/gcompris.bin | 1 - src/gnumch-factors-activity/init_path.sh | 1 + src/gnumch-inequality-activity/gcompris.bin | 1 - src/gnumch-inequality-activity/init_path.sh | 1 + src/gnumch-multiples-activity/gcompris.bin | 1 - src/gnumch-multiples-activity/init_path.sh | 1 + src/gnumch-primes-activity/gcompris.bin | 1 - src/gnumch-primes-activity/init_path.sh | 1 + src/guessnumber-activity/gcompris.bin | 1 - src/guessnumber-activity/init_path.sh | 1 + src/hanoi-activity/gcompris.bin | 1 - src/hanoi-activity/init_path.sh | 1 + src/hanoi_real-activity/gcompris.bin | 1 - src/hanoi_real-activity/init_path.sh | 1 + src/hexagon-activity/gcompris.bin | 1 - src/hexagon-activity/init_path.sh | 1 + src/imageid-activity/gcompris.bin | 1 - src/imageid-activity/init_path.sh | 1 + src/imagename-activity/gcompris.bin | 1 - src/imagename-activity/init_path.sh | 1 + src/leftright-activity/gcompris.bin | 1 - src/leftright-activity/init_path.sh | 1 + src/login-activity/gcompris.bin | 1 - src/login-activity/init_path.sh | 1 + src/magic_hat_minus-activity/gcompris.bin | 1 - src/magic_hat_minus-activity/init_path.sh | 1 + src/magic_hat_plus-activity/gcompris.bin | 1 - src/magic_hat_plus-activity/init_path.sh | 1 + src/maze-activity/gcompris.bin | 1 - src/maze-activity/init_path.sh | 1 + src/maze2DRelative-activity/gcompris.bin | 1 - src/maze2DRelative-activity/init_path.sh | 1 + src/maze3D-activity/gcompris.bin | 1 - src/maze3D-activity/init_path.sh | 1 + src/mazeInvisible-activity/gcompris.bin | 1 - src/mazeInvisible-activity/init_path.sh | 1 + src/melody-activity/gcompris.bin | 1 - src/melody-activity/init_path.sh | 1 + src/memory-activity/gcompris.bin | 1 - src/memory-activity/init_path.sh | 1 + src/memory_add-activity/gcompris.bin | 1 - src/memory_add-activity/init_path.sh | 1 + src/memory_add_minus-activity/gcompris.bin | 1 - src/memory_add_minus-activity/init_path.sh | 1 + .../gcompris.bin | 1 - .../init_path.sh | 1 + .../gcompris.bin | 1 - .../init_path.sh | 1 + src/memory_add_minus_tux-activity/gcompris.bin | 1 - src/memory_add_minus_tux-activity/init_path.sh | 1 + src/memory_add_tux-activity/gcompris.bin | 1 - src/memory_add_tux-activity/init_path.sh | 1 + src/memory_div-activity/gcompris.bin | 1 - src/memory_div-activity/init_path.sh | 1 + src/memory_div_tux-activity/gcompris.bin | 1 - src/memory_div_tux-activity/init_path.sh | 1 + src/memory_minus-activity/gcompris.bin | 1 - src/memory_minus-activity/init_path.sh | 1 + src/memory_minus_tux-activity/gcompris.bin | 1 - src/memory_minus_tux-activity/init_path.sh | 1 + src/memory_mult-activity/gcompris.bin | 1 - src/memory_mult-activity/init_path.sh | 1 + src/memory_mult_div-activity/gcompris.bin | 1 - src/memory_mult_div-activity/init_path.sh | 1 + src/memory_mult_div_tux-activity/gcompris.bin | 1 - src/memory_mult_div_tux-activity/init_path.sh | 1 + src/memory_mult_tux-activity/gcompris.bin | 1 - src/memory_mult_tux-activity/init_path.sh | 1 + src/memory_sound-activity/gcompris.bin | 1 - src/memory_sound-activity/init_path.sh | 1 + src/memory_sound_tux-activity/gcompris.bin | 1 - src/memory_sound_tux-activity/init_path.sh | 1 + src/memory_tux-activity/gcompris.bin | 1 - src/memory_tux-activity/init_path.sh | 1 + src/missing_letter-activity/gcompris.bin | 1 - src/missing_letter-activity/init_path.sh | 1 + src/money-activity/gcompris.bin | 1 - src/money-activity/init_path.sh | 1 + src/money_cents-activity/gcompris.bin | 1 - src/money_cents-activity/init_path.sh | 1 + src/mosaic-activity/gcompris.bin | 1 - src/mosaic-activity/init_path.sh | 1 + src/paintings-activity/gcompris.bin | 1 - src/paintings-activity/init_path.sh | 1 + src/paratrooper-activity/gcompris.bin | 1 - src/paratrooper-activity/init_path.sh | 1 + src/planegame-activity/gcompris.bin | 1 - src/planegame-activity/init_path.sh | 1 + src/pythontemplate-activity/gcompris.bin | 1 - src/pythontemplate-activity/init_path.sh | 1 + src/pythontest-activity/gcompris.bin | 1 - src/pythontest-activity/init_path.sh | 1 + src/railroad-activity/gcompris.bin | 1 - src/railroad-activity/init_path.sh | 1 + src/read_colors-activity/gcompris.bin | 1 - src/read_colors-activity/init_path.sh | 1 + src/readingh-activity/gcompris.bin | 1 - src/readingh-activity/init_path.sh | 1 + src/readingv-activity/gcompris.bin | 1 - src/readingv-activity/init_path.sh | 1 + src/redraw-activity/gcompris.bin | 1 - src/redraw-activity/init_path.sh | 1 + src/redraw_symmetrical-activity/gcompris.bin | 1 - src/redraw_symmetrical-activity/init_path.sh | 1 + src/reversecount-activity/gcompris.bin | 1 - src/reversecount-activity/init_path.sh | 1 + src/runit.sh | 2 +- src/scalesboard-activity/gcompris.bin | 1 - src/scalesboard-activity/init_path.sh | 1 + src/searace-activity/gcompris.bin | 1 - src/searace-activity/init_path.sh | 1 + src/searace1player-activity/gcompris.bin | 1 - src/searace1player-activity/init_path.sh | 1 + src/smallnumbers-activity/gcompris.bin | 1 - src/smallnumbers-activity/init_path.sh | 1 + src/smallnumbers2-activity/gcompris.bin | 1 - src/smallnumbers2-activity/init_path.sh | 1 + src/submarine-activity/gcompris.bin | 1 - src/submarine-activity/init_path.sh | 1 + src/sudoku-activity/gcompris.bin | 1 - src/sudoku-activity/init_path.sh | 1 + src/superbrain-activity/gcompris.bin | 1 - src/superbrain-activity/init_path.sh | 1 + src/tangram-activity/gcompris.bin | 1 - src/tangram-activity/init_path.sh | 1 + src/target-activity/gcompris.bin | 1 - src/target-activity/init_path.sh | 1 + src/traffic-activity/gcompris.bin | 1 - src/traffic-activity/init_path.sh | 1 + src/tuxpaint-activity/gcompris.bin | 1 - src/tuxpaint-activity/init_path.sh | 1 + src/watercycle-activity/gcompris.bin | 1 - src/watercycle-activity/init_path.sh | 1 + src/wordprocessor-activity/gcompris.bin | 1 - src/wordprocessor-activity/init_path.sh | 1 + src/wordsgame-activity/gcompris.bin | 1 - src/wordsgame-activity/init_path.sh | 1 + .../gcompris.bin | 1 - .../init_path.sh | 1 + .../gcompris.bin | 1 - .../init_path.sh | 1 + .../gcompris.bin | 1 - .../init_path.sh | 1 + .../gcompris.bin | 1 - .../init_path.sh | 1 + 228 files changed, 120 insertions(+), 116 deletions(-) commit 857ca4914a5bd3d9da4ad8ca796b15df329f7bb2 Author: Bruno Coudoin Date: Fri Sep 21 23:44:45 2007 +0000 Fixed undefined reference to gnome_canvas_polygon_get_type still don't understand the issue, dirty hack. svn path=/branches/gcomprixo/; revision=3028 src/gcompris/gcompris.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 6b7d163e3aea4144549bb5756e789d11e02b4a18 Author: Bruno Coudoin Date: Fri Sep 21 23:13:12 2007 +0000 cleanup these files are no more needed svn path=/branches/gcomprixo/; revision=3027 src/clockgame-activity/runit.sh | 16 ------------- src/colors-activity/runit.sh | 16 ------------- src/connect4-2players-activity/runit.sh | 24 -------------------- src/connect4-activity/runit.sh | 16 ------------- src/doubleentry-activity/runit.sh | 17 -------------- src/draw-activity/runit.sh | 16 ------------- src/drawnumber-activity/runit.sh | 16 ------------- src/electric-activity/runit.sh | 16 ------------- src/enumerate-activity/runit.sh | 16 ------------- src/erase-activity/runit.sh | 16 ------------- src/erase_clic-activity/runit.sh | 17 -------------- src/fifteen-activity/runit.sh | 16 ------------- src/followline-activity/runit.sh | 16 ------------- src/geography-activity/runit.sh | 17 -------------- src/geography_country-activity/runit.sh | 17 -------------- src/gletters-activity/runit.sh | 16 ------------- src/gnumch-equality-activity/runit.sh | 16 ------------- src/gnumch-factors-activity/runit.sh | 17 -------------- src/gnumch-inequality-activity/runit.sh | 17 -------------- src/gnumch-multiples-activity/runit.sh | 17 -------------- src/gnumch-primes-activity/runit.sh | 17 -------------- src/guessnumber-activity/runit.sh | 16 ------------- src/hanoi-activity/runit.sh | 16 ------------- src/hanoi_real-activity/runit.sh | 16 ------------- src/hexagon-activity/runit.sh | 16 ------------- src/imageid-activity/runit.sh | 16 ------------- src/imagename-activity/runit.sh | 17 -------------- src/leftright-activity/runit.sh | 16 ------------- src/login-activity/runit.sh | 16 ------------- src/magic_hat_minus-activity/runit.sh | 17 -------------- src/magic_hat_plus-activity/runit.sh | 17 -------------- src/maze-activity/runit.sh | 16 ------------- src/maze2DRelative-activity/runit.sh | 17 -------------- src/maze3D-activity/runit.sh | 17 -------------- src/mazeInvisible-activity/runit.sh | 17 -------------- src/melody-activity/runit.sh | 16 ------------- src/memory-activity/runit.sh | 16 ------------- src/memory_add-activity/runit.sh | 17 -------------- src/memory_add_minus-activity/runit.sh | 17 -------------- src/memory_add_minus_mult_div-activity/runit.sh | 17 -------------- .../runit.sh | 17 -------------- src/memory_add_minus_tux-activity/runit.sh | 17 -------------- src/memory_add_tux-activity/runit.sh | 17 -------------- src/memory_div-activity/runit.sh | 17 -------------- src/memory_div_tux-activity/runit.sh | 17 -------------- src/memory_minus-activity/runit.sh | 17 -------------- src/memory_minus_tux-activity/runit.sh | 17 -------------- src/memory_mult-activity/runit.sh | 17 -------------- src/memory_mult_div-activity/runit.sh | 17 -------------- src/memory_mult_div_tux-activity/runit.sh | 17 -------------- src/memory_mult_tux-activity/runit.sh | 17 -------------- src/memory_sound-activity/runit.sh | 17 -------------- src/memory_sound_tux-activity/runit.sh | 17 -------------- src/memory_tux-activity/runit.sh | 17 -------------- src/missing_letter-activity/runit.sh | 17 -------------- src/money-activity/runit.sh | 16 ------------- src/money_cents-activity/runit.sh | 17 -------------- src/mosaic-activity/runit.sh | 16 ------------- src/paintings-activity/runit.sh | 17 -------------- src/paratrooper-activity/runit.sh | 16 ------------- src/planegame-activity/runit.sh | 16 ------------- src/pythontemplate-activity/runit.sh | 16 ------------- src/pythontest-activity/runit.sh | 16 ------------- src/railroad-activity/runit.sh | 16 ------------- src/read_colors-activity/runit.sh | 16 ------------- src/readingh-activity/runit.sh | 17 -------------- src/readingv-activity/runit.sh | 17 -------------- src/redraw-activity/runit.sh | 16 ------------- src/redraw_symmetrical-activity/runit.sh | 16 ------------- src/reversecount-activity/runit.sh | 16 ------------- src/scalesboard-activity/runit.sh | 17 -------------- src/searace-activity/runit.sh | 16 ------------- src/searace1player-activity/runit.sh | 17 -------------- src/smallnumbers-activity/runit.sh | 16 ------------- src/smallnumbers2-activity/runit.sh | 17 -------------- src/submarine-activity/runit.sh | 16 ------------- src/sudoku-activity/runit.sh | 16 ------------- src/superbrain-activity/runit.sh | 16 ------------- src/tangram-activity/runit.sh | 16 ------------- src/target-activity/runit.sh | 14 ----------- src/traffic-activity/runit.sh | 15 ------------ src/tuxpaint-activity/runit.sh | 16 ------------- src/watercycle-activity/runit.sh | 16 ------------- src/wordprocessor-activity/runit.sh | 16 ------------- src/wordsgame-activity/runit.sh | 16 ------------- src/writing_tutor_image_match-activity/runit.sh | 16 ------------- src/writing_tutor_missing_match-activity/runit.sh | 16 ------------- src/writing_tutor_pattern_admin-activity/runit.sh | 16 ------------- src/writing_tutor_template_match-activity/runit.sh | 16 ------------- 89 files changed, 0 insertions(+), 1468 deletions(-) commit 340f5a88675e4d64df7906d41c8b6ff07b8015cd Author: Bruno Coudoin Date: Fri Sep 21 22:53:53 2007 +0000 Simplfied single activity startup sequence. Now runit.sh is only in src/ and each activity just provides an init_path.sh file that set the path properly. svn path=/branches/gcomprixo/; revision=3026 src/administration-activity/init_path.sh | 7 +++++++ src/administration-activity/runit.sh | 16 ---------------- src/advanced_colors-activity/init_path.sh | 7 +++++++ src/advanced_colors-activity/runit.sh | 16 ---------------- src/algebra_by-activity/init_path.sh | 7 +++++++ src/algebra_by-activity/runit.sh | 17 ----------------- src/algebra_guesscount-activity/init_path.sh | 7 +++++++ src/algebra_guesscount-activity/runit.sh | 16 ---------------- src/algebra_minus-activity/init_path.sh | 7 +++++++ src/algebra_minus-activity/runit.sh | 17 ----------------- src/algebra_plus-activity/init_path.sh | 7 +++++++ src/algebra_plus-activity/runit.sh | 17 ----------------- src/algorithm-activity/init_path.sh | 7 +++++++ src/algorithm-activity/runit.sh | 16 ---------------- src/anim-activity/init_path.sh | 7 +++++++ src/anim-activity/runit.sh | 16 ---------------- src/awele-activity/init_path.sh | 7 +++++++ src/awele-activity/runit.sh | 16 ---------------- src/babymatch-activity/init_path.sh | 7 +++++++ src/babymatch-activity/runit.sh | 17 ----------------- src/babyshapes-activity/init_path.sh | 7 +++++++ src/babyshapes-activity/runit.sh | 17 ----------------- src/ballcatch-activity/init_path.sh | 7 +++++++ src/ballcatch-activity/runit.sh | 16 ---------------- src/bargame-activity/init_path.sh | 7 +++++++ src/bargame-activity/runit.sh | 16 ---------------- src/billard-activity/init_path.sh | 7 +++++++ src/billard-activity/runit.sh | 16 ---------------- src/boards/Makefile.am | 1 + src/canal_lock-activity/init_path.sh | 7 +++++++ src/canal_lock-activity/runit.sh | 16 ---------------- src/chat-activity/init_path.sh | 7 +++++++ src/chat-activity/runit.sh | 16 ---------------- src/chess_computer-activity/init_path.sh | 7 +++++++ src/chess_computer-activity/runit.sh | 17 ----------------- src/chess_movelearn-activity/init_path.sh | 7 +++++++ src/chess_movelearn-activity/runit.sh | 17 ----------------- src/chess_partyend-activity/init_path.sh | 7 +++++++ src/chess_partyend-activity/runit.sh | 17 ----------------- src/chronos-activity/init_path.sh | 7 +++++++ src/chronos-activity/runit.sh | 17 ----------------- src/click_on_letter-activity/init_path.sh | 7 +++++++ src/click_on_letter-activity/runit.sh | 16 ---------------- src/clickanddraw-activity/init_path.sh | 7 +++++++ src/clickanddraw-activity/runit.sh | 17 ----------------- src/clickgame-activity/init_path.sh | 7 +++++++ src/clickgame-activity/runit.sh | 16 ---------------- src/clockgame-activity/init_path.sh | 7 +++++++ src/colors-activity/init_path.sh | 7 +++++++ src/connect4-2players-activity/init_path.sh | 8 ++++++++ src/connect4-activity/init_path.sh | 7 +++++++ src/crane-activity/init_path.sh | 3 --- src/doubleentry-activity/init_path.sh | 7 +++++++ src/draw-activity/init_path.sh | 7 +++++++ src/drawnumber-activity/init_path.sh | 7 +++++++ src/electric-activity/init_path.sh | 7 +++++++ src/enumerate-activity/init_path.sh | 7 +++++++ src/erase-activity/init_path.sh | 7 +++++++ src/erase_clic-activity/init_path.sh | 7 +++++++ src/fifteen-activity/init_path.sh | 7 +++++++ src/followline-activity/init_path.sh | 7 +++++++ src/gcompris/gcompris.c | 7 ++++--- src/geography-activity/init_path.sh | 7 +++++++ src/geography_country-activity/init_path.sh | 7 +++++++ src/gletters-activity/init_path.sh | 7 +++++++ src/gnumch-equality-activity/init_path.sh | 7 +++++++ src/gnumch-factors-activity/init_path.sh | 8 ++++++++ src/gnumch-inequality-activity/init_path.sh | 7 +++++++ src/gnumch-multiples-activity/init_path.sh | 8 ++++++++ src/gnumch-primes-activity/init_path.sh | 7 +++++++ src/guessnumber-activity/init_path.sh | 7 +++++++ src/hanoi-activity/init_path.sh | 7 +++++++ src/hanoi_real-activity/init_path.sh | 7 +++++++ src/hexagon-activity/init_path.sh | 7 +++++++ src/imageid-activity/init_path.sh | 7 +++++++ src/imagename-activity/init_path.sh | 7 +++++++ src/leftright-activity/init_path.sh | 7 +++++++ src/login-activity/init_path.sh | 7 +++++++ src/magic_hat_minus-activity/init_path.sh | 7 +++++++ src/magic_hat_plus-activity/init_path.sh | 7 +++++++ src/maze-activity/init_path.sh | 7 +++++++ src/maze2DRelative-activity/init_path.sh | 7 +++++++ src/maze3D-activity/init_path.sh | 7 +++++++ src/mazeInvisible-activity/init_path.sh | 7 +++++++ src/melody-activity/init_path.sh | 7 +++++++ src/memory-activity/init_path.sh | 7 +++++++ src/memory_add-activity/init_path.sh | 7 +++++++ src/memory_add_minus-activity/init_path.sh | 7 +++++++ .../init_path.sh | 7 +++++++ .../init_path.sh | 7 +++++++ src/memory_add_minus_tux-activity/init_path.sh | 7 +++++++ src/memory_add_tux-activity/init_path.sh | 7 +++++++ src/memory_div-activity/init_path.sh | 7 +++++++ src/memory_div_tux-activity/init_path.sh | 7 +++++++ src/memory_minus-activity/init_path.sh | 7 +++++++ src/memory_minus_tux-activity/init_path.sh | 7 +++++++ src/memory_mult-activity/init_path.sh | 7 +++++++ src/memory_mult_div-activity/init_path.sh | 7 +++++++ src/memory_mult_div_tux-activity/init_path.sh | 7 +++++++ src/memory_mult_tux-activity/init_path.sh | 7 +++++++ src/memory_sound-activity/init_path.sh | 7 +++++++ src/memory_sound_tux-activity/init_path.sh | 7 +++++++ src/memory_tux-activity/init_path.sh | 7 +++++++ src/missing_letter-activity/init_path.sh | 7 +++++++ src/money-activity/init_path.sh | 7 +++++++ src/money_cents-activity/init_path.sh | 7 +++++++ src/mosaic-activity/init_path.sh | 7 +++++++ src/paintings-activity/init_path.sh | 7 +++++++ src/paratrooper-activity/init_path.sh | 7 +++++++ src/planegame-activity/init_path.sh | 7 +++++++ src/pythontemplate-activity/init_path.sh | 7 +++++++ src/pythontest-activity/init_path.sh | 7 +++++++ src/railroad-activity/init_path.sh | 7 +++++++ src/read_colors-activity/init_path.sh | 7 +++++++ src/readingh-activity/init_path.sh | 7 +++++++ src/readingv-activity/init_path.sh | 7 +++++++ src/redraw-activity/init_path.sh | 7 +++++++ src/redraw_symmetrical-activity/init_path.sh | 7 +++++++ src/reversecount-activity/init_path.sh | 7 +++++++ src/runit.sh | 4 +++- src/scalesboard-activity/init_path.sh | 7 +++++++ src/searace-activity/init_path.sh | 7 +++++++ src/searace1player-activity/init_path.sh | 7 +++++++ src/smallnumbers-activity/init_path.sh | 7 +++++++ src/smallnumbers2-activity/init_path.sh | 7 +++++++ src/submarine-activity/init_path.sh | 7 +++++++ src/sudoku-activity/init_path.sh | 7 +++++++ src/superbrain-activity/init_path.sh | 7 +++++++ src/tangram-activity/init_path.sh | 7 +++++++ src/target-activity/init_path.sh | 7 +++++++ src/traffic-activity/init_path.sh | 7 +++++++ src/tuxpaint-activity/init_path.sh | 7 +++++++ src/watercycle-activity/init_path.sh | 7 +++++++ src/wordprocessor-activity/init_path.sh | 7 +++++++ src/wordsgame-activity/init_path.sh | 7 +++++++ .../init_path.sh | 7 +++++++ .../init_path.sh | 7 +++++++ .../init_path.sh | 7 +++++++ .../init_path.sh | 7 +++++++ 139 files changed, 795 insertions(+), 385 deletions(-) commit 0b3f881d29e12159ac5ac61f1abc33d57bc7bffa Author: Bruno Coudoin Date: Fri Sep 21 21:38:15 2007 +0000 removed support for points in the xml, it was not used anyway. svn path=/branches/gcomprixo/; revision=3025 src/babymatch-activity/shapegame.c | 97 ++++++++++-------------------------- 1 files changed, 26 insertions(+), 71 deletions(-) commit b8c50b64a267885d3389c6da1093448f0e116ac4 Author: Bruno Coudoin Date: Thu Sep 20 21:51:27 2007 +0000 First release of an improved generic runit.sh script. Now each activity contains a simpler script init_path.sh that contains the various path it requires. The generic runit.sh source the init_path and then run gcompris with these values. There is no more need for a runit.sh in each activity and a gcompris.bin. svn path=/branches/gcomprixo/; revision=3024 src/bundleit.sh | 1 + src/crane-activity/gcompris.bin | 1 - src/crane-activity/init_path.sh | 10 ++++++++++ src/crane-activity/runit.sh | 16 ---------------- src/runit.sh | 30 ++++++++++++++++++++++++++++++ 5 files changed, 41 insertions(+), 17 deletions(-) commit 8b7ab41ccdda1086df1e2dedccf7cc3cefa1fc40 Author: Bruno Coudoin Date: Thu Sep 20 21:48:50 2007 +0000 typo svn path=/branches/gcomprixo/; revision=3023 tools/gcompris_shapegame.py | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 02ea1c113d3fc86884f58c421dbcaf6de49fc621 Author: Bruno Coudoin Date: Sun Sep 16 22:08:40 2007 +0000 improved bundleit, - fixed mandatory sound check and import, now added a improved bundleit, - fixed mandatory sound check and import, now added a token mandatory_sound_dir in the menu file for that. - now manage activities with external resources (uncomplete, the runit.sh file is not adapted for having changing places for resources. - now manage activities with external plugins (not python) Now acivities that does point to an other activity resources must not have the resources directory. svn path=/branches/gcomprixo/; revision=3021 src/administration-activity/runit.sh | 3 +- src/advanced_colors-activity/runit.sh | 3 +- src/algebra_by-activity/runit.sh | 3 +- src/algebra_guesscount-activity/runit.sh | 3 +- src/algebra_minus-activity/resources/skins | 1 - src/algebra_minus-activity/runit.sh | 3 +- src/algebra_plus-activity/resources/skins | 1 - src/algebra_plus-activity/runit.sh | 3 +- src/algorithm-activity/runit.sh | 3 +- src/anim-activity/runit.sh | 3 +- src/awele-activity/runit.sh | 3 +- src/babymatch-activity/runit.sh | 3 +- src/babyshapes-activity/runit.sh | 3 +- src/ballcatch-activity/runit.sh | 3 +- src/bargame-activity/runit.sh | 3 +- src/billard-activity/runit.sh | 3 +- src/bundleit.sh | 46 ++++++++++++++----- src/canal_lock-activity/runit.sh | 3 +- src/chat-activity/runit.sh | 3 +- src/chess_computer-activity/runit.sh | 3 +- src/chess_movelearn-activity/resources/skins | 1 - src/chess_movelearn-activity/runit.sh | 3 +- src/chess_partyend-activity/resources/skins | 1 - src/chess_partyend-activity/runit.sh | 3 +- src/chronos-activity/runit.sh | 3 +- .../click_on_letter.xml.in | 1 + src/click_on_letter-activity/runit.sh | 3 +- src/clickanddraw-activity/resources/skins | 1 - src/clickanddraw-activity/runit.sh | 3 +- src/clickgame-activity/runit.sh | 3 +- src/clockgame-activity/runit.sh | 3 +- src/colors-activity/runit.sh | 3 +- src/connect4-2players-activity/resources/skins | 1 - src/connect4-2players-activity/runit.sh | 3 +- src/connect4-activity/runit.sh | 3 +- src/crane-activity/runit.sh | 3 +- src/doubleentry-activity/runit.sh | 3 +- src/draw-activity/runit.sh | 3 +- src/drawnumber-activity/runit.sh | 3 +- src/electric-activity/runit.sh | 3 +- src/enumerate-activity/runit.sh | 3 +- src/erase-activity/runit.sh | 3 +- src/erase_clic-activity/resources/skins | 1 - src/erase_clic-activity/runit.sh | 3 +- src/fifteen-activity/runit.sh | 3 +- src/followline-activity/runit.sh | 3 +- src/geography-activity/geography.xml.in | 1 + src/geography-activity/runit.sh | 3 +- .../geography_country.xml.in | 1 + src/geography_country-activity/runit.sh | 3 +- src/gletters-activity/runit.sh | 3 +- src/gnumch-equality-activity/runit.sh | 3 +- src/gnumch-factors-activity/resources/skins | 1 - src/gnumch-factors-activity/runit.sh | 3 +- src/gnumch-inequality-activity/resources/skins | 1 - src/gnumch-inequality-activity/runit.sh | 3 +- src/gnumch-multiples-activity/resources/skins | 1 - src/gnumch-multiples-activity/runit.sh | 3 +- src/gnumch-primes-activity/resources/skins | 1 - src/gnumch-primes-activity/runit.sh | 3 +- src/guessnumber-activity/runit.sh | 3 +- src/hanoi-activity/runit.sh | 3 +- src/hanoi_real-activity/runit.sh | 3 +- src/hexagon-activity/runit.sh | 3 +- src/imageid-activity/runit.sh | 3 +- src/imagename-activity/runit.sh | 3 +- src/leftright-activity/runit.sh | 3 +- src/login-activity/runit.sh | 3 +- src/magic_hat_minus-activity/runit.sh | 3 +- src/magic_hat_plus-activity/resources/skins | 1 - src/magic_hat_plus-activity/runit.sh | 3 +- src/maze-activity/runit.sh | 3 +- src/maze2DRelative-activity/resources/skins | 1 - src/maze2DRelative-activity/runit.sh | 3 +- src/mazeInvisible-activity/resources/skins | 1 - src/mazeInvisible-activity/runit.sh | 3 +- src/melody-activity/runit.sh | 3 +- src/memory-activity/runit.sh | 3 +- src/memory_add-activity/resources/skins | 1 - src/memory_add-activity/runit.sh | 3 +- src/memory_add_minus-activity/resources/skins | 1 - src/memory_add_minus-activity/runit.sh | 3 +- .../resources/skins | 1 - src/memory_add_minus_mult_div-activity/runit.sh | 3 +- .../resources/skins | 1 - .../runit.sh | 3 +- src/memory_add_minus_tux-activity/resources/skins | 1 - src/memory_add_minus_tux-activity/runit.sh | 3 +- src/memory_add_tux-activity/resources/skins | 1 - src/memory_add_tux-activity/runit.sh | 3 +- src/memory_div-activity/resources/skins | 1 - src/memory_div-activity/runit.sh | 3 +- src/memory_div_tux-activity/resources/skins | 1 - src/memory_div_tux-activity/runit.sh | 3 +- src/memory_minus-activity/resources/skins | 1 - src/memory_minus-activity/runit.sh | 3 +- src/memory_minus_tux-activity/resources/skins | 1 - src/memory_minus_tux-activity/runit.sh | 3 +- src/memory_mult-activity/resources/skins | 1 - src/memory_mult-activity/runit.sh | 3 +- src/memory_mult_div-activity/resources/skins | 1 - src/memory_mult_div-activity/runit.sh | 3 +- src/memory_mult_div_tux-activity/resources/skins | 1 - src/memory_mult_div_tux-activity/runit.sh | 3 +- src/memory_mult_tux-activity/resources/skins | 1 - src/memory_mult_tux-activity/runit.sh | 3 +- src/memory_sound-activity/resources/skins | 1 - src/memory_sound-activity/runit.sh | 3 +- src/memory_sound_tux-activity/resources/skins | 1 - src/memory_sound_tux-activity/runit.sh | 3 +- src/memory_tux-activity/resources/skins | 1 - src/memory_tux-activity/runit.sh | 3 +- src/missing_letter-activity/runit.sh | 3 +- src/money-activity/runit.sh | 3 +- src/money_cents-activity/resources/skins | 1 - src/money_cents-activity/runit.sh | 3 +- src/mosaic-activity/runit.sh | 3 +- src/paintings-activity/runit.sh | 3 +- src/paratrooper-activity/runit.sh | 3 +- src/planegame-activity/runit.sh | 3 +- src/pythontemplate-activity/runit.sh | 3 +- src/pythontest-activity/runit.sh | 3 +- src/railroad-activity/runit.sh | 3 +- src/read_colors-activity/runit.sh | 3 +- src/readingh-activity/runit.sh | 3 +- src/readingv-activity/resources/skins | 1 - src/readingv-activity/runit.sh | 3 +- src/redraw-activity/runit.sh | 3 +- src/redraw_symmetrical-activity/runit.sh | 3 +- src/reversecount-activity/runit.sh | 3 +- src/scalesboard-activity/runit.sh | 3 +- src/searace-activity/runit.sh | 3 +- src/searace1player-activity/resources/skins | 1 - src/searace1player-activity/runit.sh | 3 +- src/smallnumbers-activity/runit.sh | 3 +- src/smallnumbers2-activity/resources/skins | 1 - src/smallnumbers2-activity/runit.sh | 3 +- src/submarine-activity/runit.sh | 3 +- src/sudoku-activity/runit.sh | 3 +- src/superbrain-activity/runit.sh | 3 +- src/tangram-activity/runit.sh | 3 +- src/target-activity/runit.sh | 3 +- src/traffic-activity/runit.sh | 3 +- src/tuxpaint-activity/runit.sh | 3 +- src/watercycle-activity/runit.sh | 3 +- src/wordprocessor-activity/runit.sh | 3 +- src/wordsgame-activity/resources/skins | 1 - src/wordsgame-activity/runit.sh | 3 +- src/writing_tutor_image_match-activity/runit.sh | 3 +- src/writing_tutor_missing_match-activity/runit.sh | 3 +- src/writing_tutor_pattern_admin-activity/runit.sh | 3 +- src/writing_tutor_template_match-activity/runit.sh | 3 +- 152 files changed, 261 insertions(+), 160 deletions(-) commit 725d62cf7b20f6d361f1df5f9dea999fea58f38a Author: Bruno Coudoin Date: Sun Sep 16 20:26:11 2007 +0000 not needed, points to another activity svn path=/branches/gcomprixo/; revision=3018 src/maze3D-activity/resources/skins | 1 - src/maze3D-activity/runit.sh | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) commit 788c69768f7c807955151472a56062af7e6a7811 Author: Bruno Coudoin Date: Sun Sep 16 10:08:13 2007 +0000 fixed svn property svn path=/branches/gcomprixo/; revision=3017 src/bundleit.sh | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 40 insertions(+), 2 deletions(-) commit 207cbb25ef10bfedb123686c9b493b1b7c2db692 Author: Bruno Coudoin Date: Fri Sep 14 21:37:05 2007 +0000 Directory reorganization. removed the subdirectory /activity in each activity it's not worth have to generate 100 makefiles for 2 files in them. svn path=/branches/gcomprixo/; revision=3014 configure.in | 113 --- src/administration-activity/Makefile.am | 23 +- src/administration-activity/activity/Makefile.am | 20 - .../activity/administration.xml.in | 18 - src/administration-activity/administration.xml.in | 18 + src/administration-activity/runit.sh | 2 +- src/advanced_colors-activity/Makefile.am | 28 +- src/advanced_colors-activity/activity/Makefile.am | 25 - .../activity/advanced_colors.svg | 154 ---- .../activity/advanced_colors.xml.in | 18 - src/advanced_colors-activity/advanced_colors.svg | 154 ++++ .../advanced_colors.xml.in | 18 + src/advanced_colors-activity/runit.sh | 2 +- src/algebra_by-activity/Makefile.am | 28 +- src/algebra_by-activity/activity/Makefile.am | 25 - src/algebra_by-activity/activity/algebra_by.svg | 265 ------ src/algebra_by-activity/activity/algebra_by.xml.in | 18 - src/algebra_by-activity/algebra_by.svg | 265 ++++++ src/algebra_by-activity/algebra_by.xml.in | 18 + src/algebra_by-activity/runit.sh | 2 +- src/algebra_guesscount-activity/Makefile.am | 28 +- .../activity/Makefile.am | 25 - .../activity/algebra_guesscount.svg | 282 ------- .../activity/algebra_guesscount.xml.in | 18 - .../algebra_guesscount.svg | 282 +++++++ .../algebra_guesscount.xml.in | 18 + src/algebra_guesscount-activity/runit.sh | 2 +- src/algebra_minus-activity/Makefile.am | 28 +- src/algebra_minus-activity/activity/Makefile.am | 25 - .../activity/algebra_minus.svg | 260 ------ .../activity/algebra_minus.xml.in | 18 - src/algebra_minus-activity/algebra_minus.svg | 260 ++++++ src/algebra_minus-activity/algebra_minus.xml.in | 18 + src/algebra_minus-activity/runit.sh | 2 +- src/algebra_plus-activity/Makefile.am | 28 +- src/algebra_plus-activity/activity/Makefile.am | 25 - .../activity/algebra_plus.svg | 265 ------ .../activity/algebra_plus.xml.in | 18 - src/algebra_plus-activity/algebra_plus.svg | 265 ++++++ src/algebra_plus-activity/algebra_plus.xml.in | 18 + src/algebra_plus-activity/runit.sh | 2 +- src/algorithm-activity/Makefile.am | 28 +- src/algorithm-activity/activity/Makefile.am | 25 - src/algorithm-activity/activity/algorithm.svg | 422 ---------- src/algorithm-activity/activity/algorithm.xml.in | 17 - src/algorithm-activity/algorithm.svg | 422 ++++++++++ src/algorithm-activity/algorithm.xml.in | 17 + src/algorithm-activity/runit.sh | 2 +- src/anim-activity/Makefile.am | 28 +- src/anim-activity/activity/Makefile.am | 25 - src/anim-activity/activity/anim.svg | 469 ----------- src/anim-activity/activity/anim.xml.in | 18 - src/anim-activity/anim.svg | 469 +++++++++++ src/anim-activity/anim.xml.in | 18 + src/anim-activity/runit.sh | 2 +- src/awele-activity/Makefile.am | 28 +- src/awele-activity/activity/Makefile.am | 25 - src/awele-activity/activity/awele.svg | 199 ----- src/awele-activity/activity/awele.xml.in | 18 - src/awele-activity/awele.svg | 199 +++++ src/awele-activity/awele.xml.in | 18 + src/awele-activity/runit.sh | 2 +- src/babymatch-activity/Makefile.am | 28 +- src/babymatch-activity/activity/Makefile.am | 25 - src/babymatch-activity/activity/babymatch.svg | 117 --- src/babymatch-activity/activity/babymatch.xml.in | 17 - src/babymatch-activity/babymatch.svg | 117 +++ src/babymatch-activity/babymatch.xml.in | 17 + src/babymatch-activity/runit.sh | 2 +- src/babyshapes-activity/Makefile.am | 28 +- src/babyshapes-activity/activity/Makefile.am | 25 - src/babyshapes-activity/activity/babyshapes.svg | 155 ---- src/babyshapes-activity/activity/babyshapes.xml.in | 17 - src/babyshapes-activity/babyshapes.svg | 155 ++++ src/babyshapes-activity/babyshapes.xml.in | 17 + src/babyshapes-activity/runit.sh | 2 +- src/ballcatch-activity/Makefile.am | 28 +- src/ballcatch-activity/activity/Makefile.am | 25 - src/ballcatch-activity/activity/ballcatch.svg | 174 ---- src/ballcatch-activity/activity/ballcatch.xml.in | 19 - src/ballcatch-activity/ballcatch.svg | 174 ++++ src/ballcatch-activity/ballcatch.xml.in | 19 + src/ballcatch-activity/runit.sh | 2 +- src/bargame-activity/Makefile.am | 28 +- src/bargame-activity/activity/Makefile.am | 25 - src/bargame-activity/activity/bargame.svg | 163 ---- src/bargame-activity/activity/bargame.xml.in | 18 - src/bargame-activity/bargame.svg | 163 ++++ src/bargame-activity/bargame.xml.in | 18 + src/bargame-activity/runit.sh | 2 +- src/billard-activity/Makefile.am | 28 +- src/billard-activity/activity/Makefile.am | 25 - src/billard-activity/activity/billard.xml.in | 19 - src/billard-activity/activity/foot.svg | 113 --- src/billard-activity/billard.xml.in | 19 + src/billard-activity/foot.svg | 113 +++ src/billard-activity/runit.sh | 2 +- src/bundleit.sh | 1 + src/canal_lock-activity/Makefile.am | 28 +- src/canal_lock-activity/activity/Makefile.am | 25 - src/canal_lock-activity/activity/canal_lock.svg | 178 ---- src/canal_lock-activity/activity/canal_lock.xml.in | 15 - src/canal_lock-activity/canal_lock.svg | 178 ++++ src/canal_lock-activity/canal_lock.xml.in | 15 + src/canal_lock-activity/runit.sh | 2 +- src/chat-activity/Makefile.am | 28 +- src/chat-activity/activity/Makefile.am | 25 - src/chat-activity/activity/chat.svg | 106 --- src/chat-activity/activity/chat.xml.in | 16 - src/chat-activity/chat.svg | 106 +++ src/chat-activity/chat.xml.in | 16 + src/chat-activity/runit.sh | 2 +- src/chess_computer-activity/Makefile.am | 28 +- src/chess_computer-activity/activity/Makefile.am | 25 - .../activity/chess_computer.svg | 201 ----- .../activity/chess_computer.xml.in | 19 - src/chess_computer-activity/chess_computer.svg | 201 +++++ src/chess_computer-activity/chess_computer.xml.in | 19 + src/chess_computer-activity/runit.sh | 2 +- src/chess_movelearn-activity/Makefile.am | 28 +- src/chess_movelearn-activity/activity/Makefile.am | 25 - .../activity/chess_movelearn.svg | 186 ----- .../activity/chess_movelearn.xml.in | 19 - src/chess_movelearn-activity/chess_movelearn.svg | 186 +++++ .../chess_movelearn.xml.in | 19 + src/chess_movelearn-activity/runit.sh | 2 +- src/chess_partyend-activity/Makefile.am | 28 +- src/chess_partyend-activity/activity/Makefile.am | 25 - .../activity/chess_partyend.svg | 147 ---- .../activity/chess_partyend.xml.in | 19 - src/chess_partyend-activity/chess_partyend.svg | 147 ++++ src/chess_partyend-activity/chess_partyend.xml.in | 19 + src/chess_partyend-activity/runit.sh | 2 +- src/chronos-activity/Makefile.am | 28 +- src/chronos-activity/activity/Makefile.am | 25 - src/chronos-activity/activity/chronos.svg | 387 --------- src/chronos-activity/activity/chronos.xml.in | 20 - src/chronos-activity/chronos.svg | 387 +++++++++ src/chronos-activity/chronos.xml.in | 20 + src/chronos-activity/runit.sh | 2 +- src/click_on_letter-activity/Makefile.am | 28 +- src/click_on_letter-activity/activity/Makefile.am | 25 - .../activity/click_on_letter.svg | 117 --- .../activity/click_on_letter.xml.in | 18 - src/click_on_letter-activity/click_on_letter.svg | 117 +++ .../click_on_letter.xml.in | 18 + src/click_on_letter-activity/runit.sh | 2 +- src/clickanddraw-activity/Makefile.am | 28 +- src/clickanddraw-activity/activity/Makefile.am | 25 - .../activity/clickanddraw.svg | 286 ------- .../activity/clickanddraw.xml.in | 16 - src/clickanddraw-activity/clickanddraw.svg | 286 +++++++ src/clickanddraw-activity/clickanddraw.xml.in | 16 + src/clickanddraw-activity/runit.sh | 2 +- src/clickgame-activity/Makefile.am | 28 +- src/clickgame-activity/activity/Makefile.am | 25 - src/clickgame-activity/activity/clickgame.svg | 249 ------ src/clickgame-activity/activity/clickgame.xml.in | 19 - src/clickgame-activity/clickgame.svg | 249 ++++++ src/clickgame-activity/clickgame.xml.in | 19 + src/clickgame-activity/runit.sh | 2 +- src/clockgame-activity/Makefile.am | 28 +- src/clockgame-activity/activity/Makefile.am | 25 - src/clockgame-activity/activity/clockgame.svg | 153 ---- src/clockgame-activity/activity/clockgame.xml.in | 17 - src/clockgame-activity/clockgame.svg | 153 ++++ src/clockgame-activity/clockgame.xml.in | 17 + src/clockgame-activity/runit.sh | 2 +- src/colors-activity/Makefile.am | 28 +- src/colors-activity/activity/Makefile.am | 25 - src/colors-activity/activity/colors.svg | 259 ------ src/colors-activity/activity/colors.xml.in | 18 - src/colors-activity/colors.svg | 259 ++++++ src/colors-activity/colors.xml.in | 18 + src/colors-activity/runit.sh | 2 +- src/connect4-2players-activity/Makefile.am | 28 +- .../activity/Makefile.am | 25 - .../activity/connect4-2players.xml.in | 19 - .../activity/connect4.svg | 141 ---- .../connect4-2players.xml.in | 19 + src/connect4-2players-activity/connect4.svg | 141 ++++ src/connect4-2players-activity/runit.sh | 2 +- src/connect4-activity/Makefile.am | 28 +- src/connect4-activity/activity/Makefile.am | 25 - src/connect4-activity/activity/connect4.svg | 141 ---- src/connect4-activity/activity/connect4.xml.in | 18 - src/connect4-activity/connect4.svg | 141 ++++ src/connect4-activity/connect4.xml.in | 18 + src/connect4-activity/runit.sh | 2 +- src/crane-activity/Makefile.am | 28 +- src/crane-activity/activity/Makefile.am | 25 - src/crane-activity/activity/crane.svg | 222 ----- src/crane-activity/activity/crane.xml.in | 19 - src/crane-activity/crane.svg | 222 +++++ src/crane-activity/crane.xml.in | 19 + src/crane-activity/runit.sh | 2 +- src/doubleentry-activity/Makefile.am | 28 +- src/doubleentry-activity/activity/Makefile.am | 25 - src/doubleentry-activity/activity/doubleentry.svg | 254 ------ .../activity/doubleentry.xml.in | 18 - src/doubleentry-activity/doubleentry.svg | 254 ++++++ src/doubleentry-activity/doubleentry.xml.in | 18 + src/doubleentry-activity/runit.sh | 2 +- src/draw-activity/Makefile.am | 28 +- src/draw-activity/activity/Makefile.am | 25 - src/draw-activity/activity/draw.svg | 122 --- src/draw-activity/activity/draw.xml.in | 18 - src/draw-activity/draw.svg | 122 +++ src/draw-activity/draw.xml.in | 18 + src/draw-activity/runit.sh | 2 +- src/drawnumber-activity/Makefile.am | 28 +- src/drawnumber-activity/activity/Makefile.am | 25 - src/drawnumber-activity/activity/drawnumber.svg | 173 ---- src/drawnumber-activity/activity/drawnumber.xml.in | 17 - src/drawnumber-activity/drawnumber.svg | 173 ++++ src/drawnumber-activity/drawnumber.xml.in | 17 + src/drawnumber-activity/runit.sh | 2 +- src/electric-activity/Makefile.am | 28 +- src/electric-activity/activity/Makefile.am | 25 - src/electric-activity/activity/electric.svg | 192 ----- src/electric-activity/activity/electric.xml.in | 19 - src/electric-activity/electric.svg | 192 +++++ src/electric-activity/electric.xml.in | 19 + src/electric-activity/runit.sh | 2 +- src/enumerate-activity/Makefile.am | 28 +- src/enumerate-activity/activity/Makefile.am | 25 - src/enumerate-activity/activity/enumerate.svg | 143 ---- src/enumerate-activity/activity/enumerate.xml.in | 17 - src/enumerate-activity/enumerate.svg | 143 ++++ src/enumerate-activity/enumerate.xml.in | 17 + src/enumerate-activity/runit.sh | 2 +- src/erase-activity/Makefile.am | 28 +- src/erase-activity/activity/Makefile.am | 25 - src/erase-activity/activity/erase.svg | 162 ---- src/erase-activity/activity/erase.xml.in | 19 - src/erase-activity/erase.svg | 162 ++++ src/erase-activity/erase.xml.in | 19 + src/erase-activity/runit.sh | 2 +- src/erase_clic-activity/Makefile.am | 28 +- src/erase_clic-activity/activity/Makefile.am | 25 - src/erase_clic-activity/activity/erase_clic.svg | 139 ---- src/erase_clic-activity/activity/erase_clic.xml.in | 19 - src/erase_clic-activity/erase_clic.svg | 139 ++++ src/erase_clic-activity/erase_clic.xml.in | 19 + src/erase_clic-activity/runit.sh | 2 +- src/fifteen-activity/Makefile.am | 28 +- src/fifteen-activity/activity/Makefile.am | 25 - src/fifteen-activity/activity/fifteen.svg | 185 ----- src/fifteen-activity/activity/fifteen.xml.in | 18 - src/fifteen-activity/fifteen.svg | 185 +++++ src/fifteen-activity/fifteen.xml.in | 18 + src/fifteen-activity/runit.sh | 2 +- src/followline-activity/Makefile.am | 28 +- src/followline-activity/activity/Makefile.am | 25 - src/followline-activity/activity/followline.svg | 848 -------------------- src/followline-activity/activity/followline.xml.in | 19 - src/followline-activity/followline.svg | 848 ++++++++++++++++++++ src/followline-activity/followline.xml.in | 19 + src/followline-activity/runit.sh | 2 +- src/geography-activity/Makefile.am | 28 +- src/geography-activity/activity/Makefile.am | 25 - src/geography-activity/activity/geography.xml.in | 17 - src/geography-activity/activity/globe.svg | 122 --- src/geography-activity/geography.xml.in | 17 + src/geography-activity/globe.svg | 122 +++ src/geography-activity/runit.sh | 2 +- src/geography_country-activity/Makefile.am | 28 +- .../activity/Makefile.am | 25 - .../activity/france_region.svg | 169 ---- .../activity/geography_country.xml.in | 17 - src/geography_country-activity/france_region.svg | 169 ++++ .../geography_country.xml.in | 17 + src/geography_country-activity/runit.sh | 2 +- src/gletters-activity/Makefile.am | 28 +- src/gletters-activity/activity/Makefile.am | 25 - src/gletters-activity/activity/gletters.svg | 311 ------- src/gletters-activity/activity/gletters.xml.in | 17 - src/gletters-activity/gletters.svg | 311 +++++++ src/gletters-activity/gletters.xml.in | 17 + src/gletters-activity/runit.sh | 2 +- src/gnumch-equality-activity/Makefile.am | 28 +- src/gnumch-equality-activity/activity/Makefile.am | 25 - .../activity/gnumch-equal.svg | 205 ----- .../activity/gnumch-equality.xml.in | 18 - src/gnumch-equality-activity/gnumch-equal.svg | 205 +++++ .../gnumch-equality.xml.in | 18 + src/gnumch-equality-activity/runit.sh | 2 +- src/gnumch-factors-activity/Makefile.am | 28 +- src/gnumch-factors-activity/activity/Makefile.am | 25 - .../activity/gnumch-factors.svg | 216 ----- .../activity/gnumch-factors.xml.in | 18 - src/gnumch-factors-activity/gnumch-factors.svg | 216 +++++ src/gnumch-factors-activity/gnumch-factors.xml.in | 18 + src/gnumch-factors-activity/runit.sh | 2 +- src/gnumch-inequality-activity/Makefile.am | 28 +- .../activity/Makefile.am | 25 - .../activity/gnumch-inequal.svg | 215 ----- .../activity/gnumch-inequality.xml.in | 17 - src/gnumch-inequality-activity/gnumch-inequal.svg | 215 +++++ .../gnumch-inequality.xml.in | 17 + src/gnumch-inequality-activity/runit.sh | 2 +- src/gnumch-multiples-activity/Makefile.am | 28 +- src/gnumch-multiples-activity/activity/Makefile.am | 25 - .../activity/gnumch-multiples.svg | 196 ----- .../activity/gnumch-multiples.xml.in | 18 - src/gnumch-multiples-activity/gnumch-multiples.svg | 196 +++++ .../gnumch-multiples.xml.in | 18 + src/gnumch-multiples-activity/runit.sh | 2 +- src/gnumch-primes-activity/Makefile.am | 28 +- src/gnumch-primes-activity/activity/Makefile.am | 25 - .../activity/gnumch-primes.svg | 196 ----- .../activity/gnumch-primes.xml.in | 18 - src/gnumch-primes-activity/gnumch-primes.svg | 196 +++++ src/gnumch-primes-activity/gnumch-primes.xml.in | 18 + src/gnumch-primes-activity/runit.sh | 2 +- src/guessnumber-activity/Makefile.am | 28 +- src/guessnumber-activity/activity/Makefile.am | 25 - src/guessnumber-activity/activity/guessnumber.svg | 190 ----- .../activity/guessnumber.xml.in | 19 - src/guessnumber-activity/guessnumber.svg | 190 +++++ src/guessnumber-activity/guessnumber.xml.in | 19 + src/guessnumber-activity/runit.sh | 2 +- src/hanoi-activity/Makefile.am | 28 +- src/hanoi-activity/activity/Makefile.am | 25 - src/hanoi-activity/activity/hanoi.svg | 155 ---- src/hanoi-activity/activity/hanoi.xml.in | 18 - src/hanoi-activity/hanoi.svg | 155 ++++ src/hanoi-activity/hanoi.xml.in | 18 + src/hanoi-activity/runit.sh | 2 +- src/hanoi_real-activity/Makefile.am | 28 +- src/hanoi_real-activity/activity/Makefile.am | 25 - src/hanoi_real-activity/activity/hanoi_real.svg | 95 --- src/hanoi_real-activity/activity/hanoi_real.xml.in | 20 - src/hanoi_real-activity/hanoi_real.svg | 95 +++ src/hanoi_real-activity/hanoi_real.xml.in | 20 + src/hanoi_real-activity/runit.sh | 2 +- src/hexagon-activity/Makefile.am | 28 +- src/hexagon-activity/activity/Makefile.am | 25 - src/hexagon-activity/activity/hexagon.svg | 157 ---- src/hexagon-activity/activity/hexagon.xml.in | 17 - src/hexagon-activity/hexagon.svg | 157 ++++ src/hexagon-activity/hexagon.xml.in | 17 + src/hexagon-activity/runit.sh | 2 +- src/imageid-activity/Makefile.am | 28 +- src/imageid-activity/activity/Makefile.am | 25 - src/imageid-activity/activity/imageid.svg | 112 --- src/imageid-activity/activity/imageid.xml.in | 16 - src/imageid-activity/imageid.svg | 112 +++ src/imageid-activity/imageid.xml.in | 16 + src/imageid-activity/runit.sh | 2 +- src/imagename-activity/Makefile.am | 28 +- src/imagename-activity/activity/Makefile.am | 25 - src/imagename-activity/activity/imagename.svg | 183 ----- src/imagename-activity/activity/imagename.xml.in | 17 - src/imagename-activity/imagename.svg | 183 +++++ src/imagename-activity/imagename.xml.in | 17 + src/imagename-activity/runit.sh | 2 +- src/leftright-activity/Makefile.am | 28 +- src/leftright-activity/activity/Makefile.am | 25 - src/leftright-activity/activity/leftright.svg | 134 --- src/leftright-activity/activity/leftright.xml.in | 17 - src/leftright-activity/leftright.svg | 134 +++ src/leftright-activity/leftright.xml.in | 17 + src/leftright-activity/runit.sh | 2 +- src/login-activity/Makefile.am | 23 +- src/login-activity/activity/Makefile.am | 20 - src/login-activity/activity/login.xml.in | 21 - src/login-activity/login.xml.in | 21 + src/login-activity/runit.sh | 2 +- src/magic_hat_minus-activity/Makefile.am | 28 +- src/magic_hat_minus-activity/activity/Makefile.am | 25 - .../activity/magic_hat_minus.svg | 121 --- .../activity/magic_hat_minus.xml.in | 19 - src/magic_hat_minus-activity/magic_hat_minus.svg | 121 +++ .../magic_hat_minus.xml.in | 19 + src/magic_hat_minus-activity/runit.sh | 2 +- src/magic_hat_plus-activity/Makefile.am | 28 +- src/magic_hat_plus-activity/activity/Makefile.am | 25 - .../activity/magic_hat_plus.svg | 126 --- .../activity/magic_hat_plus.xml.in | 19 - src/magic_hat_plus-activity/magic_hat_plus.svg | 126 +++ src/magic_hat_plus-activity/magic_hat_plus.xml.in | 19 + src/magic_hat_plus-activity/runit.sh | 2 +- src/maze-activity/Makefile.am | 28 +- src/maze-activity/activity/Makefile.am | 25 - src/maze-activity/activity/maze.svg | 128 --- src/maze-activity/activity/maze.xml.in | 18 - src/maze-activity/maze.svg | 128 +++ src/maze-activity/maze.xml.in | 18 + src/maze-activity/runit.sh | 2 +- src/maze2DRelative-activity/Makefile.am | 28 +- src/maze2DRelative-activity/activity/Makefile.am | 25 - src/maze2DRelative-activity/activity/maze.svg | 128 --- .../activity/maze2DRelative.xml.in | 18 - src/maze2DRelative-activity/maze.svg | 128 +++ src/maze2DRelative-activity/maze2DRelative.xml.in | 18 + src/maze2DRelative-activity/runit.sh | 2 +- src/maze3D-activity/Makefile.am | 28 +- src/maze3D-activity/activity/Makefile.am | 25 - src/maze3D-activity/activity/maze3D.svg | 336 -------- src/maze3D-activity/activity/maze3D.xml.in | 18 - src/maze3D-activity/maze3D.svg | 336 ++++++++ src/maze3D-activity/maze3D.xml.in | 18 + src/maze3D-activity/runit.sh | 2 +- src/mazeInvisible-activity/Makefile.am | 28 +- src/mazeInvisible-activity/activity/Makefile.am | 25 - .../activity/mazeInvisible.svg | 116 --- .../activity/mazeInvisible.xml.in | 18 - src/mazeInvisible-activity/mazeInvisible.svg | 116 +++ src/mazeInvisible-activity/mazeInvisible.xml.in | 18 + src/mazeInvisible-activity/runit.sh | 2 +- src/melody-activity/Makefile.am | 29 +- src/melody-activity/activity/Makefile.am | 26 - src/melody-activity/activity/melody.svg | 268 ------ src/melody-activity/activity/melody.xml.in | 18 - src/melody-activity/melody.svg | 268 ++++++ src/melody-activity/melody.xml.in | 18 + src/melody-activity/runit.sh | 2 +- src/memory-activity/Makefile.am | 28 +- src/memory-activity/activity/Makefile.am | 25 - src/memory-activity/activity/memory.svg | 529 ------------ src/memory-activity/activity/memory.xml.in | 19 - src/memory-activity/memory.svg | 529 ++++++++++++ src/memory-activity/memory.xml.in | 19 + src/memory-activity/runit.sh | 2 +- src/memory_add-activity/Makefile.am | 28 +- src/memory_add-activity/activity/Makefile.am | 25 - src/memory_add-activity/activity/mem_solo_plus.svg | 209 ----- src/memory_add-activity/activity/memory_add.xml.in | 23 - src/memory_add-activity/mem_solo_plus.svg | 209 +++++ src/memory_add-activity/memory_add.xml.in | 23 + src/memory_add-activity/runit.sh | 2 +- src/memory_add_minus-activity/Makefile.am | 28 +- src/memory_add_minus-activity/activity/Makefile.am | 25 - .../activity/mem_solo_plus_minus.svg | 231 ------ .../activity/memory_add_minus.xml.in | 21 - .../mem_solo_plus_minus.svg | 231 ++++++ .../memory_add_minus.xml.in | 21 + src/memory_add_minus-activity/runit.sh | 2 +- src/memory_add_minus_mult_div-activity/Makefile.am | 28 +- .../activity/Makefile.am | 25 - .../activity/mem_solo_all.svg | 229 ------ .../activity/memory_add_minus_mult_div.xml.in | 21 - .../mem_solo_all.svg | 229 ++++++ .../memory_add_minus_mult_div.xml.in | 21 + src/memory_add_minus_mult_div-activity/runit.sh | 2 +- .../Makefile.am | 28 +- .../activity/Makefile.am | 25 - .../activity/mem_tux_all.svg | 241 ------ .../activity/memory_add_minus_mult_div_tux.xml.in | 21 - .../mem_tux_all.svg | 241 ++++++ .../memory_add_minus_mult_div_tux.xml.in | 21 + .../runit.sh | 2 +- src/memory_add_minus_tux-activity/Makefile.am | 28 +- .../activity/Makefile.am | 25 - .../activity/mem_tux_plus_minus.svg | 231 ------ .../activity/memory_add_minus_tux.xml.in | 21 - .../mem_tux_plus_minus.svg | 231 ++++++ .../memory_add_minus_tux.xml.in | 21 + src/memory_add_minus_tux-activity/runit.sh | 2 +- src/memory_add_tux-activity/Makefile.am | 28 +- src/memory_add_tux-activity/activity/Makefile.am | 25 - .../activity/mem_tux_plus.svg | 221 ----- .../activity/memory_add_tux.xml.in | 23 - src/memory_add_tux-activity/mem_tux_plus.svg | 221 +++++ src/memory_add_tux-activity/memory_add_tux.xml.in | 23 + src/memory_add_tux-activity/runit.sh | 2 +- src/memory_div-activity/Makefile.am | 28 +- src/memory_div-activity/activity/Makefile.am | 25 - src/memory_div-activity/activity/mem_solo_div.svg | 216 ----- src/memory_div-activity/activity/memory_div.xml.in | 21 - src/memory_div-activity/mem_solo_div.svg | 216 +++++ src/memory_div-activity/memory_div.xml.in | 21 + src/memory_div-activity/runit.sh | 2 +- src/memory_div_tux-activity/Makefile.am | 28 +- src/memory_div_tux-activity/activity/Makefile.am | 25 - .../activity/mem_tux_div.svg | 231 ------ .../activity/memory_div_tux.xml.in | 21 - src/memory_div_tux-activity/mem_tux_div.svg | 231 ++++++ src/memory_div_tux-activity/memory_div_tux.xml.in | 21 + src/memory_div_tux-activity/runit.sh | 2 +- src/memory_minus-activity/Makefile.am | 28 +- src/memory_minus-activity/activity/Makefile.am | 25 - .../activity/mem_solo_minus.svg | 216 ----- .../activity/memory_minus.xml.in | 23 - src/memory_minus-activity/mem_solo_minus.svg | 216 +++++ src/memory_minus-activity/memory_minus.xml.in | 23 + src/memory_minus-activity/runit.sh | 2 +- src/memory_minus_tux-activity/Makefile.am | 28 +- src/memory_minus_tux-activity/activity/Makefile.am | 25 - .../activity/mem_tux_minus.svg | 216 ----- .../activity/memory_minus_tux.xml.in | 23 - src/memory_minus_tux-activity/mem_tux_minus.svg | 216 +++++ .../memory_minus_tux.xml.in | 23 + src/memory_minus_tux-activity/runit.sh | 2 +- src/memory_mult-activity/Makefile.am | 28 +- src/memory_mult-activity/activity/Makefile.am | 25 - .../activity/mem_solo_mult.svg | 221 ----- .../activity/memory_mult.xml.in | 21 - src/memory_mult-activity/mem_solo_mult.svg | 221 +++++ src/memory_mult-activity/memory_mult.xml.in | 21 + src/memory_mult-activity/runit.sh | 2 +- src/memory_mult_div-activity/Makefile.am | 28 +- src/memory_mult_div-activity/activity/Makefile.am | 25 - .../activity/mem_solo_mult_div.svg | 214 ----- .../activity/memory_mult_div.xml.in | 21 - src/memory_mult_div-activity/mem_solo_mult_div.svg | 214 +++++ .../memory_mult_div.xml.in | 21 + src/memory_mult_div-activity/runit.sh | 2 +- src/memory_mult_div_tux-activity/Makefile.am | 28 +- .../activity/Makefile.am | 25 - .../activity/mem_tux_mult_div.svg | 226 ------ .../activity/memory_mult_div_tux.xml.in | 21 - .../mem_tux_mult_div.svg | 226 ++++++ .../memory_mult_div_tux.xml.in | 21 + src/memory_mult_div_tux-activity/runit.sh | 2 +- src/memory_mult_tux-activity/Makefile.am | 28 +- src/memory_mult_tux-activity/activity/Makefile.am | 25 - .../activity/mem_tux_mult.svg | 221 ----- .../activity/memory_mult_tux.xml.in | 21 - src/memory_mult_tux-activity/mem_tux_mult.svg | 221 +++++ .../memory_mult_tux.xml.in | 21 + src/memory_mult_tux-activity/runit.sh | 2 +- src/memory_sound-activity/Makefile.am | 28 +- src/memory_sound-activity/activity/Makefile.am | 25 - .../activity/memory_sound.svg | 348 -------- .../activity/memory_sound.xml.in | 20 - src/memory_sound-activity/memory_sound.svg | 348 ++++++++ src/memory_sound-activity/memory_sound.xml.in | 20 + src/memory_sound-activity/runit.sh | 2 +- src/memory_sound_tux-activity/Makefile.am | 28 +- src/memory_sound_tux-activity/activity/Makefile.am | 25 - .../activity/memory_sound_tux.svg | 360 --------- .../activity/memory_sound_tux.xml.in | 20 - src/memory_sound_tux-activity/memory_sound_tux.svg | 360 +++++++++ .../memory_sound_tux.xml.in | 20 + src/memory_sound_tux-activity/runit.sh | 2 +- src/memory_tux-activity/Makefile.am | 28 +- src/memory_tux-activity/activity/Makefile.am | 25 - src/memory_tux-activity/activity/memory_tux.svg | 427 ---------- src/memory_tux-activity/activity/memory_tux.xml.in | 19 - src/memory_tux-activity/memory_tux.svg | 427 ++++++++++ src/memory_tux-activity/memory_tux.xml.in | 19 + src/memory_tux-activity/runit.sh | 2 +- src/missing_letter-activity/Makefile.am | 28 +- src/missing_letter-activity/activity/Makefile.am | 25 - .../activity/missing_letter.svg | 141 ---- .../activity/missing_letter.xml.in | 17 - src/missing_letter-activity/missing_letter.svg | 141 ++++ src/missing_letter-activity/missing_letter.xml.in | 17 + src/missing_letter-activity/runit.sh | 2 +- src/money-activity/Makefile.am | 28 +- src/money-activity/activity/Makefile.am | 25 - src/money-activity/activity/money.svg | 217 ----- src/money-activity/activity/money.xml.in | 17 - src/money-activity/money.svg | 217 +++++ src/money-activity/money.xml.in | 17 + src/money-activity/runit.sh | 2 +- src/money_cents-activity/Makefile.am | 28 +- src/money_cents-activity/activity/Makefile.am | 25 - src/money_cents-activity/activity/money_cents.svg | 329 -------- .../activity/money_cents.xml.in | 18 - src/money_cents-activity/money_cents.svg | 329 ++++++++ src/money_cents-activity/money_cents.xml.in | 18 + src/money_cents-activity/runit.sh | 2 +- src/mosaic-activity/Makefile.am | 28 +- src/mosaic-activity/activity/Makefile.am | 25 - src/mosaic-activity/activity/mosaic.svg | 284 ------- src/mosaic-activity/activity/mosaic.xml.in | 19 - src/mosaic-activity/mosaic.svg | 284 +++++++ src/mosaic-activity/mosaic.xml.in | 19 + src/mosaic-activity/runit.sh | 2 +- src/paintings-activity/Makefile.am | 28 +- src/paintings-activity/activity/Makefile.am | 25 - src/paintings-activity/activity/paintings.xml.in | 17 - src/paintings-activity/activity/shapegame.svg | 151 ---- src/paintings-activity/paintings.xml.in | 17 + src/paintings-activity/runit.sh | 2 +- src/paintings-activity/shapegame.svg | 151 ++++ src/paratrooper-activity/Makefile.am | 28 +- src/paratrooper-activity/activity/Makefile.am | 25 - .../activity/paratrooper.xml.in | 17 - src/paratrooper-activity/activity/tuxpara.svg | 180 ----- src/paratrooper-activity/paratrooper.xml.in | 17 + src/paratrooper-activity/runit.sh | 2 +- src/paratrooper-activity/tuxpara.svg | 180 +++++ src/planegame-activity/Makefile.am | 28 +- src/planegame-activity/activity/Makefile.am | 25 - src/planegame-activity/activity/helicogame.svg | 138 ---- src/planegame-activity/activity/planegame.xml.in | 17 - src/planegame-activity/helicogame.svg | 138 ++++ src/planegame-activity/planegame.xml.in | 17 + src/planegame-activity/runit.sh | 2 +- src/pythontemplate-activity/Makefile.am | 28 +- src/pythontemplate-activity/activity/Makefile.am | 25 - src/pythontemplate-activity/activity/python.svg | 129 --- .../activity/pythontemplate.xml.in | 18 - src/pythontemplate-activity/python.svg | 129 +++ src/pythontemplate-activity/pythontemplate.xml.in | 18 + src/pythontemplate-activity/runit.sh | 2 +- src/pythontest-activity/Makefile.am | 28 +- src/pythontest-activity/activity/Makefile.am | 25 - src/pythontest-activity/activity/python.svg | 129 --- src/pythontest-activity/activity/pythontest.xml.in | 18 - src/pythontest-activity/python.svg | 129 +++ src/pythontest-activity/pythontest.xml.in | 18 + src/pythontest-activity/runit.sh | 2 +- src/railroad-activity/Makefile.am | 28 +- src/railroad-activity/activity/Makefile.am | 25 - src/railroad-activity/activity/railroad.svg | 139 ---- src/railroad-activity/activity/railroad.xml.in | 17 - src/railroad-activity/railroad.svg | 139 ++++ src/railroad-activity/railroad.xml.in | 17 + src/railroad-activity/runit.sh | 2 +- src/read_colors-activity/Makefile.am | 28 +- src/read_colors-activity/activity/Makefile.am | 25 - .../activity/read_colors.xml.in | 18 - src/read_colors-activity/activity/read_colors2.svg | 171 ---- src/read_colors-activity/read_colors.xml.in | 18 + src/read_colors-activity/read_colors2.svg | 171 ++++ src/read_colors-activity/runit.sh | 2 +- src/readingh-activity/Makefile.am | 28 +- src/readingh-activity/activity/Makefile.am | 25 - src/readingh-activity/activity/readingh.svg | 186 ----- src/readingh-activity/activity/readingh.xml.in | 19 - src/readingh-activity/readingh.svg | 186 +++++ src/readingh-activity/readingh.xml.in | 19 + src/readingh-activity/runit.sh | 2 +- src/readingv-activity/Makefile.am | 28 +- src/readingv-activity/activity/Makefile.am | 25 - src/readingv-activity/activity/reading.svg | 186 ----- src/readingv-activity/activity/readingv.xml.in | 19 - src/readingv-activity/reading.svg | 186 +++++ src/readingv-activity/readingv.xml.in | 19 + src/readingv-activity/runit.sh | 2 +- src/redraw-activity/Makefile.am | 28 +- src/redraw-activity/activity/Makefile.am | 25 - src/redraw-activity/activity/redraw.svg | 240 ------ src/redraw-activity/activity/redraw.xml.in | 18 - src/redraw-activity/redraw.svg | 240 ++++++ src/redraw-activity/redraw.xml.in | 18 + src/redraw-activity/runit.sh | 2 +- src/redraw_symmetrical-activity/Makefile.am | 28 +- .../activity/Makefile.am | 25 - .../activity/redraw_symmetrical.xml.in | 18 - .../activity/redraw_symmetry.svg | 248 ------ .../redraw_symmetrical.xml.in | 18 + .../redraw_symmetry.svg | 248 ++++++ src/redraw_symmetrical-activity/runit.sh | 2 +- src/reversecount-activity/Makefile.am | 28 +- src/reversecount-activity/activity/Makefile.am | 25 - .../activity/reversecount.svg | 414 ---------- .../activity/reversecount.xml.in | 18 - src/reversecount-activity/reversecount.svg | 414 ++++++++++ src/reversecount-activity/reversecount.xml.in | 18 + src/reversecount-activity/runit.sh | 2 +- src/scalesboard-activity/Makefile.am | 28 +- src/scalesboard-activity/activity/Makefile.am | 25 - .../activity/scalesboard.xml.in | 18 - src/scalesboard-activity/activity/scalesicon.svg | 169 ---- src/scalesboard-activity/runit.sh | 2 +- src/scalesboard-activity/scalesboard.xml.in | 18 + src/scalesboard-activity/scalesicon.svg | 169 ++++ src/searace-activity/Makefile.am | 29 +- src/searace-activity/activity/Makefile.am | 26 - src/searace-activity/activity/searace.svg | 159 ---- src/searace-activity/activity/searace.xml.in | 22 - src/searace-activity/runit.sh | 2 +- src/searace-activity/searace.svg | 159 ++++ src/searace-activity/searace.xml.in | 22 + src/searace1player-activity/Makefile.am | 28 +- src/searace1player-activity/activity/Makefile.am | 25 - .../activity/searace1player.svg | 231 ------ .../activity/searace1player.xml.in | 22 - src/searace1player-activity/runit.sh | 2 +- src/searace1player-activity/searace1player.svg | 231 ++++++ src/searace1player-activity/searace1player.xml.in | 22 + src/smallnumbers-activity/Makefile.am | 28 +- src/smallnumbers-activity/activity/Makefile.am | 25 - .../activity/smallnumbers.svg | 117 --- .../activity/smallnumbers.xml.in | 17 - src/smallnumbers-activity/runit.sh | 2 +- src/smallnumbers-activity/smallnumbers.svg | 117 +++ src/smallnumbers-activity/smallnumbers.xml.in | 17 + src/smallnumbers2-activity/Makefile.am | 28 +- src/smallnumbers2-activity/activity/Makefile.am | 25 - .../activity/smallnumbers2.svg | 177 ---- .../activity/smallnumbers2.xml.in | 18 - src/smallnumbers2-activity/runit.sh | 2 +- src/smallnumbers2-activity/smallnumbers2.svg | 177 ++++ src/smallnumbers2-activity/smallnumbers2.xml.in | 18 + src/submarine-activity/Makefile.am | 28 +- src/submarine-activity/activity/Makefile.am | 25 - src/submarine-activity/activity/submarine.svg | 211 ----- src/submarine-activity/activity/submarine.xml.in | 17 - src/submarine-activity/runit.sh | 2 +- src/submarine-activity/submarine.svg | 211 +++++ src/submarine-activity/submarine.xml.in | 17 + src/sudoku-activity/Makefile.am | 28 +- src/sudoku-activity/activity/Makefile.am | 25 - src/sudoku-activity/activity/sudoku.svg | 123 --- src/sudoku-activity/activity/sudoku.xml.in | 17 - src/sudoku-activity/runit.sh | 2 +- src/sudoku-activity/sudoku.svg | 123 +++ src/sudoku-activity/sudoku.xml.in | 17 + src/superbrain-activity/Makefile.am | 28 +- src/superbrain-activity/activity/Makefile.am | 25 - src/superbrain-activity/activity/superbrain.svg | 317 -------- src/superbrain-activity/activity/superbrain.xml.in | 17 - src/superbrain-activity/runit.sh | 2 +- src/superbrain-activity/superbrain.svg | 317 ++++++++ src/superbrain-activity/superbrain.xml.in | 17 + src/tangram-activity/Makefile.am | 28 +- src/tangram-activity/activity/Makefile.am | 25 - src/tangram-activity/activity/tangram.svg | 154 ---- src/tangram-activity/activity/tangram.xml.in | 26 - src/tangram-activity/runit.sh | 2 +- src/tangram-activity/tangram.svg | 154 ++++ src/tangram-activity/tangram.xml.in | 26 + src/target-activity/Makefile.am | 28 +- src/target-activity/activity/Makefile.am | 25 - src/target-activity/activity/target.svg | 138 ---- src/target-activity/activity/target.xml.in | 18 - src/target-activity/runit.sh | 2 +- src/target-activity/target.svg | 138 ++++ src/target-activity/target.xml.in | 18 + src/traffic-activity/Makefile.am | 28 +- src/traffic-activity/activity/Makefile.am | 25 - src/traffic-activity/activity/traffic.svg | 170 ---- src/traffic-activity/activity/traffic.xml.in | 19 - src/traffic-activity/runit.sh | 2 +- src/traffic-activity/traffic.svg | 170 ++++ src/traffic-activity/traffic.xml.in | 19 + src/tuxpaint-activity/Makefile.am | 28 +- src/tuxpaint-activity/activity/Makefile.am | 25 - src/tuxpaint-activity/activity/tuxpaint.svg | 171 ---- src/tuxpaint-activity/activity/tuxpaint.xml.in | 16 - src/tuxpaint-activity/runit.sh | 2 +- src/tuxpaint-activity/tuxpaint.svg | 171 ++++ src/tuxpaint-activity/tuxpaint.xml.in | 16 + src/watercycle-activity/Makefile.am | 28 +- src/watercycle-activity/activity/Makefile.am | 25 - src/watercycle-activity/activity/watercycle.svg | 168 ---- src/watercycle-activity/activity/watercycle.xml.in | 17 - src/watercycle-activity/runit.sh | 2 +- src/watercycle-activity/watercycle.svg | 168 ++++ src/watercycle-activity/watercycle.xml.in | 17 + src/wordprocessor-activity/Makefile.am | 28 +- src/wordprocessor-activity/activity/Makefile.am | 25 - .../activity/wordprocessor.svg | 243 ------ .../activity/wordprocessor.xml.in | 19 - src/wordprocessor-activity/runit.sh | 2 +- src/wordprocessor-activity/wordprocessor.svg | 243 ++++++ src/wordprocessor-activity/wordprocessor.xml.in | 19 + src/wordsgame-activity/Makefile.am | 28 +- src/wordsgame-activity/activity/Makefile.am | 25 - src/wordsgame-activity/activity/wordsgame.svg | 158 ---- src/wordsgame-activity/activity/wordsgame.xml.in | 17 - src/wordsgame-activity/runit.sh | 2 +- src/wordsgame-activity/wordsgame.svg | 158 ++++ src/wordsgame-activity/wordsgame.xml.in | 17 + src/writing_tutor_image_match-activity/Makefile.am | 29 +- .../activity/Makefile.am | 26 - .../activity/writing_tutor_image_match.png | Bin 7527 -> 0 bytes .../activity/writing_tutor_image_match.xml.in | 18 - src/writing_tutor_image_match-activity/runit.sh | 2 +- .../writing_tutor_image_match.png | Bin 0 -> 7527 bytes .../writing_tutor_image_match.xml.in | 18 + .../Makefile.am | 29 +- .../activity/Makefile.am | 26 - .../activity/writing_tutor_missing_match.png | Bin 6195 -> 0 bytes .../activity/writing_tutor_missing_match.xml.in | 20 - src/writing_tutor_missing_match-activity/runit.sh | 2 +- .../writing_tutor_missing_match.png | Bin 0 -> 6195 bytes .../writing_tutor_missing_match.xml.in | 20 + .../Makefile.am | 29 +- .../activity/Makefile.am | 26 - .../activity/writing_tutor_pattern_admin.png | Bin 5229 -> 0 bytes .../activity/writing_tutor_pattern_admin.xml.in | 18 - src/writing_tutor_pattern_admin-activity/runit.sh | 2 +- .../writing_tutor_pattern_admin.png | Bin 0 -> 5229 bytes .../writing_tutor_pattern_admin.xml.in | 18 + .../Makefile.am | 29 +- .../activity/Makefile.am | 26 - .../activity/writing_tutor_template_match.png | Bin 6921 -> 0 bytes .../activity/writing_tutor_template_match.xml.in | 18 - src/writing_tutor_template_match-activity/runit.sh | 2 +- .../writing_tutor_template_match.png | Bin 0 -> 6921 bytes .../writing_tutor_template_match.xml.in | 18 + 789 files changed, 27943 insertions(+), 27942 deletions(-) commit b34f137df3ad03fa26f6116ab3fdd7db20c95dc6 Author: Bruno Coudoin Date: Thu Sep 13 22:09:38 2007 +0000 - Removed require on gtk-pixbuf as it's already required by GTK. merged from trunk 3006 svn path=/branches/gcomprixo/; revision=3007 ChangeLog | 6 ++++++ configure.in | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 6eca8c7f2c0dc36ee86ba9d7cf5d52b6642542b6 Author: Bruno Coudoin Date: Wed Sep 12 21:57:17 2007 +0000 fixed marshall file compilation svn path=/branches/gcomprixo/; revision=3002 src/gcompris/Makefile.am | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit f91ea2a22385855c2e3feb7b4771ba82b80a34cf Author: Bruno Coudoin Date: Wed Sep 12 21:17:35 2007 +0000 - merged from trunk 2914 2908 2911 * boards/flags/af.png: Created from the wikipedia one http://upload.wikimedia.org/wikipedia/commons/a/af/Flag_of_South_Africa.svg * src/gcompris/config.c * po/af.po * po/ChangeLog * configure.in * src/gcompris/gcompris_db.c: Fixed database creation bug when the "Unaffected" or "Users without a class" translation did contains a single quote. - Added support for Breton by Alan Monfort. - Merged from trunk 2995 * configure.in: * docs/gcompris2spip.pl: * po/ChangeLog: * po/br.po: * src/gcompris/config.c: svn path=/branches/gcomprixo/; revision=3000 ChangeLog | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) commit 07ebd245eff1c4c3965bd2cbd24ea1a61eecff45 Author: Bruno Coudoin Date: Wed Sep 12 21:15:43 2007 +0000 Merged from trunk 2911 Fixed database creation bug when the "Unaffected" or "Users without a class" translation did contains a single quote. svn path=/branches/gcomprixo/; revision=2999 src/gcompris/gcompris_db.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 82e4cc09421aa5d398df76c998c33edb964e7c30 Author: Bruno Coudoin Date: Wed Sep 12 21:08:47 2007 +0000 Added afrikaans support, merged from trunk 2908 svn path=/branches/gcomprixo/; revision=2998 configure.in | 2 +- po/af.po | 6358 +++++++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/config.c | 8 +- 3 files changed, 6363 insertions(+), 5 deletions(-) commit 27ca895b2a960c250299291b914d0f9e76671a71 Author: Bruno Coudoin Date: Wed Sep 12 21:03:57 2007 +0000 Merged from trunk 2914 svn path=/branches/gcomprixo/; revision=2997 boards/flags/af.png | Bin 0 -> 1294 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 6c54faa56e523bf370e9d056492b950383d9ec90 Author: Bruno Coudoin Date: Wed Sep 12 20:57:35 2007 +0000 - Added support for Breton by Alan Monfort. - Merged from trunk 2995 svn path=/branches/gcomprixo/; revision=2996 ChangeLog | 10 + configure.in | 6 +- docs/gcompris2spip.pl | 14 +- po/ChangeLog | 125 +- po/br.po | 5600 ++++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/Makefile.am | 4 +- src/gcompris/config.c | 1 + 7 files changed, 5747 insertions(+), 13 deletions(-) commit c3958d849bcca5a781f0e7703c9a206790d8e499 Author: Bruno Coudoin Date: Tue Sep 11 21:02:53 2007 +0000 added missing files svn path=/branches/gcomprixo/; revision=2994 .../resources/memory/guitar_melody.ogg | Bin 0 -> 6814 bytes .../resources/memory/guitar_son1.ogg | Bin 0 -> 4640 bytes .../resources/memory/guitar_son2.ogg | Bin 0 -> 4628 bytes .../resources/memory/guitar_son3.ogg | Bin 0 -> 4631 bytes .../resources/memory/guitar_son4.ogg | Bin 0 -> 4649 bytes src/memory-activity/resources/memory/space1.ogg | Bin 0 -> 21514 bytes src/memory-activity/resources/memory/space2.ogg | Bin 0 -> 10582 bytes .../resources/memory/tachos_melody.ogg | Bin 0 -> 10268 bytes .../resources/memory/tachos_son1.ogg | Bin 0 -> 6134 bytes .../resources/memory/tachos_son2.ogg | Bin 0 -> 6742 bytes .../resources/memory/tachos_son3.ogg | Bin 0 -> 8137 bytes .../resources/memory/tachos_son4.ogg | Bin 0 -> 8391 bytes 12 files changed, 0 insertions(+), 0 deletions(-) commit 44c7e7ada20491a0aa6bb9e5c1414f0dab058497 Author: Bruno Coudoin Date: Tue Sep 11 20:39:36 2007 +0000 missing file for dbus marshal svn path=/branches/gcomprixo/; revision=2993 src/gcompris/gc-marshal.list | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 36e75dde232d9ba1d3077e52e14cc4e46f013f1e Author: Bruno Coudoin Date: Tue Sep 11 19:47:32 2007 +0000 improved dbus code, added missing marshal code initialisation. This doesn't work on ubuntu, untested under sugar. svn path=/branches/gcomprixo/; revision=2992 src/gcompris/Makefile.am | 6 ++++++ src/gcompris/dbus.c | 15 ++++++++++++++- src/gcompris/gcompris-marshal.list | 3 --- 3 files changed, 20 insertions(+), 4 deletions(-) commit a39471c0381425650ec0028882671125a9c78ce2 Author: Bruno Coudoin Date: Mon Sep 10 21:24:30 2007 +0000 minor, sorted the files svn path=/branches/gcomprixo/; revision=2990 src/melody-activity/resources/melody/Makefile.am | 30 +++++++++++----------- 1 files changed, 15 insertions(+), 15 deletions(-) commit 0b3763a1bf4775f155c177edce88e457f1538ffb Author: Bruno Coudoin Date: Mon Sep 10 21:23:01 2007 +0000 removed uneeded file svn path=/branches/gcomprixo/; revision=2989 create_dist_sounds | 41 ----------------------------------------- 1 files changed, 0 insertions(+), 41 deletions(-) commit 40149b0dfa262c844749be8e37afeaa05f1471eb Author: Bruno Coudoin Date: Mon Sep 10 21:22:03 2007 +0000 added support for bundled python activity. made change in electricity activity to support bundling svn path=/branches/gcomprixo/; revision=2988 src/bundleit.sh | 21 ++++++++++++--------- src/electric-activity/electric.py | 5 ++++- src/electric-activity/gnucap | 1 + 3 files changed, 17 insertions(+), 10 deletions(-) commit 68bee99aeae2d643df6b6925729dde16eee5d1b2 Author: Bruno Coudoin Date: Mon Sep 10 21:20:41 2007 +0000 GPL V3 svn path=/branches/gcomprixo/; revision=2987 COPYING | 912 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 623 insertions(+), 289 deletions(-) commit c99d0889a06a2d35bcfff655b36dc21d1e2e1b0b Author: Bruno Coudoin Date: Mon Sep 10 21:02:01 2007 +0000 - From trunk r2983 - removed unmaitained spec file - fixed menu file not - From trunk r2983 - removed unmaitained spec file - fixed menu file not to include icon extension - fixed bug#475301 missing freetype includes to compile libgnomecanvas svn path=/branches/gcomprixo/; revision=2986 ChangeLog | 14 ++ Makefile.am | 19 +-- configure.in | 15 +- gcompris-edit.desktop.in | 2 +- gcompris.desktop.in | 2 +- gcompris.spec.in | 369 ---------------------------------------- src/libgnomecanvas/Makefile.am | 1 + 7 files changed, 29 insertions(+), 393 deletions(-) commit de3e07cad347b5379d1d378d1962725b2c424f98 Author: Bruno Coudoin Date: Mon Sep 10 20:53:06 2007 +0000 fixed bad refereces svn path=/branches/gcomprixo/; revision=2985 src/melody-activity/resources/melody/Makefile.am | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 8861ffcc7c7e12b3f2667420f3f4455845c59521 Author: Bruno Coudoin Date: Fri Sep 7 00:33:12 2007 +0000 removed empty directory svn path=/branches/gcomprixo/; revision=2977 boards/sounds/HOWTO_ENCODE | 65 -------------------------------------------- 1 files changed, 0 insertions(+), 65 deletions(-) commit 5b76b739d65df91eed99176f2c5a42ac93c06f5a Author: Bruno Coudoin Date: Fri Sep 7 00:31:00 2007 +0000 fixed memory audio svn path=/branches/gcomprixo/; revision=2976 boards/sounds/LuneRouge/COPYRIGHT | 5 - boards/sounds/LuneRouge/LRLaPause_short.ogg | Bin 50185 -> 0 bytes boards/sounds/LuneRouge/Licence.txt | 141 -------------------- .../animaux/LRBark_1_by_Lionel_Allorge_cut.ogg | Bin 21783 -> 0 bytes .../animaux/LRBark_3_by_Lionel_Allorge_cut.ogg | Bin 27444 -> 0 bytes .../LRFrogsInPondDuringStormByLionelAllorgeCut.ogg | Bin 58930 -> 0 bytes .../LRRain_in_garden_01_by_Lionel_Allorge_cut.ogg | Bin 69010 -> 0 bytes .../LRObject_falling_01_by_Lionel_Allorge.ogg | Bin 25637 -> 0 bytes .../LRObject_falling_02_by_Lionel_Allorge.ogg | Bin 56007 -> 0 bytes .../LRStartAndStopCarEngine1ByLionelAllorgeCut.ogg | Bin 48594 -> 0 bytes ...Train_slowing_down_01_by_Lionel_Allorge_cut.ogg | Bin 75688 -> 0 bytes .../humain/LRApplauses_1_by_Lionel_Allorge_cut.ogg | Bin 36483 -> 0 bytes .../humain/LRHeart_beat_01_by_Lionel_Allorge.ogg | Bin 23596 -> 0 bytes .../maison/LRDoor_Open_2_by_Lionel_Allorge.ogg | Bin 71612 -> 0 bytes .../maison/LRRing_01_by_Lionel_Allorge.ogg | Bin 18062 -> 0 bytes .../LRBuddhist_gong_05_by_Lionel_Allorge.ogg | Bin 62074 -> 0 bytes .../LuneRouge/sf/LRWeird_1_by_Lionel_Allorge.ogg | Bin 41208 -> 0 bytes .../LuneRouge/sf/LRWeird_2_by_Lionel_Allorge.ogg | Bin 40628 -> 0 bytes .../LuneRouge/sf/LRWeird_3_by_Lionel_Allorge.ogg | Bin 106567 -> 0 bytes .../LuneRouge/sf/LRWeird_4_by_Lionel_Allorge.ogg | Bin 52454 -> 0 bytes .../LuneRouge/sf/LRWeird_5_by_Lionel_Allorge.ogg | Bin 71475 -> 0 bytes .../LuneRouge/sf/LRWeird_6_by_Lionel_Allorge.ogg | Bin 48037 -> 0 bytes .../usine/LRFactory_noise_01_by_Lionel_Allorge.ogg | Bin 16306 -> 0 bytes .../usine/LRFactory_noise_02_by_Lionel_Allorge.ogg | Bin 15634 -> 0 bytes .../usine/LRFactory_noise_03_by_Lionel_Allorge.ogg | Bin 14838 -> 0 bytes .../usine/LRFactory_noise_04_by_Lionel_Allorge.ogg | Bin 21606 -> 0 bytes .../usine/LRFactory_noise_05_by_Lionel_Allorge.ogg | Bin 11588 -> 0 bytes .../usine/LRFactory_noise_06_by_Lionel_Allorge.ogg | Bin 13566 -> 0 bytes .../usine/LRFireballs_01_by_Lionel_Allorge.ogg | Bin 70008 -> 0 bytes .../usine/LRHits_01_by_Lionel_Allorge.ogg | Bin 109626 -> 0 bytes boards/sounds/memory/plick.ogg | Bin 8568 -> 0 bytes boards/sounds/memory/tick.ogg | Bin 6002 -> 0 bytes boards/sounds/memory/tri.ogg | Bin 9710 -> 0 bytes src/memory-activity/memory.c | 135 +++++++++---------- src/memory-activity/resources/memory/01_cat.png | Bin 0 -> 8923 bytes src/memory-activity/resources/memory/02_pig.png | Bin 0 -> 9418 bytes src/memory-activity/resources/memory/03_bear.png | Bin 0 -> 8782 bytes .../resources/memory/04_hippopotamus.png | Bin 0 -> 8162 bytes .../resources/memory/05_penguin.png | Bin 0 -> 5345 bytes src/memory-activity/resources/memory/06_cow.png | Bin 0 -> 10427 bytes src/memory-activity/resources/memory/07_sheep.png | Bin 0 -> 9432 bytes src/memory-activity/resources/memory/08_turtle.png | Bin 0 -> 7748 bytes src/memory-activity/resources/memory/09_panda.png | Bin 0 -> 8477 bytes .../resources/memory/10_chicken.png | Bin 0 -> 7429 bytes .../resources/memory/11_redbird.png | Bin 0 -> 3260 bytes src/memory-activity/resources/memory/12_wolf.png | Bin 0 -> 10529 bytes src/memory-activity/resources/memory/13_monkey.png | Bin 0 -> 9880 bytes src/memory-activity/resources/memory/14_fox.png | Bin 0 -> 9327 bytes .../resources/memory/15_bluebirds.png | Bin 0 -> 4805 bytes .../resources/memory/16_elephant.png | Bin 0 -> 10665 bytes src/memory-activity/resources/memory/17_lion.png | Bin 0 -> 12015 bytes src/memory-activity/resources/memory/18_gnu.png | Bin 0 -> 10416 bytes .../resources/memory/19_bluebaby.png | Bin 0 -> 9089 bytes .../resources/memory/20_greenbaby.png | Bin 0 -> 9284 bytes src/memory-activity/resources/memory/21_frog.png | Bin 0 -> 8590 bytes src/memory-activity/resources/memory/COPYRIGHT | 5 + .../memory/LRApplauses_1_by_Lionel_Allorge_cut.ogg | Bin 0 -> 36483 bytes .../memory/LRBark_1_by_Lionel_Allorge_cut.ogg | Bin 0 -> 21783 bytes .../memory/LRBark_3_by_Lionel_Allorge_cut.ogg | Bin 0 -> 27444 bytes .../LRBuddhist_gong_05_by_Lionel_Allorge.ogg | Bin 0 -> 62074 bytes .../memory/LRDoor_Open_2_by_Lionel_Allorge.ogg | Bin 0 -> 71612 bytes .../LRFactory_noise_01_by_Lionel_Allorge.ogg | Bin 0 -> 16306 bytes .../LRFactory_noise_02_by_Lionel_Allorge.ogg | Bin 0 -> 15634 bytes .../LRFactory_noise_03_by_Lionel_Allorge.ogg | Bin 0 -> 14838 bytes .../LRFactory_noise_04_by_Lionel_Allorge.ogg | Bin 0 -> 21606 bytes .../LRFactory_noise_05_by_Lionel_Allorge.ogg | Bin 0 -> 11588 bytes .../LRFactory_noise_06_by_Lionel_Allorge.ogg | Bin 0 -> 13566 bytes .../memory/LRFireballs_01_by_Lionel_Allorge.ogg | Bin 0 -> 70008 bytes .../LRFrogsInPondDuringStormByLionelAllorgeCut.ogg | Bin 0 -> 58930 bytes .../memory/LRHeart_beat_01_by_Lionel_Allorge.ogg | Bin 0 -> 23596 bytes .../memory/LRHits_01_by_Lionel_Allorge.ogg | Bin 0 -> 109626 bytes .../resources/memory/LRLaPause_short.ogg | Bin 0 -> 50185 bytes .../LRObject_falling_01_by_Lionel_Allorge.ogg | Bin 0 -> 25637 bytes .../LRObject_falling_02_by_Lionel_Allorge.ogg | Bin 0 -> 56007 bytes .../LRRain_in_garden_01_by_Lionel_Allorge_cut.ogg | Bin 0 -> 69010 bytes .../memory/LRRing_01_by_Lionel_Allorge.ogg | Bin 0 -> 18062 bytes .../LRStartAndStopCarEngine1ByLionelAllorgeCut.ogg | Bin 0 -> 48594 bytes ...Train_slowing_down_01_by_Lionel_Allorge_cut.ogg | Bin 0 -> 75688 bytes .../memory/LRWeird_1_by_Lionel_Allorge.ogg | Bin 0 -> 41208 bytes .../memory/LRWeird_2_by_Lionel_Allorge.ogg | Bin 0 -> 40628 bytes .../memory/LRWeird_3_by_Lionel_Allorge.ogg | Bin 0 -> 106567 bytes .../memory/LRWeird_4_by_Lionel_Allorge.ogg | Bin 0 -> 52454 bytes .../memory/LRWeird_5_by_Lionel_Allorge.ogg | Bin 0 -> 71475 bytes .../memory/LRWeird_6_by_Lionel_Allorge.ogg | Bin 0 -> 48037 bytes src/memory-activity/resources/memory/Licence.txt | 141 ++++++++++++++++++++ src/memory-activity/resources/memory/README | 2 + src/memory-activity/resources/memory/backcard.png | Bin 0 -> 15961 bytes .../resources/memory/cardimage/01_cat.png | Bin 8923 -> 0 bytes .../resources/memory/cardimage/02_pig.png | Bin 9418 -> 0 bytes .../resources/memory/cardimage/03_bear.png | Bin 8782 -> 0 bytes .../resources/memory/cardimage/04_hippopotamus.png | Bin 8162 -> 0 bytes .../resources/memory/cardimage/05_penguin.png | Bin 5345 -> 0 bytes .../resources/memory/cardimage/06_cow.png | Bin 10427 -> 0 bytes .../resources/memory/cardimage/07_sheep.png | Bin 9432 -> 0 bytes .../resources/memory/cardimage/08_turtle.png | Bin 7748 -> 0 bytes .../resources/memory/cardimage/09_panda.png | Bin 8477 -> 0 bytes .../resources/memory/cardimage/10_chicken.png | Bin 7429 -> 0 bytes .../resources/memory/cardimage/11_redbird.png | Bin 3260 -> 0 bytes .../resources/memory/cardimage/12_wolf.png | Bin 10529 -> 0 bytes .../resources/memory/cardimage/13_monkey.png | Bin 9880 -> 0 bytes .../resources/memory/cardimage/14_fox.png | Bin 9327 -> 0 bytes .../resources/memory/cardimage/15_bluebirds.png | Bin 4805 -> 0 bytes .../resources/memory/cardimage/16_elephant.png | Bin 10665 -> 0 bytes .../resources/memory/cardimage/17_lion.png | Bin 12015 -> 0 bytes .../resources/memory/cardimage/18_gnu.png | Bin 10416 -> 0 bytes .../resources/memory/cardimage/19_bluebaby.png | Bin 9089 -> 0 bytes .../resources/memory/cardimage/20_greenbaby.png | Bin 9284 -> 0 bytes .../resources/memory/cardimage/21_frog.png | Bin 8590 -> 0 bytes .../resources/memory/cardimage/README | 2 - .../resources/memory/cardimage/backcard.png | Bin 15961 -> 0 bytes .../resources/memory/cardimage/emptycard.png | Bin 11140 -> 0 bytes src/memory-activity/resources/memory/emptycard.png | Bin 0 -> 11140 bytes src/memory-activity/resources/memory/plick.ogg | Bin 0 -> 8568 bytes src/memory-activity/resources/memory/tick.ogg | Bin 0 -> 6002 bytes src/memory-activity/resources/memory/tri.ogg | Bin 0 -> 9710 bytes 115 files changed, 214 insertions(+), 217 deletions(-) commit 0c16143267ad2ac279d64a9c6b65652c90189733 Author: Bruno Coudoin Date: Thu Sep 6 23:04:29 2007 +0000 cleanup, reorganized images svn path=/branches/gcomprixo/; revision=2972 src/melody-activity/melody.py | 33 +++++++++-------- src/melody-activity/resources/melody/Makefile.am | 37 ++++++++++++++++++++ .../resources/melody/guitar/background.jpg | Bin 51258 -> 0 bytes .../resources/melody/guitar/background.png | Bin 109926 -> 0 bytes .../resources/melody/guitar/cursor.png | Bin 2410 -> 0 bytes .../resources/melody/guitar/son1.png | Bin 218 -> 0 bytes .../resources/melody/guitar/son2.png | Bin 218 -> 0 bytes .../resources/melody/guitar/son3.png | Bin 218 -> 0 bytes .../resources/melody/guitar/son4.png | Bin 218 -> 0 bytes .../resources/melody/guitar_background.jpg | Bin 0 -> 51258 bytes .../resources/melody/guitar_background.png | Bin 0 -> 109926 bytes .../resources/melody/guitar_cursor.png | Bin 0 -> 2410 bytes .../resources/melody/guitar_melody.ogg | Bin 0 -> 6814 bytes .../resources/melody/guitar_son1.ogg | Bin 0 -> 4640 bytes .../resources/melody/guitar_son1.png | Bin 0 -> 218 bytes .../resources/melody/guitar_son2.ogg | Bin 0 -> 4628 bytes .../resources/melody/guitar_son2.png | Bin 0 -> 218 bytes .../resources/melody/guitar_son3.ogg | Bin 0 -> 4631 bytes .../resources/melody/guitar_son3.png | Bin 0 -> 218 bytes .../resources/melody/guitar_son4.ogg | Bin 0 -> 4649 bytes .../resources/melody/guitar_son4.png | Bin 0 -> 218 bytes .../resources/melody/sounds/guitar/melody.ogg | Bin 6814 -> 0 bytes .../resources/melody/sounds/guitar/son1.ogg | Bin 4640 -> 0 bytes .../resources/melody/sounds/guitar/son2.ogg | Bin 4628 -> 0 bytes .../resources/melody/sounds/guitar/son3.ogg | Bin 4631 -> 0 bytes .../resources/melody/sounds/guitar/son4.ogg | Bin 4649 -> 0 bytes .../resources/melody/sounds/tachos/melody.ogg | Bin 10268 -> 0 bytes .../resources/melody/sounds/tachos/son1.ogg | Bin 6134 -> 0 bytes .../resources/melody/sounds/tachos/son2.ogg | Bin 6742 -> 0 bytes .../resources/melody/sounds/tachos/son3.ogg | Bin 8137 -> 0 bytes .../resources/melody/sounds/tachos/son4.ogg | Bin 8391 -> 0 bytes .../resources/melody/sounds/xylofon/melody.ogg | Bin 6814 -> 0 bytes .../resources/melody/sounds/xylofon/son1.ogg | Bin 4910 -> 0 bytes .../resources/melody/sounds/xylofon/son2.ogg | Bin 7928 -> 0 bytes .../resources/melody/sounds/xylofon/son3.ogg | Bin 7501 -> 0 bytes .../resources/melody/sounds/xylofon/son4.ogg | Bin 7928 -> 0 bytes .../resources/melody/tachos/background.jpg | Bin 26463 -> 0 bytes .../resources/melody/tachos/cursor.png | Bin 7398 -> 0 bytes .../resources/melody/tachos/son1.png | Bin 5692 -> 0 bytes .../resources/melody/tachos/son2.png | Bin 6351 -> 0 bytes .../resources/melody/tachos/son3.png | Bin 9108 -> 0 bytes .../resources/melody/tachos/son4.png | Bin 9122 -> 0 bytes .../resources/melody/tachos_background.jpg | Bin 0 -> 26463 bytes .../resources/melody/tachos_cursor.png | Bin 0 -> 7398 bytes .../resources/melody/tachos_melody.ogg | Bin 0 -> 10268 bytes .../resources/melody/tachos_son1.ogg | Bin 0 -> 6134 bytes .../resources/melody/tachos_son1.png | Bin 0 -> 5692 bytes .../resources/melody/tachos_son2.ogg | Bin 0 -> 6742 bytes .../resources/melody/tachos_son2.png | Bin 0 -> 6351 bytes .../resources/melody/tachos_son3.ogg | Bin 0 -> 8137 bytes .../resources/melody/tachos_son3.png | Bin 0 -> 9108 bytes .../resources/melody/tachos_son4.ogg | Bin 0 -> 8391 bytes .../resources/melody/tachos_son4.png | Bin 0 -> 9122 bytes .../resources/melody/xylofon/background.png | Bin 32000 -> 0 bytes .../resources/melody/xylofon/cursor.png | Bin 6669 -> 0 bytes .../resources/melody/xylofon/son1.png | Bin 6903 -> 0 bytes .../resources/melody/xylofon/son2.png | Bin 8218 -> 0 bytes .../resources/melody/xylofon/son3.png | Bin 6930 -> 0 bytes .../resources/melody/xylofon/son4.png | Bin 5870 -> 0 bytes .../resources/melody/xylofon_background.png | Bin 0 -> 32000 bytes .../resources/melody/xylofon_cursor.png | Bin 0 -> 6669 bytes .../resources/melody/xylofon_melody.ogg | Bin 0 -> 6814 bytes .../resources/melody/xylofon_son1.ogg | Bin 0 -> 4910 bytes .../resources/melody/xylofon_son1.png | Bin 0 -> 6903 bytes .../resources/melody/xylofon_son2.ogg | Bin 0 -> 7928 bytes .../resources/melody/xylofon_son2.png | Bin 0 -> 8218 bytes .../resources/melody/xylofon_son3.ogg | Bin 0 -> 7501 bytes .../resources/melody/xylofon_son3.png | Bin 0 -> 6930 bytes .../resources/melody/xylofon_son4.ogg | Bin 0 -> 7928 bytes .../resources/melody/xylofon_son4.png | Bin 0 -> 5870 bytes 70 files changed, 54 insertions(+), 16 deletions(-) commit 2e17d56efe6a871133d24989c9c1b4434c051a6e Author: Bruno Coudoin Date: Thu Sep 6 22:42:01 2007 +0000 fixed the makefile, missing file svn path=/branches/gcomprixo/; revision=2971 src/chronos-activity/resources/chronos/Makefile.am | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit b6b81a9701138e13f36849b8dec44cd5bce6df06 Author: Bruno Coudoin Date: Thu Sep 6 22:37:16 2007 +0000 moved melody sounds in their proper place svn path=/branches/gcomprixo/; revision=2970 src/chronos-activity/resources/chronos/1.ogg | Bin 0 -> 21514 bytes src/chronos-activity/resources/chronos/2.ogg | Bin 0 -> 10582 bytes src/chronos-activity/resources/chronos/3.ogg | Bin 0 -> 16445 bytes .../resources/chronos/sounds/1.ogg | Bin 21514 -> 0 bytes .../resources/chronos/sounds/2.ogg | Bin 10582 -> 0 bytes .../resources/chronos/sounds/3.ogg | Bin 16445 -> 0 bytes 6 files changed, 0 insertions(+), 0 deletions(-) commit 8eb6873527caf54b3f776872945638219ffe349c Author: Bruno Coudoin Date: Thu Sep 6 22:34:15 2007 +0000 fixed reference to chronos resources svn path=/branches/gcomprixo/; revision=2969 boards/sounds/chronos/space/1.ogg | Bin 21514 -> 0 bytes boards/sounds/chronos/space/2.ogg | Bin 10582 -> 0 bytes boards/sounds/chronos/space/3.ogg | Bin 16445 -> 0 bytes .../resources/chronos/board1_0.xml.in | 10 +++++----- .../resources/chronos/board1_1.xml.in | 8 ++++---- .../resources/chronos/board1_2.xml.in | 8 ++++---- .../resources/chronos/board2_0.xml.in | 8 ++++---- .../resources/chronos/board3_0.xml.in | 4 ++-- .../resources/chronos/board3_1.xml.in | 6 +++--- .../resources/chronos/board3_2.xml.in | 6 +++--- .../resources/chronos/board3_3.xml.in | 6 +++--- .../resources/chronos/board3_4.xml.in | 6 +++--- .../resources/chronos/board4_0.xml.in | 6 +++--- .../resources/chronos/board4_1.xml.in | 6 +++--- .../resources/chronos/board4_2.xml.in | 6 +++--- .../resources/chronos/board4_3.xml.in | 6 +++--- .../resources/chronos/sounds/1.ogg | Bin 0 -> 21514 bytes .../resources/chronos/sounds/2.ogg | Bin 0 -> 10582 bytes .../resources/chronos/sounds/3.ogg | Bin 0 -> 16445 bytes 19 files changed, 43 insertions(+), 43 deletions(-) commit f0cba76eb80a0fb7c48b3e5739cd50b5d1af7314 Author: Bruno Coudoin Date: Thu Sep 6 22:20:14 2007 +0000 fixed bad reference to sel.entry (merged from trunk commit 2965 and 2967) svn path=/branches/gcomprixo/; revision=2968 src/login-activity/login.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 53e16dfc17525dcb2669464eb848b2387d47a260 Author: Bruno Coudoin Date: Thu Sep 6 22:10:56 2007 +0000 Fixed melody audio, moves its sounds svn path=/branches/gcomprixo/; revision=2966 boards/sounds/melody/guitar/melody.ogg | Bin 6814 -> 0 bytes boards/sounds/melody/guitar/son1.ogg | Bin 4640 -> 0 bytes boards/sounds/melody/guitar/son2.ogg | Bin 4628 -> 0 bytes boards/sounds/melody/guitar/son3.ogg | Bin 4631 -> 0 bytes boards/sounds/melody/guitar/son4.ogg | Bin 4649 -> 0 bytes boards/sounds/melody/tachos/melody.ogg | Bin 10268 -> 0 bytes boards/sounds/melody/tachos/son1.ogg | Bin 6134 -> 0 bytes boards/sounds/melody/tachos/son2.ogg | Bin 6742 -> 0 bytes boards/sounds/melody/tachos/son3.ogg | Bin 8137 -> 0 bytes boards/sounds/melody/tachos/son4.ogg | Bin 8391 -> 0 bytes boards/sounds/melody/xylofon/melody.ogg | Bin 6814 -> 0 bytes boards/sounds/melody/xylofon/son1.ogg | Bin 4910 -> 0 bytes boards/sounds/melody/xylofon/son2.ogg | Bin 7928 -> 0 bytes boards/sounds/melody/xylofon/son3.ogg | Bin 7501 -> 0 bytes boards/sounds/melody/xylofon/son4.ogg | Bin 7928 -> 0 bytes src/melody-activity/melody.py | 26 ++++++++++---------- .../resources/melody/sounds/guitar/melody.ogg | Bin 0 -> 6814 bytes .../resources/melody/sounds/guitar/son1.ogg | Bin 0 -> 4640 bytes .../resources/melody/sounds/guitar/son2.ogg | Bin 0 -> 4628 bytes .../resources/melody/sounds/guitar/son3.ogg | Bin 0 -> 4631 bytes .../resources/melody/sounds/guitar/son4.ogg | Bin 0 -> 4649 bytes .../resources/melody/sounds/tachos/melody.ogg | Bin 0 -> 10268 bytes .../resources/melody/sounds/tachos/son1.ogg | Bin 0 -> 6134 bytes .../resources/melody/sounds/tachos/son2.ogg | Bin 0 -> 6742 bytes .../resources/melody/sounds/tachos/son3.ogg | Bin 0 -> 8137 bytes .../resources/melody/sounds/tachos/son4.ogg | Bin 0 -> 8391 bytes .../resources/melody/sounds/xylofon/melody.ogg | Bin 0 -> 6814 bytes .../resources/melody/sounds/xylofon/son1.ogg | Bin 0 -> 4910 bytes .../resources/melody/sounds/xylofon/son2.ogg | Bin 0 -> 7928 bytes .../resources/melody/sounds/xylofon/son3.ogg | Bin 0 -> 7501 bytes .../resources/melody/sounds/xylofon/son4.ogg | Bin 0 -> 7928 bytes 31 files changed, 13 insertions(+), 13 deletions(-) commit dd82d9179cd60e6040c13aea055272e6ab967635 Author: Bruno Coudoin Date: Tue Sep 4 22:29:53 2007 +0000 Points now to voices/$LOCALE instead of sounds/$LOCALE svn path=/branches/gcomprixo/; revision=2961 README.translators | 8 +- src/algebra_by-activity/algebra.c | 14 ++-- .../activity/click_on_letter.xml.in | 2 +- src/click_on_letter-activity/click_on_letter.c | 8 +- src/colors-activity/colors.c | 4 +- src/gcompris/bar.c | 6 +- src/gcompris/board_config.c | 2 +- src/gcompris/bonus.c | 18 ++-- src/gcompris/gcompris.c | 4 +- src/geography-activity/activity/geography.xml.in | 2 +- .../resources/geography/board1_0.xml.in | 12 ++-- .../resources/geography/board2_0.xml.in | 22 +++--- .../resources/geography/board2_1.xml.in | 28 ++++---- .../resources/geography/board3_0.xml.in | 34 ++++---- .../resources/geography/board3_1.xml.in | 44 ++++++------ .../resources/geography/board4_0.xml.in | 66 ++++++++-------- .../resources/geography/board4_1.xml.in | 40 +++++----- .../resources/geography/board4_2.xml.in | 78 ++++++++++---------- .../activity/geography_country.xml.in | 2 +- .../resources/geography_country/board1_0.xml.in | 44 ++++++------ src/gletters-activity/gletters.c | 2 +- src/smallnumbers-activity/smallnumbers.c | 4 +- 22 files changed, 223 insertions(+), 221 deletions(-) commit fb4b8c99f9d3a582791b9ab668a5b1b5f49da210 Author: Bruno Coudoin Date: Tue Sep 4 22:27:49 2007 +0000 Fixed to point to the proper image svn path=/branches/gcomprixo/; revision=2960 .../resources/paintings/board1_0.xml.in | 12 ++++++------ .../resources/paintings/board2_0.xml.in | 12 ++++++------ .../resources/paintings/board3_0.xml.in | 16 ++++++++-------- .../resources/paintings/board3_1.xml.in | 16 ++++++++-------- .../resources/paintings/board4_0.xml.in | 12 ++++++------ .../resources/paintings/board5_0.xml.in | 12 ++++++------ .../resources/paintings/board6_0.xml.in | 12 ++++++------ 7 files changed, 46 insertions(+), 46 deletions(-) commit 179a80fc8598abba40a4e4ab0196267e51601a38 Author: Bruno Coudoin Date: Tue Sep 4 22:11:18 2007 +0000 fixed, missing backline svn path=/branches/gcomprixo/; revision=2959 .../resources/paintings/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 865780b2cc6a53c8623a0ec0d64b84e8326be985 Author: Bruno Coudoin Date: Tue Sep 4 19:52:13 2007 +0000 cleanup, removed unneeded cvsignore svn path=/branches/gcomprixo/; revision=2958 .cvsignore | 58 -------------------- autopackage/.cvsignore | 3 - boards/.cvsignore | 4 -- boards/flags/.cvsignore | 5 -- boards/mimetypes/.cvsignore | 4 -- boards/mimetypes/icons/.cvsignore | 4 -- boards/skins/babytoy/.cvsignore | 4 -- boards/sounds/.cvsignore | 4 -- docs/.cvsignore | 4 -- docs/C/.cvsignore | 4 -- docs/eu/.cvsignore | 4 -- docs/fr/.cvsignore | 4 -- po/.cvsignore | 15 ----- src/.cvsignore | 7 --- src/administration-activity/admin/.cvsignore | 8 --- .../resources/advanced_colors/.cvsignore | 4 -- .../resources/babymatch/.cvsignore | 3 - .../resources/babyshapes/.cvsignore | 4 -- src/boards/.cvsignore | 7 --- src/boards/python/.cvsignore | 8 --- src/boards/python/gcompris/.cvsignore | 8 --- src/boards/python/gcompris/admin/.cvsignore | 8 --- src/boards/python/gcompris/anim/.cvsignore | 8 --- src/boards/python/gcompris/bonus/.cvsignore | 8 --- src/boards/python/gcompris/score/.cvsignore | 8 --- src/boards/python/gcompris/skin/.cvsignore | 8 --- src/boards/python/gcompris/sound/.cvsignore | 8 --- src/boards/python/gcompris/timer/.cvsignore | 8 --- src/boards/python/gcompris/utils/.cvsignore | 8 --- .../resources/chess/.cvsignore | 4 -- src/chronos-activity/resources/chronos/.cvsignore | 4 -- src/connect4-activity/connect4p/.cvsignore | 8 --- .../resources/doubleentry/.cvsignore | 3 - src/gcompris/.cvsignore | 12 ---- .../resources/geography/.cvsignore | 3 - .../resources/geography/europe/.cvsignore | 4 -- src/imageid-activity/resources/imageid/.cvsignore | 3 - .../resources/imagename/.cvsignore | 3 - src/melody-activity/resources/melody/.cvsignore | 4 -- .../resources/missing_letter/.cvsignore | 3 - src/money-activity/resources/money/.cvsignore | 4 -- src/money-activity/resources/money/euro/.cvsignore | 4 -- .../resources/paintings/.cvsignore | 3 - .../resources/read_colors/.cvsignore | 4 -- .../resources/watercycle/.cvsignore | 4 -- tools/shapegame/dt/.cvsignore | 1 - 46 files changed, 0 insertions(+), 301 deletions(-) commit 0dba30b9dcf8936713f4c772943f39f944da6c53 Author: Bruno Coudoin Date: Mon Sep 3 20:09:10 2007 +0000 fixed compilation without dbus svn path=/branches/gcomprixo/; revision=2955 src/gcompris/dbus.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 681c6fcf029708b1f08ba1600683a7aada16be07 Author: Bruno Coudoin Date: Mon Sep 3 18:37:46 2007 +0000 Sounds are in voices now svn path=/branches/gcomprixo/; revision=2954 boards/sounds/ar/README | 2 - boards/sounds/ar/alphabet/10.ogg | Bin 24623 -> 0 bytes boards/sounds/ar/alphabet/11.ogg | Bin 35259 -> 0 bytes boards/sounds/ar/alphabet/12.ogg | Bin 27507 -> 0 bytes boards/sounds/ar/alphabet/13.ogg | Bin 30480 -> 0 bytes boards/sounds/ar/alphabet/14.ogg | Bin 31874 -> 0 bytes boards/sounds/ar/alphabet/15.ogg | Bin 24819 -> 0 bytes boards/sounds/ar/alphabet/16.ogg | Bin 31027 -> 0 bytes boards/sounds/ar/alphabet/17.ogg | Bin 35034 -> 0 bytes boards/sounds/ar/alphabet/18.ogg | Bin 35716 -> 0 bytes boards/sounds/ar/alphabet/19.ogg | Bin 33273 -> 0 bytes boards/sounds/ar/alphabet/20.ogg | Bin 20012 -> 0 bytes boards/sounds/ar/alphabet/U0030.ogg | Bin 20883 -> 0 bytes boards/sounds/ar/alphabet/U0031.ogg | Bin 18356 -> 0 bytes boards/sounds/ar/alphabet/U0032.ogg | Bin 20658 -> 0 bytes boards/sounds/ar/alphabet/U0033.ogg | Bin 24855 -> 0 bytes boards/sounds/ar/alphabet/U0034.ogg | Bin 23856 -> 0 bytes boards/sounds/ar/alphabet/U0035.ogg | Bin 30263 -> 0 bytes boards/sounds/ar/alphabet/U0036.ogg | Bin 23860 -> 0 bytes boards/sounds/ar/alphabet/U0037.ogg | Bin 28742 -> 0 bytes boards/sounds/ar/alphabet/U0038.ogg | Bin 31921 -> 0 bytes boards/sounds/ar/alphabet/U0039.ogg | Bin 21433 -> 0 bytes boards/sounds/ar/alphabet/U0623.ogg | Bin 21269 -> 0 bytes boards/sounds/ar/alphabet/U0628.ogg | Bin 21607 -> 0 bytes boards/sounds/ar/alphabet/U062A.ogg | Bin 19677 -> 0 bytes boards/sounds/ar/alphabet/U062B.ogg | Bin 20336 -> 0 bytes boards/sounds/ar/alphabet/U062C.ogg | Bin 23976 -> 0 bytes boards/sounds/ar/alphabet/U062D.ogg | Bin 24770 -> 0 bytes boards/sounds/ar/alphabet/U062E.ogg | Bin 18174 -> 0 bytes boards/sounds/ar/alphabet/U062F.ogg | Bin 23851 -> 0 bytes boards/sounds/ar/alphabet/U0630.ogg | Bin 22674 -> 0 bytes boards/sounds/ar/alphabet/U0631.ogg | Bin 26778 -> 0 bytes boards/sounds/ar/alphabet/U0632.ogg | Bin 22200 -> 0 bytes boards/sounds/ar/alphabet/U0633.ogg | Bin 23224 -> 0 bytes boards/sounds/ar/alphabet/U0634.ogg | Bin 25581 -> 0 bytes boards/sounds/ar/alphabet/U0635.ogg | Bin 22140 -> 0 bytes boards/sounds/ar/alphabet/U0636.ogg | Bin 24729 -> 0 bytes boards/sounds/ar/alphabet/U0637.ogg | Bin 24387 -> 0 bytes boards/sounds/ar/alphabet/U0638.ogg | Bin 22427 -> 0 bytes boards/sounds/ar/alphabet/U0639.ogg | Bin 21763 -> 0 bytes boards/sounds/ar/alphabet/U063A.ogg | Bin 23016 -> 0 bytes boards/sounds/ar/alphabet/U0641.ogg | Bin 21067 -> 0 bytes boards/sounds/ar/alphabet/U0642.ogg | Bin 23524 -> 0 bytes boards/sounds/ar/alphabet/U0643.ogg | Bin 21186 -> 0 bytes boards/sounds/ar/alphabet/U0644.ogg | Bin 25343 -> 0 bytes boards/sounds/ar/alphabet/U0645.ogg | Bin 20514 -> 0 bytes boards/sounds/ar/alphabet/U0646.ogg | Bin 17825 -> 0 bytes boards/sounds/ar/alphabet/U0647.ogg | Bin 24520 -> 0 bytes boards/sounds/ar/alphabet/U0648.ogg | Bin 24395 -> 0 bytes boards/sounds/ar/alphabet/U064A.ogg | Bin 26191 -> 0 bytes boards/sounds/ar/colors/black.ogg | Bin 24728 -> 0 bytes boards/sounds/ar/colors/blue.ogg | Bin 24553 -> 0 bytes boards/sounds/ar/colors/brown.ogg | Bin 26375 -> 0 bytes boards/sounds/ar/colors/green.ogg | Bin 26945 -> 0 bytes boards/sounds/ar/colors/grey.ogg | Bin 35531 -> 0 bytes boards/sounds/ar/colors/orange.ogg | Bin 40963 -> 0 bytes boards/sounds/ar/colors/pink.ogg | Bin 26779 -> 0 bytes boards/sounds/ar/colors/purple.ogg | Bin 37694 -> 0 bytes boards/sounds/ar/colors/red.ogg | Bin 23036 -> 0 bytes boards/sounds/ar/colors/white.ogg | Bin 22156 -> 0 bytes boards/sounds/ar/colors/yellow.ogg | Bin 22486 -> 0 bytes boards/sounds/ar/geography/africa.ogg | Bin 28001 -> 0 bytes boards/sounds/ar/geography/alaska.ogg | Bin 24594 -> 0 bytes boards/sounds/ar/geography/albania.ogg | Bin 25150 -> 0 bytes boards/sounds/ar/geography/america.ogg | Bin 23072 -> 0 bytes boards/sounds/ar/geography/antartica.ogg | Bin 39492 -> 0 bytes boards/sounds/ar/geography/argentina.ogg | Bin 28478 -> 0 bytes boards/sounds/ar/geography/asia.ogg | Bin 19185 -> 0 bytes boards/sounds/ar/geography/austria.ogg | Bin 20144 -> 0 bytes boards/sounds/ar/geography/bahamas.ogg | Bin 26677 -> 0 bytes boards/sounds/ar/geography/belarus.ogg | Bin 26275 -> 0 bytes boards/sounds/ar/geography/belgium.ogg | Bin 27248 -> 0 bytes boards/sounds/ar/geography/bolivia.ogg | Bin 25361 -> 0 bytes boards/sounds/ar/geography/bosnia_herzegovina.ogg | Bin 36569 -> 0 bytes boards/sounds/ar/geography/brazil.ogg | Bin 26694 -> 0 bytes boards/sounds/ar/geography/bulgaria.ogg | Bin 29756 -> 0 bytes boards/sounds/ar/geography/canada.ogg | Bin 22575 -> 0 bytes boards/sounds/ar/geography/chile.ogg | Bin 22331 -> 0 bytes boards/sounds/ar/geography/colombia.ogg | Bin 22248 -> 0 bytes boards/sounds/ar/geography/costa_rica.ogg | Bin 29384 -> 0 bytes boards/sounds/ar/geography/croatia.ogg | Bin 24842 -> 0 bytes boards/sounds/ar/geography/cuba.ogg | Bin 20117 -> 0 bytes boards/sounds/ar/geography/cyprus.ogg | Bin 16396 -> 0 bytes boards/sounds/ar/geography/czech.ogg | Bin 21145 -> 0 bytes boards/sounds/ar/geography/denmark.ogg | Bin 26386 -> 0 bytes boards/sounds/ar/geography/dominican_republic.ogg | Bin 34743 -> 0 bytes boards/sounds/ar/geography/ecuador.ogg | Bin 23931 -> 0 bytes boards/sounds/ar/geography/estonia.ogg | Bin 22849 -> 0 bytes boards/sounds/ar/geography/europe.ogg | Bin 22663 -> 0 bytes boards/sounds/ar/geography/finland.ogg | Bin 26691 -> 0 bytes boards/sounds/ar/geography/france.ogg | Bin 23899 -> 0 bytes boards/sounds/ar/geography/french_guiana.ogg | Bin 30901 -> 0 bytes boards/sounds/ar/geography/germany.ogg | Bin 22819 -> 0 bytes boards/sounds/ar/geography/greece.ogg | Bin 25147 -> 0 bytes boards/sounds/ar/geography/greenland.ogg | Bin 28467 -> 0 bytes boards/sounds/ar/geography/guatemala.ogg | Bin 30111 -> 0 bytes boards/sounds/ar/geography/guyana.ogg | Bin 19100 -> 0 bytes boards/sounds/ar/geography/haiti.ogg | Bin 27156 -> 0 bytes boards/sounds/ar/geography/honduras.ogg | Bin 27052 -> 0 bytes boards/sounds/ar/geography/hungary.ogg | Bin 22720 -> 0 bytes boards/sounds/ar/geography/iceland.ogg | Bin 24017 -> 0 bytes boards/sounds/ar/geography/ireland.ogg | Bin 24336 -> 0 bytes boards/sounds/ar/geography/italy.ogg | Bin 22870 -> 0 bytes boards/sounds/ar/geography/jamaica.ogg | Bin 23269 -> 0 bytes boards/sounds/ar/geography/latvia.ogg | Bin 26810 -> 0 bytes boards/sounds/ar/geography/lithuania.ogg | Bin 28653 -> 0 bytes boards/sounds/ar/geography/luxembourg.ogg | Bin 23239 -> 0 bytes boards/sounds/ar/geography/macedonia.ogg | Bin 19712 -> 0 bytes boards/sounds/ar/geography/mexico.ogg | Bin 25765 -> 0 bytes boards/sounds/ar/geography/moldova.ogg | Bin 31124 -> 0 bytes boards/sounds/ar/geography/netherland.ogg | Bin 23719 -> 0 bytes boards/sounds/ar/geography/nicaragua.ogg | Bin 21629 -> 0 bytes boards/sounds/ar/geography/norway.ogg | Bin 25611 -> 0 bytes boards/sounds/ar/geography/oceania.ogg | Bin 26238 -> 0 bytes boards/sounds/ar/geography/panama.ogg | Bin 16124 -> 0 bytes boards/sounds/ar/geography/paraguay.ogg | Bin 21705 -> 0 bytes boards/sounds/ar/geography/peru.ogg | Bin 21313 -> 0 bytes boards/sounds/ar/geography/poland.ogg | Bin 19542 -> 0 bytes boards/sounds/ar/geography/portugal.ogg | Bin 27905 -> 0 bytes boards/sounds/ar/geography/romania.ogg | Bin 25947 -> 0 bytes boards/sounds/ar/geography/russia.ogg | Bin 23391 -> 0 bytes boards/sounds/ar/geography/salvador.ogg | Bin 33599 -> 0 bytes boards/sounds/ar/geography/serbia_montenegro.ogg | Bin 59260 -> 0 bytes boards/sounds/ar/geography/slovakia.ogg | Bin 20842 -> 0 bytes boards/sounds/ar/geography/slovenia.ogg | Bin 19432 -> 0 bytes boards/sounds/ar/geography/spain.ogg | Bin 18959 -> 0 bytes boards/sounds/ar/geography/suriname.ogg | Bin 23792 -> 0 bytes boards/sounds/ar/geography/sweden.ogg | Bin 19871 -> 0 bytes boards/sounds/ar/geography/switz.ogg | Bin 17825 -> 0 bytes boards/sounds/ar/geography/turkey.ogg | Bin 19070 -> 0 bytes boards/sounds/ar/geography/ukraine.ogg | Bin 23990 -> 0 bytes boards/sounds/ar/geography/united_kingdom.ogg | Bin 32005 -> 0 bytes boards/sounds/ar/geography/uruguay.ogg | Bin 29172 -> 0 bytes boards/sounds/ar/geography/usa.ogg | Bin 51398 -> 0 bytes boards/sounds/ar/geography/venezuela.ogg | Bin 26728 -> 0 bytes boards/sounds/ar/misc/about.ogg | Bin 26506 -> 0 bytes boards/sounds/ar/misc/awesome.ogg | Bin 16280 -> 0 bytes boards/sounds/ar/misc/back.ogg | Bin 21701 -> 0 bytes boards/sounds/ar/misc/by.ogg | Bin 16042 -> 0 bytes boards/sounds/ar/misc/check_answer.ogg | Bin 38046 -> 0 bytes boards/sounds/ar/misc/click_on_letter.ogg | Bin 37195 -> 0 bytes boards/sounds/ar/misc/congratulation.ogg | Bin 24912 -> 0 bytes boards/sounds/ar/misc/equal.ogg | Bin 25961 -> 0 bytes boards/sounds/ar/misc/fantastic.ogg | Bin 27156 -> 0 bytes boards/sounds/ar/misc/good.ogg | Bin 19721 -> 0 bytes boards/sounds/ar/misc/great.ogg | Bin 26851 -> 0 bytes boards/sounds/ar/misc/help.ogg | Bin 29849 -> 0 bytes boards/sounds/ar/misc/level.ogg | Bin 21688 -> 0 bytes boards/sounds/ar/misc/minus.ogg | Bin 14988 -> 0 bytes boards/sounds/ar/misc/ok.ogg | Bin 26694 -> 0 bytes boards/sounds/ar/misc/outof.ogg | Bin 30582 -> 0 bytes boards/sounds/ar/misc/perfect.ogg | Bin 20220 -> 0 bytes boards/sounds/ar/misc/plus.ogg | Bin 23721 -> 0 bytes boards/sounds/ar/misc/quit.ogg | Bin 21772 -> 0 bytes boards/sounds/ar/misc/super.ogg | Bin 25416 -> 0 bytes boards/sounds/ar/misc/waytogo.ogg | Bin 28141 -> 0 bytes boards/sounds/ar/misc/welcome.ogg | Bin 54443 -> 0 bytes boards/sounds/cs/README | 2 - boards/sounds/cs/alphabet/10.ogg | Bin 15933 -> 0 bytes boards/sounds/cs/alphabet/11.ogg | Bin 28146 -> 0 bytes boards/sounds/cs/alphabet/12.ogg | Bin 25939 -> 0 bytes boards/sounds/cs/alphabet/13.ogg | Bin 22474 -> 0 bytes boards/sounds/cs/alphabet/14.ogg | Bin 28327 -> 0 bytes boards/sounds/cs/alphabet/15.ogg | Bin 27541 -> 0 bytes boards/sounds/cs/alphabet/16.ogg | Bin 29231 -> 0 bytes boards/sounds/cs/alphabet/17.ogg | Bin 28766 -> 0 bytes boards/sounds/cs/alphabet/18.ogg | Bin 28286 -> 0 bytes boards/sounds/cs/alphabet/19.ogg | Bin 32155 -> 0 bytes boards/sounds/cs/alphabet/20.ogg | Bin 18494 -> 0 bytes boards/sounds/cs/alphabet/U0031.ogg | Bin 18934 -> 0 bytes boards/sounds/cs/alphabet/U0032.ogg | Bin 13306 -> 0 bytes boards/sounds/cs/alphabet/U0033.ogg | Bin 16774 -> 0 bytes boards/sounds/cs/alphabet/U0034.ogg | Bin 19639 -> 0 bytes boards/sounds/cs/alphabet/U0035.ogg | Bin 12582 -> 0 bytes boards/sounds/cs/alphabet/U0036.ogg | Bin 22641 -> 0 bytes boards/sounds/cs/alphabet/U0037.ogg | Bin 18204 -> 0 bytes boards/sounds/cs/alphabet/U0038.ogg | Bin 15289 -> 0 bytes boards/sounds/cs/alphabet/U0039.ogg | Bin 18679 -> 0 bytes boards/sounds/cs/alphabet/U0061.ogg | Bin 17570 -> 0 bytes boards/sounds/cs/alphabet/U0062.ogg | Bin 16207 -> 0 bytes boards/sounds/cs/alphabet/U0063.ogg | Bin 17993 -> 0 bytes boards/sounds/cs/alphabet/U0064.ogg | Bin 19943 -> 0 bytes boards/sounds/cs/alphabet/U0065.ogg | Bin 15997 -> 0 bytes boards/sounds/cs/alphabet/U0066.ogg | Bin 18578 -> 0 bytes boards/sounds/cs/alphabet/U0067.ogg | Bin 24470 -> 0 bytes boards/sounds/cs/alphabet/U0068.ogg | Bin 22498 -> 0 bytes boards/sounds/cs/alphabet/U0069.ogg | Bin 13064 -> 0 bytes boards/sounds/cs/alphabet/U006A.ogg | Bin 28381 -> 0 bytes boards/sounds/cs/alphabet/U006B.ogg | Bin 21270 -> 0 bytes boards/sounds/cs/alphabet/U006C.ogg | Bin 13547 -> 0 bytes boards/sounds/cs/alphabet/U006D.ogg | Bin 15709 -> 0 bytes boards/sounds/cs/alphabet/U006E.ogg | Bin 17208 -> 0 bytes boards/sounds/cs/alphabet/U006F.ogg | Bin 15535 -> 0 bytes boards/sounds/cs/alphabet/U0070.ogg | Bin 11378 -> 0 bytes boards/sounds/cs/alphabet/U0071.ogg | Bin 31278 -> 0 bytes boards/sounds/cs/alphabet/U0072.ogg | Bin 18755 -> 0 bytes boards/sounds/cs/alphabet/U0073.ogg | Bin 16826 -> 0 bytes boards/sounds/cs/alphabet/U0074.ogg | Bin 24041 -> 0 bytes boards/sounds/cs/alphabet/U0075.ogg | Bin 13950 -> 0 bytes boards/sounds/cs/alphabet/U0076.ogg | Bin 14278 -> 0 bytes boards/sounds/cs/alphabet/U0077.ogg | Bin 23505 -> 0 bytes boards/sounds/cs/alphabet/U0078.ogg | Bin 20614 -> 0 bytes boards/sounds/cs/alphabet/U0079.ogg | Bin 22006 -> 0 bytes boards/sounds/cs/alphabet/U007A.ogg | Bin 19378 -> 0 bytes boards/sounds/cs/alphabet/U00E1.ogg | Bin 22175 -> 0 bytes boards/sounds/cs/alphabet/U00E9.ogg | Bin 24288 -> 0 bytes boards/sounds/cs/alphabet/U00ED.ogg | Bin 25449 -> 0 bytes boards/sounds/cs/alphabet/U00F3.ogg | Bin 21417 -> 0 bytes boards/sounds/cs/alphabet/U00FA.ogg | Bin 20730 -> 0 bytes boards/sounds/cs/alphabet/U00FD.ogg | Bin 34380 -> 0 bytes boards/sounds/cs/alphabet/U010D.ogg | Bin 22719 -> 0 bytes boards/sounds/cs/alphabet/U010F.ogg | Bin 12323 -> 0 bytes boards/sounds/cs/alphabet/U011B.ogg | Bin 31361 -> 0 bytes boards/sounds/cs/alphabet/U0148.ogg | Bin 33586 -> 0 bytes boards/sounds/cs/alphabet/U0159.ogg | Bin 15195 -> 0 bytes boards/sounds/cs/alphabet/U0161.ogg | Bin 22409 -> 0 bytes boards/sounds/cs/alphabet/U0165.ogg | Bin 20367 -> 0 bytes boards/sounds/cs/alphabet/U016F.ogg | Bin 27523 -> 0 bytes boards/sounds/cs/alphabet/U017E.ogg | Bin 17708 -> 0 bytes boards/sounds/cs/colors/black.ogg | Bin 20229 -> 0 bytes boards/sounds/cs/colors/blue.ogg | Bin 20170 -> 0 bytes boards/sounds/cs/colors/brown.ogg | Bin 20933 -> 0 bytes boards/sounds/cs/colors/green.ogg | Bin 22638 -> 0 bytes boards/sounds/cs/colors/grey.ogg | Bin 20123 -> 0 bytes boards/sounds/cs/colors/orange.ogg | Bin 23488 -> 0 bytes boards/sounds/cs/colors/pink.ogg | Bin 17692 -> 0 bytes boards/sounds/cs/colors/purple.ogg | Bin 21643 -> 0 bytes boards/sounds/cs/colors/red.ogg | Bin 24506 -> 0 bytes boards/sounds/cs/colors/white.ogg | Bin 15156 -> 0 bytes boards/sounds/cs/colors/yellow.ogg | Bin 21777 -> 0 bytes boards/sounds/cs/geography/alaska.ogg | Bin 21183 -> 0 bytes boards/sounds/cs/geography/albania.ogg | Bin 18724 -> 0 bytes boards/sounds/cs/geography/argentina.ogg | Bin 27443 -> 0 bytes boards/sounds/cs/geography/austria.ogg | Bin 24761 -> 0 bytes boards/sounds/cs/geography/bahamas.ogg | Bin 20383 -> 0 bytes boards/sounds/cs/geography/belarus.ogg | Bin 25419 -> 0 bytes boards/sounds/cs/geography/belgium.ogg | Bin 24242 -> 0 bytes boards/sounds/cs/geography/bolivia.ogg | Bin 29112 -> 0 bytes boards/sounds/cs/geography/bosnia_herzegovina.ogg | Bin 39075 -> 0 bytes boards/sounds/cs/geography/brazil.ogg | Bin 26936 -> 0 bytes boards/sounds/cs/geography/bulgaria.ogg | Bin 26295 -> 0 bytes boards/sounds/cs/geography/canada.ogg | Bin 22202 -> 0 bytes boards/sounds/cs/geography/chile.ogg | Bin 20438 -> 0 bytes boards/sounds/cs/geography/colombia.ogg | Bin 19977 -> 0 bytes boards/sounds/cs/geography/costa_rica.ogg | Bin 34908 -> 0 bytes boards/sounds/cs/geography/croatia.ogg | Bin 28012 -> 0 bytes boards/sounds/cs/geography/cuba.ogg | Bin 19682 -> 0 bytes boards/sounds/cs/geography/cyprus.ogg | Bin 23383 -> 0 bytes boards/sounds/cs/geography/czech.ogg | Bin 20544 -> 0 bytes boards/sounds/cs/geography/denmark.ogg | Bin 25495 -> 0 bytes boards/sounds/cs/geography/dominican_republic.ogg | Bin 45418 -> 0 bytes boards/sounds/cs/geography/ecuador.ogg | Bin 18383 -> 0 bytes boards/sounds/cs/geography/estonia.ogg | Bin 24034 -> 0 bytes boards/sounds/cs/geography/finland.ogg | Bin 22026 -> 0 bytes boards/sounds/cs/geography/france.ogg | Bin 28380 -> 0 bytes boards/sounds/cs/geography/french_guiana.ogg | Bin 29053 -> 0 bytes boards/sounds/cs/geography/germany.ogg | Bin 21846 -> 0 bytes boards/sounds/cs/geography/greece.ogg | Bin 22281 -> 0 bytes boards/sounds/cs/geography/greenland.ogg | Bin 24550 -> 0 bytes boards/sounds/cs/geography/guatemala.ogg | Bin 20317 -> 0 bytes boards/sounds/cs/geography/guyana.ogg | Bin 20774 -> 0 bytes boards/sounds/cs/geography/haiti.ogg | Bin 22864 -> 0 bytes boards/sounds/cs/geography/honduras.ogg | Bin 22959 -> 0 bytes boards/sounds/cs/geography/hungary.ogg | Bin 21796 -> 0 bytes boards/sounds/cs/geography/iceland.ogg | Bin 18164 -> 0 bytes boards/sounds/cs/geography/ireland.ogg | Bin 23114 -> 0 bytes boards/sounds/cs/geography/italy.ogg | Bin 21840 -> 0 bytes boards/sounds/cs/geography/jamaica.ogg | Bin 24814 -> 0 bytes boards/sounds/cs/geography/latvia.ogg | Bin 24243 -> 0 bytes boards/sounds/cs/geography/lithuania.ogg | Bin 23596 -> 0 bytes boards/sounds/cs/geography/luxembourg.ogg | Bin 24515 -> 0 bytes boards/sounds/cs/geography/macedonia.ogg | Bin 27588 -> 0 bytes boards/sounds/cs/geography/mexico.ogg | Bin 25757 -> 0 bytes boards/sounds/cs/geography/moldova.ogg | Bin 20703 -> 0 bytes boards/sounds/cs/geography/netherland.ogg | Bin 23315 -> 0 bytes boards/sounds/cs/geography/nicaragua.ogg | Bin 25453 -> 0 bytes boards/sounds/cs/geography/norway.ogg | Bin 19885 -> 0 bytes boards/sounds/cs/geography/panama.ogg | Bin 20396 -> 0 bytes boards/sounds/cs/geography/paraguay.ogg | Bin 21712 -> 0 bytes boards/sounds/cs/geography/peru.ogg | Bin 14998 -> 0 bytes boards/sounds/cs/geography/poland.ogg | Bin 19574 -> 0 bytes boards/sounds/cs/geography/portugal.ogg | Bin 24824 -> 0 bytes boards/sounds/cs/geography/romania.ogg | Bin 24364 -> 0 bytes boards/sounds/cs/geography/russia.ogg | Bin 22995 -> 0 bytes boards/sounds/cs/geography/salvador.ogg | Bin 23904 -> 0 bytes boards/sounds/cs/geography/serbia_montenegro.ogg | Bin 35730 -> 0 bytes boards/sounds/cs/geography/slovakia.ogg | Bin 24788 -> 0 bytes boards/sounds/cs/geography/slovenia.ogg | Bin 23769 -> 0 bytes boards/sounds/cs/geography/spain.ogg | Bin 30400 -> 0 bytes boards/sounds/cs/geography/suriname.ogg | Bin 21053 -> 0 bytes boards/sounds/cs/geography/sweden.ogg | Bin 27470 -> 0 bytes boards/sounds/cs/geography/switz.ogg | Bin 26584 -> 0 bytes boards/sounds/cs/geography/turkey.ogg | Bin 19752 -> 0 bytes boards/sounds/cs/geography/ukraine.ogg | Bin 22482 -> 0 bytes boards/sounds/cs/geography/united_kingdom.ogg | Bin 32087 -> 0 bytes boards/sounds/cs/geography/uruguay.ogg | Bin 18895 -> 0 bytes boards/sounds/cs/geography/usa.ogg | Bin 32067 -> 0 bytes boards/sounds/cs/geography/venezuela.ogg | Bin 19522 -> 0 bytes boards/sounds/cs/misc/awesome.ogg | Bin 16390 -> 0 bytes boards/sounds/cs/misc/back.ogg | Bin 14033 -> 0 bytes boards/sounds/cs/misc/by.ogg | Bin 12570 -> 0 bytes boards/sounds/cs/misc/check_answer.ogg | Bin 15776 -> 0 bytes boards/sounds/cs/misc/click_on_letter.ogg | Bin 26375 -> 0 bytes boards/sounds/cs/misc/congratulation.ogg | Bin 18278 -> 0 bytes boards/sounds/cs/misc/equal.ogg | Bin 22025 -> 0 bytes boards/sounds/cs/misc/fantastic.ogg | Bin 21413 -> 0 bytes boards/sounds/cs/misc/good.ogg | Bin 14247 -> 0 bytes boards/sounds/cs/misc/great.ogg | Bin 15134 -> 0 bytes boards/sounds/cs/misc/help.ogg | Bin 21498 -> 0 bytes boards/sounds/cs/misc/level.ogg | Bin 18922 -> 0 bytes boards/sounds/cs/misc/minus.ogg | Bin 16403 -> 0 bytes boards/sounds/cs/misc/ok.ogg | Bin 16039 -> 0 bytes boards/sounds/cs/misc/perfect.ogg | Bin 15819 -> 0 bytes boards/sounds/cs/misc/plus.ogg | Bin 14984 -> 0 bytes boards/sounds/cs/misc/quit.ogg | Bin 15249 -> 0 bytes boards/sounds/cs/misc/super.ogg | Bin 16799 -> 0 bytes boards/sounds/cs/misc/waytogo.ogg | Bin 17172 -> 0 bytes boards/sounds/cs/misc/welcome.ogg | Bin 22128 -> 0 bytes boards/sounds/da/alphabet/10.ogg | Bin 8462 -> 0 bytes boards/sounds/da/alphabet/11.ogg | Bin 9429 -> 0 bytes boards/sounds/da/alphabet/12.ogg | Bin 7137 -> 0 bytes boards/sounds/da/alphabet/13.ogg | Bin 11005 -> 0 bytes boards/sounds/da/alphabet/14.ogg | Bin 9552 -> 0 bytes boards/sounds/da/alphabet/15.ogg | Bin 10424 -> 0 bytes boards/sounds/da/alphabet/16.ogg | Bin 14284 -> 0 bytes boards/sounds/da/alphabet/17.ogg | Bin 9195 -> 0 bytes boards/sounds/da/alphabet/18.ogg | Bin 8836 -> 0 bytes boards/sounds/da/alphabet/19.ogg | Bin 8570 -> 0 bytes boards/sounds/da/alphabet/20.ogg | Bin 9591 -> 0 bytes boards/sounds/da/alphabet/README | 50 ---------- boards/sounds/da/alphabet/U0031.ogg | Bin 8783 -> 0 bytes boards/sounds/da/alphabet/U0032.ogg | Bin 8263 -> 0 bytes boards/sounds/da/alphabet/U0033.ogg | Bin 9210 -> 0 bytes boards/sounds/da/alphabet/U0034.ogg | Bin 9755 -> 0 bytes boards/sounds/da/alphabet/U0035.ogg | Bin 6944 -> 0 bytes boards/sounds/da/alphabet/U0036.ogg | Bin 13461 -> 0 bytes boards/sounds/da/alphabet/U0037.ogg | Bin 8943 -> 0 bytes boards/sounds/da/alphabet/U0038.ogg | Bin 10011 -> 0 bytes boards/sounds/da/alphabet/U0039.ogg | Bin 7125 -> 0 bytes boards/sounds/da/alphabet/U0061.ogg | Bin 7041 -> 0 bytes boards/sounds/da/alphabet/U0062.ogg | Bin 6822 -> 0 bytes boards/sounds/da/alphabet/U0063.ogg | Bin 8798 -> 0 bytes boards/sounds/da/alphabet/U0064.ogg | Bin 7874 -> 0 bytes boards/sounds/da/alphabet/U0065.ogg | Bin 7191 -> 0 bytes boards/sounds/da/alphabet/U0066.ogg | Bin 7317 -> 0 bytes boards/sounds/da/alphabet/U0067.ogg | Bin 7793 -> 0 bytes boards/sounds/da/alphabet/U0068.ogg | Bin 6813 -> 0 bytes boards/sounds/da/alphabet/U0069.ogg | Bin 7173 -> 0 bytes boards/sounds/da/alphabet/U006A.ogg | Bin 9359 -> 0 bytes boards/sounds/da/alphabet/U006B.ogg | Bin 7465 -> 0 bytes boards/sounds/da/alphabet/U006C.ogg | Bin 8228 -> 0 bytes boards/sounds/da/alphabet/U006D.ogg | Bin 7910 -> 0 bytes boards/sounds/da/alphabet/U006E.ogg | Bin 8820 -> 0 bytes boards/sounds/da/alphabet/U006F.ogg | Bin 7022 -> 0 bytes boards/sounds/da/alphabet/U0070.ogg | Bin 7101 -> 0 bytes boards/sounds/da/alphabet/U0071.ogg | Bin 7278 -> 0 bytes boards/sounds/da/alphabet/U0072.ogg | Bin 7804 -> 0 bytes boards/sounds/da/alphabet/U0073.ogg | Bin 11121 -> 0 bytes boards/sounds/da/alphabet/U0074.ogg | Bin 7336 -> 0 bytes boards/sounds/da/alphabet/U0075.ogg | Bin 6931 -> 0 bytes boards/sounds/da/alphabet/U0076.ogg | Bin 7565 -> 0 bytes boards/sounds/da/alphabet/U0077.ogg | Bin 11135 -> 0 bytes boards/sounds/da/alphabet/U0078.ogg | Bin 11438 -> 0 bytes boards/sounds/da/alphabet/U0079.ogg | Bin 7297 -> 0 bytes boards/sounds/da/alphabet/U007A.ogg | Bin 11852 -> 0 bytes boards/sounds/da/alphabet/U00E5.ogg | Bin 7232 -> 0 bytes boards/sounds/da/alphabet/U00E6.ogg | Bin 6924 -> 0 bytes boards/sounds/da/alphabet/U00F8.ogg | Bin 6817 -> 0 bytes boards/sounds/da/colors/README | 10 -- boards/sounds/da/colors/black.ogg | Bin 9347 -> 0 bytes boards/sounds/da/colors/blue.ogg | Bin 7396 -> 0 bytes boards/sounds/da/colors/brown.ogg | Bin 8564 -> 0 bytes boards/sounds/da/colors/green.ogg | Bin 7272 -> 0 bytes boards/sounds/da/colors/grey.ogg | Bin 7037 -> 0 bytes boards/sounds/da/colors/orange.ogg | Bin 11406 -> 0 bytes boards/sounds/da/colors/pink.ogg | Bin 9031 -> 0 bytes boards/sounds/da/colors/purple.ogg | Bin 9864 -> 0 bytes boards/sounds/da/colors/red.ogg | Bin 6545 -> 0 bytes boards/sounds/da/colors/white.ogg | Bin 6846 -> 0 bytes boards/sounds/da/colors/yellow.ogg | Bin 7695 -> 0 bytes boards/sounds/da/geography/README | 68 -------------- boards/sounds/da/geography/alaska.ogg | Bin 12419 -> 0 bytes boards/sounds/da/geography/albania.ogg | Bin 12952 -> 0 bytes boards/sounds/da/geography/argentina.ogg | Bin 14629 -> 0 bytes boards/sounds/da/geography/austria.ogg | Bin 10485 -> 0 bytes boards/sounds/da/geography/bahamas.ogg | Bin 11812 -> 0 bytes boards/sounds/da/geography/belarus.ogg | Bin 13644 -> 0 bytes boards/sounds/da/geography/belgium.ogg | Bin 12843 -> 0 bytes boards/sounds/da/geography/bolivia.ogg | Bin 12218 -> 0 bytes boards/sounds/da/geography/bosnia_herzegovina.ogg | Bin 23465 -> 0 bytes boards/sounds/da/geography/brazil.ogg | Bin 13515 -> 0 bytes boards/sounds/da/geography/bulgaria.ogg | Bin 13422 -> 0 bytes boards/sounds/da/geography/canada.ogg | Bin 11239 -> 0 bytes boards/sounds/da/geography/chile.ogg | Bin 10328 -> 0 bytes boards/sounds/da/geography/colombia.ogg | Bin 13274 -> 0 bytes boards/sounds/da/geography/costa_rica.ogg | Bin 14752 -> 0 bytes boards/sounds/da/geography/croatia.ogg | Bin 12901 -> 0 bytes boards/sounds/da/geography/cuba.ogg | Bin 10982 -> 0 bytes boards/sounds/da/geography/cyprus.ogg | Bin 9828 -> 0 bytes boards/sounds/da/geography/czech.ogg | Bin 12122 -> 0 bytes boards/sounds/da/geography/denmark.ogg | Bin 10606 -> 0 bytes boards/sounds/da/geography/dominican_republic.ogg | Bin 23696 -> 0 bytes boards/sounds/da/geography/ecuador.ogg | Bin 12437 -> 0 bytes boards/sounds/da/geography/estonia.ogg | Bin 11640 -> 0 bytes boards/sounds/da/geography/finland.ogg | Bin 9715 -> 0 bytes boards/sounds/da/geography/france.ogg | Bin 11620 -> 0 bytes boards/sounds/da/geography/french_guiana.ogg | Bin 18103 -> 0 bytes boards/sounds/da/geography/germany.ogg | Bin 11749 -> 0 bytes boards/sounds/da/geography/greece.ogg | Bin 11852 -> 0 bytes boards/sounds/da/geography/greenland.ogg | Bin 10442 -> 0 bytes boards/sounds/da/geography/guatemala.ogg | Bin 13148 -> 0 bytes boards/sounds/da/geography/guyana.ogg | Bin 9778 -> 0 bytes boards/sounds/da/geography/haiti.ogg | Bin 11776 -> 0 bytes boards/sounds/da/geography/honduras.ogg | Bin 12827 -> 0 bytes boards/sounds/da/geography/hungary.ogg | Bin 10679 -> 0 bytes boards/sounds/da/geography/iceland.ogg | Bin 10992 -> 0 bytes boards/sounds/da/geography/ireland.ogg | Bin 9426 -> 0 bytes boards/sounds/da/geography/italy.ogg | Bin 14302 -> 0 bytes boards/sounds/da/geography/jamaica.ogg | Bin 13724 -> 0 bytes boards/sounds/da/geography/latvia.ogg | Bin 9909 -> 0 bytes boards/sounds/da/geography/lithuania.ogg | Bin 10325 -> 0 bytes boards/sounds/da/geography/luxembourg.ogg | Bin 12461 -> 0 bytes boards/sounds/da/geography/macedonia.ogg | Bin 14367 -> 0 bytes boards/sounds/da/geography/mexico.ogg | Bin 12295 -> 0 bytes boards/sounds/da/geography/moldova.ogg | Bin 13305 -> 0 bytes boards/sounds/da/geography/netherland.ogg | Bin 8758 -> 0 bytes boards/sounds/da/geography/nicaragua.ogg | Bin 16484 -> 0 bytes boards/sounds/da/geography/norway.ogg | Bin 9796 -> 0 bytes boards/sounds/da/geography/panama.ogg | Bin 10059 -> 0 bytes boards/sounds/da/geography/paraguay.ogg | Bin 10760 -> 0 bytes boards/sounds/da/geography/peru.ogg | Bin 9273 -> 0 bytes boards/sounds/da/geography/poland.ogg | Bin 9618 -> 0 bytes boards/sounds/da/geography/portugal.ogg | Bin 12111 -> 0 bytes boards/sounds/da/geography/romania.ogg | Bin 11929 -> 0 bytes boards/sounds/da/geography/russia.ogg | Bin 9150 -> 0 bytes boards/sounds/da/geography/salvador.ogg | Bin 15003 -> 0 bytes boards/sounds/da/geography/serbia_montenegro.ogg | Bin 22114 -> 0 bytes boards/sounds/da/geography/slovakia.ogg | Bin 14147 -> 0 bytes boards/sounds/da/geography/slovenia.ogg | Bin 13762 -> 0 bytes boards/sounds/da/geography/spain.ogg | Bin 12561 -> 0 bytes boards/sounds/da/geography/suriname.ogg | Bin 13298 -> 0 bytes boards/sounds/da/geography/sweden.ogg | Bin 11637 -> 0 bytes boards/sounds/da/geography/switz.ogg | Bin 14124 -> 0 bytes boards/sounds/da/geography/turkey.ogg | Bin 13448 -> 0 bytes boards/sounds/da/geography/ukraine.ogg | Bin 12783 -> 0 bytes boards/sounds/da/geography/united_kingdom.ogg | Bin 16437 -> 0 bytes boards/sounds/da/geography/uruguay.ogg | Bin 10362 -> 0 bytes boards/sounds/da/geography/usa.ogg | Bin 10299 -> 0 bytes boards/sounds/da/geography/venezuela.ogg | Bin 14573 -> 0 bytes boards/sounds/da/misc/README | 15 --- boards/sounds/da/misc/awesome.ogg | Bin 19089 -> 0 bytes boards/sounds/da/misc/back.ogg | Bin 11796 -> 0 bytes boards/sounds/da/misc/by.ogg | Bin 9246 -> 0 bytes boards/sounds/da/misc/click_on_letter.ogg | Bin 20334 -> 0 bytes boards/sounds/da/misc/congratulation.ogg | Bin 13916 -> 0 bytes boards/sounds/da/misc/equal.ogg | Bin 12659 -> 0 bytes boards/sounds/da/misc/fantastic.ogg | Bin 18775 -> 0 bytes boards/sounds/da/misc/good.ogg | Bin 9271 -> 0 bytes boards/sounds/da/misc/great.ogg | Bin 8944 -> 0 bytes boards/sounds/da/misc/help.ogg | Bin 8390 -> 0 bytes boards/sounds/da/misc/level.ogg | Bin 9307 -> 0 bytes boards/sounds/da/misc/minus.ogg | Bin 11257 -> 0 bytes boards/sounds/da/misc/ok.ogg | Bin 19296 -> 0 bytes boards/sounds/da/misc/outof.ogg | Bin 11167 -> 0 bytes boards/sounds/da/misc/perfect.ogg | Bin 16189 -> 0 bytes boards/sounds/da/misc/plus.ogg | Bin 10093 -> 0 bytes boards/sounds/da/misc/quit.ogg | Bin 9520 -> 0 bytes boards/sounds/da/misc/super.ogg | Bin 12721 -> 0 bytes boards/sounds/da/misc/waytogo.ogg | Bin 14171 -> 0 bytes boards/sounds/da/misc/welcome.ogg | Bin 12464 -> 0 bytes boards/sounds/de/alphabet/10.ogg | Bin 9408 -> 0 bytes boards/sounds/de/alphabet/README | 37 -------- boards/sounds/de/alphabet/U0030.ogg | Bin 12185 -> 0 bytes boards/sounds/de/alphabet/U0031.ogg | Bin 14532 -> 0 bytes boards/sounds/de/alphabet/U0032.ogg | Bin 13127 -> 0 bytes boards/sounds/de/alphabet/U0033.ogg | Bin 13128 -> 0 bytes boards/sounds/de/alphabet/U0034.ogg | Bin 12290 -> 0 bytes boards/sounds/de/alphabet/U0035.ogg | Bin 13190 -> 0 bytes boards/sounds/de/alphabet/U0036.ogg | Bin 14045 -> 0 bytes boards/sounds/de/alphabet/U0037.ogg | Bin 12178 -> 0 bytes boards/sounds/de/alphabet/U0038.ogg | Bin 10569 -> 0 bytes boards/sounds/de/alphabet/U0039.ogg | Bin 8849 -> 0 bytes boards/sounds/de/alphabet/U0061.ogg | Bin 12386 -> 0 bytes boards/sounds/de/alphabet/U0062.ogg | Bin 9894 -> 0 bytes boards/sounds/de/alphabet/U0063.ogg | Bin 11120 -> 0 bytes boards/sounds/de/alphabet/U0064.ogg | Bin 10682 -> 0 bytes boards/sounds/de/alphabet/U0065.ogg | Bin 10436 -> 0 bytes boards/sounds/de/alphabet/U0066.ogg | Bin 11795 -> 0 bytes boards/sounds/de/alphabet/U0067.ogg | Bin 10921 -> 0 bytes boards/sounds/de/alphabet/U0068.ogg | Bin 10607 -> 0 bytes boards/sounds/de/alphabet/U0069.ogg | Bin 12793 -> 0 bytes boards/sounds/de/alphabet/U006A.ogg | Bin 11363 -> 0 bytes boards/sounds/de/alphabet/U006B.ogg | Bin 10908 -> 0 bytes boards/sounds/de/alphabet/U006C.ogg | Bin 10670 -> 0 bytes boards/sounds/de/alphabet/U006D.ogg | Bin 11348 -> 0 bytes boards/sounds/de/alphabet/U006E.ogg | Bin 14833 -> 0 bytes boards/sounds/de/alphabet/U006F.ogg | Bin 11922 -> 0 bytes boards/sounds/de/alphabet/U0070.ogg | Bin 10568 -> 0 bytes boards/sounds/de/alphabet/U0071.ogg | Bin 12056 -> 0 bytes boards/sounds/de/alphabet/U0072.ogg | Bin 11348 -> 0 bytes boards/sounds/de/alphabet/U0073.ogg | Bin 13594 -> 0 bytes boards/sounds/de/alphabet/U0074.ogg | Bin 12441 -> 0 bytes boards/sounds/de/alphabet/U0075.ogg | Bin 10431 -> 0 bytes boards/sounds/de/alphabet/U0076.ogg | Bin 11141 -> 0 bytes boards/sounds/de/alphabet/U0077.ogg | Bin 13256 -> 0 bytes boards/sounds/de/alphabet/U0078.ogg | Bin 11737 -> 0 bytes boards/sounds/de/alphabet/U0079.ogg | Bin 12625 -> 0 bytes boards/sounds/de/alphabet/U007A.ogg | Bin 12748 -> 0 bytes boards/sounds/de/colors/README | 10 -- boards/sounds/de/colors/black.ogg | Bin 14584 -> 0 bytes boards/sounds/de/colors/blue.ogg | Bin 12421 -> 0 bytes boards/sounds/de/colors/brown.ogg | Bin 9597 -> 0 bytes boards/sounds/de/colors/green.ogg | Bin 11650 -> 0 bytes boards/sounds/de/colors/grey.ogg | Bin 10457 -> 0 bytes boards/sounds/de/colors/orange.ogg | Bin 11788 -> 0 bytes boards/sounds/de/colors/purple.ogg | Bin 9951 -> 0 bytes boards/sounds/de/colors/red.ogg | Bin 12156 -> 0 bytes boards/sounds/de/colors/white.ogg | Bin 12803 -> 0 bytes boards/sounds/de/colors/yellow.ogg | Bin 10432 -> 0 bytes boards/sounds/de/misc/README | 15 --- boards/sounds/de/misc/back.ogg | Bin 12256 -> 0 bytes boards/sounds/de/misc/by.ogg | Bin 9715 -> 0 bytes boards/sounds/de/misc/click_on_letter.ogg | Bin 18935 -> 0 bytes boards/sounds/de/misc/congratulation.ogg | Bin 20174 -> 0 bytes boards/sounds/de/misc/equal.ogg | Bin 17020 -> 0 bytes boards/sounds/de/misc/good.ogg | Bin 11257 -> 0 bytes boards/sounds/de/misc/great.ogg | Bin 10959 -> 0 bytes boards/sounds/de/misc/help.ogg | Bin 10149 -> 0 bytes boards/sounds/de/misc/level.ogg | Bin 14394 -> 0 bytes boards/sounds/de/misc/minus.ogg | Bin 12384 -> 0 bytes boards/sounds/de/misc/ok.ogg | Bin 10095 -> 0 bytes boards/sounds/de/misc/outof.ogg | Bin 17379 -> 0 bytes boards/sounds/de/misc/plus.ogg | Bin 7827 -> 0 bytes boards/sounds/de/misc/quit.ogg | Bin 13421 -> 0 bytes boards/sounds/de/misc/super.ogg | Bin 10979 -> 0 bytes boards/sounds/de/misc/welcome.ogg | Bin 25319 -> 0 bytes boards/sounds/en/alphabet/10.ogg | Bin 18518 -> 0 bytes boards/sounds/en/alphabet/11.ogg | Bin 24653 -> 0 bytes boards/sounds/en/alphabet/12.ogg | Bin 18989 -> 0 bytes boards/sounds/en/alphabet/13.ogg | Bin 28536 -> 0 bytes boards/sounds/en/alphabet/14.ogg | Bin 23904 -> 0 bytes boards/sounds/en/alphabet/15.ogg | Bin 24321 -> 0 bytes boards/sounds/en/alphabet/16.ogg | Bin 23991 -> 0 bytes boards/sounds/en/alphabet/17.ogg | Bin 24244 -> 0 bytes boards/sounds/en/alphabet/18.ogg | Bin 26342 -> 0 bytes boards/sounds/en/alphabet/19.ogg | Bin 22525 -> 0 bytes boards/sounds/en/alphabet/20.ogg | Bin 22875 -> 0 bytes boards/sounds/en/alphabet/README | 47 ---------- boards/sounds/en/alphabet/U0030.ogg | Bin 14069 -> 0 bytes boards/sounds/en/alphabet/U0031.ogg | Bin 19996 -> 0 bytes boards/sounds/en/alphabet/U0032.ogg | Bin 17769 -> 0 bytes boards/sounds/en/alphabet/U0033.ogg | Bin 20086 -> 0 bytes boards/sounds/en/alphabet/U0034.ogg | Bin 16843 -> 0 bytes boards/sounds/en/alphabet/U0035.ogg | Bin 20902 -> 0 bytes boards/sounds/en/alphabet/U0036.ogg | Bin 20953 -> 0 bytes boards/sounds/en/alphabet/U0037.ogg | Bin 20460 -> 0 bytes boards/sounds/en/alphabet/U0038.ogg | Bin 20131 -> 0 bytes boards/sounds/en/alphabet/U0039.ogg | Bin 18967 -> 0 bytes boards/sounds/en/alphabet/U0061.ogg | Bin 20023 -> 0 bytes boards/sounds/en/alphabet/U0062.ogg | Bin 21858 -> 0 bytes boards/sounds/en/alphabet/U0063.ogg | Bin 22605 -> 0 bytes boards/sounds/en/alphabet/U0064.ogg | Bin 20013 -> 0 bytes boards/sounds/en/alphabet/U0065.ogg | Bin 25836 -> 0 bytes boards/sounds/en/alphabet/U0066.ogg | Bin 18673 -> 0 bytes boards/sounds/en/alphabet/U0067.ogg | Bin 24683 -> 0 bytes boards/sounds/en/alphabet/U0068.ogg | Bin 26715 -> 0 bytes boards/sounds/en/alphabet/U0069.ogg | Bin 20838 -> 0 bytes boards/sounds/en/alphabet/U006A.ogg | Bin 23387 -> 0 bytes boards/sounds/en/alphabet/U006B.ogg | Bin 22245 -> 0 bytes boards/sounds/en/alphabet/U006C.ogg | Bin 22756 -> 0 bytes boards/sounds/en/alphabet/U006D.ogg | Bin 24140 -> 0 bytes boards/sounds/en/alphabet/U006E.ogg | Bin 22172 -> 0 bytes boards/sounds/en/alphabet/U006F.ogg | Bin 20211 -> 0 bytes boards/sounds/en/alphabet/U0070.ogg | Bin 18771 -> 0 bytes boards/sounds/en/alphabet/U0071.ogg | Bin 21214 -> 0 bytes boards/sounds/en/alphabet/U0072.ogg | Bin 20812 -> 0 bytes boards/sounds/en/alphabet/U0073.ogg | Bin 18637 -> 0 bytes boards/sounds/en/alphabet/U0074.ogg | Bin 18460 -> 0 bytes boards/sounds/en/alphabet/U0075.ogg | Bin 20914 -> 0 bytes boards/sounds/en/alphabet/U0076.ogg | Bin 20248 -> 0 bytes boards/sounds/en/alphabet/U0077.ogg | Bin 24088 -> 0 bytes boards/sounds/en/alphabet/U0078.ogg | Bin 23667 -> 0 bytes boards/sounds/en/alphabet/U0079.ogg | Bin 21078 -> 0 bytes boards/sounds/en/alphabet/U007A.ogg | Bin 21581 -> 0 bytes boards/sounds/en/colors/README | 11 -- boards/sounds/en/colors/black.ogg | Bin 31574 -> 0 bytes boards/sounds/en/colors/blue.ogg | Bin 22937 -> 0 bytes boards/sounds/en/colors/brown.ogg | Bin 20552 -> 0 bytes boards/sounds/en/colors/green.ogg | Bin 26956 -> 0 bytes boards/sounds/en/colors/grey.ogg | Bin 22699 -> 0 bytes boards/sounds/en/colors/orange.ogg | Bin 22153 -> 0 bytes boards/sounds/en/colors/pink.ogg | Bin 25639 -> 0 bytes boards/sounds/en/colors/purple.ogg | Bin 20951 -> 0 bytes boards/sounds/en/colors/red.ogg | Bin 22007 -> 0 bytes boards/sounds/en/colors/white.ogg | Bin 22976 -> 0 bytes boards/sounds/en/colors/yellow.ogg | Bin 28127 -> 0 bytes boards/sounds/en/geography/README | 68 -------------- boards/sounds/en/geography/alaska.ogg | Bin 26189 -> 0 bytes boards/sounds/en/geography/albania.ogg | Bin 24872 -> 0 bytes boards/sounds/en/geography/argentina.ogg | Bin 31139 -> 0 bytes boards/sounds/en/geography/austria.ogg | Bin 25458 -> 0 bytes boards/sounds/en/geography/bahamas.ogg | Bin 25149 -> 0 bytes boards/sounds/en/geography/belarus.ogg | Bin 30108 -> 0 bytes boards/sounds/en/geography/belgium.ogg | Bin 24915 -> 0 bytes boards/sounds/en/geography/bolivia.ogg | Bin 22827 -> 0 bytes boards/sounds/en/geography/bosnia_herzegovina.ogg | Bin 39300 -> 0 bytes boards/sounds/en/geography/brazil.ogg | Bin 25646 -> 0 bytes boards/sounds/en/geography/bulgaria.ogg | Bin 24547 -> 0 bytes boards/sounds/en/geography/canada.ogg | Bin 25525 -> 0 bytes boards/sounds/en/geography/chile.ogg | Bin 20897 -> 0 bytes boards/sounds/en/geography/colombia.ogg | Bin 25000 -> 0 bytes boards/sounds/en/geography/costa_rica.ogg | Bin 27237 -> 0 bytes boards/sounds/en/geography/croatia.ogg | Bin 25340 -> 0 bytes boards/sounds/en/geography/cuba.ogg | Bin 28144 -> 0 bytes boards/sounds/en/geography/cyprus.ogg | Bin 24289 -> 0 bytes boards/sounds/en/geography/czech.ogg | Bin 30595 -> 0 bytes boards/sounds/en/geography/denmark.ogg | Bin 27261 -> 0 bytes boards/sounds/en/geography/dominican_republic.ogg | Bin 34692 -> 0 bytes boards/sounds/en/geography/ecuador.ogg | Bin 27042 -> 0 bytes boards/sounds/en/geography/estonia.ogg | Bin 26444 -> 0 bytes boards/sounds/en/geography/france.ogg | Bin 13299 -> 0 bytes boards/sounds/en/geography/french_guiana.ogg | Bin 28728 -> 0 bytes boards/sounds/en/geography/germany.ogg | Bin 13809 -> 0 bytes boards/sounds/en/geography/greece.ogg | Bin 20568 -> 0 bytes boards/sounds/en/geography/greenland.ogg | Bin 24580 -> 0 bytes boards/sounds/en/geography/guatemala.ogg | Bin 24772 -> 0 bytes boards/sounds/en/geography/guyana.ogg | Bin 24215 -> 0 bytes boards/sounds/en/geography/haiti.ogg | Bin 19395 -> 0 bytes boards/sounds/en/geography/honduras.ogg | Bin 27742 -> 0 bytes boards/sounds/en/geography/hungary.ogg | Bin 23517 -> 0 bytes boards/sounds/en/geography/iceland.ogg | Bin 28040 -> 0 bytes boards/sounds/en/geography/ireland.ogg | Bin 26493 -> 0 bytes boards/sounds/en/geography/italy.ogg | Bin 23330 -> 0 bytes boards/sounds/en/geography/jamaica.ogg | Bin 30478 -> 0 bytes boards/sounds/en/geography/latvia.ogg | Bin 24455 -> 0 bytes boards/sounds/en/geography/lithuania.ogg | Bin 26136 -> 0 bytes boards/sounds/en/geography/luxembourg.ogg | Bin 26373 -> 0 bytes boards/sounds/en/geography/macedonia.ogg | Bin 31087 -> 0 bytes boards/sounds/en/geography/mexico.ogg | Bin 24945 -> 0 bytes boards/sounds/en/geography/moldova.ogg | Bin 23474 -> 0 bytes boards/sounds/en/geography/netherland.ogg | Bin 28411 -> 0 bytes boards/sounds/en/geography/nicaragua.ogg | Bin 27797 -> 0 bytes boards/sounds/en/geography/norway.ogg | Bin 26185 -> 0 bytes boards/sounds/en/geography/panama.ogg | Bin 25226 -> 0 bytes boards/sounds/en/geography/paraguay.ogg | Bin 24806 -> 0 bytes boards/sounds/en/geography/peru.ogg | Bin 26840 -> 0 bytes boards/sounds/en/geography/poland.ogg | Bin 25199 -> 0 bytes boards/sounds/en/geography/portugal.ogg | Bin 31442 -> 0 bytes boards/sounds/en/geography/romania.ogg | Bin 28423 -> 0 bytes boards/sounds/en/geography/russia.ogg | Bin 23016 -> 0 bytes boards/sounds/en/geography/salvador.ogg | Bin 30613 -> 0 bytes boards/sounds/en/geography/serbia_montenegro.ogg | Bin 38932 -> 0 bytes boards/sounds/en/geography/slovakia.ogg | Bin 30576 -> 0 bytes boards/sounds/en/geography/slovenia.ogg | Bin 24305 -> 0 bytes boards/sounds/en/geography/spain.ogg | Bin 23140 -> 0 bytes boards/sounds/en/geography/suriname.ogg | Bin 28112 -> 0 bytes boards/sounds/en/geography/sweden.ogg | Bin 27081 -> 0 bytes boards/sounds/en/geography/switz.ogg | Bin 27535 -> 0 bytes boards/sounds/en/geography/turkey.ogg | Bin 23588 -> 0 bytes boards/sounds/en/geography/ukraine.ogg | Bin 23301 -> 0 bytes boards/sounds/en/geography/united_kingdom.ogg | Bin 33554 -> 0 bytes boards/sounds/en/geography/uruguay.ogg | Bin 24928 -> 0 bytes boards/sounds/en/geography/usa.ogg | Bin 36980 -> 0 bytes boards/sounds/en/geography/venezuela.ogg | Bin 31446 -> 0 bytes boards/sounds/en/misc/README | 21 ---- boards/sounds/en/misc/awesome.ogg | Bin 10375 -> 0 bytes boards/sounds/en/misc/back.ogg | Bin 19657 -> 0 bytes boards/sounds/en/misc/by.ogg | Bin 23173 -> 0 bytes boards/sounds/en/misc/check_answer.ogg | Bin 23993 -> 0 bytes boards/sounds/en/misc/click_on_letter.ogg | Bin 30354 -> 0 bytes boards/sounds/en/misc/congratulation.ogg | Bin 34711 -> 0 bytes boards/sounds/en/misc/equal.ogg | Bin 19333 -> 0 bytes boards/sounds/en/misc/fantastic.ogg | Bin 15991 -> 0 bytes boards/sounds/en/misc/good.ogg | Bin 24215 -> 0 bytes boards/sounds/en/misc/great.ogg | Bin 23636 -> 0 bytes boards/sounds/en/misc/help.ogg | Bin 21263 -> 0 bytes boards/sounds/en/misc/level.ogg | Bin 22561 -> 0 bytes boards/sounds/en/misc/minus.ogg | Bin 24931 -> 0 bytes boards/sounds/en/misc/ok.ogg | Bin 23993 -> 0 bytes boards/sounds/en/misc/outof.ogg | Bin 28992 -> 0 bytes boards/sounds/en/misc/perfect.ogg | Bin 12877 -> 0 bytes boards/sounds/en/misc/plus.ogg | Bin 21486 -> 0 bytes boards/sounds/en/misc/quit.ogg | Bin 20195 -> 0 bytes boards/sounds/en/misc/super.ogg | Bin 19157 -> 0 bytes boards/sounds/en/misc/waytogo.ogg | Bin 14953 -> 0 bytes boards/sounds/en/misc/welcome.ogg | Bin 40867 -> 0 bytes boards/sounds/es/alphabet/10.ogg | Bin 28538 -> 0 bytes boards/sounds/es/alphabet/README | 37 -------- boards/sounds/es/alphabet/U0030.ogg | Bin 25299 -> 0 bytes boards/sounds/es/alphabet/U0031.ogg | Bin 25333 -> 0 bytes boards/sounds/es/alphabet/U0032.ogg | Bin 22411 -> 0 bytes boards/sounds/es/alphabet/U0033.ogg | Bin 25148 -> 0 bytes boards/sounds/es/alphabet/U0034.ogg | Bin 19288 -> 0 bytes boards/sounds/es/alphabet/U0035.ogg | Bin 28345 -> 0 bytes boards/sounds/es/alphabet/U0036.ogg | Bin 25008 -> 0 bytes boards/sounds/es/alphabet/U0037.ogg | Bin 31547 -> 0 bytes boards/sounds/es/alphabet/U0038.ogg | Bin 28481 -> 0 bytes boards/sounds/es/alphabet/U0039.ogg | Bin 31339 -> 0 bytes boards/sounds/es/alphabet/U0061.ogg | Bin 25586 -> 0 bytes boards/sounds/es/alphabet/U0062.ogg | Bin 28415 -> 0 bytes boards/sounds/es/alphabet/U0063.ogg | Bin 28663 -> 0 bytes boards/sounds/es/alphabet/U0064.ogg | Bin 31676 -> 0 bytes boards/sounds/es/alphabet/U0065.ogg | Bin 31466 -> 0 bytes boards/sounds/es/alphabet/U0066.ogg | Bin 34290 -> 0 bytes boards/sounds/es/alphabet/U0067.ogg | Bin 14849 -> 0 bytes boards/sounds/es/alphabet/U0068.ogg | Bin 28952 -> 0 bytes boards/sounds/es/alphabet/U0069.ogg | Bin 22404 -> 0 bytes boards/sounds/es/alphabet/U006A.ogg | Bin 31576 -> 0 bytes boards/sounds/es/alphabet/U006B.ogg | Bin 25407 -> 0 bytes boards/sounds/es/alphabet/U006C.ogg | Bin 32100 -> 0 bytes boards/sounds/es/alphabet/U006D.ogg | Bin 28393 -> 0 bytes boards/sounds/es/alphabet/U006E.ogg | Bin 28299 -> 0 bytes boards/sounds/es/alphabet/U006F.ogg | Bin 25404 -> 0 bytes boards/sounds/es/alphabet/U0070.ogg | Bin 25377 -> 0 bytes boards/sounds/es/alphabet/U0071.ogg | Bin 31713 -> 0 bytes boards/sounds/es/alphabet/U0072.ogg | Bin 25110 -> 0 bytes boards/sounds/es/alphabet/U0073.ogg | Bin 27999 -> 0 bytes boards/sounds/es/alphabet/U0074.ogg | Bin 25442 -> 0 bytes boards/sounds/es/alphabet/U0075.ogg | Bin 22292 -> 0 bytes boards/sounds/es/alphabet/U0076.ogg | Bin 16723 -> 0 bytes boards/sounds/es/alphabet/U0077.ogg | Bin 23900 -> 0 bytes boards/sounds/es/alphabet/U0078.ogg | Bin 25791 -> 0 bytes boards/sounds/es/alphabet/U0079.ogg | Bin 27816 -> 0 bytes boards/sounds/es/alphabet/U007A.ogg | Bin 34102 -> 0 bytes boards/sounds/es/colors/README | 10 -- boards/sounds/es/colors/black.ogg | Bin 24728 -> 0 bytes boards/sounds/es/colors/blue.ogg | Bin 20326 -> 0 bytes boards/sounds/es/colors/brown.ogg | Bin 17941 -> 0 bytes boards/sounds/es/colors/green.ogg | Bin 21722 -> 0 bytes boards/sounds/es/colors/grey.ogg | Bin 16076 -> 0 bytes boards/sounds/es/colors/orange.ogg | Bin 26614 -> 0 bytes boards/sounds/es/colors/purple.ogg | Bin 23125 -> 0 bytes boards/sounds/es/colors/red.ogg | Bin 21647 -> 0 bytes boards/sounds/es/colors/white.ogg | Bin 22304 -> 0 bytes boards/sounds/es/colors/yellow.ogg | Bin 31944 -> 0 bytes boards/sounds/es/geography/README | 68 -------------- boards/sounds/es/geography/alaska.ogg | Bin 23883 -> 0 bytes boards/sounds/es/geography/albania.ogg | Bin 30933 -> 0 bytes boards/sounds/es/geography/argentina.ogg | Bin 33002 -> 0 bytes boards/sounds/es/geography/austria.ogg | Bin 25916 -> 0 bytes boards/sounds/es/geography/bahamas.ogg | Bin 28561 -> 0 bytes boards/sounds/es/geography/belarus.ogg | Bin 26350 -> 0 bytes boards/sounds/es/geography/belgium.ogg | Bin 41601 -> 0 bytes boards/sounds/es/geography/bolivia.ogg | Bin 23283 -> 0 bytes boards/sounds/es/geography/bosnia_herzegovina.ogg | Bin 32514 -> 0 bytes boards/sounds/es/geography/brazil.ogg | Bin 22777 -> 0 bytes boards/sounds/es/geography/bulgaria.ogg | Bin 21646 -> 0 bytes boards/sounds/es/geography/canada.ogg | Bin 25133 -> 0 bytes boards/sounds/es/geography/chile.ogg | Bin 15125 -> 0 bytes boards/sounds/es/geography/colombia.ogg | Bin 23501 -> 0 bytes boards/sounds/es/geography/costa_rica.ogg | Bin 28145 -> 0 bytes boards/sounds/es/geography/croatia.ogg | Bin 19460 -> 0 bytes boards/sounds/es/geography/cuba.ogg | Bin 21780 -> 0 bytes boards/sounds/es/geography/cyprus.ogg | Bin 20034 -> 0 bytes boards/sounds/es/geography/czech.ogg | Bin 58360 -> 0 bytes boards/sounds/es/geography/denmark.ogg | Bin 27323 -> 0 bytes boards/sounds/es/geography/dominican_republic.ogg | Bin 39569 -> 0 bytes boards/sounds/es/geography/ecuador.ogg | Bin 23106 -> 0 bytes boards/sounds/es/geography/estonia.ogg | Bin 24433 -> 0 bytes boards/sounds/es/geography/finland.ogg | Bin 27885 -> 0 bytes boards/sounds/es/geography/france.ogg | Bin 21695 -> 0 bytes boards/sounds/es/geography/french_guiana.ogg | Bin 39274 -> 0 bytes boards/sounds/es/geography/germany.ogg | Bin 42813 -> 0 bytes boards/sounds/es/geography/greece.ogg | Bin 19662 -> 0 bytes boards/sounds/es/geography/greenland.ogg | Bin 31281 -> 0 bytes boards/sounds/es/geography/guatemala.ogg | Bin 29363 -> 0 bytes boards/sounds/es/geography/guyana.ogg | Bin 26170 -> 0 bytes boards/sounds/es/geography/haiti.ogg | Bin 25274 -> 0 bytes boards/sounds/es/geography/honduras.ogg | Bin 23194 -> 0 bytes boards/sounds/es/geography/hungary.ogg | Bin 32466 -> 0 bytes boards/sounds/es/geography/iceland.ogg | Bin 26822 -> 0 bytes boards/sounds/es/geography/ireland.ogg | Bin 49659 -> 0 bytes boards/sounds/es/geography/italy.ogg | Bin 47557 -> 0 bytes boards/sounds/es/geography/jamaica.ogg | Bin 28035 -> 0 bytes boards/sounds/es/geography/latvia.ogg | Bin 23130 -> 0 bytes boards/sounds/es/geography/lithuania.ogg | Bin 22951 -> 0 bytes boards/sounds/es/geography/luxembourg.ogg | Bin 27401 -> 0 bytes boards/sounds/es/geography/macedonia.ogg | Bin 26636 -> 0 bytes boards/sounds/es/geography/mexico.ogg | Bin 25053 -> 0 bytes boards/sounds/es/geography/moldova.ogg | Bin 22081 -> 0 bytes boards/sounds/es/geography/netherland.ogg | Bin 27307 -> 0 bytes boards/sounds/es/geography/nicaragua.ogg | Bin 27535 -> 0 bytes boards/sounds/es/geography/norway.ogg | Bin 22152 -> 0 bytes boards/sounds/es/geography/panama.ogg | Bin 25712 -> 0 bytes boards/sounds/es/geography/paraguay.ogg | Bin 28288 -> 0 bytes boards/sounds/es/geography/peru.ogg | Bin 16079 -> 0 bytes boards/sounds/es/geography/poland.ogg | Bin 20954 -> 0 bytes boards/sounds/es/geography/portugal.ogg | Bin 25131 -> 0 bytes boards/sounds/es/geography/romania.ogg | Bin 20499 -> 0 bytes boards/sounds/es/geography/russia.ogg | Bin 17559 -> 0 bytes boards/sounds/es/geography/salvador.ogg | Bin 31501 -> 0 bytes boards/sounds/es/geography/serbia_montenegro.ogg | Bin 38935 -> 0 bytes boards/sounds/es/geography/slovakia.ogg | Bin 23977 -> 0 bytes boards/sounds/es/geography/slovenia.ogg | Bin 35194 -> 0 bytes boards/sounds/es/geography/spain.ogg | Bin 24639 -> 0 bytes boards/sounds/es/geography/suriname.ogg | Bin 23132 -> 0 bytes boards/sounds/es/geography/sweden.ogg | Bin 16311 -> 0 bytes boards/sounds/es/geography/switz.ogg | Bin 17559 -> 0 bytes boards/sounds/es/geography/turkey.ogg | Bin 16641 -> 0 bytes boards/sounds/es/geography/ukraine.ogg | Bin 19875 -> 0 bytes boards/sounds/es/geography/united_kingdom.ogg | Bin 29906 -> 0 bytes boards/sounds/es/geography/uruguay.ogg | Bin 26594 -> 0 bytes boards/sounds/es/geography/usa.ogg | Bin 37516 -> 0 bytes boards/sounds/es/geography/venezuela.ogg | Bin 30317 -> 0 bytes boards/sounds/es/misc/README | 15 --- boards/sounds/es/misc/back.ogg | Bin 17920 -> 0 bytes boards/sounds/es/misc/by.ogg | Bin 15145 -> 0 bytes boards/sounds/es/misc/click_on_letter.ogg | Bin 36209 -> 0 bytes boards/sounds/es/misc/congratulation.ogg | Bin 40420 -> 0 bytes boards/sounds/es/misc/equal.ogg | Bin 20083 -> 0 bytes boards/sounds/es/misc/good.ogg | Bin 19234 -> 0 bytes boards/sounds/es/misc/great.ogg | Bin 19508 -> 0 bytes boards/sounds/es/misc/help.ogg | Bin 24249 -> 0 bytes boards/sounds/es/misc/level.ogg | Bin 23429 -> 0 bytes boards/sounds/es/misc/minus.ogg | Bin 26088 -> 0 bytes boards/sounds/es/misc/ok.ogg | Bin 17937 -> 0 bytes boards/sounds/es/misc/outof.ogg | Bin 42001 -> 0 bytes boards/sounds/es/misc/plus.ogg | Bin 26804 -> 0 bytes boards/sounds/es/misc/quit.ogg | Bin 28303 -> 0 bytes boards/sounds/es/misc/super.ogg | Bin 23277 -> 0 bytes boards/sounds/es/misc/welcome.ogg | Bin 42670 -> 0 bytes boards/sounds/eu/alphabet/10.ogg | Bin 12093 -> 0 bytes boards/sounds/eu/alphabet/11.ogg | Bin 13831 -> 0 bytes boards/sounds/eu/alphabet/12.ogg | Bin 13235 -> 0 bytes boards/sounds/eu/alphabet/13.ogg | Bin 12844 -> 0 bytes boards/sounds/eu/alphabet/14.ogg | Bin 13310 -> 0 bytes boards/sounds/eu/alphabet/15.ogg | Bin 14191 -> 0 bytes boards/sounds/eu/alphabet/16.ogg | Bin 13972 -> 0 bytes boards/sounds/eu/alphabet/17.ogg | Bin 15540 -> 0 bytes boards/sounds/eu/alphabet/18.ogg | Bin 15221 -> 0 bytes boards/sounds/eu/alphabet/19.ogg | Bin 14848 -> 0 bytes boards/sounds/eu/alphabet/20.ogg | Bin 11626 -> 0 bytes boards/sounds/eu/alphabet/README | 46 --------- boards/sounds/eu/alphabet/U0030.ogg | Bin 11116 -> 0 bytes boards/sounds/eu/alphabet/U0031.ogg | Bin 9527 -> 0 bytes boards/sounds/eu/alphabet/U0032.ogg | Bin 10021 -> 0 bytes boards/sounds/eu/alphabet/U0033.ogg | Bin 10789 -> 0 bytes boards/sounds/eu/alphabet/U0034.ogg | Bin 10808 -> 0 bytes boards/sounds/eu/alphabet/U0035.ogg | Bin 10554 -> 0 bytes boards/sounds/eu/alphabet/U0036.ogg | Bin 11858 -> 0 bytes boards/sounds/eu/alphabet/U0037.ogg | Bin 12829 -> 0 bytes boards/sounds/eu/alphabet/U0038.ogg | Bin 13413 -> 0 bytes boards/sounds/eu/alphabet/U0039.ogg | Bin 13506 -> 0 bytes boards/sounds/eu/alphabet/U0061.ogg | Bin 9920 -> 0 bytes boards/sounds/eu/alphabet/U0062.ogg | Bin 10662 -> 0 bytes boards/sounds/eu/alphabet/U0063.ogg | Bin 11268 -> 0 bytes boards/sounds/eu/alphabet/U0064.ogg | Bin 10848 -> 0 bytes boards/sounds/eu/alphabet/U0065.ogg | Bin 9855 -> 0 bytes boards/sounds/eu/alphabet/U0066.ogg | Bin 11744 -> 0 bytes boards/sounds/eu/alphabet/U0067.ogg | Bin 10475 -> 0 bytes boards/sounds/eu/alphabet/U0068.ogg | Bin 11742 -> 0 bytes boards/sounds/eu/alphabet/U0069.ogg | Bin 9179 -> 0 bytes boards/sounds/eu/alphabet/U006A.ogg | Bin 12699 -> 0 bytes boards/sounds/eu/alphabet/U006B.ogg | Bin 8979 -> 0 bytes boards/sounds/eu/alphabet/U006C.ogg | Bin 11822 -> 0 bytes boards/sounds/eu/alphabet/U006D.ogg | Bin 11256 -> 0 bytes boards/sounds/eu/alphabet/U006E.ogg | Bin 11307 -> 0 bytes boards/sounds/eu/alphabet/U006F.ogg | Bin 9612 -> 0 bytes boards/sounds/eu/alphabet/U0070.ogg | Bin 9047 -> 0 bytes boards/sounds/eu/alphabet/U0071.ogg | Bin 8906 -> 0 bytes boards/sounds/eu/alphabet/U0072.ogg | Bin 11184 -> 0 bytes boards/sounds/eu/alphabet/U0073.ogg | Bin 10924 -> 0 bytes boards/sounds/eu/alphabet/U0074.ogg | Bin 8449 -> 0 bytes boards/sounds/eu/alphabet/U0075.ogg | Bin 9119 -> 0 bytes boards/sounds/eu/alphabet/U0076.ogg | Bin 10116 -> 0 bytes boards/sounds/eu/alphabet/U0077.ogg | Bin 15683 -> 0 bytes boards/sounds/eu/alphabet/U0078.ogg | Bin 10461 -> 0 bytes boards/sounds/eu/alphabet/U0079.ogg | Bin 11290 -> 0 bytes boards/sounds/eu/alphabet/U007A.ogg | Bin 12163 -> 0 bytes boards/sounds/eu/colors/README | 11 -- boards/sounds/eu/colors/black.ogg | Bin 11748 -> 0 bytes boards/sounds/eu/colors/blue.ogg | Bin 11002 -> 0 bytes boards/sounds/eu/colors/brown.ogg | Bin 12285 -> 0 bytes boards/sounds/eu/colors/green.ogg | Bin 11582 -> 0 bytes boards/sounds/eu/colors/grey.ogg | Bin 10522 -> 0 bytes boards/sounds/eu/colors/orange.ogg | Bin 12832 -> 0 bytes boards/sounds/eu/colors/pink.ogg | Bin 11984 -> 0 bytes boards/sounds/eu/colors/purple.ogg | Bin 11819 -> 0 bytes boards/sounds/eu/colors/red.ogg | Bin 11990 -> 0 bytes boards/sounds/eu/colors/white.ogg | Bin 11757 -> 0 bytes boards/sounds/eu/colors/yellow.ogg | Bin 11131 -> 0 bytes boards/sounds/eu/geography/README | 66 ------------- boards/sounds/eu/geography/alaska.ogg | Bin 11797 -> 0 bytes boards/sounds/eu/geography/albania.ogg | Bin 12245 -> 0 bytes boards/sounds/eu/geography/argentina.ogg | Bin 12708 -> 0 bytes boards/sounds/eu/geography/austria.ogg | Bin 11706 -> 0 bytes boards/sounds/eu/geography/bahamas.ogg | Bin 10437 -> 0 bytes boards/sounds/eu/geography/belarus.ogg | Bin 14960 -> 0 bytes boards/sounds/eu/geography/belgium.ogg | Bin 11819 -> 0 bytes boards/sounds/eu/geography/bolivia.ogg | Bin 10549 -> 0 bytes boards/sounds/eu/geography/bosnia_herzegovina.ogg | Bin 17056 -> 0 bytes boards/sounds/eu/geography/brazil.ogg | Bin 10695 -> 0 bytes boards/sounds/eu/geography/bulgaria.ogg | Bin 13443 -> 0 bytes boards/sounds/eu/geography/canada.ogg | Bin 11270 -> 0 bytes boards/sounds/eu/geography/chile.ogg | Bin 9850 -> 0 bytes boards/sounds/eu/geography/colombia.ogg | Bin 12824 -> 0 bytes boards/sounds/eu/geography/costa_rica.ogg | Bin 12090 -> 0 bytes boards/sounds/eu/geography/croatia.ogg | Bin 13758 -> 0 bytes boards/sounds/eu/geography/cuba.ogg | Bin 9412 -> 0 bytes boards/sounds/eu/geography/cyprus.ogg | Bin 10882 -> 0 bytes boards/sounds/eu/geography/czech.ogg | Bin 11701 -> 0 bytes boards/sounds/eu/geography/denmark.ogg | Bin 13243 -> 0 bytes boards/sounds/eu/geography/dominican_republic.ogg | Bin 20219 -> 0 bytes boards/sounds/eu/geography/ecuador.ogg | Bin 10999 -> 0 bytes boards/sounds/eu/geography/estonia.ogg | Bin 12227 -> 0 bytes boards/sounds/eu/geography/finland.ogg | Bin 13509 -> 0 bytes boards/sounds/eu/geography/france.ogg | Bin 12671 -> 0 bytes boards/sounds/eu/geography/french_guiana.ogg | Bin 17276 -> 0 bytes boards/sounds/eu/geography/germany.ogg | Bin 14018 -> 0 bytes boards/sounds/eu/geography/greece.ogg | Bin 11717 -> 0 bytes boards/sounds/eu/geography/greenland.ogg | Bin 14657 -> 0 bytes boards/sounds/eu/geography/guatemala.ogg | Bin 13368 -> 0 bytes boards/sounds/eu/geography/guyana.ogg | Bin 12698 -> 0 bytes boards/sounds/eu/geography/haiti.ogg | Bin 10502 -> 0 bytes boards/sounds/eu/geography/honduras.ogg | Bin 12210 -> 0 bytes boards/sounds/eu/geography/hungary.ogg | Bin 12489 -> 0 bytes boards/sounds/eu/geography/iceland.ogg | Bin 12995 -> 0 bytes boards/sounds/eu/geography/ireland.ogg | Bin 12357 -> 0 bytes boards/sounds/eu/geography/italy.ogg | Bin 11854 -> 0 bytes boards/sounds/eu/geography/jamaica.ogg | Bin 12806 -> 0 bytes boards/sounds/eu/geography/latvia.ogg | Bin 12961 -> 0 bytes boards/sounds/eu/geography/lithuania.ogg | Bin 12962 -> 0 bytes boards/sounds/eu/geography/luxembourg.ogg | Bin 13538 -> 0 bytes boards/sounds/eu/geography/macedonia.ogg | Bin 14323 -> 0 bytes boards/sounds/eu/geography/mexico.ogg | Bin 11958 -> 0 bytes boards/sounds/eu/geography/moldova.ogg | Bin 13474 -> 0 bytes boards/sounds/eu/geography/netherland.ogg | Bin 12699 -> 0 bytes boards/sounds/eu/geography/nicaragua.ogg | Bin 14556 -> 0 bytes boards/sounds/eu/geography/norway.ogg | Bin 14287 -> 0 bytes boards/sounds/eu/geography/panama.ogg | Bin 11176 -> 0 bytes boards/sounds/eu/geography/paraguay.ogg | Bin 11600 -> 0 bytes boards/sounds/eu/geography/peru.ogg | Bin 9184 -> 0 bytes boards/sounds/eu/geography/poland.ogg | Bin 12223 -> 0 bytes boards/sounds/eu/geography/portugal.ogg | Bin 12565 -> 0 bytes boards/sounds/eu/geography/romania.ogg | Bin 13946 -> 0 bytes boards/sounds/eu/geography/russia.ogg | Bin 11837 -> 0 bytes boards/sounds/eu/geography/salvador.ogg | Bin 13530 -> 0 bytes boards/sounds/eu/geography/serbia_montenegro.ogg | Bin 19548 -> 0 bytes boards/sounds/eu/geography/slovakia.ogg | Bin 14261 -> 0 bytes boards/sounds/eu/geography/slovenia.ogg | Bin 13350 -> 0 bytes boards/sounds/eu/geography/spain.ogg | Bin 11715 -> 0 bytes boards/sounds/eu/geography/suriname.ogg | Bin 11428 -> 0 bytes boards/sounds/eu/geography/sweden.ogg | Bin 11972 -> 0 bytes boards/sounds/eu/geography/switz.ogg | Bin 12045 -> 0 bytes boards/sounds/eu/geography/turkey.ogg | Bin 11845 -> 0 bytes boards/sounds/eu/geography/ukraine.ogg | Bin 12263 -> 0 bytes boards/sounds/eu/geography/united_kingdom.ogg | Bin 14779 -> 0 bytes boards/sounds/eu/geography/uruguay.ogg | Bin 11636 -> 0 bytes boards/sounds/eu/geography/usa.ogg | Bin 14378 -> 0 bytes boards/sounds/eu/geography/venezuela.ogg | Bin 14222 -> 0 bytes boards/sounds/eu/misc/README | 16 --- boards/sounds/eu/misc/awesome.ogg | Bin 15365 -> 0 bytes boards/sounds/eu/misc/back.ogg | Bin 10766 -> 0 bytes boards/sounds/eu/misc/by.ogg | Bin 10369 -> 0 bytes boards/sounds/eu/misc/click_on_letter.ogg | Bin 20826 -> 0 bytes boards/sounds/eu/misc/congratulation.ogg | Bin 19528 -> 0 bytes boards/sounds/eu/misc/equal.ogg | Bin 10232 -> 0 bytes boards/sounds/eu/misc/fantastic.ogg | Bin 14220 -> 0 bytes boards/sounds/eu/misc/good.ogg | Bin 12405 -> 0 bytes boards/sounds/eu/misc/great.ogg | Bin 13226 -> 0 bytes boards/sounds/eu/misc/help.ogg | Bin 13979 -> 0 bytes boards/sounds/eu/misc/level.ogg | Bin 11715 -> 0 bytes boards/sounds/eu/misc/minus.ogg | Bin 9263 -> 0 bytes boards/sounds/eu/misc/ok.ogg | Bin 20038 -> 0 bytes boards/sounds/eu/misc/outof.ogg | Bin 12033 -> 0 bytes boards/sounds/eu/misc/perfect.ogg | Bin 13187 -> 0 bytes boards/sounds/eu/misc/plus.ogg | Bin 11086 -> 0 bytes boards/sounds/eu/misc/quit.ogg | Bin 11602 -> 0 bytes boards/sounds/eu/misc/super.ogg | Bin 14702 -> 0 bytes boards/sounds/eu/misc/waytogo.ogg | Bin 20105 -> 0 bytes boards/sounds/eu/misc/welcome.ogg | Bin 27917 -> 0 bytes boards/sounds/fi/alphabet/10.ogg | Bin 20360 -> 0 bytes boards/sounds/fi/alphabet/11.ogg | Bin 23082 -> 0 bytes boards/sounds/fi/alphabet/12.ogg | Bin 19943 -> 0 bytes boards/sounds/fi/alphabet/13.ogg | Bin 21164 -> 0 bytes boards/sounds/fi/alphabet/14.ogg | Bin 22795 -> 0 bytes boards/sounds/fi/alphabet/15.ogg | Bin 21607 -> 0 bytes boards/sounds/fi/alphabet/16.ogg | Bin 20617 -> 0 bytes boards/sounds/fi/alphabet/17.ogg | Bin 23582 -> 0 bytes boards/sounds/fi/alphabet/18.ogg | Bin 23538 -> 0 bytes boards/sounds/fi/alphabet/19.ogg | Bin 22960 -> 0 bytes boards/sounds/fi/alphabet/20.ogg | Bin 19209 -> 0 bytes boards/sounds/fi/alphabet/README | 50 ---------- boards/sounds/fi/alphabet/U0030.ogg | Bin 18981 -> 0 bytes boards/sounds/fi/alphabet/U0031.ogg | Bin 16448 -> 0 bytes boards/sounds/fi/alphabet/U0032.ogg | Bin 19604 -> 0 bytes boards/sounds/fi/alphabet/U0033.ogg | Bin 18870 -> 0 bytes boards/sounds/fi/alphabet/U0034.ogg | Bin 17846 -> 0 bytes boards/sounds/fi/alphabet/U0035.ogg | Bin 18526 -> 0 bytes boards/sounds/fi/alphabet/U0036.ogg | Bin 18439 -> 0 bytes boards/sounds/fi/alphabet/U0037.ogg | Bin 18467 -> 0 bytes boards/sounds/fi/alphabet/U0038.ogg | Bin 20724 -> 0 bytes boards/sounds/fi/alphabet/U0039.ogg | Bin 19473 -> 0 bytes boards/sounds/fi/alphabet/U0061.ogg | Bin 17357 -> 0 bytes boards/sounds/fi/alphabet/U0062.ogg | Bin 17175 -> 0 bytes boards/sounds/fi/alphabet/U0063.ogg | Bin 15975 -> 0 bytes boards/sounds/fi/alphabet/U0064.ogg | Bin 19560 -> 0 bytes boards/sounds/fi/alphabet/U0065.ogg | Bin 19433 -> 0 bytes boards/sounds/fi/alphabet/U0066.ogg | Bin 17850 -> 0 bytes boards/sounds/fi/alphabet/U0067.ogg | Bin 15904 -> 0 bytes boards/sounds/fi/alphabet/U0068.ogg | Bin 15891 -> 0 bytes boards/sounds/fi/alphabet/U0069.ogg | Bin 15747 -> 0 bytes boards/sounds/fi/alphabet/U006A.ogg | Bin 14889 -> 0 bytes boards/sounds/fi/alphabet/U006B.ogg | Bin 13917 -> 0 bytes boards/sounds/fi/alphabet/U006C.ogg | Bin 14725 -> 0 bytes boards/sounds/fi/alphabet/U006D.ogg | Bin 16675 -> 0 bytes boards/sounds/fi/alphabet/U006E.ogg | Bin 19764 -> 0 bytes boards/sounds/fi/alphabet/U006F.ogg | Bin 14646 -> 0 bytes boards/sounds/fi/alphabet/U0070.ogg | Bin 16233 -> 0 bytes boards/sounds/fi/alphabet/U0071.ogg | Bin 13155 -> 0 bytes boards/sounds/fi/alphabet/U0072.ogg | Bin 13895 -> 0 bytes boards/sounds/fi/alphabet/U0073.ogg | Bin 16560 -> 0 bytes boards/sounds/fi/alphabet/U0074.ogg | Bin 17696 -> 0 bytes boards/sounds/fi/alphabet/U0075.ogg | Bin 15767 -> 0 bytes boards/sounds/fi/alphabet/U0076.ogg | Bin 16211 -> 0 bytes boards/sounds/fi/alphabet/U0077.ogg | Bin 18925 -> 0 bytes boards/sounds/fi/alphabet/U0078.ogg | Bin 15816 -> 0 bytes boards/sounds/fi/alphabet/U0079.ogg | Bin 16993 -> 0 bytes boards/sounds/fi/alphabet/U007A.ogg | Bin 15438 -> 0 bytes boards/sounds/fi/alphabet/U00E4.ogg | Bin 14957 -> 0 bytes boards/sounds/fi/alphabet/U00E5.ogg | Bin 21714 -> 0 bytes boards/sounds/fi/alphabet/U00F6.ogg | Bin 16518 -> 0 bytes boards/sounds/fi/colors/README | 11 -- boards/sounds/fi/colors/black.ogg | Bin 15781 -> 0 bytes boards/sounds/fi/colors/blue.ogg | Bin 19622 -> 0 bytes boards/sounds/fi/colors/brown.ogg | Bin 19405 -> 0 bytes boards/sounds/fi/colors/green.ogg | Bin 21934 -> 0 bytes boards/sounds/fi/colors/grey.ogg | Bin 18328 -> 0 bytes boards/sounds/fi/colors/orange.ogg | Bin 18422 -> 0 bytes boards/sounds/fi/colors/pink.ogg | Bin 24522 -> 0 bytes boards/sounds/fi/colors/purple.ogg | Bin 19895 -> 0 bytes boards/sounds/fi/colors/red.ogg | Bin 19902 -> 0 bytes boards/sounds/fi/colors/white.ogg | Bin 20657 -> 0 bytes boards/sounds/fi/colors/yellow.ogg | Bin 21852 -> 0 bytes boards/sounds/fi/geography/README | 68 -------------- boards/sounds/fi/geography/alaska.ogg | Bin 32917 -> 0 bytes boards/sounds/fi/geography/albania.ogg | Bin 39177 -> 0 bytes boards/sounds/fi/geography/argentina.ogg | Bin 38913 -> 0 bytes boards/sounds/fi/geography/austria.ogg | Bin 37603 -> 0 bytes boards/sounds/fi/geography/bahamas.ogg | Bin 40791 -> 0 bytes boards/sounds/fi/geography/belarus.ogg | Bin 36796 -> 0 bytes boards/sounds/fi/geography/belgium.ogg | Bin 30946 -> 0 bytes boards/sounds/fi/geography/bolivia.ogg | Bin 27967 -> 0 bytes boards/sounds/fi/geography/bosnia_herzegovina.ogg | Bin 45281 -> 0 bytes boards/sounds/fi/geography/brazil.ogg | Bin 36576 -> 0 bytes boards/sounds/fi/geography/bulgaria.ogg | Bin 32860 -> 0 bytes boards/sounds/fi/geography/canada.ogg | Bin 36972 -> 0 bytes boards/sounds/fi/geography/chile.ogg | Bin 35172 -> 0 bytes boards/sounds/fi/geography/colombia.ogg | Bin 36666 -> 0 bytes boards/sounds/fi/geography/costa_rica.ogg | Bin 40416 -> 0 bytes boards/sounds/fi/geography/croatia.ogg | Bin 31762 -> 0 bytes boards/sounds/fi/geography/cuba.ogg | Bin 30161 -> 0 bytes boards/sounds/fi/geography/cyprus.ogg | Bin 36984 -> 0 bytes boards/sounds/fi/geography/czech.ogg | Bin 37777 -> 0 bytes boards/sounds/fi/geography/denmark.ogg | Bin 35644 -> 0 bytes boards/sounds/fi/geography/dominican_republic.ogg | Bin 60804 -> 0 bytes boards/sounds/fi/geography/ecuador.ogg | Bin 35094 -> 0 bytes boards/sounds/fi/geography/estonia.ogg | Bin 31971 -> 0 bytes boards/sounds/fi/geography/finland.ogg | Bin 36827 -> 0 bytes boards/sounds/fi/geography/france.ogg | Bin 35196 -> 0 bytes boards/sounds/fi/geography/french_guiana.ogg | Bin 43334 -> 0 bytes boards/sounds/fi/geography/germany.ogg | Bin 33724 -> 0 bytes boards/sounds/fi/geography/greece.ogg | Bin 36194 -> 0 bytes boards/sounds/fi/geography/greenland.ogg | Bin 36425 -> 0 bytes boards/sounds/fi/geography/guatemala.ogg | Bin 38439 -> 0 bytes boards/sounds/fi/geography/guyana.ogg | Bin 43100 -> 0 bytes boards/sounds/fi/geography/haiti.ogg | Bin 31896 -> 0 bytes boards/sounds/fi/geography/honduras.ogg | Bin 31412 -> 0 bytes boards/sounds/fi/geography/hungary.ogg | Bin 34586 -> 0 bytes boards/sounds/fi/geography/iceland.ogg | Bin 37096 -> 0 bytes boards/sounds/fi/geography/ireland.ogg | Bin 39073 -> 0 bytes boards/sounds/fi/geography/italy.ogg | Bin 32896 -> 0 bytes boards/sounds/fi/geography/jamaica.ogg | Bin 31332 -> 0 bytes boards/sounds/fi/geography/latvia.ogg | Bin 32914 -> 0 bytes boards/sounds/fi/geography/lithuania.ogg | Bin 34429 -> 0 bytes boards/sounds/fi/geography/luxembourg.ogg | Bin 35668 -> 0 bytes boards/sounds/fi/geography/macedonia.ogg | Bin 39497 -> 0 bytes boards/sounds/fi/geography/mexico.ogg | Bin 33814 -> 0 bytes boards/sounds/fi/geography/moldova.ogg | Bin 30021 -> 0 bytes boards/sounds/fi/geography/netherland.ogg | Bin 35901 -> 0 bytes boards/sounds/fi/geography/nicaragua.ogg | Bin 34677 -> 0 bytes boards/sounds/fi/geography/norway.ogg | Bin 30640 -> 0 bytes boards/sounds/fi/geography/panama.ogg | Bin 30209 -> 0 bytes boards/sounds/fi/geography/paraguay.ogg | Bin 32477 -> 0 bytes boards/sounds/fi/geography/peru.ogg | Bin 28069 -> 0 bytes boards/sounds/fi/geography/poland.ogg | Bin 39058 -> 0 bytes boards/sounds/fi/geography/portugal.ogg | Bin 33064 -> 0 bytes boards/sounds/fi/geography/romania.ogg | Bin 32298 -> 0 bytes boards/sounds/fi/geography/russia.ogg | Bin 35575 -> 0 bytes boards/sounds/fi/geography/salvador.ogg | Bin 34414 -> 0 bytes boards/sounds/fi/geography/serbia_montenegro.ogg | Bin 45027 -> 0 bytes boards/sounds/fi/geography/slovakia.ogg | Bin 35525 -> 0 bytes boards/sounds/fi/geography/slovenia.ogg | Bin 36514 -> 0 bytes boards/sounds/fi/geography/spain.ogg | Bin 37451 -> 0 bytes boards/sounds/fi/geography/suriname.ogg | Bin 34801 -> 0 bytes boards/sounds/fi/geography/sweden.ogg | Bin 31488 -> 0 bytes boards/sounds/fi/geography/switz.ogg | Bin 38686 -> 0 bytes boards/sounds/fi/geography/turkey.ogg | Bin 31623 -> 0 bytes boards/sounds/fi/geography/ukraine.ogg | Bin 33160 -> 0 bytes boards/sounds/fi/geography/united_kingdom.ogg | Bin 40066 -> 0 bytes boards/sounds/fi/geography/uruguay.ogg | Bin 31339 -> 0 bytes boards/sounds/fi/geography/usa.ogg | Bin 34535 -> 0 bytes boards/sounds/fi/geography/venezuela.ogg | Bin 35296 -> 0 bytes boards/sounds/fi/misc/README | 21 ---- boards/sounds/fi/misc/awesome.ogg | Bin 19142 -> 0 bytes boards/sounds/fi/misc/back.ogg | Bin 17828 -> 0 bytes boards/sounds/fi/misc/by.ogg | Bin 21273 -> 0 bytes boards/sounds/fi/misc/check_answer.ogg | Bin 24770 -> 0 bytes boards/sounds/fi/misc/click_on_letter.ogg | Bin 25448 -> 0 bytes boards/sounds/fi/misc/congratulation.ogg | Bin 21997 -> 0 bytes boards/sounds/fi/misc/equal.ogg | Bin 22367 -> 0 bytes boards/sounds/fi/misc/fantastic.ogg | Bin 21408 -> 0 bytes boards/sounds/fi/misc/good.ogg | Bin 16281 -> 0 bytes boards/sounds/fi/misc/great.ogg | Bin 18098 -> 0 bytes boards/sounds/fi/misc/help.ogg | Bin 18048 -> 0 bytes boards/sounds/fi/misc/level.ogg | Bin 16780 -> 0 bytes boards/sounds/fi/misc/minus.ogg | Bin 16516 -> 0 bytes boards/sounds/fi/misc/ok.ogg | Bin 23555 -> 0 bytes boards/sounds/fi/misc/outof.ogg | Bin 22346 -> 0 bytes boards/sounds/fi/misc/perfect.ogg | Bin 19178 -> 0 bytes boards/sounds/fi/misc/plus.ogg | Bin 16665 -> 0 bytes boards/sounds/fi/misc/quit.ogg | Bin 18488 -> 0 bytes boards/sounds/fi/misc/super.ogg | Bin 19211 -> 0 bytes boards/sounds/fi/misc/waytogo.ogg | Bin 21101 -> 0 bytes boards/sounds/fi/misc/welcome.ogg | Bin 28832 -> 0 bytes boards/sounds/fr/alphabet/10.ogg | Bin 14035 -> 0 bytes boards/sounds/fr/alphabet/README | 37 -------- boards/sounds/fr/alphabet/U0030.ogg | Bin 13092 -> 0 bytes boards/sounds/fr/alphabet/U0031.ogg | Bin 11884 -> 0 bytes boards/sounds/fr/alphabet/U0032.ogg | Bin 9818 -> 0 bytes boards/sounds/fr/alphabet/U0033.ogg | Bin 10113 -> 0 bytes boards/sounds/fr/alphabet/U0034.ogg | Bin 14775 -> 0 bytes boards/sounds/fr/alphabet/U0035.ogg | Bin 14971 -> 0 bytes boards/sounds/fr/alphabet/U0036.ogg | Bin 15477 -> 0 bytes boards/sounds/fr/alphabet/U0037.ogg | Bin 14770 -> 0 bytes boards/sounds/fr/alphabet/U0038.ogg | Bin 13674 -> 0 bytes boards/sounds/fr/alphabet/U0039.ogg | Bin 13281 -> 0 bytes boards/sounds/fr/alphabet/U0061.ogg | Bin 9280 -> 0 bytes boards/sounds/fr/alphabet/U0062.ogg | Bin 9924 -> 0 bytes boards/sounds/fr/alphabet/U0063.ogg | Bin 9357 -> 0 bytes boards/sounds/fr/alphabet/U0064.ogg | Bin 8878 -> 0 bytes boards/sounds/fr/alphabet/U0065.ogg | Bin 8223 -> 0 bytes boards/sounds/fr/alphabet/U0066.ogg | Bin 13544 -> 0 bytes boards/sounds/fr/alphabet/U0067.ogg | Bin 9337 -> 0 bytes boards/sounds/fr/alphabet/U0068.ogg | Bin 11897 -> 0 bytes boards/sounds/fr/alphabet/U0069.ogg | Bin 7913 -> 0 bytes boards/sounds/fr/alphabet/U006A.ogg | Bin 8992 -> 0 bytes boards/sounds/fr/alphabet/U006B.ogg | Bin 7354 -> 0 bytes boards/sounds/fr/alphabet/U006C.ogg | Bin 12000 -> 0 bytes boards/sounds/fr/alphabet/U006D.ogg | Bin 12942 -> 0 bytes boards/sounds/fr/alphabet/U006E.ogg | Bin 12635 -> 0 bytes boards/sounds/fr/alphabet/U006F.ogg | Bin 7604 -> 0 bytes boards/sounds/fr/alphabet/U0070.ogg | Bin 7784 -> 0 bytes boards/sounds/fr/alphabet/U0071.ogg | Bin 8097 -> 0 bytes boards/sounds/fr/alphabet/U0072.ogg | Bin 13917 -> 0 bytes boards/sounds/fr/alphabet/U0073.ogg | Bin 14016 -> 0 bytes boards/sounds/fr/alphabet/U0074.ogg | Bin 7901 -> 0 bytes boards/sounds/fr/alphabet/U0075.ogg | Bin 7931 -> 0 bytes boards/sounds/fr/alphabet/U0076.ogg | Bin 8839 -> 0 bytes boards/sounds/fr/alphabet/U0077.ogg | Bin 17074 -> 0 bytes boards/sounds/fr/alphabet/U0078.ogg | Bin 13005 -> 0 bytes boards/sounds/fr/alphabet/U0079.ogg | Bin 15407 -> 0 bytes boards/sounds/fr/alphabet/U007A.ogg | Bin 16145 -> 0 bytes boards/sounds/fr/colors/README | 10 -- boards/sounds/fr/colors/black.ogg | Bin 8886 -> 0 bytes boards/sounds/fr/colors/blue.ogg | Bin 8413 -> 0 bytes boards/sounds/fr/colors/brown.ogg | Bin 9388 -> 0 bytes boards/sounds/fr/colors/green.ogg | Bin 9794 -> 0 bytes boards/sounds/fr/colors/grey.ogg | Bin 14388 -> 0 bytes boards/sounds/fr/colors/orange.ogg | Bin 12097 -> 0 bytes boards/sounds/fr/colors/pink.ogg | Bin 20173 -> 0 bytes boards/sounds/fr/colors/purple.ogg | Bin 8346 -> 0 bytes boards/sounds/fr/colors/red.ogg | Bin 10681 -> 0 bytes boards/sounds/fr/colors/white.ogg | Bin 13615 -> 0 bytes boards/sounds/fr/colors/yellow.ogg | Bin 10074 -> 0 bytes boards/sounds/fr/france_region/README | 22 ----- boards/sounds/fr/france_region/alsace.ogg | Bin 19870 -> 0 bytes boards/sounds/fr/france_region/aquitaine.ogg | Bin 19051 -> 0 bytes boards/sounds/fr/france_region/auvergne.ogg | Bin 18610 -> 0 bytes boards/sounds/fr/france_region/basse-normandie.ogg | Bin 25317 -> 0 bytes boards/sounds/fr/france_region/bourgogne.ogg | Bin 16974 -> 0 bytes boards/sounds/fr/france_region/bretagne.ogg | Bin 24554 -> 0 bytes boards/sounds/fr/france_region/centre.ogg | Bin 15125 -> 0 bytes .../sounds/fr/france_region/champagne-ardenne.ogg | Bin 24713 -> 0 bytes boards/sounds/fr/france_region/corse.ogg | Bin 12084 -> 0 bytes boards/sounds/fr/france_region/franche-conte.ogg | Bin 16709 -> 0 bytes boards/sounds/fr/france_region/haute-normandie.ogg | Bin 20360 -> 0 bytes boards/sounds/fr/france_region/ile-de-france.ogg | Bin 19365 -> 0 bytes .../fr/france_region/languedoc-roussillon.ogg | Bin 33389 -> 0 bytes boards/sounds/fr/france_region/limousin.ogg | Bin 14532 -> 0 bytes boards/sounds/fr/france_region/lorraine.ogg | Bin 22228 -> 0 bytes boards/sounds/fr/france_region/midi-pyrenees.ogg | Bin 27627 -> 0 bytes .../sounds/fr/france_region/nord-pas-de-calais.ogg | Bin 25086 -> 0 bytes .../sounds/fr/france_region/pays-de-la-loire.ogg | Bin 27238 -> 0 bytes boards/sounds/fr/france_region/picardie.ogg | Bin 19471 -> 0 bytes .../sounds/fr/france_region/poitou-charentes.ogg | Bin 21614 -> 0 bytes .../france_region/provence-alpes-cote_d_azur.ogg | Bin 41912 -> 0 bytes boards/sounds/fr/france_region/rhone-alpes.ogg | Bin 16758 -> 0 bytes boards/sounds/fr/geography/COPYRIGHT | 12 --- boards/sounds/fr/geography/README | 73 --------------- boards/sounds/fr/geography/africa.ogg | Bin 17085 -> 0 bytes boards/sounds/fr/geography/alaska.ogg | Bin 18039 -> 0 bytes boards/sounds/fr/geography/albania.ogg | Bin 19830 -> 0 bytes boards/sounds/fr/geography/america.ogg | Bin 26279 -> 0 bytes boards/sounds/fr/geography/antartica.ogg | Bin 21882 -> 0 bytes boards/sounds/fr/geography/argentina.ogg | Bin 17001 -> 0 bytes boards/sounds/fr/geography/asia.ogg | Bin 11111 -> 0 bytes boards/sounds/fr/geography/austria.ogg | Bin 21495 -> 0 bytes boards/sounds/fr/geography/bahamas.ogg | Bin 18801 -> 0 bytes boards/sounds/fr/geography/belarus.ogg | Bin 23005 -> 0 bytes boards/sounds/fr/geography/belgium.ogg | Bin 20587 -> 0 bytes boards/sounds/fr/geography/bolivia.ogg | Bin 13372 -> 0 bytes boards/sounds/fr/geography/bosnia_herzegovina.ogg | Bin 30323 -> 0 bytes boards/sounds/fr/geography/brazil.ogg | Bin 14931 -> 0 bytes boards/sounds/fr/geography/bulgaria.ogg | Bin 19509 -> 0 bytes boards/sounds/fr/geography/canada.ogg | Bin 15630 -> 0 bytes boards/sounds/fr/geography/chile.ogg | Bin 15550 -> 0 bytes boards/sounds/fr/geography/colombia.ogg | Bin 16966 -> 0 bytes boards/sounds/fr/geography/costa_rica.ogg | Bin 21218 -> 0 bytes boards/sounds/fr/geography/croatia.ogg | Bin 18303 -> 0 bytes boards/sounds/fr/geography/cuba.ogg | Bin 16717 -> 0 bytes boards/sounds/fr/geography/cyprus.ogg | Bin 19936 -> 0 bytes boards/sounds/fr/geography/czech.ogg | Bin 19464 -> 0 bytes boards/sounds/fr/geography/denmark.ogg | Bin 23189 -> 0 bytes boards/sounds/fr/geography/dominican_republic.ogg | Bin 32941 -> 0 bytes boards/sounds/fr/geography/ecuador.ogg | Bin 17700 -> 0 bytes boards/sounds/fr/geography/estonia.ogg | Bin 16422 -> 0 bytes boards/sounds/fr/geography/europe.ogg | Bin 14190 -> 0 bytes boards/sounds/fr/geography/finland.ogg | Bin 18546 -> 0 bytes boards/sounds/fr/geography/france.ogg | Bin 18531 -> 0 bytes boards/sounds/fr/geography/french_guiana.ogg | Bin 26717 -> 0 bytes boards/sounds/fr/geography/germany.ogg | Bin 20431 -> 0 bytes boards/sounds/fr/geography/greece.ogg | Bin 21944 -> 0 bytes boards/sounds/fr/geography/greenland.ogg | Bin 15049 -> 0 bytes boards/sounds/fr/geography/guatemala.ogg | Bin 20263 -> 0 bytes boards/sounds/fr/geography/guyana.ogg | Bin 15958 -> 0 bytes boards/sounds/fr/geography/haiti.ogg | Bin 18857 -> 0 bytes boards/sounds/fr/geography/honduras.ogg | Bin 17175 -> 0 bytes boards/sounds/fr/geography/hungary.ogg | Bin 17331 -> 0 bytes boards/sounds/fr/geography/iceland.ogg | Bin 19039 -> 0 bytes boards/sounds/fr/geography/ireland.ogg | Bin 19754 -> 0 bytes boards/sounds/fr/geography/italy.ogg | Bin 13235 -> 0 bytes boards/sounds/fr/geography/jamaica.ogg | Bin 22249 -> 0 bytes boards/sounds/fr/geography/latvia.ogg | Bin 19196 -> 0 bytes boards/sounds/fr/geography/lithuania.ogg | Bin 19548 -> 0 bytes boards/sounds/fr/geography/luxembourg.ogg | Bin 19047 -> 0 bytes boards/sounds/fr/geography/macedonia.ogg | Bin 22676 -> 0 bytes boards/sounds/fr/geography/mexico.ogg | Bin 22008 -> 0 bytes boards/sounds/fr/geography/moldova.ogg | Bin 16277 -> 0 bytes boards/sounds/fr/geography/netherland.ogg | Bin 17005 -> 0 bytes boards/sounds/fr/geography/nicaragua.ogg | Bin 20257 -> 0 bytes boards/sounds/fr/geography/norway.ogg | Bin 21808 -> 0 bytes boards/sounds/fr/geography/oceania.ogg | Bin 22685 -> 0 bytes boards/sounds/fr/geography/panama.ogg | Bin 17371 -> 0 bytes boards/sounds/fr/geography/paraguay.ogg | Bin 18243 -> 0 bytes boards/sounds/fr/geography/peru.ogg | Bin 14972 -> 0 bytes boards/sounds/fr/geography/poland.ogg | Bin 14744 -> 0 bytes boards/sounds/fr/geography/portugal.ogg | Bin 19157 -> 0 bytes boards/sounds/fr/geography/romania.ogg | Bin 16441 -> 0 bytes boards/sounds/fr/geography/russia.ogg | Bin 17893 -> 0 bytes boards/sounds/fr/geography/salvador.ogg | Bin 20628 -> 0 bytes boards/sounds/fr/geography/serbia_montenegro.ogg | Bin 31028 -> 0 bytes boards/sounds/fr/geography/slovakia.ogg | Bin 22740 -> 0 bytes boards/sounds/fr/geography/slovenia.ogg | Bin 19016 -> 0 bytes boards/sounds/fr/geography/spain.ogg | Bin 17878 -> 0 bytes boards/sounds/fr/geography/suriname.ogg | Bin 16297 -> 0 bytes boards/sounds/fr/geography/sweden.ogg | Bin 17386 -> 0 bytes boards/sounds/fr/geography/switz.ogg | Bin 20720 -> 0 bytes boards/sounds/fr/geography/turkey.ogg | Bin 16289 -> 0 bytes boards/sounds/fr/geography/ukraine.ogg | Bin 17223 -> 0 bytes boards/sounds/fr/geography/united_kingdom.ogg | Bin 15950 -> 0 bytes boards/sounds/fr/geography/uruguay.ogg | Bin 17923 -> 0 bytes boards/sounds/fr/geography/usa.ogg | Bin 31130 -> 0 bytes boards/sounds/fr/geography/venezuela.ogg | Bin 21523 -> 0 bytes boards/sounds/fr/misc/README | 19 ---- boards/sounds/fr/misc/about.ogg | Bin 33722 -> 0 bytes boards/sounds/fr/misc/awesome.ogg | Bin 20684 -> 0 bytes boards/sounds/fr/misc/back.ogg | Bin 12988 -> 0 bytes boards/sounds/fr/misc/by.ogg | Bin 11300 -> 0 bytes boards/sounds/fr/misc/check_answer.ogg | Bin 22807 -> 0 bytes boards/sounds/fr/misc/click_on_letter.ogg | Bin 22934 -> 0 bytes boards/sounds/fr/misc/configuration.ogg | Bin 19784 -> 0 bytes boards/sounds/fr/misc/congratulation.ogg | Bin 19051 -> 0 bytes boards/sounds/fr/misc/equal.ogg | Bin 12779 -> 0 bytes boards/sounds/fr/misc/fantastic.ogg | Bin 25422 -> 0 bytes boards/sounds/fr/misc/good.ogg | Bin 11627 -> 0 bytes boards/sounds/fr/misc/great.ogg | Bin 13408 -> 0 bytes boards/sounds/fr/misc/help.ogg | Bin 11518 -> 0 bytes boards/sounds/fr/misc/level.ogg | Bin 15486 -> 0 bytes boards/sounds/fr/misc/minus.ogg | Bin 14406 -> 0 bytes boards/sounds/fr/misc/ok.ogg | Bin 9773 -> 0 bytes boards/sounds/fr/misc/outof.ogg | Bin 20537 -> 0 bytes boards/sounds/fr/misc/perfect.ogg | Bin 13953 -> 0 bytes boards/sounds/fr/misc/plus.ogg | Bin 13555 -> 0 bytes boards/sounds/fr/misc/quit.ogg | Bin 11487 -> 0 bytes boards/sounds/fr/misc/super.ogg | Bin 14717 -> 0 bytes boards/sounds/fr/misc/waytogo.ogg | Bin 19999 -> 0 bytes boards/sounds/fr/misc/welcome.ogg | Bin 29355 -> 0 bytes boards/sounds/hi/alphabet/10.ogg | Bin 42642 -> 0 bytes boards/sounds/hi/alphabet/11.ogg | Bin 31412 -> 0 bytes boards/sounds/hi/alphabet/12.ogg | Bin 38846 -> 0 bytes boards/sounds/hi/alphabet/13.ogg | Bin 31565 -> 0 bytes boards/sounds/hi/alphabet/14.ogg | Bin 41787 -> 0 bytes boards/sounds/hi/alphabet/15.ogg | Bin 28898 -> 0 bytes boards/sounds/hi/alphabet/16.ogg | Bin 31782 -> 0 bytes boards/sounds/hi/alphabet/17.ogg | Bin 37191 -> 0 bytes boards/sounds/hi/alphabet/18.ogg | Bin 36115 -> 0 bytes boards/sounds/hi/alphabet/19.ogg | Bin 31371 -> 0 bytes boards/sounds/hi/alphabet/20.ogg | Bin 25563 -> 0 bytes boards/sounds/hi/alphabet/U0030.ogg | Bin 21432 -> 0 bytes boards/sounds/hi/alphabet/U0031.ogg | Bin 40193 -> 0 bytes boards/sounds/hi/alphabet/U0032.ogg | Bin 40674 -> 0 bytes boards/sounds/hi/alphabet/U0033.ogg | Bin 33377 -> 0 bytes boards/sounds/hi/alphabet/U0034.ogg | Bin 34466 -> 0 bytes boards/sounds/hi/alphabet/U0035.ogg | Bin 29185 -> 0 bytes boards/sounds/hi/alphabet/U0036.ogg | Bin 25896 -> 0 bytes boards/sounds/hi/alphabet/U0037.ogg | Bin 43360 -> 0 bytes boards/sounds/hi/alphabet/U0038.ogg | Bin 34158 -> 0 bytes boards/sounds/hi/alphabet/U0039.ogg | Bin 42099 -> 0 bytes boards/sounds/hi/alphabet/U0061.ogg | Bin 45235 -> 0 bytes boards/sounds/hi/alphabet/U0062.ogg | Bin 31077 -> 0 bytes boards/sounds/hi/alphabet/U0063.ogg | Bin 23343 -> 0 bytes boards/sounds/hi/alphabet/U0064.ogg | Bin 45763 -> 0 bytes boards/sounds/hi/alphabet/U0065.ogg | Bin 32729 -> 0 bytes boards/sounds/hi/alphabet/U0066.ogg | Bin 25593 -> 0 bytes boards/sounds/hi/alphabet/U0067.ogg | Bin 36616 -> 0 bytes boards/sounds/hi/alphabet/U0068.ogg | Bin 53294 -> 0 bytes boards/sounds/hi/alphabet/U0069.ogg | Bin 39296 -> 0 bytes boards/sounds/hi/alphabet/U006A.ogg | Bin 24055 -> 0 bytes boards/sounds/hi/alphabet/U006B.ogg | Bin 39878 -> 0 bytes boards/sounds/hi/alphabet/U006C.ogg | Bin 27024 -> 0 bytes boards/sounds/hi/alphabet/U006D.ogg | Bin 31418 -> 0 bytes boards/sounds/hi/alphabet/U006E.ogg | Bin 32155 -> 0 bytes boards/sounds/hi/alphabet/U006F.ogg | Bin 25595 -> 0 bytes boards/sounds/hi/alphabet/U0070.ogg | Bin 18922 -> 0 bytes boards/sounds/hi/alphabet/U0071.ogg | Bin 18778 -> 0 bytes boards/sounds/hi/alphabet/U0072.ogg | Bin 31162 -> 0 bytes boards/sounds/hi/alphabet/U0073.ogg | Bin 28414 -> 0 bytes boards/sounds/hi/alphabet/U0074.ogg | Bin 21469 -> 0 bytes boards/sounds/hi/alphabet/U0075.ogg | Bin 25237 -> 0 bytes boards/sounds/hi/alphabet/U0076.ogg | Bin 16114 -> 0 bytes boards/sounds/hi/alphabet/U0077.ogg | Bin 18457 -> 0 bytes boards/sounds/hi/alphabet/U0078.ogg | Bin 19651 -> 0 bytes boards/sounds/hi/alphabet/U0079.ogg | Bin 21065 -> 0 bytes boards/sounds/hi/alphabet/U007A.ogg | Bin 20470 -> 0 bytes boards/sounds/hi/colors/black.ogg | Bin 47600 -> 0 bytes boards/sounds/hi/colors/blue.ogg | Bin 22662 -> 0 bytes boards/sounds/hi/colors/brown.ogg | Bin 18909 -> 0 bytes boards/sounds/hi/colors/green.ogg | Bin 22747 -> 0 bytes boards/sounds/hi/colors/grey.ogg | Bin 19521 -> 0 bytes boards/sounds/hi/colors/orange.ogg | Bin 20717 -> 0 bytes boards/sounds/hi/colors/pink.ogg | Bin 21954 -> 0 bytes boards/sounds/hi/colors/purple.ogg | Bin 30929 -> 0 bytes boards/sounds/hi/colors/red.ogg | Bin 19637 -> 0 bytes boards/sounds/hi/colors/white.ogg | Bin 28559 -> 0 bytes boards/sounds/hi/colors/yellow.ogg | Bin 16685 -> 0 bytes boards/sounds/hi/geography/africa.ogg | Bin 81970 -> 0 bytes boards/sounds/hi/geography/alaska.ogg | Bin 65216 -> 0 bytes boards/sounds/hi/geography/albania.ogg | Bin 62181 -> 0 bytes boards/sounds/hi/geography/algeria.ogg | Bin 77314 -> 0 bytes boards/sounds/hi/geography/america.ogg | Bin 75503 -> 0 bytes boards/sounds/hi/geography/angola.ogg | Bin 83498 -> 0 bytes boards/sounds/hi/geography/antartica.ogg | Bin 47978 -> 0 bytes boards/sounds/hi/geography/argentina.ogg | Bin 56699 -> 0 bytes boards/sounds/hi/geography/asia.ogg | Bin 63008 -> 0 bytes boards/sounds/hi/geography/austria.ogg | Bin 59770 -> 0 bytes boards/sounds/hi/geography/bahamas.ogg | Bin 51889 -> 0 bytes boards/sounds/hi/geography/basse_normandie.ogg | Bin 65462 -> 0 bytes boards/sounds/hi/geography/belarus.ogg | Bin 62296 -> 0 bytes boards/sounds/hi/geography/belgium.ogg | Bin 52188 -> 0 bytes boards/sounds/hi/geography/benin.ogg | Bin 67715 -> 0 bytes boards/sounds/hi/geography/bolivia.ogg | Bin 56436 -> 0 bytes boards/sounds/hi/geography/bosnia_herzegovina.ogg | Bin 67814 -> 0 bytes boards/sounds/hi/geography/botswana.ogg | Bin 44266 -> 0 bytes boards/sounds/hi/geography/brazil.ogg | Bin 55965 -> 0 bytes boards/sounds/hi/geography/bulgaria.ogg | Bin 64414 -> 0 bytes boards/sounds/hi/geography/burkina.ogg | Bin 42703 -> 0 bytes boards/sounds/hi/geography/burundi.ogg | Bin 65682 -> 0 bytes boards/sounds/hi/geography/cameroon.ogg | Bin 49162 -> 0 bytes boards/sounds/hi/geography/canada.ogg | Bin 53099 -> 0 bytes .../hi/geography/central_african_republic.ogg | Bin 88337 -> 0 bytes boards/sounds/hi/geography/chad.ogg | Bin 31118 -> 0 bytes boards/sounds/hi/geography/chile.ogg | Bin 37544 -> 0 bytes boards/sounds/hi/geography/colombia.ogg | Bin 52441 -> 0 bytes boards/sounds/hi/geography/congo.ogg | Bin 50778 -> 0 bytes boards/sounds/hi/geography/costa_rica.ogg | Bin 60585 -> 0 bytes boards/sounds/hi/geography/croatia.ogg | Bin 37450 -> 0 bytes boards/sounds/hi/geography/cuba.ogg | Bin 48526 -> 0 bytes boards/sounds/hi/geography/cyprus.ogg | Bin 46756 -> 0 bytes boards/sounds/hi/geography/czech.ogg | Bin 51833 -> 0 bytes boards/sounds/hi/geography/denmark.ogg | Bin 42139 -> 0 bytes boards/sounds/hi/geography/dijibouti.ogg | Bin 37532 -> 0 bytes boards/sounds/hi/geography/dominican_republic.ogg | Bin 63721 -> 0 bytes boards/sounds/hi/geography/ecuador.ogg | Bin 45861 -> 0 bytes boards/sounds/hi/geography/egypt.ogg | Bin 51731 -> 0 bytes boards/sounds/hi/geography/equatorial_guinea.ogg | Bin 88416 -> 0 bytes boards/sounds/hi/geography/eritrea.ogg | Bin 39643 -> 0 bytes boards/sounds/hi/geography/estonia.ogg | Bin 38780 -> 0 bytes boards/sounds/hi/geography/ethiopia.ogg | Bin 59913 -> 0 bytes boards/sounds/hi/geography/europe.ogg | Bin 42227 -> 0 bytes boards/sounds/hi/geography/finland.ogg | Bin 33043 -> 0 bytes boards/sounds/hi/geography/france.ogg | Bin 54625 -> 0 bytes boards/sounds/hi/geography/french_guiana.ogg | Bin 63656 -> 0 bytes boards/sounds/hi/geography/gabon.ogg | Bin 45073 -> 0 bytes boards/sounds/hi/geography/gambia.ogg | Bin 46607 -> 0 bytes boards/sounds/hi/geography/germany.ogg | Bin 49292 -> 0 bytes boards/sounds/hi/geography/ghana.ogg | Bin 39750 -> 0 bytes boards/sounds/hi/geography/greece.ogg | Bin 40442 -> 0 bytes boards/sounds/hi/geography/greenland.ogg | Bin 55537 -> 0 bytes boards/sounds/hi/geography/guatemala.ogg | Bin 43696 -> 0 bytes boards/sounds/hi/geography/guinea.ogg | Bin 54880 -> 0 bytes boards/sounds/hi/geography/guinea_bissau.ogg | Bin 46333 -> 0 bytes boards/sounds/hi/geography/guyana.ogg | Bin 49236 -> 0 bytes boards/sounds/hi/geography/haiti.ogg | Bin 45616 -> 0 bytes boards/sounds/hi/geography/honduras.ogg | Bin 43406 -> 0 bytes boards/sounds/hi/geography/hungary.ogg | Bin 41518 -> 0 bytes boards/sounds/hi/geography/iceland.ogg | Bin 40783 -> 0 bytes boards/sounds/hi/geography/ireland.ogg | Bin 40484 -> 0 bytes boards/sounds/hi/geography/italy.ogg | Bin 42938 -> 0 bytes boards/sounds/hi/geography/ivory_coast.ogg | Bin 53319 -> 0 bytes boards/sounds/hi/geography/jamaica.ogg | Bin 37184 -> 0 bytes boards/sounds/hi/geography/kenya.ogg | Bin 35759 -> 0 bytes boards/sounds/hi/geography/latvia.ogg | Bin 52994 -> 0 bytes boards/sounds/hi/geography/lesotho.ogg | Bin 46576 -> 0 bytes boards/sounds/hi/geography/liberia.ogg | Bin 55535 -> 0 bytes boards/sounds/hi/geography/libya.ogg | Bin 37020 -> 0 bytes boards/sounds/hi/geography/lithuania.ogg | Bin 50216 -> 0 bytes boards/sounds/hi/geography/luxembourg.ogg | Bin 52077 -> 0 bytes boards/sounds/hi/geography/macedonia.ogg | Bin 63645 -> 0 bytes boards/sounds/hi/geography/madagascar.ogg | Bin 60096 -> 0 bytes boards/sounds/hi/geography/malawi.ogg | Bin 30589 -> 0 bytes boards/sounds/hi/geography/mali.ogg | Bin 46857 -> 0 bytes boards/sounds/hi/geography/mauritania.ogg | Bin 38880 -> 0 bytes boards/sounds/hi/geography/mexico.ogg | Bin 50445 -> 0 bytes boards/sounds/hi/geography/moldova.ogg | Bin 55622 -> 0 bytes boards/sounds/hi/geography/moroco.ogg | Bin 58472 -> 0 bytes boards/sounds/hi/geography/mozambique.ogg | Bin 31868 -> 0 bytes boards/sounds/hi/geography/nambia.ogg | Bin 27197 -> 0 bytes boards/sounds/hi/geography/netherland.ogg | Bin 33612 -> 0 bytes boards/sounds/hi/geography/nicaragua.ogg | Bin 41316 -> 0 bytes boards/sounds/hi/geography/niger.ogg | Bin 52908 -> 0 bytes boards/sounds/hi/geography/nigeria.ogg | Bin 52040 -> 0 bytes boards/sounds/hi/geography/north_america.ogg | Bin 35732 -> 0 bytes boards/sounds/hi/geography/norway.ogg | Bin 42190 -> 0 bytes boards/sounds/hi/geography/oceania.ogg | Bin 48383 -> 0 bytes boards/sounds/hi/geography/panama.ogg | Bin 30408 -> 0 bytes boards/sounds/hi/geography/paraguay.ogg | Bin 44566 -> 0 bytes boards/sounds/hi/geography/peru.ogg | Bin 24115 -> 0 bytes boards/sounds/hi/geography/poland.ogg | Bin 62563 -> 0 bytes boards/sounds/hi/geography/portugal.ogg | Bin 50792 -> 0 bytes boards/sounds/hi/geography/republic_of_congo.ogg | Bin 71037 -> 0 bytes boards/sounds/hi/geography/romania.ogg | Bin 55523 -> 0 bytes boards/sounds/hi/geography/russia.ogg | Bin 33662 -> 0 bytes boards/sounds/hi/geography/rwanda.ogg | Bin 49088 -> 0 bytes boards/sounds/hi/geography/salvador.ogg | Bin 60131 -> 0 bytes boards/sounds/hi/geography/senegal.ogg | Bin 41207 -> 0 bytes boards/sounds/hi/geography/serbia_montenegro.ogg | Bin 59343 -> 0 bytes boards/sounds/hi/geography/sierra_leone.ogg | Bin 52364 -> 0 bytes boards/sounds/hi/geography/slovakia.ogg | Bin 46144 -> 0 bytes boards/sounds/hi/geography/slovenia.ogg | Bin 34661 -> 0 bytes boards/sounds/hi/geography/somalia.ogg | Bin 25727 -> 0 bytes boards/sounds/hi/geography/soudan.ogg | Bin 40247 -> 0 bytes boards/sounds/hi/geography/south_africa.ogg | Bin 44126 -> 0 bytes boards/sounds/hi/geography/south_america.ogg | Bin 55910 -> 0 bytes boards/sounds/hi/geography/spain.ogg | Bin 36900 -> 0 bytes boards/sounds/hi/geography/suriname.ogg | Bin 57115 -> 0 bytes boards/sounds/hi/geography/swaziland.ogg | Bin 47420 -> 0 bytes boards/sounds/hi/geography/sweden.ogg | Bin 53414 -> 0 bytes boards/sounds/hi/geography/switz.ogg | Bin 57027 -> 0 bytes boards/sounds/hi/geography/tanzania.ogg | Bin 42296 -> 0 bytes boards/sounds/hi/geography/togo.ogg | Bin 38661 -> 0 bytes boards/sounds/hi/geography/tunisia.ogg | Bin 36221 -> 0 bytes boards/sounds/hi/geography/turkey.ogg | Bin 47029 -> 0 bytes boards/sounds/hi/geography/uganda.ogg | Bin 65285 -> 0 bytes boards/sounds/hi/geography/ukraine.ogg | Bin 30161 -> 0 bytes boards/sounds/hi/geography/united_kingdom.ogg | Bin 74164 -> 0 bytes boards/sounds/hi/geography/uruguay.ogg | Bin 36945 -> 0 bytes boards/sounds/hi/geography/usa.ogg | Bin 47833 -> 0 bytes boards/sounds/hi/geography/venezuela.ogg | Bin 41251 -> 0 bytes boards/sounds/hi/geography/zambia.ogg | Bin 36564 -> 0 bytes boards/sounds/hi/geography/zimbabwe.ogg | Bin 43558 -> 0 bytes boards/sounds/hi/misc/about.ogg | Bin 35134 -> 0 bytes boards/sounds/hi/misc/awesome.ogg | Bin 51721 -> 0 bytes boards/sounds/hi/misc/back.ogg | Bin 15936 -> 0 bytes boards/sounds/hi/misc/by.ogg | Bin 28684 -> 0 bytes boards/sounds/hi/misc/check_answer.ogg | Bin 38180 -> 0 bytes boards/sounds/hi/misc/click_on_letter.ogg | Bin 35090 -> 0 bytes boards/sounds/hi/misc/configuration.ogg | Bin 33119 -> 0 bytes boards/sounds/hi/misc/congratulation.ogg | Bin 30030 -> 0 bytes boards/sounds/hi/misc/equal.ogg | Bin 21682 -> 0 bytes boards/sounds/hi/misc/fantastic.ogg | Bin 23848 -> 0 bytes boards/sounds/hi/misc/good.ogg | Bin 17985 -> 0 bytes boards/sounds/hi/misc/great.ogg | Bin 24788 -> 0 bytes boards/sounds/hi/misc/help.ogg | Bin 18473 -> 0 bytes boards/sounds/hi/misc/level.ogg | Bin 19002 -> 0 bytes boards/sounds/hi/misc/minus.ogg | Bin 16527 -> 0 bytes boards/sounds/hi/misc/ok.ogg | Bin 31415 -> 0 bytes boards/sounds/hi/misc/outof.ogg | Bin 21858 -> 0 bytes boards/sounds/hi/misc/perfect.ogg | Bin 22003 -> 0 bytes boards/sounds/hi/misc/plus.ogg | Bin 28632 -> 0 bytes boards/sounds/hi/misc/quit.ogg | Bin 38443 -> 0 bytes boards/sounds/hi/misc/super.ogg | Bin 19060 -> 0 bytes boards/sounds/hi/misc/waytogo.ogg | Bin 55407 -> 0 bytes boards/sounds/hi/misc/welcome.ogg | Bin 305376 -> 0 bytes boards/sounds/hu/alphabet/10.ogg | Bin 14925 -> 0 bytes boards/sounds/hu/alphabet/11.ogg | Bin 18720 -> 0 bytes boards/sounds/hu/alphabet/12.ogg | Bin 22702 -> 0 bytes boards/sounds/hu/alphabet/13.ogg | Bin 21811 -> 0 bytes boards/sounds/hu/alphabet/14.ogg | Bin 20726 -> 0 bytes boards/sounds/hu/alphabet/15.ogg | Bin 20496 -> 0 bytes boards/sounds/hu/alphabet/16.ogg | Bin 21484 -> 0 bytes boards/sounds/hu/alphabet/17.ogg | Bin 23613 -> 0 bytes boards/sounds/hu/alphabet/18.ogg | Bin 26050 -> 0 bytes boards/sounds/hu/alphabet/19.ogg | Bin 25667 -> 0 bytes boards/sounds/hu/alphabet/20.ogg | Bin 12375 -> 0 bytes boards/sounds/hu/alphabet/README | 20 ---- boards/sounds/hu/alphabet/U0031.ogg | Bin 14738 -> 0 bytes boards/sounds/hu/alphabet/U0032.ogg | Bin 19180 -> 0 bytes boards/sounds/hu/alphabet/U0033.ogg | Bin 20508 -> 0 bytes boards/sounds/hu/alphabet/U0034.ogg | Bin 14679 -> 0 bytes boards/sounds/hu/alphabet/U0035.ogg | Bin 15327 -> 0 bytes boards/sounds/hu/alphabet/U0036.ogg | Bin 13528 -> 0 bytes boards/sounds/hu/alphabet/U0037.ogg | Bin 13756 -> 0 bytes boards/sounds/hu/alphabet/U0038.ogg | Bin 14612 -> 0 bytes boards/sounds/hu/alphabet/U0039.ogg | Bin 16457 -> 0 bytes boards/sounds/hu/colors/README | 11 -- boards/sounds/hu/colors/black.ogg | Bin 17211 -> 0 bytes boards/sounds/hu/colors/blue.ogg | Bin 12867 -> 0 bytes boards/sounds/hu/colors/brown.ogg | Bin 16083 -> 0 bytes boards/sounds/hu/colors/green.ogg | Bin 16624 -> 0 bytes boards/sounds/hu/colors/grey.ogg | Bin 17378 -> 0 bytes boards/sounds/hu/colors/orange.ogg | Bin 23038 -> 0 bytes boards/sounds/hu/colors/pink.ogg | Bin 18472 -> 0 bytes boards/sounds/hu/colors/purple.ogg | Bin 15170 -> 0 bytes boards/sounds/hu/colors/red.ogg | Bin 17107 -> 0 bytes boards/sounds/hu/colors/white.ogg | Bin 15892 -> 0 bytes boards/sounds/hu/colors/yellow.ogg | Bin 23669 -> 0 bytes boards/sounds/hu/geography/README | 68 -------------- boards/sounds/hu/geography/alaska.ogg | Bin 16824 -> 0 bytes boards/sounds/hu/geography/albania.ogg | Bin 16355 -> 0 bytes boards/sounds/hu/geography/argentina.ogg | Bin 19197 -> 0 bytes boards/sounds/hu/geography/austria.ogg | Bin 17471 -> 0 bytes boards/sounds/hu/geography/bahamas.ogg | Bin 17775 -> 0 bytes boards/sounds/hu/geography/belarus.ogg | Bin 25368 -> 0 bytes boards/sounds/hu/geography/belgium.ogg | Bin 18397 -> 0 bytes boards/sounds/hu/geography/bolivia.ogg | Bin 16339 -> 0 bytes boards/sounds/hu/geography/bosnia_herzegovina.ogg | Bin 28373 -> 0 bytes boards/sounds/hu/geography/brazil.ogg | Bin 22492 -> 0 bytes boards/sounds/hu/geography/bulgaria.ogg | Bin 18284 -> 0 bytes boards/sounds/hu/geography/canada.ogg | Bin 13905 -> 0 bytes boards/sounds/hu/geography/chile.ogg | Bin 12954 -> 0 bytes boards/sounds/hu/geography/colombia.ogg | Bin 16938 -> 0 bytes boards/sounds/hu/geography/costa_rica.ogg | Bin 21334 -> 0 bytes boards/sounds/hu/geography/croatia.ogg | Bin 22673 -> 0 bytes boards/sounds/hu/geography/cuba.ogg | Bin 11410 -> 0 bytes boards/sounds/hu/geography/cyprus.ogg | Bin 17490 -> 0 bytes boards/sounds/hu/geography/czech.ogg | Bin 16981 -> 0 bytes boards/sounds/hu/geography/denmark.ogg | Bin 19104 -> 0 bytes boards/sounds/hu/geography/dominican_republic.ogg | Bin 30690 -> 0 bytes boards/sounds/hu/geography/ecuador.ogg | Bin 21507 -> 0 bytes boards/sounds/hu/geography/estonia.ogg | Bin 19651 -> 0 bytes boards/sounds/hu/geography/finland.ogg | Bin 20227 -> 0 bytes boards/sounds/hu/geography/france.ogg | Bin 22917 -> 0 bytes boards/sounds/hu/geography/french_guiana.ogg | Bin 26179 -> 0 bytes boards/sounds/hu/geography/germany.ogg | Bin 24743 -> 0 bytes boards/sounds/hu/geography/greece.ogg | Bin 23875 -> 0 bytes boards/sounds/hu/geography/greenland.ogg | Bin 20382 -> 0 bytes boards/sounds/hu/geography/guatemala.ogg | Bin 18406 -> 0 bytes boards/sounds/hu/geography/guyana.ogg | Bin 13905 -> 0 bytes boards/sounds/hu/geography/haiti.ogg | Bin 14760 -> 0 bytes boards/sounds/hu/geography/honduras.ogg | Bin 22616 -> 0 bytes boards/sounds/hu/geography/hungary.ogg | Bin 19903 -> 0 bytes boards/sounds/hu/geography/iceland.ogg | Bin 18025 -> 0 bytes boards/sounds/hu/geography/ireland.ogg | Bin 18697 -> 0 bytes boards/sounds/hu/geography/italy.ogg | Bin 23866 -> 0 bytes boards/sounds/hu/geography/jamaica.ogg | Bin 18332 -> 0 bytes boards/sounds/hu/geography/latvia.ogg | Bin 19104 -> 0 bytes boards/sounds/hu/geography/lithuania.ogg | Bin 18179 -> 0 bytes boards/sounds/hu/geography/luxembourg.ogg | Bin 18582 -> 0 bytes boards/sounds/hu/geography/macedonia.ogg | Bin 20055 -> 0 bytes boards/sounds/hu/geography/mexico.ogg | Bin 18119 -> 0 bytes boards/sounds/hu/geography/moldova.ogg | Bin 13945 -> 0 bytes boards/sounds/hu/geography/netherland.ogg | Bin 19667 -> 0 bytes boards/sounds/hu/geography/nicaragua.ogg | Bin 18092 -> 0 bytes boards/sounds/hu/geography/norway.ogg | Bin 20592 -> 0 bytes boards/sounds/hu/geography/panama.ogg | Bin 17316 -> 0 bytes boards/sounds/hu/geography/paraguay.ogg | Bin 17788 -> 0 bytes boards/sounds/hu/geography/peru.ogg | Bin 11815 -> 0 bytes boards/sounds/hu/geography/poland.ogg | Bin 23745 -> 0 bytes boards/sounds/hu/geography/portugal.ogg | Bin 25936 -> 0 bytes boards/sounds/hu/geography/romania.ogg | Bin 18102 -> 0 bytes boards/sounds/hu/geography/russia.ogg | Bin 20040 -> 0 bytes boards/sounds/hu/geography/salvador.ogg | Bin 16886 -> 0 bytes boards/sounds/hu/geography/serbia_montenegro.ogg | Bin 29766 -> 0 bytes boards/sounds/hu/geography/slovakia.ogg | Bin 17447 -> 0 bytes boards/sounds/hu/geography/slovenia.ogg | Bin 17464 -> 0 bytes boards/sounds/hu/geography/spain.ogg | Bin 25858 -> 0 bytes boards/sounds/hu/geography/suriname.ogg | Bin 20028 -> 0 bytes boards/sounds/hu/geography/sweden.ogg | Bin 23749 -> 0 bytes boards/sounds/hu/geography/switz.ogg | Bin 19307 -> 0 bytes boards/sounds/hu/geography/turkey.ogg | Bin 23091 -> 0 bytes boards/sounds/hu/geography/ukraine.ogg | Bin 20792 -> 0 bytes boards/sounds/hu/geography/united_kingdom.ogg | Bin 30586 -> 0 bytes boards/sounds/hu/geography/uruguay.ogg | Bin 16067 -> 0 bytes boards/sounds/hu/geography/usa.ogg | Bin 40774 -> 0 bytes boards/sounds/hu/geography/venezuela.ogg | Bin 18768 -> 0 bytes boards/sounds/hu/misc/README | 13 --- boards/sounds/hu/misc/awesome.ogg | Bin 17399 -> 0 bytes boards/sounds/hu/misc/back.ogg | Bin 12570 -> 0 bytes boards/sounds/hu/misc/click_on_letter.ogg | Bin 29384 -> 0 bytes boards/sounds/hu/misc/congratulation.ogg | Bin 21700 -> 0 bytes boards/sounds/hu/misc/fantastic.ogg | Bin 27643 -> 0 bytes boards/sounds/hu/misc/good.ogg | Bin 10767 -> 0 bytes boards/sounds/hu/misc/great.ogg | Bin 22072 -> 0 bytes boards/sounds/hu/misc/help.ogg | Bin 24368 -> 0 bytes boards/sounds/hu/misc/ok.ogg | Bin 13655 -> 0 bytes boards/sounds/hu/misc/perfect.ogg | Bin 20807 -> 0 bytes boards/sounds/hu/misc/quit.ogg | Bin 18939 -> 0 bytes boards/sounds/hu/misc/super.ogg | Bin 19969 -> 0 bytes boards/sounds/hu/misc/welcome.ogg | Bin 23615 -> 0 bytes boards/sounds/id/alphabet/10.ogg | Bin 18374 -> 0 bytes boards/sounds/id/alphabet/README | 40 -------- boards/sounds/id/alphabet/U0030.ogg | Bin 13817 -> 0 bytes boards/sounds/id/alphabet/U0031.ogg | Bin 22689 -> 0 bytes boards/sounds/id/alphabet/U0032.ogg | Bin 17738 -> 0 bytes boards/sounds/id/alphabet/U0033.ogg | Bin 18442 -> 0 bytes boards/sounds/id/alphabet/U0034.ogg | Bin 16406 -> 0 bytes boards/sounds/id/alphabet/U0035.ogg | Bin 19511 -> 0 bytes boards/sounds/id/alphabet/U0036.ogg | Bin 17482 -> 0 bytes boards/sounds/id/alphabet/U0037.ogg | Bin 17648 -> 0 bytes boards/sounds/id/alphabet/U0038.ogg | Bin 19449 -> 0 bytes boards/sounds/id/alphabet/U0039.ogg | Bin 20341 -> 0 bytes boards/sounds/id/alphabet/U0061.ogg | Bin 13740 -> 0 bytes boards/sounds/id/alphabet/U0062.ogg | Bin 13403 -> 0 bytes boards/sounds/id/alphabet/U0063.ogg | Bin 16684 -> 0 bytes boards/sounds/id/alphabet/U0064.ogg | Bin 13410 -> 0 bytes boards/sounds/id/alphabet/U0065.ogg | Bin 13641 -> 0 bytes boards/sounds/id/alphabet/U0066.ogg | Bin 15785 -> 0 bytes boards/sounds/id/alphabet/U0067.ogg | Bin 15020 -> 0 bytes boards/sounds/id/alphabet/U0068.ogg | Bin 13392 -> 0 bytes boards/sounds/id/alphabet/U0069.ogg | Bin 14903 -> 0 bytes boards/sounds/id/alphabet/U006A.ogg | Bin 15191 -> 0 bytes boards/sounds/id/alphabet/U006B.ogg | Bin 13305 -> 0 bytes boards/sounds/id/alphabet/U006C.ogg | Bin 14464 -> 0 bytes boards/sounds/id/alphabet/U006D.ogg | Bin 13421 -> 0 bytes boards/sounds/id/alphabet/U006E.ogg | Bin 13335 -> 0 bytes boards/sounds/id/alphabet/U006F.ogg | Bin 12508 -> 0 bytes boards/sounds/id/alphabet/U0070.ogg | Bin 12865 -> 0 bytes boards/sounds/id/alphabet/U0071.ogg | Bin 16717 -> 0 bytes boards/sounds/id/alphabet/U0072.ogg | Bin 12999 -> 0 bytes boards/sounds/id/alphabet/U0073.ogg | Bin 14957 -> 0 bytes boards/sounds/id/alphabet/U0074.ogg | Bin 13414 -> 0 bytes boards/sounds/id/alphabet/U0075.ogg | Bin 12400 -> 0 bytes boards/sounds/id/alphabet/U0076.ogg | Bin 14069 -> 0 bytes boards/sounds/id/alphabet/U0077.ogg | Bin 13210 -> 0 bytes boards/sounds/id/alphabet/U0078.ogg | Bin 14574 -> 0 bytes boards/sounds/id/alphabet/U0079.ogg | Bin 13529 -> 0 bytes boards/sounds/id/alphabet/U007A.ogg | Bin 12945 -> 0 bytes boards/sounds/id/colors/README | 14 --- boards/sounds/id/colors/black.ogg | Bin 26398 -> 0 bytes boards/sounds/id/colors/blue.ogg | Bin 20409 -> 0 bytes boards/sounds/id/colors/brown.ogg | Bin 23357 -> 0 bytes boards/sounds/id/colors/green.ogg | Bin 21014 -> 0 bytes boards/sounds/id/colors/grey.ogg | Bin 28823 -> 0 bytes boards/sounds/id/colors/orange.ogg | Bin 21422 -> 0 bytes boards/sounds/id/colors/pink.ogg | Bin 31134 -> 0 bytes boards/sounds/id/colors/purple.ogg | Bin 24251 -> 0 bytes boards/sounds/id/colors/red.ogg | Bin 22465 -> 0 bytes boards/sounds/id/colors/white.ogg | Bin 23419 -> 0 bytes boards/sounds/id/colors/yellow.ogg | Bin 20055 -> 0 bytes boards/sounds/id/misc/README | 21 ---- boards/sounds/id/misc/about.ogg | Bin 31254 -> 0 bytes boards/sounds/id/misc/awesome.ogg | Bin 25961 -> 0 bytes boards/sounds/id/misc/back.ogg | Bin 15898 -> 0 bytes boards/sounds/id/misc/by.ogg | Bin 16221 -> 0 bytes boards/sounds/id/misc/check_answer.ogg | Bin 27074 -> 0 bytes boards/sounds/id/misc/click_on_letter.ogg | Bin 27062 -> 0 bytes boards/sounds/id/misc/configuration.ogg | Bin 22908 -> 0 bytes boards/sounds/id/misc/congratulation.ogg | Bin 20753 -> 0 bytes boards/sounds/id/misc/equal.ogg | Bin 24549 -> 0 bytes boards/sounds/id/misc/fantastic.ogg | Bin 25779 -> 0 bytes boards/sounds/id/misc/good.ogg | Bin 18108 -> 0 bytes boards/sounds/id/misc/great.ogg | Bin 18041 -> 0 bytes boards/sounds/id/misc/help.ogg | Bin 19242 -> 0 bytes boards/sounds/id/misc/level.ogg | Bin 18416 -> 0 bytes boards/sounds/id/misc/minus.ogg | Bin 24352 -> 0 bytes boards/sounds/id/misc/ok.ogg | Bin 29096 -> 0 bytes boards/sounds/id/misc/outof.ogg | Bin 16857 -> 0 bytes boards/sounds/id/misc/perfect.ogg | Bin 26236 -> 0 bytes boards/sounds/id/misc/plus.ogg | Bin 22335 -> 0 bytes boards/sounds/id/misc/quit.ogg | Bin 26850 -> 0 bytes boards/sounds/id/misc/super.ogg | Bin 21987 -> 0 bytes boards/sounds/id/misc/waytogo.ogg | Bin 20164 -> 0 bytes boards/sounds/id/misc/welcome.ogg | Bin 43019 -> 0 bytes boards/sounds/it/alphabet/10.ogg | Bin 29285 -> 0 bytes boards/sounds/it/alphabet/11.ogg | Bin 27322 -> 0 bytes boards/sounds/it/alphabet/12.ogg | Bin 27947 -> 0 bytes boards/sounds/it/alphabet/13.ogg | Bin 33831 -> 0 bytes boards/sounds/it/alphabet/14.ogg | Bin 34005 -> 0 bytes boards/sounds/it/alphabet/15.ogg | Bin 31446 -> 0 bytes boards/sounds/it/alphabet/16.ogg | Bin 29226 -> 0 bytes boards/sounds/it/alphabet/17.ogg | Bin 36571 -> 0 bytes boards/sounds/it/alphabet/18.ogg | Bin 27944 -> 0 bytes boards/sounds/it/alphabet/19.ogg | Bin 35785 -> 0 bytes boards/sounds/it/alphabet/20.ogg | Bin 22971 -> 0 bytes boards/sounds/it/alphabet/README | 46 --------- boards/sounds/it/alphabet/U0031.ogg | Bin 37124 -> 0 bytes boards/sounds/it/alphabet/U0032.ogg | Bin 36970 -> 0 bytes boards/sounds/it/alphabet/U0033.ogg | Bin 28508 -> 0 bytes boards/sounds/it/alphabet/U0034.ogg | Bin 32841 -> 0 bytes boards/sounds/it/alphabet/U0035.ogg | Bin 30727 -> 0 bytes boards/sounds/it/alphabet/U0036.ogg | Bin 29975 -> 0 bytes boards/sounds/it/alphabet/U0037.ogg | Bin 30684 -> 0 bytes boards/sounds/it/alphabet/U0038.ogg | Bin 27522 -> 0 bytes boards/sounds/it/alphabet/U0039.ogg | Bin 30193 -> 0 bytes boards/sounds/it/alphabet/U0061.ogg | Bin 26496 -> 0 bytes boards/sounds/it/alphabet/U0062.ogg | Bin 21797 -> 0 bytes boards/sounds/it/alphabet/U0063.ogg | Bin 22726 -> 0 bytes boards/sounds/it/alphabet/U0064.ogg | Bin 24676 -> 0 bytes boards/sounds/it/alphabet/U0065.ogg | Bin 30127 -> 0 bytes boards/sounds/it/alphabet/U0066.ogg | Bin 28396 -> 0 bytes boards/sounds/it/alphabet/U0067.ogg | Bin 21798 -> 0 bytes boards/sounds/it/alphabet/U0068.ogg | Bin 31649 -> 0 bytes boards/sounds/it/alphabet/U0069.ogg | Bin 25382 -> 0 bytes boards/sounds/it/alphabet/U006A.ogg | Bin 27138 -> 0 bytes boards/sounds/it/alphabet/U006B.ogg | Bin 23989 -> 0 bytes boards/sounds/it/alphabet/U006C.ogg | Bin 31640 -> 0 bytes boards/sounds/it/alphabet/U006D.ogg | Bin 24803 -> 0 bytes boards/sounds/it/alphabet/U006E.ogg | Bin 25421 -> 0 bytes boards/sounds/it/alphabet/U006F.ogg | Bin 19137 -> 0 bytes boards/sounds/it/alphabet/U0070.ogg | Bin 18869 -> 0 bytes boards/sounds/it/alphabet/U0071.ogg | Bin 23244 -> 0 bytes boards/sounds/it/alphabet/U0072.ogg | Bin 27086 -> 0 bytes boards/sounds/it/alphabet/U0073.ogg | Bin 28312 -> 0 bytes boards/sounds/it/alphabet/U0074.ogg | Bin 22638 -> 0 bytes boards/sounds/it/alphabet/U0075.ogg | Bin 17124 -> 0 bytes boards/sounds/it/alphabet/U0076.ogg | Bin 19195 -> 0 bytes boards/sounds/it/alphabet/U0077.ogg | Bin 22262 -> 0 bytes boards/sounds/it/alphabet/U0078.ogg | Bin 26810 -> 0 bytes boards/sounds/it/alphabet/U0079.ogg | Bin 29848 -> 0 bytes boards/sounds/it/alphabet/U007A.ogg | Bin 24000 -> 0 bytes boards/sounds/it/colors/README | 11 -- boards/sounds/it/colors/black.ogg | Bin 25650 -> 0 bytes boards/sounds/it/colors/blue.ogg | Bin 21139 -> 0 bytes boards/sounds/it/colors/brown.ogg | Bin 27788 -> 0 bytes boards/sounds/it/colors/green.ogg | Bin 24362 -> 0 bytes boards/sounds/it/colors/grey.ogg | Bin 25274 -> 0 bytes boards/sounds/it/colors/orange.ogg | Bin 33256 -> 0 bytes boards/sounds/it/colors/pink.ogg | Bin 29687 -> 0 bytes boards/sounds/it/colors/purple.ogg | Bin 25249 -> 0 bytes boards/sounds/it/colors/red.ogg | Bin 28741 -> 0 bytes boards/sounds/it/colors/white.ogg | Bin 25112 -> 0 bytes boards/sounds/it/colors/yellow.ogg | Bin 22408 -> 0 bytes boards/sounds/it/geography/README | 66 ------------- boards/sounds/it/geography/alaska.ogg | Bin 23052 -> 0 bytes boards/sounds/it/geography/albania.ogg | Bin 22800 -> 0 bytes boards/sounds/it/geography/argentina.ogg | Bin 31677 -> 0 bytes boards/sounds/it/geography/austria.ogg | Bin 24350 -> 0 bytes boards/sounds/it/geography/bahamas.ogg | Bin 23307 -> 0 bytes boards/sounds/it/geography/belarus.ogg | Bin 24343 -> 0 bytes boards/sounds/it/geography/belgium.ogg | Bin 21370 -> 0 bytes boards/sounds/it/geography/bolivia.ogg | Bin 22973 -> 0 bytes boards/sounds/it/geography/bosnia_herzegovina.ogg | Bin 33934 -> 0 bytes boards/sounds/it/geography/brazil.ogg | Bin 23718 -> 0 bytes boards/sounds/it/geography/bulgaria.ogg | Bin 24879 -> 0 bytes boards/sounds/it/geography/canada.ogg | Bin 24279 -> 0 bytes boards/sounds/it/geography/chile.ogg | Bin 21964 -> 0 bytes boards/sounds/it/geography/colombia.ogg | Bin 24455 -> 0 bytes boards/sounds/it/geography/costa_rica.ogg | Bin 26628 -> 0 bytes boards/sounds/it/geography/croatia.ogg | Bin 26867 -> 0 bytes boards/sounds/it/geography/cuba.ogg | Bin 21160 -> 0 bytes boards/sounds/it/geography/cyprus.ogg | Bin 23133 -> 0 bytes boards/sounds/it/geography/czech.ogg | Bin 33480 -> 0 bytes boards/sounds/it/geography/denmark.ogg | Bin 27401 -> 0 bytes boards/sounds/it/geography/dominican_republic.ogg | Bin 39517 -> 0 bytes boards/sounds/it/geography/ecuador.ogg | Bin 23683 -> 0 bytes boards/sounds/it/geography/estonia.ogg | Bin 22881 -> 0 bytes boards/sounds/it/geography/finland.ogg | Bin 26119 -> 0 bytes boards/sounds/it/geography/french_guiana.ogg | Bin 34102 -> 0 bytes boards/sounds/it/geography/greece.ogg | Bin 24020 -> 0 bytes boards/sounds/it/geography/greenland.ogg | Bin 32412 -> 0 bytes boards/sounds/it/geography/guatemala.ogg | Bin 27180 -> 0 bytes boards/sounds/it/geography/guyana.ogg | Bin 18807 -> 0 bytes boards/sounds/it/geography/haiti.ogg | Bin 20851 -> 0 bytes boards/sounds/it/geography/honduras.ogg | Bin 26407 -> 0 bytes boards/sounds/it/geography/hungary.ogg | Bin 22272 -> 0 bytes boards/sounds/it/geography/iceland.ogg | Bin 27089 -> 0 bytes boards/sounds/it/geography/ireland.ogg | Bin 26918 -> 0 bytes boards/sounds/it/geography/italy.ogg | Bin 24484 -> 0 bytes boards/sounds/it/geography/jamaica.ogg | Bin 27152 -> 0 bytes boards/sounds/it/geography/latvia.ogg | Bin 32458 -> 0 bytes boards/sounds/it/geography/lithuania.ogg | Bin 27697 -> 0 bytes boards/sounds/it/geography/luxembourg.ogg | Bin 30988 -> 0 bytes boards/sounds/it/geography/macedonia.ogg | Bin 29640 -> 0 bytes boards/sounds/it/geography/mexico.ogg | Bin 23492 -> 0 bytes boards/sounds/it/geography/moldova.ogg | Bin 31087 -> 0 bytes boards/sounds/it/geography/netherland.ogg | Bin 31223 -> 0 bytes boards/sounds/it/geography/nicaragua.ogg | Bin 28258 -> 0 bytes boards/sounds/it/geography/norway.ogg | Bin 29361 -> 0 bytes boards/sounds/it/geography/panama.ogg | Bin 24243 -> 0 bytes boards/sounds/it/geography/paraguay.ogg | Bin 28459 -> 0 bytes boards/sounds/it/geography/peru.ogg | Bin 13179 -> 0 bytes boards/sounds/it/geography/poland.ogg | Bin 23066 -> 0 bytes boards/sounds/it/geography/portugal.ogg | Bin 30229 -> 0 bytes boards/sounds/it/geography/romania.ogg | Bin 25807 -> 0 bytes boards/sounds/it/geography/russia.ogg | Bin 26226 -> 0 bytes boards/sounds/it/geography/salvador.ogg | Bin 24644 -> 0 bytes boards/sounds/it/geography/serbia_montenegro.ogg | Bin 36718 -> 0 bytes boards/sounds/it/geography/slovakia.ogg | Bin 38171 -> 0 bytes boards/sounds/it/geography/slovenia.ogg | Bin 27829 -> 0 bytes boards/sounds/it/geography/spain.ogg | Bin 28544 -> 0 bytes boards/sounds/it/geography/suriname.ogg | Bin 30391 -> 0 bytes boards/sounds/it/geography/sweden.ogg | Bin 29091 -> 0 bytes boards/sounds/it/geography/switz.ogg | Bin 28884 -> 0 bytes boards/sounds/it/geography/turkey.ogg | Bin 24585 -> 0 bytes boards/sounds/it/geography/ukraine.ogg | Bin 28418 -> 0 bytes boards/sounds/it/geography/united_kingdom.ogg | Bin 30873 -> 0 bytes boards/sounds/it/geography/uruguay.ogg | Bin 21941 -> 0 bytes boards/sounds/it/geography/usa.ogg | Bin 40429 -> 0 bytes boards/sounds/it/geography/venezuela.ogg | Bin 26960 -> 0 bytes boards/sounds/it/misc/README | 16 --- boards/sounds/it/misc/back.ogg | Bin 23994 -> 0 bytes boards/sounds/it/misc/by.ogg | Bin 25688 -> 0 bytes boards/sounds/it/misc/click_on_letter.ogg | Bin 41301 -> 0 bytes boards/sounds/it/misc/congratulation.ogg | Bin 32040 -> 0 bytes boards/sounds/it/misc/equal.ogg | Bin 27329 -> 0 bytes boards/sounds/it/misc/good.ogg | Bin 19810 -> 0 bytes boards/sounds/it/misc/great.ogg | Bin 25837 -> 0 bytes boards/sounds/it/misc/help.ogg | Bin 24889 -> 0 bytes boards/sounds/it/misc/level.ogg | Bin 26846 -> 0 bytes boards/sounds/it/misc/minus.ogg | Bin 23989 -> 0 bytes boards/sounds/it/misc/ok.ogg | Bin 28438 -> 0 bytes boards/sounds/it/misc/outof.ogg | Bin 25942 -> 0 bytes boards/sounds/it/misc/plus.ogg | Bin 25887 -> 0 bytes boards/sounds/it/misc/quit.ogg | Bin 23926 -> 0 bytes boards/sounds/it/misc/super.ogg | Bin 25075 -> 0 bytes boards/sounds/it/misc/welcome.ogg | Bin 14175 -> 0 bytes boards/sounds/mr/alphabet/10.ogg | Bin 41635 -> 0 bytes boards/sounds/mr/alphabet/11.ogg | Bin 61805 -> 0 bytes boards/sounds/mr/alphabet/12.ogg | Bin 42231 -> 0 bytes boards/sounds/mr/alphabet/13.ogg | Bin 39358 -> 0 bytes boards/sounds/mr/alphabet/14.ogg | Bin 34445 -> 0 bytes boards/sounds/mr/alphabet/15.ogg | Bin 31012 -> 0 bytes boards/sounds/mr/alphabet/16.ogg | Bin 46148 -> 0 bytes boards/sounds/mr/alphabet/17.ogg | Bin 33478 -> 0 bytes boards/sounds/mr/alphabet/18.ogg | Bin 33429 -> 0 bytes boards/sounds/mr/alphabet/19.ogg | Bin 35670 -> 0 bytes boards/sounds/mr/alphabet/20.ogg | Bin 32967 -> 0 bytes boards/sounds/mr/alphabet/U0030.ogg | Bin 37873 -> 0 bytes boards/sounds/mr/alphabet/U0031.ogg | Bin 53817 -> 0 bytes boards/sounds/mr/alphabet/U0032.ogg | Bin 63437 -> 0 bytes boards/sounds/mr/alphabet/U0033.ogg | Bin 44859 -> 0 bytes boards/sounds/mr/alphabet/U0034.ogg | Bin 51683 -> 0 bytes boards/sounds/mr/alphabet/U0035.ogg | Bin 67573 -> 0 bytes boards/sounds/mr/alphabet/U0036.ogg | Bin 36952 -> 0 bytes boards/sounds/mr/alphabet/U0037.ogg | Bin 57756 -> 0 bytes boards/sounds/mr/alphabet/U0038.ogg | Bin 39658 -> 0 bytes boards/sounds/mr/alphabet/U0039.ogg | Bin 54725 -> 0 bytes boards/sounds/mr/alphabet/U0061.ogg | Bin 52244 -> 0 bytes boards/sounds/mr/alphabet/U0062.ogg | Bin 45762 -> 0 bytes boards/sounds/mr/alphabet/U0063.ogg | Bin 39521 -> 0 bytes boards/sounds/mr/alphabet/U0064.ogg | Bin 41954 -> 0 bytes boards/sounds/mr/alphabet/U0065.ogg | Bin 24748 -> 0 bytes boards/sounds/mr/alphabet/U0066.ogg | Bin 37306 -> 0 bytes boards/sounds/mr/alphabet/U0067.ogg | Bin 36983 -> 0 bytes boards/sounds/mr/alphabet/U0068.ogg | Bin 33522 -> 0 bytes boards/sounds/mr/alphabet/U0069.ogg | Bin 35572 -> 0 bytes boards/sounds/mr/alphabet/U006A.ogg | Bin 33828 -> 0 bytes boards/sounds/mr/alphabet/U006B.ogg | Bin 41281 -> 0 bytes boards/sounds/mr/alphabet/U006C.ogg | Bin 43907 -> 0 bytes boards/sounds/mr/alphabet/U006D.ogg | Bin 38452 -> 0 bytes boards/sounds/mr/alphabet/U006E.ogg | Bin 34778 -> 0 bytes boards/sounds/mr/alphabet/U006F.ogg | Bin 39530 -> 0 bytes boards/sounds/mr/alphabet/U0070.ogg | Bin 28573 -> 0 bytes boards/sounds/mr/alphabet/U0071.ogg | Bin 30837 -> 0 bytes boards/sounds/mr/alphabet/U0072.ogg | Bin 28482 -> 0 bytes boards/sounds/mr/alphabet/U0073.ogg | Bin 26368 -> 0 bytes boards/sounds/mr/alphabet/U0074.ogg | Bin 28939 -> 0 bytes boards/sounds/mr/alphabet/U0075.ogg | Bin 54102 -> 0 bytes boards/sounds/mr/alphabet/U0076.ogg | Bin 32305 -> 0 bytes boards/sounds/mr/alphabet/U0077.ogg | Bin 29052 -> 0 bytes boards/sounds/mr/alphabet/U0078.ogg | Bin 26901 -> 0 bytes boards/sounds/mr/alphabet/U0079.ogg | Bin 20952 -> 0 bytes boards/sounds/mr/alphabet/U007A.ogg | Bin 48595 -> 0 bytes boards/sounds/mr/colors/black.ogg | Bin 44855 -> 0 bytes boards/sounds/mr/colors/blue.ogg | Bin 34302 -> 0 bytes boards/sounds/mr/colors/brown.ogg | Bin 41324 -> 0 bytes boards/sounds/mr/colors/green.ogg | Bin 38857 -> 0 bytes boards/sounds/mr/colors/grey.ogg | Bin 28934 -> 0 bytes boards/sounds/mr/colors/orange.ogg | Bin 43787 -> 0 bytes boards/sounds/mr/colors/pink.ogg | Bin 36769 -> 0 bytes boards/sounds/mr/colors/purple.ogg | Bin 40740 -> 0 bytes boards/sounds/mr/colors/red.ogg | Bin 36573 -> 0 bytes boards/sounds/mr/colors/white.ogg | Bin 33211 -> 0 bytes boards/sounds/mr/colors/yellow.ogg | Bin 33759 -> 0 bytes boards/sounds/mr/geography/africa.ogg | Bin 28465 -> 0 bytes boards/sounds/mr/geography/alaska.ogg | Bin 16243 -> 0 bytes boards/sounds/mr/geography/albania.ogg | Bin 36575 -> 0 bytes boards/sounds/mr/geography/algeria.ogg | Bin 29338 -> 0 bytes boards/sounds/mr/geography/america.ogg | Bin 26247 -> 0 bytes boards/sounds/mr/geography/angola.ogg | Bin 21514 -> 0 bytes boards/sounds/mr/geography/antartica.ogg | Bin 31139 -> 0 bytes boards/sounds/mr/geography/argentina.ogg | Bin 36432 -> 0 bytes boards/sounds/mr/geography/asia.ogg | Bin 26796 -> 0 bytes boards/sounds/mr/geography/austria.ogg | Bin 42181 -> 0 bytes boards/sounds/mr/geography/bahamas.ogg | Bin 50600 -> 0 bytes boards/sounds/mr/geography/belarus.ogg | Bin 38590 -> 0 bytes boards/sounds/mr/geography/belgium.ogg | Bin 37078 -> 0 bytes boards/sounds/mr/geography/benin.ogg | Bin 23817 -> 0 bytes boards/sounds/mr/geography/bolivia.ogg | Bin 44071 -> 0 bytes boards/sounds/mr/geography/bosnia_herzegovina.ogg | Bin 59404 -> 0 bytes boards/sounds/mr/geography/botswana.ogg | Bin 32709 -> 0 bytes boards/sounds/mr/geography/brazil.ogg | Bin 37922 -> 0 bytes boards/sounds/mr/geography/bulgaria.ogg | Bin 45027 -> 0 bytes boards/sounds/mr/geography/burkina.ogg | Bin 22377 -> 0 bytes boards/sounds/mr/geography/burundi.ogg | Bin 23016 -> 0 bytes boards/sounds/mr/geography/cameroon.ogg | Bin 29484 -> 0 bytes boards/sounds/mr/geography/canada.ogg | Bin 41916 -> 0 bytes .../mr/geography/central_african_republic.ogg | Bin 64224 -> 0 bytes boards/sounds/mr/geography/chad.ogg | Bin 21449 -> 0 bytes boards/sounds/mr/geography/chile.ogg | Bin 36360 -> 0 bytes boards/sounds/mr/geography/colombia.ogg | Bin 30691 -> 0 bytes boards/sounds/mr/geography/congo.ogg | Bin 23300 -> 0 bytes boards/sounds/mr/geography/costa_rica.ogg | Bin 47139 -> 0 bytes boards/sounds/mr/geography/croatia.ogg | Bin 47287 -> 0 bytes boards/sounds/mr/geography/cuba.ogg | Bin 40858 -> 0 bytes boards/sounds/mr/geography/cyprus.ogg | Bin 54036 -> 0 bytes boards/sounds/mr/geography/czech.ogg | Bin 43962 -> 0 bytes boards/sounds/mr/geography/denmark.ogg | Bin 38479 -> 0 bytes boards/sounds/mr/geography/djibouti.ogg | Bin 28027 -> 0 bytes boards/sounds/mr/geography/dominican_republic.ogg | Bin 69107 -> 0 bytes boards/sounds/mr/geography/ecuador.ogg | Bin 48683 -> 0 bytes boards/sounds/mr/geography/egypt.ogg | Bin 16048 -> 0 bytes boards/sounds/mr/geography/equatorial_guinea.ogg | Bin 43663 -> 0 bytes boards/sounds/mr/geography/eritrea.ogg | Bin 24888 -> 0 bytes boards/sounds/mr/geography/estonia.ogg | Bin 35629 -> 0 bytes boards/sounds/mr/geography/ethiopia.ogg | Bin 29609 -> 0 bytes boards/sounds/mr/geography/europe.ogg | Bin 24081 -> 0 bytes boards/sounds/mr/geography/finland.ogg | Bin 41841 -> 0 bytes boards/sounds/mr/geography/france.ogg | Bin 38120 -> 0 bytes boards/sounds/mr/geography/french_guiana.ogg | Bin 52110 -> 0 bytes boards/sounds/mr/geography/gabon.ogg | Bin 25452 -> 0 bytes boards/sounds/mr/geography/gambia.ogg | Bin 25478 -> 0 bytes boards/sounds/mr/geography/germany.ogg | Bin 39938 -> 0 bytes boards/sounds/mr/geography/ghana.ogg | Bin 24697 -> 0 bytes boards/sounds/mr/geography/greece.ogg | Bin 41543 -> 0 bytes boards/sounds/mr/geography/greenland.ogg | Bin 36262 -> 0 bytes boards/sounds/mr/geography/guatemala.ogg | Bin 33374 -> 0 bytes boards/sounds/mr/geography/guinea.ogg | Bin 24629 -> 0 bytes boards/sounds/mr/geography/guinea_bissau.ogg | Bin 34481 -> 0 bytes boards/sounds/mr/geography/guyana.ogg | Bin 37710 -> 0 bytes boards/sounds/mr/geography/haiti.ogg | Bin 34864 -> 0 bytes boards/sounds/mr/geography/honduras.ogg | Bin 39015 -> 0 bytes boards/sounds/mr/geography/hungary.ogg | Bin 35100 -> 0 bytes boards/sounds/mr/geography/iceland.ogg | Bin 49603 -> 0 bytes boards/sounds/mr/geography/ireland.ogg | Bin 35169 -> 0 bytes boards/sounds/mr/geography/italy.ogg | Bin 40871 -> 0 bytes boards/sounds/mr/geography/ivory_coast.ogg | Bin 43581 -> 0 bytes boards/sounds/mr/geography/jamaica.ogg | Bin 49221 -> 0 bytes boards/sounds/mr/geography/kenya.ogg | Bin 25372 -> 0 bytes boards/sounds/mr/geography/latvia.ogg | Bin 43564 -> 0 bytes boards/sounds/mr/geography/lesotho.ogg | Bin 27347 -> 0 bytes boards/sounds/mr/geography/liberia.ogg | Bin 26040 -> 0 bytes boards/sounds/mr/geography/libya.ogg | Bin 22188 -> 0 bytes boards/sounds/mr/geography/lithuania.ogg | Bin 40959 -> 0 bytes boards/sounds/mr/geography/luxembourg.ogg | Bin 49163 -> 0 bytes boards/sounds/mr/geography/macedonia.ogg | Bin 38336 -> 0 bytes boards/sounds/mr/geography/madagascar.ogg | Bin 36131 -> 0 bytes boards/sounds/mr/geography/malawi.ogg | Bin 25393 -> 0 bytes boards/sounds/mr/geography/mali.ogg | Bin 22439 -> 0 bytes boards/sounds/mr/geography/mauritania.ogg | Bin 30514 -> 0 bytes boards/sounds/mr/geography/mexico.ogg | Bin 40245 -> 0 bytes boards/sounds/mr/geography/moldova.ogg | Bin 43275 -> 0 bytes boards/sounds/mr/geography/moroco.ogg | Bin 22131 -> 0 bytes boards/sounds/mr/geography/mozambique.ogg | Bin 32309 -> 0 bytes boards/sounds/mr/geography/namibia.ogg | Bin 24247 -> 0 bytes boards/sounds/mr/geography/netherland.ogg | Bin 59382 -> 0 bytes boards/sounds/mr/geography/nicaragua.ogg | Bin 47584 -> 0 bytes boards/sounds/mr/geography/niger.ogg | Bin 29989 -> 0 bytes boards/sounds/mr/geography/nigeria.ogg | Bin 28737 -> 0 bytes boards/sounds/mr/geography/north_america.ogg | Bin 35212 -> 0 bytes boards/sounds/mr/geography/norway.ogg | Bin 42880 -> 0 bytes boards/sounds/mr/geography/oceania.ogg | Bin 35847 -> 0 bytes boards/sounds/mr/geography/panama.ogg | Bin 35913 -> 0 bytes boards/sounds/mr/geography/paraguay.ogg | Bin 37446 -> 0 bytes boards/sounds/mr/geography/peru.ogg | Bin 32084 -> 0 bytes boards/sounds/mr/geography/poland.ogg | Bin 43907 -> 0 bytes boards/sounds/mr/geography/portugal.ogg | Bin 42804 -> 0 bytes boards/sounds/mr/geography/republic_of_congo.ogg | Bin 38121 -> 0 bytes boards/sounds/mr/geography/romania.ogg | Bin 27786 -> 0 bytes boards/sounds/mr/geography/russia.ogg | Bin 48519 -> 0 bytes boards/sounds/mr/geography/rwanda.ogg | Bin 24568 -> 0 bytes boards/sounds/mr/geography/salvador.ogg | Bin 49179 -> 0 bytes boards/sounds/mr/geography/senegal.ogg | Bin 26104 -> 0 bytes boards/sounds/mr/geography/serbia_montenegro.ogg | Bin 56884 -> 0 bytes boards/sounds/mr/geography/sierra_leone.ogg | Bin 33223 -> 0 bytes boards/sounds/mr/geography/slovakia.ogg | Bin 40545 -> 0 bytes boards/sounds/mr/geography/slovenia.ogg | Bin 36090 -> 0 bytes boards/sounds/mr/geography/somalia.ogg | Bin 24672 -> 0 bytes boards/sounds/mr/geography/soudan.ogg | Bin 23187 -> 0 bytes boards/sounds/mr/geography/south_africa.ogg | Bin 37553 -> 0 bytes boards/sounds/mr/geography/south_america.ogg | Bin 34661 -> 0 bytes boards/sounds/mr/geography/spain.ogg | Bin 40045 -> 0 bytes boards/sounds/mr/geography/suriname.ogg | Bin 40500 -> 0 bytes boards/sounds/mr/geography/swaziland.ogg | Bin 26030 -> 0 bytes boards/sounds/mr/geography/sweden.ogg | Bin 35794 -> 0 bytes boards/sounds/mr/geography/switz.ogg | Bin 36849 -> 0 bytes boards/sounds/mr/geography/tanzania.ogg | Bin 29404 -> 0 bytes boards/sounds/mr/geography/togo.ogg | Bin 18236 -> 0 bytes boards/sounds/mr/geography/tunisia.ogg | Bin 25464 -> 0 bytes boards/sounds/mr/geography/turkey.ogg | Bin 41911 -> 0 bytes boards/sounds/mr/geography/uganda.ogg | Bin 26828 -> 0 bytes boards/sounds/mr/geography/ukraine.ogg | Bin 61344 -> 0 bytes boards/sounds/mr/geography/united_kingdom.ogg | Bin 42539 -> 0 bytes boards/sounds/mr/geography/uruguay.ogg | Bin 39037 -> 0 bytes boards/sounds/mr/geography/usa.ogg | Bin 40967 -> 0 bytes boards/sounds/mr/geography/venezuela.ogg | Bin 29576 -> 0 bytes boards/sounds/mr/geography/zambia.ogg | Bin 22781 -> 0 bytes boards/sounds/mr/geography/zimbabwe.ogg | Bin 26191 -> 0 bytes boards/sounds/mr/misc/about.ogg | Bin 32532 -> 0 bytes boards/sounds/mr/misc/awesome.ogg | Bin 57260 -> 0 bytes boards/sounds/mr/misc/back.ogg | Bin 39307 -> 0 bytes boards/sounds/mr/misc/by.ogg | Bin 48006 -> 0 bytes boards/sounds/mr/misc/check_answer.ogg | Bin 54424 -> 0 bytes boards/sounds/mr/misc/click_on_letter.ogg | Bin 59157 -> 0 bytes boards/sounds/mr/misc/configuration.ogg | Bin 35159 -> 0 bytes boards/sounds/mr/misc/congratulation.ogg | Bin 48028 -> 0 bytes boards/sounds/mr/misc/equal.ogg | Bin 35853 -> 0 bytes boards/sounds/mr/misc/fantastic.ogg | Bin 55513 -> 0 bytes boards/sounds/mr/misc/good.ogg | Bin 45923 -> 0 bytes boards/sounds/mr/misc/great.ogg | Bin 47827 -> 0 bytes boards/sounds/mr/misc/help.ogg | Bin 50081 -> 0 bytes boards/sounds/mr/misc/level.ogg | Bin 39029 -> 0 bytes boards/sounds/mr/misc/minus.ogg | Bin 57557 -> 0 bytes boards/sounds/mr/misc/ok.ogg | Bin 47639 -> 0 bytes boards/sounds/mr/misc/outof.ogg | Bin 42284 -> 0 bytes boards/sounds/mr/misc/perfect.ogg | Bin 34472 -> 0 bytes boards/sounds/mr/misc/plus.ogg | Bin 39795 -> 0 bytes boards/sounds/mr/misc/quit.ogg | Bin 40600 -> 0 bytes boards/sounds/mr/misc/super.ogg | Bin 59267 -> 0 bytes boards/sounds/mr/misc/waytogo.ogg | Bin 50624 -> 0 bytes boards/sounds/mr/misc/welcome.ogg | Bin 279062 -> 0 bytes boards/sounds/nb/alphabet/10.ogg | Bin 18427 -> 0 bytes boards/sounds/nb/alphabet/11.ogg | Bin 19506 -> 0 bytes boards/sounds/nb/alphabet/12.ogg | Bin 19287 -> 0 bytes boards/sounds/nb/alphabet/13.ogg | Bin 23406 -> 0 bytes boards/sounds/nb/alphabet/14.ogg | Bin 21651 -> 0 bytes boards/sounds/nb/alphabet/15.ogg | Bin 26890 -> 0 bytes boards/sounds/nb/alphabet/16.ogg | Bin 23625 -> 0 bytes boards/sounds/nb/alphabet/17.ogg | Bin 22874 -> 0 bytes boards/sounds/nb/alphabet/18.ogg | Bin 26164 -> 0 bytes boards/sounds/nb/alphabet/19.ogg | Bin 22028 -> 0 bytes boards/sounds/nb/alphabet/20.ogg | Bin 20642 -> 0 bytes boards/sounds/nb/alphabet/README | 50 ---------- boards/sounds/nb/alphabet/U0030.ogg | Bin 17465 -> 0 bytes boards/sounds/nb/alphabet/U0031.ogg | Bin 18784 -> 0 bytes boards/sounds/nb/alphabet/U0032.ogg | Bin 16217 -> 0 bytes boards/sounds/nb/alphabet/U0033.ogg | Bin 23011 -> 0 bytes boards/sounds/nb/alphabet/U0034.ogg | Bin 21487 -> 0 bytes boards/sounds/nb/alphabet/U0035.ogg | Bin 18968 -> 0 bytes boards/sounds/nb/alphabet/U0036.ogg | Bin 21959 -> 0 bytes boards/sounds/nb/alphabet/U0037.ogg | Bin 19758 -> 0 bytes boards/sounds/nb/alphabet/U0038.ogg | Bin 19885 -> 0 bytes boards/sounds/nb/alphabet/U0039.ogg | Bin 18045 -> 0 bytes boards/sounds/nb/alphabet/U0061.ogg | Bin 18401 -> 0 bytes boards/sounds/nb/alphabet/U0062.ogg | Bin 19035 -> 0 bytes boards/sounds/nb/alphabet/U0063.ogg | Bin 18705 -> 0 bytes boards/sounds/nb/alphabet/U0064.ogg | Bin 15282 -> 0 bytes boards/sounds/nb/alphabet/U0065.ogg | Bin 18547 -> 0 bytes boards/sounds/nb/alphabet/U0066.ogg | Bin 21301 -> 0 bytes boards/sounds/nb/alphabet/U0067.ogg | Bin 19880 -> 0 bytes boards/sounds/nb/alphabet/U0068.ogg | Bin 15760 -> 0 bytes boards/sounds/nb/alphabet/U0069.ogg | Bin 19518 -> 0 bytes boards/sounds/nb/alphabet/U006A.ogg | Bin 18452 -> 0 bytes boards/sounds/nb/alphabet/U006B.ogg | Bin 17081 -> 0 bytes boards/sounds/nb/alphabet/U006C.ogg | Bin 18363 -> 0 bytes boards/sounds/nb/alphabet/U006D.ogg | Bin 17488 -> 0 bytes boards/sounds/nb/alphabet/U006E.ogg | Bin 18705 -> 0 bytes boards/sounds/nb/alphabet/U006F.ogg | Bin 16752 -> 0 bytes boards/sounds/nb/alphabet/U0070.ogg | Bin 18080 -> 0 bytes boards/sounds/nb/alphabet/U0071.ogg | Bin 15007 -> 0 bytes boards/sounds/nb/alphabet/U0072.ogg | Bin 20420 -> 0 bytes boards/sounds/nb/alphabet/U0073.ogg | Bin 17592 -> 0 bytes boards/sounds/nb/alphabet/U0074.ogg | Bin 18298 -> 0 bytes boards/sounds/nb/alphabet/U0075.ogg | Bin 17908 -> 0 bytes boards/sounds/nb/alphabet/U0076.ogg | Bin 17618 -> 0 bytes boards/sounds/nb/alphabet/U0077.ogg | Bin 27275 -> 0 bytes boards/sounds/nb/alphabet/U0078.ogg | Bin 22954 -> 0 bytes boards/sounds/nb/alphabet/U0079.ogg | Bin 18320 -> 0 bytes boards/sounds/nb/alphabet/U007A.ogg | Bin 17666 -> 0 bytes boards/sounds/nb/alphabet/U00E5.ogg | Bin 15669 -> 0 bytes boards/sounds/nb/alphabet/U00E6.ogg | Bin 18012 -> 0 bytes boards/sounds/nb/alphabet/U00F8.ogg | Bin 16197 -> 0 bytes boards/sounds/nb/colors/README | 11 -- boards/sounds/nb/colors/black.ogg | Bin 16862 -> 0 bytes boards/sounds/nb/colors/blue.ogg | Bin 15095 -> 0 bytes boards/sounds/nb/colors/brown.ogg | Bin 16888 -> 0 bytes boards/sounds/nb/colors/green.ogg | Bin 17139 -> 0 bytes boards/sounds/nb/colors/grey.ogg | Bin 20675 -> 0 bytes boards/sounds/nb/colors/orange.ogg | Bin 21759 -> 0 bytes boards/sounds/nb/colors/pink.ogg | Bin 21329 -> 0 bytes boards/sounds/nb/colors/purple.ogg | Bin 23926 -> 0 bytes boards/sounds/nb/colors/red.ogg | Bin 22507 -> 0 bytes boards/sounds/nb/colors/white.ogg | Bin 21284 -> 0 bytes boards/sounds/nb/colors/yellow.ogg | Bin 20623 -> 0 bytes boards/sounds/nb/geography/README | 98 -------------------- boards/sounds/nb/geography/africa.ogg | Bin 22308 -> 0 bytes boards/sounds/nb/geography/alaska.ogg | Bin 21580 -> 0 bytes boards/sounds/nb/geography/albania.ogg | Bin 23662 -> 0 bytes boards/sounds/nb/geography/america.ogg | Bin 24214 -> 0 bytes boards/sounds/nb/geography/angola.ogg | Bin 19870 -> 0 bytes boards/sounds/nb/geography/argentina.ogg | Bin 21950 -> 0 bytes boards/sounds/nb/geography/asia.ogg | Bin 27584 -> 0 bytes boards/sounds/nb/geography/austria.ogg | Bin 22377 -> 0 bytes boards/sounds/nb/geography/bahamas.ogg | Bin 22322 -> 0 bytes boards/sounds/nb/geography/belarus.ogg | Bin 26093 -> 0 bytes boards/sounds/nb/geography/belgium.ogg | Bin 18246 -> 0 bytes boards/sounds/nb/geography/benin.ogg | Bin 16791 -> 0 bytes boards/sounds/nb/geography/bolivia.ogg | Bin 16862 -> 0 bytes boards/sounds/nb/geography/bosnia_herzegovina.ogg | Bin 31444 -> 0 bytes boards/sounds/nb/geography/botswana.ogg | Bin 22160 -> 0 bytes boards/sounds/nb/geography/brazil.ogg | Bin 21054 -> 0 bytes boards/sounds/nb/geography/bulgaria.ogg | Bin 19458 -> 0 bytes boards/sounds/nb/geography/burundi.ogg | Bin 16899 -> 0 bytes boards/sounds/nb/geography/cameroon.ogg | Bin 18732 -> 0 bytes boards/sounds/nb/geography/canada.ogg | Bin 19954 -> 0 bytes boards/sounds/nb/geography/chile.ogg | Bin 19964 -> 0 bytes boards/sounds/nb/geography/colombia.ogg | Bin 22632 -> 0 bytes boards/sounds/nb/geography/congo.ogg | Bin 22522 -> 0 bytes boards/sounds/nb/geography/costa_rica.ogg | Bin 23152 -> 0 bytes boards/sounds/nb/geography/croatia.ogg | Bin 23101 -> 0 bytes boards/sounds/nb/geography/cuba.ogg | Bin 18146 -> 0 bytes boards/sounds/nb/geography/cyprus.ogg | Bin 24107 -> 0 bytes boards/sounds/nb/geography/czech.ogg | Bin 20825 -> 0 bytes boards/sounds/nb/geography/denmark.ogg | Bin 20720 -> 0 bytes boards/sounds/nb/geography/dominican_republic.ogg | Bin 42837 -> 0 bytes boards/sounds/nb/geography/ecuador.ogg | Bin 19565 -> 0 bytes boards/sounds/nb/geography/egypt.ogg | Bin 22234 -> 0 bytes boards/sounds/nb/geography/equatorial_guinea.ogg | Bin 29463 -> 0 bytes boards/sounds/nb/geography/eritrea.ogg | Bin 25540 -> 0 bytes boards/sounds/nb/geography/estonia.ogg | Bin 21416 -> 0 bytes boards/sounds/nb/geography/europe.ogg | Bin 19661 -> 0 bytes boards/sounds/nb/geography/finland.ogg | Bin 21104 -> 0 bytes boards/sounds/nb/geography/france.ogg | Bin 23040 -> 0 bytes boards/sounds/nb/geography/french_guiana.ogg | Bin 31458 -> 0 bytes boards/sounds/nb/geography/gabon.ogg | Bin 18982 -> 0 bytes boards/sounds/nb/geography/gambia.ogg | Bin 18263 -> 0 bytes boards/sounds/nb/geography/germany.ogg | Bin 24860 -> 0 bytes boards/sounds/nb/geography/ghana.ogg | Bin 18126 -> 0 bytes boards/sounds/nb/geography/greece.ogg | Bin 19509 -> 0 bytes boards/sounds/nb/geography/greenland.ogg | Bin 18772 -> 0 bytes boards/sounds/nb/geography/guatemala.ogg | Bin 22246 -> 0 bytes boards/sounds/nb/geography/guinea.ogg | Bin 17678 -> 0 bytes boards/sounds/nb/geography/haiti.ogg | Bin 20307 -> 0 bytes boards/sounds/nb/geography/honduras.ogg | Bin 20863 -> 0 bytes boards/sounds/nb/geography/hungary.ogg | Bin 17557 -> 0 bytes boards/sounds/nb/geography/iceland.ogg | Bin 16834 -> 0 bytes boards/sounds/nb/geography/ireland.ogg | Bin 16959 -> 0 bytes boards/sounds/nb/geography/italy.ogg | Bin 20580 -> 0 bytes boards/sounds/nb/geography/ivory_coast.ogg | Bin 30683 -> 0 bytes boards/sounds/nb/geography/jamaica.ogg | Bin 20323 -> 0 bytes boards/sounds/nb/geography/kenya.ogg | Bin 20568 -> 0 bytes boards/sounds/nb/geography/latvia.ogg | Bin 20435 -> 0 bytes boards/sounds/nb/geography/lesotho.ogg | Bin 20248 -> 0 bytes boards/sounds/nb/geography/liberia.ogg | Bin 21369 -> 0 bytes boards/sounds/nb/geography/lithuania.ogg | Bin 23043 -> 0 bytes boards/sounds/nb/geography/luxembourg.ogg | Bin 26945 -> 0 bytes boards/sounds/nb/geography/macedonia.ogg | Bin 21614 -> 0 bytes boards/sounds/nb/geography/madagascar.ogg | Bin 25388 -> 0 bytes boards/sounds/nb/geography/mali.ogg | Bin 20232 -> 0 bytes boards/sounds/nb/geography/mauritania.ogg | Bin 26334 -> 0 bytes boards/sounds/nb/geography/mexico.ogg | Bin 21611 -> 0 bytes boards/sounds/nb/geography/moldova.ogg | Bin 20435 -> 0 bytes boards/sounds/nb/geography/moroco.ogg | Bin 19160 -> 0 bytes boards/sounds/nb/geography/mozambique.ogg | Bin 21406 -> 0 bytes boards/sounds/nb/geography/namibia.ogg | Bin 24346 -> 0 bytes boards/sounds/nb/geography/netherland.ogg | Bin 18219 -> 0 bytes boards/sounds/nb/geography/nicaragua.ogg | Bin 21735 -> 0 bytes boards/sounds/nb/geography/niger.ogg | Bin 20013 -> 0 bytes boards/sounds/nb/geography/nigeria.ogg | Bin 20083 -> 0 bytes boards/sounds/nb/geography/north_america.ogg | Bin 22633 -> 0 bytes boards/sounds/nb/geography/norway.ogg | Bin 22895 -> 0 bytes boards/sounds/nb/geography/panama.ogg | Bin 17707 -> 0 bytes boards/sounds/nb/geography/paraguay.ogg | Bin 18860 -> 0 bytes boards/sounds/nb/geography/peru.ogg | Bin 12703 -> 0 bytes boards/sounds/nb/geography/poland.ogg | Bin 16663 -> 0 bytes boards/sounds/nb/geography/portugal.ogg | Bin 20068 -> 0 bytes boards/sounds/nb/geography/romania.ogg | Bin 21406 -> 0 bytes boards/sounds/nb/geography/russia.ogg | Bin 18179 -> 0 bytes boards/sounds/nb/geography/rwanda.ogg | Bin 19200 -> 0 bytes boards/sounds/nb/geography/salvador.ogg | Bin 26596 -> 0 bytes boards/sounds/nb/geography/senegal.ogg | Bin 19722 -> 0 bytes boards/sounds/nb/geography/serbia_montenegro.ogg | Bin 36502 -> 0 bytes boards/sounds/nb/geography/slovakia.ogg | Bin 22389 -> 0 bytes boards/sounds/nb/geography/slovenia.ogg | Bin 21887 -> 0 bytes boards/sounds/nb/geography/somalia.ogg | Bin 20120 -> 0 bytes boards/sounds/nb/geography/soudan.ogg | Bin 20035 -> 0 bytes boards/sounds/nb/geography/south_africa.ogg | Bin 32000 -> 0 bytes boards/sounds/nb/geography/south_america.ogg | Bin 22455 -> 0 bytes boards/sounds/nb/geography/spain.ogg | Bin 18727 -> 0 bytes boards/sounds/nb/geography/suriname.ogg | Bin 20245 -> 0 bytes boards/sounds/nb/geography/swaziland.ogg | Bin 27311 -> 0 bytes boards/sounds/nb/geography/sweden.ogg | Bin 17800 -> 0 bytes boards/sounds/nb/geography/switz.ogg | Bin 23326 -> 0 bytes boards/sounds/nb/geography/togo.ogg | Bin 18022 -> 0 bytes boards/sounds/nb/geography/turkey.ogg | Bin 25397 -> 0 bytes boards/sounds/nb/geography/uganda.ogg | Bin 18688 -> 0 bytes boards/sounds/nb/geography/ukraine.ogg | Bin 16680 -> 0 bytes boards/sounds/nb/geography/united_kingdom.ogg | Bin 23452 -> 0 bytes boards/sounds/nb/geography/uruguay.ogg | Bin 15862 -> 0 bytes boards/sounds/nb/geography/usa.ogg | Bin 20044 -> 0 bytes boards/sounds/nb/geography/venezuela.ogg | Bin 24133 -> 0 bytes boards/sounds/nb/geography/zambia.ogg | Bin 13313 -> 0 bytes boards/sounds/nb/geography/zimbabwe.ogg | Bin 17409 -> 0 bytes boards/sounds/nb/misc/README | 23 ----- boards/sounds/nb/misc/about.ogg | Bin 35186 -> 0 bytes boards/sounds/nb/misc/awesome.ogg | Bin 26593 -> 0 bytes boards/sounds/nb/misc/back.ogg | Bin 20529 -> 0 bytes boards/sounds/nb/misc/by.ogg | Bin 15275 -> 0 bytes boards/sounds/nb/misc/check_answer.ogg | Bin 40155 -> 0 bytes boards/sounds/nb/misc/click_on_letter.ogg | Bin 29092 -> 0 bytes boards/sounds/nb/misc/configuration.ogg | Bin 24935 -> 0 bytes boards/sounds/nb/misc/congratulation.ogg | Bin 24448 -> 0 bytes boards/sounds/nb/misc/equal.ogg | Bin 19256 -> 0 bytes boards/sounds/nb/misc/fantastic.ogg | Bin 19047 -> 0 bytes boards/sounds/nb/misc/good.ogg | Bin 19333 -> 0 bytes boards/sounds/nb/misc/great.ogg | Bin 18452 -> 0 bytes boards/sounds/nb/misc/help.ogg | Bin 17980 -> 0 bytes boards/sounds/nb/misc/level.ogg | Bin 17688 -> 0 bytes boards/sounds/nb/misc/minus.ogg | Bin 20846 -> 0 bytes boards/sounds/nb/misc/ok.ogg | Bin 25963 -> 0 bytes boards/sounds/nb/misc/outof.ogg | Bin 21023 -> 0 bytes boards/sounds/nb/misc/perfect.ogg | Bin 24546 -> 0 bytes boards/sounds/nb/misc/plus.ogg | Bin 18799 -> 0 bytes boards/sounds/nb/misc/quit.ogg | Bin 32097 -> 0 bytes boards/sounds/nb/misc/super.ogg | Bin 22916 -> 0 bytes boards/sounds/nb/misc/waytogo.ogg | Bin 24931 -> 0 bytes boards/sounds/nb/misc/welcome.ogg | Bin 37651 -> 0 bytes boards/sounds/nl/alphabet/10.ogg | Bin 15289 -> 0 bytes boards/sounds/nl/alphabet/11.ogg | Bin 16763 -> 0 bytes boards/sounds/nl/alphabet/12.ogg | Bin 15413 -> 0 bytes boards/sounds/nl/alphabet/13.ogg | Bin 18243 -> 0 bytes boards/sounds/nl/alphabet/14.ogg | Bin 20145 -> 0 bytes boards/sounds/nl/alphabet/15.ogg | Bin 23690 -> 0 bytes boards/sounds/nl/alphabet/16.ogg | Bin 21450 -> 0 bytes boards/sounds/nl/alphabet/17.ogg | Bin 23177 -> 0 bytes boards/sounds/nl/alphabet/18.ogg | Bin 17528 -> 0 bytes boards/sounds/nl/alphabet/19.ogg | Bin 19202 -> 0 bytes boards/sounds/nl/alphabet/20.ogg | Bin 17970 -> 0 bytes boards/sounds/nl/alphabet/README | 47 ---------- boards/sounds/nl/alphabet/U0030.ogg | Bin 17782 -> 0 bytes boards/sounds/nl/alphabet/U0031.ogg | Bin 16004 -> 0 bytes boards/sounds/nl/alphabet/U0032.ogg | Bin 16864 -> 0 bytes boards/sounds/nl/alphabet/U0033.ogg | Bin 15377 -> 0 bytes boards/sounds/nl/alphabet/U0034.ogg | Bin 17587 -> 0 bytes boards/sounds/nl/alphabet/U0035.ogg | Bin 17935 -> 0 bytes boards/sounds/nl/alphabet/U0036.ogg | Bin 19856 -> 0 bytes boards/sounds/nl/alphabet/U0037.ogg | Bin 19645 -> 0 bytes boards/sounds/nl/alphabet/U0038.ogg | Bin 19268 -> 0 bytes boards/sounds/nl/alphabet/U0039.ogg | Bin 18454 -> 0 bytes boards/sounds/nl/alphabet/U0061.ogg | Bin 13038 -> 0 bytes boards/sounds/nl/alphabet/U0062.ogg | Bin 13444 -> 0 bytes boards/sounds/nl/alphabet/U0063.ogg | Bin 16142 -> 0 bytes boards/sounds/nl/alphabet/U0064.ogg | Bin 16359 -> 0 bytes boards/sounds/nl/alphabet/U0065.ogg | Bin 14329 -> 0 bytes boards/sounds/nl/alphabet/U0066.ogg | Bin 16576 -> 0 bytes boards/sounds/nl/alphabet/U0067.ogg | Bin 15279 -> 0 bytes boards/sounds/nl/alphabet/U0068.ogg | Bin 13417 -> 0 bytes boards/sounds/nl/alphabet/U0069.ogg | Bin 14597 -> 0 bytes boards/sounds/nl/alphabet/U006A.ogg | Bin 16806 -> 0 bytes boards/sounds/nl/alphabet/U006B.ogg | Bin 14176 -> 0 bytes boards/sounds/nl/alphabet/U006C.ogg | Bin 16294 -> 0 bytes boards/sounds/nl/alphabet/U006D.ogg | Bin 17555 -> 0 bytes boards/sounds/nl/alphabet/U006E.ogg | Bin 13220 -> 0 bytes boards/sounds/nl/alphabet/U006F.ogg | Bin 15091 -> 0 bytes boards/sounds/nl/alphabet/U0070.ogg | Bin 13318 -> 0 bytes boards/sounds/nl/alphabet/U0071.ogg | Bin 13281 -> 0 bytes boards/sounds/nl/alphabet/U0072.ogg | Bin 15883 -> 0 bytes boards/sounds/nl/alphabet/U0073.ogg | Bin 18638 -> 0 bytes boards/sounds/nl/alphabet/U0074.ogg | Bin 14759 -> 0 bytes boards/sounds/nl/alphabet/U0075.ogg | Bin 13019 -> 0 bytes boards/sounds/nl/alphabet/U0076.ogg | Bin 18204 -> 0 bytes boards/sounds/nl/alphabet/U0077.ogg | Bin 14891 -> 0 bytes boards/sounds/nl/alphabet/U0078.ogg | Bin 18398 -> 0 bytes boards/sounds/nl/alphabet/U0079.ogg | Bin 17344 -> 0 bytes boards/sounds/nl/alphabet/U007A.ogg | Bin 18201 -> 0 bytes boards/sounds/nl/colors/README | 11 -- boards/sounds/nl/colors/black.ogg | Bin 21044 -> 0 bytes boards/sounds/nl/colors/blue.ogg | Bin 18520 -> 0 bytes boards/sounds/nl/colors/brown.ogg | Bin 15909 -> 0 bytes boards/sounds/nl/colors/green.ogg | Bin 14380 -> 0 bytes boards/sounds/nl/colors/grey.ogg | Bin 19638 -> 0 bytes boards/sounds/nl/colors/orange.ogg | Bin 20519 -> 0 bytes boards/sounds/nl/colors/pink.ogg | Bin 19929 -> 0 bytes boards/sounds/nl/colors/purple.ogg | Bin 17303 -> 0 bytes boards/sounds/nl/colors/red.ogg | Bin 18410 -> 0 bytes boards/sounds/nl/colors/white.ogg | Bin 15621 -> 0 bytes boards/sounds/nl/colors/yellow.ogg | Bin 18669 -> 0 bytes boards/sounds/nl/geography/README | 68 -------------- boards/sounds/nl/geography/alaska.ogg | Bin 21063 -> 0 bytes boards/sounds/nl/geography/albania.ogg | Bin 20918 -> 0 bytes boards/sounds/nl/geography/argentina.ogg | Bin 24394 -> 0 bytes boards/sounds/nl/geography/austria.ogg | Bin 23157 -> 0 bytes boards/sounds/nl/geography/bahamas.ogg | Bin 27180 -> 0 bytes boards/sounds/nl/geography/belarus.ogg | Bin 28386 -> 0 bytes boards/sounds/nl/geography/belgium.ogg | Bin 21770 -> 0 bytes boards/sounds/nl/geography/bolivia.ogg | Bin 22287 -> 0 bytes boards/sounds/nl/geography/bosnia_herzegovina.ogg | Bin 37374 -> 0 bytes boards/sounds/nl/geography/brazil.ogg | Bin 20964 -> 0 bytes boards/sounds/nl/geography/bulgaria.ogg | Bin 29181 -> 0 bytes boards/sounds/nl/geography/canada.ogg | Bin 21192 -> 0 bytes boards/sounds/nl/geography/chile.ogg | Bin 16212 -> 0 bytes boards/sounds/nl/geography/colombia.ogg | Bin 19079 -> 0 bytes boards/sounds/nl/geography/costa_rica.ogg | Bin 23699 -> 0 bytes boards/sounds/nl/geography/croatia.ogg | Bin 20802 -> 0 bytes boards/sounds/nl/geography/cuba.ogg | Bin 14205 -> 0 bytes boards/sounds/nl/geography/cyprus.ogg | Bin 21267 -> 0 bytes boards/sounds/nl/geography/czech.ogg | Bin 16941 -> 0 bytes boards/sounds/nl/geography/denmark.ogg | Bin 24957 -> 0 bytes boards/sounds/nl/geography/dominican_republic.ogg | Bin 28866 -> 0 bytes boards/sounds/nl/geography/ecuador.ogg | Bin 17726 -> 0 bytes boards/sounds/nl/geography/estonia.ogg | Bin 21605 -> 0 bytes boards/sounds/nl/geography/finland.ogg | Bin 19963 -> 0 bytes boards/sounds/nl/geography/france.ogg | Bin 21970 -> 0 bytes boards/sounds/nl/geography/french_guiana.ogg | Bin 27305 -> 0 bytes boards/sounds/nl/geography/germany.ogg | Bin 22800 -> 0 bytes boards/sounds/nl/geography/greece.ogg | Bin 22940 -> 0 bytes boards/sounds/nl/geography/greenland.ogg | Bin 20408 -> 0 bytes boards/sounds/nl/geography/guatemala.ogg | Bin 21672 -> 0 bytes boards/sounds/nl/geography/guyana.ogg | Bin 18019 -> 0 bytes boards/sounds/nl/geography/haiti.ogg | Bin 16288 -> 0 bytes boards/sounds/nl/geography/honduras.ogg | Bin 22206 -> 0 bytes boards/sounds/nl/geography/hungary.ogg | Bin 18146 -> 0 bytes boards/sounds/nl/geography/iceland.ogg | Bin 20820 -> 0 bytes boards/sounds/nl/geography/ireland.ogg | Bin 19695 -> 0 bytes boards/sounds/nl/geography/italy.ogg | Bin 20405 -> 0 bytes boards/sounds/nl/geography/jamaica.ogg | Bin 18057 -> 0 bytes boards/sounds/nl/geography/latvia.ogg | Bin 19486 -> 0 bytes boards/sounds/nl/geography/lithuania.ogg | Bin 17782 -> 0 bytes boards/sounds/nl/geography/luxembourg.ogg | Bin 19466 -> 0 bytes boards/sounds/nl/geography/macedonia.ogg | Bin 20327 -> 0 bytes boards/sounds/nl/geography/mexico.ogg | Bin 20122 -> 0 bytes boards/sounds/nl/geography/moldova.ogg | Bin 21012 -> 0 bytes boards/sounds/nl/geography/netherland.ogg | Bin 20065 -> 0 bytes boards/sounds/nl/geography/nicaragua.ogg | Bin 22696 -> 0 bytes boards/sounds/nl/geography/norway.ogg | Bin 19249 -> 0 bytes boards/sounds/nl/geography/panama.ogg | Bin 18063 -> 0 bytes boards/sounds/nl/geography/paraguay.ogg | Bin 20995 -> 0 bytes boards/sounds/nl/geography/peru.ogg | Bin 12883 -> 0 bytes boards/sounds/nl/geography/poland.ogg | Bin 15556 -> 0 bytes boards/sounds/nl/geography/portugal.ogg | Bin 19473 -> 0 bytes boards/sounds/nl/geography/romania.ogg | Bin 17777 -> 0 bytes boards/sounds/nl/geography/russia.ogg | Bin 20911 -> 0 bytes boards/sounds/nl/geography/salvador.ogg | Bin 20127 -> 0 bytes boards/sounds/nl/geography/serbia_montenegro.ogg | Bin 31629 -> 0 bytes boards/sounds/nl/geography/slovakia.ogg | Bin 21005 -> 0 bytes boards/sounds/nl/geography/slovenia.ogg | Bin 19374 -> 0 bytes boards/sounds/nl/geography/spain.ogg | Bin 17208 -> 0 bytes boards/sounds/nl/geography/suriname.ogg | Bin 19019 -> 0 bytes boards/sounds/nl/geography/sweden.ogg | Bin 20098 -> 0 bytes boards/sounds/nl/geography/switz.ogg | Bin 21816 -> 0 bytes boards/sounds/nl/geography/turkey.ogg | Bin 17981 -> 0 bytes boards/sounds/nl/geography/ukraine.ogg | Bin 18871 -> 0 bytes boards/sounds/nl/geography/united_kingdom.ogg | Bin 23932 -> 0 bytes boards/sounds/nl/geography/uruguay.ogg | Bin 17017 -> 0 bytes boards/sounds/nl/geography/usa.ogg | Bin 41002 -> 0 bytes boards/sounds/nl/geography/venezuela.ogg | Bin 19709 -> 0 bytes boards/sounds/nl/misc/README | 21 ---- boards/sounds/nl/misc/awesome.ogg | Bin 24206 -> 0 bytes boards/sounds/nl/misc/back.ogg | Bin 18085 -> 0 bytes boards/sounds/nl/misc/by.ogg | Bin 17107 -> 0 bytes boards/sounds/nl/misc/check_answer.ogg | Bin 21920 -> 0 bytes boards/sounds/nl/misc/click_on_letter.ogg | Bin 27526 -> 0 bytes boards/sounds/nl/misc/congratulation.ogg | Bin 33294 -> 0 bytes boards/sounds/nl/misc/equal.ogg | Bin 25018 -> 0 bytes boards/sounds/nl/misc/fantastic.ogg | Bin 28441 -> 0 bytes boards/sounds/nl/misc/good.ogg | Bin 24405 -> 0 bytes boards/sounds/nl/misc/great.ogg | Bin 26748 -> 0 bytes boards/sounds/nl/misc/help.ogg | Bin 15591 -> 0 bytes boards/sounds/nl/misc/level.ogg | Bin 20670 -> 0 bytes boards/sounds/nl/misc/minus.ogg | Bin 19500 -> 0 bytes boards/sounds/nl/misc/ok.ogg | Bin 21920 -> 0 bytes boards/sounds/nl/misc/outof.ogg | Bin 18258 -> 0 bytes boards/sounds/nl/misc/perfect.ogg | Bin 25120 -> 0 bytes boards/sounds/nl/misc/plus.ogg | Bin 15903 -> 0 bytes boards/sounds/nl/misc/quit.ogg | Bin 18802 -> 0 bytes boards/sounds/nl/misc/super.ogg | Bin 21399 -> 0 bytes boards/sounds/nl/misc/waytogo.ogg | Bin 27143 -> 0 bytes boards/sounds/nl/misc/welcome.ogg | Bin 39172 -> 0 bytes boards/sounds/pt/alphabet/10.ogg | Bin 12558 -> 0 bytes boards/sounds/pt/alphabet/11.ogg | Bin 17852 -> 0 bytes boards/sounds/pt/alphabet/12.ogg | Bin 16182 -> 0 bytes boards/sounds/pt/alphabet/13.ogg | Bin 19674 -> 0 bytes boards/sounds/pt/alphabet/14.ogg | Bin 16870 -> 0 bytes boards/sounds/pt/alphabet/15.ogg | Bin 14373 -> 0 bytes boards/sounds/pt/alphabet/16.ogg | Bin 26147 -> 0 bytes boards/sounds/pt/alphabet/17.ogg | Bin 17574 -> 0 bytes boards/sounds/pt/alphabet/18.ogg | Bin 15566 -> 0 bytes boards/sounds/pt/alphabet/19.ogg | Bin 12291 -> 0 bytes boards/sounds/pt/alphabet/20.ogg | Bin 13314 -> 0 bytes boards/sounds/pt/alphabet/README | 47 ---------- boards/sounds/pt/alphabet/U0030.ogg | Bin 10006 -> 0 bytes boards/sounds/pt/alphabet/U0031.ogg | Bin 8633 -> 0 bytes boards/sounds/pt/alphabet/U0032.ogg | Bin 11233 -> 0 bytes boards/sounds/pt/alphabet/U0033.ogg | Bin 13391 -> 0 bytes boards/sounds/pt/alphabet/U0034.ogg | Bin 12582 -> 0 bytes boards/sounds/pt/alphabet/U0035.ogg | Bin 14102 -> 0 bytes boards/sounds/pt/alphabet/U0036.ogg | Bin 13937 -> 0 bytes boards/sounds/pt/alphabet/U0037.ogg | Bin 14172 -> 0 bytes boards/sounds/pt/alphabet/U0038.ogg | Bin 10549 -> 0 bytes boards/sounds/pt/alphabet/U0039.ogg | Bin 15409 -> 0 bytes boards/sounds/pt/alphabet/U0061.ogg | Bin 8985 -> 0 bytes boards/sounds/pt/alphabet/U0062.ogg | Bin 10944 -> 0 bytes boards/sounds/pt/alphabet/U0063.ogg | Bin 11912 -> 0 bytes boards/sounds/pt/alphabet/U0064.ogg | Bin 8748 -> 0 bytes boards/sounds/pt/alphabet/U0065.ogg | Bin 9462 -> 0 bytes boards/sounds/pt/alphabet/U0066.ogg | Bin 10909 -> 0 bytes boards/sounds/pt/alphabet/U0067.ogg | Bin 8370 -> 0 bytes boards/sounds/pt/alphabet/U0068.ogg | Bin 9574 -> 0 bytes boards/sounds/pt/alphabet/U0069.ogg | Bin 6640 -> 0 bytes boards/sounds/pt/alphabet/U006A.ogg | Bin 12877 -> 0 bytes boards/sounds/pt/alphabet/U006B.ogg | Bin 11621 -> 0 bytes boards/sounds/pt/alphabet/U006C.ogg | Bin 9895 -> 0 bytes boards/sounds/pt/alphabet/U006D.ogg | Bin 10555 -> 0 bytes boards/sounds/pt/alphabet/U006E.ogg | Bin 9642 -> 0 bytes boards/sounds/pt/alphabet/U006F.ogg | Bin 6984 -> 0 bytes boards/sounds/pt/alphabet/U0070.ogg | Bin 8678 -> 0 bytes boards/sounds/pt/alphabet/U0071.ogg | Bin 8494 -> 0 bytes boards/sounds/pt/alphabet/U0072.ogg | Bin 7798 -> 0 bytes boards/sounds/pt/alphabet/U0073.ogg | Bin 11243 -> 0 bytes boards/sounds/pt/alphabet/U0074.ogg | Bin 8093 -> 0 bytes boards/sounds/pt/alphabet/U0075.ogg | Bin 6926 -> 0 bytes boards/sounds/pt/alphabet/U0076.ogg | Bin 9427 -> 0 bytes boards/sounds/pt/alphabet/U0077.ogg | Bin 12731 -> 0 bytes boards/sounds/pt/alphabet/U0078.ogg | Bin 12288 -> 0 bytes boards/sounds/pt/alphabet/U0079.ogg | Bin 16077 -> 0 bytes boards/sounds/pt/alphabet/U007A.ogg | Bin 13139 -> 0 bytes boards/sounds/pt/colors/README | 12 --- boards/sounds/pt/colors/black.ogg | Bin 13473 -> 0 bytes boards/sounds/pt/colors/blue.ogg | Bin 12078 -> 0 bytes boards/sounds/pt/colors/brown.ogg | Bin 17244 -> 0 bytes boards/sounds/pt/colors/green.ogg | Bin 12595 -> 0 bytes boards/sounds/pt/colors/grey.ogg | Bin 19785 -> 0 bytes boards/sounds/pt/colors/orange.ogg | Bin 16922 -> 0 bytes boards/sounds/pt/colors/pink.ogg | Bin 18885 -> 0 bytes boards/sounds/pt/colors/purple.ogg | Bin 21879 -> 0 bytes boards/sounds/pt/colors/red.ogg | Bin 17127 -> 0 bytes boards/sounds/pt/colors/white.ogg | Bin 14145 -> 0 bytes boards/sounds/pt/colors/yellow.ogg | Bin 17758 -> 0 bytes boards/sounds/pt/geography/README | 74 --------------- boards/sounds/pt/geography/africa.ogg | Bin 9353 -> 0 bytes boards/sounds/pt/geography/alaska.ogg | Bin 13912 -> 0 bytes boards/sounds/pt/geography/albania.ogg | Bin 17122 -> 0 bytes boards/sounds/pt/geography/america.ogg | Bin 10066 -> 0 bytes boards/sounds/pt/geography/antartica.ogg | Bin 12138 -> 0 bytes boards/sounds/pt/geography/argentina.ogg | Bin 17064 -> 0 bytes boards/sounds/pt/geography/asia.ogg | Bin 8343 -> 0 bytes boards/sounds/pt/geography/austria.ogg | Bin 17449 -> 0 bytes boards/sounds/pt/geography/bahamas.ogg | Bin 17077 -> 0 bytes boards/sounds/pt/geography/belarus.ogg | Bin 19383 -> 0 bytes boards/sounds/pt/geography/belgium.ogg | Bin 15886 -> 0 bytes boards/sounds/pt/geography/bolivia.ogg | Bin 14633 -> 0 bytes boards/sounds/pt/geography/bosnia_herzegovina.ogg | Bin 31880 -> 0 bytes boards/sounds/pt/geography/brazil.ogg | Bin 13605 -> 0 bytes boards/sounds/pt/geography/bulgaria.ogg | Bin 19367 -> 0 bytes boards/sounds/pt/geography/canada.ogg | Bin 14018 -> 0 bytes boards/sounds/pt/geography/chile.ogg | Bin 14025 -> 0 bytes boards/sounds/pt/geography/colombia.ogg | Bin 14239 -> 0 bytes boards/sounds/pt/geography/costa_rica.ogg | Bin 17765 -> 0 bytes boards/sounds/pt/geography/croatia.ogg | Bin 16551 -> 0 bytes boards/sounds/pt/geography/cuba.ogg | Bin 10694 -> 0 bytes boards/sounds/pt/geography/cyprus.ogg | Bin 15472 -> 0 bytes boards/sounds/pt/geography/czech.ogg | Bin 26970 -> 0 bytes boards/sounds/pt/geography/denmark.ogg | Bin 19734 -> 0 bytes boards/sounds/pt/geography/dominican_republic.ogg | Bin 31449 -> 0 bytes boards/sounds/pt/geography/ecuador.ogg | Bin 13840 -> 0 bytes boards/sounds/pt/geography/estonia.ogg | Bin 18746 -> 0 bytes boards/sounds/pt/geography/europe.ogg | Bin 10164 -> 0 bytes boards/sounds/pt/geography/finland.ogg | Bin 16854 -> 0 bytes boards/sounds/pt/geography/france.ogg | Bin 15897 -> 0 bytes boards/sounds/pt/geography/french_guiana.ogg | Bin 24839 -> 0 bytes boards/sounds/pt/geography/germany.ogg | Bin 16287 -> 0 bytes boards/sounds/pt/geography/greece.ogg | Bin 15725 -> 0 bytes boards/sounds/pt/geography/greenland.ogg | Bin 18830 -> 0 bytes boards/sounds/pt/geography/guatemala.ogg | Bin 19048 -> 0 bytes boards/sounds/pt/geography/guyana.ogg | Bin 15444 -> 0 bytes boards/sounds/pt/geography/haiti.ogg | Bin 13668 -> 0 bytes boards/sounds/pt/geography/honduras.ogg | Bin 17220 -> 0 bytes boards/sounds/pt/geography/hungary.ogg | Bin 13765 -> 0 bytes boards/sounds/pt/geography/iceland.ogg | Bin 18843 -> 0 bytes boards/sounds/pt/geography/ireland.ogg | Bin 15398 -> 0 bytes boards/sounds/pt/geography/italy.ogg | Bin 15562 -> 0 bytes boards/sounds/pt/geography/jamaica.ogg | Bin 19532 -> 0 bytes boards/sounds/pt/geography/latvia.ogg | Bin 18594 -> 0 bytes boards/sounds/pt/geography/lithuania.ogg | Bin 15922 -> 0 bytes boards/sounds/pt/geography/luxembourg.ogg | Bin 20189 -> 0 bytes boards/sounds/pt/geography/macedonia.ogg | Bin 19413 -> 0 bytes boards/sounds/pt/geography/mexico.ogg | Bin 15343 -> 0 bytes boards/sounds/pt/geography/moldova.ogg | Bin 19594 -> 0 bytes boards/sounds/pt/geography/netherland.ogg | Bin 26177 -> 0 bytes boards/sounds/pt/geography/nicaragua.ogg | Bin 15964 -> 0 bytes boards/sounds/pt/geography/norway.ogg | Bin 15820 -> 0 bytes boards/sounds/pt/geography/oceania.ogg | Bin 11175 -> 0 bytes boards/sounds/pt/geography/panama.ogg | Bin 11721 -> 0 bytes boards/sounds/pt/geography/paraguay.ogg | Bin 13351 -> 0 bytes boards/sounds/pt/geography/peru.ogg | Bin 9739 -> 0 bytes boards/sounds/pt/geography/poland.ogg | Bin 13362 -> 0 bytes boards/sounds/pt/geography/portugal.ogg | Bin 14701 -> 0 bytes boards/sounds/pt/geography/romania.ogg | Bin 18807 -> 0 bytes boards/sounds/pt/geography/russia.ogg | Bin 15259 -> 0 bytes boards/sounds/pt/geography/salvador.ogg | Bin 16083 -> 0 bytes boards/sounds/pt/geography/serbia_montenegro.ogg | Bin 31814 -> 0 bytes boards/sounds/pt/geography/slovakia.ogg | Bin 31490 -> 0 bytes boards/sounds/pt/geography/slovenia.ogg | Bin 21392 -> 0 bytes boards/sounds/pt/geography/spain.ogg | Bin 17715 -> 0 bytes boards/sounds/pt/geography/suriname.ogg | Bin 17579 -> 0 bytes boards/sounds/pt/geography/sweden.ogg | Bin 15674 -> 0 bytes boards/sounds/pt/geography/switz.ogg | Bin 13523 -> 0 bytes boards/sounds/pt/geography/turkey.ogg | Bin 15807 -> 0 bytes boards/sounds/pt/geography/ukraine.ogg | Bin 18537 -> 0 bytes boards/sounds/pt/geography/united_kingdom.ogg | Bin 20676 -> 0 bytes boards/sounds/pt/geography/uruguay.ogg | Bin 14037 -> 0 bytes boards/sounds/pt/geography/usa.ogg | Bin 39834 -> 0 bytes boards/sounds/pt/geography/venezuela.ogg | Bin 20287 -> 0 bytes boards/sounds/pt/misc/README | 22 ----- boards/sounds/pt/misc/about.ogg | Bin 19674 -> 0 bytes boards/sounds/pt/misc/awesome.ogg | Bin 19400 -> 0 bytes boards/sounds/pt/misc/back.ogg | Bin 15476 -> 0 bytes boards/sounds/pt/misc/by.ogg | Bin 12917 -> 0 bytes boards/sounds/pt/misc/click_on_letter.ogg | Bin 25449 -> 0 bytes boards/sounds/pt/misc/configuration.ogg | Bin 26967 -> 0 bytes boards/sounds/pt/misc/congratulation.ogg | Bin 16412 -> 0 bytes boards/sounds/pt/misc/equal.ogg | Bin 12128 -> 0 bytes boards/sounds/pt/misc/fantastic.ogg | Bin 22031 -> 0 bytes boards/sounds/pt/misc/good.ogg | Bin 11204 -> 0 bytes boards/sounds/pt/misc/great.ogg | Bin 11944 -> 0 bytes boards/sounds/pt/misc/help.ogg | Bin 13083 -> 0 bytes boards/sounds/pt/misc/level.ogg | Bin 12138 -> 0 bytes boards/sounds/pt/misc/minus.ogg | Bin 16050 -> 0 bytes boards/sounds/pt/misc/ok.ogg | Bin 14536 -> 0 bytes boards/sounds/pt/misc/outof.ogg | Bin 21057 -> 0 bytes boards/sounds/pt/misc/perfect.ogg | Bin 13884 -> 0 bytes boards/sounds/pt/misc/plus.ogg | Bin 16752 -> 0 bytes boards/sounds/pt/misc/quit.ogg | Bin 14407 -> 0 bytes boards/sounds/pt/misc/super.ogg | Bin 14685 -> 0 bytes boards/sounds/pt/misc/waytogo.ogg | Bin 15423 -> 0 bytes boards/sounds/pt/misc/welcome.ogg | Bin 41358 -> 0 bytes boards/sounds/pt_BR/README | 2 - boards/sounds/pt_BR/alphabet/10.ogg | Bin 10994 -> 0 bytes boards/sounds/pt_BR/alphabet/11.ogg | Bin 10364 -> 0 bytes boards/sounds/pt_BR/alphabet/12.ogg | Bin 11287 -> 0 bytes boards/sounds/pt_BR/alphabet/13.ogg | Bin 12024 -> 0 bytes boards/sounds/pt_BR/alphabet/14.ogg | Bin 13026 -> 0 bytes boards/sounds/pt_BR/alphabet/16.ogg | Bin 17575 -> 0 bytes boards/sounds/pt_BR/alphabet/17.ogg | Bin 13704 -> 0 bytes boards/sounds/pt_BR/alphabet/18.ogg | Bin 12916 -> 0 bytes boards/sounds/pt_BR/alphabet/19.ogg | Bin 13703 -> 0 bytes boards/sounds/pt_BR/alphabet/U0031.ogg | Bin 11521 -> 0 bytes boards/sounds/pt_BR/alphabet/U0032.ogg | Bin 10318 -> 0 bytes boards/sounds/pt_BR/alphabet/U0033.ogg | Bin 11290 -> 0 bytes boards/sounds/pt_BR/alphabet/U0034.ogg | Bin 12222 -> 0 bytes boards/sounds/pt_BR/alphabet/U0035.ogg | Bin 11064 -> 0 bytes boards/sounds/pt_BR/alphabet/U0036.ogg | Bin 11502 -> 0 bytes boards/sounds/pt_BR/alphabet/U0037.ogg | Bin 9785 -> 0 bytes boards/sounds/pt_BR/alphabet/U0038.ogg | Bin 9946 -> 0 bytes boards/sounds/pt_BR/alphabet/U0039.ogg | Bin 10511 -> 0 bytes boards/sounds/pt_BR/alphabet/U0061.ogg | Bin 8926 -> 0 bytes boards/sounds/pt_BR/alphabet/U0062.ogg | Bin 7613 -> 0 bytes boards/sounds/pt_BR/alphabet/U0063.ogg | Bin 9296 -> 0 bytes boards/sounds/pt_BR/alphabet/U0064.ogg | Bin 8809 -> 0 bytes boards/sounds/pt_BR/alphabet/U0065.ogg | Bin 8617 -> 0 bytes boards/sounds/pt_BR/alphabet/U0066.ogg | Bin 9815 -> 0 bytes boards/sounds/pt_BR/alphabet/U0067.ogg | Bin 9166 -> 0 bytes boards/sounds/pt_BR/alphabet/U0068.ogg | Bin 9114 -> 0 bytes boards/sounds/pt_BR/alphabet/U0069.ogg | Bin 8598 -> 0 bytes boards/sounds/pt_BR/alphabet/U006A.ogg | Bin 10094 -> 0 bytes boards/sounds/pt_BR/alphabet/U006B.ogg | Bin 8470 -> 0 bytes boards/sounds/pt_BR/alphabet/U006C.ogg | Bin 9885 -> 0 bytes boards/sounds/pt_BR/alphabet/U006D.ogg | Bin 9933 -> 0 bytes boards/sounds/pt_BR/alphabet/U006E.ogg | Bin 9871 -> 0 bytes boards/sounds/pt_BR/alphabet/U006F.ogg | Bin 9482 -> 0 bytes boards/sounds/pt_BR/alphabet/U006H.ogg | Bin 8467 -> 0 bytes boards/sounds/pt_BR/alphabet/U0070.ogg | Bin 8896 -> 0 bytes boards/sounds/pt_BR/alphabet/U0071.ogg | Bin 8244 -> 0 bytes boards/sounds/pt_BR/alphabet/U0072.ogg | Bin 10584 -> 0 bytes boards/sounds/pt_BR/alphabet/U0073.ogg | Bin 10165 -> 0 bytes boards/sounds/pt_BR/alphabet/U0074.ogg | Bin 8075 -> 0 bytes boards/sounds/pt_BR/alphabet/U0075.ogg | Bin 8997 -> 0 bytes boards/sounds/pt_BR/alphabet/U0076.ogg | Bin 8820 -> 0 bytes boards/sounds/pt_BR/alphabet/U0077.ogg | Bin 9797 -> 0 bytes boards/sounds/pt_BR/alphabet/U0078.ogg | Bin 11800 -> 0 bytes boards/sounds/pt_BR/alphabet/U0079.ogg | Bin 12127 -> 0 bytes boards/sounds/pt_BR/alphabet/U007A.ogg | Bin 9484 -> 0 bytes boards/sounds/pt_BR/colors/black.ogg | Bin 11534 -> 0 bytes boards/sounds/pt_BR/colors/blue.ogg | Bin 11660 -> 0 bytes boards/sounds/pt_BR/colors/brown.ogg | Bin 11161 -> 0 bytes boards/sounds/pt_BR/colors/green.ogg | Bin 11787 -> 0 bytes boards/sounds/pt_BR/colors/grey.ogg | Bin 11068 -> 0 bytes boards/sounds/pt_BR/colors/orange.ogg | Bin 12595 -> 0 bytes boards/sounds/pt_BR/colors/purple.ogg | Bin 13435 -> 0 bytes boards/sounds/pt_BR/colors/red.ogg | Bin 13581 -> 0 bytes boards/sounds/pt_BR/colors/white.ogg | Bin 11149 -> 0 bytes boards/sounds/pt_BR/colors/yellow.ogg | Bin 12760 -> 0 bytes boards/sounds/pt_BR/geography/africa.ogg | Bin 13565 -> 0 bytes boards/sounds/pt_BR/geography/alaska.ogg | Bin 11861 -> 0 bytes boards/sounds/pt_BR/geography/albania.ogg | Bin 10874 -> 0 bytes boards/sounds/pt_BR/geography/america.ogg | Bin 11565 -> 0 bytes boards/sounds/pt_BR/geography/antartica.ogg | Bin 12940 -> 0 bytes boards/sounds/pt_BR/geography/argentina.ogg | Bin 15042 -> 0 bytes boards/sounds/pt_BR/geography/asia.ogg | Bin 9769 -> 0 bytes boards/sounds/pt_BR/geography/austria.ogg | Bin 11481 -> 0 bytes boards/sounds/pt_BR/geography/bahamas.ogg | Bin 12961 -> 0 bytes boards/sounds/pt_BR/geography/belarus.ogg | Bin 13564 -> 0 bytes boards/sounds/pt_BR/geography/belgium.ogg | Bin 11039 -> 0 bytes boards/sounds/pt_BR/geography/bolivia.ogg | Bin 11539 -> 0 bytes .../sounds/pt_BR/geography/bosnia_herzegovina.ogg | Bin 23725 -> 0 bytes boards/sounds/pt_BR/geography/brazil.ogg | Bin 10939 -> 0 bytes boards/sounds/pt_BR/geography/bulgaria.ogg | Bin 11724 -> 0 bytes boards/sounds/pt_BR/geography/canada.ogg | Bin 10492 -> 0 bytes boards/sounds/pt_BR/geography/chile.ogg | Bin 10360 -> 0 bytes boards/sounds/pt_BR/geography/colombia.ogg | Bin 11739 -> 0 bytes boards/sounds/pt_BR/geography/costa_rica.ogg | Bin 13049 -> 0 bytes boards/sounds/pt_BR/geography/croatia.ogg | Bin 12193 -> 0 bytes boards/sounds/pt_BR/geography/cuba.ogg | Bin 9921 -> 0 bytes boards/sounds/pt_BR/geography/cyprus.ogg | Bin 10630 -> 0 bytes boards/sounds/pt_BR/geography/czech.ogg | Bin 17046 -> 0 bytes boards/sounds/pt_BR/geography/denmark.ogg | Bin 14458 -> 0 bytes .../sounds/pt_BR/geography/dominican_republic.ogg | Bin 19069 -> 0 bytes boards/sounds/pt_BR/geography/ecuador.ogg | Bin 11049 -> 0 bytes boards/sounds/pt_BR/geography/estonia.ogg | Bin 11649 -> 0 bytes boards/sounds/pt_BR/geography/europe.ogg | Bin 11351 -> 0 bytes boards/sounds/pt_BR/geography/finland.ogg | Bin 11793 -> 0 bytes boards/sounds/pt_BR/geography/france.ogg | Bin 10719 -> 0 bytes boards/sounds/pt_BR/geography/french_guiana.ogg | Bin 17363 -> 0 bytes boards/sounds/pt_BR/geography/germany.ogg | Bin 11222 -> 0 bytes boards/sounds/pt_BR/geography/greece.ogg | Bin 12425 -> 0 bytes boards/sounds/pt_BR/geography/greenland.ogg | Bin 14681 -> 0 bytes boards/sounds/pt_BR/geography/guatemala.ogg | Bin 13732 -> 0 bytes boards/sounds/pt_BR/geography/guyana.ogg | Bin 12071 -> 0 bytes boards/sounds/pt_BR/geography/haiti.ogg | Bin 10562 -> 0 bytes boards/sounds/pt_BR/geography/honduras.ogg | Bin 12807 -> 0 bytes boards/sounds/pt_BR/geography/hungary.ogg | Bin 11860 -> 0 bytes boards/sounds/pt_BR/geography/iceland.ogg | Bin 13843 -> 0 bytes boards/sounds/pt_BR/geography/ireland.ogg | Bin 13853 -> 0 bytes boards/sounds/pt_BR/geography/italy.ogg | Bin 11441 -> 0 bytes boards/sounds/pt_BR/geography/jamaica.ogg | Bin 13024 -> 0 bytes boards/sounds/pt_BR/geography/latvia.ogg | Bin 14165 -> 0 bytes boards/sounds/pt_BR/geography/lithuania.ogg | Bin 13010 -> 0 bytes boards/sounds/pt_BR/geography/luxembourg.ogg | Bin 14264 -> 0 bytes boards/sounds/pt_BR/geography/macedonia.ogg | Bin 13305 -> 0 bytes boards/sounds/pt_BR/geography/mexico.ogg | Bin 11394 -> 0 bytes boards/sounds/pt_BR/geography/moldova.ogg | Bin 14245 -> 0 bytes boards/sounds/pt_BR/geography/netherland.ogg | Bin 18513 -> 0 bytes boards/sounds/pt_BR/geography/nicaragua.ogg | Bin 13139 -> 0 bytes boards/sounds/pt_BR/geography/norway.ogg | Bin 12758 -> 0 bytes boards/sounds/pt_BR/geography/oceania.ogg | Bin 12934 -> 0 bytes boards/sounds/pt_BR/geography/panama.ogg | Bin 10861 -> 0 bytes boards/sounds/pt_BR/geography/paraguay.ogg | Bin 11624 -> 0 bytes boards/sounds/pt_BR/geography/peru.ogg | Bin 10358 -> 0 bytes boards/sounds/pt_BR/geography/poland.ogg | Bin 11849 -> 0 bytes boards/sounds/pt_BR/geography/portugal.ogg | Bin 12931 -> 0 bytes boards/sounds/pt_BR/geography/romania.ogg | Bin 12794 -> 0 bytes boards/sounds/pt_BR/geography/russia.ogg | Bin 10964 -> 0 bytes boards/sounds/pt_BR/geography/salvador.ogg | Bin 13969 -> 0 bytes .../sounds/pt_BR/geography/serbia_montenegro.ogg | Bin 22077 -> 0 bytes boards/sounds/pt_BR/geography/slovakia.ogg | Bin 14298 -> 0 bytes boards/sounds/pt_BR/geography/slovenia.ogg | Bin 13094 -> 0 bytes boards/sounds/pt_BR/geography/spain.ogg | Bin 12600 -> 0 bytes boards/sounds/pt_BR/geography/suriname.ogg | Bin 13571 -> 0 bytes boards/sounds/pt_BR/geography/sweden.ogg | Bin 13781 -> 0 bytes boards/sounds/pt_BR/geography/switz.ogg | Bin 12179 -> 0 bytes boards/sounds/pt_BR/geography/turkey.ogg | Bin 12840 -> 0 bytes boards/sounds/pt_BR/geography/ukraine.ogg | Bin 12648 -> 0 bytes boards/sounds/pt_BR/geography/united_kingdom.ogg | Bin 16444 -> 0 bytes boards/sounds/pt_BR/geography/uruguay.ogg | Bin 12169 -> 0 bytes boards/sounds/pt_BR/geography/usa.ogg | Bin 23544 -> 0 bytes boards/sounds/pt_BR/geography/venezuela.ogg | Bin 14243 -> 0 bytes boards/sounds/pt_BR/misc/about.ogg | Bin 17175 -> 0 bytes boards/sounds/pt_BR/misc/back.ogg | Bin 12650 -> 0 bytes boards/sounds/pt_BR/misc/by.ogg | Bin 10433 -> 0 bytes boards/sounds/pt_BR/misc/click_on_letter.ogg | Bin 23708 -> 0 bytes boards/sounds/pt_BR/misc/configuration.ogg | Bin 19207 -> 0 bytes boards/sounds/pt_BR/misc/congratulation.ogg | Bin 14410 -> 0 bytes boards/sounds/pt_BR/misc/equal.ogg | Bin 11673 -> 0 bytes boards/sounds/pt_BR/misc/good.ogg | Bin 13091 -> 0 bytes boards/sounds/pt_BR/misc/great.ogg | Bin 12407 -> 0 bytes boards/sounds/pt_BR/misc/help.ogg | Bin 9707 -> 0 bytes boards/sounds/pt_BR/misc/level.ogg | Bin 11387 -> 0 bytes boards/sounds/pt_BR/misc/minus.ogg | Bin 10520 -> 0 bytes boards/sounds/pt_BR/misc/ok.ogg | Bin 13818 -> 0 bytes boards/sounds/pt_BR/misc/outof.ogg | Bin 16895 -> 0 bytes boards/sounds/pt_BR/misc/plus.ogg | Bin 11158 -> 0 bytes boards/sounds/pt_BR/misc/quit.ogg | Bin 10249 -> 0 bytes boards/sounds/pt_BR/misc/super.ogg | Bin 14937 -> 0 bytes boards/sounds/pt_BR/misc/welcome.ogg | Bin 25774 -> 0 bytes boards/sounds/ru/alphabet/10.ogg | Bin 13803 -> 0 bytes boards/sounds/ru/alphabet/11.ogg | Bin 22260 -> 0 bytes boards/sounds/ru/alphabet/12.ogg | Bin 22237 -> 0 bytes boards/sounds/ru/alphabet/13.ogg | Bin 21198 -> 0 bytes boards/sounds/ru/alphabet/14.ogg | Bin 23862 -> 0 bytes boards/sounds/ru/alphabet/15.ogg | Bin 19049 -> 0 bytes boards/sounds/ru/alphabet/16.ogg | Bin 15986 -> 0 bytes boards/sounds/ru/alphabet/17.ogg | Bin 17086 -> 0 bytes boards/sounds/ru/alphabet/18.ogg | Bin 23192 -> 0 bytes boards/sounds/ru/alphabet/19.ogg | Bin 20566 -> 0 bytes boards/sounds/ru/alphabet/20.ogg | Bin 15676 -> 0 bytes boards/sounds/ru/alphabet/README | 81 ---------------- boards/sounds/ru/alphabet/U0031.ogg | Bin 14876 -> 0 bytes boards/sounds/ru/alphabet/U0032.ogg | Bin 13197 -> 0 bytes boards/sounds/ru/alphabet/U0033.ogg | Bin 13869 -> 0 bytes boards/sounds/ru/alphabet/U0034.ogg | Bin 17729 -> 0 bytes boards/sounds/ru/alphabet/U0035.ogg | Bin 9013 -> 0 bytes boards/sounds/ru/alphabet/U0036.ogg | Bin 11733 -> 0 bytes boards/sounds/ru/alphabet/U0037.ogg | Bin 10572 -> 0 bytes boards/sounds/ru/alphabet/U0038.ogg | Bin 15042 -> 0 bytes boards/sounds/ru/alphabet/U0039.ogg | Bin 13195 -> 0 bytes boards/sounds/ru/alphabet/U0061.ogg | Bin 20144 -> 0 bytes boards/sounds/ru/alphabet/U0062.ogg | Bin 22634 -> 0 bytes boards/sounds/ru/alphabet/U0063.ogg | Bin 22939 -> 0 bytes boards/sounds/ru/alphabet/U0064.ogg | Bin 20046 -> 0 bytes boards/sounds/ru/alphabet/U0065.ogg | Bin 25974 -> 0 bytes boards/sounds/ru/alphabet/U0066.ogg | Bin 19135 -> 0 bytes boards/sounds/ru/alphabet/U0067.ogg | Bin 24549 -> 0 bytes boards/sounds/ru/alphabet/U0068.ogg | Bin 27228 -> 0 bytes boards/sounds/ru/alphabet/U0069.ogg | Bin 20943 -> 0 bytes boards/sounds/ru/alphabet/U006A.ogg | Bin 23597 -> 0 bytes boards/sounds/ru/alphabet/U006B.ogg | Bin 22241 -> 0 bytes boards/sounds/ru/alphabet/U006C.ogg | Bin 22457 -> 0 bytes boards/sounds/ru/alphabet/U006D.ogg | Bin 24617 -> 0 bytes boards/sounds/ru/alphabet/U006E.ogg | Bin 22156 -> 0 bytes boards/sounds/ru/alphabet/U006F.ogg | Bin 20796 -> 0 bytes boards/sounds/ru/alphabet/U0070.ogg | Bin 19023 -> 0 bytes boards/sounds/ru/alphabet/U0071.ogg | Bin 21264 -> 0 bytes boards/sounds/ru/alphabet/U0072.ogg | Bin 21417 -> 0 bytes boards/sounds/ru/alphabet/U0073.ogg | Bin 18722 -> 0 bytes boards/sounds/ru/alphabet/U0074.ogg | Bin 18907 -> 0 bytes boards/sounds/ru/alphabet/U0075.ogg | Bin 20163 -> 0 bytes boards/sounds/ru/alphabet/U0076.ogg | Bin 20478 -> 0 bytes boards/sounds/ru/alphabet/U0077.ogg | Bin 24541 -> 0 bytes boards/sounds/ru/alphabet/U0078.ogg | Bin 23886 -> 0 bytes boards/sounds/ru/alphabet/U0079.ogg | Bin 20433 -> 0 bytes boards/sounds/ru/alphabet/U007A.ogg | Bin 21464 -> 0 bytes boards/sounds/ru/alphabet/U0430.ogg | Bin 10260 -> 0 bytes boards/sounds/ru/alphabet/U0431.ogg | Bin 12929 -> 0 bytes boards/sounds/ru/alphabet/U0432.ogg | Bin 13503 -> 0 bytes boards/sounds/ru/alphabet/U0433.ogg | Bin 13919 -> 0 bytes boards/sounds/ru/alphabet/U0434.ogg | Bin 10957 -> 0 bytes boards/sounds/ru/alphabet/U0435.ogg | Bin 10727 -> 0 bytes boards/sounds/ru/alphabet/U0436.ogg | Bin 14908 -> 0 bytes boards/sounds/ru/alphabet/U0437.ogg | Bin 13693 -> 0 bytes boards/sounds/ru/alphabet/U0438.ogg | Bin 10549 -> 0 bytes boards/sounds/ru/alphabet/U0439.ogg | Bin 23868 -> 0 bytes boards/sounds/ru/alphabet/U043A.ogg | Bin 9181 -> 0 bytes boards/sounds/ru/alphabet/U043B.ogg | Bin 17472 -> 0 bytes boards/sounds/ru/alphabet/U043C.ogg | Bin 12758 -> 0 bytes boards/sounds/ru/alphabet/U043D.ogg | Bin 12644 -> 0 bytes boards/sounds/ru/alphabet/U043E.ogg | Bin 9316 -> 0 bytes boards/sounds/ru/alphabet/U043F.ogg | Bin 8084 -> 0 bytes boards/sounds/ru/alphabet/U0440.ogg | Bin 11009 -> 0 bytes boards/sounds/ru/alphabet/U0441.ogg | Bin 12982 -> 0 bytes boards/sounds/ru/alphabet/U0442.ogg | Bin 10815 -> 0 bytes boards/sounds/ru/alphabet/U0443.ogg | Bin 10163 -> 0 bytes boards/sounds/ru/alphabet/U0444.ogg | Bin 14683 -> 0 bytes boards/sounds/ru/alphabet/U0445.ogg | Bin 10503 -> 0 bytes boards/sounds/ru/alphabet/U0446.ogg | Bin 9874 -> 0 bytes boards/sounds/ru/alphabet/U0447.ogg | Bin 12077 -> 0 bytes boards/sounds/ru/alphabet/U0448.ogg | Bin 14209 -> 0 bytes boards/sounds/ru/alphabet/U0449.ogg | Bin 13320 -> 0 bytes boards/sounds/ru/alphabet/U044A.ogg | Bin 20028 -> 0 bytes boards/sounds/ru/alphabet/U044B.ogg | Bin 12388 -> 0 bytes boards/sounds/ru/alphabet/U044C.ogg | Bin 26403 -> 0 bytes boards/sounds/ru/alphabet/U044D.ogg | Bin 17083 -> 0 bytes boards/sounds/ru/alphabet/U044E.ogg | Bin 12626 -> 0 bytes boards/sounds/ru/alphabet/U044F.ogg | Bin 14801 -> 0 bytes boards/sounds/ru/alphabet/U0451.ogg | Bin 10855 -> 0 bytes boards/sounds/ru/colors/README | 11 -- boards/sounds/ru/colors/black.ogg | Bin 17376 -> 0 bytes boards/sounds/ru/colors/blue.ogg | Bin 16516 -> 0 bytes boards/sounds/ru/colors/brown.ogg | Bin 22014 -> 0 bytes boards/sounds/ru/colors/green.ogg | Bin 18451 -> 0 bytes boards/sounds/ru/colors/grey.ogg | Bin 19142 -> 0 bytes boards/sounds/ru/colors/orange.ogg | Bin 18616 -> 0 bytes boards/sounds/ru/colors/pink.ogg | Bin 16959 -> 0 bytes boards/sounds/ru/colors/purple.ogg | Bin 24131 -> 0 bytes boards/sounds/ru/colors/red.ogg | Bin 19705 -> 0 bytes boards/sounds/ru/colors/white.ogg | Bin 16656 -> 0 bytes boards/sounds/ru/colors/yellow.ogg | Bin 14075 -> 0 bytes boards/sounds/ru/geography/README | 68 -------------- boards/sounds/ru/geography/alaska.ogg | Bin 18646 -> 0 bytes boards/sounds/ru/geography/albania.ogg | Bin 20784 -> 0 bytes boards/sounds/ru/geography/argentina.ogg | Bin 21449 -> 0 bytes boards/sounds/ru/geography/austria.ogg | Bin 18924 -> 0 bytes boards/sounds/ru/geography/bahamas.ogg | Bin 18913 -> 0 bytes boards/sounds/ru/geography/belarus.ogg | Bin 23224 -> 0 bytes boards/sounds/ru/geography/belgium.ogg | Bin 18831 -> 0 bytes boards/sounds/ru/geography/bolivia.ogg | Bin 18077 -> 0 bytes boards/sounds/ru/geography/bosnia_herzegovina.ogg | Bin 28202 -> 0 bytes boards/sounds/ru/geography/brazil.ogg | Bin 20342 -> 0 bytes boards/sounds/ru/geography/bulgaria.ogg | Bin 20706 -> 0 bytes boards/sounds/ru/geography/canada.ogg | Bin 17428 -> 0 bytes boards/sounds/ru/geography/chile.ogg | Bin 16150 -> 0 bytes boards/sounds/ru/geography/colombia.ogg | Bin 19291 -> 0 bytes boards/sounds/ru/geography/costa_rica.ogg | Bin 24991 -> 0 bytes boards/sounds/ru/geography/croatia.ogg | Bin 22126 -> 0 bytes boards/sounds/ru/geography/cuba.ogg | Bin 11582 -> 0 bytes boards/sounds/ru/geography/cyprus.ogg | Bin 14327 -> 0 bytes boards/sounds/ru/geography/czech.ogg | Bin 20085 -> 0 bytes boards/sounds/ru/geography/denmark.ogg | Bin 17493 -> 0 bytes boards/sounds/ru/geography/dominican_republic.ogg | Bin 32550 -> 0 bytes boards/sounds/ru/geography/ecuador.ogg | Bin 17614 -> 0 bytes boards/sounds/ru/geography/estonia.ogg | Bin 21771 -> 0 bytes boards/sounds/ru/geography/finland.ogg | Bin 21108 -> 0 bytes boards/sounds/ru/geography/france.ogg | Bin 20470 -> 0 bytes boards/sounds/ru/geography/french_guiana.ogg | Bin 27261 -> 0 bytes boards/sounds/ru/geography/germany.ogg | Bin 21000 -> 0 bytes boards/sounds/ru/geography/greece.ogg | Bin 24238 -> 0 bytes boards/sounds/ru/geography/greenland.ogg | Bin 21076 -> 0 bytes boards/sounds/ru/geography/guatemala.ogg | Bin 25031 -> 0 bytes boards/sounds/ru/geography/guyana.ogg | Bin 15785 -> 0 bytes boards/sounds/ru/geography/haiti.ogg | Bin 18725 -> 0 bytes boards/sounds/ru/geography/honduras.ogg | Bin 23162 -> 0 bytes boards/sounds/ru/geography/hungary.ogg | Bin 17578 -> 0 bytes boards/sounds/ru/geography/iceland.ogg | Bin 20531 -> 0 bytes boards/sounds/ru/geography/ireland.ogg | Bin 20966 -> 0 bytes boards/sounds/ru/geography/italy.ogg | Bin 18261 -> 0 bytes boards/sounds/ru/geography/jamaica.ogg | Bin 17917 -> 0 bytes boards/sounds/ru/geography/latvia.ogg | Bin 17880 -> 0 bytes boards/sounds/ru/geography/lithuania.ogg | Bin 17066 -> 0 bytes boards/sounds/ru/geography/luxembourg.ogg | Bin 19800 -> 0 bytes boards/sounds/ru/geography/macedonia.ogg | Bin 21612 -> 0 bytes boards/sounds/ru/geography/mexico.ogg | Bin 20915 -> 0 bytes boards/sounds/ru/geography/moldova.ogg | Bin 18498 -> 0 bytes boards/sounds/ru/geography/netherland.ogg | Bin 23059 -> 0 bytes boards/sounds/ru/geography/nicaragua.ogg | Bin 23375 -> 0 bytes boards/sounds/ru/geography/norway.ogg | Bin 20488 -> 0 bytes boards/sounds/ru/geography/panama.ogg | Bin 15712 -> 0 bytes boards/sounds/ru/geography/paraguay.ogg | Bin 16718 -> 0 bytes boards/sounds/ru/geography/peru.ogg | Bin 11815 -> 0 bytes boards/sounds/ru/geography/poland.ogg | Bin 13204 -> 0 bytes boards/sounds/ru/geography/portugal.ogg | Bin 21056 -> 0 bytes boards/sounds/ru/geography/romania.ogg | Bin 18315 -> 0 bytes boards/sounds/ru/geography/russia.ogg | Bin 20313 -> 0 bytes boards/sounds/ru/geography/salvador.ogg | Bin 23563 -> 0 bytes boards/sounds/ru/geography/serbia_montenegro.ogg | Bin 17718 -> 0 bytes boards/sounds/ru/geography/slovakia.ogg | Bin 21137 -> 0 bytes boards/sounds/ru/geography/slovenia.ogg | Bin 18430 -> 0 bytes boards/sounds/ru/geography/spain.ogg | Bin 20220 -> 0 bytes boards/sounds/ru/geography/suriname.ogg | Bin 18945 -> 0 bytes boards/sounds/ru/geography/sweden.ogg | Bin 18723 -> 0 bytes boards/sounds/ru/geography/switz.ogg | Bin 21705 -> 0 bytes boards/sounds/ru/geography/turkey.ogg | Bin 22189 -> 0 bytes boards/sounds/ru/geography/ukraine.ogg | Bin 19852 -> 0 bytes boards/sounds/ru/geography/united_kingdom.ogg | Bin 32401 -> 0 bytes boards/sounds/ru/geography/uruguay.ogg | Bin 15322 -> 0 bytes boards/sounds/ru/geography/usa.ogg | Bin 29940 -> 0 bytes boards/sounds/ru/geography/venezuela.ogg | Bin 21073 -> 0 bytes boards/sounds/ru/misc/README | 16 --- boards/sounds/ru/misc/about.ogg | Bin 19672 -> 0 bytes boards/sounds/ru/misc/back.ogg | Bin 15438 -> 0 bytes boards/sounds/ru/misc/by.ogg | Bin 13903 -> 0 bytes boards/sounds/ru/misc/click_on_letter.ogg | Bin 33607 -> 0 bytes boards/sounds/ru/misc/configuration.ogg | Bin 22893 -> 0 bytes boards/sounds/ru/misc/congratulation.ogg | Bin 15355 -> 0 bytes boards/sounds/ru/misc/equal.ogg | Bin 15827 -> 0 bytes boards/sounds/ru/misc/good.ogg | Bin 18639 -> 0 bytes boards/sounds/ru/misc/great.ogg | Bin 15854 -> 0 bytes boards/sounds/ru/misc/help.ogg | Bin 12714 -> 0 bytes boards/sounds/ru/misc/level.ogg | Bin 11330 -> 0 bytes boards/sounds/ru/misc/minus.ogg | Bin 14499 -> 0 bytes boards/sounds/ru/misc/ok.ogg | Bin 23271 -> 0 bytes boards/sounds/ru/misc/outof.ogg | Bin 30513 -> 0 bytes boards/sounds/ru/misc/plus.ogg | Bin 13158 -> 0 bytes boards/sounds/ru/misc/quit.ogg | Bin 14676 -> 0 bytes boards/sounds/ru/misc/super.ogg | Bin 13623 -> 0 bytes boards/sounds/ru/misc/welcome.ogg | Bin 59432 -> 0 bytes boards/sounds/so/alphabet/10.ogg | Bin 15789 -> 0 bytes boards/sounds/so/alphabet/11.ogg | Bin 19929 -> 0 bytes boards/sounds/so/alphabet/12.ogg | Bin 23118 -> 0 bytes boards/sounds/so/alphabet/13.ogg | Bin 21841 -> 0 bytes boards/sounds/so/alphabet/14.ogg | Bin 23365 -> 0 bytes boards/sounds/so/alphabet/15.ogg | Bin 24005 -> 0 bytes boards/sounds/so/alphabet/16.ogg | Bin 22047 -> 0 bytes boards/sounds/so/alphabet/17.ogg | Bin 27598 -> 0 bytes boards/sounds/so/alphabet/18.ogg | Bin 22578 -> 0 bytes boards/sounds/so/alphabet/19.ogg | Bin 24633 -> 0 bytes boards/sounds/so/alphabet/20.ogg | Bin 21939 -> 0 bytes boards/sounds/so/alphabet/README | 47 ---------- boards/sounds/so/alphabet/U0030.ogg | Bin 18658 -> 0 bytes boards/sounds/so/alphabet/U0031.ogg | Bin 14818 -> 0 bytes boards/sounds/so/alphabet/U0032.ogg | Bin 22612 -> 0 bytes boards/sounds/so/alphabet/U0033.ogg | Bin 23015 -> 0 bytes boards/sounds/so/alphabet/U0034.ogg | Bin 18840 -> 0 bytes boards/sounds/so/alphabet/U0035.ogg | Bin 20214 -> 0 bytes boards/sounds/so/alphabet/U0036.ogg | Bin 18757 -> 0 bytes boards/sounds/so/alphabet/U0037.ogg | Bin 21814 -> 0 bytes boards/sounds/so/alphabet/U0038.ogg | Bin 22698 -> 0 bytes boards/sounds/so/alphabet/U0039.ogg | Bin 24750 -> 0 bytes boards/sounds/so/alphabet/U0061.ogg | Bin 13730 -> 0 bytes boards/sounds/so/alphabet/U0062.ogg | Bin 16003 -> 0 bytes boards/sounds/so/alphabet/U0063.ogg | Bin 13728 -> 0 bytes boards/sounds/so/alphabet/U0064.ogg | Bin 14920 -> 0 bytes boards/sounds/so/alphabet/U0065.ogg | Bin 15098 -> 0 bytes boards/sounds/so/alphabet/U0066.ogg | Bin 13928 -> 0 bytes boards/sounds/so/alphabet/U0067.ogg | Bin 14962 -> 0 bytes boards/sounds/so/alphabet/U0068.ogg | Bin 13310 -> 0 bytes boards/sounds/so/alphabet/U0069.ogg | Bin 11374 -> 0 bytes boards/sounds/so/alphabet/U006A.ogg | Bin 15011 -> 0 bytes boards/sounds/so/alphabet/U006B.ogg | Bin 13056 -> 0 bytes boards/sounds/so/alphabet/U006C.ogg | Bin 12303 -> 0 bytes boards/sounds/so/alphabet/U006D.ogg | Bin 12096 -> 0 bytes boards/sounds/so/alphabet/U006E.ogg | Bin 13379 -> 0 bytes boards/sounds/so/alphabet/U006F.ogg | Bin 11224 -> 0 bytes boards/sounds/so/alphabet/U0070.ogg | Bin 11923 -> 0 bytes boards/sounds/so/alphabet/U0071.ogg | Bin 14544 -> 0 bytes boards/sounds/so/alphabet/U0072.ogg | Bin 13444 -> 0 bytes boards/sounds/so/alphabet/U0073.ogg | Bin 17507 -> 0 bytes boards/sounds/so/alphabet/U0074.ogg | Bin 11655 -> 0 bytes boards/sounds/so/alphabet/U0075.ogg | Bin 9967 -> 0 bytes boards/sounds/so/alphabet/U0076.ogg | Bin 11659 -> 0 bytes boards/sounds/so/alphabet/U0077.ogg | Bin 12788 -> 0 bytes boards/sounds/so/alphabet/U0078.ogg | Bin 13789 -> 0 bytes boards/sounds/so/alphabet/U0079.ogg | Bin 10566 -> 0 bytes boards/sounds/so/alphabet/U007A.ogg | Bin 14290 -> 0 bytes boards/sounds/so/colors/README | 11 -- boards/sounds/so/colors/black.ogg | Bin 26073 -> 0 bytes boards/sounds/so/colors/blue.ogg | Bin 25934 -> 0 bytes boards/sounds/so/colors/brown.ogg | Bin 35711 -> 0 bytes boards/sounds/so/colors/green.ogg | Bin 27213 -> 0 bytes boards/sounds/so/colors/grey.ogg | Bin 29385 -> 0 bytes boards/sounds/so/colors/orange.ogg | Bin 26103 -> 0 bytes boards/sounds/so/colors/pink.ogg | Bin 34889 -> 0 bytes boards/sounds/so/colors/purple.ogg | Bin 30763 -> 0 bytes boards/sounds/so/colors/red.ogg | Bin 22703 -> 0 bytes boards/sounds/so/colors/white.ogg | Bin 26284 -> 0 bytes boards/sounds/so/colors/yellow.ogg | Bin 31213 -> 0 bytes boards/sounds/so/geography/README | 68 -------------- boards/sounds/so/geography/alaska.ogg | Bin 24721 -> 0 bytes boards/sounds/so/geography/albania.ogg | Bin 24817 -> 0 bytes boards/sounds/so/geography/argentina.ogg | Bin 22222 -> 0 bytes boards/sounds/so/geography/austria.ogg | Bin 23842 -> 0 bytes boards/sounds/so/geography/bahamas.ogg | Bin 18983 -> 0 bytes boards/sounds/so/geography/belarus.ogg | Bin 20099 -> 0 bytes boards/sounds/so/geography/belgium.ogg | Bin 20588 -> 0 bytes boards/sounds/so/geography/bolivia.ogg | Bin 16788 -> 0 bytes boards/sounds/so/geography/bosnia_herzegovina.ogg | Bin 28502 -> 0 bytes boards/sounds/so/geography/brazil.ogg | Bin 18149 -> 0 bytes boards/sounds/so/geography/bulgaria.ogg | Bin 22750 -> 0 bytes boards/sounds/so/geography/canada.ogg | Bin 19891 -> 0 bytes boards/sounds/so/geography/chile.ogg | Bin 14471 -> 0 bytes boards/sounds/so/geography/colombia.ogg | Bin 17786 -> 0 bytes boards/sounds/so/geography/costa_rica.ogg | Bin 3557 -> 0 bytes boards/sounds/so/geography/croatia.ogg | Bin 15542 -> 0 bytes boards/sounds/so/geography/cuba.ogg | Bin 13233 -> 0 bytes boards/sounds/so/geography/cyprus.ogg | Bin 17179 -> 0 bytes boards/sounds/so/geography/czech.ogg | Bin 17166 -> 0 bytes boards/sounds/so/geography/denmark.ogg | Bin 17116 -> 0 bytes boards/sounds/so/geography/dominican_republic.ogg | Bin 28941 -> 0 bytes boards/sounds/so/geography/ecuador.ogg | Bin 19997 -> 0 bytes boards/sounds/so/geography/estonia.ogg | Bin 20998 -> 0 bytes boards/sounds/so/geography/finland.ogg | Bin 15335 -> 0 bytes boards/sounds/so/geography/france.ogg | Bin 19460 -> 0 bytes boards/sounds/so/geography/french_guiana.ogg | Bin 23888 -> 0 bytes boards/sounds/so/geography/germany.ogg | Bin 18848 -> 0 bytes boards/sounds/so/geography/greece.ogg | Bin 15141 -> 0 bytes boards/sounds/so/geography/greenland.ogg | Bin 16447 -> 0 bytes boards/sounds/so/geography/guatemala.ogg | Bin 18406 -> 0 bytes boards/sounds/so/geography/guyana.ogg | Bin 14129 -> 0 bytes boards/sounds/so/geography/haiti.ogg | Bin 13684 -> 0 bytes boards/sounds/so/geography/honduras.ogg | Bin 16554 -> 0 bytes boards/sounds/so/geography/hungary.ogg | Bin 17419 -> 0 bytes boards/sounds/so/geography/iceland.ogg | Bin 17519 -> 0 bytes boards/sounds/so/geography/ireland.ogg | Bin 18928 -> 0 bytes boards/sounds/so/geography/italy.ogg | Bin 17582 -> 0 bytes boards/sounds/so/geography/jamaica.ogg | Bin 18046 -> 0 bytes boards/sounds/so/geography/latvia.ogg | Bin 19287 -> 0 bytes boards/sounds/so/geography/lithuania.ogg | Bin 17456 -> 0 bytes boards/sounds/so/geography/luxembourg.ogg | Bin 20547 -> 0 bytes boards/sounds/so/geography/macedonia.ogg | Bin 17992 -> 0 bytes boards/sounds/so/geography/mexico.ogg | Bin 19613 -> 0 bytes boards/sounds/so/geography/moldova.ogg | Bin 14598 -> 0 bytes boards/sounds/so/geography/netherland.ogg | Bin 16484 -> 0 bytes boards/sounds/so/geography/nicaragua.ogg | Bin 19459 -> 0 bytes boards/sounds/so/geography/norway.ogg | Bin 14523 -> 0 bytes boards/sounds/so/geography/panama.ogg | Bin 17672 -> 0 bytes boards/sounds/so/geography/paraguay.ogg | Bin 18679 -> 0 bytes boards/sounds/so/geography/peru.ogg | Bin 17869 -> 0 bytes boards/sounds/so/geography/poland.ogg | Bin 15939 -> 0 bytes boards/sounds/so/geography/portugal.ogg | Bin 22308 -> 0 bytes boards/sounds/so/geography/romania.ogg | Bin 15897 -> 0 bytes boards/sounds/so/geography/russia.ogg | Bin 18538 -> 0 bytes boards/sounds/so/geography/salvador.ogg | Bin 22526 -> 0 bytes boards/sounds/so/geography/serbia_montenegro.ogg | Bin 25702 -> 0 bytes boards/sounds/so/geography/slovakia.ogg | Bin 20957 -> 0 bytes boards/sounds/so/geography/slovenia.ogg | Bin 19980 -> 0 bytes boards/sounds/so/geography/spain.ogg | Bin 21522 -> 0 bytes boards/sounds/so/geography/suriname.ogg | Bin 18553 -> 0 bytes boards/sounds/so/geography/sweden.ogg | Bin 17767 -> 0 bytes boards/sounds/so/geography/switz.ogg | Bin 18311 -> 0 bytes boards/sounds/so/geography/turkey.ogg | Bin 17005 -> 0 bytes boards/sounds/so/geography/ukraine.ogg | Bin 17773 -> 0 bytes boards/sounds/so/geography/united_kingdom.ogg | Bin 18585 -> 0 bytes boards/sounds/so/geography/uruguay.ogg | Bin 15217 -> 0 bytes boards/sounds/so/geography/usa.ogg | Bin 22496 -> 0 bytes boards/sounds/so/geography/venezuela.ogg | Bin 17596 -> 0 bytes boards/sounds/so/misc/README | 21 ---- boards/sounds/so/misc/awesome.ogg | Bin 25634 -> 0 bytes boards/sounds/so/misc/back.ogg | Bin 33925 -> 0 bytes boards/sounds/so/misc/by.ogg | Bin 20521 -> 0 bytes boards/sounds/so/misc/check_answer.ogg | Bin 23810 -> 0 bytes boards/sounds/so/misc/click_on_letter.ogg | Bin 29229 -> 0 bytes boards/sounds/so/misc/congratulation.ogg | Bin 19465 -> 0 bytes boards/sounds/so/misc/equal.ogg | Bin 22081 -> 0 bytes boards/sounds/so/misc/fantastic.ogg | Bin 20712 -> 0 bytes boards/sounds/so/misc/good.ogg | Bin 26825 -> 0 bytes boards/sounds/so/misc/great.ogg | Bin 28396 -> 0 bytes boards/sounds/so/misc/help.ogg | Bin 21599 -> 0 bytes boards/sounds/so/misc/level.ogg | Bin 15080 -> 0 bytes boards/sounds/so/misc/minus.ogg | Bin 23283 -> 0 bytes boards/sounds/so/misc/ok.ogg | Bin 23810 -> 0 bytes boards/sounds/so/misc/outof.ogg | Bin 24842 -> 0 bytes boards/sounds/so/misc/perfect.ogg | Bin 20712 -> 0 bytes boards/sounds/so/misc/plus.ogg | Bin 18668 -> 0 bytes boards/sounds/so/misc/quit.ogg | Bin 14609 -> 0 bytes boards/sounds/so/misc/super.ogg | Bin 18057 -> 0 bytes boards/sounds/so/misc/waytogo.ogg | Bin 26366 -> 0 bytes boards/sounds/so/misc/welcome.ogg | Bin 39753 -> 0 bytes boards/sounds/sr/alphabet/10.ogg | Bin 11304 -> 0 bytes boards/sounds/sr/alphabet/11.ogg | Bin 20241 -> 0 bytes boards/sounds/sr/alphabet/12.ogg | Bin 15041 -> 0 bytes boards/sounds/sr/alphabet/13.ogg | Bin 13332 -> 0 bytes boards/sounds/sr/alphabet/14.ogg | Bin 14833 -> 0 bytes boards/sounds/sr/alphabet/15.ogg | Bin 14235 -> 0 bytes boards/sounds/sr/alphabet/16.ogg | Bin 15072 -> 0 bytes boards/sounds/sr/alphabet/17.ogg | Bin 15016 -> 0 bytes boards/sounds/sr/alphabet/18.ogg | Bin 14802 -> 0 bytes boards/sounds/sr/alphabet/19.ogg | Bin 15738 -> 0 bytes boards/sounds/sr/alphabet/20.ogg | Bin 13086 -> 0 bytes boards/sounds/sr/alphabet/U0030.ogg | Bin 10426 -> 0 bytes boards/sounds/sr/alphabet/U0031.ogg | Bin 10139 -> 0 bytes boards/sounds/sr/alphabet/U0032.ogg | Bin 8701 -> 0 bytes boards/sounds/sr/alphabet/U0033.ogg | Bin 9142 -> 0 bytes boards/sounds/sr/alphabet/U0034.ogg | Bin 10446 -> 0 bytes boards/sounds/sr/alphabet/U0035.ogg | Bin 9426 -> 0 bytes boards/sounds/sr/alphabet/U0036.ogg | Bin 9475 -> 0 bytes boards/sounds/sr/alphabet/U0037.ogg | Bin 10448 -> 0 bytes boards/sounds/sr/alphabet/U0038.ogg | Bin 10244 -> 0 bytes boards/sounds/sr/alphabet/U0039.ogg | Bin 12544 -> 0 bytes boards/sounds/sr/alphabet/U0061.ogg | Bin 8043 -> 0 bytes boards/sounds/sr/alphabet/U0062.ogg | Bin 9127 -> 0 bytes boards/sounds/sr/alphabet/U0063.ogg | Bin 9346 -> 0 bytes boards/sounds/sr/alphabet/U0064.ogg | Bin 9404 -> 0 bytes boards/sounds/sr/alphabet/U0065.ogg | Bin 8333 -> 0 bytes boards/sounds/sr/alphabet/U0066.ogg | Bin 9264 -> 0 bytes boards/sounds/sr/alphabet/U0067.ogg | Bin 8786 -> 0 bytes boards/sounds/sr/alphabet/U0068.ogg | Bin 9103 -> 0 bytes boards/sounds/sr/alphabet/U0069.ogg | Bin 8829 -> 0 bytes boards/sounds/sr/alphabet/U006A.ogg | Bin 8708 -> 0 bytes boards/sounds/sr/alphabet/U006B.ogg | Bin 8084 -> 0 bytes boards/sounds/sr/alphabet/U006C.ogg | Bin 8985 -> 0 bytes boards/sounds/sr/alphabet/U006D.ogg | Bin 9481 -> 0 bytes boards/sounds/sr/alphabet/U006E.ogg | Bin 9329 -> 0 bytes boards/sounds/sr/alphabet/U006F.ogg | Bin 8704 -> 0 bytes boards/sounds/sr/alphabet/U0070.ogg | Bin 7607 -> 0 bytes boards/sounds/sr/alphabet/U0071.ogg | Bin 9011 -> 0 bytes boards/sounds/sr/alphabet/U0072.ogg | Bin 9232 -> 0 bytes boards/sounds/sr/alphabet/U0073.ogg | Bin 10438 -> 0 bytes boards/sounds/sr/alphabet/U0074.ogg | Bin 7915 -> 0 bytes boards/sounds/sr/alphabet/U0075.ogg | Bin 8095 -> 0 bytes boards/sounds/sr/alphabet/U0076.ogg | Bin 9287 -> 0 bytes boards/sounds/sr/alphabet/U0077.ogg | Bin 12447 -> 0 bytes boards/sounds/sr/alphabet/U0078.ogg | Bin 10861 -> 0 bytes boards/sounds/sr/alphabet/U0079.ogg | Bin 14980 -> 0 bytes boards/sounds/sr/alphabet/U007A.ogg | Bin 10362 -> 0 bytes boards/sounds/sr/alphabet/cc.ogg | Bin 9181 -> 0 bytes boards/sounds/sr/alphabet/ch.ogg | Bin 8785 -> 0 bytes boards/sounds/sr/alphabet/dj.ogg | Bin 9716 -> 0 bytes boards/sounds/sr/alphabet/dz.ogg | Bin 9213 -> 0 bytes boards/sounds/sr/alphabet/lj.ogg | Bin 9817 -> 0 bytes boards/sounds/sr/alphabet/nj.ogg | Bin 9310 -> 0 bytes boards/sounds/sr/alphabet/readme | 6 - boards/sounds/sr/alphabet/sh.ogg | Bin 9106 -> 0 bytes boards/sounds/sr/alphabet/zh.ogg | Bin 9453 -> 0 bytes boards/sounds/sr/colors/black.ogg | Bin 11245 -> 0 bytes boards/sounds/sr/colors/blue.ogg | Bin 11295 -> 0 bytes boards/sounds/sr/colors/brown.ogg | Bin 11328 -> 0 bytes boards/sounds/sr/colors/green.ogg | Bin 12100 -> 0 bytes boards/sounds/sr/colors/grey.ogg | Bin 10815 -> 0 bytes boards/sounds/sr/colors/orange.ogg | Bin 14448 -> 0 bytes boards/sounds/sr/colors/pink.ogg | Bin 11888 -> 0 bytes boards/sounds/sr/colors/purple.ogg | Bin 13446 -> 0 bytes boards/sounds/sr/colors/readme | 11 -- boards/sounds/sr/colors/red.ogg | Bin 10346 -> 0 bytes boards/sounds/sr/colors/white.ogg | Bin 11057 -> 0 bytes boards/sounds/sr/colors/yellow.ogg | Bin 12061 -> 0 bytes boards/sounds/sr/geography/alaska.ogg | Bin 12045 -> 0 bytes boards/sounds/sr/geography/albania.ogg | Bin 13477 -> 0 bytes boards/sounds/sr/geography/argentina.ogg | Bin 15107 -> 0 bytes boards/sounds/sr/geography/austria.ogg | Bin 13139 -> 0 bytes boards/sounds/sr/geography/bahamas.ogg | Bin 12183 -> 0 bytes boards/sounds/sr/geography/belarus.ogg | Bin 15593 -> 0 bytes boards/sounds/sr/geography/belgium.ogg | Bin 12592 -> 0 bytes boards/sounds/sr/geography/bolivia.ogg | Bin 14345 -> 0 bytes boards/sounds/sr/geography/bosnia_herzegovina.ogg | Bin 20329 -> 0 bytes boards/sounds/sr/geography/brazil.ogg | Bin 13644 -> 0 bytes boards/sounds/sr/geography/bulgaria.ogg | Bin 12682 -> 0 bytes boards/sounds/sr/geography/canada.ogg | Bin 16873 -> 0 bytes boards/sounds/sr/geography/chile.ogg | Bin 11012 -> 0 bytes boards/sounds/sr/geography/colombia.ogg | Bin 14141 -> 0 bytes boards/sounds/sr/geography/costa_rica.ogg | Bin 13971 -> 0 bytes boards/sounds/sr/geography/croatia.ogg | Bin 12511 -> 0 bytes boards/sounds/sr/geography/cuba.ogg | Bin 11195 -> 0 bytes boards/sounds/sr/geography/cyprus.ogg | Bin 11335 -> 0 bytes boards/sounds/sr/geography/czech.ogg | Bin 12270 -> 0 bytes boards/sounds/sr/geography/denmark.ogg | Bin 13283 -> 0 bytes boards/sounds/sr/geography/dominican_republic.ogg | Bin 22400 -> 0 bytes boards/sounds/sr/geography/ecuador.ogg | Bin 13143 -> 0 bytes boards/sounds/sr/geography/estonia.ogg | Bin 12115 -> 0 bytes boards/sounds/sr/geography/finland.ogg | Bin 14576 -> 0 bytes boards/sounds/sr/geography/france.ogg | Bin 14670 -> 0 bytes boards/sounds/sr/geography/french_guiana.ogg | Bin 21781 -> 0 bytes boards/sounds/sr/geography/germany.ogg | Bin 12379 -> 0 bytes boards/sounds/sr/geography/greece.ogg | Bin 12349 -> 0 bytes boards/sounds/sr/geography/greenland.ogg | Bin 15222 -> 0 bytes boards/sounds/sr/geography/guatemala.ogg | Bin 16197 -> 0 bytes boards/sounds/sr/geography/guyana.ogg | Bin 13350 -> 0 bytes boards/sounds/sr/geography/haiti.ogg | Bin 13750 -> 0 bytes boards/sounds/sr/geography/honduras.ogg | Bin 14247 -> 0 bytes boards/sounds/sr/geography/hungary.ogg | Bin 14407 -> 0 bytes boards/sounds/sr/geography/iceland.ogg | Bin 12523 -> 0 bytes boards/sounds/sr/geography/ireland.ogg | Bin 13177 -> 0 bytes boards/sounds/sr/geography/italy.ogg | Bin 12446 -> 0 bytes boards/sounds/sr/geography/jamaica.ogg | Bin 13674 -> 0 bytes boards/sounds/sr/geography/latvia.ogg | Bin 15598 -> 0 bytes boards/sounds/sr/geography/lithuania.ogg | Bin 13854 -> 0 bytes boards/sounds/sr/geography/luxembourg.ogg | Bin 19112 -> 0 bytes boards/sounds/sr/geography/macedonia.ogg | Bin 15500 -> 0 bytes boards/sounds/sr/geography/mexico.ogg | Bin 13137 -> 0 bytes boards/sounds/sr/geography/moldova.ogg | Bin 15757 -> 0 bytes boards/sounds/sr/geography/montenegro.ogg | Bin 13854 -> 0 bytes boards/sounds/sr/geography/netherland.ogg | Bin 15681 -> 0 bytes boards/sounds/sr/geography/nicaragua.ogg | Bin 15270 -> 0 bytes boards/sounds/sr/geography/norway.ogg | Bin 12879 -> 0 bytes boards/sounds/sr/geography/panama.ogg | Bin 11600 -> 0 bytes boards/sounds/sr/geography/paraguay.ogg | Bin 11577 -> 0 bytes boards/sounds/sr/geography/peru.ogg | Bin 9941 -> 0 bytes boards/sounds/sr/geography/poland.ogg | Bin 12707 -> 0 bytes boards/sounds/sr/geography/portugal.ogg | Bin 14281 -> 0 bytes boards/sounds/sr/geography/readme | 68 -------------- boards/sounds/sr/geography/romania.ogg | Bin 13975 -> 0 bytes boards/sounds/sr/geography/russia.ogg | Bin 11953 -> 0 bytes boards/sounds/sr/geography/salvador.ogg | Bin 18075 -> 0 bytes boards/sounds/sr/geography/serbia.ogg | Bin 12155 -> 0 bytes boards/sounds/sr/geography/serbia_montenegro.ogg | Bin 20324 -> 0 bytes boards/sounds/sr/geography/slovakia.ogg | Bin 14187 -> 0 bytes boards/sounds/sr/geography/slovenia.ogg | Bin 14860 -> 0 bytes boards/sounds/sr/geography/spain.ogg | Bin 13591 -> 0 bytes boards/sounds/sr/geography/suriname.ogg | Bin 13572 -> 0 bytes boards/sounds/sr/geography/sweden.ogg | Bin 14860 -> 0 bytes boards/sounds/sr/geography/switz.ogg | Bin 15286 -> 0 bytes boards/sounds/sr/geography/turkey.ogg | Bin 13103 -> 0 bytes boards/sounds/sr/geography/ukraine.ogg | Bin 12714 -> 0 bytes boards/sounds/sr/geography/united_kingdom.ogg | Bin 19278 -> 0 bytes boards/sounds/sr/geography/uruguay.ogg | Bin 12816 -> 0 bytes boards/sounds/sr/geography/usa.ogg | Bin 29034 -> 0 bytes boards/sounds/sr/geography/venezuela.ogg | Bin 15374 -> 0 bytes boards/sounds/sr/misc/awesome.ogg | Bin 13880 -> 0 bytes boards/sounds/sr/misc/back.ogg | Bin 13905 -> 0 bytes boards/sounds/sr/misc/by.ogg | Bin 22542 -> 0 bytes boards/sounds/sr/misc/check_answer.ogg | Bin 15194 -> 0 bytes boards/sounds/sr/misc/click_on_letter.ogg | Bin 16703 -> 0 bytes boards/sounds/sr/misc/congratulation.ogg | Bin 13574 -> 0 bytes boards/sounds/sr/misc/equal.ogg | Bin 15467 -> 0 bytes boards/sounds/sr/misc/fantastic.ogg | Bin 15925 -> 0 bytes boards/sounds/sr/misc/good.ogg | Bin 11157 -> 0 bytes boards/sounds/sr/misc/great.ogg | Bin 12319 -> 0 bytes boards/sounds/sr/misc/help.ogg | Bin 11570 -> 0 bytes boards/sounds/sr/misc/level.ogg | Bin 10744 -> 0 bytes boards/sounds/sr/misc/minus.ogg | Bin 11229 -> 0 bytes boards/sounds/sr/misc/ok.ogg | Bin 11279 -> 0 bytes boards/sounds/sr/misc/outof.ogg | Bin 10289 -> 0 bytes boards/sounds/sr/misc/perfect.ogg | Bin 13630 -> 0 bytes boards/sounds/sr/misc/plus.ogg | Bin 9484 -> 0 bytes boards/sounds/sr/misc/quit.ogg | Bin 12736 -> 0 bytes boards/sounds/sr/misc/readme | 21 ---- boards/sounds/sr/misc/super.ogg | Bin 14387 -> 0 bytes boards/sounds/sr/misc/waytogo.ogg | Bin 14801 -> 0 bytes boards/sounds/sr/misc/welcome.ogg | Bin 24837 -> 0 bytes boards/sounds/sv/alphabet/10.ogg | Bin 24367 -> 0 bytes boards/sounds/sv/alphabet/11.ogg | Bin 25393 -> 0 bytes boards/sounds/sv/alphabet/12.ogg | Bin 19733 -> 0 bytes boards/sounds/sv/alphabet/13.ogg | Bin 27596 -> 0 bytes boards/sounds/sv/alphabet/14.ogg | Bin 27182 -> 0 bytes boards/sounds/sv/alphabet/15.ogg | Bin 24022 -> 0 bytes boards/sounds/sv/alphabet/16.ogg | Bin 27535 -> 0 bytes boards/sounds/sv/alphabet/17.ogg | Bin 25309 -> 0 bytes boards/sounds/sv/alphabet/18.ogg | Bin 28509 -> 0 bytes boards/sounds/sv/alphabet/19.ogg | Bin 18789 -> 0 bytes boards/sounds/sv/alphabet/20.ogg | Bin 21878 -> 0 bytes boards/sounds/sv/alphabet/README | 50 ---------- boards/sounds/sv/alphabet/U0030.ogg | Bin 23384 -> 0 bytes boards/sounds/sv/alphabet/U0031.ogg | Bin 28605 -> 0 bytes boards/sounds/sv/alphabet/U0032.ogg | Bin 22627 -> 0 bytes boards/sounds/sv/alphabet/U0033.ogg | Bin 19012 -> 0 bytes boards/sounds/sv/alphabet/U0034.ogg | Bin 16547 -> 0 bytes boards/sounds/sv/alphabet/U0035.ogg | Bin 14689 -> 0 bytes boards/sounds/sv/alphabet/U0036.ogg | Bin 22263 -> 0 bytes boards/sounds/sv/alphabet/U0037.ogg | Bin 18051 -> 0 bytes boards/sounds/sv/alphabet/U0038.ogg | Bin 28828 -> 0 bytes boards/sounds/sv/alphabet/U0039.ogg | Bin 15747 -> 0 bytes boards/sounds/sv/alphabet/U0061.ogg | Bin 23522 -> 0 bytes boards/sounds/sv/alphabet/U0062.ogg | Bin 21952 -> 0 bytes boards/sounds/sv/alphabet/U0063.ogg | Bin 18922 -> 0 bytes boards/sounds/sv/alphabet/U0064.ogg | Bin 21112 -> 0 bytes boards/sounds/sv/alphabet/U0065.ogg | Bin 12269 -> 0 bytes boards/sounds/sv/alphabet/U0066.ogg | Bin 15561 -> 0 bytes boards/sounds/sv/alphabet/U0067.ogg | Bin 23222 -> 0 bytes boards/sounds/sv/alphabet/U0068.ogg | Bin 25276 -> 0 bytes boards/sounds/sv/alphabet/U0069.ogg | Bin 21559 -> 0 bytes boards/sounds/sv/alphabet/U006A.ogg | Bin 15768 -> 0 bytes boards/sounds/sv/alphabet/U006B.ogg | Bin 18115 -> 0 bytes boards/sounds/sv/alphabet/U006C.ogg | Bin 21475 -> 0 bytes boards/sounds/sv/alphabet/U006D.ogg | Bin 26296 -> 0 bytes boards/sounds/sv/alphabet/U006E.ogg | Bin 24122 -> 0 bytes boards/sounds/sv/alphabet/U006F.ogg | Bin 19550 -> 0 bytes boards/sounds/sv/alphabet/U0070.ogg | Bin 14976 -> 0 bytes boards/sounds/sv/alphabet/U0071.ogg | Bin 23498 -> 0 bytes boards/sounds/sv/alphabet/U0072.ogg | Bin 22605 -> 0 bytes boards/sounds/sv/alphabet/U0073.ogg | Bin 21443 -> 0 bytes boards/sounds/sv/alphabet/U0074.ogg | Bin 28248 -> 0 bytes boards/sounds/sv/alphabet/U0075.ogg | Bin 24063 -> 0 bytes boards/sounds/sv/alphabet/U0076.ogg | Bin 24782 -> 0 bytes boards/sounds/sv/alphabet/U0078.ogg | Bin 31297 -> 0 bytes boards/sounds/sv/alphabet/U0079.ogg | Bin 22336 -> 0 bytes boards/sounds/sv/alphabet/U007A.ogg | Bin 26193 -> 0 bytes boards/sounds/sv/alphabet/U00E4.ogg | Bin 25649 -> 0 bytes boards/sounds/sv/alphabet/U00E5.ogg | Bin 24304 -> 0 bytes boards/sounds/sv/alphabet/U00F6.ogg | Bin 17659 -> 0 bytes boards/sounds/sv/colors/README | 11 -- boards/sounds/sv/colors/black.ogg | Bin 35274 -> 0 bytes boards/sounds/sv/colors/blue.ogg | Bin 23740 -> 0 bytes boards/sounds/sv/colors/brown.ogg | Bin 23814 -> 0 bytes boards/sounds/sv/colors/green.ogg | Bin 22248 -> 0 bytes boards/sounds/sv/colors/grey.ogg | Bin 20022 -> 0 bytes boards/sounds/sv/colors/orange.ogg | Bin 21054 -> 0 bytes boards/sounds/sv/colors/pink.ogg | Bin 20643 -> 0 bytes boards/sounds/sv/colors/purple.ogg | Bin 22505 -> 0 bytes boards/sounds/sv/colors/red.ogg | Bin 19730 -> 0 bytes boards/sounds/sv/colors/white.ogg | Bin 23975 -> 0 bytes boards/sounds/sv/colors/yellow.ogg | Bin 24268 -> 0 bytes boards/sounds/sv/geography/README | 75 --------------- boards/sounds/sv/geography/africa.ogg | Bin 17433 -> 0 bytes boards/sounds/sv/geography/alaska.ogg | Bin 30910 -> 0 bytes boards/sounds/sv/geography/albania.ogg | Bin 22567 -> 0 bytes boards/sounds/sv/geography/america.ogg | Bin 15891 -> 0 bytes boards/sounds/sv/geography/antartica.ogg | Bin 17702 -> 0 bytes boards/sounds/sv/geography/argentina.ogg | Bin 23300 -> 0 bytes boards/sounds/sv/geography/asia.ogg | Bin 17436 -> 0 bytes boards/sounds/sv/geography/austria.ogg | Bin 29523 -> 0 bytes boards/sounds/sv/geography/bahamas.ogg | Bin 23514 -> 0 bytes boards/sounds/sv/geography/belarus.ogg | Bin 33000 -> 0 bytes boards/sounds/sv/geography/belgium.ogg | Bin 24674 -> 0 bytes boards/sounds/sv/geography/bolivia.ogg | Bin 22063 -> 0 bytes boards/sounds/sv/geography/bosnia_herzegovina.ogg | Bin 29896 -> 0 bytes boards/sounds/sv/geography/brazil.ogg | Bin 22301 -> 0 bytes boards/sounds/sv/geography/bulgaria.ogg | Bin 20727 -> 0 bytes boards/sounds/sv/geography/canada.ogg | Bin 24018 -> 0 bytes boards/sounds/sv/geography/chile.ogg | Bin 19243 -> 0 bytes boards/sounds/sv/geography/colombia.ogg | Bin 19552 -> 0 bytes boards/sounds/sv/geography/costa_rica.ogg | Bin 41105 -> 0 bytes boards/sounds/sv/geography/croatia.ogg | Bin 25681 -> 0 bytes boards/sounds/sv/geography/cuba.ogg | Bin 21417 -> 0 bytes boards/sounds/sv/geography/cyprus.ogg | Bin 23846 -> 0 bytes boards/sounds/sv/geography/czech.ogg | Bin 30530 -> 0 bytes boards/sounds/sv/geography/denmark.ogg | Bin 23425 -> 0 bytes boards/sounds/sv/geography/dominican_republic.ogg | Bin 45248 -> 0 bytes boards/sounds/sv/geography/ecuador.ogg | Bin 30066 -> 0 bytes boards/sounds/sv/geography/estonia.ogg | Bin 36502 -> 0 bytes boards/sounds/sv/geography/europe.ogg | Bin 16924 -> 0 bytes boards/sounds/sv/geography/finland.ogg | Bin 23410 -> 0 bytes boards/sounds/sv/geography/france.ogg | Bin 22291 -> 0 bytes boards/sounds/sv/geography/french_guiana.ogg | Bin 30531 -> 0 bytes boards/sounds/sv/geography/germany.ogg | Bin 26558 -> 0 bytes boards/sounds/sv/geography/greece.ogg | Bin 25493 -> 0 bytes boards/sounds/sv/geography/greenland.ogg | Bin 31589 -> 0 bytes boards/sounds/sv/geography/guatemala.ogg | Bin 30212 -> 0 bytes boards/sounds/sv/geography/guyana.ogg | Bin 17930 -> 0 bytes boards/sounds/sv/geography/haiti.ogg | Bin 31439 -> 0 bytes boards/sounds/sv/geography/honduras.ogg | Bin 27554 -> 0 bytes boards/sounds/sv/geography/hungary.ogg | Bin 36704 -> 0 bytes boards/sounds/sv/geography/iceland.ogg | Bin 23979 -> 0 bytes boards/sounds/sv/geography/ireland.ogg | Bin 24008 -> 0 bytes boards/sounds/sv/geography/italy.ogg | Bin 25507 -> 0 bytes boards/sounds/sv/geography/jamaica.ogg | Bin 28924 -> 0 bytes boards/sounds/sv/geography/latvia.ogg | Bin 41331 -> 0 bytes boards/sounds/sv/geography/lithuania.ogg | Bin 26938 -> 0 bytes boards/sounds/sv/geography/luxembourg.ogg | Bin 21911 -> 0 bytes boards/sounds/sv/geography/macedonia.ogg | Bin 35306 -> 0 bytes boards/sounds/sv/geography/mexico.ogg | Bin 26803 -> 0 bytes boards/sounds/sv/geography/moldova.ogg | Bin 39279 -> 0 bytes boards/sounds/sv/geography/netherland.ogg | Bin 29003 -> 0 bytes boards/sounds/sv/geography/nicaragua.ogg | Bin 36120 -> 0 bytes boards/sounds/sv/geography/norway.ogg | Bin 19668 -> 0 bytes boards/sounds/sv/geography/oceania.ogg | Bin 19195 -> 0 bytes boards/sounds/sv/geography/panama.ogg | Bin 32881 -> 0 bytes boards/sounds/sv/geography/paraguay.ogg | Bin 20662 -> 0 bytes boards/sounds/sv/geography/peru.ogg | Bin 25246 -> 0 bytes boards/sounds/sv/geography/poland.ogg | Bin 24663 -> 0 bytes boards/sounds/sv/geography/portugal.ogg | Bin 16402 -> 0 bytes boards/sounds/sv/geography/romania.ogg | Bin 28505 -> 0 bytes boards/sounds/sv/geography/russia.ogg | Bin 23805 -> 0 bytes boards/sounds/sv/geography/salvador.ogg | Bin 41023 -> 0 bytes boards/sounds/sv/geography/serbia_montenegro.ogg | Bin 43412 -> 0 bytes boards/sounds/sv/geography/slovakia.ogg | Bin 21724 -> 0 bytes boards/sounds/sv/geography/slovenia.ogg | Bin 28162 -> 0 bytes boards/sounds/sv/geography/spain.ogg | Bin 25268 -> 0 bytes boards/sounds/sv/geography/suriname.ogg | Bin 22328 -> 0 bytes boards/sounds/sv/geography/sweden.ogg | Bin 24260 -> 0 bytes boards/sounds/sv/geography/switz.ogg | Bin 28257 -> 0 bytes boards/sounds/sv/geography/turkey.ogg | Bin 25177 -> 0 bytes boards/sounds/sv/geography/ukraine.ogg | Bin 25788 -> 0 bytes boards/sounds/sv/geography/united_kingdom.ogg | Bin 37379 -> 0 bytes boards/sounds/sv/geography/uruguay.ogg | Bin 22639 -> 0 bytes boards/sounds/sv/geography/usa.ogg | Bin 25498 -> 0 bytes boards/sounds/sv/geography/venezuela.ogg | Bin 26686 -> 0 bytes boards/sounds/sv/misc/README | 22 ----- boards/sounds/sv/misc/about.ogg | Bin 16653 -> 0 bytes boards/sounds/sv/misc/awesome.ogg | Bin 28641 -> 0 bytes boards/sounds/sv/misc/back.ogg | Bin 25799 -> 0 bytes boards/sounds/sv/misc/by.ogg | Bin 25162 -> 0 bytes boards/sounds/sv/misc/click_on_letter.ogg | Bin 31858 -> 0 bytes boards/sounds/sv/misc/configuration.ogg | Bin 24817 -> 0 bytes boards/sounds/sv/misc/congratulation.ogg | Bin 27598 -> 0 bytes boards/sounds/sv/misc/equal.ogg | Bin 36199 -> 0 bytes boards/sounds/sv/misc/fantastic.ogg | Bin 36627 -> 0 bytes boards/sounds/sv/misc/good.ogg | Bin 16675 -> 0 bytes boards/sounds/sv/misc/great.ogg | Bin 28070 -> 0 bytes boards/sounds/sv/misc/help.ogg | Bin 29012 -> 0 bytes boards/sounds/sv/misc/level.ogg | Bin 27120 -> 0 bytes boards/sounds/sv/misc/minus.ogg | Bin 19339 -> 0 bytes boards/sounds/sv/misc/ok.ogg | Bin 19139 -> 0 bytes boards/sounds/sv/misc/outof.ogg | Bin 25741 -> 0 bytes boards/sounds/sv/misc/perfect.ogg | Bin 26015 -> 0 bytes boards/sounds/sv/misc/plus.ogg | Bin 27235 -> 0 bytes boards/sounds/sv/misc/quit.ogg | Bin 25922 -> 0 bytes boards/sounds/sv/misc/super.ogg | Bin 21855 -> 0 bytes boards/sounds/sv/misc/waytogo.ogg | Bin 35463 -> 0 bytes boards/sounds/sv/misc/welcome.ogg | Bin 17285 -> 0 bytes boards/sounds/tr/alphabet/10.ogg | Bin 19131 -> 0 bytes boards/sounds/tr/alphabet/11.ogg | Bin 18704 -> 0 bytes boards/sounds/tr/alphabet/12.ogg | Bin 19149 -> 0 bytes boards/sounds/tr/alphabet/13.ogg | Bin 29220 -> 0 bytes boards/sounds/tr/alphabet/14.ogg | Bin 21729 -> 0 bytes boards/sounds/tr/alphabet/15.ogg | Bin 18550 -> 0 bytes boards/sounds/tr/alphabet/16.ogg | Bin 18650 -> 0 bytes boards/sounds/tr/alphabet/17.ogg | Bin 18940 -> 0 bytes boards/sounds/tr/alphabet/18.ogg | Bin 18802 -> 0 bytes boards/sounds/tr/alphabet/19.ogg | Bin 21075 -> 0 bytes boards/sounds/tr/alphabet/20.ogg | Bin 18713 -> 0 bytes boards/sounds/tr/alphabet/U0030.ogg | Bin 18556 -> 0 bytes boards/sounds/tr/alphabet/U0031.ogg | Bin 17708 -> 0 bytes boards/sounds/tr/alphabet/U0032.ogg | Bin 18492 -> 0 bytes boards/sounds/tr/alphabet/U0033.ogg | Bin 19801 -> 0 bytes boards/sounds/tr/alphabet/U0034.ogg | Bin 20118 -> 0 bytes boards/sounds/tr/alphabet/U0035.ogg | Bin 18676 -> 0 bytes boards/sounds/tr/alphabet/U0036.ogg | Bin 16476 -> 0 bytes boards/sounds/tr/alphabet/U0037.ogg | Bin 20651 -> 0 bytes boards/sounds/tr/alphabet/U0038.ogg | Bin 18874 -> 0 bytes boards/sounds/tr/alphabet/U0039.ogg | Bin 21777 -> 0 bytes boards/sounds/tr/alphabet/U0061.ogg | Bin 17522 -> 0 bytes boards/sounds/tr/alphabet/U0062.ogg | Bin 18189 -> 0 bytes boards/sounds/tr/alphabet/U0063.ogg | Bin 18496 -> 0 bytes boards/sounds/tr/alphabet/U0064.ogg | Bin 17683 -> 0 bytes boards/sounds/tr/alphabet/U0065.ogg | Bin 18043 -> 0 bytes boards/sounds/tr/alphabet/U0066.ogg | Bin 18450 -> 0 bytes boards/sounds/tr/alphabet/U0067.ogg | Bin 14527 -> 0 bytes boards/sounds/tr/alphabet/U0068.ogg | Bin 20067 -> 0 bytes boards/sounds/tr/alphabet/U0069.ogg | Bin 16596 -> 0 bytes boards/sounds/tr/alphabet/U006A.ogg | Bin 13465 -> 0 bytes boards/sounds/tr/alphabet/U006B.ogg | Bin 18338 -> 0 bytes boards/sounds/tr/alphabet/U006C.ogg | Bin 17576 -> 0 bytes boards/sounds/tr/alphabet/U006D.ogg | Bin 19006 -> 0 bytes boards/sounds/tr/alphabet/U006E.ogg | Bin 16426 -> 0 bytes boards/sounds/tr/alphabet/U006F.ogg | Bin 15031 -> 0 bytes boards/sounds/tr/alphabet/U0070.ogg | Bin 15340 -> 0 bytes boards/sounds/tr/alphabet/U0071.ogg | Bin 16065 -> 0 bytes boards/sounds/tr/alphabet/U0072.ogg | Bin 15827 -> 0 bytes boards/sounds/tr/alphabet/U0073.ogg | Bin 17833 -> 0 bytes boards/sounds/tr/alphabet/U0074.ogg | Bin 15822 -> 0 bytes boards/sounds/tr/alphabet/U0075.ogg | Bin 13245 -> 0 bytes boards/sounds/tr/alphabet/U0076.ogg | Bin 16780 -> 0 bytes boards/sounds/tr/alphabet/U0077.ogg | Bin 18779 -> 0 bytes boards/sounds/tr/alphabet/U0078.ogg | Bin 15676 -> 0 bytes boards/sounds/tr/alphabet/U0079.ogg | Bin 16736 -> 0 bytes boards/sounds/tr/alphabet/U007A.ogg | Bin 17722 -> 0 bytes boards/sounds/tr/colors/black.ogg | Bin 18406 -> 0 bytes boards/sounds/tr/colors/blue.ogg | Bin 17356 -> 0 bytes boards/sounds/tr/colors/brown.ogg | Bin 20630 -> 0 bytes boards/sounds/tr/colors/green.ogg | Bin 17888 -> 0 bytes boards/sounds/tr/colors/grey.ogg | Bin 16298 -> 0 bytes boards/sounds/tr/colors/orange.ogg | Bin 21115 -> 0 bytes boards/sounds/tr/colors/pink.ogg | Bin 16823 -> 0 bytes boards/sounds/tr/colors/purple.ogg | Bin 15654 -> 0 bytes boards/sounds/tr/colors/red.ogg | Bin 17865 -> 0 bytes boards/sounds/tr/colors/white.ogg | Bin 20019 -> 0 bytes boards/sounds/tr/colors/yellow.ogg | Bin 18649 -> 0 bytes boards/sounds/tr/geography/africa.ogg | Bin 18793 -> 0 bytes boards/sounds/tr/geography/alaska.ogg | Bin 17874 -> 0 bytes boards/sounds/tr/geography/albania.ogg | Bin 19259 -> 0 bytes boards/sounds/tr/geography/algeria.ogg | Bin 17777 -> 0 bytes boards/sounds/tr/geography/america.ogg | Bin 22149 -> 0 bytes boards/sounds/tr/geography/angola.ogg | Bin 19502 -> 0 bytes boards/sounds/tr/geography/antartica.ogg | Bin 22342 -> 0 bytes boards/sounds/tr/geography/argentina.ogg | Bin 19533 -> 0 bytes boards/sounds/tr/geography/asia.ogg | Bin 19644 -> 0 bytes boards/sounds/tr/geography/austria.ogg | Bin 20360 -> 0 bytes boards/sounds/tr/geography/bahamas.ogg | Bin 17691 -> 0 bytes boards/sounds/tr/geography/belarus.ogg | Bin 17409 -> 0 bytes boards/sounds/tr/geography/belgium.ogg | Bin 18344 -> 0 bytes boards/sounds/tr/geography/benin.ogg | Bin 16772 -> 0 bytes boards/sounds/tr/geography/bolivia.ogg | Bin 19054 -> 0 bytes boards/sounds/tr/geography/bosnia_herzegovina.ogg | Bin 21530 -> 0 bytes boards/sounds/tr/geography/botswana.ogg | Bin 18261 -> 0 bytes boards/sounds/tr/geography/brazil.ogg | Bin 19062 -> 0 bytes boards/sounds/tr/geography/bulgaria.ogg | Bin 19444 -> 0 bytes boards/sounds/tr/geography/burkina.ogg | Bin 20969 -> 0 bytes boards/sounds/tr/geography/burundi.ogg | Bin 18147 -> 0 bytes boards/sounds/tr/geography/cameroon.ogg | Bin 19951 -> 0 bytes boards/sounds/tr/geography/canada.ogg | Bin 19058 -> 0 bytes .../tr/geography/central_african_republic.ogg | Bin 28057 -> 0 bytes boards/sounds/tr/geography/chad.ogg | Bin 17971 -> 0 bytes boards/sounds/tr/geography/chile.ogg | Bin 22164 -> 0 bytes boards/sounds/tr/geography/colombia.ogg | Bin 18396 -> 0 bytes boards/sounds/tr/geography/congo.ogg | Bin 17315 -> 0 bytes boards/sounds/tr/geography/costa_rica.ogg | Bin 21186 -> 0 bytes boards/sounds/tr/geography/croatia.ogg | Bin 18983 -> 0 bytes boards/sounds/tr/geography/cuba.ogg | Bin 17357 -> 0 bytes boards/sounds/tr/geography/cyprus.ogg | Bin 17102 -> 0 bytes boards/sounds/tr/geography/czech.ogg | Bin 20760 -> 0 bytes boards/sounds/tr/geography/denmark.ogg | Bin 19405 -> 0 bytes boards/sounds/tr/geography/djibouti.ogg | Bin 20054 -> 0 bytes boards/sounds/tr/geography/dominican_republic.ogg | Bin 22243 -> 0 bytes boards/sounds/tr/geography/ecuador.ogg | Bin 19991 -> 0 bytes boards/sounds/tr/geography/egypt.ogg | Bin 21346 -> 0 bytes boards/sounds/tr/geography/equatorial_guinea.ogg | Bin 24938 -> 0 bytes boards/sounds/tr/geography/eritrea.ogg | Bin 20097 -> 0 bytes boards/sounds/tr/geography/estonia.ogg | Bin 22526 -> 0 bytes boards/sounds/tr/geography/ethiopia.ogg | Bin 20867 -> 0 bytes boards/sounds/tr/geography/europe.ogg | Bin 18932 -> 0 bytes boards/sounds/tr/geography/finland.ogg | Bin 16657 -> 0 bytes boards/sounds/tr/geography/france.ogg | Bin 19016 -> 0 bytes boards/sounds/tr/geography/french_guiana.ogg | Bin 22003 -> 0 bytes boards/sounds/tr/geography/gabon.ogg | Bin 16096 -> 0 bytes boards/sounds/tr/geography/gambia.ogg | Bin 18780 -> 0 bytes boards/sounds/tr/geography/germany.ogg | Bin 16727 -> 0 bytes boards/sounds/tr/geography/ghana.ogg | Bin 16341 -> 0 bytes boards/sounds/tr/geography/greece.ogg | Bin 20005 -> 0 bytes boards/sounds/tr/geography/greenland.ogg | Bin 23666 -> 0 bytes boards/sounds/tr/geography/guatemala.ogg | Bin 19283 -> 0 bytes boards/sounds/tr/geography/guinea.ogg | Bin 18109 -> 0 bytes boards/sounds/tr/geography/guinea_bissau.ogg | Bin 20724 -> 0 bytes boards/sounds/tr/geography/guyana.ogg | Bin 16236 -> 0 bytes boards/sounds/tr/geography/haiti.ogg | Bin 17984 -> 0 bytes boards/sounds/tr/geography/honduras.ogg | Bin 17475 -> 0 bytes boards/sounds/tr/geography/hungary.ogg | Bin 19848 -> 0 bytes boards/sounds/tr/geography/iceland.ogg | Bin 18071 -> 0 bytes boards/sounds/tr/geography/ireland.ogg | Bin 17724 -> 0 bytes boards/sounds/tr/geography/italy.ogg | Bin 19421 -> 0 bytes boards/sounds/tr/geography/ivory_coast.ogg | Bin 24110 -> 0 bytes boards/sounds/tr/geography/jamaica.ogg | Bin 18534 -> 0 bytes boards/sounds/tr/geography/kenya.ogg | Bin 18464 -> 0 bytes boards/sounds/tr/geography/latvia.ogg | Bin 15703 -> 0 bytes boards/sounds/tr/geography/lesotho.ogg | Bin 19288 -> 0 bytes boards/sounds/tr/geography/liberia.ogg | Bin 19926 -> 0 bytes boards/sounds/tr/geography/libya.ogg | Bin 17953 -> 0 bytes boards/sounds/tr/geography/lithuania.ogg | Bin 18619 -> 0 bytes boards/sounds/tr/geography/luxembourg.ogg | Bin 18340 -> 0 bytes boards/sounds/tr/geography/macedonia.ogg | Bin 18105 -> 0 bytes boards/sounds/tr/geography/madagascar.ogg | Bin 22659 -> 0 bytes boards/sounds/tr/geography/malawi.ogg | Bin 16533 -> 0 bytes boards/sounds/tr/geography/mali.ogg | Bin 18337 -> 0 bytes boards/sounds/tr/geography/mauritania.ogg | Bin 19054 -> 0 bytes boards/sounds/tr/geography/mexico.ogg | Bin 16554 -> 0 bytes boards/sounds/tr/geography/moldova.ogg | Bin 16741 -> 0 bytes boards/sounds/tr/geography/moroco.ogg | Bin 15932 -> 0 bytes boards/sounds/tr/geography/mozambique.ogg | Bin 22216 -> 0 bytes boards/sounds/tr/geography/namibia.ogg | Bin 20488 -> 0 bytes boards/sounds/tr/geography/netherland.ogg | Bin 18812 -> 0 bytes boards/sounds/tr/geography/nicaragua.ogg | Bin 18419 -> 0 bytes boards/sounds/tr/geography/niger.ogg | Bin 18558 -> 0 bytes boards/sounds/tr/geography/nigeria.ogg | Bin 17328 -> 0 bytes boards/sounds/tr/geography/north_america.ogg | Bin 19508 -> 0 bytes boards/sounds/tr/geography/norway.ogg | Bin 16780 -> 0 bytes boards/sounds/tr/geography/oceania.ogg | Bin 24325 -> 0 bytes boards/sounds/tr/geography/panama.ogg | Bin 17057 -> 0 bytes boards/sounds/tr/geography/paraguay.ogg | Bin 17883 -> 0 bytes boards/sounds/tr/geography/peru.ogg | Bin 14363 -> 0 bytes boards/sounds/tr/geography/poland.ogg | Bin 15857 -> 0 bytes boards/sounds/tr/geography/portugal.ogg | Bin 16479 -> 0 bytes boards/sounds/tr/geography/republic_of_congo.ogg | Bin 23398 -> 0 bytes boards/sounds/tr/geography/romania.ogg | Bin 16129 -> 0 bytes boards/sounds/tr/geography/russia.ogg | Bin 13702 -> 0 bytes boards/sounds/tr/geography/rwanda.ogg | Bin 15533 -> 0 bytes boards/sounds/tr/geography/salvador.ogg | Bin 16783 -> 0 bytes boards/sounds/tr/geography/senegal.ogg | Bin 19830 -> 0 bytes boards/sounds/tr/geography/serbia_montenegro.ogg | Bin 21734 -> 0 bytes boards/sounds/tr/geography/sierra_leone.ogg | Bin 18976 -> 0 bytes boards/sounds/tr/geography/slovakia.ogg | Bin 18690 -> 0 bytes boards/sounds/tr/geography/slovenia.ogg | Bin 20852 -> 0 bytes boards/sounds/tr/geography/somalia.ogg | Bin 16575 -> 0 bytes boards/sounds/tr/geography/soudan.ogg | Bin 18719 -> 0 bytes boards/sounds/tr/geography/south_africa.ogg | Bin 22300 -> 0 bytes boards/sounds/tr/geography/south_america.ogg | Bin 22682 -> 0 bytes boards/sounds/tr/geography/spain.ogg | Bin 15804 -> 0 bytes boards/sounds/tr/geography/suriname.ogg | Bin 15492 -> 0 bytes boards/sounds/tr/geography/swaziland.ogg | Bin 19477 -> 0 bytes boards/sounds/tr/geography/sweden.ogg | Bin 15035 -> 0 bytes boards/sounds/tr/geography/switz.ogg | Bin 14279 -> 0 bytes boards/sounds/tr/geography/tanzania.ogg | Bin 17578 -> 0 bytes boards/sounds/tr/geography/togo.ogg | Bin 20189 -> 0 bytes boards/sounds/tr/geography/tunisia.ogg | Bin 17098 -> 0 bytes boards/sounds/tr/geography/turkey.ogg | Bin 19486 -> 0 bytes boards/sounds/tr/geography/uganda.ogg | Bin 18620 -> 0 bytes boards/sounds/tr/geography/ukraine.ogg | Bin 15595 -> 0 bytes boards/sounds/tr/geography/united_kingdom.ogg | Bin 18344 -> 0 bytes boards/sounds/tr/geography/uruguay.ogg | Bin 15848 -> 0 bytes boards/sounds/tr/geography/usa.ogg | Bin 23513 -> 0 bytes boards/sounds/tr/geography/venezuela.ogg | Bin 19752 -> 0 bytes boards/sounds/tr/geography/zambia.ogg | Bin 17138 -> 0 bytes boards/sounds/tr/geography/zimbabwe.ogg | Bin 18396 -> 0 bytes boards/sounds/tr/misc/about.ogg | Bin 22377 -> 0 bytes boards/sounds/tr/misc/awesome.ogg | Bin 17240 -> 0 bytes boards/sounds/tr/misc/back.ogg | Bin 16181 -> 0 bytes boards/sounds/tr/misc/by.ogg | Bin 21955 -> 0 bytes boards/sounds/tr/misc/check_answer.ogg | Bin 24890 -> 0 bytes boards/sounds/tr/misc/click_on_letter.ogg | Bin 26293 -> 0 bytes boards/sounds/tr/misc/configuration.ogg | Bin 20960 -> 0 bytes boards/sounds/tr/misc/congratulation.ogg | Bin 20492 -> 0 bytes boards/sounds/tr/misc/equal.ogg | Bin 25159 -> 0 bytes boards/sounds/tr/misc/fantastic.ogg | Bin 20647 -> 0 bytes boards/sounds/tr/misc/good.ogg | Bin 17240 -> 0 bytes boards/sounds/tr/misc/great.ogg | Bin 19761 -> 0 bytes boards/sounds/tr/misc/help.ogg | Bin 17286 -> 0 bytes boards/sounds/tr/misc/level.ogg | Bin 18674 -> 0 bytes boards/sounds/tr/misc/minus.ogg | Bin 18371 -> 0 bytes boards/sounds/tr/misc/ok.ogg | Bin 16056 -> 0 bytes boards/sounds/tr/misc/outof.ogg | Bin 18783 -> 0 bytes boards/sounds/tr/misc/perfect.ogg | Bin 18922 -> 0 bytes boards/sounds/tr/misc/plus.ogg | Bin 18790 -> 0 bytes boards/sounds/tr/misc/quit.ogg | Bin 17530 -> 0 bytes boards/sounds/tr/misc/super.ogg | Bin 19100 -> 0 bytes boards/sounds/tr/misc/waytogo.ogg | Bin 25646 -> 0 bytes boards/sounds/tr/misc/welcome.ogg | Bin 20828 -> 0 bytes 3552 files changed, 0 insertions(+), 2347 deletions(-) commit adbf162f0c6e14304668aea65da0ac5b0f04ca9a Author: Bruno Coudoin Date: Wed Aug 22 00:07:50 2007 +0000 Forgot to commit that one, updated to work from any directory. works on Sugar. svn path=/branches/gcomprixo/; revision=2901 src/crane-activity/runit.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 1940c563c934b7c3ef228a8760790c3e3374e50f Author: Bruno Coudoin Date: Tue Aug 21 22:40:33 2007 +0000 Improved the per activity startup script, it now works when run from any directory. The bundleit script now works out of the box (except python activities) svn path=/branches/gcomprixo/; revision=2900 ChangeLog | 121 ++++++++++++++++++++ src/administration-activity/runit.sh | 15 ++- src/advanced_colors-activity/runit.sh | 15 ++- src/algebra_by-activity/runit.sh | 15 ++- src/algebra_guesscount-activity/runit.sh | 15 ++- src/algebra_minus-activity/runit.sh | 15 ++- src/algebra_plus-activity/runit.sh | 15 ++- src/algorithm-activity/runit.sh | 15 ++- src/anim-activity/runit.sh | 15 ++- src/awele-activity/runit.sh | 15 ++- src/babymatch-activity/runit.sh | 15 ++- src/babyshapes-activity/runit.sh | 15 ++- src/ballcatch-activity/runit.sh | 15 ++- src/bargame-activity/runit.sh | 15 ++- src/billard-activity/runit.sh | 15 ++- src/canal_lock-activity/runit.sh | 15 ++- src/chat-activity/runit.sh | 15 ++- src/chess_computer-activity/runit.sh | 15 ++- src/chess_movelearn-activity/runit.sh | 15 ++- src/chess_partyend-activity/runit.sh | 15 ++- src/chronos-activity/runit.sh | 15 ++- src/click_on_letter-activity/runit.sh | 15 ++- src/clickanddraw-activity/runit.sh | 17 ++- src/clickgame-activity/runit.sh | 15 ++- src/clockgame-activity/runit.sh | 15 ++- src/colors-activity/runit.sh | 15 ++- src/connect4-2players-activity/runit.sh | 15 ++- src/connect4-activity/runit.sh | 15 ++- src/crane-activity/runit.sh | 13 ++- src/doubleentry-activity/runit.sh | 15 ++- src/draw-activity/runit.sh | 15 ++- src/drawnumber-activity/runit.sh | 15 ++- src/electric-activity/runit.sh | 15 ++- src/enumerate-activity/runit.sh | 15 ++- src/erase-activity/runit.sh | 15 ++- src/erase_clic-activity/runit.sh | 15 ++- src/fifteen-activity/runit.sh | 15 ++- src/followline-activity/runit.sh | 15 ++- src/gcompris-instance | 2 +- src/geography-activity/runit.sh | 15 ++- src/geography_country-activity/runit.sh | 15 ++- src/gletters-activity/runit.sh | 15 ++- src/gnumch-equality-activity/runit.sh | 15 ++- src/gnumch-factors-activity/runit.sh | 17 ++- src/gnumch-inequality-activity/runit.sh | 17 ++- src/gnumch-multiples-activity/runit.sh | 17 ++- src/gnumch-primes-activity/runit.sh | 17 ++- src/guessnumber-activity/runit.sh | 15 ++- src/hanoi-activity/runit.sh | 15 ++- src/hanoi_real-activity/runit.sh | 15 ++- src/hexagon-activity/runit.sh | 15 ++- src/imageid-activity/runit.sh | 15 ++- src/imagename-activity/runit.sh | 15 ++- src/leftright-activity/runit.sh | 15 ++- src/login-activity/runit.sh | 15 ++- src/magic_hat_minus-activity/runit.sh | 15 ++- src/magic_hat_plus-activity/runit.sh | 15 ++- src/maze-activity/runit.sh | 15 ++- src/maze2DRelative-activity/runit.sh | 15 ++- src/maze3D-activity/runit.sh | 15 ++- src/mazeInvisible-activity/runit.sh | 15 ++- src/melody-activity/runit.sh | 15 ++- src/memory-activity/runit.sh | 15 ++- src/memory_add-activity/runit.sh | 15 ++- src/memory_add_minus-activity/runit.sh | 15 ++- src/memory_add_minus_mult_div-activity/runit.sh | 15 ++- .../runit.sh | 15 ++- src/memory_add_minus_tux-activity/runit.sh | 15 ++- src/memory_add_tux-activity/runit.sh | 15 ++- src/memory_div-activity/runit.sh | 15 ++- src/memory_div_tux-activity/runit.sh | 15 ++- src/memory_minus-activity/runit.sh | 15 ++- src/memory_minus_tux-activity/runit.sh | 15 ++- src/memory_mult-activity/runit.sh | 15 ++- src/memory_mult_div-activity/runit.sh | 15 ++- src/memory_mult_div_tux-activity/runit.sh | 15 ++- src/memory_mult_tux-activity/runit.sh | 15 ++- src/memory_sound-activity/runit.sh | 15 ++- src/memory_sound_tux-activity/runit.sh | 15 ++- src/memory_tux-activity/runit.sh | 15 ++- src/missing_letter-activity/runit.sh | 15 ++- src/money-activity/runit.sh | 15 ++- src/money_cents-activity/runit.sh | 15 ++- src/mosaic-activity/runit.sh | 15 ++- src/paintings-activity/runit.sh | 15 ++- src/paratrooper-activity/runit.sh | 15 ++- src/planegame-activity/runit.sh | 15 ++- src/pythontemplate-activity/runit.sh | 15 ++- src/pythontest-activity/runit.sh | 15 ++- src/railroad-activity/runit.sh | 15 ++- src/read_colors-activity/runit.sh | 15 ++- src/readingh-activity/runit.sh | 15 ++- src/readingv-activity/runit.sh | 15 ++- src/redraw-activity/runit.sh | 15 ++- src/redraw_symmetrical-activity/runit.sh | 15 ++- src/reversecount-activity/runit.sh | 15 ++- src/scalesboard-activity/runit.sh | 15 ++- src/searace-activity/runit.sh | 15 ++- src/searace1player-activity/runit.sh | 17 ++- src/smallnumbers-activity/runit.sh | 15 ++- src/smallnumbers2-activity/runit.sh | 15 ++- src/submarine-activity/runit.sh | 15 ++- src/sudoku-activity/runit.sh | 15 ++- src/superbrain-activity/runit.sh | 15 ++- src/tangram-activity/runit.sh | 15 ++- src/target-activity/runit.sh | 11 +- src/traffic-activity/runit.sh | 15 ++- src/tuxpaint-activity/runit.sh | 15 ++- src/watercycle-activity/runit.sh | 15 ++- src/wordprocessor-activity/runit.sh | 15 ++- src/wordsgame-activity/runit.sh | 15 ++- src/writing_tutor_image_match-activity/runit.sh | 15 ++- src/writing_tutor_missing_match-activity/runit.sh | 15 ++- src/writing_tutor_pattern_admin-activity/runit.sh | 15 ++- src/writing_tutor_template_match-activity/runit.sh | 15 ++- 115 files changed, 1142 insertions(+), 682 deletions(-) commit fe5c3f8e26b92e392ca1c4dd2b5b4caa2cf4eba0 Author: Bruno Coudoin Date: Wed Aug 15 23:12:14 2007 +0000 updated changelog svn path=/branches/gcomprixo/; revision=2894 ChangeLog | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) commit 18fafe5526d9fe358c701ae43e4f613bb77c8972 Author: Bruno Coudoin Date: Wed Aug 15 23:07:01 2007 +0000 Merge of trunk r2889 There is a design issue in gc_file_find_absolute(). When called twice, it doesn't work if the properties->package_data_dir if not an absolute directory. This is expecialy the case on windows and the most visible bug is that congratulations are not spoken on this platform. svn path=/branches/gcomprixo/; revision=2890 src/gcompris/gameutil.c | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit 833bd0e7c800d76743f671b3717acc040af3fe9c Author: Bruno Coudoin Date: Wed Aug 15 22:55:55 2007 +0000 Merge of r2886 on trunk. Potentially display a NULL pointer that crashes on windows. fixes bug#463961 svn path=/branches/gcomprixo/; revision=2887 src/gcompris/bonus.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 8b0cd3184e900cb3373edad70b188f716e97603f Author: Bruno Coudoin Date: Wed Aug 15 22:41:28 2007 +0000 Commit trunk r2883: GCompris was asserting when you click on the target Commit trunk r2883: GCompris was asserting when you click on the target image in missingletter activity. svn path=/branches/gcomprixo/; revision=2884 src/missing_letter-activity/missingletter.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 7c958e7a96153e1fdf415e3841574ce9663536f7 Author: Bruno Coudoin Date: Wed Aug 15 21:51:08 2007 +0000 improved by added missing dbus_g_proxy_add_signal() call. Tested on the XO, there is no more a warning but I did not saw the printf("_set_active") being triggered. I still don't know if this works. svn path=/branches/gcomprixo/; revision=2882 src/gcompris/dbus.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit ca674a740ec35ed33031be7907a36104e027eae9 Author: Bruno Coudoin Date: Wed Aug 15 21:47:55 2007 +0000 bundle script improved. There are still 2 issues, both concerning the path. One in runit.sg, the other in gcompris-instance. When run on XO, it works by including the full path in them (like /usr/share/activities/crane.activity/gcompris.bin in runit.sh). svn path=/branches/gcomprixo/; revision=2881 src/bundleit.sh | 27 +++++++++++++++------------ 1 files changed, 15 insertions(+), 12 deletions(-) commit 59153a29b5e487f141574710abcd98e5ba511a00 Author: Bruno Coudoin Date: Mon Aug 13 22:41:17 2007 +0000 Fix for Sugar, now the properties are set in the realize callback as documented in the mailing list. svn path=/branches/gcomprixo/; revision=2878 src/gcompris/gcompris.c | 52 ++++++++++++++++++++++++++++++---------------- 1 files changed, 34 insertions(+), 18 deletions(-) commit e1c096feca61de51e879766f216d70d6807135a8 Author: Bruno Coudoin Date: Mon Aug 13 22:40:22 2007 +0000 fixed a gtk runtime warning on a NULL point. svn path=/branches/gcomprixo/; revision=2877 src/crane-activity/crane.c | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) commit b347fd2ac74589720da20cecd4782ee3c0f765fe Author: Bruno Coudoin Date: Wed Jul 25 22:18:53 2007 +0000 Added support for arrow keys, tab and space instead of just the mouse for this activity svn path=/branches/gcomprixo/; revision=2870 src/crane-activity/activity/crane.xml.in | 2 +- src/crane-activity/crane.c | 197 ++++++++++++++++++++--------- 2 files changed, 137 insertions(+), 62 deletions(-) commit cc9368dd05ceee15b097d6be248fd9b6c554bac9 Author: Bruno Coudoin Date: Mon Jul 23 22:58:34 2007 +0000 Added support to create the sugar xo bundle in src/bundleit.sh It's untested yet. The xo bundle should start with activity.activity instead of activity-activity. For now you need to rename it in /usr/share/activity svn path=/branches/gcomprixo/; revision=2869 src/activity-gcompris.svg | 207 +++++++++++++++++++++++++++++++++++++++++++++ src/activity.info | 8 ++ src/bundleit.sh | 17 ++++ src/gcompris-factory | 12 +++ src/gcompris-instance | 37 ++++++++ 5 files changed, 281 insertions(+), 0 deletions(-) commit 5f527632529c0580cc0814d691cbb6fbe2386d27 Author: Bruno Coudoin Date: Sun Jul 22 23:54:29 2007 +0000 Initial support for dbus. Untested. To use it, you need to compile with dbus support using --with-dbus and run GCompris with: gcompris --sugarActivityId ANYTHING_HERE I implemented what's documented here: http://wiki.laptop.org/go/Activity_DBus_API svn path=/branches/gcomprixo/; revision=2868 configure.in | 15 ++++++++ src/gcompris/Makefile.am | 3 ++ src/gcompris/dbus.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/gc_core.h | 3 ++ src/gcompris/gcompris.c | 3 ++ 5 files changed, 108 insertions(+), 0 deletions(-) commit 9a51e88e765c42ddf3f5338604c83a92b3c6e0e9 Author: Bruno Coudoin Date: Sun Jul 22 21:58:15 2007 +0000 cleanup, removed an unused image. created a simple script to create a binary tarball for a single activity. svn path=/branches/gcomprixo/; revision=2866 boards/skins/gartoon/money-bg.jpg | Bin 16760 -> 0 bytes src/bundleit.sh | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 0 deletions(-) commit cc1e326e4ae2a5b1d08533e1d12daf70572eabab Author: Bruno Coudoin Date: Sun Jul 22 16:12:05 2007 +0000 updated svn path=/branches/gcomprixo/; revision=2865 boards/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b397fa57af21723c8ab548d4e0d8383915a3d70d Author: Bruno Coudoin Date: Sat Jul 21 17:20:35 2007 +0000 cleanup svn path=/branches/gcomprixo/; revision=2864 boards/gcompris/.cvsignore | 4 -- boards/gcompris/Makefile.am | 1 - boards/gcompris/README | 30 --------------- boards/gcompris/mimetypes/.cvsignore | 4 -- boards/gcompris/mimetypes/Makefile.am | 17 --------- boards/gcompris/mimetypes/README | 7 ---- boards/gcompris/mimetypes/icons/.cvsignore | 4 -- boards/gcompris/mimetypes/icons/gcompris+anim.png | Bin 4852 -> 0 bytes boards/gcompris/mimetypes/icons/gcompris+draw.png | Bin 3841 -> 0 bytes .../mimetypes/icons/svg+xml+javascript.png | Bin 5088 -> 0 bytes boards/gcompris/mimetypes/icons/svg+xml.png | Bin 4032 -> 0 bytes .../mimetypes/icons/wordprocessor+html.png | Bin 1455 -> 0 bytes boards/gcompris/mimetypes/mime_type.xml.in | 33 ----------------- boards/gcompris/misc/.cvsignore | 4 -- boards/gcompris/misc/README | 14 ------- boards/gcompris/misc/cocotier.png | Bin 7114 -> 0 bytes boards/mimetypes/.cvsignore | 4 ++ boards/mimetypes/Makefile.am | 17 +++++++++ boards/mimetypes/README | 7 ++++ boards/mimetypes/icons/.cvsignore | 4 ++ boards/mimetypes/icons/gcompris+anim.png | Bin 0 -> 4852 bytes boards/mimetypes/icons/gcompris+draw.png | Bin 0 -> 3841 bytes boards/mimetypes/icons/svg+xml+javascript.png | Bin 0 -> 5088 bytes boards/mimetypes/icons/svg+xml.png | Bin 0 -> 4032 bytes boards/mimetypes/icons/wordprocessor+html.png | Bin 0 -> 1455 bytes boards/mimetypes/mime_type.xml.in | 33 +++++++++++++++++ configure.in | 3 +- src/gcompris/file_selector.c | 4 +- .../resources/imagename/Makefile.am | 4 ++- .../resources/imagename/board7_0.xml.in | 38 ++++++++++++++++++++ .../resources/imagename/bottle.png | Bin 5228 -> 3564 bytes .../resources/imagename/cocotier.png | Bin 0 -> 7114 bytes 32 files changed, 109 insertions(+), 123 deletions(-) commit 57a435985c36b0d8a6df81a97ec060c56b0e8985 Author: Bruno Coudoin Date: Sat Jul 21 16:49:07 2007 +0000 cleanup svn path=/branches/gcomprixo/; revision=2863 boards/anim/animation.js | 239 ---------------------------------------------- boards/images/.cvsignore | 4 - boards/images/README | 5 - 3 files changed, 0 insertions(+), 248 deletions(-) commit 9626702ef5076d05809ad73f85b861dc282cc097 Author: Bruno Coudoin Date: Sat Jul 21 16:44:16 2007 +0000 cleanup svn path=/branches/gcomprixo/; revision=2862 boards/dataset/misc.xml | 1 - boards/gcompris/misc/plane.png | Bin 5909 -> 0 bytes boards/gcompris/misc/windflag0.png | Bin 713 -> 0 bytes boards/gcompris/misc/windflag4.png | Bin 1899 -> 0 bytes boards/images/README | 5 ----- src/algebra_by-activity/resources/algebra/README | 3 +++ .../resources/drawnumber/README | 2 ++ src/enumerate-activity/resources/enumerate/README | 3 +++ src/login-activity/resources/login/README | 3 +++ .../resources/smallnumbers/README | 3 +++ 10 files changed, 14 insertions(+), 6 deletions(-) commit 6d1c8d076a30a29773c1cdd79c7c854e432de883 Author: Bruno Coudoin Date: Sat Jul 21 16:18:07 2007 +0000 removed uncomplete activity mypaint. svn path=/branches/gcomprixo/; revision=2861 boards/mypaint/brushes/b003.myb | 24 - boards/mypaint/brushes/b003_prev.png | Bin 17822 -> 0 bytes boards/mypaint/brushes/b004.myb | 24 - boards/mypaint/brushes/b004_prev.png | Bin 17417 -> 0 bytes boards/mypaint/brushes/b008.myb | 24 - boards/mypaint/brushes/b008_prev.png | Bin 6484 -> 0 bytes boards/mypaint/brushes/b016.myb | 24 - boards/mypaint/brushes/b016_prev.png | Bin 17357 -> 0 bytes boards/mypaint/brushes/basic.myb | 24 - boards/mypaint/brushes/basic_prev.png | Bin 6626 -> 0 bytes boards/mypaint/brushes/blur.myb | 24 - boards/mypaint/brushes/blur_prev.png | Bin 17513 -> 0 bytes boards/mypaint/brushes/bulk.myb | 26 - boards/mypaint/brushes/bulk_prev.png | Bin 7800 -> 0 bytes boards/mypaint/brushes/charcoal.myb | 26 - boards/mypaint/brushes/charcoal_prev.png | Bin 18687 -> 0 bytes boards/mypaint/brushes/ink.myb | 26 - boards/mypaint/brushes/ink_prev.png | Bin 10842 -> 0 bytes boards/mypaint/brushes/loosedots.myb | 28 - boards/mypaint/brushes/loosedots_prev.png | Bin 9160 -> 0 bytes boards/mypaint/brushes/o000.myb | 26 - boards/mypaint/brushes/o000_prev.png | Bin 20494 -> 0 bytes boards/mypaint/brushes/o001.myb | 23 - boards/mypaint/brushes/o001_prev.png | Bin 24424 -> 0 bytes boards/mypaint/brushes/o005.myb | 26 - boards/mypaint/brushes/o005_prev.png | Bin 6480 -> 0 bytes boards/mypaint/brushes/o006.myb | 23 - boards/mypaint/brushes/o006_prev.png | Bin 25723 -> 0 bytes boards/mypaint/brushes/o007.myb | 26 - boards/mypaint/brushes/o007_prev.png | Bin 7023 -> 0 bytes boards/mypaint/brushes/o009.myb | 26 - boards/mypaint/brushes/o009_prev.png | Bin 21549 -> 0 bytes boards/mypaint/brushes/o011.myb | 26 - boards/mypaint/brushes/o011_prev.png | Bin 20262 -> 0 bytes boards/mypaint/brushes/o012.myb | 23 - boards/mypaint/brushes/o012_prev.png | Bin 22703 -> 0 bytes boards/mypaint/brushes/o013.myb | 23 - boards/mypaint/brushes/o013_prev.png | Bin 25484 -> 0 bytes boards/mypaint/brushes/o014.myb | 23 - boards/mypaint/brushes/o014_prev.png | Bin 27143 -> 0 bytes boards/mypaint/brushes/o015.myb | 26 - boards/mypaint/brushes/o015_prev.png | Bin 18267 -> 0 bytes boards/mypaint/brushes/o017.myb | 23 - boards/mypaint/brushes/o017_prev.png | Bin 12492 -> 0 bytes boards/mypaint/brushes/o018.myb | 23 - boards/mypaint/brushes/o018_prev.png | Bin 24269 -> 0 bytes boards/mypaint/brushes/o019.myb | 23 - boards/mypaint/brushes/o019_prev.png | Bin 18593 -> 0 bytes boards/mypaint/brushes/o020.myb | 23 - boards/mypaint/brushes/o020_prev.png | Bin 23404 -> 0 bytes boards/mypaint/brushes/o021.myb | 23 - boards/mypaint/brushes/o021_prev.png | Bin 30302 -> 0 bytes boards/mypaint/brushes/o022.myb | 23 - boards/mypaint/brushes/o022_prev.png | Bin 21571 -> 0 bytes boards/mypaint/brushes/o023.myb | 23 - boards/mypaint/brushes/o023_prev.png | Bin 20578 -> 0 bytes boards/mypaint/brushes/o024.myb | 23 - boards/mypaint/brushes/o024_prev.png | Bin 19931 -> 0 bytes boards/mypaint/brushes/o025.myb | 23 - boards/mypaint/brushes/o025_prev.png | Bin 23955 -> 0 bytes boards/mypaint/brushes/o026.myb | 23 - boards/mypaint/brushes/o026_prev.png | Bin 14084 -> 0 bytes boards/mypaint/brushes/o028.myb | 23 - boards/mypaint/brushes/o028_prev.png | Bin 23736 -> 0 bytes boards/mypaint/brushes/o029.myb | 23 - boards/mypaint/brushes/o029_prev.png | Bin 19190 -> 0 bytes boards/mypaint/brushes/o031.myb | 23 - boards/mypaint/brushes/o031_prev.png | Bin 14288 -> 0 bytes boards/mypaint/brushes/o032.myb | 23 - boards/mypaint/brushes/o032_prev.png | Bin 23151 -> 0 bytes boards/mypaint/brushes/o033.myb | 23 - boards/mypaint/brushes/o033_prev.png | Bin 20729 -> 0 bytes boards/mypaint/brushes/o036.myb | 23 - boards/mypaint/brushes/o036_prev.png | Bin 24860 -> 0 bytes boards/mypaint/brushes/o037.myb | 23 - boards/mypaint/brushes/o037_prev.png | Bin 15251 -> 0 bytes boards/mypaint/brushes/o038.myb | 23 - boards/mypaint/brushes/o038_prev.png | Bin 27082 -> 0 bytes boards/mypaint/brushes/o039.myb | 23 - boards/mypaint/brushes/o039_prev.png | Bin 20161 -> 0 bytes boards/mypaint/brushes/o041.myb | 23 - boards/mypaint/brushes/o041_prev.png | Bin 32771 -> 0 bytes boards/mypaint/brushes/o043.myb | 26 - boards/mypaint/brushes/o043_prev.png | Bin 21527 -> 0 bytes boards/mypaint/brushes/o398.myb | 26 - boards/mypaint/brushes/o398_prev.png | Bin 15846 -> 0 bytes boards/mypaint/brushes/o501.myb | 26 - boards/mypaint/brushes/o501_prev.png | Bin 13375 -> 0 bytes boards/mypaint/brushes/o512.myb | 26 - boards/mypaint/brushes/o512_prev.png | Bin 19171 -> 0 bytes boards/mypaint/brushes/o519.myb | 26 - boards/mypaint/brushes/o519_prev.png | Bin 19025 -> 0 bytes boards/mypaint/brushes/o665.myb | 26 - boards/mypaint/brushes/o665_prev.png | Bin 11031 -> 0 bytes boards/mypaint/brushes/o945.myb | 26 - boards/mypaint/brushes/o945_prev.png | Bin 19388 -> 0 bytes boards/mypaint/brushes/old_b000.myb | 23 - boards/mypaint/brushes/old_b000_prev.png | Bin 16569 -> 0 bytes boards/mypaint/brushes/old_b003.myb | 23 - boards/mypaint/brushes/old_b003_prev.png | Bin 9963 -> 0 bytes boards/mypaint/brushes/old_b004.myb | 26 - boards/mypaint/brushes/old_b004_prev.png | Bin 17072 -> 0 bytes boards/mypaint/brushes/old_b008.myb | 23 - boards/mypaint/brushes/old_b008_prev.png | Bin 15866 -> 0 bytes boards/mypaint/brushes/old_b024.myb | 23 - boards/mypaint/brushes/old_b024_prev.png | Bin 33435 -> 0 bytes boards/mypaint/brushes/order.conf | 54 -- boards/mypaint/brushes/pencil.myb | 24 - boards/mypaint/brushes/pencil_prev.png | Bin 11053 -> 0 bytes boards/mypaint/brushes/prev-template.xcf.gz | Bin 8890 -> 0 bytes boards/mypaint/brushes/s000.myb | 28 - boards/mypaint/brushes/s000_prev.png | Bin 16939 -> 0 bytes boards/mypaint/brushes/smudge.myb | 24 - boards/mypaint/brushes/smudge_prev.png | Bin 15802 -> 0 bytes configure.in | 6 - src/boards/mypaint/.cvsignore | 13 - src/boards/mypaint/COPYING | 340 ----------- src/boards/mypaint/Makefile.am | 85 --- src/boards/mypaint/PLAN | 21 - src/boards/mypaint/README | 17 - src/boards/mypaint/application.py | 165 ------ src/boards/mypaint/brush.py | 286 ---------- src/boards/mypaint/brush_dab.c | 152 ----- src/boards/mypaint/brush_dab.h | 13 - src/boards/mypaint/brushselectionwindow.py | 285 --------- src/boards/mypaint/brushsettings.py | 65 --- src/boards/mypaint/brushsettingswindow.py | 101 ---- src/boards/mypaint/caller_owns_return.py | 19 - src/boards/mypaint/colorselectionwindow.py | 153 ----- src/boards/mypaint/drawwindow.py | 459 --------------- src/boards/mypaint/functionwindow.py | 331 ----------- src/boards/mypaint/generate.py | 27 - src/boards/mypaint/gtkmybrush.c | 824 --------------------------- src/boards/mypaint/gtkmybrush.h | 107 ---- src/boards/mypaint/gtkmydrawwidget.c | 440 -------------- src/boards/mypaint/gtkmydrawwidget.h | 73 --- src/boards/mypaint/helpers.c | 201 ------- src/boards/mypaint/helpers.h | 30 - src/boards/mypaint/helpers.py | 36 -- src/boards/mypaint/infinitemydrawwidget.py | 139 ----- src/boards/mypaint/mydrawwidget.override | 18 - src/boards/mypaint/mydrawwidgetmodule.c | 21 - src/boards/mypaint/mypaint | 92 --- src/boards/mypaint/mypaint.py | 177 ------ src/boards/mypaint/rename_brushes.py | 27 - src/boards/mypaint/resu | 14 - src/boards/mypaint/surface.c | 218 ------- src/boards/mypaint/surface.h | 56 -- 148 files changed, 0 insertions(+), 6422 deletions(-) commit 815bf1ec1c74ae226d25390ec1ba2e4033612555 Author: Bruno Coudoin Date: Sat Jul 21 16:16:52 2007 +0000 Fixed geography makefiles svn path=/branches/gcomprixo/; revision=2860 .../resources/geography/continents/Makefile.am | 4 ++-- .../resources/geography_country/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 70e4a7694067d42dc31a07900490d195b80275e5 Author: Bruno Coudoin Date: Sat Jul 21 15:41:34 2007 +0000 Added missing files in the makefiles. connect4 can work installed now. svn path=/branches/gcomprixo/; revision=2859 src/connect4-activity/connect4.py | 8 ++++---- .../resources/connect4/Makefile.am | 4 +++- .../resources/watercycle/Makefile.am | 4 +++- .../resources/writing_tutor/Makefile.am | 4 +++- 4 files changed, 13 insertions(+), 7 deletions(-) commit 808ffe3d8c2ccfdef19a2a25c7da885dc43c9a89 Author: Bruno Coudoin Date: Sat Jul 21 12:39:06 2007 +0000 Youpi ! GCompris installation work again. Still need to test each activity images maybe missing. At least, connect4 does not work svn path=/branches/gcomprixo/; revision=2858 boards/README | 18 + boards/algebra_group.svg | 255 ++++++++++ boards/algebra_group.xml.in | 2 +- boards/algebramenu.svg | 100 ++++ boards/algebramenu.xml.in | 2 +- boards/ballcatch.svg | 174 +++++++ boards/book.svg | 266 +++++++++++ boards/chess.svg | 179 +++++++ boards/chess.xml.in | 2 +- boards/colors_group.xml.in | 2 +- boards/computer.svg | 500 ++++++++++++++++++++ boards/computer.xml.in | 2 +- boards/discovery.svg | 157 ++++++ boards/discovery.xml.in | 2 +- boards/ear.svg | 80 ++++ boards/experience.svg | 305 ++++++++++++ boards/experience.xml.in | 2 +- boards/experimental.xml.in | 2 +- boards/eye_colors.svg | 271 +++++++++++ boards/fun.svg | 297 ++++++++++++ boards/fun.xml.in | 2 +- boards/geometry.svg | 248 ++++++++++ boards/geometry.xml.in | 2 +- boards/gnumch.svg | 193 ++++++++ boards/gnumchmenu.xml.in | 2 +- boards/keyboard.svg | 286 +++++++++++ boards/keyboard.xml.in | 2 +- boards/math.svg | 337 +++++++++++++ boards/math.xml.in | 2 +- boards/mazeMenu.xml.in | 2 +- boards/mem_solo_calc.svg | 329 +++++++++++++ boards/mem_tux_calc.svg | 337 +++++++++++++ boards/memory_elephant.svg | 234 +++++++++ boards/memory_group.xml.in | 2 +- boards/memory_op_group.xml.in | 2 +- boards/memory_op_group_tux.xml.in | 2 +- boards/miscelaneous.svg | 129 +++++ boards/miscelaneous.xml.in | 2 +- boards/mouse.svg | 108 +++++ boards/mouse.xml.in | 2 +- boards/numeration.svg | 110 +++++ boards/numeration.xml.in | 2 +- boards/puzzle.xml.in | 2 +- boards/puzzles.svg | 411 ++++++++++++++++ boards/read_colors.svg | 171 +++++++ boards/reading.xml.in | 2 +- boards/skins/gartoon/boardicons/.cvsignore | 4 - boards/skins/gartoon/boardicons/README | 18 - boards/skins/gartoon/boardicons/algebra_group.svg | 255 ---------- boards/skins/gartoon/boardicons/algebramenu.svg | 100 ---- boards/skins/gartoon/boardicons/ballcatch.svg | 174 ------- boards/skins/gartoon/boardicons/book.svg | 266 ----------- boards/skins/gartoon/boardicons/chess.svg | 179 ------- boards/skins/gartoon/boardicons/computer.svg | 500 -------------------- boards/skins/gartoon/boardicons/discovery.svg | 157 ------ boards/skins/gartoon/boardicons/ear.svg | 80 ---- boards/skins/gartoon/boardicons/experience.svg | 305 ------------ boards/skins/gartoon/boardicons/eye_colors.svg | 271 ----------- boards/skins/gartoon/boardicons/fun.svg | 297 ------------ boards/skins/gartoon/boardicons/geometry.svg | 248 ---------- boards/skins/gartoon/boardicons/gnumch.svg | 193 -------- boards/skins/gartoon/boardicons/keyboard.svg | 286 ----------- boards/skins/gartoon/boardicons/math.svg | 337 ------------- boards/skins/gartoon/boardicons/mem_solo_calc.svg | 329 ------------- boards/skins/gartoon/boardicons/mem_tux_calc.svg | 337 ------------- .../skins/gartoon/boardicons/memory_elephant.svg | 234 --------- boards/skins/gartoon/boardicons/miscelaneous.svg | 129 ----- boards/skins/gartoon/boardicons/mouse.svg | 108 ----- boards/skins/gartoon/boardicons/numeration.svg | 110 ----- boards/skins/gartoon/boardicons/puzzles.svg | 411 ---------------- boards/skins/gartoon/boardicons/python.svg | 129 ----- boards/skins/gartoon/boardicons/read_colors.svg | 171 ------- boards/skins/gartoon/boardicons/strategy.svg | 415 ---------------- boards/skins/gartoon/boardicons/warning.svg | 86 ---- .../gartoon/boardicons/writing_tutor_tablet.png | Bin 517 -> 0 bytes boards/sound_group.xml.in | 2 +- boards/strategy.svg | 415 ++++++++++++++++ boards/strategy.xml.in | 2 +- boards/warning.svg | 86 ++++ boards/writing_tutor.xml.in | 2 +- src/advanced_colors-activity/activity/Makefile.am | 5 +- .../activity/advanced_colors.xml.in | 2 +- src/algebra_by-activity/activity/Makefile.am | 5 +- src/algebra_by-activity/activity/algebra_by.xml.in | 2 +- .../activity/Makefile.am | 5 +- .../activity/algebra_guesscount.xml.in | 2 +- src/algebra_minus-activity/activity/Makefile.am | 5 +- .../activity/algebra_minus.xml.in | 2 +- src/algebra_plus-activity/activity/Makefile.am | 5 +- .../activity/algebra_plus.xml.in | 2 +- src/algorithm-activity/activity/Makefile.am | 5 +- src/algorithm-activity/activity/algorithm.xml.in | 2 +- src/anim-activity/activity/Makefile.am | 5 +- src/anim-activity/activity/anim.xml.in | 2 +- src/awele-activity/activity/Makefile.am | 5 +- src/awele-activity/activity/awele.xml.in | 2 +- src/babymatch-activity/activity/Makefile.am | 5 +- src/babymatch-activity/activity/babymatch.xml.in | 2 +- src/babyshapes-activity/activity/Makefile.am | 5 +- src/babyshapes-activity/activity/babyshapes.xml.in | 2 +- src/ballcatch-activity/activity/Makefile.am | 5 +- src/ballcatch-activity/activity/ballcatch.xml.in | 2 +- src/bargame-activity/activity/Makefile.am | 5 +- src/bargame-activity/activity/bargame.xml.in | 2 +- src/billard-activity/activity/Makefile.am | 5 +- src/billard-activity/activity/billard.xml.in | 2 +- src/boards/menu2.c | 6 +- src/canal_lock-activity/activity/Makefile.am | 5 +- src/canal_lock-activity/activity/canal_lock.xml.in | 2 +- src/chat-activity/activity/Makefile.am | 5 +- src/chat-activity/activity/chat.xml.in | 2 +- src/chess_computer-activity/activity/Makefile.am | 5 +- .../activity/chess_computer.xml.in | 2 +- src/chess_movelearn-activity/activity/Makefile.am | 5 +- .../activity/chess_movelearn.xml.in | 2 +- src/chess_partyend-activity/activity/Makefile.am | 5 +- .../activity/chess_partyend.xml.in | 2 +- src/chronos-activity/activity/Makefile.am | 5 +- src/chronos-activity/activity/chronos.xml.in | 2 +- src/click_on_letter-activity/activity/Makefile.am | 5 +- .../activity/click_on_letter.xml.in | 2 +- src/clickanddraw-activity/activity/Makefile.am | 5 +- .../activity/clickanddraw.xml.in | 2 +- src/clickgame-activity/activity/Makefile.am | 5 +- src/clickgame-activity/activity/clickgame.xml.in | 2 +- src/clockgame-activity/activity/Makefile.am | 5 +- src/clockgame-activity/activity/clockgame.xml.in | 2 +- src/colors-activity/activity/Makefile.am | 5 +- src/colors-activity/activity/colors.xml.in | 2 +- .../activity/Makefile.am | 5 +- .../activity/connect4-2players.xml.in | 2 +- src/connect4-activity/Makefile.am | 2 +- src/connect4-activity/activity/Makefile.am | 5 +- src/connect4-activity/activity/connect4.xml.in | 2 +- src/connect4-activity/connect4.py | 3 +- src/crane-activity/activity/Makefile.am | 5 +- src/crane-activity/activity/crane.xml.in | 2 +- src/doubleentry-activity/activity/Makefile.am | 5 +- .../activity/doubleentry.xml.in | 2 +- src/draw-activity/activity/Makefile.am | 5 +- src/draw-activity/activity/draw.xml.in | 2 +- src/drawnumber-activity/activity/Makefile.am | 5 +- src/drawnumber-activity/activity/drawnumber.xml.in | 2 +- src/electric-activity/activity/Makefile.am | 5 +- src/electric-activity/activity/electric.xml.in | 2 +- src/enumerate-activity/activity/Makefile.am | 5 +- src/enumerate-activity/activity/enumerate.xml.in | 2 +- src/erase-activity/activity/Makefile.am | 5 +- src/erase-activity/activity/erase.xml.in | 2 +- src/erase_clic-activity/activity/Makefile.am | 5 +- src/erase_clic-activity/activity/erase_clic.xml.in | 2 +- src/fifteen-activity/activity/Makefile.am | 5 +- src/fifteen-activity/activity/fifteen.xml.in | 2 +- src/followline-activity/activity/Makefile.am | 5 +- src/followline-activity/activity/followline.xml.in | 2 +- src/gcompris/gcompris.c | 3 +- src/geography-activity/activity/Makefile.am | 5 + src/geography-activity/activity/geography.xml.in | 2 +- src/geography-activity/activity/globe.svg | 122 +++++ .../activity/Makefile.am | 5 +- .../activity/geography_country.xml.in | 2 +- src/geography_country-activity/activity/globe.svg | 122 ----- src/gletters-activity/activity/Makefile.am | 5 +- src/gletters-activity/activity/gletters.xml.in | 2 +- src/gnumch-equality-activity/activity/Makefile.am | 5 +- .../activity/gnumch-equality.xml.in | 2 +- src/gnumch-factors-activity/activity/Makefile.am | 5 +- .../activity/gnumch-factors.xml.in | 2 +- .../activity/Makefile.am | 5 +- .../activity/gnumch-inequality.xml.in | 2 +- src/gnumch-multiples-activity/activity/Makefile.am | 5 +- .../activity/gnumch-multiples.xml.in | 2 +- src/gnumch-primes-activity/activity/Makefile.am | 5 +- .../activity/gnumch-primes.xml.in | 2 +- src/guessnumber-activity/activity/Makefile.am | 5 +- .../activity/guessnumber.xml.in | 2 +- src/hanoi-activity/activity/Makefile.am | 5 +- src/hanoi-activity/activity/hanoi.xml.in | 2 +- src/hanoi_real-activity/activity/Makefile.am | 5 +- src/hanoi_real-activity/activity/hanoi_real.xml.in | 2 +- src/hexagon-activity/activity/Makefile.am | 5 +- src/hexagon-activity/activity/hexagon.xml.in | 2 +- src/imageid-activity/activity/Makefile.am | 5 +- src/imageid-activity/activity/imageid.xml.in | 2 +- src/imagename-activity/activity/Makefile.am | 5 +- src/imagename-activity/activity/imagename.xml.in | 2 +- src/leftright-activity/activity/Makefile.am | 5 +- src/leftright-activity/activity/leftright.xml.in | 2 +- src/magic_hat_minus-activity/activity/Makefile.am | 5 +- .../activity/magic_hat_minus.xml.in | 2 +- src/magic_hat_plus-activity/activity/Makefile.am | 5 +- .../activity/magic_hat_plus.xml.in | 2 +- src/maze-activity/activity/Makefile.am | 5 + src/maze-activity/activity/maze.svg | 128 +++++ src/maze-activity/activity/maze.xml.in | 2 +- src/maze2DRelative-activity/activity/Makefile.am | 5 +- .../activity/maze2DRelative.xml.in | 2 +- src/maze3D-activity/activity/Makefile.am | 5 +- src/maze3D-activity/activity/maze3D.xml.in | 2 +- src/mazeInvisible-activity/activity/Makefile.am | 5 +- .../activity/mazeInvisible.xml.in | 2 +- src/melody-activity/activity/Makefile.am | 5 +- src/melody-activity/activity/melody.xml.in | 2 +- src/memory-activity/activity/Makefile.am | 5 +- src/memory-activity/activity/memory.xml.in | 2 +- src/memory_add-activity/activity/Makefile.am | 5 +- src/memory_add-activity/activity/memory_add.xml.in | 2 +- src/memory_add_minus-activity/activity/Makefile.am | 5 +- .../activity/memory_add_minus.xml.in | 2 +- .../activity/Makefile.am | 5 +- .../activity/memory_add_minus_mult_div.xml.in | 2 +- .../activity/Makefile.am | 5 +- .../activity/memory_add_minus_mult_div_tux.xml.in | 2 +- .../activity/Makefile.am | 5 +- .../activity/memory_add_minus_tux.xml.in | 2 +- src/memory_add_tux-activity/activity/Makefile.am | 5 +- .../activity/memory_add_tux.xml.in | 2 +- src/memory_div-activity/activity/Makefile.am | 5 +- src/memory_div-activity/activity/memory_div.xml.in | 2 +- src/memory_div_tux-activity/activity/Makefile.am | 5 +- .../activity/memory_div_tux.xml.in | 2 +- src/memory_minus-activity/activity/Makefile.am | 5 +- .../activity/memory_minus.xml.in | 2 +- src/memory_minus_tux-activity/activity/Makefile.am | 5 +- .../activity/memory_minus_tux.xml.in | 2 +- src/memory_mult-activity/activity/Makefile.am | 5 +- .../activity/memory_mult.xml.in | 2 +- src/memory_mult_div-activity/activity/Makefile.am | 5 +- .../activity/memory_mult_div.xml.in | 2 +- .../activity/Makefile.am | 5 +- .../activity/memory_mult_div_tux.xml.in | 2 +- src/memory_mult_tux-activity/activity/Makefile.am | 5 +- .../activity/memory_mult_tux.xml.in | 2 +- src/memory_sound-activity/activity/Makefile.am | 5 +- .../activity/memory_sound.xml.in | 2 +- src/memory_sound_tux-activity/activity/Makefile.am | 5 +- .../activity/memory_sound_tux.xml.in | 2 +- src/memory_tux-activity/activity/Makefile.am | 5 +- src/memory_tux-activity/activity/memory_tux.xml.in | 2 +- src/missing_letter-activity/activity/Makefile.am | 5 +- .../activity/missing_letter.xml.in | 2 +- src/money-activity/activity/Makefile.am | 5 +- src/money-activity/activity/money.xml.in | 2 +- src/money_cents-activity/activity/Makefile.am | 5 +- .../activity/money_cents.xml.in | 2 +- src/mosaic-activity/activity/Makefile.am | 5 +- src/mosaic-activity/activity/mosaic.xml.in | 2 +- src/paintings-activity/activity/Makefile.am | 5 +- src/paintings-activity/activity/paintings.xml.in | 2 +- src/paratrooper-activity/activity/Makefile.am | 5 +- .../activity/paratrooper.xml.in | 2 +- src/planegame-activity/activity/Makefile.am | 5 +- src/planegame-activity/activity/planegame.xml.in | 2 +- src/pythontemplate-activity/activity/Makefile.am | 5 + src/pythontemplate-activity/activity/python.svg | 129 +++++ .../activity/pythontemplate.xml.in | 2 +- src/pythontest-activity/activity/Makefile.am | 5 + src/pythontest-activity/activity/python.svg | 129 +++++ src/pythontest-activity/activity/pythontest.xml.in | 2 +- src/railroad-activity/activity/Makefile.am | 5 +- src/railroad-activity/activity/railroad.xml.in | 2 +- src/read_colors-activity/activity/Makefile.am | 5 +- .../activity/read_colors.xml.in | 2 +- src/readingh-activity/activity/Makefile.am | 5 +- src/readingh-activity/activity/readingh.xml.in | 2 +- .../resources/wordsgame/Makefile.am | 1 + src/readingv-activity/activity/Makefile.am | 5 +- src/readingv-activity/activity/readingv.xml.in | 2 +- src/redraw-activity/activity/Makefile.am | 5 +- src/redraw-activity/activity/redraw.xml.in | 2 +- .../activity/Makefile.am | 5 +- .../activity/redraw_symmetrical.xml.in | 2 +- src/reversecount-activity/activity/Makefile.am | 5 +- .../activity/reversecount.xml.in | 2 +- src/scalesboard-activity/activity/Makefile.am | 5 +- .../activity/scalesboard.xml.in | 2 +- src/searace-activity/activity/Makefile.am | 5 +- src/searace-activity/activity/searace.xml.in | 2 +- src/searace1player-activity/activity/Makefile.am | 5 +- .../activity/searace1player.xml.in | 2 +- src/smallnumbers-activity/activity/Makefile.am | 5 +- .../activity/smallnumbers.xml.in | 2 +- src/smallnumbers2-activity/activity/Makefile.am | 5 +- .../activity/smallnumbers2.xml.in | 2 +- src/submarine-activity/activity/Makefile.am | 5 +- src/submarine-activity/activity/submarine.xml.in | 2 +- src/sudoku-activity/activity/Makefile.am | 5 +- src/sudoku-activity/activity/sudoku.xml.in | 2 +- src/superbrain-activity/activity/Makefile.am | 5 +- src/superbrain-activity/activity/superbrain.xml.in | 2 +- src/tangram-activity/activity/Makefile.am | 5 +- src/tangram-activity/activity/tangram.xml.in | 2 +- src/target-activity/activity/Makefile.am | 5 +- src/target-activity/activity/target.xml.in | 2 +- src/traffic-activity/activity/Makefile.am | 5 +- src/traffic-activity/activity/traffic.xml.in | 2 +- src/tuxpaint-activity/activity/Makefile.am | 5 +- src/tuxpaint-activity/activity/tuxpaint.xml.in | 2 +- src/watercycle-activity/activity/Makefile.am | 5 +- src/watercycle-activity/activity/watercycle.xml.in | 2 +- src/wordprocessor-activity/activity/Makefile.am | 5 +- .../activity/wordprocessor.xml.in | 2 +- src/wordsgame-activity/activity/Makefile.am | 5 +- src/wordsgame-activity/activity/wordsgame.xml.in | 2 +- .../activity/Makefile.am | 5 +- .../activity/writing_tutor_image_match.xml.in | 2 +- .../activity/Makefile.am | 5 +- .../activity/writing_tutor_missing_match.xml.in | 2 +- .../activity/Makefile.am | 5 +- .../activity/writing_tutor_pattern_admin.xml.in | 2 +- .../activity/Makefile.am | 6 +- .../activity/writing_tutor_template_match.xml.in | 2 +- 312 files changed, 7098 insertions(+), 6500 deletions(-) commit 5e7afd3493c997e4548ef8cb82af82f8f7dae463 Author: Bruno Coudoin Date: Fri Jul 20 22:28:40 2007 +0000 Improved the makefiles all around. Now the data images are copied when installed. Still missing the activity icons. svn path=/branches/gcomprixo/; revision=2857 configure.in | 12 +++ .../resources/advanced_colors/Makefile.am | 5 +- .../resources/algebra/Makefile.am | 5 +- .../resources/algebra_guesscount/Makefile.am | 49 ++++++----- .../resources/algorithm/Makefile.am | 21 +++-- src/awele-activity/resources/awele/Makefile.am | 5 +- .../resources/babymatch/Makefile.am | 5 +- .../resources/babyshapes/Makefile.am | 5 +- .../resources/ballcatch/Makefile.am | 5 +- src/bargame-activity/resources/bargame/Makefile.am | 5 +- src/billard-activity/resources/billard/Makefile.am | 5 +- .../resources/canal_lock/Makefile.am | 5 +- .../resources/chess/Makefile.am | 5 +- src/chronos-activity/resources/chronos/1.jpg | Bin 0 -> 4894 bytes .../resources/chronos/1955ds19.png | Bin 0 -> 30048 bytes src/chronos-activity/resources/chronos/2.jpg | Bin 0 -> 4216 bytes src/chronos-activity/resources/chronos/3.jpg | Bin 0 -> 6946 bytes src/chronos-activity/resources/chronos/4.jpg | Bin 0 -> 4589 bytes src/chronos-activity/resources/chronos/Eole.png | Bin 0 -> 23612 bytes src/chronos-activity/resources/chronos/Makefile.am | 36 ++++++++ src/chronos-activity/resources/chronos/autumn.png | Bin 0 -> 35608 bytes src/chronos-activity/resources/chronos/bell_X1.png | Bin 0 -> 22319 bytes .../resources/chronos/benz1885.png | Bin 0 -> 55442 bytes src/chronos-activity/resources/chronos/bg.jpg | Bin 0 -> 42707 bytes src/chronos-activity/resources/chronos/bleriot.png | Bin 0 -> 18543 bytes .../resources/chronos/bolle1878.png | Bin 0 -> 57405 bytes .../resources/chronos/celerifere.png | Bin 0 -> 23884 bytes .../resources/chronos/chronos-tuxtree1.png | Bin 0 -> 39667 bytes .../resources/chronos/chronos-tuxtree2.png | Bin 0 -> 40875 bytes .../resources/chronos/chronos-tuxtree3.png | Bin 0 -> 41136 bytes .../resources/chronos/chronos-tuxtree4.png | Bin 0 -> 43291 bytes src/chronos-activity/resources/chronos/fardier.png | Bin 0 -> 23970 bytes src/chronos-activity/resources/chronos/garden1.png | Bin 0 -> 22376 bytes src/chronos-activity/resources/chronos/garden2.png | Bin 0 -> 34197 bytes src/chronos-activity/resources/chronos/garden3.png | Bin 0 -> 37420 bytes src/chronos-activity/resources/chronos/garden4.png | Bin 0 -> 26911 bytes .../resources/chronos/helico_cornu.png | Bin 0 -> 31123 bytes .../resources/chronos/images/.cvsignore | 4 - .../resources/chronos/images/1955ds19.png | Bin 30048 -> 0 bytes .../resources/chronos/images/Eole.png | Bin 23612 -> 0 bytes .../resources/chronos/images/README | 6 -- .../resources/chronos/images/autumn.png | Bin 35608 -> 0 bytes .../resources/chronos/images/bell_X1.png | Bin 22319 -> 0 bytes .../resources/chronos/images/benz1885.png | Bin 55442 -> 0 bytes .../resources/chronos/images/bleriot.png | Bin 18543 -> 0 bytes .../resources/chronos/images/bolle1878.png | Bin 57405 -> 0 bytes .../resources/chronos/images/celerifere.png | Bin 23884 -> 0 bytes .../resources/chronos/images/chronos-tuxtree1.png | Bin 39667 -> 0 bytes .../resources/chronos/images/chronos-tuxtree2.png | Bin 40875 -> 0 bytes .../resources/chronos/images/chronos-tuxtree3.png | Bin 41136 -> 0 bytes .../resources/chronos/images/chronos-tuxtree4.png | Bin 43291 -> 0 bytes .../resources/chronos/images/fardier.png | Bin 23970 -> 0 bytes .../resources/chronos/images/garden1.png | Bin 22376 -> 0 bytes .../resources/chronos/images/garden2.png | Bin 34197 -> 0 bytes .../resources/chronos/images/garden3.png | Bin 37420 -> 0 bytes .../resources/chronos/images/garden4.png | Bin 26911 -> 0 bytes .../resources/chronos/images/helico_cornu.png | Bin 31123 -> 0 bytes .../resources/chronos/images/lancia1923.png | Bin 24286 -> 0 bytes .../resources/chronos/images/lindbergh.png | Bin 20658 -> 0 bytes .../resources/chronos/images/mongolfiere.png | Bin 46248 -> 0 bytes .../resources/chronos/images/rafale.png | Bin 25920 -> 0 bytes .../resources/chronos/images/renault1899.png | Bin 73065 -> 0 bytes .../resources/chronos/images/spring.png | Bin 27574 -> 0 bytes .../resources/chronos/images/st_rocket.png | Bin 34686 -> 0 bytes .../resources/chronos/images/summer.png | Bin 19629 -> 0 bytes .../resources/chronos/images/winter.png | Bin 18557 -> 0 bytes .../resources/chronos/images/wright_flyer.png | Bin 39827 -> 0 bytes .../resources/chronos/lancia1923.png | Bin 0 -> 24286 bytes .../resources/chronos/lindbergh.png | Bin 0 -> 20658 bytes .../resources/chronos/mongolfiere.png | Bin 0 -> 46248 bytes src/chronos-activity/resources/chronos/rafale.png | Bin 0 -> 25920 bytes .../resources/chronos/renault1899.png | Bin 0 -> 73065 bytes src/chronos-activity/resources/chronos/space/1.jpg | Bin 4894 -> 0 bytes src/chronos-activity/resources/chronos/space/2.jpg | Bin 4216 -> 0 bytes src/chronos-activity/resources/chronos/space/3.jpg | Bin 6946 -> 0 bytes src/chronos-activity/resources/chronos/space/4.jpg | Bin 4589 -> 0 bytes .../resources/chronos/space/bg.jpg | Bin 42707 -> 0 bytes src/chronos-activity/resources/chronos/spring.png | Bin 0 -> 27574 bytes .../resources/chronos/st_rocket.png | Bin 0 -> 34686 bytes src/chronos-activity/resources/chronos/summer.png | Bin 0 -> 19629 bytes src/chronos-activity/resources/chronos/winter.png | Bin 0 -> 18557 bytes .../resources/chronos/wright_flyer.png | Bin 0 -> 39827 bytes .../resources/click_on_letter/Makefile.am | 5 +- .../resources/clickgame/Makefile.am | 5 +- .../resources/clockgame/Makefile.am | 5 +- src/colors-activity/resources/colors/Makefile.am | 5 +- .../resources/connect4/Makefile.am | 5 +- src/crane-activity/resources/crane/Makefile.am | 5 +- .../resources/doubleentry/Makefile.am | 5 +- .../resources/drawnumber/Makefile.am | 5 +- .../resources/electric/Makefile.am | 5 +- .../resources/enumerate/Makefile.am | 5 +- src/erase-activity/resources/erase/Makefile.am | 5 +- src/fifteen-activity/resources/fifteen/Makefile.am | 5 +- .../resources/followline/Makefile.am | 5 +- .../resources/geography/Makefile.am | 1 + .../resources/geography/africa/Makefile.am | 55 ++++++++++++ .../resources/geography/afrique/Makefile.am | 44 ++++++++++ .../resources/geography/continents/Makefile.am | 11 +++ .../resources/geography/europe/Makefile.am | 44 ++++++++++ .../resources/geography/northamerica/Makefile.am | 17 ++++ .../resources/geography/southamerica/Makefile.am | 19 ++++ .../resources/geography_country/Makefile.am | 2 + .../geography_country/argentina/Makefile.am | 28 ++++++ .../geography_country/france_region/Makefile.am | 27 ++++++ .../geography_country/germany_region/Makefile.am | 37 ++++++++ .../geography_country/norway_counties/Makefile.am | 43 ++++++++++ .../poland_voivodship/Makefile.am | 21 +++++ .../geography_country/turkey_district/Makefile.am | 88 ++++++++++++++++++++ .../resources/gletters/Makefile.am | 5 +- .../resources/gnumch/Makefile.am | 5 +- .../resources/guessnumber/Makefile.am | 5 +- .../resources/hanoi_real/Makefile.am | 5 +- src/imageid-activity/resources/imageid/Makefile.am | 5 +- .../resources/imagename/Makefile.am | 7 +- .../resources/leftright/Makefile.am | 5 +- src/login-activity/resources/login/Makefile.am | 5 +- .../resources/magic_hat/Makefile.am | 5 +- src/maze-activity/resources/maze/Makefile.am | 5 +- src/melody-activity/resources/melody/Makefile.am | 5 +- src/memory-activity/resources/memory/Makefile.am | 5 +- .../resources/missing_letter/Makefile.am | 5 +- src/money-activity/resources/money/Makefile.am | 5 +- src/mosaic-activity/resources/mosaic/Makefile.am | 5 +- .../resources/paintings/Makefile.am | 50 +++++++++++ .../resources/paintings/bazille_rampart_1.jpg | Bin 0 -> 4935 bytes .../resources/paintings/bazille_rampart_2.jpg | Bin 0 -> 5116 bytes .../resources/paintings/bazille_rampart_3.jpg | Bin 0 -> 5533 bytes .../resources/paintings/bazille_rampart_4.jpg | Bin 0 -> 9692 bytes .../resources/paintings/bazille_rampart_5.jpg | Bin 0 -> 7586 bytes .../resources/paintings/bazille_rampart_6.jpg | Bin 0 -> 7199 bytes .../resources/paintings/cassat_summertime_1.jpg | Bin 0 -> 9761 bytes .../resources/paintings/cassat_summertime_2.jpg | Bin 0 -> 11310 bytes .../resources/paintings/cassat_summertime_3.jpg | Bin 0 -> 10902 bytes .../resources/paintings/cassat_summertime_4.jpg | Bin 0 -> 11518 bytes .../resources/paintings/cassat_summertime_5.jpg | Bin 0 -> 12018 bytes .../resources/paintings/cassat_summertime_6.jpg | Bin 0 -> 11611 bytes .../resources/paintings/degas_class-dance_1.png | Bin 0 -> 99134 bytes .../resources/paintings/degas_class-dance_2.png | Bin 0 -> 72874 bytes .../resources/paintings/degas_class-dance_3.png | Bin 0 -> 107180 bytes .../resources/paintings/degas_class-dance_4.png | Bin 0 -> 152443 bytes .../resources/paintings/degas_class-dance_5.png | Bin 0 -> 109590 bytes .../resources/paintings/degas_class-dance_6.png | Bin 0 -> 65572 bytes .../resources/paintings/gogh_auvert_1.jpg | Bin 0 -> 14115 bytes .../resources/paintings/gogh_auvert_2.jpg | Bin 0 -> 14042 bytes .../resources/paintings/gogh_auvert_3.jpg | Bin 0 -> 16390 bytes .../resources/paintings/gogh_auvert_4.jpg | Bin 0 -> 15062 bytes .../resources/paintings/gogh_auvert_5.jpg | Bin 0 -> 15172 bytes .../resources/paintings/gogh_auvert_6.jpg | Bin 0 -> 15296 bytes .../resources/paintings/kandinky.comp8/puzzle1.png | Bin 106202 -> 0 bytes .../resources/paintings/kandinky.comp8/puzzle2.png | Bin 116011 -> 0 bytes .../resources/paintings/kandinky.comp8/puzzle3.png | Bin 102446 -> 0 bytes .../resources/paintings/kandinky.comp8/puzzle4.png | Bin 78228 -> 0 bytes .../resources/paintings/kandinky.comp8/puzzle5.png | Bin 55961 -> 0 bytes .../resources/paintings/kandinky.comp8/puzzle6.png | Bin 100320 -> 0 bytes .../resources/paintings/kandinky.comp8/puzzle7.png | Bin 111679 -> 0 bytes .../resources/paintings/kandinky.comp8/puzzle8.png | Bin 79862 -> 0 bytes .../paintings/level1/bazille_rampart_1.jpg | Bin 4935 -> 0 bytes .../paintings/level1/bazille_rampart_2.jpg | Bin 5116 -> 0 bytes .../paintings/level1/bazille_rampart_3.jpg | Bin 5533 -> 0 bytes .../paintings/level1/bazille_rampart_4.jpg | Bin 9692 -> 0 bytes .../paintings/level1/bazille_rampart_5.jpg | Bin 7586 -> 0 bytes .../paintings/level1/bazille_rampart_6.jpg | Bin 7199 -> 0 bytes .../paintings/level2/cassat_summertime_1.jpg | Bin 9761 -> 0 bytes .../paintings/level2/cassat_summertime_2.jpg | Bin 11310 -> 0 bytes .../paintings/level2/cassat_summertime_3.jpg | Bin 10902 -> 0 bytes .../paintings/level2/cassat_summertime_4.jpg | Bin 11518 -> 0 bytes .../paintings/level2/cassat_summertime_5.jpg | Bin 12018 -> 0 bytes .../paintings/level2/cassat_summertime_6.jpg | Bin 11611 -> 0 bytes .../resources/paintings/level3/gogh_auvert_1.jpg | Bin 14115 -> 0 bytes .../resources/paintings/level3/gogh_auvert_2.jpg | Bin 14042 -> 0 bytes .../resources/paintings/level3/gogh_auvert_3.jpg | Bin 16390 -> 0 bytes .../resources/paintings/level3/gogh_auvert_4.jpg | Bin 15062 -> 0 bytes .../resources/paintings/level3/gogh_auvert_5.jpg | Bin 15172 -> 0 bytes .../resources/paintings/level3/gogh_auvert_6.jpg | Bin 15296 -> 0 bytes .../paintings/level4/degas_class-dance_1.png | Bin 99134 -> 0 bytes .../paintings/level4/degas_class-dance_2.png | Bin 72874 -> 0 bytes .../paintings/level4/degas_class-dance_3.png | Bin 107180 -> 0 bytes .../paintings/level4/degas_class-dance_4.png | Bin 152443 -> 0 bytes .../paintings/level4/degas_class-dance_5.png | Bin 109590 -> 0 bytes .../paintings/level4/degas_class-dance_6.png | Bin 65572 -> 0 bytes .../level5/renoir-moulin_de_la_galette-1.png | Bin 145001 -> 0 bytes .../level5/renoir-moulin_de_la_galette-2.png | Bin 150879 -> 0 bytes .../level5/renoir-moulin_de_la_galette-3.png | Bin 140340 -> 0 bytes .../level5/renoir-moulin_de_la_galette-4.png | Bin 131108 -> 0 bytes .../level5/renoir-moulin_de_la_galette-5.png | Bin 189093 -> 0 bytes .../level5/renoir-moulin_de_la_galette-6.png | Bin 106242 -> 0 bytes .../paintings/level6/renoir-filles_piano-1.png | Bin 56507 -> 0 bytes .../paintings/level6/renoir-filles_piano-2.png | Bin 48578 -> 0 bytes .../paintings/level6/renoir-filles_piano-3.png | Bin 72311 -> 0 bytes .../paintings/level6/renoir-filles_piano-4.png | Bin 88355 -> 0 bytes .../paintings/level6/renoir-filles_piano-5.png | Bin 57837 -> 0 bytes .../paintings/level6/renoir-filles_piano-6.png | Bin 46773 -> 0 bytes .../paintings/level6/renoir-filles_piano-7.png | Bin 74455 -> 0 bytes .../paintings/level6/renoir-filles_piano-8.png | Bin 56378 -> 0 bytes .../resources/paintings/puzzle1.png | Bin 0 -> 106202 bytes .../resources/paintings/puzzle2.png | Bin 0 -> 116011 bytes .../resources/paintings/puzzle3.png | Bin 0 -> 102446 bytes .../resources/paintings/puzzle4.png | Bin 0 -> 78228 bytes .../resources/paintings/puzzle5.png | Bin 0 -> 55961 bytes .../resources/paintings/puzzle6.png | Bin 0 -> 100320 bytes .../resources/paintings/puzzle7.png | Bin 0 -> 111679 bytes .../resources/paintings/puzzle8.png | Bin 0 -> 79862 bytes .../resources/paintings/renoir-filles_piano-1.png | Bin 0 -> 56507 bytes .../resources/paintings/renoir-filles_piano-2.png | Bin 0 -> 48578 bytes .../resources/paintings/renoir-filles_piano-3.png | Bin 0 -> 72311 bytes .../resources/paintings/renoir-filles_piano-4.png | Bin 0 -> 88355 bytes .../resources/paintings/renoir-filles_piano-5.png | Bin 0 -> 57837 bytes .../resources/paintings/renoir-filles_piano-6.png | Bin 0 -> 46773 bytes .../resources/paintings/renoir-filles_piano-7.png | Bin 0 -> 74455 bytes .../resources/paintings/renoir-filles_piano-8.png | Bin 0 -> 56378 bytes .../paintings/renoir-moulin_de_la_galette-1.png | Bin 0 -> 145001 bytes .../paintings/renoir-moulin_de_la_galette-2.png | Bin 0 -> 150879 bytes .../paintings/renoir-moulin_de_la_galette-3.png | Bin 0 -> 140340 bytes .../paintings/renoir-moulin_de_la_galette-4.png | Bin 0 -> 131108 bytes .../paintings/renoir-moulin_de_la_galette-5.png | Bin 0 -> 189093 bytes .../paintings/renoir-moulin_de_la_galette-6.png | Bin 0 -> 106242 bytes .../resources/paratrooper/Makefile.am | 5 +- .../resources/planegame/Makefile.am | 5 +- .../resources/railroad/Makefile.am | 5 +- .../resources/read_colors/Makefile.am | 5 +- .../resources/wordsgame/Makefile.am | 5 +- .../resources/reversecount/Makefile.am | 5 +- .../resources/scale/Makefile.am | 5 +- src/searace-activity/resources/searace/Makefile.am | 5 +- .../resources/smallnumbers/Makefile.am | 5 +- .../resources/submarine/Makefile.am | 5 +- src/sudoku-activity/resources/sudoku/Makefile.am | 5 +- .../resources/superbrain/Makefile.am | 5 +- src/tangram-activity/resources/tangram/Makefile.am | 19 +++-- src/target-activity/resources/target/Makefile.am | 5 +- src/traffic-activity/resources/traffic/Makefile.am | 5 +- .../resources/watercycle/Makefile.am | 5 +- .../resources/writing_tutor/Makefile.am | 5 +- 234 files changed, 800 insertions(+), 106 deletions(-) commit 099b782dd618029e2d4d4eb13f1b2fc7e0b46e6e Author: Bruno Coudoin Date: Fri Jul 20 20:48:30 2007 +0000 Improved a little bit the python template svn path=/branches/gcomprixo/; revision=2855 src/gcompris/gcompris.c | 2 +- src/pythontemplate-activity/pythontemplate.py | 32 +++++++------------------ 2 files changed, 10 insertions(+), 24 deletions(-) commit 6f349246b5e896fb07a55445aa0fc65c27ac4a1b Author: Bruno Coudoin Date: Thu Jul 19 00:36:50 2007 +0000 completed followline activity fixed wordsgame to point to readingh for word files svn path=/branches/gcomprixo/; revision=2854 configure.in | 1 - src/followline-activity/activity/Makefile.am | 22 + src/followline-activity/activity/followline.svg | 848 ++++++++++++++++++++ src/followline-activity/activity/followline.xml.in | 19 + src/pythontemplate-activity/pythontemplate.py | 29 + .../resources/wordsgame/scenery_background.png | Bin 0 -> 118555 bytes src/wordsgame-activity/runit.sh | 2 +- src/wordsgame-activity/wordsgame.c | 2 +- 8 files changed, 920 insertions(+), 3 deletions(-) commit f3f8b399cf21246c85fd54ebd45aad277e1b63e5 Author: Bruno Coudoin Date: Thu Jul 19 00:07:38 2007 +0000 fixed to run again svn path=/branches/gcomprixo/; revision=2853 src/scalesboard-activity/runit.sh | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit a4195c30365b395d64ba6c61189a1aa141bf5e2e Author: Bruno Coudoin Date: Thu Jul 19 00:04:39 2007 +0000 no more needed file svn path=/branches/gcomprixo/; revision=2852 boards/gcompris/misc/cloud.png | Bin 4885 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 01c44c81f7eaa77d06d1b6de814d917e760e309f Author: Bruno Coudoin Date: Tue Jul 17 23:01:42 2007 +0000 more makefiles cleanup svn path=/branches/gcomprixo/; revision=2850 boards/skins/gartoon/boardicons/bargame.svg | 163 ----------- boards/skins/gartoon/boardicons/chat.svg | 106 -------- boards/skins/gartoon/boardicons/clickanddraw.svg | 286 -------------------- boards/skins/gartoon/boardicons/connect4.svg | 141 ---------- boards/skins/gartoon/boardicons/draw.svg | 122 --------- boards/skins/gartoon/boardicons/drawnumber.svg | 173 ------------ boards/skins/gartoon/boardicons/electric.svg | 192 ------------- .../skins/gartoon/boardicons/erase_double_clic.png | Bin 8376 -> 0 bytes .../skins/gartoon/boardicons/erase_double_clic.svg | 138 ---------- boards/skins/gartoon/boardicons/france_region.svg | 169 ------------ boards/skins/gartoon/boardicons/gnumch-equal.svg | 205 -------------- boards/skins/gartoon/boardicons/gnumch-factors.svg | 216 --------------- boards/skins/gartoon/boardicons/gnumch-inequal.svg | 215 --------------- .../skins/gartoon/boardicons/gnumch-multiples.svg | 196 -------------- boards/skins/gartoon/boardicons/gnumch-primes.svg | 196 -------------- boards/skins/gartoon/boardicons/mosaic.svg | 284 ------------------- boards/skins/gartoon/boardicons/searace.svg | 159 ----------- boards/skins/gartoon/boardicons/searace1player.svg | 231 ---------------- .../boardicons/writing_tutor_image_match.png | Bin 7527 -> 0 bytes .../boardicons/writing_tutor_missing_match.png | Bin 6195 -> 0 bytes .../boardicons/writing_tutor_pattern_admin.png | Bin 5229 -> 0 bytes .../boardicons/writing_tutor_template_match.png | Bin 6921 -> 0 bytes src/connect4-activity/activity/Makefile.am | 2 + src/connect4-activity/activity/connect4.svg | 141 ++++++++++ .../activity/Makefile.am | 2 +- .../activity/france_region.svg | 169 ++++++++++++ .../activity/geography_country.xml.in | 2 +- src/mosaic-activity/activity/Makefile.am | 2 + src/mosaic-activity/activity/mosaic.svg | 284 +++++++++++++++++++ src/searace-activity/activity/Makefile.am | 3 + src/searace-activity/activity/searace.svg | 159 +++++++++++ src/searace1player-activity/activity/Makefile.am | 2 + .../activity/searace1player.svg | 231 ++++++++++++++++ .../activity/Makefile.am | 3 + .../activity/writing_tutor_image_match.png | Bin 0 -> 7527 bytes .../activity/Makefile.am | 3 + .../activity/writing_tutor_missing_match.png | Bin 0 -> 6195 bytes .../activity/Makefile.am | 3 + .../activity/writing_tutor_pattern_admin.png | Bin 0 -> 5229 bytes .../activity/Makefile.am | 2 + .../activity/writing_tutor_template_match.png | Bin 0 -> 6921 bytes 41 files changed, 1006 insertions(+), 3194 deletions(-) commit 2df618b59c93b17be85827c3b01c284383734a73 Author: Bruno Coudoin Date: Tue Jul 17 22:35:52 2007 +0000 Icon cleanup, updated makefiles svn path=/branches/gcomprixo/; revision=2849 boards/skins/gartoon/boardicons/algorithm.svg | 422 ---------- boards/skins/gartoon/boardicons/followline.svg | 848 -------------------- boards/skins/gartoon/boardicons/guessnumber.svg | 190 ----- boards/skins/gartoon/boardicons/hexagon.svg | 157 ---- boards/skins/gartoon/boardicons/redraw.svg | 240 ------ .../skins/gartoon/boardicons/redraw_symmetry.svg | 248 ------ boards/skins/gartoon/boardicons/sudoku.svg | 123 --- boards/skins/gartoon/boardicons/tuxpaint.svg | 171 ---- src/algorithm-activity/activity/Makefile.am | 2 + src/algorithm-activity/activity/algorithm.svg | 422 ++++++++++ src/followline-activity/activity/Makefile.am | 22 - src/followline-activity/activity/followline.svg | 848 -------------------- src/followline-activity/activity/followline.xml.in | 19 - src/redraw-activity/activity/Makefile.am | 2 + src/redraw-activity/activity/redraw.svg | 240 ++++++ .../activity/Makefile.am | 2 + .../activity/redraw_symmetry.svg | 248 ++++++ src/sudoku-activity/activity/Makefile.am | 2 + src/sudoku-activity/activity/sudoku.svg | 123 +++ src/tuxpaint-activity/activity/Makefile.am | 2 + src/tuxpaint-activity/activity/tuxpaint.svg | 171 ++++ 21 files changed, 1214 insertions(+), 3288 deletions(-) commit b7bad2d41395405c4374d28dbfabadfbb3011c96 Author: Bruno Coudoin Date: Tue Jul 17 22:20:41 2007 +0000 More work on the makefiles. Made a function of the lock file creation, move it downstairs in the startup sequence to avoid gcompris -v to complain about the lock file svn path=/branches/gcomprixo/; revision=2848 boards/Makefile.am | 47 ++++ .../skins/gartoon/boardicons/bonnefemmeti-lu.svg | 209 --------------- boards/skins/gartoon/boardicons/melody.svg | 268 -------------------- configure.in | 1 - docs/fr/Makefile.am | 11 +- src/advanced_colors-activity/activity/Makefile.am | 2 + src/algebra_by-activity/activity/Makefile.am | 2 + .../activity/Makefile.am | 2 + src/algebra_minus-activity/activity/Makefile.am | 2 + src/algebra_plus-activity/activity/Makefile.am | 2 + src/anim-activity/Makefile.am | 2 +- src/anim-activity/activity/Makefile.am | 2 + src/awele-activity/activity/Makefile.am | 2 + src/babymatch-activity/activity/Makefile.am | 2 + src/babyshapes-activity/activity/Makefile.am | 2 + src/ballcatch-activity/activity/Makefile.am | 2 + src/bargame-activity/activity/Makefile.am | 2 + src/billard-activity/activity/Makefile.am | 2 + src/canal_lock-activity/activity/Makefile.am | 2 + src/chat-activity/activity/Makefile.am | 2 + src/chess_computer-activity/activity/Makefile.am | 2 + src/chess_movelearn-activity/activity/Makefile.am | 2 + src/chess_partyend-activity/activity/Makefile.am | 2 + src/chronos-activity/activity/Makefile.am | 2 + src/click_on_letter-activity/activity/Makefile.am | 2 + src/clickanddraw-activity/activity/Makefile.am | 2 + src/clickgame-activity/activity/Makefile.am | 2 + src/clockgame-activity/activity/Makefile.am | 2 + src/colors-activity/activity/Makefile.am | 2 + .../activity/Makefile.am | 2 + src/crane-activity/activity/Makefile.am | 2 + src/doubleentry-activity/activity/Makefile.am | 2 + src/draw-activity/activity/Makefile.am | 2 + src/drawnumber-activity/activity/Makefile.am | 2 + src/electric-activity/activity/Makefile.am | 2 + src/enumerate-activity/activity/Makefile.am | 2 + src/erase-activity/activity/Makefile.am | 2 + src/erase_clic-activity/activity/Makefile.am | 2 + src/fifteen-activity/activity/Makefile.am | 2 + src/followline-activity/activity/Makefile.am | 2 + src/gcompris/gcompris.c | 106 ++++----- .../activity/Makefile.am | 2 + src/gletters-activity/activity/Makefile.am | 2 + src/gnumch-equality-activity/activity/Makefile.am | 2 + src/gnumch-factors-activity/activity/Makefile.am | 2 + .../activity/Makefile.am | 2 + src/gnumch-multiples-activity/activity/Makefile.am | 2 + src/gnumch-primes-activity/activity/Makefile.am | 2 + src/guessnumber-activity/activity/Makefile.am | 2 + src/hanoi-activity/activity/Makefile.am | 2 + src/hanoi_real-activity/activity/Makefile.am | 2 + src/hexagon-activity/activity/Makefile.am | 2 + src/imageid-activity/activity/Makefile.am | 2 + src/imagename-activity/activity/Makefile.am | 2 + src/leftright-activity/activity/Makefile.am | 2 + src/magic_hat_minus-activity/activity/Makefile.am | 2 + src/magic_hat_plus-activity/activity/Makefile.am | 2 + src/maze2DRelative-activity/activity/Makefile.am | 2 + src/maze3D-activity/activity/Makefile.am | 2 + src/mazeInvisible-activity/activity/Makefile.am | 2 + src/melody-activity/activity/Makefile.am | 3 + src/melody-activity/activity/melody.svg | 268 ++++++++++++++++++++ src/memory-activity/activity/Makefile.am | 2 + src/memory_add-activity/activity/Makefile.am | 2 + src/memory_add_minus-activity/activity/Makefile.am | 2 + .../activity/Makefile.am | 2 + .../activity/Makefile.am | 2 + .../activity/Makefile.am | 2 + src/memory_add_tux-activity/activity/Makefile.am | 2 + src/memory_div-activity/activity/Makefile.am | 2 + src/memory_div_tux-activity/activity/Makefile.am | 2 + src/memory_minus-activity/activity/Makefile.am | 2 + src/memory_minus_tux-activity/activity/Makefile.am | 2 + src/memory_mult-activity/activity/Makefile.am | 2 + src/memory_mult_div-activity/activity/Makefile.am | 2 + .../activity/Makefile.am | 2 + src/memory_mult_tux-activity/activity/Makefile.am | 2 + src/memory_sound-activity/activity/Makefile.am | 2 + src/memory_sound_tux-activity/activity/Makefile.am | 2 + src/memory_tux-activity/activity/Makefile.am | 2 + src/missing_letter-activity/activity/Makefile.am | 2 + src/money-activity/activity/Makefile.am | 2 + src/money_cents-activity/activity/Makefile.am | 2 + src/paintings-activity/activity/Makefile.am | 2 + src/paratrooper-activity/activity/Makefile.am | 2 + src/planegame-activity/activity/Makefile.am | 2 + src/railroad-activity/activity/Makefile.am | 2 + src/read_colors-activity/activity/Makefile.am | 2 + src/readingh-activity/activity/Makefile.am | 2 + src/readingv-activity/activity/Makefile.am | 2 + src/reversecount-activity/activity/Makefile.am | 2 + src/scalesboard-activity/activity/Makefile.am | 2 + src/smallnumbers-activity/activity/Makefile.am | 2 + src/smallnumbers2-activity/activity/Makefile.am | 2 + src/submarine-activity/activity/Makefile.am | 2 + src/superbrain-activity/activity/Makefile.am | 2 + src/tangram-activity/activity/Makefile.am | 2 + src/target-activity/activity/Makefile.am | 2 + src/traffic-activity/activity/Makefile.am | 2 + src/watercycle-activity/activity/Makefile.am | 2 + src/wordprocessor-activity/activity/Makefile.am | 2 + src/wordsgame-activity/activity/Makefile.am | 2 + src/writing_tutor_image_match-activity/Makefile.am | 5 +- 103 files changed, 561 insertions(+), 545 deletions(-) commit ac5d86ea732808408559fa8a61f51e329c314f55 Author: Bruno Coudoin Date: Mon Jul 16 22:26:41 2007 +0000 update ignore properties svn path=/branches/gcomprixo/; revision=2846 .../resources/watercycle/cloud.png | Bin 0 -> 4885 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 3dc2885c3ba9fa28194186ea1e9923e13dbb7d73 Author: Bruno Coudoin Date: Mon Jul 16 22:18:41 2007 +0000 point to searace now svn path=/branches/gcomprixo/; revision=2845 src/searace1player-activity/runit.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 9a7491d9eaf380fc1432d824f0b50f8a8634f207 Author: Bruno Coudoin Date: Mon Jul 16 22:11:05 2007 +0000 points to the redraw python code now svn path=/branches/gcomprixo/; revision=2844 src/redraw_symmetrical-activity/runit.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7f36c6a08040221ae646d48985423df1d2a6f0f5 Author: Bruno Coudoin Date: Mon Jul 16 21:42:55 2007 +0000 Updated makefiles svn path=/branches/gcomprixo/; revision=2840 configure.in | 41 +++++++++++++++++++ .../resources/algebra/Makefile.am | 2 + .../resources/algebra_guesscount/Makefile.am | 24 +++++++++++ src/algorithm-activity/resources/Makefile.am | 1 + .../resources/algorithm/Makefile.am | 10 +++++ src/awele-activity/resources/Makefile.am | 1 + src/awele-activity/resources/awele/Makefile.am | 25 +++++++++++ src/ballcatch-activity/resources/Makefile.am | 1 + .../resources/ballcatch/Makefile.am | 8 ++++ src/bargame-activity/resources/Makefile.am | 1 + src/bargame-activity/resources/bargame/Makefile.am | 19 +++++++++ src/billard-activity/resources/Makefile.am | 1 + src/billard-activity/resources/billard/Makefile.am | 3 + .../resources/canal_lock/Makefile.am | 3 + src/chess_computer-activity/resources/Makefile.am | 1 + .../resources/chess/Makefile.am | 13 ++++++ .../resources/click_on_letter/Makefile.am | 4 ++ src/clickgame-activity/resources/Makefile.am | 1 + .../resources/clickgame/Makefile.am | 7 +++ src/clockgame-activity/resources/Makefile.am | 1 + .../resources/clockgame/Makefile.am | 2 + src/colors-activity/resources/Makefile.am | 1 + src/colors-activity/resources/colors/Makefile.am | 3 + src/connect4-activity/resources/Makefile.am | 1 + .../resources/connect4/Makefile.am | 5 ++ src/crane-activity/resources/Makefile.am | 1 + src/crane-activity/resources/crane/Makefile.am | 25 +++++++++++ src/drawnumber-activity/resources/Makefile.am | 1 + .../resources/drawnumber/Makefile.am | 20 +++++++++ src/electric-activity/resources/Makefile.am | 1 + .../resources/electric/Makefile.am | 34 +++++++++++++++ src/enumerate-activity/resources/Makefile.am | 1 + .../resources/enumerate/Makefile.am | 4 ++ src/erase-activity/resources/Makefile.am | 1 + src/erase-activity/resources/erase/Makefile.am | 43 ++++++++++++++++++++ src/fifteen-activity/resources/Makefile.am | 1 + src/fifteen-activity/resources/fifteen/Makefile.am | 2 + src/followline-activity/resources/Makefile.am | 1 + .../resources/followline/Makefile.am | 3 + src/gletters-activity/resources/Makefile.am | 1 + .../resources/gletters/Makefile.am | 2 + src/gnumch-equality-activity/resources/Makefile.am | 1 + .../resources/gnumch/Makefile.am | 27 ++++++++++++ src/guessnumber-activity/resources/Makefile.am | 1 + .../resources/guessnumber/Makefile.am | 3 + .../resources/hanoi_real/Makefile.am | 6 +++ src/leftright-activity/resources/Makefile.am | 1 + .../resources/leftright/Makefile.am | 35 ++++++++++++++++ src/login-activity/resources/Makefile.am | 1 + src/login-activity/resources/login/Makefile.am | 6 +++ .../resources/magic_hat/Makefile.am | 11 +++++ src/maze-activity/resources/Makefile.am | 1 + src/maze-activity/resources/maze/Makefile.am | 7 +++ src/melody-activity/resources/Makefile.am | 1 + src/melody-activity/resources/melody/Makefile.am | 2 + src/memory-activity/resources/Makefile.am | 1 + src/memory-activity/resources/memory/Makefile.am | 7 +++ src/money-activity/resources/Makefile.am | 1 + src/money-activity/resources/money/Makefile.am | 15 +++++++ src/mosaic-activity/resources/Makefile.am | 1 + src/mosaic-activity/resources/mosaic/Makefile.am | 3 + src/paratrooper-activity/resources/Makefile.am | 1 + .../resources/paratrooper/Makefile.am | 7 +++ src/planegame-activity/resources/Makefile.am | 1 + .../resources/planegame/Makefile.am | 4 ++ src/railroad-activity/resources/Makefile.am | 1 + .../resources/railroad/Makefile.am | 25 +++++++++++ .../resources/read_colors/Makefile.am | 3 + src/readingh-activity/resources/Makefile.am | 1 + .../resources/wordsgame/Makefile.am | 29 +++++++++++++ src/reversecount-activity/resources/Makefile.am | 1 + .../resources/reversecount/Makefile.am | 14 ++++++ .../resources/reversecount/tux_top_east.png | Bin 0 -> 29862 bytes .../resources/reversecount/tux_top_north.png | Bin 0 -> 29836 bytes .../resources/reversecount/tux_top_south.png | Bin 0 -> 29836 bytes .../resources/reversecount/tux_top_west.png | Bin 0 -> 29862 bytes src/scalesboard-activity/resources/Makefile.am | 1 + .../resources/scale/Makefile.am | 22 ++++++++++ src/searace-activity/resources/Makefile.am | 1 + src/searace-activity/resources/searace/Makefile.am | 5 ++ src/smallnumbers-activity/resources/Makefile.am | 1 + .../resources/smallnumbers/Makefile.am | 2 + src/submarine-activity/resources/Makefile.am | 1 + .../resources/submarine/Makefile.am | 16 +++++++ src/sudoku-activity/resources/sudoku/Makefile.am | 6 +++ .../resources/superbrain/Makefile.am | 2 + src/tangram-activity/resources/tangram/Makefile.am | 9 ++++ src/target-activity/resources/Makefile.am | 1 + src/target-activity/resources/target/Makefile.am | 2 + src/traffic-activity/resources/Makefile.am | 1 + src/traffic-activity/resources/traffic/Makefile.am | 2 + src/watercycle-activity/resources/Makefile.am | 1 + .../resources/watercycle/Makefile.am | 24 +++++++++++ .../resources/Makefile.am | 1 + .../resources/writing_tutor/Makefile.am | 8 ++++ 95 files changed, 644 insertions(+), 0 deletions(-) commit ed3306d31d562220235ce1588b1e3565bcd87697 Author: Bruno Coudoin Date: Mon Jul 16 01:02:04 2007 +0000 Updated makefiles again svn path=/branches/gcomprixo/; revision=2838 configure.in | 586 ++-- .../resources/advanced_colors/Makefile.am | 18 +- src/algebra_by-activity/resources/Makefile.am | 1 + .../resources/Makefile.am | 1 + .../resources/babymatch/Makefile.am | 74 +- .../resources/babyshapes/Makefile.am | 32 +- src/canal_lock-activity/resources/Makefile.am | 1 + src/click_on_letter-activity/resources/Makefile.am | 1 + .../resources/doubleentry/Makefile.am | 48 +- src/hanoi_real-activity/resources/Makefile.am | 1 + src/imageid-activity/resources/imageid/Makefile.am | 24 +- .../resources/imagename/Makefile.am | 62 +- src/magic_hat_minus-activity/resources/Makefile.am | 1 + .../resources/missing_letter/Makefile.am | 24 +- src/read_colors-activity/resources/Makefile.am | 1 + src/sudoku-activity/resources/Makefile.am | 1 + src/superbrain-activity/resources/Makefile.am | 1 + .../resources/tangram/alpha.figures | 753 --- .../resources/tangram/default.figures | 4853 ++++++++++++++------ .../resources/tangram/gtans_brightburtwood.xpm | 353 -- .../resources/tangram/gtans_brightwood.xpm | 788 ---- .../resources/tangram/gtans_burtwood.xpm | 353 -- .../resources/tangram/gtans_paper.xpm | 208 - .../resources/tangram/gtans_puzzle.xpm | 88 - .../resources/tangram/gtans_recessed.xpm | 313 -- .../resources/tangram/gtans_rope.xpm | 356 -- .../resources/tangram/gtans_stones.xpm | 171 - .../resources/tangram/gtans_volcanic.xpm | 340 -- .../resources/tangram/gtans_wood.xpm | 1457 ------ .../resources/tangram/misc.figures | 923 ---- .../resources/tangram/similar.figures | 344 -- 31 files changed, 3877 insertions(+), 8300 deletions(-) commit 6270c255adc07780bdff7e30cae8383c8a81c10c Author: Bruno Coudoin Date: Mon Jul 16 00:12:46 2007 +0000 More makefile fixes svn path=/branches/gcomprixo/; revision=2837 configure.in | 51 + .../resources/advanced_colors/Makefile.am | 12 + .../resources/babymatch/Makefile.am | 39 + .../resources/babyshapes/Makefile.am | 18 + src/chronos-activity/resources/chronos/Makefile.am | 2 - .../resources/doubleentry/Makefile.am | 29 +- .../resources/geography/Makefile.am | 3 - .../resources/geography_country/Makefile.am | 2 - src/imageid-activity/resources/imageid/Makefile.am | 15 + .../resources/imagename/Makefile.am | 33 + .../resources/missing_letter/Makefile.am | 14 + .../resources/paintings/Makefile.am | 3 - .../resources/reversecount/fishes/QueenAngel_0.png | Bin 0 -> 3353 bytes .../resources/reversecount/fishes/blueking2_0.png | Bin 0 -> 7856 bytes .../resources/reversecount/fishes/butfish_0.png | Bin 0 -> 5392 bytes .../resources/reversecount/fishes/cichlid1_0.png | Bin 0 -> 2437 bytes .../resources/reversecount/fishes/cichlid4_0.png | Bin 0 -> 3168 bytes .../resources/reversecount/fishes/collaris_0.png | Bin 0 -> 2108 bytes .../resources/reversecount/fishes/discus2_0.png | Bin 0 -> 7721 bytes .../resources/reversecount/fishes/discus3_0.png | Bin 0 -> 3162 bytes .../resources/reversecount/fishes/eel_0.png | Bin 0 -> 1085 bytes .../resources/reversecount/fishes/f00_0.png | Bin 0 -> 2108 bytes .../resources/reversecount/fishes/f01_0.png | Bin 0 -> 2313 bytes .../resources/reversecount/fishes/f02_0.png | Bin 0 -> 1955 bytes .../resources/reversecount/fishes/f03_0.png | Bin 0 -> 2842 bytes .../resources/reversecount/fishes/f04_0.png | Bin 0 -> 3644 bytes .../resources/reversecount/fishes/f05_0.png | Bin 0 -> 3675 bytes .../resources/reversecount/fishes/f06_0.png | Bin 0 -> 2273 bytes .../resources/reversecount/fishes/f07_0.png | Bin 0 -> 4793 bytes .../resources/reversecount/fishes/f08_0.png | Bin 0 -> 5091 bytes .../resources/reversecount/fishes/f09_0.png | Bin 0 -> 5125 bytes .../resources/reversecount/fishes/f10_0.png | Bin 0 -> 2987 bytes .../resources/reversecount/fishes/f11_0.png | Bin 0 -> 3294 bytes .../resources/reversecount/fishes/f12_0.png | Bin 0 -> 1879 bytes .../resources/reversecount/fishes/f13_0.png | Bin 0 -> 4741 bytes .../resources/reversecount/fishes/manta_0.png | Bin 0 -> 2891 bytes .../resources/reversecount/fishes/newf1_0.png | Bin 0 -> 3847 bytes .../resources/reversecount/fishes/shark1_0.png | Bin 0 -> 2661 bytes .../resources/reversecount/fishes/six_barred_0.png | Bin 0 -> 4023 bytes .../resources/reversecount/fishes/teeth_0.png | Bin 0 -> 1381 bytes src/tangram-activity/gtans.c | 3 +- src/tangram-activity/resources/Makefile.am | 1 + .../resources/tangram/alpha.figures | 753 ++++++++++ .../resources/tangram/default.figures | 1422 +++++++++++++++++++ .../resources/tangram/figures/alpha.figures | 753 ---------- .../resources/tangram/figures/default.figures | 1422 ------------------- .../resources/tangram/figures/misc.figures | 923 ------------- .../resources/tangram/figures/similar.figures | 344 ----- .../resources/tangram/gtans_brightburtwood.xpm | 353 +++++ .../resources/tangram/gtans_brightwood.xpm | 788 +++++++++++ .../resources/tangram/gtans_burtwood.xpm | 353 +++++ .../resources/tangram/gtans_paper.xpm | 208 +++ .../resources/tangram/gtans_puzzle.xpm | 88 ++ .../resources/tangram/gtans_recessed.xpm | 313 +++++ .../resources/tangram/gtans_rope.xpm | 356 +++++ .../resources/tangram/gtans_stones.xpm | 171 +++ .../resources/tangram/gtans_volcanic.xpm | 340 +++++ .../resources/tangram/gtans_wood.xpm | 1457 ++++++++++++++++++++ .../resources/tangram/misc.figures | 923 +++++++++++++ .../tangram/pixmaps/gtans_brightburtwood.xpm | 353 ----- .../resources/tangram/pixmaps/gtans_brightwood.xpm | 788 ----------- .../resources/tangram/pixmaps/gtans_burtwood.xpm | 353 ----- .../resources/tangram/pixmaps/gtans_paper.xpm | 208 --- .../resources/tangram/pixmaps/gtans_puzzle.xpm | 88 -- .../resources/tangram/pixmaps/gtans_recessed.xpm | 313 ----- .../resources/tangram/pixmaps/gtans_rope.xpm | 356 ----- .../resources/tangram/pixmaps/gtans_stones.xpm | 171 --- .../resources/tangram/pixmaps/gtans_volcanic.xpm | 340 ----- .../resources/tangram/pixmaps/gtans_wood.xpm | 1457 -------------------- .../resources/tangram/similar.figures | 344 +++++ 70 files changed, 8080 insertions(+), 7883 deletions(-) commit a66ba8e4d52e04a138313182d1e26baefc29da6c Author: Bruno Coudoin Date: Sun Jul 15 23:26:09 2007 +0000 de-skinified leftright-activity and clockgame-activity svn path=/branches/gcomprixo/; revision=2836 boards/skins/babytoy/clockgame-bg.jpg | Bin 35559 -> 0 bytes boards/skins/babytoy/leftright-bg.jpg | Bin 25743 -> 0 bytes boards/skins/gartoon/clockgame-bg.jpg | Bin 78856 -> 0 bytes boards/skins/gartoon/leftright-bg.jpg | Bin 25483 -> 0 bytes src/clockgame-activity/clockgame.c | 5 +---- .../resources/clockgame/clockgame-bg.jpg | Bin 0 -> 78856 bytes src/leftright-activity/leftright.c | 6 +----- .../resources/leftright/leftright-bg.jpg | Bin 0 -> 25483 bytes 8 files changed, 2 insertions(+), 9 deletions(-) commit 8ba011e2ad5e037a160e049d7989bd0db2205310 Author: Bruno Coudoin Date: Sun Jul 15 23:07:50 2007 +0000 Removed the babytoy skin from traffic, keep only the best one. svn path=/branches/gcomprixo/; revision=2835 boards/skins/babytoy/traffic-bg.jpg | Bin 145845 -> 0 bytes boards/skins/gartoon/traffic-bg.jpg | Bin 158254 -> 0 bytes configure.in | 190 ++++++++++---------- .../resources/traffic/traffic-bg.jpg | Bin 0 -> 158254 bytes src/traffic-activity/traffic.c | 6 +- 5 files changed, 98 insertions(+), 98 deletions(-) commit 41fe7badd6beadb5189296a6808c54836bd65661 Author: Bruno Coudoin Date: Sun Jul 15 21:20:50 2007 +0000 cleanup, added missing makefiles svn path=/branches/gcomprixo/; revision=2834 boards/opt/README | 9 --------- boards/opt/animals/readme.txt | 20 -------------------- src/algebra_by-activity/Makefile.am | 2 +- src/algebra_guesscount-activity/Makefile.am | 2 +- src/algorithm-activity/Makefile.am | 2 +- src/awele-activity/Makefile.am | 2 +- src/ballcatch-activity/Makefile.am | 2 +- src/bargame-activity/Makefile.am | 2 +- src/billard-activity/Makefile.am | 2 +- src/canal_lock-activity/Makefile.am | 2 +- src/chess_computer-activity/Makefile.am | 2 +- src/click_on_letter-activity/Makefile.am | 2 +- src/clickgame-activity/Makefile.am | 2 +- src/colors-activity/Makefile.am | 2 +- src/connect4-activity/Makefile.am | 2 +- src/crane-activity/Makefile.am | 2 +- src/doubleentry-activity/Makefile.am | 2 +- src/drawnumber-activity/Makefile.am | 2 +- src/electric-activity/Makefile.am | 2 +- src/enumerate-activity/Makefile.am | 2 +- src/erase-activity/Makefile.am | 2 +- src/erase-activity/resources/erase/readme.txt | 20 ++++++++++++++++++++ src/fifteen-activity/Makefile.am | 2 +- src/followline-activity/Makefile.am | 2 +- src/geography-activity/Makefile.am | 2 +- src/geography_country-activity/Makefile.am | 2 +- src/gletters-activity/Makefile.am | 2 +- src/gnumch-equality-activity/Makefile.am | 2 +- src/guessnumber-activity/Makefile.am | 2 +- src/hanoi_real-activity/Makefile.am | 2 +- src/imageid-activity/Makefile.am | 2 +- src/imagename-activity/Makefile.am | 2 +- src/leftright-activity/Makefile.am | 2 +- src/login-activity/Makefile.am | 2 +- src/magic_hat_minus-activity/Makefile.am | 2 +- src/maze-activity/Makefile.am | 2 +- src/melody-activity/Makefile.am | 2 +- src/memory-activity/Makefile.am | 2 +- src/missing_letter-activity/Makefile.am | 2 +- src/money-activity/Makefile.am | 2 +- src/mosaic-activity/Makefile.am | 2 +- src/paintings-activity/Makefile.am | 2 +- src/paratrooper-activity/Makefile.am | 2 +- src/planegame-activity/Makefile.am | 2 +- src/railroad-activity/Makefile.am | 2 +- src/read_colors-activity/Makefile.am | 2 +- src/readingh-activity/Makefile.am | 2 +- src/reversecount-activity/Makefile.am | 2 +- src/scalesboard-activity/Makefile.am | 2 +- src/searace-activity/Makefile.am | 2 +- src/smallnumbers-activity/Makefile.am | 2 +- src/submarine-activity/Makefile.am | 2 +- src/sudoku-activity/Makefile.am | 2 +- src/superbrain-activity/Makefile.am | 2 +- src/tangram-activity/Makefile.am | 2 +- src/target-activity/Makefile.am | 2 +- src/watercycle-activity/Makefile.am | 2 +- src/writing_tutor_image_match-activity/Makefile.am | 2 +- 58 files changed, 75 insertions(+), 84 deletions(-) commit 95b351573f900da604e39eea76f3d73818f88d07 Author: Bruno Coudoin Date: Sun Jul 15 02:02:46 2007 +0000 remamed release 8.5BETA1 removed uneeded file added support for * configure.in: remamed release 8.5BETA1 * src/boards/Makefile.am: removed uneeded file * src/gcompris/gcompris.c: (setup_window): added support for sugarBundleId and sugarActivityId (from the command line these value is passed to us are set in X properties) svn path=/branches/gcomprixo/; revision=2833 ChangeLog | 8 ++++++++ configure.in | 2 +- src/advanced_colors-activity/Makefile.am | 2 +- src/boards/Makefile.am | 2 +- src/gcompris/gcompris.c | 30 ++++++++++++++++++++++++++++++ 5 files changed, 41 insertions(+), 3 deletions(-) commit e03b0e62190acc59d27271e340b00ec565216edb Author: Bruno Coudoin Date: Mon Jul 9 23:12:11 2007 +0000 Merged trunk commit 2829. Now we display a message concerning the lock file svn path=/branches/gcomprixo/; revision=2831 src/gcompris/gcompris.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit add6014f0f76d3198c034d78c36e9c527439f16d Author: Bruno Coudoin Date: Mon Jul 9 23:09:14 2007 +0000 Fixed many activity, port ongoing svn path=/branches/gcomprixo/; revision=2830 src/clickanddraw-activity/runit.sh | 3 +- src/drawnumber-activity/drawnumber.py | 38 ++++++++++++++---------------- src/gnumch-factors-activity/runit.sh | 3 +- src/gnumch-inequality-activity/runit.sh | 3 +- src/gnumch-multiples-activity/runit.sh | 3 +- src/gnumch-primes-activity/runit.sh | 3 +- 6 files changed, 28 insertions(+), 25 deletions(-) commit 18c9da1f463c48afbd287123996ce27754138b7d Author: Bruno Coudoin Date: Sun Jul 8 19:48:45 2007 +0000 added missing links svn path=/branches/gcomprixo/; revision=2828 src/gnumch-factors-activity/gcompris | 1 + src/gnumch-inequality-activity/gcompris | 1 + src/gnumch-multiples-activity/gcompris | 1 + src/gnumch-primes-activity/gcompris | 1 + src/libart_lgpl/Makefile | 739 ------------------------------- 5 files changed, 4 insertions(+), 739 deletions(-) commit 339bf895ab05462c3a7ab6064e857901f17523ab Author: Bruno Coudoin Date: Sun Jul 8 11:47:20 2007 +0000 Continued the port to the Sugar architecture, more activities are working now svn path=/branches/gcomprixo/; revision=2827 boards/gcompris/misc/tuxboat.png | Bin 4972 -> 0 bytes src/anim-activity/runit.sh | 4 +- src/babymatch-activity/Makefile.am | 2 +- src/babyshapes-activity/Makefile.am | 2 +- .../resources/canal_lock/tuxboat.png | Bin 0 -> 4972 bytes src/chess_computer-activity/runit.sh | 5 ++- src/chronos-activity/Makefile.am | 2 +- src/clickanddraw-activity/gcompris | 1 + src/draw-activity/gcompris | 1 + src/drawnumber-activity/drawnumber.py | 37 ++++++++++++------- src/gcompris/gameutil.c | 4 ++- src/tuxpaint-activity/tuxpaint.py | 8 ---- 12 files changed, 36 insertions(+), 30 deletions(-) commit 1d8edfbb8b96d6015644c509c775afaea7fe957e Author: Bruno Coudoin Date: Sun Jul 8 11:34:47 2007 +0000 No more reopen bg sounds when not in the properties. Merged from trunk 2824 svn path=/branches/gcomprixo/; revision=2825 src/gcompris/soundutil.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 2dbd85dcc0b203ba68730da7326aed8ba1b2a506 Author: Bruno Coudoin Date: Wed Jul 4 11:07:04 2007 +0000 Added missing link to make python activity works svn path=/branches/gcomprixo/; revision=2823 src/administration-activity/gcompris | 1 + src/algorithm-activity/gcompris | 1 + src/anim-activity/gcompris | 1 + src/ballcatch-activity/gcompris | 1 + src/bargame-activity/gcompris | 1 + src/chat-activity/gcompris | 1 + src/connect4-activity/gcompris | 1 + src/drawnumber-activity/gcompris | 1 + src/electric-activity/gcompris | 1 + src/followline-activity/gcompris | 1 + src/gnumch-equality-activity/gcompris | 1 + src/guessnumber-activity/gcompris | 1 + src/hexagon-activity/gcompris | 1 + src/libart_lgpl/Makefile | 81 ++++++++++++-------- src/login-activity/gcompris | 1 + src/melody-activity/gcompris | 1 + src/mosaic-activity/gcompris | 1 + src/pythontemplate-activity/gcompris | 1 + src/pythontest-activity/gcompris | 1 + src/redraw-activity/gcompris | 1 + src/searace-activity/gcompris | 1 + src/sudoku-activity/gcompris | 1 + src/tuxpaint-activity/gcompris | 1 + src/watercycle-activity/gcompris | 1 + src/writing_tutor_image_match-activity/gcompris | 1 + src/writing_tutor_missing_match-activity/gcompris | 1 + src/writing_tutor_pattern_admin-activity/gcompris | 1 + src/writing_tutor_template_match-activity/gcompris | 1 + 28 files changed, 76 insertions(+), 32 deletions(-) commit 46f7d09eb8d9df180ab504fb84a6c12422db010f Author: Bruno Coudoin Date: Sun Jul 1 13:58:53 2007 +0000 removed libccc, it's not used yet and there are many problems too many problems to solve first svn path=/branches/gcomprixo/; revision=2821 configure.in | 11 - src/Makefile.am | 2 +- src/gcompris/Makefile.am | 6 +- src/gcompris/gcompris.c | 107 -- src/libccc/Makefile.am | 3 - src/libccc/ccc/Makefile.am | 139 -- src/libccc/ccc/cc-brush-color.c | 167 --- src/libccc/ccc/cc-brush-color.h | 65 - src/libccc/ccc/cc-brush.c | 57 - src/libccc/ccc/cc-brush.h | 60 - src/libccc/ccc/cc-cairo.c | 30 - src/libccc/ccc/cc-cairo.h | 36 - src/libccc/ccc/cc-camera.c | 345 ----- src/libccc/ccc/cc-camera.h | 50 - src/libccc/ccc/cc-caret.c | 67 - src/libccc/ccc/cc-caret.h | 51 - src/libccc/ccc/cc-circle.c | 249 ---- src/libccc/ccc/cc-circle.h | 65 - src/libccc/ccc/cc-color-hsv.c | 181 --- src/libccc/ccc/cc-color-rgb.c | 163 --- src/libccc/ccc/cc-color.c | 170 --- src/libccc/ccc/cc-color.h | 91 -- src/libccc/ccc/cc-d-rect.c | 83 -- src/libccc/ccc/cc-d-rect.h | 54 - src/libccc/ccc/cc-enumerations.c.in | 38 - src/libccc/ccc/cc-enumerations.h.in | 25 - src/libccc/ccc/cc-gradient.c | 141 --- src/libccc/ccc/cc-gradient.h | 67 - src/libccc/ccc/cc-hash-map.c | 193 --- src/libccc/ccc/cc-hash-map.h | 64 - src/libccc/ccc/cc-item-view.c | 157 --- src/libccc/ccc/cc-item-view.h | 72 -- src/libccc/ccc/cc-item.c | 1382 --------------------- src/libccc/ccc/cc-item.h | 221 ---- src/libccc/ccc/cc-line.c | 463 ------- src/libccc/ccc/cc-line.h | 67 - src/libccc/ccc/cc-linear-gradient.c | 206 --- src/libccc/ccc/cc-linear-gradient.h | 44 - src/libccc/ccc/cc-pixbuf.c | 538 -------- src/libccc/ccc/cc-pixbuf.h | 60 - src/libccc/ccc/cc-printer.c | 112 -- src/libccc/ccc/cc-printer.h | 58 - src/libccc/ccc/cc-radial-gradient.c | 191 --- src/libccc/ccc/cc-radial-gradient.h | 48 - src/libccc/ccc/cc-rectangle.c | 358 ------ src/libccc/ccc/cc-rectangle.h | 71 -- src/libccc/ccc/cc-rounded-rectangle.c | 166 --- src/libccc/ccc/cc-rounded-rectangle.h | 49 - src/libccc/ccc/cc-shape.c | 355 ------ src/libccc/ccc/cc-shape.h | 84 -- src/libccc/ccc/cc-simple-item.c | 165 --- src/libccc/ccc/cc-simple-item.h | 46 - src/libccc/ccc/cc-text.c | 889 ------------- src/libccc/ccc/cc-text.h | 99 -- src/libccc/ccc/cc-unit.c | 95 -- src/libccc/ccc/cc-unit.h | 73 -- src/libccc/ccc/cc-utils.c | 128 -- src/libccc/ccc/cc-utils.h | 68 - src/libccc/ccc/cc-view-cell-renderer.c | 214 ---- src/libccc/ccc/cc-view-cell-renderer.h | 59 - src/libccc/ccc/cc-view-png.c | 110 -- src/libccc/ccc/cc-view-png.h | 58 - src/libccc/ccc/cc-view-widget.c | 1038 ---------------- src/libccc/ccc/cc-view-widget.h | 90 -- src/libccc/ccc/cc-view.c | 274 ---- src/libccc/ccc/cc-view.h | 109 -- src/libccc/ccc/ccc.h | 56 - src/libccc/ccc/cdebug.c | 180 --- src/libccc/ccc/cdebug.h | 65 - src/libccc/ccc/glib-helpers.c | 52 - src/libccc/ccc/glib-helpers.h | 74 -- src/libccc/ccc/gobject-helpers.h | 103 -- src/libccc/ccc/marshallers.list | 6 - src/libccc/ccc/pango-helpers.c | 56 - src/libccc/ccc/pango-helpers.h | 36 - src/libccc/python/Makefile.am | 35 - src/libccc/python/cccanvas.defs | 1355 -------------------- src/libccc/python/cccanvas.override | 490 -------- src/libccc/python/cccanvasmodule.c | 46 - src/libccc/python/demo/crossing.py | 84 -- src/libccc/python/demo/demo.py | 111 -- src/libccc/python/demo/demo_canvas.py | 44 - src/libccc/python/demo/fifteen.py | 39 - src/libccc/python/demo/fifteen_grid.py | 103 -- src/libccc/python/demo/fifteen_item.py | 31 - src/libccc/python/demo/herzi_combo.py | 28 - src/libccc/python/demo/herzi_properties.py | 15 - src/libccc/python/demo/herzi_properties_group.py | 45 - src/libccc/python/demo/herzi_properties_groups.py | 45 - src/libccc/python/demo/line.py | 80 -- src/libccc/python/demo/page.py | 26 - src/libccc/python/demo/text_demo.py | 158 --- src/libccc/python/demo/zoom.py | 140 --- 93 files changed, 3 insertions(+), 14497 deletions(-) commit e6265fcf64896f36da6e57544ad3d50bc6138d9c Author: Bruno Coudoin Date: Sun Jul 1 11:36:22 2007 +0000 removed printf in gcompris.c svn path=/branches/gcomprixo/; revision=2820 src/click_on_letter-activity/resources/sounds | 1 + src/gcompris/gcompris.c | 2 -- 2 files changed, 1 insertions(+), 2 deletions(-) commit c872b1ec6400e9241e1896cf4654b988a6daf3c2 Author: Bruno Coudoin Date: Sun Jul 1 10:36:01 2007 +0000 Created the gcompris.bin symlink to ease testing svn path=/branches/gcomprixo/; revision=2819 src/administration-activity/gcompris.bin | 1 + src/advanced_colors-activity/gcompris.bin | 1 + src/algebra_by-activity/gcompris.bin | 1 + src/algebra_guesscount-activity/gcompris.bin | 1 + src/algebra_minus-activity/gcompris.bin | 1 + src/algebra_plus-activity/gcompris.bin | 1 + src/algorithm-activity/gcompris.bin | 1 + src/anim-activity/gcompris.bin | 1 + src/awele-activity/gcompris.bin | 1 + src/babymatch-activity/gcompris.bin | 1 + src/babyshapes-activity/gcompris.bin | 1 + src/ballcatch-activity/gcompris.bin | 1 + src/bargame-activity/gcompris.bin | 1 + src/billard-activity/gcompris.bin | 1 + src/canal_lock-activity/gcompris.bin | 1 + src/chat-activity/gcompris.bin | 1 + src/chess_computer-activity/gcompris.bin | 1 + src/chess_movelearn-activity/gcompris.bin | 1 + src/chess_partyend-activity/gcompris.bin | 1 + src/chronos-activity/gcompris.bin | 1 + src/click_on_letter-activity/gcompris.bin | 1 + src/clickanddraw-activity/gcompris.bin | 1 + src/clickgame-activity/gcompris.bin | 1 + src/clockgame-activity/gcompris.bin | 1 + src/colors-activity/gcompris.bin | 1 + src/connect4-2players-activity/gcompris.bin | 1 + src/connect4-activity/gcompris.bin | 1 + src/crane-activity/gcompris.bin | 1 + src/doubleentry-activity/gcompris.bin | 1 + src/draw-activity/gcompris.bin | 1 + src/drawnumber-activity/gcompris.bin | 1 + src/electric-activity/gcompris.bin | 1 + src/enumerate-activity/gcompris.bin | 1 + src/erase-activity/gcompris.bin | 1 + src/erase_clic-activity/gcompris.bin | 1 + src/fifteen-activity/gcompris.bin | 1 + src/followline-activity/gcompris.bin | 1 + src/geography-activity/gcompris.bin | 1 + src/geography_country-activity/gcompris.bin | 1 + src/gletters-activity/gcompris.bin | 1 + src/gnumch-equality-activity/gcompris.bin | 1 + src/gnumch-factors-activity/gcompris.bin | 1 + src/gnumch-inequality-activity/gcompris.bin | 1 + src/gnumch-multiples-activity/gcompris.bin | 1 + src/gnumch-primes-activity/gcompris.bin | 1 + src/guessnumber-activity/gcompris.bin | 1 + src/hanoi-activity/gcompris.bin | 1 + src/hanoi_real-activity/gcompris.bin | 1 + src/hexagon-activity/gcompris.bin | 1 + src/imageid-activity/gcompris.bin | 1 + src/imagename-activity/gcompris.bin | 1 + src/leftright-activity/gcompris.bin | 1 + src/login-activity/gcompris.bin | 1 + src/magic_hat_minus-activity/gcompris.bin | 1 + src/magic_hat_plus-activity/gcompris.bin | 1 + src/maze-activity/gcompris.bin | 1 + src/maze2DRelative-activity/gcompris.bin | 1 + src/maze3D-activity/gcompris.bin | 1 + src/mazeInvisible-activity/gcompris.bin | 1 + src/melody-activity/gcompris.bin | 1 + src/memory-activity/gcompris.bin | 1 + src/memory_add-activity/gcompris.bin | 1 + src/memory_add_minus-activity/gcompris.bin | 1 + .../gcompris.bin | 1 + .../gcompris.bin | 1 + src/memory_add_minus_tux-activity/gcompris.bin | 1 + src/memory_add_tux-activity/gcompris.bin | 1 + src/memory_div-activity/gcompris.bin | 1 + src/memory_div_tux-activity/gcompris.bin | 1 + src/memory_minus-activity/gcompris.bin | 1 + src/memory_minus_tux-activity/gcompris.bin | 1 + src/memory_mult-activity/gcompris.bin | 1 + src/memory_mult_div-activity/gcompris.bin | 1 + src/memory_mult_div_tux-activity/gcompris.bin | 1 + src/memory_mult_tux-activity/gcompris.bin | 1 + src/memory_sound-activity/gcompris.bin | 1 + src/memory_sound_tux-activity/gcompris.bin | 1 + src/memory_tux-activity/gcompris.bin | 1 + src/missing_letter-activity/gcompris.bin | 1 + src/money-activity/gcompris.bin | 1 + src/money_cents-activity/gcompris.bin | 1 + src/mosaic-activity/gcompris.bin | 1 + src/paintings-activity/gcompris.bin | 1 + src/paratrooper-activity/gcompris.bin | 1 + src/planegame-activity/gcompris.bin | 1 + src/pythontemplate-activity/gcompris.bin | 1 + src/pythontest-activity/gcompris.bin | 1 + src/railroad-activity/gcompris.bin | 1 + src/read_colors-activity/gcompris.bin | 1 + src/readingh-activity/gcompris.bin | 1 + src/readingv-activity/gcompris.bin | 1 + src/redraw-activity/gcompris.bin | 1 + src/redraw_symmetrical-activity/gcompris.bin | 1 + src/reversecount-activity/gcompris.bin | 1 + src/scalesboard-activity/gcompris.bin | 1 + src/searace-activity/gcompris.bin | 1 + src/searace1player-activity/gcompris.bin | 1 + src/smallnumbers-activity/gcompris.bin | 1 + src/smallnumbers2-activity/gcompris.bin | 1 + src/submarine-activity/gcompris.bin | 1 + src/sudoku-activity/gcompris.bin | 1 + src/superbrain-activity/gcompris.bin | 1 + src/tangram-activity/gcompris.bin | 1 + src/target-activity/gcompris.bin | 1 + src/traffic-activity/gcompris.bin | 1 + src/tuxpaint-activity/gcompris.bin | 1 + src/watercycle-activity/gcompris.bin | 1 + src/wordprocessor-activity/gcompris.bin | 1 + src/wordsgame-activity/gcompris.bin | 1 + .../gcompris.bin | 1 + .../gcompris.bin | 1 + .../gcompris.bin | 1 + .../gcompris.bin | 1 + 113 files changed, 113 insertions(+), 0 deletions(-) commit 092b569cb4eea2a9d2e0dfbd2a057c63a7abb2a6 Author: Bruno Coudoin Date: Fri Jun 29 11:52:33 2007 +0000 fixed makefile path svn path=/branches/gcomprixo/; revision=2817 configure.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 27bd76534e90d053cea706d49b5141b5350dae46 Author: Bruno Coudoin Date: Fri Jun 29 11:49:21 2007 +0000 Fixed configure regarding makefiles svn path=/branches/gcomprixo/; revision=2816 configure.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 111b653c83aae991427b578f706fb599f7eca28a Author: Bruno Coudoin Date: Fri Jun 29 11:41:12 2007 +0000 fixed bad path to makefiles svn path=/branches/gcomprixo/; revision=2815 configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6dad4d1a659e12e1ed669d935e780934b87d2bfc Author: Bruno Coudoin Date: Thu Jun 28 17:49:00 2007 +0000 added missing makefiles svn path=/branches/gcomprixo/; revision=2813 src/advanced_colors-activity/resources/Makefile.am | 1 + src/babymatch-activity/resources/Makefile.am | 1 + src/babyshapes-activity/resources/Makefile.am | 1 + src/chronos-activity/resources/Makefile.am | 1 + src/doubleentry-activity/resources/Makefile.am | 1 + src/geography-activity/resources/Makefile.am | 1 + .../resources/Makefile.am | 1 + src/imageid-activity/resources/Makefile.am | 1 + src/imagename-activity/resources/Makefile.am | 1 + src/missing_letter-activity/resources/Makefile.am | 1 + src/paintings-activity/resources/Makefile.am | 1 + 11 files changed, 11 insertions(+), 0 deletions(-) commit a17b9bb86d95f0e06f60f458ca4b2448df0b4fa0 Author: Bruno Coudoin Date: Tue Jun 26 23:15:51 2007 +0000 one more cleanup step svn path=/branches/gcomprixo/; revision=2812 boards/dataset/misc.xml | 1 - boards/images/wagon-green.png | Bin 7524 -> 0 bytes boards/images/wagon-yellow.png | Bin 7917 -> 0 bytes boards/images/water_drop.png | Bin 6775 -> 0 bytes boards/opt/beach2.png | Bin 59406 -> 0 bytes boards/opt/beach3.png | Bin 45348 -> 0 bytes boards/opt/beach4.png | Bin 22329 -> 0 bytes boards/opt/nur00523.jpg | Bin 91764 -> 0 bytes boards/opt/nur03006.jpg | Bin 46359 -> 0 bytes boards/opt/nur03010.jpg | Bin 52309 -> 0 bytes boards/opt/nur03011.jpg | Bin 56294 -> 0 bytes boards/opt/nur03013.jpg | Bin 66168 -> 0 bytes boards/opt/nur03505.jpg | Bin 47006 -> 0 bytes boards/opt/scenery2_background.png | Bin 66416 -> 0 bytes boards/opt/scenery4_background.png | Bin 73430 -> 0 bytes boards/opt/scenery6_background.png | Bin 59166 -> 0 bytes boards/scales/.cvsignore | 3 --- .../resources/ballcatch/beach2.png | Bin 0 -> 59406 bytes .../resources/ballcatch/beach3.png | Bin 0 -> 45348 bytes .../resources/ballcatch/beach4.png | Bin 0 -> 22329 bytes src/click_on_letter-activity/click_on_letter.c | 8 ++++---- .../click_on_letter/scenery4_background.png | Bin 0 -> 73430 bytes .../resources/click_on_letter/wagon-green.png | Bin 0 -> 7524 bytes .../resources/click_on_letter/wagon-yellow.png | Bin 0 -> 7917 bytes src/login-activity/login.py | 10 +++++----- .../resources/login/scenery2_background.png | Bin 0 -> 66416 bytes .../resources/login/scenery3_background.png | Bin 0 -> 22759 bytes .../resources/login/scenery4_background.png | Bin 0 -> 73430 bytes .../resources/login/scenery5_background.png | Bin 0 -> 75300 bytes .../resources/login/scenery6_background.png | Bin 0 -> 59166 bytes 30 files changed, 9 insertions(+), 13 deletions(-) commit 0f7e1daa324e4b14adbdcf6185d701734b9987bd Author: Bruno Coudoin Date: Tue Jun 26 22:55:02 2007 +0000 some more fixes svn path=/branches/gcomprixo/; revision=2811 boards/gcompris/misc/hand.png | Bin 8231 -> 0 bytes boards/gcompris/misc/tux.png | Bin 37479 -> 0 bytes boards/images/dn_bear1.png | Bin 48297 -> 0 bytes boards/images/dn_bear2.png | Bin 59275 -> 0 bytes boards/images/dn_de1.png | Bin 50871 -> 0 bytes boards/images/dn_de2.png | Bin 62053 -> 0 bytes boards/images/dn_epouvantail1.png | Bin 51267 -> 0 bytes boards/images/dn_epouvantail2.png | Bin 73712 -> 0 bytes boards/images/dn_fond1.png | Bin 196408 -> 0 bytes boards/images/dn_fou1.png | Bin 191982 -> 0 bytes boards/images/dn_fou2.png | Bin 224462 -> 0 bytes boards/images/dn_hibou1.png | Bin 22499 -> 0 bytes boards/images/dn_hibou2.png | Bin 50309 -> 0 bytes boards/images/dn_house1.png | Bin 45970 -> 0 bytes boards/images/dn_house2.png | Bin 57338 -> 0 bytes boards/images/dn_plane1.png | Bin 13014 -> 0 bytes boards/images/dn_plane2.png | Bin 41764 -> 0 bytes boards/images/dn_poisson1.png | Bin 227984 -> 0 bytes boards/images/dn_poisson2.png | Bin 188475 -> 0 bytes boards/images/dn_sapin1.png | Bin 22955 -> 0 bytes boards/images/dn_sapin2.png | Bin 55137 -> 0 bytes boards/images/mosaic_palette.png | Bin 29059 -> 0 bytes boards/images/shift_key.png | Bin 1954 -> 0 bytes boards/opt/beach1.png | Bin 55996 -> 0 bytes boards/opt/cave.png | Bin 57443 -> 0 bytes boards/opt/mosaic_bg.png | Bin 18316 -> 0 bytes src/ballcatch-activity/ballcatch.py | 20 ++-- .../resources/ballcatch/beach1.png | Bin 0 -> 55996 bytes .../resources/ballcatch/hand.png | Bin 0 -> 8231 bytes .../resources/ballcatch/shift_key.png | Bin 0 -> 1954 bytes src/ballcatch-activity/resources/ballcatch/tux.png | Bin 0 -> 37479 bytes src/clickanddraw-activity/Makefile.am | 3 - src/clickanddraw-activity/clickanddraw.py | 113 -------------------- src/drawnumber-activity/Makefile.am | 2 +- src/drawnumber-activity/clickanddraw.py | 113 ++++++++++++++++++++ src/drawnumber-activity/drawnumber.py | 20 ++-- .../resources/drawnumber/dn_bear1.png | Bin 0 -> 48297 bytes .../resources/drawnumber/dn_bear2.png | Bin 0 -> 59275 bytes .../resources/drawnumber/dn_de1.png | Bin 0 -> 50871 bytes .../resources/drawnumber/dn_de2.png | Bin 0 -> 62053 bytes .../resources/drawnumber/dn_epouvantail1.png | Bin 0 -> 51267 bytes .../resources/drawnumber/dn_epouvantail2.png | Bin 0 -> 73712 bytes .../resources/drawnumber/dn_fond1.png | Bin 0 -> 196408 bytes .../resources/drawnumber/dn_fou1.png | Bin 0 -> 191982 bytes .../resources/drawnumber/dn_fou2.png | Bin 0 -> 224462 bytes .../resources/drawnumber/dn_hibou1.png | Bin 0 -> 22499 bytes .../resources/drawnumber/dn_hibou2.png | Bin 0 -> 50309 bytes .../resources/drawnumber/dn_house1.png | Bin 0 -> 45970 bytes .../resources/drawnumber/dn_house2.png | Bin 0 -> 57338 bytes .../resources/drawnumber/dn_plane1.png | Bin 0 -> 13014 bytes .../resources/drawnumber/dn_plane2.png | Bin 0 -> 41764 bytes .../resources/drawnumber/dn_poisson1.png | Bin 0 -> 227984 bytes .../resources/drawnumber/dn_poisson2.png | Bin 0 -> 188475 bytes .../resources/drawnumber/dn_sapin1.png | Bin 0 -> 22955 bytes .../resources/drawnumber/dn_sapin2.png | Bin 0 -> 55137 bytes src/guessnumber-activity/guessnumber.py | 7 +- .../resources/guessnumber/cave.png | Bin 0 -> 57443 bytes .../resources/guessnumber/tuxhelico.png | Bin 0 -> 9983 bytes src/mosaic-activity/mosaic.py | 4 +- src/mosaic-activity/resources/mosaic/mosaic_bg.png | Bin 0 -> 18316 bytes .../resources/mosaic/mosaic_palette.png | Bin 0 -> 29059 bytes 61 files changed, 140 insertions(+), 142 deletions(-) commit d02fe5d1135dab8c9ea81c90e8f63c10c5375234 Author: Bruno Coudoin Date: Tue Jun 26 22:28:38 2007 +0000 fixed activity svn path=/branches/gcomprixo/; revision=2810 boards/melody/.cvsignore | 4 - boards/melody/guitar/background.jpg | Bin 51258 -> 0 bytes boards/melody/guitar/background.png | Bin 109926 -> 0 bytes boards/melody/guitar/cursor.png | Bin 2410 -> 0 bytes boards/melody/guitar/son1.png | Bin 218 -> 0 bytes boards/melody/guitar/son2.png | Bin 218 -> 0 bytes boards/melody/guitar/son3.png | Bin 218 -> 0 bytes boards/melody/guitar/son4.png | Bin 218 -> 0 bytes boards/melody/switch.png | Bin 6804 -> 0 bytes boards/melody/tachos/background.jpg | Bin 26463 -> 0 bytes boards/melody/tachos/cursor.png | Bin 7398 -> 0 bytes boards/melody/tachos/son1.png | Bin 5692 -> 0 bytes boards/melody/tachos/son2.png | Bin 6351 -> 0 bytes boards/melody/tachos/son3.png | Bin 9108 -> 0 bytes boards/melody/tachos/son4.png | Bin 9122 -> 0 bytes boards/melody/xylofon/background.png | Bin 32000 -> 0 bytes boards/melody/xylofon/cursor.png | Bin 6669 -> 0 bytes boards/melody/xylofon/son1.png | Bin 6903 -> 0 bytes boards/melody/xylofon/son2.png | Bin 8218 -> 0 bytes boards/melody/xylofon/son3.png | Bin 6930 -> 0 bytes boards/melody/xylofon/son4.png | Bin 5870 -> 0 bytes boards/scales/README | 3 - boards/writing_tutor/anim_pen.gif | Bin 4808 -> 0 bytes boards/writing_tutor/anim_pen.txt | 1 - boards/writing_tutor/drop.png | Bin 3162 -> 0 bytes boards/writing_tutor/image_match/@kruh.png | Bin 5830 -> 0 bytes boards/writing_tutor/image_match/@obdlznik.png | Bin 1720 -> 0 bytes boards/writing_tutor/image_match/@stvorec.png | Bin 3022 -> 0 bytes boards/writing_tutor/image_match/@trojuholnik.png | Bin 5720 -> 0 bytes boards/writing_tutor/image_match/a.png | Bin 9561 -> 0 bytes boards/writing_tutor/image_match/b.png | Bin 7808 -> 0 bytes boards/writing_tutor/image_match/c.png | Bin 3427 -> 0 bytes boards/writing_tutor/image_match/d.png | Bin 6829 -> 0 bytes boards/writing_tutor/image_match/g.png | Bin 12231 -> 0 bytes boards/writing_tutor/image_match/h.png | Bin 9275 -> 0 bytes boards/writing_tutor/image_match/j.png | Bin 4409 -> 0 bytes boards/writing_tutor/image_match/l.png | Bin 13548 -> 0 bytes boards/writing_tutor/image_match/m.png | Bin 8271 -> 0 bytes boards/writing_tutor/image_match/r.png | Bin 10825 -> 0 bytes boards/writing_tutor/image_match/s.png | Bin 5765 -> 0 bytes boards/writing_tutor/image_match/t.png | Bin 11637 -> 0 bytes boards/writing_tutor/image_match/z.png | Bin 7124 -> 0 bytes boards/writing_tutor/notepad.png | Bin 20759 -> 0 bytes boards/writing_tutor/pattern_admin_bg.png | Bin 5524 -> 0 bytes boards/writing_tutor/tablet_active.png | Bin 1485 -> 0 bytes boards/writing_tutor/tablet_inactive.png | Bin 604 -> 0 bytes boards/writing_tutor/wood_oak.png | Bin 717203 -> 0 bytes boards/writing_tutor/wood_pine.png | Bin 573500 -> 0 bytes src/boards/python/writing_tutor_common.py | 165 -------------------- src/melody-activity/resources/melody/.cvsignore | 4 + .../resources/melody/guitar/background.jpg | Bin 0 -> 51258 bytes .../resources/melody/guitar/background.png | Bin 0 -> 109926 bytes .../resources/melody/guitar/cursor.png | Bin 0 -> 2410 bytes .../resources/melody/guitar/son1.png | Bin 0 -> 218 bytes .../resources/melody/guitar/son2.png | Bin 0 -> 218 bytes .../resources/melody/guitar/son3.png | Bin 0 -> 218 bytes .../resources/melody/guitar/son4.png | Bin 0 -> 218 bytes src/melody-activity/resources/melody/switch.png | Bin 0 -> 6804 bytes .../resources/melody/tachos/background.jpg | Bin 0 -> 26463 bytes .../resources/melody/tachos/cursor.png | Bin 0 -> 7398 bytes .../resources/melody/tachos/son1.png | Bin 0 -> 5692 bytes .../resources/melody/tachos/son2.png | Bin 0 -> 6351 bytes .../resources/melody/tachos/son3.png | Bin 0 -> 9108 bytes .../resources/melody/tachos/son4.png | Bin 0 -> 9122 bytes .../resources/melody/xylofon/background.png | Bin 0 -> 32000 bytes .../resources/melody/xylofon/cursor.png | Bin 0 -> 6669 bytes .../resources/melody/xylofon/son1.png | Bin 0 -> 6903 bytes .../resources/melody/xylofon/son2.png | Bin 0 -> 8218 bytes .../resources/melody/xylofon/son3.png | Bin 0 -> 6930 bytes .../resources/melody/xylofon/son4.png | Bin 0 -> 5870 bytes src/scalesboard-activity/resources/scale/README | 3 + .../resources/writing_tutor/anim_pen.gif | Bin 0 -> 4808 bytes .../resources/writing_tutor/anim_pen.txt | 1 + .../resources/writing_tutor/drop.png | Bin 0 -> 3162 bytes .../resources/writing_tutor/image_match/@kruh.png | Bin 0 -> 5830 bytes .../writing_tutor/image_match/@obdlznik.png | Bin 0 -> 1720 bytes .../writing_tutor/image_match/@stvorec.png | Bin 0 -> 3022 bytes .../writing_tutor/image_match/@trojuholnik.png | Bin 0 -> 5720 bytes .../resources/writing_tutor/image_match/a.png | Bin 0 -> 9561 bytes .../resources/writing_tutor/image_match/b.png | Bin 0 -> 7808 bytes .../resources/writing_tutor/image_match/c.png | Bin 0 -> 3427 bytes .../resources/writing_tutor/image_match/d.png | Bin 0 -> 6829 bytes .../resources/writing_tutor/image_match/g.png | Bin 0 -> 12231 bytes .../resources/writing_tutor/image_match/h.png | Bin 0 -> 9275 bytes .../resources/writing_tutor/image_match/j.png | Bin 0 -> 4409 bytes .../resources/writing_tutor/image_match/l.png | Bin 0 -> 13548 bytes .../resources/writing_tutor/image_match/m.png | Bin 0 -> 8271 bytes .../resources/writing_tutor/image_match/r.png | Bin 0 -> 10825 bytes .../resources/writing_tutor/image_match/s.png | Bin 0 -> 5765 bytes .../resources/writing_tutor/image_match/t.png | Bin 0 -> 11637 bytes .../resources/writing_tutor/image_match/z.png | Bin 0 -> 7124 bytes .../resources/writing_tutor/notepad.png | Bin 0 -> 20759 bytes .../resources/writing_tutor/pattern_admin_bg.png | Bin 0 -> 5524 bytes .../resources/writing_tutor/tablet_active.png | Bin 0 -> 1485 bytes .../resources/writing_tutor/tablet_inactive.png | Bin 0 -> 604 bytes .../resources/writing_tutor/wood_oak.png | Bin 0 -> 717203 bytes .../resources/writing_tutor/wood_pine.png | Bin 0 -> 573500 bytes .../writing_tutor_common.py | 165 ++++++++++++++++++++ 98 files changed, 173 insertions(+), 173 deletions(-) commit 5ffe7dd5fc43ac64994f74c41b457b168e660f36 Author: Bruno Coudoin Date: Tue Jun 26 22:22:48 2007 +0000 not needed svn path=/branches/gcomprixo/; revision=2809 src/scalesboard-activity/resources/scale/README | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit d9e204fb1f2226e02e8e4420bb73df3fe8b1ced0 Author: Bruno Coudoin Date: Tue Jun 26 22:19:00 2007 +0000 One more set of activity ported to the new architecture svn path=/branches/gcomprixo/; revision=2808 boards/ballcatch.xml.in | 19 - boards/bargame.xml.in | 18 - boards/bargame/blue_ball.png | Bin 29654 -> 0 bytes boards/bargame/board.png | Bin 18908 -> 0 bytes boards/bargame/case.png | Bin 85453 -> 0 bytes boards/bargame/case_last.png | Bin 86560 -> 0 bytes boards/bargame/green_ball.png | Bin 27307 -> 0 bytes boards/bargame/mask.png | Bin 38146 -> 0 bytes boards/bargame/mask_last.png | Bin 38806 -> 0 bytes boards/bargame/ombre.png | Bin 12238 -> 0 bytes boards/chat.xml.in | 16 - boards/clickanddraw.xml.in | 16 - boards/connect4-2players.xml.in | 19 - boards/connect4.xml.in | 18 - boards/connect4/back.png | Bin 78578 -> 0 bytes boards/connect4/sablier.gif | Bin 140347 -> 0 bytes boards/connect4/sablier.txt | 1 - boards/connect4/stone_1.png | Bin 8096 -> 0 bytes boards/connect4/stone_2.png | Bin 7998 -> 0 bytes boards/connect4/tux-teacher.png | Bin 10392 -> 0 bytes boards/draw.xml.in | 18 - boards/drawnumber.xml.in | 17 - boards/electric.xml.in | 19 - boards/electric/battery.png | Bin 4233 -> 0 bytes boards/electric/battery_dead.png | Bin 4845 -> 0 bytes boards/electric/battery_icon.png | Bin 3887 -> 0 bytes boards/electric/bulb1.png | Bin 10575 -> 0 bytes boards/electric/bulb10.png | Bin 8957 -> 0 bytes boards/electric/bulb11.png | Bin 10510 -> 0 bytes boards/electric/bulb2.png | Bin 11652 -> 0 bytes boards/electric/bulb3.png | Bin 12959 -> 0 bytes boards/electric/bulb4.png | Bin 13679 -> 0 bytes boards/electric/bulb5.png | Bin 14566 -> 0 bytes boards/electric/bulb6.png | Bin 14452 -> 0 bytes boards/electric/bulb7.png | Bin 14260 -> 0 bytes boards/electric/bulb8.png | Bin 14065 -> 0 bytes boards/electric/bulb9.png | Bin 13003 -> 0 bytes boards/electric/bulb_icon.png | Bin 4905 -> 0 bytes boards/electric/connect.png | Bin 1667 -> 0 bytes boards/electric/connect_icon.png | Bin 3447 -> 0 bytes boards/electric/connect_spot.png | Bin 1878 -> 0 bytes boards/electric/diod.png | Bin 828 -> 0 bytes boards/electric/diode.png | Bin 1256 -> 0 bytes boards/electric/diode_icon.png | Bin 1389 -> 0 bytes boards/electric/resistor.png | Bin 1668 -> 0 bytes boards/electric/resistor_icon.png | Bin 1823 -> 0 bytes boards/electric/resistor_track.png | Bin 4022 -> 0 bytes boards/electric/resistor_track_icon.png | Bin 3638 -> 0 bytes boards/electric/resistor_wiper.png | Bin 613 -> 0 bytes boards/electric/switch2_icon.png | Bin 3324 -> 0 bytes boards/electric/switch2_off.png | Bin 2494 -> 0 bytes boards/electric/switch2_on.png | Bin 2419 -> 0 bytes boards/electric/switch_click.png | Bin 971 -> 0 bytes boards/electric/switch_icon.png | Bin 1798 -> 0 bytes boards/electric/switch_off.png | Bin 1671 -> 0 bytes boards/electric/switch_on.png | Bin 1638 -> 0 bytes boards/followline.xml.in | 19 - boards/gnumch-equality.xml.in | 18 - boards/gnumch-factors.xml.in | 18 - boards/gnumch-inequality.xml.in | 17 - boards/gnumch-multiples.xml.in | 18 - boards/gnumch-primes.xml.in | 18 - boards/gnumch/diaper.gif | Bin 773 -> 0 bytes boards/gnumch/diaper.txt | 3 - boards/gnumch/diaper_eating.gif | Bin 1853 -> 0 bytes boards/gnumch/diaper_walking.gif | Bin 773 -> 0 bytes boards/gnumch/eater.gif | Bin 438 -> 0 bytes boards/gnumch/eater.txt | 3 - boards/gnumch/eater_eating.gif | Bin 1093 -> 0 bytes boards/gnumch/eater_walking.gif | Bin 438 -> 0 bytes boards/gnumch/fraidy.gif | Bin 758 -> 0 bytes boards/gnumch/fraidy.txt | 3 - boards/gnumch/fraidy_eating.gif | Bin 1941 -> 0 bytes boards/gnumch/fraidy_walking.gif | Bin 758 -> 0 bytes boards/gnumch/muncher.gif | Bin 433 -> 0 bytes boards/gnumch/muncher.txt | 3 - boards/gnumch/muncher_eating.gif | Bin 1486 -> 0 bytes boards/gnumch/muncher_walking.gif | Bin 433 -> 0 bytes boards/gnumch/reggie.gif | Bin 491 -> 0 bytes boards/gnumch/reggie.txt | 3 - boards/gnumch/reggie_eating.gif | Bin 1178 -> 0 bytes boards/gnumch/reggie_walking.gif | Bin 491 -> 0 bytes boards/gnumch/smarty.gif | Bin 634 -> 0 bytes boards/gnumch/smarty.txt | 3 - boards/gnumch/smarty_eating.gif | Bin 1889 -> 0 bytes boards/gnumch/smarty_walking.gif | Bin 634 -> 0 bytes boards/guessnumber.xml.in | 19 - boards/hexagon.xml.in | 17 - boards/images/arrow.png | Bin 1892 -> 0 bytes boards/images/circle.png | Bin 5830 -> 0 bytes boards/images/rectangle.png | Bin 3022 -> 0 bytes boards/images/rhombus.png | Bin 7094 -> 0 bytes boards/images/star.png | Bin 8072 -> 0 bytes boards/images/top_boat_green.png | Bin 1792 -> 0 bytes boards/images/top_boat_green_tux.png | Bin 2764 -> 0 bytes boards/images/top_boat_red.png | Bin 1734 -> 0 bytes boards/images/triangle.png | Bin 5720 -> 0 bytes boards/images/tux.png | Bin 12947 -> 0 bytes boards/images/tux_albert.png | Bin 17752 -> 0 bytes boards/images/tux_graduate.png | Bin 15468 -> 0 bytes boards/images/tux_teen.png | Bin 14161 -> 0 bytes boards/images/water_spot.png | Bin 13027 -> 0 bytes boards/login.xml.in | 21 - boards/melody.xml.in | 18 - boards/mosaic.xml.in | 19 - boards/opt/followline.png | Bin 96750 -> 0 bytes boards/opt/school_bg1.jpg | Bin 48363 -> 0 bytes boards/opt/school_bg2.jpg | Bin 38034 -> 0 bytes boards/opt/school_bg3.jpg | Bin 74930 -> 0 bytes boards/opt/school_bg4.jpg | Bin 75413 -> 0 bytes boards/pythontemplate.xml.in | 18 - boards/pythontest.xml.in | 18 - boards/redraw.xml.in | 18 - boards/redraw_symmetrical.xml.in | 18 - boards/searace.xml.in | 22 - boards/searace1player.xml.in | 22 - boards/skins/gartoon/boardicons/watercycle.svg | 168 -- boards/sudoku.xml.in | 17 - boards/tuxpaint.xml.in | 16 - boards/watercycle.xml.in | 17 - boards/watercycle/.cvsignore | 4 - boards/watercycle/README | 3 - boards/watercycle/background.png | Bin 54981 -> 0 bytes boards/watercycle/badwater.png | Bin 1106 -> 0 bytes boards/watercycle/badwater_off.png | Bin 1098 -> 0 bytes boards/watercycle/cleanwater.png | Bin 5295 -> 0 bytes boards/watercycle/cleanwater_off.png | Bin 4271 -> 0 bytes boards/watercycle/fishingboat.gif | Bin 57577 -> 0 bytes boards/watercycle/fishingboat.png | Bin 8363 -> 0 bytes boards/watercycle/fishingboat_tux.png | Bin 10749 -> 0 bytes boards/watercycle/pumpwater.png | Bin 3322 -> 0 bytes boards/watercycle/pumpwater_off.png | Bin 2554 -> 0 bytes boards/watercycle/rain.png | Bin 4414 -> 0 bytes boards/watercycle/riverempty.png | Bin 11025 -> 0 bytes boards/watercycle/riverfull.png | Bin 12623 -> 0 bytes boards/watercycle/shower.png | Bin 550 -> 0 bytes boards/watercycle/shower_off.png | Bin 355 -> 0 bytes boards/watercycle/shower_on.png | Bin 324 -> 0 bytes boards/watercycle/showerwater.png | Bin 4936 -> 0 bytes boards/watercycle/snow.png | Bin 443 -> 0 bytes boards/watercycle/sun.png | Bin 2782 -> 0 bytes boards/watercycle/tuxboat.txt | 4 - boards/watercycle/vapor.png | Bin 401 -> 0 bytes boards/watercycle/watercleaning.png | Bin 4637 -> 0 bytes boards/watercycle/waterpump.png | Bin 4888 -> 0 bytes boards/writing_tutor_image_match.xml.in | 18 - boards/writing_tutor_missing_match.xml.in | 20 - boards/writing_tutor_pattern_admin.xml.in | 18 - boards/writing_tutor_template_match.xml.in | 18 - configure.in | 68 +- src/Makefile.am | 35 +- src/ballcatch-activity/Makefile.am | 7 + src/ballcatch-activity/activity/Makefile.am | 20 + src/ballcatch-activity/activity/ballcatch.svg | 174 ++ src/ballcatch-activity/activity/ballcatch.xml.in | 19 + src/ballcatch-activity/ballcatch.py | 318 ++++ src/ballcatch-activity/resources/skins | 1 + src/ballcatch-activity/runit.sh | 12 + src/bargame-activity/Makefile.am | 7 + src/bargame-activity/activity/Makefile.am | 20 + src/bargame-activity/activity/bargame.svg | 163 ++ src/bargame-activity/activity/bargame.xml.in | 18 + src/bargame-activity/bargame.py | 536 +++++++ .../resources/bargame/blue_ball.png | Bin 0 -> 29654 bytes src/bargame-activity/resources/bargame/board.png | Bin 0 -> 18908 bytes src/bargame-activity/resources/bargame/case.png | Bin 0 -> 85453 bytes .../resources/bargame/case_last.png | Bin 0 -> 86560 bytes .../resources/bargame/enumerate_answer.png | Bin 0 -> 1720 bytes .../resources/bargame/enumerate_answer_focus.png | Bin 0 -> 1892 bytes .../resources/bargame/green_ball.png | Bin 0 -> 27307 bytes src/bargame-activity/resources/bargame/mask.png | Bin 0 -> 38146 bytes .../resources/bargame/mask_last.png | Bin 0 -> 38806 bytes src/bargame-activity/resources/bargame/ombre.png | Bin 0 -> 12238 bytes .../resources/bargame/school_bg1.jpg | Bin 0 -> 48363 bytes .../resources/bargame/school_bg2.jpg | Bin 0 -> 38034 bytes .../resources/bargame/school_bg3.jpg | Bin 0 -> 74930 bytes .../resources/bargame/school_bg4.jpg | Bin 0 -> 75413 bytes src/bargame-activity/resources/bargame/tux.png | Bin 0 -> 12947 bytes .../resources/bargame/tux_albert.png | Bin 0 -> 17752 bytes .../resources/bargame/tux_graduate.png | Bin 0 -> 15468 bytes .../resources/bargame/tux_teen.png | Bin 0 -> 14161 bytes src/bargame-activity/resources/skins | 1 + src/bargame-activity/runit.sh | 12 + src/boards/python/DTW/Makefile.am | 8 - src/boards/python/DTW/dtw.py | 170 -- src/boards/python/Makefile.am | 2 +- src/boards/python/ballcatch.py | 318 ---- src/boards/python/bargame.py | 536 ------- src/boards/python/chat.py | 343 ---- src/boards/python/clickanddraw.py | 113 -- src/boards/python/connect4.py | 359 ----- src/boards/python/connect4p/.cvsignore | 8 - src/boards/python/connect4p/Makefile.am | 12 - src/boards/python/connect4p/__init__.py | 1 - src/boards/python/connect4p/board.py | 65 - src/boards/python/connect4p/human.py | 69 - src/boards/python/connect4p/minmax.py | 171 -- src/boards/python/connect4p/player.py | 53 - src/boards/python/connect4p/rules.py | 128 -- src/boards/python/drawnumber.py | 253 --- src/boards/python/electric.py | 1663 -------------------- src/boards/python/followline.py | 345 ---- src/boards/python/gnumch.py | 933 ----------- src/boards/python/guessnumber.py | 390 ----- src/boards/python/hexagon.py | 188 --- src/boards/python/login.py | 564 ------- src/boards/python/melody.py | 398 ----- src/boards/python/mosaic.py | 378 ----- src/boards/python/pythontemplate.py | 47 - src/boards/python/pythontest.py | 510 ------ src/boards/python/redraw.py | 1339 ---------------- src/boards/python/searace.py | 1027 ------------ src/boards/python/sudoku.py | 1609 ------------------- src/boards/python/tuxpaint.py | 267 ---- src/boards/python/watercycle.py | 546 ------- src/boards/python/writing_tutor_image_match.py | 750 --------- src/boards/python/writing_tutor_missing_match.py | 735 --------- src/boards/python/writing_tutor_pattern_admin.py | 774 --------- src/boards/python/writing_tutor_template_match.py | 735 --------- src/chat-activity/Makefile.am | 7 + src/chat-activity/activity/Makefile.am | 20 + src/chat-activity/activity/chat.svg | 106 ++ src/chat-activity/activity/chat.xml.in | 16 + src/chat-activity/chat.py | 343 ++++ src/chat-activity/resources/skins | 1 + src/chat-activity/runit.sh | 12 + src/clickanddraw-activity/Makefile.am | 7 + src/clickanddraw-activity/activity/Makefile.am | 20 + .../activity/clickanddraw.svg | 286 ++++ .../activity/clickanddraw.xml.in | 16 + src/clickanddraw-activity/clickanddraw.py | 113 ++ src/clickanddraw-activity/resources/skins | 1 + src/clickanddraw-activity/runit.sh | 12 + src/connect4-2players-activity/Makefile.am | 2 + .../activity/Makefile.am | 20 + .../activity/connect4-2players.xml.in | 19 + .../activity/connect4.svg | 141 ++ src/connect4-2players-activity/resources/skins | 1 + src/connect4-2players-activity/runit.sh | 20 + src/connect4-activity/Makefile.am | 7 + src/connect4-activity/activity/Makefile.am | 20 + src/connect4-activity/activity/connect4.xml.in | 18 + src/connect4-activity/connect4.py | 359 +++++ src/connect4-activity/connect4p/.cvsignore | 8 + src/connect4-activity/connect4p/Makefile.am | 12 + src/connect4-activity/connect4p/__init__.py | 1 + src/connect4-activity/connect4p/board.py | 65 + src/connect4-activity/connect4p/human.py | 69 + src/connect4-activity/connect4p/minmax.py | 171 ++ src/connect4-activity/connect4p/player.py | 53 + src/connect4-activity/connect4p/rules.py | 128 ++ src/connect4-activity/resources/connect4/back.png | Bin 0 -> 78578 bytes .../resources/connect4/sablier.gif | Bin 0 -> 140347 bytes .../resources/connect4/sablier.txt | 1 + .../resources/connect4/stone_1.png | Bin 0 -> 8096 bytes .../resources/connect4/stone_2.png | Bin 0 -> 7998 bytes .../resources/connect4/tux-teacher.png | Bin 0 -> 10392 bytes src/connect4-activity/resources/skins | 1 + src/connect4-activity/runit.sh | 12 + src/draw-activity/Makefile.am | 3 + src/draw-activity/activity/Makefile.am | 20 + src/draw-activity/activity/draw.svg | 122 ++ src/draw-activity/activity/draw.xml.in | 18 + src/draw-activity/resources/skins | 1 + src/draw-activity/runit.sh | 12 + src/drawnumber-activity/Makefile.am | 7 + src/drawnumber-activity/activity/Makefile.am | 20 + src/drawnumber-activity/activity/drawnumber.svg | 173 ++ src/drawnumber-activity/activity/drawnumber.xml.in | 17 + src/drawnumber-activity/drawnumber.py | 253 +++ src/drawnumber-activity/resources/skins | 1 + src/drawnumber-activity/runit.sh | 12 + src/electric-activity/Makefile.am | 7 + src/electric-activity/activity/Makefile.am | 20 + src/electric-activity/activity/electric.svg | 192 +++ src/electric-activity/activity/electric.xml.in | 19 + src/electric-activity/electric.py | 1663 ++++++++++++++++++++ .../resources/electric/battery.png | Bin 0 -> 4233 bytes .../resources/electric/battery_dead.png | Bin 0 -> 4845 bytes .../resources/electric/battery_icon.png | Bin 0 -> 3887 bytes src/electric-activity/resources/electric/bulb1.png | Bin 0 -> 10575 bytes .../resources/electric/bulb10.png | Bin 0 -> 8957 bytes .../resources/electric/bulb11.png | Bin 0 -> 10510 bytes src/electric-activity/resources/electric/bulb2.png | Bin 0 -> 11652 bytes src/electric-activity/resources/electric/bulb3.png | Bin 0 -> 12959 bytes src/electric-activity/resources/electric/bulb4.png | Bin 0 -> 13679 bytes src/electric-activity/resources/electric/bulb5.png | Bin 0 -> 14566 bytes src/electric-activity/resources/electric/bulb6.png | Bin 0 -> 14452 bytes src/electric-activity/resources/electric/bulb7.png | Bin 0 -> 14260 bytes src/electric-activity/resources/electric/bulb8.png | Bin 0 -> 14065 bytes src/electric-activity/resources/electric/bulb9.png | Bin 0 -> 13003 bytes .../resources/electric/bulb_icon.png | Bin 0 -> 4905 bytes .../resources/electric/connect.png | Bin 0 -> 1667 bytes .../resources/electric/connect_icon.png | Bin 0 -> 3447 bytes .../resources/electric/connect_spot.png | Bin 0 -> 1878 bytes src/electric-activity/resources/electric/diod.png | Bin 0 -> 828 bytes src/electric-activity/resources/electric/diode.png | Bin 0 -> 1256 bytes .../resources/electric/diode_icon.png | Bin 0 -> 1389 bytes .../resources/electric/resistor.png | Bin 0 -> 1668 bytes .../resources/electric/resistor_icon.png | Bin 0 -> 1823 bytes .../resources/electric/resistor_track.png | Bin 0 -> 4022 bytes .../resources/electric/resistor_track_icon.png | Bin 0 -> 3638 bytes .../resources/electric/resistor_wiper.png | Bin 0 -> 613 bytes .../resources/electric/switch2_icon.png | Bin 0 -> 3324 bytes .../resources/electric/switch2_off.png | Bin 0 -> 2494 bytes .../resources/electric/switch2_on.png | Bin 0 -> 2419 bytes .../resources/electric/switch_click.png | Bin 0 -> 971 bytes .../resources/electric/switch_icon.png | Bin 0 -> 1798 bytes .../resources/electric/switch_off.png | Bin 0 -> 1671 bytes .../resources/electric/switch_on.png | Bin 0 -> 1638 bytes src/electric-activity/resources/skins | 1 + src/electric-activity/runit.sh | 12 + src/followline-activity/Makefile.am | 7 + src/followline-activity/activity/Makefile.am | 20 + src/followline-activity/activity/followline.svg | 848 ++++++++++ src/followline-activity/activity/followline.xml.in | 19 + src/followline-activity/followline.py | 345 ++++ .../resources/followline/followline.png | Bin 0 -> 96750 bytes .../resources/followline/water_spot.png | Bin 0 -> 13027 bytes src/followline-activity/resources/skins | 1 + src/followline-activity/runit.sh | 12 + src/gcompris/anim.c | 9 +- src/gnumch-equality-activity/Makefile.am | 7 + src/gnumch-equality-activity/activity/Makefile.am | 20 + .../activity/gnumch-equal.svg | 205 +++ .../activity/gnumch-equality.xml.in | 18 + src/gnumch-equality-activity/gnumch.py | 933 +++++++++++ .../resources/gnumch/diaper.gif | Bin 0 -> 773 bytes .../resources/gnumch/diaper.txt | 3 + .../resources/gnumch/diaper_eating.gif | Bin 0 -> 1853 bytes .../resources/gnumch/diaper_walking.gif | Bin 0 -> 773 bytes .../resources/gnumch/eater.gif | Bin 0 -> 438 bytes .../resources/gnumch/eater.txt | 3 + .../resources/gnumch/eater_eating.gif | Bin 0 -> 1093 bytes .../resources/gnumch/eater_walking.gif | Bin 0 -> 438 bytes .../resources/gnumch/fraidy.gif | Bin 0 -> 758 bytes .../resources/gnumch/fraidy.txt | 3 + .../resources/gnumch/fraidy_eating.gif | Bin 0 -> 1941 bytes .../resources/gnumch/fraidy_walking.gif | Bin 0 -> 758 bytes .../resources/gnumch/muncher.gif | Bin 0 -> 433 bytes .../resources/gnumch/muncher.txt | 3 + .../resources/gnumch/muncher_eating.gif | Bin 0 -> 1486 bytes .../resources/gnumch/muncher_walking.gif | Bin 0 -> 433 bytes .../resources/gnumch/reggie.gif | Bin 0 -> 491 bytes .../resources/gnumch/reggie.txt | 3 + .../resources/gnumch/reggie_eating.gif | Bin 0 -> 1178 bytes .../resources/gnumch/reggie_walking.gif | Bin 0 -> 491 bytes .../resources/gnumch/smarty.gif | Bin 0 -> 634 bytes .../resources/gnumch/smarty.txt | 3 + .../resources/gnumch/smarty_eating.gif | Bin 0 -> 1889 bytes .../resources/gnumch/smarty_walking.gif | Bin 0 -> 634 bytes src/gnumch-equality-activity/resources/skins | 1 + src/gnumch-equality-activity/runit.sh | 12 + src/gnumch-factors-activity/Makefile.am | 3 + src/gnumch-factors-activity/activity/Makefile.am | 20 + .../activity/gnumch-factors.svg | 216 +++ .../activity/gnumch-factors.xml.in | 18 + src/gnumch-factors-activity/resources/skins | 1 + src/gnumch-factors-activity/runit.sh | 12 + src/gnumch-inequality-activity/Makefile.am | 3 + .../activity/Makefile.am | 20 + .../activity/gnumch-inequal.svg | 215 +++ .../activity/gnumch-inequality.xml.in | 17 + src/gnumch-inequality-activity/resources/skins | 1 + src/gnumch-inequality-activity/runit.sh | 12 + src/gnumch-multiples-activity/Makefile.am | 4 + src/gnumch-multiples-activity/activity/Makefile.am | 20 + .../activity/gnumch-multiples.svg | 196 +++ .../activity/gnumch-multiples.xml.in | 18 + src/gnumch-multiples-activity/resources/skins | 1 + src/gnumch-multiples-activity/runit.sh | 12 + src/gnumch-primes-activity/Makefile.am | 4 + src/gnumch-primes-activity/activity/Makefile.am | 20 + .../activity/gnumch-primes.svg | 196 +++ .../activity/gnumch-primes.xml.in | 18 + src/gnumch-primes-activity/resources/skins | 1 + src/gnumch-primes-activity/runit.sh | 12 + src/guessnumber-activity/Makefile.am | 7 + src/guessnumber-activity/activity/Makefile.am | 20 + src/guessnumber-activity/activity/guessnumber.svg | 190 +++ .../activity/guessnumber.xml.in | 19 + src/guessnumber-activity/guessnumber.py | 390 +++++ src/guessnumber-activity/resources/skins | 1 + src/guessnumber-activity/runit.sh | 12 + src/hexagon-activity/Makefile.am | 7 + src/hexagon-activity/activity/Makefile.am | 20 + src/hexagon-activity/activity/hexagon.svg | 157 ++ src/hexagon-activity/activity/hexagon.xml.in | 17 + src/hexagon-activity/hexagon.py | 188 +++ src/hexagon-activity/resources/skins | 1 + src/hexagon-activity/runit.sh | 12 + src/login-activity/Makefile.am | 7 + src/login-activity/activity/Makefile.am | 20 + src/login-activity/activity/login.xml.in | 21 + src/login-activity/login.py | 564 +++++++ src/login-activity/resources/skins | 1 + src/login-activity/runit.sh | 12 + src/melody-activity/Makefile.am | 7 + src/melody-activity/activity/Makefile.am | 20 + src/melody-activity/activity/melody.xml.in | 18 + src/melody-activity/melody.py | 398 +++++ src/melody-activity/resources/skins | 1 + src/melody-activity/runit.sh | 12 + src/mosaic-activity/Makefile.am | 7 + src/mosaic-activity/activity/Makefile.am | 20 + src/mosaic-activity/activity/mosaic.xml.in | 19 + src/mosaic-activity/mosaic.py | 378 +++++ src/mosaic-activity/resources/skins | 1 + src/mosaic-activity/runit.sh | 12 + src/pythontemplate-activity/Makefile.am | 7 + src/pythontemplate-activity/activity/Makefile.am | 20 + .../activity/pythontemplate.xml.in | 18 + src/pythontemplate-activity/pythontemplate.py | 47 + src/pythontemplate-activity/resources/skins | 1 + src/pythontemplate-activity/runit.sh | 12 + src/pythontest-activity/Makefile.am | 7 + src/pythontest-activity/activity/Makefile.am | 20 + src/pythontest-activity/activity/pythontest.xml.in | 18 + src/pythontest-activity/pythontest.py | 510 ++++++ src/pythontest-activity/resources/skins | 1 + src/pythontest-activity/runit.sh | 12 + src/redraw-activity/Makefile.am | 7 + src/redraw-activity/activity/Makefile.am | 20 + src/redraw-activity/activity/redraw.xml.in | 18 + src/redraw-activity/redraw.py | 1339 ++++++++++++++++ src/redraw-activity/resources/skins | 1 + src/redraw-activity/runit.sh | 12 + src/redraw_symmetrical-activity/Makefile.am | 3 + .../activity/Makefile.am | 20 + .../activity/redraw_symmetrical.xml.in | 18 + src/redraw_symmetrical-activity/resources/skins | 1 + src/redraw_symmetrical-activity/runit.sh | 12 + src/searace-activity/Makefile.am | 7 + src/searace-activity/activity/Makefile.am | 20 + src/searace-activity/activity/searace.xml.in | 22 + src/searace-activity/resources/searace/arrow.png | Bin 0 -> 1892 bytes .../resources/searace/top_boat_green.png | Bin 0 -> 1792 bytes .../resources/searace/top_boat_green_tux.png | Bin 0 -> 2764 bytes .../resources/searace/top_boat_red.png | Bin 0 -> 1734 bytes src/searace-activity/resources/skins | 1 + src/searace-activity/runit.sh | 12 + src/searace-activity/searace.py | 1027 ++++++++++++ src/searace1player-activity/Makefile.am | 3 + src/searace1player-activity/activity/Makefile.am | 20 + .../activity/searace1player.xml.in | 22 + src/searace1player-activity/resources/skins | 1 + src/searace1player-activity/runit.sh | 12 + src/sudoku-activity/Makefile.am | 7 + src/sudoku-activity/activity/Makefile.am | 20 + src/sudoku-activity/activity/sudoku.xml.in | 17 + src/sudoku-activity/resources/skins | 1 + src/sudoku-activity/resources/sudoku/circle.png | Bin 0 -> 5830 bytes src/sudoku-activity/resources/sudoku/rectangle.png | Bin 0 -> 3022 bytes src/sudoku-activity/resources/sudoku/rhombus.png | Bin 0 -> 7094 bytes src/sudoku-activity/resources/sudoku/star.png | Bin 0 -> 8072 bytes src/sudoku-activity/resources/sudoku/triangle.png | Bin 0 -> 5720 bytes src/sudoku-activity/runit.sh | 12 + src/sudoku-activity/sudoku.py | 1609 +++++++++++++++++++ src/tuxpaint-activity/Makefile.am | 7 + src/tuxpaint-activity/activity/Makefile.am | 20 + src/tuxpaint-activity/activity/tuxpaint.xml.in | 16 + src/tuxpaint-activity/resources/skins | 1 + src/tuxpaint-activity/runit.sh | 12 + src/tuxpaint-activity/tuxpaint.py | 267 ++++ src/watercycle-activity/Makefile.am | 7 + src/watercycle-activity/activity/Makefile.am | 20 + src/watercycle-activity/activity/watercycle.svg | 168 ++ src/watercycle-activity/activity/watercycle.xml.in | 17 + src/watercycle-activity/resources/skins | 1 + .../resources/watercycle/.cvsignore | 4 + .../resources/watercycle/README | 3 + .../resources/watercycle/background.png | Bin 0 -> 54981 bytes .../resources/watercycle/badwater.png | Bin 0 -> 1106 bytes .../resources/watercycle/badwater_off.png | Bin 0 -> 1098 bytes .../resources/watercycle/cleanwater.png | Bin 0 -> 5295 bytes .../resources/watercycle/cleanwater_off.png | Bin 0 -> 4271 bytes .../resources/watercycle/fishingboat.gif | Bin 0 -> 57577 bytes .../resources/watercycle/fishingboat.png | Bin 0 -> 8363 bytes .../resources/watercycle/fishingboat_tux.png | Bin 0 -> 10749 bytes .../resources/watercycle/minitux.png | Bin 0 -> 3499 bytes .../resources/watercycle/pumpwater.png | Bin 0 -> 3322 bytes .../resources/watercycle/pumpwater_off.png | Bin 0 -> 2554 bytes .../resources/watercycle/rain.png | Bin 0 -> 4414 bytes .../resources/watercycle/riverempty.png | Bin 0 -> 11025 bytes .../resources/watercycle/riverfull.png | Bin 0 -> 12623 bytes .../resources/watercycle/shower.png | Bin 0 -> 550 bytes .../resources/watercycle/shower_off.png | Bin 0 -> 355 bytes .../resources/watercycle/shower_on.png | Bin 0 -> 324 bytes .../resources/watercycle/showerwater.png | Bin 0 -> 4936 bytes .../resources/watercycle/snow.png | Bin 0 -> 443 bytes .../resources/watercycle/sun.png | Bin 0 -> 2782 bytes .../resources/watercycle/tuxboat.txt | 4 + .../resources/watercycle/vapor.png | Bin 0 -> 401 bytes .../resources/watercycle/watercleaning.png | Bin 0 -> 4637 bytes .../resources/watercycle/waterpump.png | Bin 0 -> 4888 bytes src/watercycle-activity/runit.sh | 12 + src/watercycle-activity/watercycle.py | 546 +++++++ .../DTW/Makefile.am | 8 + src/writing_tutor_image_match-activity/DTW/dtw.py | 170 ++ src/writing_tutor_image_match-activity/Makefile.am | 7 + .../activity/Makefile.am | 20 + .../activity/writing_tutor_image_match.xml.in | 18 + .../resources/skins | 1 + src/writing_tutor_image_match-activity/runit.sh | 12 + .../writing_tutor_image_match.py | 750 +++++++++ .../Makefile.am | 7 + .../activity/Makefile.am | 20 + .../activity/writing_tutor_missing_match.xml.in | 20 + .../resources/skins | 1 + src/writing_tutor_missing_match-activity/runit.sh | 12 + .../writing_tutor_missing_match.py | 735 +++++++++ .../Makefile.am | 7 + .../activity/Makefile.am | 20 + .../activity/writing_tutor_pattern_admin.xml.in | 18 + .../resources/skins | 1 + src/writing_tutor_pattern_admin-activity/runit.sh | 12 + .../writing_tutor_pattern_admin.py | 774 +++++++++ .../Makefile.am | 7 + .../activity/Makefile.am | 20 + .../activity/writing_tutor_template_match.xml.in | 18 + .../resources/skins | 1 + src/writing_tutor_template_match-activity/runit.sh | 12 + .../writing_tutor_template_match.py | 735 +++++++++ 523 files changed, 21587 insertions(+), 16614 deletions(-) commit f06aaf602bb25306a985087cb8204cb8fbbdf0bf Author: Bruno Coudoin Date: Tue Jun 26 20:19:29 2007 +0000 More migration to new architecture svn path=/branches/gcomprixo/; revision=2807 boards/administration.xml.in | 18 - boards/algorithm.xml.in | 17 - boards/gcompris/misc/cerise.png | Bin 16725 -> 0 bytes boards/gcompris/misc/peer.png | Bin 21149 -> 0 bytes boards/gcompris/misc/strawberry.png | Bin 3211 -> 0 bytes boards/opt/scenery5_background.png | Bin 75300 -> 0 bytes configure.in | 6 +- src/Makefile.am | 4 +- src/administration-activity/Makefile.am | 7 + src/administration-activity/activity/Makefile.am | 20 + .../activity/administration.xml.in | 18 + src/administration-activity/admin/.cvsignore | 8 + src/administration-activity/admin/Makefile.am | 27 + src/administration-activity/admin/__init__.py | 1 + src/administration-activity/admin/board_list.py | 715 ++++++++++++++++++++ src/administration-activity/admin/class_edit.py | 408 +++++++++++ src/administration-activity/admin/class_list.py | 310 +++++++++ src/administration-activity/admin/constants.py | 116 ++++ src/administration-activity/admin/group_edit.py | 406 +++++++++++ src/administration-activity/admin/group_list.py | 362 ++++++++++ .../admin/group_user_list.py | 183 +++++ src/administration-activity/admin/log_list.py | 328 +++++++++ src/administration-activity/admin/module.py | 117 ++++ src/administration-activity/admin/module_boards.py | 92 +++ src/administration-activity/admin/module_groups.py | 94 +++ .../admin/module_profiles.py | 89 +++ .../admin/module_reports.py | 93 +++ src/administration-activity/admin/module_users.py | 95 +++ src/administration-activity/admin/profile_edit.py | 421 ++++++++++++ .../admin/profile_group_list.py | 171 +++++ src/administration-activity/admin/profile_list.py | 353 ++++++++++ src/administration-activity/admin/user_edit.py | 200 ++++++ src/administration-activity/admin/user_list.py | 381 +++++++++++ src/administration-activity/admin/wordlist.py | 79 +++ src/administration-activity/administration.py | 186 +++++ src/administration-activity/resources/skins | 1 + src/administration-activity/runit.sh | 12 + src/advanced_colors-activity/Makefile.am | 29 + src/algebra_by-activity/Makefile.am | 27 + src/algebra_guesscount-activity/Makefile.am | 29 + src/algebra_minus-activity/Makefile.am | 1 + src/algebra_plus-activity/Makefile.am | 1 + src/algorithm-activity/Makefile.am | 7 + src/algorithm-activity/activity/Makefile.am | 20 + src/algorithm-activity/activity/algorithm.xml.in | 17 + src/algorithm-activity/algorithm.py | 225 ++++++ .../resources/algorithm/apple.png | Bin 0 -> 4409 bytes .../resources/algorithm/cerise.png | Bin 0 -> 16725 bytes src/algorithm-activity/resources/algorithm/egg.png | Bin 0 -> 3595 bytes .../resources/algorithm/eggpot.png | Bin 0 -> 6318 bytes .../resources/algorithm/football.png | Bin 0 -> 5752 bytes .../resources/algorithm/glass.png | Bin 0 -> 6857 bytes .../resources/algorithm/peer.png | Bin 0 -> 21149 bytes .../resources/algorithm/scenery5_background.png | Bin 0 -> 75300 bytes .../resources/algorithm/strawberry.png | Bin 0 -> 3211 bytes src/algorithm-activity/resources/skins | 1 + src/algorithm-activity/runit.sh | 12 + src/anim-activity/Makefile.am | 7 + src/awele-activity/Makefile.am | 29 + src/babymatch-activity/Makefile.am | 27 + src/babyshapes-activity/Makefile.am | 1 + src/billard-activity/Makefile.am | 28 + src/boards/python/admin/.cvsignore | 8 - src/boards/python/admin/Makefile.am | 27 - src/boards/python/admin/__init__.py | 1 - src/boards/python/admin/board_list.py | 715 -------------------- src/boards/python/admin/class_edit.py | 408 ----------- src/boards/python/admin/class_list.py | 310 --------- src/boards/python/admin/constants.py | 116 ---- src/boards/python/admin/group_edit.py | 406 ----------- src/boards/python/admin/group_list.py | 362 ---------- src/boards/python/admin/group_user_list.py | 183 ----- src/boards/python/admin/log_list.py | 328 --------- src/boards/python/admin/module.py | 117 ---- src/boards/python/admin/module_boards.py | 92 --- src/boards/python/admin/module_groups.py | 94 --- src/boards/python/admin/module_profiles.py | 89 --- src/boards/python/admin/module_reports.py | 93 --- src/boards/python/admin/module_users.py | 95 --- src/boards/python/admin/profile_edit.py | 421 ------------ src/boards/python/admin/profile_group_list.py | 171 ----- src/boards/python/admin/profile_list.py | 353 ---------- src/boards/python/admin/user_edit.py | 200 ------ src/boards/python/admin/user_list.py | 381 ----------- src/boards/python/admin/wordlist.py | 79 --- src/boards/python/administration.py | 186 ----- src/boards/python/algorithm.py | 220 ------ src/canal_lock-activity/Makefile.am | 29 + src/chess_computer-activity/Makefile.am | 34 + src/chess_movelearn-activity/Makefile.am | 1 + src/chess_partyend-activity/Makefile.am | 1 + src/chronos-activity/Makefile.am | 1 + src/click_on_letter-activity/Makefile.am | 29 + src/clickgame-activity/Makefile.am | 29 + src/clockgame-activity/Makefile.am | 29 + src/colors-activity/Makefile.am | 29 + src/crane-activity/Makefile.am | 29 + src/doubleentry-activity/Makefile.am | 1 + src/enumerate-activity/Makefile.am | 29 + src/erase-activity/Makefile.am | 29 + src/erase_clic-activity/Makefile.am | 1 + src/fifteen-activity/Makefile.am | 29 + src/geography-activity/Makefile.am | 1 + src/geography_country-activity/Makefile.am | 1 + src/gletters-activity/Makefile.am | 29 + src/hanoi-activity/Makefile.am | 29 + src/hanoi_real-activity/Makefile.am | 29 + src/imageid-activity/Makefile.am | 29 + src/imagename-activity/Makefile.am | 1 + src/leftright-activity/Makefile.am | 29 + src/magic_hat_minus-activity/Makefile.am | 28 + src/magic_hat_plus-activity/Makefile.am | 2 + src/maze-activity/Makefile.am | 29 + src/maze2DRelative-activity/Makefile.am | 1 + src/maze3D-activity/Makefile.am | 1 + src/mazeInvisible-activity/Makefile.am | 1 + src/memory-activity/Makefile.am | 29 + src/memory_add-activity/Makefile.am | 1 + src/memory_add_minus-activity/Makefile.am | 1 + src/memory_add_minus_mult_div-activity/Makefile.am | 1 + .../Makefile.am | 1 + src/memory_add_minus_tux-activity/Makefile.am | 1 + src/memory_add_tux-activity/Makefile.am | 1 + src/memory_div-activity/Makefile.am | 1 + src/memory_div_tux-activity/Makefile.am | 1 + src/memory_minus-activity/Makefile.am | 1 + src/memory_minus_tux-activity/Makefile.am | 1 + src/memory_mult-activity/Makefile.am | 1 + src/memory_mult_div-activity/Makefile.am | 1 + src/memory_mult_div_tux-activity/Makefile.am | 1 + src/memory_mult_tux-activity/Makefile.am | 1 + src/memory_sound-activity/Makefile.am | 1 + src/memory_sound_tux-activity/Makefile.am | 1 + src/memory_tux-activity/Makefile.am | 1 + src/missing_letter-activity/Makefile.am | 27 + src/money-activity/Makefile.am | 29 + src/money_cents-activity/Makefile.am | 1 + src/paintings-activity/Makefile.am | 1 + src/paratrooper-activity/Makefile.am | 29 + src/planegame-activity/Makefile.am | 29 + src/railroad-activity/Makefile.am | 29 + src/read_colors-activity/Makefile.am | 29 + src/readingh-activity/Makefile.am | 27 + src/readingv-activity/Makefile.am | 1 + src/reversecount-activity/Makefile.am | 29 + src/scalesboard-activity/Makefile.am | 27 + src/smallnumbers-activity/Makefile.am | 29 + src/smallnumbers2-activity/Makefile.am | 1 + src/submarine-activity/Makefile.am | 29 + src/superbrain-activity/Makefile.am | 29 + src/tangram-activity/Makefile.am | 36 + src/target-activity/Makefile.am | 27 + src/traffic-activity/Makefile.am | 28 + src/wordprocessor-activity/Makefile.am | 29 + src/wordsgame-activity/Makefile.am | 29 + 155 files changed, 6813 insertions(+), 5492 deletions(-) commit 066f2fc4ad4425247609c2d1be5c270fafa6af55 Author: Bruno Coudoin Date: Tue Jun 26 11:48:44 2007 +0000 ported python anim activity to the new architecture svn path=/branches/gcomprixo/; revision=2806 boards/anim.xml.in | 18 - boards/skins/gartoon/boardicons/anim.svg | 469 ---- configure.in | 36 +- src/Makefile.am | 3 +- src/anim-activity/activity/Makefile.am | 20 + src/anim-activity/activity/anim.svg | 469 ++++ src/anim-activity/activity/anim.xml.in | 18 + src/anim-activity/anim.py | 3427 ++++++++++++++++++++++++++++++ src/anim-activity/resources/skins | 1 + src/anim-activity/runit.sh | 12 + src/boards/python/Makefile.am | 35 - src/boards/python/anim.py | 3427 ------------------------------ 12 files changed, 3973 insertions(+), 3962 deletions(-) commit 67202192514513cf186ee74df619817e48062e3f Author: Bruno Coudoin Date: Tue Jun 26 10:37:03 2007 +0000 removed uncomplete activity oscar and friend svn path=/branches/gcomprixo/; revision=2805 boards/oscar_and_friends.xml.in | 18 ---- boards/oscar_and_friends/scene1_0.png | Bin 102681 -> 0 bytes src/boards/python/oscar_and_friends.py | 168 -------------------------------- 3 files changed, 0 insertions(+), 186 deletions(-) commit 4fc90f5cdd62053b52e58533c71647b06be35f31 Author: Bruno Coudoin Date: Mon Jun 25 23:49:30 2007 +0000 fixed images missing from reversecount svn path=/branches/gcomprixo/; revision=2804 boards/Makefile.am | 2 +- boards/gcompris/dice/gnome-dice0.png | Bin 2989 -> 0 bytes boards/gcompris/dice/gnome-dice1.png | Bin 3024 -> 0 bytes boards/gcompris/dice/gnome-dice2.png | Bin 3090 -> 0 bytes boards/gcompris/dice/gnome-dice3.png | Bin 3154 -> 0 bytes boards/gcompris/dice/gnome-dice4.png | Bin 3205 -> 0 bytes boards/gcompris/dice/gnome-dice5.png | Bin 3260 -> 0 bytes boards/gcompris/dice/gnome-dice6.png | Bin 3314 -> 0 bytes boards/gcompris/dice/gnome-dice7.png | Bin 3209 -> 0 bytes boards/gcompris/dice/gnome-dice8.png | Bin 3230 -> 0 bytes boards/gcompris/dice/gnome-dice9.png | Bin 3236 -> 0 bytes boards/opt/baleine.png | Bin 43288 -> 0 bytes boards/opt/elephant_mer.png | Bin 36863 -> 0 bytes boards/opt/epaulard.png | Bin 32296 -> 0 bytes boards/opt/morse.png | Bin 43756 -> 0 bytes boards/opt/narval.png | Bin 55215 -> 0 bytes boards/opt/ourspolaire.png | Bin 33169 -> 0 bytes boards/opt/phoque.png | Bin 39331 -> 0 bytes boards/reversecount/README | 2 - boards/reversecount/dice_area.png | Bin 9545 -> 0 bytes boards/reversecount/iceblock.png | Bin 6809 -> 0 bytes .../resources/reversecount/README | 2 + .../resources/reversecount/baleine.png | Bin 0 -> 43288 bytes .../resources/reversecount/dice/gnome-dice0.png | Bin 0 -> 2989 bytes .../resources/reversecount/dice/gnome-dice1.png | Bin 0 -> 3024 bytes .../resources/reversecount/dice/gnome-dice2.png | Bin 0 -> 3090 bytes .../resources/reversecount/dice/gnome-dice3.png | Bin 0 -> 3154 bytes .../resources/reversecount/dice/gnome-dice4.png | Bin 0 -> 3205 bytes .../resources/reversecount/dice/gnome-dice5.png | Bin 0 -> 3260 bytes .../resources/reversecount/dice/gnome-dice6.png | Bin 0 -> 3314 bytes .../resources/reversecount/dice/gnome-dice7.png | Bin 0 -> 3209 bytes .../resources/reversecount/dice/gnome-dice8.png | Bin 0 -> 3230 bytes .../resources/reversecount/dice/gnome-dice9.png | Bin 0 -> 3236 bytes .../resources/reversecount/dice_area.png | Bin 0 -> 9545 bytes .../resources/reversecount/elephant_mer.png | Bin 0 -> 36863 bytes .../resources/reversecount/epaulard.png | Bin 0 -> 32296 bytes .../resources/reversecount/iceblock.png | Bin 0 -> 6809 bytes .../resources/reversecount/morse.png | Bin 0 -> 43756 bytes .../resources/reversecount/narval.png | Bin 0 -> 55215 bytes .../resources/reversecount/ourspolaire.png | Bin 0 -> 33169 bytes .../resources/reversecount/phoque.png | Bin 0 -> 39331 bytes src/reversecount-activity/reversecount.c | 82 ++++++++++---------- 42 files changed, 44 insertions(+), 44 deletions(-) commit 89a8915fcfe10e9740b5816c382afdf55d469fa2 Author: Bruno Coudoin Date: Mon Jun 25 23:32:50 2007 +0000 missing images, cleanup svn path=/branches/gcomprixo/; revision=2802 boards/README | 2 -- boards/algebra_guesscount/1.png | Bin 1754 -> 0 bytes boards/algebra_guesscount/10.png | Bin 3009 -> 0 bytes boards/algebra_guesscount/100.png | Bin 4069 -> 0 bytes boards/algebra_guesscount/2.png | Bin 2662 -> 0 bytes boards/algebra_guesscount/25.png | Bin 4134 -> 0 bytes boards/algebra_guesscount/3.png | Bin 2776 -> 0 bytes boards/algebra_guesscount/4.png | Bin 2521 -> 0 bytes boards/algebra_guesscount/5.png | Bin 2570 -> 0 bytes boards/algebra_guesscount/50.png | Bin 3706 -> 0 bytes boards/algebra_guesscount/6.png | Bin 2807 -> 0 bytes boards/algebra_guesscount/7.png | Bin 2191 -> 0 bytes boards/algebra_guesscount/8.png | Bin 2946 -> 0 bytes boards/algebra_guesscount/9.png | Bin 2745 -> 0 bytes boards/algebra_guesscount/button.png | Bin 648 -> 0 bytes boards/algebra_guesscount/by.png | Bin 2623 -> 0 bytes boards/algebra_guesscount/div.png | Bin 1797 -> 0 bytes boards/algebra_guesscount/equal.png | Bin 1957 -> 0 bytes boards/algebra_guesscount/minus.png | Bin 1518 -> 0 bytes boards/algebra_guesscount/plus.png | Bin 2073 -> 0 bytes boards/target/boardicon.png | Bin 2817 -> 0 bytes .../algebra_guesscount.c | 10 +++++----- .../resources/algebra_guesscount/1.png | Bin 0 -> 1754 bytes .../resources/algebra_guesscount/10.png | Bin 0 -> 3009 bytes .../resources/algebra_guesscount/100.png | Bin 0 -> 4069 bytes .../resources/algebra_guesscount/2.png | Bin 0 -> 2662 bytes .../resources/algebra_guesscount/25.png | Bin 0 -> 4134 bytes .../resources/algebra_guesscount/3.png | Bin 0 -> 2776 bytes .../resources/algebra_guesscount/4.png | Bin 0 -> 2521 bytes .../resources/algebra_guesscount/5.png | Bin 0 -> 2570 bytes .../resources/algebra_guesscount/50.png | Bin 0 -> 3706 bytes .../resources/algebra_guesscount/6.png | Bin 0 -> 2807 bytes .../resources/algebra_guesscount/7.png | Bin 0 -> 2191 bytes .../resources/algebra_guesscount/8.png | Bin 0 -> 2946 bytes .../resources/algebra_guesscount/9.png | Bin 0 -> 2745 bytes .../resources/algebra_guesscount/button.png | Bin 0 -> 648 bytes .../resources/algebra_guesscount/by.png | Bin 0 -> 2623 bytes .../resources/algebra_guesscount/div.png | Bin 0 -> 1797 bytes .../resources/algebra_guesscount/equal.png | Bin 0 -> 1957 bytes .../resources/algebra_guesscount/minus.png | Bin 0 -> 1518 bytes .../resources/algebra_guesscount/plus.png | Bin 0 -> 2073 bytes .../algebra_guesscount/tiger1_by_Ralf_Schmode.jpg | Bin 0 -> 60493 bytes .../resources/algebra_guesscount/tigercub003.jpg | Bin 0 -> 81173 bytes .../resources/algebra_guesscount/tigerdrink001.jpg | Bin 0 -> 77092 bytes .../resources/algebra_guesscount/tigerplay001.jpg | Bin 0 -> 70274 bytes src/scalesboard-activity/resources/scale/README | 2 ++ 46 files changed, 7 insertions(+), 7 deletions(-) commit 4531be67fe674eeaf6b465c0701cd4984561a0d4 Author: Bruno Coudoin Date: Mon Jun 25 23:22:04 2007 +0000 completed the migration of C activities in the new architecture mekefiles are not implemented in *-activity/resources when needed svn path=/branches/gcomprixo/; revision=2801 boards/babymatch/.cvsignore | 3 - boards/babymatch/Makefile.am | 25 - boards/babymatch/bell.png | Bin 7124 -> 0 bytes boards/babymatch/board1_0.xml.in | 20 - boards/babymatch/board2_0.xml.in | 20 - boards/babymatch/board3_0.xml.in | 20 - boards/babymatch/board4_0.xml.in | 20 - boards/babymatch/board5_0.xml.in | 20 - boards/babymatch/board6_0.xml.in | 20 - boards/babymatch/board7_0.xml.in | 20 - boards/babymatch/gramophone.png | Bin 12231 -> 0 bytes boards/babymatch/lifebuoy.png | Bin 11632 -> 0 bytes boards/babymatch/sun.png | Bin 5765 -> 0 bytes boards/babymatch/umbrella.png | Bin 6829 -> 0 bytes boards/babyshapes/.cvsignore | 4 - boards/babyshapes/Makefile.am | 25 - boards/babyshapes/T_baby_bottle.png | Bin 956 -> 0 bytes boards/babyshapes/T_banana.png | Bin 1921 -> 0 bytes boards/babyshapes/T_bread_slice.png | Bin 2144 -> 0 bytes boards/babyshapes/T_butter.png | Bin 3191 -> 0 bytes boards/babyshapes/T_chocolate.png | Bin 2277 -> 0 bytes boards/babyshapes/T_chocolate_cake.png | Bin 2610 -> 0 bytes boards/babyshapes/T_cookie.png | Bin 1991 -> 0 bytes boards/babyshapes/T_french_croissant.png | Bin 1896 -> 0 bytes boards/babyshapes/T_grapefruit.png | Bin 1860 -> 0 bytes boards/babyshapes/T_marmelade.png | Bin 2101 -> 0 bytes boards/babyshapes/T_milk_cup.png | Bin 3042 -> 0 bytes boards/babyshapes/T_milk_shake.png | Bin 1643 -> 0 bytes boards/babyshapes/T_orange.png | Bin 2423 -> 0 bytes boards/babyshapes/T_pear.png | Bin 2051 -> 0 bytes boards/babyshapes/T_round_cookie.png | Bin 2971 -> 0 bytes boards/babyshapes/T_suggar_box.png | Bin 1322 -> 0 bytes boards/babyshapes/T_yahourt.png | Bin 1782 -> 0 bytes boards/babyshapes/board1_0.xml.in | 15 - boards/babyshapes/board2_0.xml.in | 15 - boards/babyshapes/board3_0.xml.in | 15 - boards/babyshapes/board4_0.xml.in | 15 - boards/babyshapes/board5_0.xml.in | 10 - boards/babyshapes/board6_0.xml.in | 12 - boards/babyshapes/board7_0.xml.in | 13 - boards/babyshapes/dog1/dog.png | Bin 35418 -> 0 bytes boards/babyshapes/dog1/dog1.png | Bin 101249 -> 0 bytes boards/babyshapes/dog1/dog2.png | Bin 89549 -> 0 bytes boards/babyshapes/dog1/dog3.png | Bin 99962 -> 0 bytes boards/babyshapes/dog2/dog.png | Bin 747454 -> 0 bytes boards/babyshapes/dog2/dog1.png | Bin 139020 -> 0 bytes boards/babyshapes/dog2/dog2.png | Bin 115416 -> 0 bytes boards/babyshapes/dog2/dog3.png | Bin 127370 -> 0 bytes boards/babyshapes/dog2/dog4.png | Bin 124534 -> 0 bytes boards/babyshapes/dog2/dog5.png | Bin 106123 -> 0 bytes boards/babyshapes/dog2/dog6.png | Bin 135596 -> 0 bytes boards/babyshapes/dog3/dog.png | Bin 326438 -> 0 bytes boards/babyshapes/dog3/dog1.png | Bin 68048 -> 0 bytes boards/babyshapes/dog3/dog2.png | Bin 60271 -> 0 bytes boards/babyshapes/dog3/dog3.png | Bin 62684 -> 0 bytes boards/babyshapes/dog3/dog4.png | Bin 71668 -> 0 bytes boards/babyshapes/dog3/dog5.png | Bin 61864 -> 0 bytes boards/babyshapes/dog3/dog6.png | Bin 73729 -> 0 bytes boards/chronos/.cvsignore | 4 - boards/chronos/Makefile.am | 31 - boards/chronos/board1_0.xml.in | 18 - boards/chronos/board1_1.xml.in | 22 - boards/chronos/board1_2.xml.in | 27 - boards/chronos/board2_0.xml.in | 16 - boards/chronos/board3_0.xml.in | 19 - boards/chronos/board3_1.xml.in | 17 - boards/chronos/board3_2.xml.in | 16 - boards/chronos/board3_3.xml.in | 18 - boards/chronos/board3_4.xml.in | 15 - boards/chronos/board4_0.xml.in | 21 - boards/chronos/board4_1.xml.in | 21 - boards/chronos/board4_2.xml.in | 19 - boards/chronos/board4_3.xml.in | 23 - boards/chronos/images/.cvsignore | 4 - boards/chronos/images/1955ds19.png | Bin 30048 -> 0 bytes boards/chronos/images/Eole.png | Bin 23612 -> 0 bytes boards/chronos/images/README | 6 - boards/chronos/images/autumn.png | Bin 35608 -> 0 bytes boards/chronos/images/bell_X1.png | Bin 22319 -> 0 bytes boards/chronos/images/benz1885.png | Bin 55442 -> 0 bytes boards/chronos/images/bleriot.png | Bin 18543 -> 0 bytes boards/chronos/images/bolle1878.png | Bin 57405 -> 0 bytes boards/chronos/images/celerifere.png | Bin 23884 -> 0 bytes boards/chronos/images/chronos-tuxtree1.png | Bin 39667 -> 0 bytes boards/chronos/images/chronos-tuxtree2.png | Bin 40875 -> 0 bytes boards/chronos/images/chronos-tuxtree3.png | Bin 41136 -> 0 bytes boards/chronos/images/chronos-tuxtree4.png | Bin 43291 -> 0 bytes boards/chronos/images/fardier.png | Bin 23970 -> 0 bytes boards/chronos/images/garden1.png | Bin 22376 -> 0 bytes boards/chronos/images/garden2.png | Bin 34197 -> 0 bytes boards/chronos/images/garden3.png | Bin 37420 -> 0 bytes boards/chronos/images/garden4.png | Bin 26911 -> 0 bytes boards/chronos/images/helico_cornu.png | Bin 31123 -> 0 bytes boards/chronos/images/lancia1923.png | Bin 24286 -> 0 bytes boards/chronos/images/lindbergh.png | Bin 20658 -> 0 bytes boards/chronos/images/mongolfiere.png | Bin 46248 -> 0 bytes boards/chronos/images/rafale.png | Bin 25920 -> 0 bytes boards/chronos/images/renault1899.png | Bin 73065 -> 0 bytes boards/chronos/images/spring.png | Bin 27574 -> 0 bytes boards/chronos/images/st_rocket.png | Bin 34686 -> 0 bytes boards/chronos/images/summer.png | Bin 19629 -> 0 bytes boards/chronos/images/winter.png | Bin 18557 -> 0 bytes boards/chronos/images/wright_flyer.png | Bin 39827 -> 0 bytes boards/chronos/space/1.jpg | Bin 4894 -> 0 bytes boards/chronos/space/2.jpg | Bin 4216 -> 0 bytes boards/chronos/space/3.jpg | Bin 6946 -> 0 bytes boards/chronos/space/4.jpg | Bin 4589 -> 0 bytes boards/chronos/space/bg.jpg | Bin 42707 -> 0 bytes boards/doubleentry/.cvsignore | 3 - boards/doubleentry/Makefile.am | 21 - boards/doubleentry/board1_0.xml.in | 19 - boards/doubleentry/board2_0.xml.in | 18 - boards/doubleentry/board3_0.xml.in | 23 - boards/doubleentry/circle-r0-g2.png | Bin 6326 -> 0 bytes boards/doubleentry/circle-r0-g3.png | Bin 6013 -> 0 bytes boards/doubleentry/circle-r0-g4.png | Bin 5619 -> 0 bytes boards/doubleentry/circle-r2-g0.png | Bin 6166 -> 0 bytes boards/doubleentry/circle-r2-g2.png | Bin 6974 -> 0 bytes boards/doubleentry/circle-r2-g3.png | Bin 6001 -> 0 bytes boards/doubleentry/circle-r2-g4.png | Bin 6242 -> 0 bytes boards/doubleentry/circle-r3-g0.png | Bin 6345 -> 0 bytes boards/doubleentry/circle-r3-g2.png | Bin 6361 -> 0 bytes boards/doubleentry/circle-r3-g3.png | Bin 5896 -> 0 bytes boards/doubleentry/circle-r3-g4.png | Bin 5484 -> 0 bytes boards/doubleentry/circle-r4-g0.png | Bin 5824 -> 0 bytes boards/doubleentry/circle-r4-g2.png | Bin 5612 -> 0 bytes boards/doubleentry/circle-r4-g3.png | Bin 5972 -> 0 bytes boards/doubleentry/circle-r4-g4.png | Bin 5293 -> 0 bytes boards/doubleentry/d-entry_banane_1.png | Bin 2943 -> 0 bytes boards/doubleentry/d-entry_banane_2.png | Bin 4208 -> 0 bytes boards/doubleentry/d-entry_banane_3.png | Bin 5041 -> 0 bytes boards/doubleentry/d-entry_galette_1.png | Bin 6541 -> 0 bytes boards/doubleentry/d-entry_galette_2.png | Bin 7874 -> 0 bytes boards/doubleentry/d-entry_galette_3.png | Bin 6006 -> 0 bytes boards/doubleentry/d-entry_pomme_1.png | Bin 4036 -> 0 bytes boards/doubleentry/d-entry_pomme_2.png | Bin 4004 -> 0 bytes boards/doubleentry/d-entry_pomme_3.png | Bin 5972 -> 0 bytes boards/doubleentry/doubleentry-bg.png | Bin 58507 -> 0 bytes boards/gcompris/misc/Tux_mute.png | Bin 9467 -> 0 bytes boards/gcompris/misc/Tux_play.png | Bin 17104 -> 0 bytes boards/gcompris/misc/apple.png | Bin 4409 -> 0 bytes boards/gcompris/misc/bicycle.png | Bin 11924 -> 0 bytes boards/gcompris/misc/bottle.png | Bin 2538 -> 0 bytes boards/gcompris/misc/car.png | Bin 8751 -> 0 bytes boards/gcompris/misc/carot.png | Bin 2519 -> 0 bytes boards/gcompris/misc/castle.png | Bin 11177 -> 0 bytes boards/gcompris/misc/crown.png | Bin 10824 -> 0 bytes boards/gcompris/misc/egg.png | Bin 3595 -> 0 bytes boards/gcompris/misc/eggpot.png | Bin 6318 -> 0 bytes boards/gcompris/misc/flower.png | Bin 7635 -> 0 bytes boards/gcompris/misc/flowerpot.png | Bin 6647 -> 0 bytes boards/gcompris/misc/football.png | Bin 5752 -> 0 bytes boards/gcompris/misc/fusee.png | Bin 7841 -> 0 bytes boards/gcompris/misc/glass.png | Bin 6857 -> 0 bytes boards/gcompris/misc/house.png | Bin 40383 -> 0 bytes boards/gcompris/misc/lamp.png | Bin 27862 -> 0 bytes boards/gcompris/misc/light.png | Bin 4869 -> 0 bytes boards/gcompris/misc/lighthouse.png | Bin 29067 -> 0 bytes boards/gcompris/misc/minivan.png | Bin 9763 -> 0 bytes boards/gcompris/misc/pencil.png | Bin 3427 -> 0 bytes boards/gcompris/misc/postcard.png | Bin 9589 -> 0 bytes boards/gcompris/misc/postpoint.png | Bin 6241 -> 0 bytes boards/gcompris/misc/rape.png | Bin 13841 -> 0 bytes boards/gcompris/misc/raquette.png | Bin 25476 -> 0 bytes boards/gcompris/misc/sailingboat.png | Bin 11985 -> 0 bytes boards/gcompris/misc/sapin.png | Bin 9025 -> 0 bytes boards/gcompris/misc/sofa.png | Bin 6745 -> 0 bytes boards/gcompris/misc/star.png | Bin 5118 -> 0 bytes boards/gcompris/misc/tree.png | Bin 156470 -> 0 bytes boards/gcompris/misc/truck.png | Bin 11927 -> 0 bytes boards/gcompris/misc/tuxhelico.png | Bin 9983 -> 0 bytes boards/gcompris/misc/windflag5.png | Bin 1905 -> 0 bytes boards/geography/.cvsignore | 3 - boards/geography/Makefile.am | 26 - boards/geography/africa/algeria.png | Bin 1125 -> 0 bytes boards/geography/africa/all_south_africa.png | Bin 9617 -> 0 bytes boards/geography/africa/angola.png | Bin 904 -> 0 bytes boards/geography/africa/benin.png | Bin 378 -> 0 bytes boards/geography/africa/botswana.png | Bin 665 -> 0 bytes boards/geography/africa/burkina_faso.png | Bin 533 -> 0 bytes boards/geography/africa/burundi.png | Bin 277 -> 0 bytes boards/geography/africa/cameroon.png | Bin 917 -> 0 bytes .../geography/africa/central_african_republic.png | Bin 853 -> 0 bytes boards/geography/africa/chad.png | Bin 997 -> 0 bytes .../africa/democratic_republic_of_congo.png | Bin 1460 -> 0 bytes boards/geography/africa/djibouti.png | Bin 270 -> 0 bytes boards/geography/africa/egypt.png | Bin 645 -> 0 bytes boards/geography/africa/equatorial_guinea.png | Bin 216 -> 0 bytes boards/geography/africa/eritrea.png | Bin 600 -> 0 bytes boards/geography/africa/ethiopia.png | Bin 1094 -> 0 bytes boards/geography/africa/gabon.png | Bin 518 -> 0 bytes boards/geography/africa/ganbia.png | Bin 199 -> 0 bytes boards/geography/africa/ghana.png | Bin 404 -> 0 bytes boards/geography/africa/guinea.png | Bin 595 -> 0 bytes boards/geography/africa/guinea_bissau.png | Bin 289 -> 0 bytes boards/geography/africa/ivory_coast.png | Bin 530 -> 0 bytes boards/geography/africa/kenya.png | Bin 854 -> 0 bytes boards/geography/africa/lesotho.png | Bin 239 -> 0 bytes boards/geography/africa/liberia.png | Bin 450 -> 0 bytes boards/geography/africa/libya.png | Bin 1018 -> 0 bytes boards/geography/africa/madagascar.png | Bin 786 -> 0 bytes boards/geography/africa/malawi.png | Bin 506 -> 0 bytes boards/geography/africa/mali.png | Bin 908 -> 0 bytes boards/geography/africa/mauritania.png | Bin 734 -> 0 bytes boards/geography/africa/moroco.png | Bin 635 -> 0 bytes boards/geography/africa/mozambique.png | Bin 1065 -> 0 bytes boards/geography/africa/namibia.png | Bin 740 -> 0 bytes boards/geography/africa/niger.png | Bin 949 -> 0 bytes boards/geography/africa/nigeria.png | Bin 843 -> 0 bytes boards/geography/africa/north_africa.png | Bin 14131 -> 0 bytes boards/geography/africa/republic_of_congo.png | Bin 809 -> 0 bytes boards/geography/africa/rwanda.png | Bin 252 -> 0 bytes boards/geography/africa/senegal.png | Bin 486 -> 0 bytes boards/geography/africa/sierra_leone.png | Bin 387 -> 0 bytes boards/geography/africa/somalia.png | Bin 1004 -> 0 bytes boards/geography/africa/south_africa.png | Bin 1400 -> 0 bytes boards/geography/africa/sudan.png | Bin 1277 -> 0 bytes boards/geography/africa/swaziland.png | Bin 249 -> 0 bytes boards/geography/africa/tanzania.png | Bin 829 -> 0 bytes boards/geography/africa/togo.png | Bin 319 -> 0 bytes boards/geography/africa/tunisia.png | Bin 484 -> 0 bytes boards/geography/africa/uganda.png | Bin 569 -> 0 bytes boards/geography/africa/western_sahara.png | Bin 512 -> 0 bytes boards/geography/africa/zambia.png | Bin 865 -> 0 bytes boards/geography/africa/zimbabwe.png | Bin 591 -> 0 bytes boards/geography/afrique/africa.png | Bin 7762 -> 0 bytes boards/geography/afrique/algeria.png | Bin 1063 -> 0 bytes boards/geography/afrique/angola.png | Bin 579 -> 0 bytes boards/geography/afrique/benin.png | Bin 335 -> 0 bytes boards/geography/afrique/botswana.png | Bin 529 -> 0 bytes boards/geography/afrique/burkina.png | Bin 393 -> 0 bytes boards/geography/afrique/cameroon.png | Bin 573 -> 0 bytes boards/geography/afrique/chad.png | Bin 812 -> 0 bytes boards/geography/afrique/congo.png | Bin 490 -> 0 bytes boards/geography/afrique/egypt.png | Bin 501 -> 0 bytes boards/geography/afrique/eritrea.png | Bin 381 -> 0 bytes boards/geography/afrique/ethiopia.png | Bin 774 -> 0 bytes boards/geography/afrique/gabon.png | Bin 436 -> 0 bytes boards/geography/afrique/ghana.png | Bin 365 -> 0 bytes boards/geography/afrique/guinea.png | Bin 464 -> 0 bytes boards/geography/afrique/ivory_coast.png | Bin 458 -> 0 bytes boards/geography/afrique/kenya.png | Bin 526 -> 0 bytes boards/geography/afrique/liberia.png | Bin 353 -> 0 bytes boards/geography/afrique/libya.png | Bin 738 -> 0 bytes boards/geography/afrique/madagascar.png | Bin 552 -> 0 bytes boards/geography/afrique/malawi.png | Bin 365 -> 0 bytes boards/geography/afrique/mali.png | Bin 819 -> 0 bytes boards/geography/afrique/mauritania.png | Bin 562 -> 0 bytes boards/geography/afrique/moroco.png | Bin 834 -> 0 bytes boards/geography/afrique/mozambique.png | Bin 841 -> 0 bytes boards/geography/afrique/namibia.png | Bin 620 -> 0 bytes boards/geography/afrique/niger.png | Bin 789 -> 0 bytes boards/geography/afrique/nigeria.png | Bin 613 -> 0 bytes boards/geography/afrique/rep_centrafrique.png | Bin 613 -> 0 bytes boards/geography/afrique/rep_congo.png | Bin 1249 -> 0 bytes boards/geography/afrique/senegal.png | Bin 379 -> 0 bytes boards/geography/afrique/somalia.png | Bin 735 -> 0 bytes boards/geography/afrique/soudan.png | Bin 945 -> 0 bytes boards/geography/afrique/south_africa.png | Bin 780 -> 0 bytes boards/geography/afrique/tanzania.png | Bin 736 -> 0 bytes boards/geography/afrique/togo.png | Bin 278 -> 0 bytes boards/geography/afrique/tunisia.png | Bin 349 -> 0 bytes boards/geography/afrique/uganda.png | Bin 354 -> 0 bytes boards/geography/afrique/zambia.png | Bin 709 -> 0 bytes boards/geography/afrique/zimbabwe.png | Bin 438 -> 0 bytes boards/geography/board1_0.xml.in | 27 - boards/geography/board2_0.xml.in | 42 - boards/geography/board2_1.xml.in | 50 - boards/geography/board3_0.xml.in | 59 - boards/geography/board3_1.xml.in | 74 - boards/geography/board4_0.xml.in | 141 -- boards/geography/board4_1.xml.in | 89 - boards/geography/board4_2.xml.in | 122 -- boards/geography/continents/africa.png | Bin 752 -> 0 bytes boards/geography/continents/america.png | Bin 5445 -> 0 bytes boards/geography/continents/antartica.png | Bin 305 -> 0 bytes boards/geography/continents/asia.png | Bin 2196 -> 0 bytes boards/geography/continents/back.png | Bin 43653 -> 0 bytes boards/geography/continents/europa.png | Bin 778 -> 0 bytes boards/geography/continents/oceania.png | Bin 787 -> 0 bytes boards/geography/europe/.cvsignore | 4 - boards/geography/europe/albania.png | Bin 347 -> 0 bytes boards/geography/europe/austria.png | Bin 478 -> 0 bytes boards/geography/europe/belarus.png | Bin 720 -> 0 bytes boards/geography/europe/belgium.png | Bin 339 -> 0 bytes boards/geography/europe/bosnia_herzegovina.png | Bin 407 -> 0 bytes boards/geography/europe/bulgaria.png | Bin 480 -> 0 bytes boards/geography/europe/croatia.png | Bin 623 -> 0 bytes boards/geography/europe/cyprus.png | Bin 253 -> 0 bytes boards/geography/europe/czech.png | Bin 449 -> 0 bytes boards/geography/europe/denmark.png | Bin 654 -> 0 bytes boards/geography/europe/estonia.png | Bin 450 -> 0 bytes boards/geography/europe/europe.png | Bin 170594 -> 0 bytes boards/geography/europe/finland.png | Bin 1307 -> 0 bytes boards/geography/europe/france.png | Bin 2763 -> 0 bytes boards/geography/europe/germany.png | Bin 961 -> 0 bytes boards/geography/europe/greece.png | Bin 1100 -> 0 bytes boards/geography/europe/hungary.png | Bin 501 -> 0 bytes boards/geography/europe/iceland.png | Bin 647 -> 0 bytes boards/geography/europe/ireland.png | Bin 457 -> 0 bytes boards/geography/europe/italy.png | Bin 1566 -> 0 bytes boards/geography/europe/latvia.png | Bin 460 -> 0 bytes boards/geography/europe/lithuania.png | Bin 410 -> 0 bytes boards/geography/europe/luxembourg.png | Bin 186 -> 0 bytes boards/geography/europe/macedonia.png | Bin 253 -> 0 bytes boards/geography/europe/moldova.png | Bin 379 -> 0 bytes boards/geography/europe/netherland.png | Bin 409 -> 0 bytes boards/geography/europe/norway.png | Bin 1988 -> 0 bytes boards/geography/europe/poland.png | Bin 789 -> 0 bytes boards/geography/europe/portugal.png | Bin 511 -> 0 bytes boards/geography/europe/romania.png | Bin 686 -> 0 bytes boards/geography/europe/russia.png | Bin 3792 -> 0 bytes boards/geography/europe/serbia_montenegro.png | Bin 537 -> 0 bytes boards/geography/europe/slovakia.png | Bin 397 -> 0 bytes boards/geography/europe/slovenia.png | Bin 284 -> 0 bytes boards/geography/europe/spain.png | Bin 1186 -> 0 bytes boards/geography/europe/sweden.png | Bin 1627 -> 0 bytes boards/geography/europe/switz.png | Bin 363 -> 0 bytes boards/geography/europe/turkey.png | Bin 2308 -> 0 bytes boards/geography/europe/ukraine.png | Bin 1500 -> 0 bytes boards/geography/europe/united_kingdom.png | Bin 1473 -> 0 bytes boards/geography/northamerica/alaska.png | Bin 2578 -> 0 bytes boards/geography/northamerica/bahamas.png | Bin 288 -> 0 bytes boards/geography/northamerica/canada.png | Bin 9722 -> 0 bytes boards/geography/northamerica/cuba.png | Bin 3206 -> 0 bytes .../geography/northamerica/dominican_republic.png | Bin 1276 -> 0 bytes boards/geography/northamerica/greenland.png | Bin 2444 -> 0 bytes boards/geography/northamerica/haiti.png | Bin 1056 -> 0 bytes boards/geography/northamerica/iceland.png | Bin 442 -> 0 bytes boards/geography/northamerica/jamaica.png | Bin 696 -> 0 bytes boards/geography/northamerica/mexico.png | Bin 2237 -> 0 bytes boards/geography/northamerica/north_america.png | Bin 50508 -> 0 bytes boards/geography/northamerica/usa-complete.png | Bin 16531 -> 0 bytes boards/geography/northamerica/usa.png | Bin 6035 -> 0 bytes boards/geography/southamerica/argentina.png | Bin 2411 -> 0 bytes boards/geography/southamerica/bolivia.png | Bin 932 -> 0 bytes boards/geography/southamerica/brazil.png | Bin 3865 -> 0 bytes boards/geography/southamerica/chile.png | Bin 1834 -> 0 bytes boards/geography/southamerica/colombia.png | Bin 1294 -> 0 bytes boards/geography/southamerica/ecuador.png | Bin 546 -> 0 bytes boards/geography/southamerica/french_guiana.png | Bin 374 -> 0 bytes boards/geography/southamerica/guyana.png | Bin 580 -> 0 bytes boards/geography/southamerica/panama.png | Bin 414 -> 0 bytes boards/geography/southamerica/paraguay.png | Bin 599 -> 0 bytes boards/geography/southamerica/peru.png | Bin 1334 -> 0 bytes boards/geography/southamerica/south_america.png | Bin 14649 -> 0 bytes boards/geography/southamerica/suriname.png | Bin 415 -> 0 bytes boards/geography/southamerica/uruguay.png | Bin 432 -> 0 bytes boards/geography/southamerica/venezuela.png | Bin 1145 -> 0 bytes boards/geography_country/Makefile.am | 26 - boards/geography_country/argentina/argentina.png | Bin 129489 -> 0 bytes .../geography_country/argentina/buenos_aires.png | Bin 730 -> 0 bytes boards/geography_country/argentina/catamarca.png | Bin 642 -> 0 bytes boards/geography_country/argentina/chaco.png | Bin 452 -> 0 bytes boards/geography_country/argentina/chubut.png | Bin 523 -> 0 bytes boards/geography_country/argentina/cordoba.png | Bin 428 -> 0 bytes boards/geography_country/argentina/corrientes.png | Bin 443 -> 0 bytes boards/geography_country/argentina/entre_rios.png | Bin 395 -> 0 bytes boards/geography_country/argentina/formosa.png | Bin 626 -> 0 bytes boards/geography_country/argentina/jujuy.png | Bin 4113 -> 0 bytes boards/geography_country/argentina/la_pampa.png | Bin 382 -> 0 bytes boards/geography_country/argentina/la_rioja.png | Bin 440 -> 0 bytes boards/geography_country/argentina/mendoza.png | Bin 464 -> 0 bytes boards/geography_country/argentina/misiones.png | Bin 394 -> 0 bytes boards/geography_country/argentina/neuquen.png | Bin 456 -> 0 bytes boards/geography_country/argentina/rio_negro.png | Bin 578 -> 0 bytes boards/geography_country/argentina/salta.png | Bin 673 -> 0 bytes boards/geography_country/argentina/san_juan.png | Bin 430 -> 0 bytes boards/geography_country/argentina/san_luis.png | Bin 290 -> 0 bytes boards/geography_country/argentina/santa_cruz.png | Bin 654 -> 0 bytes boards/geography_country/argentina/santa_fe.png | Bin 480 -> 0 bytes .../argentina/santiago_del_estero.png | Bin 368 -> 0 bytes .../argentina/tierra_del_fuego.png | Bin 441 -> 0 bytes boards/geography_country/argentina/tucuman.png | Bin 306 -> 0 bytes boards/geography_country/board1_0.xml.in | 75 - boards/geography_country/board2_0.xml.in | 23 - boards/geography_country/board3_0.xml.in | 122 -- boards/geography_country/board4_0.xml.in | 89 - boards/geography_country/board5_0.xml.in | 203 --- boards/geography_country/board5_1.xml.in | 151 -- boards/geography_country/board5_2.xml.in | 335 ---- boards/geography_country/board6_0.xml.in | 26 - boards/geography_country/france_region/alsace.png | Bin 1049 -> 0 bytes .../geography_country/france_region/aquitaine.png | Bin 2568 -> 0 bytes .../geography_country/france_region/auvergne.png | Bin 1783 -> 0 bytes .../france_region/basse-normandie.png | Bin 1595 -> 0 bytes .../geography_country/france_region/bourgogne.png | Bin 1639 -> 0 bytes .../geography_country/france_region/bretagne.png | Bin 1916 -> 0 bytes boards/geography_country/france_region/centre.png | Bin 2030 -> 0 bytes .../france_region/champagne-ardenne.png | Bin 2027 -> 0 bytes boards/geography_country/france_region/corse.png | Bin 942 -> 0 bytes .../france_region/france-regions.png | Bin 26934 -> 0 bytes .../france_region/franche-conte.png | Bin 1209 -> 0 bytes .../france_region/haute-normandie.png | Bin 1047 -> 0 bytes .../france_region/ile-de-france.png | Bin 1009 -> 0 bytes .../france_region/languedoc-roussillon.png | Bin 2329 -> 0 bytes .../geography_country/france_region/limousin.png | Bin 1165 -> 0 bytes .../geography_country/france_region/lorraine.png | Bin 1525 -> 0 bytes .../france_region/midi-pyrenees.png | Bin 2316 -> 0 bytes .../france_region/nord-pas-de-calais.png | Bin 997 -> 0 bytes .../france_region/pays-de-la-loire.png | Bin 2195 -> 0 bytes .../geography_country/france_region/picardie.png | Bin 1413 -> 0 bytes .../france_region/poitou-charentes.png | Bin 1838 -> 0 bytes .../france_region/provence-alpes-cote_d_azur.png | Bin 2453 -> 0 bytes .../france_region/rhone-alpes.png | Bin 2166 -> 0 bytes boards/geography_country/germany_region/back.png | Bin 17285 -> 0 bytes .../germany_region/baden-wuerttemberg.png | Bin 5452 -> 0 bytes boards/geography_country/germany_region/bayern.png | Bin 7173 -> 0 bytes boards/geography_country/germany_region/berlin.png | Bin 871 -> 0 bytes .../germany_region/brandenburg.png | Bin 5458 -> 0 bytes boards/geography_country/germany_region/bremen.png | Bin 1028 -> 0 bytes .../geography_country/germany_region/hamburg.png | Bin 1159 -> 0 bytes boards/geography_country/germany_region/hessen.png | Bin 3989 -> 0 bytes .../germany_region/mecklenburg-vorpommern.png | Bin 7179 -> 0 bytes .../germany_region/niedersachsen.png | Bin 7213 -> 0 bytes .../germany_region/nordrhein-westfalen.png | Bin 6784 -> 0 bytes .../germany_region/rheinland-pfalz.png | Bin 4850 -> 0 bytes .../geography_country/germany_region/saarland.png | Bin 2020 -> 0 bytes .../germany_region/sachsen-anhalt.png | Bin 4881 -> 0 bytes .../geography_country/germany_region/sachsen.png | Bin 4070 -> 0 bytes .../germany_region/schleswig_holstein.png | Bin 5813 -> 0 bytes .../germany_region/target_baden-wuerttemberg.png | Bin 157 -> 0 bytes .../germany_region/target_bayern.png | Bin 162 -> 0 bytes .../germany_region/target_berlin.png | Bin 129 -> 0 bytes .../germany_region/target_brandenburg.png | Bin 156 -> 0 bytes .../germany_region/target_bremen.png | Bin 131 -> 0 bytes .../germany_region/target_hamburg.png | Bin 131 -> 0 bytes .../germany_region/target_hessen.png | Bin 153 -> 0 bytes .../target_mecklenburg-vorpommern.png | Bin 153 -> 0 bytes .../germany_region/target_niedersachsen.png | Bin 161 -> 0 bytes .../germany_region/target_nordrhein-westfalen.png | Bin 158 -> 0 bytes .../germany_region/target_rheinland-pfalz.png | Bin 148 -> 0 bytes .../germany_region/target_saarland.png | Bin 129 -> 0 bytes .../germany_region/target_sachsen-anhalt.png | Bin 149 -> 0 bytes .../germany_region/target_sachsen.png | Bin 147 -> 0 bytes .../germany_region/target_schleswig_holstein.png | Bin 150 -> 0 bytes .../germany_region/target_thueringen.png | Bin 145 -> 0 bytes .../germany_region/thueringen.png | Bin 3661 -> 0 bytes .../geography_country/norway_counties/akershus.png | Bin 160 -> 0 bytes .../norway_counties/aust-agder.png | Bin 204 -> 0 bytes .../geography_country/norway_counties/buskerud.png | Bin 209 -> 0 bytes .../geography_country/norway_counties/finnmark.png | Bin 423 -> 0 bytes .../geography_country/norway_counties/hedmark.png | Bin 246 -> 0 bytes .../norway_counties/hordaland.png | Bin 203 -> 0 bytes .../norway_counties/more-og-romsdal.png | Bin 217 -> 0 bytes .../norway_counties/nord-trondelag.png | Bin 235 -> 0 bytes .../geography_country/norway_counties/nordland.png | Bin 364 -> 0 bytes .../geography_country/norway_counties/norway.png | Bin 3108 -> 0 bytes .../geography_country/norway_counties/oppland.png | Bin 236 -> 0 bytes boards/geography_country/norway_counties/oslo.png | Bin 143 -> 0 bytes .../geography_country/norway_counties/ostfold.png | Bin 131 -> 0 bytes .../geography_country/norway_counties/rogaland.png | Bin 196 -> 0 bytes .../norway_counties/sogn-og-fjordane.png | Bin 208 -> 0 bytes .../norway_counties/sor-trondelag.png | Bin 253 -> 0 bytes .../norway_counties/target_akershus.png | Bin 124 -> 0 bytes .../norway_counties/target_aust-agder.png | Bin 131 -> 0 bytes .../norway_counties/target_buskerud.png | Bin 130 -> 0 bytes .../norway_counties/target_finnmark.png | Bin 143 -> 0 bytes .../norway_counties/target_hedmark.png | Bin 134 -> 0 bytes .../norway_counties/target_hordaland.png | Bin 128 -> 0 bytes .../norway_counties/target_more-og-romsdal.png | Bin 133 -> 0 bytes .../norway_counties/target_nord-trondelag.png | Bin 132 -> 0 bytes .../norway_counties/target_nordland.png | Bin 148 -> 0 bytes .../norway_counties/target_oppland.png | Bin 133 -> 0 bytes .../norway_counties/target_oslo.png | Bin 126 -> 0 bytes .../norway_counties/target_ostfold.png | Bin 126 -> 0 bytes .../norway_counties/target_rogaland.png | Bin 130 -> 0 bytes .../norway_counties/target_sogn-og-fjordane.png | Bin 133 -> 0 bytes .../norway_counties/target_sor-trondelag.png | Bin 133 -> 0 bytes .../norway_counties/target_telemark.png | Bin 130 -> 0 bytes .../norway_counties/target_troms.png | Bin 136 -> 0 bytes .../norway_counties/target_vest-agder.png | Bin 129 -> 0 bytes .../norway_counties/target_vestfold.png | Bin 128 -> 0 bytes .../geography_country/norway_counties/telemark.png | Bin 192 -> 0 bytes boards/geography_country/norway_counties/troms.png | Bin 248 -> 0 bytes .../norway_counties/vest-agder.png | Bin 172 -> 0 bytes .../geography_country/norway_counties/vestfold.png | Bin 137 -> 0 bytes .../poland_voivodship/dolnoslaskie.png | Bin 3457 -> 0 bytes .../poland_voivodship/kujawsko-pomorskie.png | Bin 2545 -> 0 bytes .../poland_voivodship/lodzkie.png | Bin 2858 -> 0 bytes .../poland_voivodship/lubelskie.png | Bin 3400 -> 0 bytes .../poland_voivodship/lubuskie.png | Bin 2719 -> 0 bytes .../poland_voivodship/malopolskie.png | Bin 2638 -> 0 bytes .../poland_voivodship/mazowieckie.png | Bin 4763 -> 0 bytes .../poland_voivodship/opolskie.png | Bin 1985 -> 0 bytes .../poland_voivodship/podkarpackie.png | Bin 2855 -> 0 bytes .../poland_voivodship/podlaskie.png | Bin 2907 -> 0 bytes .../geography_country/poland_voivodship/poland.png | Bin 4405 -> 0 bytes .../poland_voivodship/pomorskie.png | Bin 2981 -> 0 bytes .../poland_voivodship/slaskie.png | Bin 2735 -> 0 bytes .../poland_voivodship/swietokrzyskie.png | Bin 1977 -> 0 bytes .../poland_voivodship/warminsko-mazurskie.png | Bin 2628 -> 0 bytes .../poland_voivodship/wielkopolskie.png | Bin 4686 -> 0 bytes .../poland_voivodship/zachodnio-pomorskie.png | Bin 3190 -> 0 bytes boards/geography_country/turkey_district/adana.png | Bin 597 -> 0 bytes .../geography_country/turkey_district/adiyaman.png | Bin 364 -> 0 bytes boards/geography_country/turkey_district/afyon.png | Bin 514 -> 0 bytes boards/geography_country/turkey_district/agri.png | Bin 389 -> 0 bytes .../geography_country/turkey_district/aksaray.png | Bin 365 -> 0 bytes .../geography_country/turkey_district/amasya.png | Bin 335 -> 0 bytes .../geography_country/turkey_district/ankara.png | Bin 827 -> 0 bytes .../geography_country/turkey_district/antalya.png | Bin 662 -> 0 bytes .../geography_country/turkey_district/ardahan.png | Bin 305 -> 0 bytes .../geography_country/turkey_district/artvin.png | Bin 368 -> 0 bytes boards/geography_country/turkey_district/aydin.png | Bin 343 -> 0 bytes .../turkey_district/balikesir.png | Bin 579 -> 0 bytes .../geography_country/turkey_district/bartin.png | Bin 224 -> 0 bytes .../geography_country/turkey_district/batman.png | Bin 323 -> 0 bytes .../geography_country/turkey_district/bayburt.png | Bin 288 -> 0 bytes .../geography_country/turkey_district/bilecik.png | Bin 282 -> 0 bytes .../geography_country/turkey_district/bingol.png | Bin 353 -> 0 bytes .../geography_country/turkey_district/bitlis.png | Bin 401 -> 0 bytes boards/geography_country/turkey_district/bolu.png | Bin 354 -> 0 bytes .../geography_country/turkey_district/burdur.png | Bin 317 -> 0 bytes boards/geography_country/turkey_district/bursa.png | Bin 396 -> 0 bytes .../turkey_district/canakkale.png | Bin 517 -> 0 bytes .../geography_country/turkey_district/cankiri.png | Bin 339 -> 0 bytes boards/geography_country/turkey_district/corum.png | Bin 466 -> 0 bytes .../geography_country/turkey_district/denizli.png | Bin 514 -> 0 bytes .../turkey_district/diyarbakir.png | Bin 452 -> 0 bytes boards/geography_country/turkey_district/duzce.png | Bin 184 -> 0 bytes .../geography_country/turkey_district/edirne.png | Bin 420 -> 0 bytes .../geography_country/turkey_district/elazig.png | Bin 394 -> 0 bytes .../geography_country/turkey_district/erzincan.png | Bin 414 -> 0 bytes .../geography_country/turkey_district/erzurum.png | Bin 625 -> 0 bytes .../turkey_district/eskisehir.png | Bin 469 -> 0 bytes .../turkey_district/gaziantep.png | Bin 401 -> 0 bytes .../geography_country/turkey_district/giresun.png | Bin 356 -> 0 bytes .../turkey_district/gumushane.png | Bin 347 -> 0 bytes .../geography_country/turkey_district/hakkari.png | Bin 409 -> 0 bytes boards/geography_country/turkey_district/hatay.png | Bin 348 -> 0 bytes boards/geography_country/turkey_district/igdir.png | Bin 292 -> 0 bytes .../geography_country/turkey_district/isparta.png | Bin 378 -> 0 bytes .../geography_country/turkey_district/istanbul.png | Bin 446 -> 0 bytes boards/geography_country/turkey_district/izmir.png | Bin 635 -> 0 bytes .../turkey_district/kahramanmaras.png | Bin 420 -> 0 bytes .../geography_country/turkey_district/karabuk.png | Bin 426 -> 0 bytes .../geography_country/turkey_district/karaman.png | Bin 389 -> 0 bytes boards/geography_country/turkey_district/kars.png | Bin 363 -> 0 bytes .../turkey_district/kastamonu.png | Bin 425 -> 0 bytes .../geography_country/turkey_district/kayseri.png | Bin 566 -> 0 bytes boards/geography_country/turkey_district/kilis.png | Bin 195 -> 0 bytes .../turkey_district/kirikkale.png | Bin 263 -> 0 bytes .../turkey_district/kirklareli.png | Bin 340 -> 0 bytes .../geography_country/turkey_district/kirsehir.png | Bin 365 -> 0 bytes .../geography_country/turkey_district/kocaeli.png | Bin 324 -> 0 bytes boards/geography_country/turkey_district/konya.png | Bin 936 -> 0 bytes .../geography_country/turkey_district/kutahya.png | Bin 431 -> 0 bytes .../geography_country/turkey_district/malatya.png | Bin 447 -> 0 bytes .../geography_country/turkey_district/manisa.png | Bin 452 -> 0 bytes .../geography_country/turkey_district/mardin.png | Bin 364 -> 0 bytes .../geography_country/turkey_district/mersin.png | Bin 583 -> 0 bytes boards/geography_country/turkey_district/mugla.png | Bin 619 -> 0 bytes boards/geography_country/turkey_district/mus.png | Bin 380 -> 0 bytes .../geography_country/turkey_district/nevsehir.png | Bin 330 -> 0 bytes boards/geography_country/turkey_district/nigde.png | Bin 350 -> 0 bytes boards/geography_country/turkey_district/ordu.png | Bin 362 -> 0 bytes .../geography_country/turkey_district/osmaniye.png | Bin 238 -> 0 bytes boards/geography_country/turkey_district/rize.png | Bin 275 -> 0 bytes .../geography_country/turkey_district/sakarya.png | Bin 307 -> 0 bytes .../geography_country/turkey_district/samsun.png | Bin 478 -> 0 bytes .../turkey_district/sanliurfa.png | Bin 487 -> 0 bytes boards/geography_country/turkey_district/siirt.png | Bin 275 -> 0 bytes boards/geography_country/turkey_district/sinop.png | Bin 326 -> 0 bytes .../geography_country/turkey_district/sirnak.png | Bin 337 -> 0 bytes boards/geography_country/turkey_district/sivas.png | Bin 609 -> 0 bytes .../geography_country/turkey_district/tekirdag.png | Bin 319 -> 0 bytes boards/geography_country/turkey_district/tokat.png | Bin 359 -> 0 bytes .../geography_country/turkey_district/trabzon.png | Bin 274 -> 0 bytes .../geography_country/turkey_district/tunceli.png | Bin 322 -> 0 bytes .../turkey_district/turkey-east.png | Bin 51131 -> 0 bytes .../turkey_district/turkey-west.png | Bin 77622 -> 0 bytes .../geography_country/turkey_district/turkey.png | Bin 117415 -> 0 bytes boards/geography_country/turkey_district/usak.png | Bin 265 -> 0 bytes boards/geography_country/turkey_district/van.png | Bin 599 -> 0 bytes .../geography_country/turkey_district/yalova.png | Bin 130 -> 0 bytes .../geography_country/turkey_district/yozgat.png | Bin 448 -> 0 bytes .../turkey_district/zonguldak.png | Bin 252 -> 0 bytes boards/imagename/.cvsignore | 3 - boards/imagename/Makefile.am | 24 - boards/imagename/board1_0.xml.in | 38 - boards/imagename/board2_0.xml.in | 38 - boards/imagename/board3_0.xml.in | 38 - boards/imagename/board4_0.xml.in | 38 - boards/imagename/board5_0.xml.in | 38 - boards/imagename/board6_0.xml.in | 38 - boards/images/transparent_square2.png | Bin 1309 -> 0 bytes boards/images/tux-teacher.png | Bin 15459 -> 0 bytes boards/magic_hat/hat-point.png | Bin 20896 -> 0 bytes boards/magic_hat/hat.png | Bin 21187 -> 0 bytes boards/magic_hat/magic_hat_minus.png | Bin 6594 -> 0 bytes boards/magic_hat/magic_hat_minus_bg.png | Bin 15631 -> 0 bytes boards/magic_hat/magic_hat_plus.png | Bin 6976 -> 0 bytes boards/magic_hat/magic_hat_plus_bg.png | Bin 15652 -> 0 bytes boards/magic_hat/star-clear.png | Bin 23543 -> 0 bytes boards/magic_hat/star1.png | Bin 11869 -> 0 bytes boards/magic_hat/star2.png | Bin 23027 -> 0 bytes boards/magic_hat/star3.png | Bin 25059 -> 0 bytes boards/missing_letter/.cvsignore | 3 - boards/missing_letter/Makefile.am | 18 - boards/missing_letter/board1.xml.in | 148 -- boards/opt/gcompris_band.png | Bin 294952 -> 0 bytes boards/opt/maze-bg.jpg | Bin 239774 -> 0 bytes boards/opt/missingletter-bg.jpg | Bin 14636 -> 0 bytes boards/paintings/.cvsignore | 3 - boards/paintings/Makefile.am | 25 - boards/paintings/README | 5 - boards/paintings/board1_0.xml.in | 14 - boards/paintings/board2_0.xml.in | 14 - boards/paintings/board3_0.xml.in | 17 - boards/paintings/board3_1.xml.in | 21 - boards/paintings/board4_0.xml.in | 14 - boards/paintings/board5_0.xml.in | 14 - boards/paintings/board6_0.xml.in | 14 - boards/paintings/kandinky.comp8/puzzle1.png | Bin 106202 -> 0 bytes boards/paintings/kandinky.comp8/puzzle2.png | Bin 116011 -> 0 bytes boards/paintings/kandinky.comp8/puzzle3.png | Bin 102446 -> 0 bytes boards/paintings/kandinky.comp8/puzzle4.png | Bin 78228 -> 0 bytes boards/paintings/kandinky.comp8/puzzle5.png | Bin 55961 -> 0 bytes boards/paintings/kandinky.comp8/puzzle6.png | Bin 100320 -> 0 bytes boards/paintings/kandinky.comp8/puzzle7.png | Bin 111679 -> 0 bytes boards/paintings/kandinky.comp8/puzzle8.png | Bin 79862 -> 0 bytes boards/paintings/level1/bazille_rampart_1.jpg | Bin 4935 -> 0 bytes boards/paintings/level1/bazille_rampart_2.jpg | Bin 5116 -> 0 bytes boards/paintings/level1/bazille_rampart_3.jpg | Bin 5533 -> 0 bytes boards/paintings/level1/bazille_rampart_4.jpg | Bin 9692 -> 0 bytes boards/paintings/level1/bazille_rampart_5.jpg | Bin 7586 -> 0 bytes boards/paintings/level1/bazille_rampart_6.jpg | Bin 7199 -> 0 bytes boards/paintings/level2/cassat_summertime_1.jpg | Bin 9761 -> 0 bytes boards/paintings/level2/cassat_summertime_2.jpg | Bin 11310 -> 0 bytes boards/paintings/level2/cassat_summertime_3.jpg | Bin 10902 -> 0 bytes boards/paintings/level2/cassat_summertime_4.jpg | Bin 11518 -> 0 bytes boards/paintings/level2/cassat_summertime_5.jpg | Bin 12018 -> 0 bytes boards/paintings/level2/cassat_summertime_6.jpg | Bin 11611 -> 0 bytes boards/paintings/level3/gogh_auvert_1.jpg | Bin 14115 -> 0 bytes boards/paintings/level3/gogh_auvert_2.jpg | Bin 14042 -> 0 bytes boards/paintings/level3/gogh_auvert_3.jpg | Bin 16390 -> 0 bytes boards/paintings/level3/gogh_auvert_4.jpg | Bin 15062 -> 0 bytes boards/paintings/level3/gogh_auvert_5.jpg | Bin 15172 -> 0 bytes boards/paintings/level3/gogh_auvert_6.jpg | Bin 15296 -> 0 bytes boards/paintings/level4/degas_class-dance_1.png | Bin 99134 -> 0 bytes boards/paintings/level4/degas_class-dance_2.png | Bin 72874 -> 0 bytes boards/paintings/level4/degas_class-dance_3.png | Bin 107180 -> 0 bytes boards/paintings/level4/degas_class-dance_4.png | Bin 152443 -> 0 bytes boards/paintings/level4/degas_class-dance_5.png | Bin 109590 -> 0 bytes boards/paintings/level4/degas_class-dance_6.png | Bin 65572 -> 0 bytes .../level5/renoir-moulin_de_la_galette-1.png | Bin 145001 -> 0 bytes .../level5/renoir-moulin_de_la_galette-2.png | Bin 150879 -> 0 bytes .../level5/renoir-moulin_de_la_galette-3.png | Bin 140340 -> 0 bytes .../level5/renoir-moulin_de_la_galette-4.png | Bin 131108 -> 0 bytes .../level5/renoir-moulin_de_la_galette-5.png | Bin 189093 -> 0 bytes .../level5/renoir-moulin_de_la_galette-6.png | Bin 106242 -> 0 bytes boards/paintings/level6/renoir-filles_piano-1.png | Bin 56507 -> 0 bytes boards/paintings/level6/renoir-filles_piano-2.png | Bin 48578 -> 0 bytes boards/paintings/level6/renoir-filles_piano-3.png | Bin 72311 -> 0 bytes boards/paintings/level6/renoir-filles_piano-4.png | Bin 88355 -> 0 bytes boards/paintings/level6/renoir-filles_piano-5.png | Bin 57837 -> 0 bytes boards/paintings/level6/renoir-filles_piano-6.png | Bin 46773 -> 0 bytes boards/paintings/level6/renoir-filles_piano-7.png | Bin 74455 -> 0 bytes boards/paintings/level6/renoir-filles_piano-8.png | Bin 56378 -> 0 bytes boards/skins/gartoon/hand.svg | 134 ++ boards/wordsgame/README | 17 - boards/wordsgame/default-ar.xml | 135 -- boards/wordsgame/default-ar_TN.xml | 46 - boards/wordsgame/default-bg.xml | 147 -- boards/wordsgame/default-da.xml | 145 -- boards/wordsgame/default-de.xml | 128 -- boards/wordsgame/default-el.xml | 148 -- boards/wordsgame/default-en.xml | 147 -- boards/wordsgame/default-es.xml | 204 --- boards/wordsgame/default-eu.xml | 128 -- boards/wordsgame/default-fi.xml | 103 -- boards/wordsgame/default-fr.xml | 89 - boards/wordsgame/default-hu.xml | 192 -- boards/wordsgame/default-id.xml | 147 -- boards/wordsgame/default-it.xml | 175 -- boards/wordsgame/default-lt.xml | 482 ----- boards/wordsgame/default-nb.xml | 203 --- boards/wordsgame/default-nl.xml | 150 -- boards/wordsgame/default-nn.xml | 203 --- boards/wordsgame/default-pt.xml | 158 -- boards/wordsgame/default-pt_BR.xml | 158 -- boards/wordsgame/default-ro.xml | 113 -- boards/wordsgame/default-ru.xml | 149 -- boards/wordsgame/default-sk.xml | 146 -- boards/wordsgame/default-sl.xml | 148 -- boards/wordsgame/default-sv.xml | 271 --- boards/wordsgame/default-tr.xml | 147 -- src/algebra_minus-activity/runit.sh | 7 +- src/algebra_plus-activity/runit.sh | 7 +- .../resources/babymatch/.cvsignore | 3 + .../resources/babymatch/Makefile.am | 25 + .../resources/babymatch/apple.png | Bin 0 -> 4409 bytes .../resources/babymatch/bell.png | Bin 0 -> 7124 bytes .../resources/babymatch/bicycle.png | Bin 0 -> 11924 bytes .../resources/babymatch/board1_0.xml.in | 20 + .../resources/babymatch/board2_0.xml.in | 20 + .../resources/babymatch/board3_0.xml.in | 20 + .../resources/babymatch/board4_0.xml.in | 20 + .../resources/babymatch/board5_0.xml.in | 20 + .../resources/babymatch/board6_0.xml.in | 20 + .../resources/babymatch/board7_0.xml.in | 20 + .../resources/babymatch/bottle.png | Bin 0 -> 2538 bytes src/babymatch-activity/resources/babymatch/car.png | Bin 0 -> 8751 bytes .../resources/babymatch/carot.png | Bin 0 -> 2519 bytes .../resources/babymatch/castle.png | Bin 0 -> 11177 bytes .../resources/babymatch/crown.png | Bin 0 -> 10824 bytes src/babymatch-activity/resources/babymatch/egg.png | Bin 0 -> 3595 bytes .../resources/babymatch/eggpot.png | Bin 0 -> 6318 bytes .../resources/babymatch/fishingboat.png | Bin 0 -> 8363 bytes .../resources/babymatch/flower.png | Bin 0 -> 7635 bytes .../resources/babymatch/flowerpot.png | Bin 0 -> 6647 bytes .../resources/babymatch/football.png | Bin 0 -> 5752 bytes .../resources/babymatch/fusee.png | Bin 0 -> 7841 bytes .../resources/babymatch/glass.png | Bin 0 -> 6857 bytes .../resources/babymatch/gramophone.png | Bin 0 -> 12231 bytes .../resources/babymatch/house.png | Bin 0 -> 40383 bytes .../resources/babymatch/lamp.png | Bin 0 -> 27862 bytes .../resources/babymatch/lifebuoy.png | Bin 0 -> 11632 bytes .../resources/babymatch/light.png | Bin 0 -> 4869 bytes .../resources/babymatch/lighthouse.png | Bin 0 -> 29067 bytes .../resources/babymatch/minivan.png | Bin 0 -> 9763 bytes .../resources/babymatch/pencil.png | Bin 0 -> 3427 bytes .../resources/babymatch/postcard.png | Bin 0 -> 9589 bytes .../resources/babymatch/postpoint.png | Bin 0 -> 6241 bytes .../resources/babymatch/rape.png | Bin 0 -> 13841 bytes .../resources/babymatch/raquette.png | Bin 0 -> 25476 bytes .../resources/babymatch/sailingboat.png | Bin 0 -> 11985 bytes .../resources/babymatch/sofa.png | Bin 0 -> 6745 bytes .../resources/babymatch/star.png | Bin 0 -> 5118 bytes src/babymatch-activity/resources/babymatch/sun.png | Bin 0 -> 5765 bytes .../resources/babymatch/tree.png | Bin 0 -> 156470 bytes .../resources/babymatch/truck.png | Bin 0 -> 11927 bytes .../resources/babymatch/tuxhelico.png | Bin 0 -> 9983 bytes .../resources/babymatch/tuxplane.png | Bin 0 -> 9733 bytes .../resources/babymatch/umbrella.png | Bin 0 -> 6829 bytes .../resources/babymatch/windflag5.png | Bin 0 -> 1905 bytes src/babymatch-activity/runit.sh | 3 +- src/babymatch-activity/shapegame.c | 1900 ++++++++++++++++++++ .../resources/babyshapes/.cvsignore | 4 + .../resources/babyshapes/Makefile.am | 25 + .../resources/babyshapes/T_baby_bottle.png | Bin 0 -> 956 bytes .../resources/babyshapes/T_banana.png | Bin 0 -> 1921 bytes .../resources/babyshapes/T_bread_slice.png | Bin 0 -> 2144 bytes .../resources/babyshapes/T_butter.png | Bin 0 -> 3191 bytes .../resources/babyshapes/T_chocolate.png | Bin 0 -> 2277 bytes .../resources/babyshapes/T_chocolate_cake.png | Bin 0 -> 2610 bytes .../resources/babyshapes/T_cookie.png | Bin 0 -> 1991 bytes .../resources/babyshapes/T_french_croissant.png | Bin 0 -> 1896 bytes .../resources/babyshapes/T_grapefruit.png | Bin 0 -> 1860 bytes .../resources/babyshapes/T_marmelade.png | Bin 0 -> 2101 bytes .../resources/babyshapes/T_milk_cup.png | Bin 0 -> 3042 bytes .../resources/babyshapes/T_milk_shake.png | Bin 0 -> 1643 bytes .../resources/babyshapes/T_orange.png | Bin 0 -> 2423 bytes .../resources/babyshapes/T_pear.png | Bin 0 -> 2051 bytes .../resources/babyshapes/T_round_cookie.png | Bin 0 -> 2971 bytes .../resources/babyshapes/T_suggar_box.png | Bin 0 -> 1322 bytes .../resources/babyshapes/T_yahourt.png | Bin 0 -> 1782 bytes .../resources/babyshapes/board1_0.xml.in | 15 + .../resources/babyshapes/board2_0.xml.in | 15 + .../resources/babyshapes/board3_0.xml.in | 15 + .../resources/babyshapes/board4_0.xml.in | 15 + .../resources/babyshapes/board5_0.xml.in | 10 + .../resources/babyshapes/board6_0.xml.in | 12 + .../resources/babyshapes/board7_0.xml.in | 13 + .../resources/babyshapes/dog1/dog.png | Bin 0 -> 35418 bytes .../resources/babyshapes/dog1/dog1.png | Bin 0 -> 101249 bytes .../resources/babyshapes/dog1/dog2.png | Bin 0 -> 89549 bytes .../resources/babyshapes/dog1/dog3.png | Bin 0 -> 99962 bytes .../resources/babyshapes/dog2/dog.png | Bin 0 -> 747454 bytes .../resources/babyshapes/dog2/dog1.png | Bin 0 -> 139020 bytes .../resources/babyshapes/dog2/dog2.png | Bin 0 -> 115416 bytes .../resources/babyshapes/dog2/dog3.png | Bin 0 -> 127370 bytes .../resources/babyshapes/dog2/dog4.png | Bin 0 -> 124534 bytes .../resources/babyshapes/dog2/dog5.png | Bin 0 -> 106123 bytes .../resources/babyshapes/dog2/dog6.png | Bin 0 -> 135596 bytes .../resources/babyshapes/dog3/dog.png | Bin 0 -> 326438 bytes .../resources/babyshapes/dog3/dog1.png | Bin 0 -> 68048 bytes .../resources/babyshapes/dog3/dog2.png | Bin 0 -> 60271 bytes .../resources/babyshapes/dog3/dog3.png | Bin 0 -> 62684 bytes .../resources/babyshapes/dog3/dog4.png | Bin 0 -> 71668 bytes .../resources/babyshapes/dog3/dog5.png | Bin 0 -> 61864 bytes .../resources/babyshapes/dog3/dog6.png | Bin 0 -> 73729 bytes .../resources/babyshapes/food/baby_bottle.png | Bin 0 -> 2233 bytes .../resources/babyshapes/food/banana.png | Bin 0 -> 13427 bytes .../resources/babyshapes/food/bread_slice.png | Bin 0 -> 7316 bytes .../resources/babyshapes/food/butter.png | Bin 0 -> 7660 bytes .../resources/babyshapes/food/chocolate.png | Bin 0 -> 9373 bytes .../resources/babyshapes/food/chocolate_cake.png | Bin 0 -> 9952 bytes .../resources/babyshapes/food/cookie.png | Bin 0 -> 6396 bytes .../resources/babyshapes/food/french_croissant.png | Bin 0 -> 3398 bytes .../resources/babyshapes/food/grapefruit.png | Bin 0 -> 18447 bytes .../resources/babyshapes/food/marmelade.png | Bin 0 -> 9509 bytes .../resources/babyshapes/food/milk_cup.png | Bin 0 -> 36679 bytes .../resources/babyshapes/food/milk_shake.png | Bin 0 -> 19259 bytes .../resources/babyshapes/food/orange.png | Bin 0 -> 6121 bytes .../resources/babyshapes/food/pear.png | Bin 0 -> 21149 bytes .../resources/babyshapes/food/round_cookie.png | Bin 0 -> 27189 bytes .../resources/babyshapes/food/suggar_box.png | Bin 0 -> 5593 bytes .../resources/babyshapes/food/yahourt.png | Bin 0 -> 37894 bytes src/babyshapes-activity/runit.sh | 5 +- src/boards/magic_hat.c | 760 -------- src/boards/missingletter.c | 797 -------- src/boards/reading.c | 858 --------- src/boards/shapegame.c | 1900 -------------------- src/chess_movelearn-activity/runit.sh | 7 +- src/chess_partyend-activity/runit.sh | 7 +- src/chronos-activity/resources/chronos/.cvsignore | 4 + src/chronos-activity/resources/chronos/Makefile.am | 31 + .../resources/chronos/board1_0.xml.in | 18 + .../resources/chronos/board1_1.xml.in | 22 + .../resources/chronos/board1_2.xml.in | 27 + .../resources/chronos/board2_0.xml.in | 16 + .../resources/chronos/board3_0.xml.in | 19 + .../resources/chronos/board3_1.xml.in | 17 + .../resources/chronos/board3_2.xml.in | 16 + .../resources/chronos/board3_3.xml.in | 18 + .../resources/chronos/board3_4.xml.in | 15 + .../resources/chronos/board4_0.xml.in | 21 + .../resources/chronos/board4_1.xml.in | 21 + .../resources/chronos/board4_2.xml.in | 19 + .../resources/chronos/board4_3.xml.in | 23 + .../resources/chronos/images/.cvsignore | 4 + .../resources/chronos/images/1955ds19.png | Bin 0 -> 30048 bytes .../resources/chronos/images/Eole.png | Bin 0 -> 23612 bytes .../resources/chronos/images/README | 6 + .../resources/chronos/images/autumn.png | Bin 0 -> 35608 bytes .../resources/chronos/images/bell_X1.png | Bin 0 -> 22319 bytes .../resources/chronos/images/benz1885.png | Bin 0 -> 55442 bytes .../resources/chronos/images/bleriot.png | Bin 0 -> 18543 bytes .../resources/chronos/images/bolle1878.png | Bin 0 -> 57405 bytes .../resources/chronos/images/celerifere.png | Bin 0 -> 23884 bytes .../resources/chronos/images/chronos-tuxtree1.png | Bin 0 -> 39667 bytes .../resources/chronos/images/chronos-tuxtree2.png | Bin 0 -> 40875 bytes .../resources/chronos/images/chronos-tuxtree3.png | Bin 0 -> 41136 bytes .../resources/chronos/images/chronos-tuxtree4.png | Bin 0 -> 43291 bytes .../resources/chronos/images/fardier.png | Bin 0 -> 23970 bytes .../resources/chronos/images/garden1.png | Bin 0 -> 22376 bytes .../resources/chronos/images/garden2.png | Bin 0 -> 34197 bytes .../resources/chronos/images/garden3.png | Bin 0 -> 37420 bytes .../resources/chronos/images/garden4.png | Bin 0 -> 26911 bytes .../resources/chronos/images/helico_cornu.png | Bin 0 -> 31123 bytes .../resources/chronos/images/lancia1923.png | Bin 0 -> 24286 bytes .../resources/chronos/images/lindbergh.png | Bin 0 -> 20658 bytes .../resources/chronos/images/mongolfiere.png | Bin 0 -> 46248 bytes .../resources/chronos/images/rafale.png | Bin 0 -> 25920 bytes .../resources/chronos/images/renault1899.png | Bin 0 -> 73065 bytes .../resources/chronos/images/spring.png | Bin 0 -> 27574 bytes .../resources/chronos/images/st_rocket.png | Bin 0 -> 34686 bytes .../resources/chronos/images/summer.png | Bin 0 -> 19629 bytes .../resources/chronos/images/winter.png | Bin 0 -> 18557 bytes .../resources/chronos/images/wright_flyer.png | Bin 0 -> 39827 bytes src/chronos-activity/resources/chronos/space/1.jpg | Bin 0 -> 4894 bytes src/chronos-activity/resources/chronos/space/2.jpg | Bin 0 -> 4216 bytes src/chronos-activity/resources/chronos/space/3.jpg | Bin 0 -> 6946 bytes src/chronos-activity/resources/chronos/space/4.jpg | Bin 0 -> 4589 bytes .../resources/chronos/space/bg.jpg | Bin 0 -> 42707 bytes src/chronos-activity/runit.sh | 5 +- .../resources/doubleentry/.cvsignore | 3 + .../resources/doubleentry/Makefile.am | 21 + .../resources/doubleentry/board1_0.xml.in | 19 + .../resources/doubleentry/board2_0.xml.in | 18 + .../resources/doubleentry/board3_0.xml.in | 23 + .../resources/doubleentry/circle-r0-g2.png | Bin 0 -> 6326 bytes .../resources/doubleentry/circle-r0-g3.png | Bin 0 -> 6013 bytes .../resources/doubleentry/circle-r0-g4.png | Bin 0 -> 5619 bytes .../resources/doubleentry/circle-r2-g0.png | Bin 0 -> 6166 bytes .../resources/doubleentry/circle-r2-g2.png | Bin 0 -> 6974 bytes .../resources/doubleentry/circle-r2-g3.png | Bin 0 -> 6001 bytes .../resources/doubleentry/circle-r2-g4.png | Bin 0 -> 6242 bytes .../resources/doubleentry/circle-r3-g0.png | Bin 0 -> 6345 bytes .../resources/doubleentry/circle-r3-g2.png | Bin 0 -> 6361 bytes .../resources/doubleentry/circle-r3-g3.png | Bin 0 -> 5896 bytes .../resources/doubleentry/circle-r3-g4.png | Bin 0 -> 5484 bytes .../resources/doubleentry/circle-r4-g0.png | Bin 0 -> 5824 bytes .../resources/doubleentry/circle-r4-g2.png | Bin 0 -> 5612 bytes .../resources/doubleentry/circle-r4-g3.png | Bin 0 -> 5972 bytes .../resources/doubleentry/circle-r4-g4.png | Bin 0 -> 5293 bytes .../resources/doubleentry/d-entry_banane_1.png | Bin 0 -> 2943 bytes .../resources/doubleentry/d-entry_banane_2.png | Bin 0 -> 4208 bytes .../resources/doubleentry/d-entry_banane_3.png | Bin 0 -> 5041 bytes .../resources/doubleentry/d-entry_galette_1.png | Bin 0 -> 6541 bytes .../resources/doubleentry/d-entry_galette_2.png | Bin 0 -> 7874 bytes .../resources/doubleentry/d-entry_galette_3.png | Bin 0 -> 6006 bytes .../resources/doubleentry/d-entry_pomme_1.png | Bin 0 -> 4036 bytes .../resources/doubleentry/d-entry_pomme_2.png | Bin 0 -> 4004 bytes .../resources/doubleentry/d-entry_pomme_3.png | Bin 0 -> 5972 bytes .../resources/doubleentry/doubleentry-bg.png | Bin 0 -> 58507 bytes src/doubleentry-activity/runit.sh | 5 +- src/erase_clic-activity/runit.sh | 7 +- .../resources/geography/.cvsignore | 3 + .../resources/geography/Makefile.am | 26 + .../resources/geography/africa/algeria.png | Bin 0 -> 1125 bytes .../geography/africa/all_south_africa.png | Bin 0 -> 9617 bytes .../resources/geography/africa/angola.png | Bin 0 -> 904 bytes .../resources/geography/africa/benin.png | Bin 0 -> 378 bytes .../resources/geography/africa/botswana.png | Bin 0 -> 665 bytes .../resources/geography/africa/burkina_faso.png | Bin 0 -> 533 bytes .../resources/geography/africa/burundi.png | Bin 0 -> 277 bytes .../resources/geography/africa/cameroon.png | Bin 0 -> 917 bytes .../geography/africa/central_african_republic.png | Bin 0 -> 853 bytes .../resources/geography/africa/chad.png | Bin 0 -> 997 bytes .../africa/democratic_republic_of_congo.png | Bin 0 -> 1460 bytes .../resources/geography/africa/djibouti.png | Bin 0 -> 270 bytes .../resources/geography/africa/egypt.png | Bin 0 -> 645 bytes .../geography/africa/equatorial_guinea.png | Bin 0 -> 216 bytes .../resources/geography/africa/eritrea.png | Bin 0 -> 600 bytes .../resources/geography/africa/ethiopia.png | Bin 0 -> 1094 bytes .../resources/geography/africa/gabon.png | Bin 0 -> 518 bytes .../resources/geography/africa/ganbia.png | Bin 0 -> 199 bytes .../resources/geography/africa/ghana.png | Bin 0 -> 404 bytes .../resources/geography/africa/guinea.png | Bin 0 -> 595 bytes .../resources/geography/africa/guinea_bissau.png | Bin 0 -> 289 bytes .../resources/geography/africa/ivory_coast.png | Bin 0 -> 530 bytes .../resources/geography/africa/kenya.png | Bin 0 -> 854 bytes .../resources/geography/africa/lesotho.png | Bin 0 -> 239 bytes .../resources/geography/africa/liberia.png | Bin 0 -> 450 bytes .../resources/geography/africa/libya.png | Bin 0 -> 1018 bytes .../resources/geography/africa/madagascar.png | Bin 0 -> 786 bytes .../resources/geography/africa/malawi.png | Bin 0 -> 506 bytes .../resources/geography/africa/mali.png | Bin 0 -> 908 bytes .../resources/geography/africa/mauritania.png | Bin 0 -> 734 bytes .../resources/geography/africa/moroco.png | Bin 0 -> 635 bytes .../resources/geography/africa/mozambique.png | Bin 0 -> 1065 bytes .../resources/geography/africa/namibia.png | Bin 0 -> 740 bytes .../resources/geography/africa/niger.png | Bin 0 -> 949 bytes .../resources/geography/africa/nigeria.png | Bin 0 -> 843 bytes .../resources/geography/africa/north_africa.png | Bin 0 -> 14131 bytes .../geography/africa/republic_of_congo.png | Bin 0 -> 809 bytes .../resources/geography/africa/rwanda.png | Bin 0 -> 252 bytes .../resources/geography/africa/senegal.png | Bin 0 -> 486 bytes .../resources/geography/africa/sierra_leone.png | Bin 0 -> 387 bytes .../resources/geography/africa/somalia.png | Bin 0 -> 1004 bytes .../resources/geography/africa/south_africa.png | Bin 0 -> 1400 bytes .../resources/geography/africa/sudan.png | Bin 0 -> 1277 bytes .../resources/geography/africa/swaziland.png | Bin 0 -> 249 bytes .../resources/geography/africa/tanzania.png | Bin 0 -> 829 bytes .../resources/geography/africa/togo.png | Bin 0 -> 319 bytes .../resources/geography/africa/tunisia.png | Bin 0 -> 484 bytes .../resources/geography/africa/uganda.png | Bin 0 -> 569 bytes .../resources/geography/africa/western_sahara.png | Bin 0 -> 512 bytes .../resources/geography/africa/zambia.png | Bin 0 -> 865 bytes .../resources/geography/africa/zimbabwe.png | Bin 0 -> 591 bytes .../resources/geography/afrique/africa.png | Bin 0 -> 7762 bytes .../resources/geography/afrique/algeria.png | Bin 0 -> 1063 bytes .../resources/geography/afrique/angola.png | Bin 0 -> 579 bytes .../resources/geography/afrique/benin.png | Bin 0 -> 335 bytes .../resources/geography/afrique/botswana.png | Bin 0 -> 529 bytes .../resources/geography/afrique/burkina.png | Bin 0 -> 393 bytes .../resources/geography/afrique/cameroon.png | Bin 0 -> 573 bytes .../resources/geography/afrique/chad.png | Bin 0 -> 812 bytes .../resources/geography/afrique/congo.png | Bin 0 -> 490 bytes .../resources/geography/afrique/egypt.png | Bin 0 -> 501 bytes .../resources/geography/afrique/eritrea.png | Bin 0 -> 381 bytes .../resources/geography/afrique/ethiopia.png | Bin 0 -> 774 bytes .../resources/geography/afrique/gabon.png | Bin 0 -> 436 bytes .../resources/geography/afrique/ghana.png | Bin 0 -> 365 bytes .../resources/geography/afrique/guinea.png | Bin 0 -> 464 bytes .../resources/geography/afrique/ivory_coast.png | Bin 0 -> 458 bytes .../resources/geography/afrique/kenya.png | Bin 0 -> 526 bytes .../resources/geography/afrique/liberia.png | Bin 0 -> 353 bytes .../resources/geography/afrique/libya.png | Bin 0 -> 738 bytes .../resources/geography/afrique/madagascar.png | Bin 0 -> 552 bytes .../resources/geography/afrique/malawi.png | Bin 0 -> 365 bytes .../resources/geography/afrique/mali.png | Bin 0 -> 819 bytes .../resources/geography/afrique/mauritania.png | Bin 0 -> 562 bytes .../resources/geography/afrique/moroco.png | Bin 0 -> 834 bytes .../resources/geography/afrique/mozambique.png | Bin 0 -> 841 bytes .../resources/geography/afrique/namibia.png | Bin 0 -> 620 bytes .../resources/geography/afrique/niger.png | Bin 0 -> 789 bytes .../resources/geography/afrique/nigeria.png | Bin 0 -> 613 bytes .../geography/afrique/rep_centrafrique.png | Bin 0 -> 613 bytes .../resources/geography/afrique/rep_congo.png | Bin 0 -> 1249 bytes .../resources/geography/afrique/senegal.png | Bin 0 -> 379 bytes .../resources/geography/afrique/somalia.png | Bin 0 -> 735 bytes .../resources/geography/afrique/soudan.png | Bin 0 -> 945 bytes .../resources/geography/afrique/south_africa.png | Bin 0 -> 780 bytes .../resources/geography/afrique/tanzania.png | Bin 0 -> 736 bytes .../resources/geography/afrique/togo.png | Bin 0 -> 278 bytes .../resources/geography/afrique/tunisia.png | Bin 0 -> 349 bytes .../resources/geography/afrique/uganda.png | Bin 0 -> 354 bytes .../resources/geography/afrique/zambia.png | Bin 0 -> 709 bytes .../resources/geography/afrique/zimbabwe.png | Bin 0 -> 438 bytes .../resources/geography/board1_0.xml.in | 27 + .../resources/geography/board2_0.xml.in | 42 + .../resources/geography/board2_1.xml.in | 50 + .../resources/geography/board3_0.xml.in | 59 + .../resources/geography/board3_1.xml.in | 74 + .../resources/geography/board4_0.xml.in | 141 ++ .../resources/geography/board4_1.xml.in | 89 + .../resources/geography/board4_2.xml.in | 122 ++ .../resources/geography/continents/africa.png | Bin 0 -> 752 bytes .../resources/geography/continents/america.png | Bin 0 -> 5445 bytes .../resources/geography/continents/antartica.png | Bin 0 -> 305 bytes .../resources/geography/continents/asia.png | Bin 0 -> 2196 bytes .../resources/geography/continents/back.png | Bin 0 -> 43653 bytes .../resources/geography/continents/europa.png | Bin 0 -> 778 bytes .../resources/geography/continents/oceania.png | Bin 0 -> 787 bytes .../resources/geography/europe/.cvsignore | 4 + .../resources/geography/europe/albania.png | Bin 0 -> 347 bytes .../resources/geography/europe/austria.png | Bin 0 -> 478 bytes .../resources/geography/europe/belarus.png | Bin 0 -> 720 bytes .../resources/geography/europe/belgium.png | Bin 0 -> 339 bytes .../geography/europe/bosnia_herzegovina.png | Bin 0 -> 407 bytes .../resources/geography/europe/bulgaria.png | Bin 0 -> 480 bytes .../resources/geography/europe/croatia.png | Bin 0 -> 623 bytes .../resources/geography/europe/cyprus.png | Bin 0 -> 253 bytes .../resources/geography/europe/czech.png | Bin 0 -> 449 bytes .../resources/geography/europe/denmark.png | Bin 0 -> 654 bytes .../resources/geography/europe/estonia.png | Bin 0 -> 450 bytes .../resources/geography/europe/europe.png | Bin 0 -> 170594 bytes .../resources/geography/europe/finland.png | Bin 0 -> 1307 bytes .../resources/geography/europe/france.png | Bin 0 -> 2763 bytes .../resources/geography/europe/germany.png | Bin 0 -> 961 bytes .../resources/geography/europe/greece.png | Bin 0 -> 1100 bytes .../resources/geography/europe/hungary.png | Bin 0 -> 501 bytes .../resources/geography/europe/iceland.png | Bin 0 -> 647 bytes .../resources/geography/europe/ireland.png | Bin 0 -> 457 bytes .../resources/geography/europe/italy.png | Bin 0 -> 1566 bytes .../resources/geography/europe/latvia.png | Bin 0 -> 460 bytes .../resources/geography/europe/lithuania.png | Bin 0 -> 410 bytes .../resources/geography/europe/luxembourg.png | Bin 0 -> 186 bytes .../resources/geography/europe/macedonia.png | Bin 0 -> 253 bytes .../resources/geography/europe/moldova.png | Bin 0 -> 379 bytes .../resources/geography/europe/netherland.png | Bin 0 -> 409 bytes .../resources/geography/europe/norway.png | Bin 0 -> 1988 bytes .../resources/geography/europe/poland.png | Bin 0 -> 789 bytes .../resources/geography/europe/portugal.png | Bin 0 -> 511 bytes .../resources/geography/europe/romania.png | Bin 0 -> 686 bytes .../resources/geography/europe/russia.png | Bin 0 -> 3792 bytes .../geography/europe/serbia_montenegro.png | Bin 0 -> 537 bytes .../resources/geography/europe/slovakia.png | Bin 0 -> 397 bytes .../resources/geography/europe/slovenia.png | Bin 0 -> 284 bytes .../resources/geography/europe/spain.png | Bin 0 -> 1186 bytes .../resources/geography/europe/sweden.png | Bin 0 -> 1627 bytes .../resources/geography/europe/switz.png | Bin 0 -> 363 bytes .../resources/geography/europe/turkey.png | Bin 0 -> 2308 bytes .../resources/geography/europe/ukraine.png | Bin 0 -> 1500 bytes .../resources/geography/europe/united_kingdom.png | Bin 0 -> 1473 bytes .../resources/geography/northamerica/alaska.png | Bin 0 -> 2578 bytes .../resources/geography/northamerica/bahamas.png | Bin 0 -> 288 bytes .../resources/geography/northamerica/canada.png | Bin 0 -> 9722 bytes .../resources/geography/northamerica/cuba.png | Bin 0 -> 3206 bytes .../geography/northamerica/dominican_republic.png | Bin 0 -> 1276 bytes .../resources/geography/northamerica/greenland.png | Bin 0 -> 2444 bytes .../resources/geography/northamerica/haiti.png | Bin 0 -> 1056 bytes .../resources/geography/northamerica/iceland.png | Bin 0 -> 442 bytes .../resources/geography/northamerica/jamaica.png | Bin 0 -> 696 bytes .../resources/geography/northamerica/mexico.png | Bin 0 -> 2237 bytes .../geography/northamerica/north_america.png | Bin 0 -> 50508 bytes .../geography/northamerica/usa-complete.png | Bin 0 -> 16531 bytes .../resources/geography/northamerica/usa.png | Bin 0 -> 6035 bytes .../resources/geography/southamerica/argentina.png | Bin 0 -> 2411 bytes .../resources/geography/southamerica/bolivia.png | Bin 0 -> 932 bytes .../resources/geography/southamerica/brazil.png | Bin 0 -> 3865 bytes .../resources/geography/southamerica/chile.png | Bin 0 -> 1834 bytes .../resources/geography/southamerica/colombia.png | Bin 0 -> 1294 bytes .../resources/geography/southamerica/ecuador.png | Bin 0 -> 546 bytes .../geography/southamerica/french_guiana.png | Bin 0 -> 374 bytes .../resources/geography/southamerica/guyana.png | Bin 0 -> 580 bytes .../resources/geography/southamerica/panama.png | Bin 0 -> 414 bytes .../resources/geography/southamerica/paraguay.png | Bin 0 -> 599 bytes .../resources/geography/southamerica/peru.png | Bin 0 -> 1334 bytes .../geography/southamerica/south_america.png | Bin 0 -> 14649 bytes .../resources/geography/southamerica/suriname.png | Bin 0 -> 415 bytes .../resources/geography/southamerica/uruguay.png | Bin 0 -> 432 bytes .../resources/geography/southamerica/venezuela.png | Bin 0 -> 1145 bytes src/geography-activity/runit.sh | 5 +- .../resources/geography_country/Makefile.am | 26 + .../geography_country/argentina/argentina.png | Bin 0 -> 129489 bytes .../geography_country/argentina/buenos_aires.png | Bin 0 -> 730 bytes .../geography_country/argentina/catamarca.png | Bin 0 -> 642 bytes .../geography_country/argentina/chaco.png | Bin 0 -> 452 bytes .../geography_country/argentina/chubut.png | Bin 0 -> 523 bytes .../geography_country/argentina/cordoba.png | Bin 0 -> 428 bytes .../geography_country/argentina/corrientes.png | Bin 0 -> 443 bytes .../geography_country/argentina/entre_rios.png | Bin 0 -> 395 bytes .../geography_country/argentina/formosa.png | Bin 0 -> 626 bytes .../geography_country/argentina/jujuy.png | Bin 0 -> 4113 bytes .../geography_country/argentina/la_pampa.png | Bin 0 -> 382 bytes .../geography_country/argentina/la_rioja.png | Bin 0 -> 440 bytes .../geography_country/argentina/mendoza.png | Bin 0 -> 464 bytes .../geography_country/argentina/misiones.png | Bin 0 -> 394 bytes .../geography_country/argentina/neuquen.png | Bin 0 -> 456 bytes .../geography_country/argentina/rio_negro.png | Bin 0 -> 578 bytes .../geography_country/argentina/salta.png | Bin 0 -> 673 bytes .../geography_country/argentina/san_juan.png | Bin 0 -> 430 bytes .../geography_country/argentina/san_luis.png | Bin 0 -> 290 bytes .../geography_country/argentina/santa_cruz.png | Bin 0 -> 654 bytes .../geography_country/argentina/santa_fe.png | Bin 0 -> 480 bytes .../argentina/santiago_del_estero.png | Bin 0 -> 368 bytes .../argentina/tierra_del_fuego.png | Bin 0 -> 441 bytes .../geography_country/argentina/tucuman.png | Bin 0 -> 306 bytes .../resources/geography_country/board1_0.xml.in | 75 + .../resources/geography_country/board2_0.xml.in | 23 + .../resources/geography_country/board3_0.xml.in | 122 ++ .../resources/geography_country/board4_0.xml.in | 89 + .../resources/geography_country/board5_0.xml.in | 203 +++ .../resources/geography_country/board5_1.xml.in | 151 ++ .../resources/geography_country/board5_2.xml.in | 335 ++++ .../resources/geography_country/board6_0.xml.in | 26 + .../geography_country/france_region/alsace.png | Bin 0 -> 1049 bytes .../geography_country/france_region/aquitaine.png | Bin 0 -> 2568 bytes .../geography_country/france_region/auvergne.png | Bin 0 -> 1783 bytes .../france_region/basse-normandie.png | Bin 0 -> 1595 bytes .../geography_country/france_region/bourgogne.png | Bin 0 -> 1639 bytes .../geography_country/france_region/bretagne.png | Bin 0 -> 1916 bytes .../geography_country/france_region/centre.png | Bin 0 -> 2030 bytes .../france_region/champagne-ardenne.png | Bin 0 -> 2027 bytes .../geography_country/france_region/corse.png | Bin 0 -> 942 bytes .../france_region/france-regions.png | Bin 0 -> 26934 bytes .../france_region/franche-conte.png | Bin 0 -> 1209 bytes .../france_region/haute-normandie.png | Bin 0 -> 1047 bytes .../france_region/ile-de-france.png | Bin 0 -> 1009 bytes .../france_region/languedoc-roussillon.png | Bin 0 -> 2329 bytes .../geography_country/france_region/limousin.png | Bin 0 -> 1165 bytes .../geography_country/france_region/lorraine.png | Bin 0 -> 1525 bytes .../france_region/midi-pyrenees.png | Bin 0 -> 2316 bytes .../france_region/nord-pas-de-calais.png | Bin 0 -> 997 bytes .../france_region/pays-de-la-loire.png | Bin 0 -> 2195 bytes .../geography_country/france_region/picardie.png | Bin 0 -> 1413 bytes .../france_region/poitou-charentes.png | Bin 0 -> 1838 bytes .../france_region/provence-alpes-cote_d_azur.png | Bin 0 -> 2453 bytes .../france_region/rhone-alpes.png | Bin 0 -> 2166 bytes .../geography_country/germany_region/back.png | Bin 0 -> 17285 bytes .../germany_region/baden-wuerttemberg.png | Bin 0 -> 5452 bytes .../geography_country/germany_region/bayern.png | Bin 0 -> 7173 bytes .../geography_country/germany_region/berlin.png | Bin 0 -> 871 bytes .../germany_region/brandenburg.png | Bin 0 -> 5458 bytes .../geography_country/germany_region/bremen.png | Bin 0 -> 1028 bytes .../geography_country/germany_region/hamburg.png | Bin 0 -> 1159 bytes .../geography_country/germany_region/hessen.png | Bin 0 -> 3989 bytes .../germany_region/mecklenburg-vorpommern.png | Bin 0 -> 7179 bytes .../germany_region/niedersachsen.png | Bin 0 -> 7213 bytes .../germany_region/nordrhein-westfalen.png | Bin 0 -> 6784 bytes .../germany_region/rheinland-pfalz.png | Bin 0 -> 4850 bytes .../geography_country/germany_region/saarland.png | Bin 0 -> 2020 bytes .../germany_region/sachsen-anhalt.png | Bin 0 -> 4881 bytes .../geography_country/germany_region/sachsen.png | Bin 0 -> 4070 bytes .../germany_region/schleswig_holstein.png | Bin 0 -> 5813 bytes .../germany_region/target_baden-wuerttemberg.png | Bin 0 -> 157 bytes .../germany_region/target_bayern.png | Bin 0 -> 162 bytes .../germany_region/target_berlin.png | Bin 0 -> 129 bytes .../germany_region/target_brandenburg.png | Bin 0 -> 156 bytes .../germany_region/target_bremen.png | Bin 0 -> 131 bytes .../germany_region/target_hamburg.png | Bin 0 -> 131 bytes .../germany_region/target_hessen.png | Bin 0 -> 153 bytes .../target_mecklenburg-vorpommern.png | Bin 0 -> 153 bytes .../germany_region/target_niedersachsen.png | Bin 0 -> 161 bytes .../germany_region/target_nordrhein-westfalen.png | Bin 0 -> 158 bytes .../germany_region/target_rheinland-pfalz.png | Bin 0 -> 148 bytes .../germany_region/target_saarland.png | Bin 0 -> 129 bytes .../germany_region/target_sachsen-anhalt.png | Bin 0 -> 149 bytes .../germany_region/target_sachsen.png | Bin 0 -> 147 bytes .../germany_region/target_schleswig_holstein.png | Bin 0 -> 150 bytes .../germany_region/target_thueringen.png | Bin 0 -> 145 bytes .../germany_region/thueringen.png | Bin 0 -> 3661 bytes .../geography_country/norway_counties/akershus.png | Bin 0 -> 160 bytes .../norway_counties/aust-agder.png | Bin 0 -> 204 bytes .../geography_country/norway_counties/buskerud.png | Bin 0 -> 209 bytes .../geography_country/norway_counties/finnmark.png | Bin 0 -> 423 bytes .../geography_country/norway_counties/hedmark.png | Bin 0 -> 246 bytes .../norway_counties/hordaland.png | Bin 0 -> 203 bytes .../norway_counties/more-og-romsdal.png | Bin 0 -> 217 bytes .../norway_counties/nord-trondelag.png | Bin 0 -> 235 bytes .../geography_country/norway_counties/nordland.png | Bin 0 -> 364 bytes .../geography_country/norway_counties/norway.png | Bin 0 -> 3108 bytes .../geography_country/norway_counties/oppland.png | Bin 0 -> 236 bytes .../geography_country/norway_counties/oslo.png | Bin 0 -> 143 bytes .../geography_country/norway_counties/ostfold.png | Bin 0 -> 131 bytes .../geography_country/norway_counties/rogaland.png | Bin 0 -> 196 bytes .../norway_counties/sogn-og-fjordane.png | Bin 0 -> 208 bytes .../norway_counties/sor-trondelag.png | Bin 0 -> 253 bytes .../norway_counties/target_akershus.png | Bin 0 -> 124 bytes .../norway_counties/target_aust-agder.png | Bin 0 -> 131 bytes .../norway_counties/target_buskerud.png | Bin 0 -> 130 bytes .../norway_counties/target_finnmark.png | Bin 0 -> 143 bytes .../norway_counties/target_hedmark.png | Bin 0 -> 134 bytes .../norway_counties/target_hordaland.png | Bin 0 -> 128 bytes .../norway_counties/target_more-og-romsdal.png | Bin 0 -> 133 bytes .../norway_counties/target_nord-trondelag.png | Bin 0 -> 132 bytes .../norway_counties/target_nordland.png | Bin 0 -> 148 bytes .../norway_counties/target_oppland.png | Bin 0 -> 133 bytes .../norway_counties/target_oslo.png | Bin 0 -> 126 bytes .../norway_counties/target_ostfold.png | Bin 0 -> 126 bytes .../norway_counties/target_rogaland.png | Bin 0 -> 130 bytes .../norway_counties/target_sogn-og-fjordane.png | Bin 0 -> 133 bytes .../norway_counties/target_sor-trondelag.png | Bin 0 -> 133 bytes .../norway_counties/target_telemark.png | Bin 0 -> 130 bytes .../norway_counties/target_troms.png | Bin 0 -> 136 bytes .../norway_counties/target_vest-agder.png | Bin 0 -> 129 bytes .../norway_counties/target_vestfold.png | Bin 0 -> 128 bytes .../geography_country/norway_counties/telemark.png | Bin 0 -> 192 bytes .../geography_country/norway_counties/troms.png | Bin 0 -> 248 bytes .../norway_counties/vest-agder.png | Bin 0 -> 172 bytes .../geography_country/norway_counties/vestfold.png | Bin 0 -> 137 bytes .../poland_voivodship/dolnoslaskie.png | Bin 0 -> 3457 bytes .../poland_voivodship/kujawsko-pomorskie.png | Bin 0 -> 2545 bytes .../poland_voivodship/lodzkie.png | Bin 0 -> 2858 bytes .../poland_voivodship/lubelskie.png | Bin 0 -> 3400 bytes .../poland_voivodship/lubuskie.png | Bin 0 -> 2719 bytes .../poland_voivodship/malopolskie.png | Bin 0 -> 2638 bytes .../poland_voivodship/mazowieckie.png | Bin 0 -> 4763 bytes .../poland_voivodship/opolskie.png | Bin 0 -> 1985 bytes .../poland_voivodship/podkarpackie.png | Bin 0 -> 2855 bytes .../poland_voivodship/podlaskie.png | Bin 0 -> 2907 bytes .../geography_country/poland_voivodship/poland.png | Bin 0 -> 4405 bytes .../poland_voivodship/pomorskie.png | Bin 0 -> 2981 bytes .../poland_voivodship/slaskie.png | Bin 0 -> 2735 bytes .../poland_voivodship/swietokrzyskie.png | Bin 0 -> 1977 bytes .../poland_voivodship/warminsko-mazurskie.png | Bin 0 -> 2628 bytes .../poland_voivodship/wielkopolskie.png | Bin 0 -> 4686 bytes .../poland_voivodship/zachodnio-pomorskie.png | Bin 0 -> 3190 bytes .../geography_country/turkey_district/adana.png | Bin 0 -> 597 bytes .../geography_country/turkey_district/adiyaman.png | Bin 0 -> 364 bytes .../geography_country/turkey_district/afyon.png | Bin 0 -> 514 bytes .../geography_country/turkey_district/agri.png | Bin 0 -> 389 bytes .../geography_country/turkey_district/aksaray.png | Bin 0 -> 365 bytes .../geography_country/turkey_district/amasya.png | Bin 0 -> 335 bytes .../geography_country/turkey_district/ankara.png | Bin 0 -> 827 bytes .../geography_country/turkey_district/antalya.png | Bin 0 -> 662 bytes .../geography_country/turkey_district/ardahan.png | Bin 0 -> 305 bytes .../geography_country/turkey_district/artvin.png | Bin 0 -> 368 bytes .../geography_country/turkey_district/aydin.png | Bin 0 -> 343 bytes .../turkey_district/balikesir.png | Bin 0 -> 579 bytes .../geography_country/turkey_district/bartin.png | Bin 0 -> 224 bytes .../geography_country/turkey_district/batman.png | Bin 0 -> 323 bytes .../geography_country/turkey_district/bayburt.png | Bin 0 -> 288 bytes .../geography_country/turkey_district/bilecik.png | Bin 0 -> 282 bytes .../geography_country/turkey_district/bingol.png | Bin 0 -> 353 bytes .../geography_country/turkey_district/bitlis.png | Bin 0 -> 401 bytes .../geography_country/turkey_district/bolu.png | Bin 0 -> 354 bytes .../geography_country/turkey_district/burdur.png | Bin 0 -> 317 bytes .../geography_country/turkey_district/bursa.png | Bin 0 -> 396 bytes .../turkey_district/canakkale.png | Bin 0 -> 517 bytes .../geography_country/turkey_district/cankiri.png | Bin 0 -> 339 bytes .../geography_country/turkey_district/corum.png | Bin 0 -> 466 bytes .../geography_country/turkey_district/denizli.png | Bin 0 -> 514 bytes .../turkey_district/diyarbakir.png | Bin 0 -> 452 bytes .../geography_country/turkey_district/duzce.png | Bin 0 -> 184 bytes .../geography_country/turkey_district/edirne.png | Bin 0 -> 420 bytes .../geography_country/turkey_district/elazig.png | Bin 0 -> 394 bytes .../geography_country/turkey_district/erzincan.png | Bin 0 -> 414 bytes .../geography_country/turkey_district/erzurum.png | Bin 0 -> 625 bytes .../turkey_district/eskisehir.png | Bin 0 -> 469 bytes .../turkey_district/gaziantep.png | Bin 0 -> 401 bytes .../geography_country/turkey_district/giresun.png | Bin 0 -> 356 bytes .../turkey_district/gumushane.png | Bin 0 -> 347 bytes .../geography_country/turkey_district/hakkari.png | Bin 0 -> 409 bytes .../geography_country/turkey_district/hatay.png | Bin 0 -> 348 bytes .../geography_country/turkey_district/igdir.png | Bin 0 -> 292 bytes .../geography_country/turkey_district/isparta.png | Bin 0 -> 378 bytes .../geography_country/turkey_district/istanbul.png | Bin 0 -> 446 bytes .../geography_country/turkey_district/izmir.png | Bin 0 -> 635 bytes .../turkey_district/kahramanmaras.png | Bin 0 -> 420 bytes .../geography_country/turkey_district/karabuk.png | Bin 0 -> 426 bytes .../geography_country/turkey_district/karaman.png | Bin 0 -> 389 bytes .../geography_country/turkey_district/kars.png | Bin 0 -> 363 bytes .../turkey_district/kastamonu.png | Bin 0 -> 425 bytes .../geography_country/turkey_district/kayseri.png | Bin 0 -> 566 bytes .../geography_country/turkey_district/kilis.png | Bin 0 -> 195 bytes .../turkey_district/kirikkale.png | Bin 0 -> 263 bytes .../turkey_district/kirklareli.png | Bin 0 -> 340 bytes .../geography_country/turkey_district/kirsehir.png | Bin 0 -> 365 bytes .../geography_country/turkey_district/kocaeli.png | Bin 0 -> 324 bytes .../geography_country/turkey_district/konya.png | Bin 0 -> 936 bytes .../geography_country/turkey_district/kutahya.png | Bin 0 -> 431 bytes .../geography_country/turkey_district/malatya.png | Bin 0 -> 447 bytes .../geography_country/turkey_district/manisa.png | Bin 0 -> 452 bytes .../geography_country/turkey_district/mardin.png | Bin 0 -> 364 bytes .../geography_country/turkey_district/mersin.png | Bin 0 -> 583 bytes .../geography_country/turkey_district/mugla.png | Bin 0 -> 619 bytes .../geography_country/turkey_district/mus.png | Bin 0 -> 380 bytes .../geography_country/turkey_district/nevsehir.png | Bin 0 -> 330 bytes .../geography_country/turkey_district/nigde.png | Bin 0 -> 350 bytes .../geography_country/turkey_district/ordu.png | Bin 0 -> 362 bytes .../geography_country/turkey_district/osmaniye.png | Bin 0 -> 238 bytes .../geography_country/turkey_district/rize.png | Bin 0 -> 275 bytes .../geography_country/turkey_district/sakarya.png | Bin 0 -> 307 bytes .../geography_country/turkey_district/samsun.png | Bin 0 -> 478 bytes .../turkey_district/sanliurfa.png | Bin 0 -> 487 bytes .../geography_country/turkey_district/siirt.png | Bin 0 -> 275 bytes .../geography_country/turkey_district/sinop.png | Bin 0 -> 326 bytes .../geography_country/turkey_district/sirnak.png | Bin 0 -> 337 bytes .../geography_country/turkey_district/sivas.png | Bin 0 -> 609 bytes .../geography_country/turkey_district/tekirdag.png | Bin 0 -> 319 bytes .../geography_country/turkey_district/tokat.png | Bin 0 -> 359 bytes .../geography_country/turkey_district/trabzon.png | Bin 0 -> 274 bytes .../geography_country/turkey_district/tunceli.png | Bin 0 -> 322 bytes .../turkey_district/turkey-east.png | Bin 0 -> 51131 bytes .../turkey_district/turkey-west.png | Bin 0 -> 77622 bytes .../geography_country/turkey_district/turkey.png | Bin 0 -> 117415 bytes .../geography_country/turkey_district/usak.png | Bin 0 -> 265 bytes .../geography_country/turkey_district/van.png | Bin 0 -> 599 bytes .../geography_country/turkey_district/yalova.png | Bin 0 -> 130 bytes .../geography_country/turkey_district/yozgat.png | Bin 0 -> 448 bytes .../turkey_district/zonguldak.png | Bin 0 -> 252 bytes src/geography_country-activity/runit.sh | 5 +- .../resources/imagename/.cvsignore | 3 + .../resources/imagename/Makefile.am | 24 + .../resources/imagename/apple.png | Bin 0 -> 4409 bytes .../resources/imagename/bicycle.png | Bin 0 -> 11924 bytes .../resources/imagename/board1_0.xml.in | 38 + .../resources/imagename/board2_0.xml.in | 38 + .../resources/imagename/board3_0.xml.in | 38 + .../resources/imagename/board4_0.xml.in | 38 + .../resources/imagename/board5_0.xml.in | 38 + .../resources/imagename/board6_0.xml.in | 38 + .../resources/imagename/bottle.png | Bin 0 -> 5228 bytes src/imagename-activity/resources/imagename/car.png | Bin 0 -> 14436 bytes .../resources/imagename/carot.png | Bin 0 -> 2519 bytes .../resources/imagename/castle.png | Bin 0 -> 11177 bytes .../resources/imagename/crown.png | Bin 0 -> 10824 bytes src/imagename-activity/resources/imagename/egg.png | Bin 0 -> 3595 bytes .../resources/imagename/eggpot.png | Bin 0 -> 6318 bytes .../resources/imagename/fishingboat.png | Bin 0 -> 8363 bytes .../resources/imagename/flower.png | Bin 0 -> 7635 bytes .../resources/imagename/flowerpot.png | Bin 0 -> 6647 bytes .../resources/imagename/football.png | Bin 0 -> 5752 bytes .../resources/imagename/fusee.png | Bin 0 -> 7841 bytes .../resources/imagename/glass.png | Bin 0 -> 6857 bytes .../resources/imagename/house.png | Bin 0 -> 40383 bytes .../resources/imagename/lamp.png | Bin 0 -> 27862 bytes .../resources/imagename/light.png | Bin 0 -> 4869 bytes .../resources/imagename/lighthouse.png | Bin 0 -> 29067 bytes .../resources/imagename/minivan.png | Bin 0 -> 9763 bytes .../resources/imagename/pencil.png | Bin 0 -> 3427 bytes .../resources/imagename/postcard.png | Bin 0 -> 9589 bytes .../resources/imagename/postpoint.png | Bin 0 -> 6241 bytes .../resources/imagename/rape.png | Bin 0 -> 13841 bytes .../resources/imagename/raquette.png | Bin 0 -> 25476 bytes .../resources/imagename/sailingboat.png | Bin 0 -> 11985 bytes .../resources/imagename/sapin.png | Bin 0 -> 9025 bytes .../resources/imagename/sofa.png | Bin 0 -> 6745 bytes .../resources/imagename/star.png | Bin 0 -> 5118 bytes .../resources/imagename/tree.png | Bin 0 -> 156470 bytes .../resources/imagename/truck.png | Bin 0 -> 11927 bytes .../resources/imagename/windflag5.png | Bin 0 -> 1905 bytes src/imagename-activity/runit.sh | 5 +- src/magic_hat_minus-activity/magic_hat.c | 760 ++++++++ .../resources/magic_hat/hat-point.png | Bin 0 -> 20896 bytes .../resources/magic_hat/hat.png | Bin 0 -> 21187 bytes .../resources/magic_hat/magic_hat_minus.png | Bin 0 -> 6594 bytes .../resources/magic_hat/magic_hat_minus_bg.png | Bin 0 -> 15631 bytes .../resources/magic_hat/magic_hat_plus.png | Bin 0 -> 6976 bytes .../resources/magic_hat/magic_hat_plus_bg.png | Bin 0 -> 15652 bytes .../resources/magic_hat/star-clear.png | Bin 0 -> 23543 bytes .../resources/magic_hat/star1.png | Bin 0 -> 11869 bytes .../resources/magic_hat/star2.png | Bin 0 -> 23027 bytes .../resources/magic_hat/star3.png | Bin 0 -> 25059 bytes src/magic_hat_minus-activity/runit.sh | 3 +- src/magic_hat_plus-activity/runit.sh | 7 +- src/maze-activity/maze.c | 2 +- src/maze-activity/resources/maze/maze-bg.jpg | Bin 0 -> 239774 bytes src/maze2DRelative-activity/runit.sh | 7 +- src/maze3D-activity/runit.sh | 7 +- src/mazeInvisible-activity/runit.sh | 7 +- src/memory-activity/memory.c | 8 +- src/memory-activity/resources/memory/Tux_mute.png | Bin 0 -> 9467 bytes src/memory-activity/resources/memory/Tux_play.png | Bin 0 -> 17104 bytes .../resources/memory/gcompris_band.png | Bin 0 -> 294952 bytes .../resources/memory/transparent_square2.png | Bin 0 -> 1309 bytes .../resources/memory/tux-teacher.png | Bin 0 -> 15459 bytes src/memory_add-activity/runit.sh | 7 +- src/memory_add_minus-activity/runit.sh | 7 +- src/memory_add_minus_mult_div-activity/runit.sh | 7 +- .../runit.sh | 7 +- src/memory_add_minus_tux-activity/runit.sh | 7 +- src/memory_add_tux-activity/runit.sh | 7 +- src/memory_div-activity/runit.sh | 7 +- src/memory_div_tux-activity/runit.sh | 7 +- src/memory_minus-activity/runit.sh | 7 +- src/memory_minus_tux-activity/runit.sh | 7 +- src/memory_mult-activity/runit.sh | 7 +- src/memory_mult_div-activity/runit.sh | 7 +- src/memory_mult_div_tux-activity/runit.sh | 7 +- src/memory_mult_tux-activity/runit.sh | 7 +- src/memory_sound-activity/runit.sh | 7 +- src/memory_sound_tux-activity/runit.sh | 7 +- src/memory_tux-activity/runit.sh | 7 +- src/missing_letter-activity/missingletter.c | 797 ++++++++ .../resources/missing_letter/.cvsignore | 3 + .../resources/missing_letter/Makefile.am | 18 + .../resources/missing_letter/avion.png | Bin 0 -> 13784 bytes .../resources/missing_letter/ballon.png | Bin 0 -> 25869 bytes .../resources/missing_letter/banana.png | Bin 0 -> 15550 bytes .../resources/missing_letter/bed.png | Bin 0 -> 5767 bytes .../resources/missing_letter/board1.xml.in | 148 ++ .../resources/missing_letter/bottle.png | Bin 0 -> 5228 bytes .../resources/missing_letter/cake.png | Bin 0 -> 36447 bytes .../resources/missing_letter/car.png | Bin 0 -> 14436 bytes .../resources/missing_letter/cartable.png | Bin 0 -> 64178 bytes .../resources/missing_letter/chien.png | Bin 0 -> 39256 bytes .../resources/missing_letter/fish.png | Bin 0 -> 19868 bytes .../resources/missing_letter/maison.png | Bin 0 -> 34551 bytes .../resources/missing_letter/missingletter-bg.jpg | Bin 0 -> 14636 bytes .../resources/missing_letter/pomme.png | Bin 0 -> 19714 bytes src/missing_letter-activity/runit.sh | 3 +- src/money_cents-activity/runit.sh | 7 +- .../resources/paintings/.cvsignore | 3 + .../resources/paintings/Makefile.am | 25 + src/paintings-activity/resources/paintings/README | 5 + .../resources/paintings/board1_0.xml.in | 14 + .../resources/paintings/board2_0.xml.in | 14 + .../resources/paintings/board3_0.xml.in | 17 + .../resources/paintings/board3_1.xml.in | 21 + .../resources/paintings/board4_0.xml.in | 14 + .../resources/paintings/board5_0.xml.in | 14 + .../resources/paintings/board6_0.xml.in | 14 + .../resources/paintings/kandinky.comp8/puzzle1.png | Bin 0 -> 106202 bytes .../resources/paintings/kandinky.comp8/puzzle2.png | Bin 0 -> 116011 bytes .../resources/paintings/kandinky.comp8/puzzle3.png | Bin 0 -> 102446 bytes .../resources/paintings/kandinky.comp8/puzzle4.png | Bin 0 -> 78228 bytes .../resources/paintings/kandinky.comp8/puzzle5.png | Bin 0 -> 55961 bytes .../resources/paintings/kandinky.comp8/puzzle6.png | Bin 0 -> 100320 bytes .../resources/paintings/kandinky.comp8/puzzle7.png | Bin 0 -> 111679 bytes .../resources/paintings/kandinky.comp8/puzzle8.png | Bin 0 -> 79862 bytes .../paintings/level1/bazille_rampart_1.jpg | Bin 0 -> 4935 bytes .../paintings/level1/bazille_rampart_2.jpg | Bin 0 -> 5116 bytes .../paintings/level1/bazille_rampart_3.jpg | Bin 0 -> 5533 bytes .../paintings/level1/bazille_rampart_4.jpg | Bin 0 -> 9692 bytes .../paintings/level1/bazille_rampart_5.jpg | Bin 0 -> 7586 bytes .../paintings/level1/bazille_rampart_6.jpg | Bin 0 -> 7199 bytes .../paintings/level2/cassat_summertime_1.jpg | Bin 0 -> 9761 bytes .../paintings/level2/cassat_summertime_2.jpg | Bin 0 -> 11310 bytes .../paintings/level2/cassat_summertime_3.jpg | Bin 0 -> 10902 bytes .../paintings/level2/cassat_summertime_4.jpg | Bin 0 -> 11518 bytes .../paintings/level2/cassat_summertime_5.jpg | Bin 0 -> 12018 bytes .../paintings/level2/cassat_summertime_6.jpg | Bin 0 -> 11611 bytes .../resources/paintings/level3/gogh_auvert_1.jpg | Bin 0 -> 14115 bytes .../resources/paintings/level3/gogh_auvert_2.jpg | Bin 0 -> 14042 bytes .../resources/paintings/level3/gogh_auvert_3.jpg | Bin 0 -> 16390 bytes .../resources/paintings/level3/gogh_auvert_4.jpg | Bin 0 -> 15062 bytes .../resources/paintings/level3/gogh_auvert_5.jpg | Bin 0 -> 15172 bytes .../resources/paintings/level3/gogh_auvert_6.jpg | Bin 0 -> 15296 bytes .../paintings/level4/degas_class-dance_1.png | Bin 0 -> 99134 bytes .../paintings/level4/degas_class-dance_2.png | Bin 0 -> 72874 bytes .../paintings/level4/degas_class-dance_3.png | Bin 0 -> 107180 bytes .../paintings/level4/degas_class-dance_4.png | Bin 0 -> 152443 bytes .../paintings/level4/degas_class-dance_5.png | Bin 0 -> 109590 bytes .../paintings/level4/degas_class-dance_6.png | Bin 0 -> 65572 bytes .../level5/renoir-moulin_de_la_galette-1.png | Bin 0 -> 145001 bytes .../level5/renoir-moulin_de_la_galette-2.png | Bin 0 -> 150879 bytes .../level5/renoir-moulin_de_la_galette-3.png | Bin 0 -> 140340 bytes .../level5/renoir-moulin_de_la_galette-4.png | Bin 0 -> 131108 bytes .../level5/renoir-moulin_de_la_galette-5.png | Bin 0 -> 189093 bytes .../level5/renoir-moulin_de_la_galette-6.png | Bin 0 -> 106242 bytes .../paintings/level6/renoir-filles_piano-1.png | Bin 0 -> 56507 bytes .../paintings/level6/renoir-filles_piano-2.png | Bin 0 -> 48578 bytes .../paintings/level6/renoir-filles_piano-3.png | Bin 0 -> 72311 bytes .../paintings/level6/renoir-filles_piano-4.png | Bin 0 -> 88355 bytes .../paintings/level6/renoir-filles_piano-5.png | Bin 0 -> 57837 bytes .../paintings/level6/renoir-filles_piano-6.png | Bin 0 -> 46773 bytes .../paintings/level6/renoir-filles_piano-7.png | Bin 0 -> 74455 bytes .../paintings/level6/renoir-filles_piano-8.png | Bin 0 -> 56378 bytes src/paintings-activity/runit.sh | 5 +- src/readingh-activity/reading.c | 858 +++++++++ src/readingh-activity/resources/wordsgame/README | 17 + .../resources/wordsgame/default-ar.xml | 135 ++ .../resources/wordsgame/default-ar_TN.xml | 46 + .../resources/wordsgame/default-bg.xml | 147 ++ .../resources/wordsgame/default-da.xml | 145 ++ .../resources/wordsgame/default-de.xml | 128 ++ .../resources/wordsgame/default-el.xml | 148 ++ .../resources/wordsgame/default-en.xml | 147 ++ .../resources/wordsgame/default-es.xml | 204 +++ .../resources/wordsgame/default-eu.xml | 128 ++ .../resources/wordsgame/default-fi.xml | 103 ++ .../resources/wordsgame/default-fr.xml | 89 + .../resources/wordsgame/default-hu.xml | 192 ++ .../resources/wordsgame/default-id.xml | 147 ++ .../resources/wordsgame/default-it.xml | 175 ++ .../resources/wordsgame/default-lt.xml | 482 +++++ .../resources/wordsgame/default-nb.xml | 203 +++ .../resources/wordsgame/default-nl.xml | 150 ++ .../resources/wordsgame/default-nn.xml | 203 +++ .../resources/wordsgame/default-pt.xml | 158 ++ .../resources/wordsgame/default-pt_BR.xml | 158 ++ .../resources/wordsgame/default-ro.xml | 113 ++ .../resources/wordsgame/default-ru.xml | 149 ++ .../resources/wordsgame/default-sk.xml | 146 ++ .../resources/wordsgame/default-sl.xml | 148 ++ .../resources/wordsgame/default-sv.xml | 271 +++ .../resources/wordsgame/default-tr.xml | 147 ++ src/readingh-activity/runit.sh | 3 +- src/readingv-activity/runit.sh | 7 +- src/smallnumbers2-activity/runit.sh | 7 +- 1487 files changed, 11803 insertions(+), 11629 deletions(-) commit adc9bcf7a79d5b6fa9997f7631609c3e375f487c Author: Bruno Coudoin Date: Mon Jun 25 20:12:19 2007 +0000 useless file svn path=/branches/gcomprixo/; revision=2800 src/boards/animtest.c | 115 ------------------------------------------------- 1 files changed, 0 insertions(+), 115 deletions(-) commit eeaac123c57ba073a094c3d598d8b2363a8467e9 Author: Bruno Coudoin Date: Mon Jun 25 16:58:06 2007 +0000 Moved algebra to the new infrastucture svn path=/branches/gcomprixo/; revision=2799 boards/DOCUMENTATIONS | 10 - boards/gcompris/misc/sea.png | Bin 51402 -> 0 bytes boards/gcompris/misc/tuxballoon.png | Bin 16260 -> 0 bytes boards/imageid/.cvsignore | 3 - boards/imageid/Makefile.am | 17 - boards/imageid/avion.png | Bin 13784 -> 0 bytes boards/imageid/ballon.png | Bin 25869 -> 0 bytes boards/imageid/banana.png | Bin 15550 -> 0 bytes boards/imageid/bed.png | Bin 5767 -> 0 bytes boards/imageid/board1.xml.in | 75 -- boards/imageid/bottle.png | Bin 5228 -> 0 bytes boards/imageid/cake.png | Bin 36447 -> 0 bytes boards/imageid/car.png | Bin 14436 -> 0 bytes boards/imageid/cartable.png | Bin 64178 -> 0 bytes boards/imageid/chien.png | Bin 39256 -> 0 bytes boards/imageid/fish.png | Bin 19868 -> 0 bytes boards/imageid/maison.png | Bin 34551 -> 0 bytes boards/imageid/pomme.png | Bin 19714 -> 0 bytes boards/opt/imageid-bg.jpg | Bin 13400 -> 0 bytes boards/skins/gartoon/timers/sea.png | Bin 0 -> 51402 bytes boards/skins/gartoon/timers/tuxballoon.png | Bin 0 -> 16260 bytes src/algebra_by-activity/algebra.c | 858 ++++++++++++++++++++ .../resources/algebra/scenery2_background.png | Bin 0 -> 66416 bytes src/algebra_by-activity/runit.sh | 3 +- src/boards/algebra.c | 857 ------------------- src/gcompris/menu.c | 2 +- src/gcompris/timer.c | 5 +- src/imageid-activity/imageid.c | 2 +- src/imageid-activity/resources/imageid/.cvsignore | 3 + src/imageid-activity/resources/imageid/Makefile.am | 17 + src/imageid-activity/resources/imageid/avion.png | Bin 0 -> 13784 bytes src/imageid-activity/resources/imageid/ballon.png | Bin 0 -> 25869 bytes src/imageid-activity/resources/imageid/banana.png | Bin 0 -> 15550 bytes src/imageid-activity/resources/imageid/bed.png | Bin 0 -> 5767 bytes .../resources/imageid/board1.xml.in | 75 ++ src/imageid-activity/resources/imageid/bottle.png | Bin 0 -> 5228 bytes src/imageid-activity/resources/imageid/cake.png | Bin 0 -> 36447 bytes src/imageid-activity/resources/imageid/car.png | Bin 0 -> 14436 bytes .../resources/imageid/cartable.png | Bin 0 -> 64178 bytes src/imageid-activity/resources/imageid/chien.png | Bin 0 -> 39256 bytes src/imageid-activity/resources/imageid/fish.png | Bin 0 -> 19868 bytes .../resources/imageid/imageid-bg.jpg | Bin 0 -> 13400 bytes src/imageid-activity/resources/imageid/maison.png | Bin 0 -> 34551 bytes src/imageid-activity/resources/imageid/pomme.png | Bin 0 -> 19714 bytes 44 files changed, 959 insertions(+), 968 deletions(-) commit c79341a06c8b845d720455c7dbd24e9e7a2791a9 Author: Bruno Coudoin Date: Mon Jun 25 00:13:18 2007 +0000 chess computer works svn path=/branches/gcomprixo/; revision=2798 boards/chess/.cvsignore | 4 - boards/chess/Bb.png | Bin 710 -> 0 bytes boards/chess/Bk.png | Bin 839 -> 0 bytes boards/chess/Bn.png | Bin 783 -> 0 bytes boards/chess/Bp.png | Bin 480 -> 0 bytes boards/chess/Bq.png | Bin 864 -> 0 bytes boards/chess/Br.png | Bin 588 -> 0 bytes boards/chess/COPYRIGHT | 1 - boards/chess/WB.png | Bin 713 -> 0 bytes boards/chess/WK.png | Bin 835 -> 0 bytes boards/chess/WN.png | Bin 783 -> 0 bytes boards/chess/WP.png | Bin 474 -> 0 bytes boards/chess/WQ.png | Bin 861 -> 0 bytes boards/chess/WR.png | Bin 581 -> 0 bytes src/boards/chess.c | 1213 -------------- src/boards/chess_makros.h | 178 -- src/boards/chess_notation.c | 581 ------- src/boards/chess_notation.h | 46 - src/boards/chess_position.c | 1738 -------------------- src/boards/chess_position.h | 88 - src/chess_computer-activity/chess.c | 1213 ++++++++++++++ src/chess_computer-activity/chess_makros.h | 178 ++ src/chess_computer-activity/chess_notation.c | 581 +++++++ src/chess_computer-activity/chess_notation.h | 46 + src/chess_computer-activity/chess_position.c | 1738 ++++++++++++++++++++ src/chess_computer-activity/chess_position.h | 88 + .../resources/chess/.cvsignore | 4 + src/chess_computer-activity/resources/chess/Bb.png | Bin 0 -> 710 bytes src/chess_computer-activity/resources/chess/Bk.png | Bin 0 -> 839 bytes src/chess_computer-activity/resources/chess/Bn.png | Bin 0 -> 783 bytes src/chess_computer-activity/resources/chess/Bp.png | Bin 0 -> 480 bytes src/chess_computer-activity/resources/chess/Bq.png | Bin 0 -> 864 bytes src/chess_computer-activity/resources/chess/Br.png | Bin 0 -> 588 bytes .../resources/chess/COPYRIGHT | 1 + src/chess_computer-activity/resources/chess/WB.png | Bin 0 -> 713 bytes src/chess_computer-activity/resources/chess/WK.png | Bin 0 -> 835 bytes src/chess_computer-activity/resources/chess/WN.png | Bin 0 -> 783 bytes src/chess_computer-activity/resources/chess/WP.png | Bin 0 -> 474 bytes src/chess_computer-activity/resources/chess/WQ.png | Bin 0 -> 861 bytes src/chess_computer-activity/resources/chess/WR.png | Bin 0 -> 581 bytes src/chess_computer-activity/runit.sh | 2 +- src/read_colors-activity/read_colors.c | 128 +-- .../resources/read_colors/Makefile.am | 16 - .../resources/read_colors/board1.xml.in | 16 - 44 files changed, 3871 insertions(+), 3989 deletions(-) commit b0f9249512ed785cdc1cdd33a9153ff7c4df9c84 Author: Bruno Coudoin Date: Sun Jun 24 23:53:48 2007 +0000 Moved all C activities to the new structure many are working many are not. svn path=/branches/gcomprixo/; revision=2797 boards/Makefile.am | 155 -- boards/advanced_colors.xml.in | 18 - boards/advanced_colors/.cvsignore | 4 - boards/advanced_colors/Makefile.am | 26 - boards/advanced_colors/advanced_colors1.jpg | Bin 51873 -> 0 bytes boards/advanced_colors/advanced_colors2.jpg | Bin 49339 -> 0 bytes boards/advanced_colors/advanced_colors3.jpg | Bin 49492 -> 0 bytes boards/advanced_colors/advanced_colors4.jpg | Bin 49422 -> 0 bytes boards/advanced_colors/advanced_colors5.jpg | Bin 49267 -> 0 bytes boards/advanced_colors/advanced_colors6.jpg | Bin 49582 -> 0 bytes boards/advanced_colors/advanced_colors7.jpg | Bin 49258 -> 0 bytes boards/advanced_colors/advanced_colors8.jpg | Bin 49451 -> 0 bytes boards/advanced_colors/advanced_colors9.jpg | Bin 49396 -> 0 bytes .../advanced_colors/advanced_colors_highlight.png | Bin 6880 -> 0 bytes boards/advanced_colors/board1.xml.in | 14 - boards/advanced_colors/board2.xml.in | 14 - boards/advanced_colors/board3.xml.in | 14 - boards/advanced_colors/board4.xml.in | 14 - boards/advanced_colors/board5.xml.in | 14 - boards/advanced_colors/board6.xml.in | 14 - boards/advanced_colors/board7.xml.in | 14 - boards/advanced_colors/board8.xml.in | 14 - boards/advanced_colors/board9.xml.in | 14 - boards/algebra_by.xml.in | 18 - boards/algebra_guesscount.xml.in | 18 - boards/algebra_minus.xml.in | 18 - boards/algebra_plus.xml.in | 18 - boards/awele.xml.in | 18 - boards/awele/awele_frame.png | Bin 433301 -> 0 bytes boards/awele/bouton1.png | Bin 5448 -> 0 bytes boards/awele/bouton1_clic.png | Bin 4403 -> 0 bytes boards/awele/bouton1_notify.png | Bin 5201 -> 0 bytes boards/awele/bouton2.png | Bin 5440 -> 0 bytes boards/awele/bouton2_clic.png | Bin 4446 -> 0 bytes boards/awele/bouton2_notify.png | Bin 5176 -> 0 bytes boards/awele/bouton3.png | Bin 5210 -> 0 bytes boards/awele/bouton3_clic.png | Bin 4273 -> 0 bytes boards/awele/bouton3_notify.png | Bin 5172 -> 0 bytes boards/awele/bouton4.png | Bin 5442 -> 0 bytes boards/awele/bouton4_clic.png | Bin 4389 -> 0 bytes boards/awele/bouton4_notify.png | Bin 5213 -> 0 bytes boards/awele/bouton5.png | Bin 5507 -> 0 bytes boards/awele/bouton5_clic.png | Bin 4489 -> 0 bytes boards/awele/bouton5_notify.png | Bin 5261 -> 0 bytes boards/awele/bouton6.png | Bin 5542 -> 0 bytes boards/awele/bouton6_clic.png | Bin 4548 -> 0 bytes boards/awele/bouton6_notify.png | Bin 5304 -> 0 bytes boards/awele/graine1.png | Bin 1468 -> 0 bytes boards/awele/graine2.png | Bin 2048 -> 0 bytes boards/awele/graine3.png | Bin 2294 -> 0 bytes boards/awele/graine4.png | Bin 2294 -> 0 bytes boards/awele/graine4bis.png | Bin 2017 -> 0 bytes boards/babymatch.xml.in | 17 - boards/babyshapes.xml.in | 17 - boards/billard.xml.in | 19 - boards/canal_lock.xml.in | 15 - boards/canal_lock/canal_lock_bg.png | Bin 128147 -> 0 bytes boards/cardimage/01_cat.png | Bin 8923 -> 0 bytes boards/cardimage/02_pig.png | Bin 9418 -> 0 bytes boards/cardimage/03_bear.png | Bin 8782 -> 0 bytes boards/cardimage/04_hippopotamus.png | Bin 8162 -> 0 bytes boards/cardimage/05_penguin.png | Bin 5345 -> 0 bytes boards/cardimage/06_cow.png | Bin 10427 -> 0 bytes boards/cardimage/07_sheep.png | Bin 9432 -> 0 bytes boards/cardimage/08_turtle.png | Bin 7748 -> 0 bytes boards/cardimage/09_panda.png | Bin 8477 -> 0 bytes boards/cardimage/10_chicken.png | Bin 7429 -> 0 bytes boards/cardimage/11_redbird.png | Bin 3260 -> 0 bytes boards/cardimage/12_wolf.png | Bin 10529 -> 0 bytes boards/cardimage/13_monkey.png | Bin 9880 -> 0 bytes boards/cardimage/14_fox.png | Bin 9327 -> 0 bytes boards/cardimage/15_bluebirds.png | Bin 4805 -> 0 bytes boards/cardimage/16_elephant.png | Bin 10665 -> 0 bytes boards/cardimage/17_lion.png | Bin 12015 -> 0 bytes boards/cardimage/18_gnu.png | Bin 10416 -> 0 bytes boards/cardimage/19_bluebaby.png | Bin 9089 -> 0 bytes boards/cardimage/20_greenbaby.png | Bin 9284 -> 0 bytes boards/cardimage/21_frog.png | Bin 8590 -> 0 bytes boards/cardimage/README | 2 - boards/cardimage/backcard.png | Bin 15961 -> 0 bytes boards/cardimage/emptycard.png | Bin 11140 -> 0 bytes boards/chess_computer.xml.in | 19 - boards/chess_movelearn.xml.in | 19 - boards/chess_partyend.xml.in | 19 - boards/chronos.xml.in | 20 - boards/click_on_letter.xml.in | 18 - boards/clickgame.xml.in | 19 - boards/clockgame.xml.in | 17 - boards/colors.xml.in | 18 - boards/colors/colors_bg.png | Bin 165495 -> 0 bytes boards/colors/colors_highlight.png | Bin 54494 -> 0 bytes boards/crane.xml.in | 19 - boards/crane/arrow_b.png | Bin 1495 -> 0 bytes boards/crane/arrow_down.png | Bin 1495 -> 0 bytes boards/crane/arrow_l.png | Bin 1573 -> 0 bytes boards/crane/arrow_left.png | Bin 1573 -> 0 bytes boards/crane/arrow_r.png | Bin 1560 -> 0 bytes boards/crane/arrow_right.png | Bin 1560 -> 0 bytes boards/crane/arrow_u.png | Bin 1453 -> 0 bytes boards/crane/arrow_up.png | Bin 1453 -> 0 bytes boards/crane/bulb.png | Bin 2579 -> 0 bytes boards/crane/crane-bg.png | Bin 50409 -> 0 bytes boards/crane/letter-a.png | Bin 2570 -> 0 bytes boards/crane/letter-b.png | Bin 2846 -> 0 bytes boards/crane/rectangle1.png | Bin 1150 -> 0 bytes boards/crane/rectangle2.png | Bin 1183 -> 0 bytes boards/crane/selected.png | Bin 319 -> 0 bytes boards/crane/square1.png | Bin 2222 -> 0 bytes boards/crane/square2.png | Bin 2241 -> 0 bytes boards/crane/triangle1.png | Bin 1764 -> 0 bytes boards/crane/triangle2.png | Bin 1728 -> 0 bytes boards/crane/tux.png | Bin 2933 -> 0 bytes boards/crane/water_drop1.png | Bin 1998 -> 0 bytes boards/crane/water_drop2.png | Bin 2303 -> 0 bytes boards/crane/water_spot1.png | Bin 2303 -> 0 bytes boards/crane/water_spot2.png | Bin 2589 -> 0 bytes boards/doubleentry.xml.in | 18 - boards/enumerate.xml.in | 17 - boards/erase.xml.in | 19 - boards/erase_clic.xml.in | 19 - boards/fifteen.xml.in | 18 - boards/fishes/QueenAngel_0.png | Bin 3353 -> 0 bytes boards/fishes/QueenAngel_1.png | Bin 3260 -> 0 bytes boards/fishes/blueking2_0.png | Bin 7856 -> 0 bytes boards/fishes/blueking2_1.png | Bin 7699 -> 0 bytes boards/fishes/butfish_0.png | Bin 5392 -> 0 bytes boards/fishes/butfish_1.png | Bin 5396 -> 0 bytes boards/fishes/cichlid1_0.png | Bin 2437 -> 0 bytes boards/fishes/cichlid1_1.png | Bin 2400 -> 0 bytes boards/fishes/cichlid4_0.png | Bin 3168 -> 0 bytes boards/fishes/cichlid4_1.png | Bin 3168 -> 0 bytes boards/fishes/collaris_0.png | Bin 2108 -> 0 bytes boards/fishes/collaris_1.png | Bin 2139 -> 0 bytes boards/fishes/discus2_0.png | Bin 7721 -> 0 bytes boards/fishes/discus2_1.png | Bin 7510 -> 0 bytes boards/fishes/discus3_0.png | Bin 3162 -> 0 bytes boards/fishes/discus3_1.png | Bin 3198 -> 0 bytes boards/fishes/eel_0.png | Bin 1085 -> 0 bytes boards/fishes/eel_1.png | Bin 1013 -> 0 bytes boards/fishes/f00_0.png | Bin 2108 -> 0 bytes boards/fishes/f00_1.png | Bin 2043 -> 0 bytes boards/fishes/f01_0.png | Bin 2313 -> 0 bytes boards/fishes/f01_1.png | Bin 2260 -> 0 bytes boards/fishes/f02_0.png | Bin 1955 -> 0 bytes boards/fishes/f02_1.png | Bin 2067 -> 0 bytes boards/fishes/f03_0.png | Bin 2842 -> 0 bytes boards/fishes/f03_1.png | Bin 2800 -> 0 bytes boards/fishes/f04_0.png | Bin 3644 -> 0 bytes boards/fishes/f04_1.png | Bin 3635 -> 0 bytes boards/fishes/f05_0.png | Bin 3675 -> 0 bytes boards/fishes/f05_1.png | Bin 3611 -> 0 bytes boards/fishes/f06_0.png | Bin 2273 -> 0 bytes boards/fishes/f06_1.png | Bin 2397 -> 0 bytes boards/fishes/f07_0.png | Bin 4793 -> 0 bytes boards/fishes/f07_1.png | Bin 4704 -> 0 bytes boards/fishes/f08_0.png | Bin 5091 -> 0 bytes boards/fishes/f08_1.png | Bin 5121 -> 0 bytes boards/fishes/f09_0.png | Bin 5125 -> 0 bytes boards/fishes/f09_1.png | Bin 5242 -> 0 bytes boards/fishes/f10_0.png | Bin 2987 -> 0 bytes boards/fishes/f10_1.png | Bin 3008 -> 0 bytes boards/fishes/f11_0.png | Bin 3294 -> 0 bytes boards/fishes/f11_1.png | Bin 3436 -> 0 bytes boards/fishes/f12_0.png | Bin 1879 -> 0 bytes boards/fishes/f12_1.png | Bin 1872 -> 0 bytes boards/fishes/f13_0.png | Bin 4741 -> 0 bytes boards/fishes/f13_1.png | Bin 4594 -> 0 bytes boards/fishes/manta_0.png | Bin 2891 -> 0 bytes boards/fishes/manta_1.png | Bin 3054 -> 0 bytes boards/fishes/newf1_0.png | Bin 3847 -> 0 bytes boards/fishes/newf1_1.png | Bin 3847 -> 0 bytes boards/fishes/shark1_0.png | Bin 2661 -> 0 bytes boards/fishes/shark1_1.png | Bin 2786 -> 0 bytes boards/fishes/six_barred_0.png | Bin 4023 -> 0 bytes boards/fishes/six_barred_1.png | Bin 4025 -> 0 bytes boards/fishes/teeth_0.png | Bin 1381 -> 0 bytes boards/fishes/teeth_1.png | Bin 1917 -> 0 bytes boards/fishes/teeth_2.png | Bin 2184 -> 0 bytes boards/fishes/teeth_3.png | Bin 2627 -> 0 bytes boards/fishes/teeth_4.png | Bin 1054 -> 0 bytes boards/fishes/teeth_5.png | Bin 2627 -> 0 bytes boards/fishes/teeth_6.png | Bin 2184 -> 0 bytes boards/fishes/teeth_7.png | Bin 1917 -> 0 bytes boards/gcompris/food/README | 1 - boards/gcompris/food/baby_bottle.png | Bin 2233 -> 0 bytes boards/gcompris/food/banana.png | Bin 13427 -> 0 bytes boards/gcompris/food/bread_slice.png | Bin 7316 -> 0 bytes boards/gcompris/food/butter.png | Bin 7660 -> 0 bytes boards/gcompris/food/chocolate.png | Bin 9373 -> 0 bytes boards/gcompris/food/chocolate_cake.png | Bin 9952 -> 0 bytes boards/gcompris/food/cookie.png | Bin 6396 -> 0 bytes boards/gcompris/food/french_croissant.png | Bin 3398 -> 0 bytes boards/gcompris/food/grapefruit.png | Bin 18447 -> 0 bytes boards/gcompris/food/marmelade.png | Bin 9509 -> 0 bytes boards/gcompris/food/milk_cup.png | Bin 36679 -> 0 bytes boards/gcompris/food/milk_shake.png | Bin 19259 -> 0 bytes boards/gcompris/food/orange.png | Bin 6121 -> 0 bytes boards/gcompris/food/pear.png | Bin 21149 -> 0 bytes boards/gcompris/food/round_cookie.png | Bin 27189 -> 0 bytes boards/gcompris/food/suggar_box.png | Bin 5593 -> 0 bytes boards/gcompris/food/yahourt.png | Bin 37894 -> 0 bytes boards/gcompris/misc/door.png | Bin 11821 -> 0 bytes boards/gcompris/misc/fishingboat.png | Bin 8363 -> 0 bytes boards/gcompris/misc/minitux.png | Bin 3499 -> 0 bytes boards/gcompris/misc/parachute.png | Bin 7486 -> 0 bytes boards/gcompris/misc/tux_top_east.png | Bin 29862 -> 0 bytes boards/gcompris/misc/tux_top_north.png | Bin 29836 -> 0 bytes boards/gcompris/misc/tux_top_south.png | Bin 29836 -> 0 bytes boards/gcompris/misc/tux_top_west.png | Bin 29862 -> 0 bytes boards/gcompris/timers/README | 1 - boards/gcompris/timers/clock1.png | Bin 15307 -> 0 bytes boards/gcompris/timers/clock10.png | Bin 15514 -> 0 bytes boards/gcompris/timers/clock2.png | Bin 15426 -> 0 bytes boards/gcompris/timers/clock3.png | Bin 15546 -> 0 bytes boards/gcompris/timers/clock4.png | Bin 14880 -> 0 bytes boards/gcompris/timers/clock5.png | Bin 15264 -> 0 bytes boards/gcompris/timers/clock6.png | Bin 15078 -> 0 bytes boards/gcompris/timers/clock7.png | Bin 15555 -> 0 bytes boards/gcompris/timers/clock8.png | Bin 15461 -> 0 bytes boards/gcompris/timers/clock9.png | Bin 15553 -> 0 bytes boards/gcompris/timers/sablier.gif | Bin 140347 -> 0 bytes boards/gcompris/timers/sablier1.png | Bin 18531 -> 0 bytes boards/gcompris/timers/sablier10.png | Bin 19047 -> 0 bytes boards/gcompris/timers/sablier2.png | Bin 18666 -> 0 bytes boards/gcompris/timers/sablier3.png | Bin 18665 -> 0 bytes boards/gcompris/timers/sablier4.png | Bin 18710 -> 0 bytes boards/gcompris/timers/sablier5.png | Bin 18722 -> 0 bytes boards/gcompris/timers/sablier6.png | Bin 18904 -> 0 bytes boards/gcompris/timers/sablier7.png | Bin 18906 -> 0 bytes boards/gcompris/timers/sablier8.png | Bin 18900 -> 0 bytes boards/gcompris/timers/sablier9.png | Bin 18925 -> 0 bytes boards/geography.xml.in | 17 - boards/geography_country.xml.in | 17 - boards/gletters.xml.in | 17 - boards/gtans/figures/alpha.figures | 753 -------- boards/gtans/figures/default.figures | 1422 -------------- boards/gtans/figures/misc.figures | 923 --------- boards/gtans/figures/similar.figures | 344 ---- boards/gtans/gtans_2x-rotate-left.png | Bin 3957 -> 0 bytes boards/gtans/gtans_2x-rotate.png | Bin 3920 -> 0 bytes boards/gtans/gtans_outline.png | Bin 3572 -> 0 bytes boards/gtans/gtans_rotate-left.png | Bin 3661 -> 0 bytes boards/gtans/gtans_rotate.png | Bin 3639 -> 0 bytes boards/gtans/gtans_show.png | Bin 3532 -> 0 bytes boards/gtans/pixmaps/gtans_brightburtwood.xpm | 353 ---- boards/gtans/pixmaps/gtans_brightwood.xpm | 788 -------- boards/gtans/pixmaps/gtans_burtwood.xpm | 353 ---- boards/gtans/pixmaps/gtans_paper.xpm | 208 -- boards/gtans/pixmaps/gtans_puzzle.xpm | 88 - boards/gtans/pixmaps/gtans_recessed.xpm | 313 --- boards/gtans/pixmaps/gtans_rope.xpm | 356 ---- boards/gtans/pixmaps/gtans_stones.xpm | 171 -- boards/gtans/pixmaps/gtans_volcanic.xpm | 340 ---- boards/gtans/pixmaps/gtans_wood.xpm | 1457 -------------- boards/hanoi.xml.in | 18 - boards/hanoi_real.xml.in | 20 - boards/imageid.xml.in | 16 - boards/imagename.xml.in | 17 - boards/images/disc1.png | Bin 3017 -> 0 bytes boards/images/disc2.png | Bin 1825 -> 0 bytes boards/images/disc3.png | Bin 1831 -> 0 bytes boards/images/disc4.png | Bin 1749 -> 0 bytes boards/images/disc_support.png | Bin 4779 -> 0 bytes boards/images/enumerate_answer.png | Bin 1720 -> 0 bytes boards/images/enumerate_answer_focus.png | Bin 1892 -> 0 bytes boards/images/fifteen_frame.png | Bin 17488 -> 0 bytes boards/images/sponge.png | Bin 10300 -> 0 bytes boards/images/transparent_square.png | Bin 6919 -> 0 bytes boards/images/transparent_square_green.png | Bin 4444 -> 0 bytes boards/images/transparent_square_yellow.png | Bin 3646 -> 0 bytes boards/leftright.xml.in | 17 - boards/leftright/background.kpm | 50 - boards/leftright/leftright-select.png | Bin 7070 -> 0 bytes boards/leftright/main_droite_dessus_0.png | Bin 53259 -> 0 bytes boards/leftright/main_droite_dessus_180.png | Bin 52778 -> 0 bytes boards/leftright/main_droite_dessus_270.png | Bin 54130 -> 0 bytes boards/leftright/main_droite_dessus_90.png | Bin 54085 -> 0 bytes boards/leftright/main_droite_paume_0.png | Bin 49825 -> 0 bytes boards/leftright/main_droite_paume_180.png | Bin 49186 -> 0 bytes boards/leftright/main_droite_paume_270.png | Bin 51391 -> 0 bytes boards/leftright/main_droite_paume_90.png | Bin 51141 -> 0 bytes boards/leftright/main_gauche_dessus_0.png | Bin 56861 -> 0 bytes boards/leftright/main_gauche_dessus_180.png | Bin 56107 -> 0 bytes boards/leftright/main_gauche_dessus_270.png | Bin 57975 -> 0 bytes boards/leftright/main_gauche_dessus_90.png | Bin 58241 -> 0 bytes boards/leftright/main_gauche_paume_0.png | Bin 49811 -> 0 bytes boards/leftright/main_gauche_paume_180.png | Bin 49191 -> 0 bytes boards/leftright/main_gauche_paume_270.png | Bin 50451 -> 0 bytes boards/leftright/main_gauche_paume_90.png | Bin 50768 -> 0 bytes boards/leftright/poing_droit_dessus_0.png | Bin 47621 -> 0 bytes boards/leftright/poing_droit_dessus_180.png | Bin 47475 -> 0 bytes boards/leftright/poing_droit_dessus_270.png | Bin 48511 -> 0 bytes boards/leftright/poing_droit_dessus_90.png | Bin 48526 -> 0 bytes boards/leftright/poing_droit_paume_0.png | Bin 47968 -> 0 bytes boards/leftright/poing_droit_paume_180.png | Bin 47898 -> 0 bytes boards/leftright/poing_droit_paume_270.png | Bin 47562 -> 0 bytes boards/leftright/poing_droit_paume_90.png | Bin 47537 -> 0 bytes boards/leftright/poing_gauche_dessus_0.png | Bin 45563 -> 0 bytes boards/leftright/poing_gauche_dessus_180.png | Bin 45948 -> 0 bytes boards/leftright/poing_gauche_dessus_270.png | Bin 45859 -> 0 bytes boards/leftright/poing_gauche_dessus_90.png | Bin 45700 -> 0 bytes boards/leftright/poing_gauche_paume_0.png | Bin 50002 -> 0 bytes boards/leftright/poing_gauche_paume_180.png | Bin 49766 -> 0 bytes boards/leftright/poing_gauche_paume_270.png | Bin 51914 -> 0 bytes boards/leftright/poing_gauche_paume_90.png | Bin 52152 -> 0 bytes boards/magic_hat_minus.xml.in | 19 - boards/magic_hat_plus.xml.in | 19 - boards/maze.xml.in | 18 - boards/maze2DRelative.xml.in | 18 - boards/maze3D.xml.in | 18 - boards/mazeInvisible.xml.in | 18 - boards/memory.xml.in | 19 - boards/memory_add.xml.in | 23 - boards/memory_add_minus.xml.in | 21 - boards/memory_add_minus_mult_div.xml.in | 21 - boards/memory_add_minus_mult_div_tux.xml.in | 21 - boards/memory_add_minus_tux.xml.in | 21 - boards/memory_add_tux.xml.in | 23 - boards/memory_div.xml.in | 21 - boards/memory_div_tux.xml.in | 21 - boards/memory_minus.xml.in | 23 - boards/memory_minus_tux.xml.in | 23 - boards/memory_mult.xml.in | 21 - boards/memory_mult_div.xml.in | 21 - boards/memory_mult_div_tux.xml.in | 21 - boards/memory_mult_tux.xml.in | 21 - boards/memory_sound.xml.in | 20 - boards/memory_sound_tux.xml.in | 20 - boards/memory_tux.xml.in | 19 - boards/missing_letter.xml.in | 17 - boards/money.xml.in | 17 - boards/money/.cvsignore | 4 - boards/money/euro/.cvsignore | 4 - boards/money/euro/c10c.png | Bin 6575 -> 0 bytes boards/money/euro/c1c.png | Bin 4404 -> 0 bytes boards/money/euro/c1e.png | Bin 8898 -> 0 bytes boards/money/euro/c20c.png | Bin 8170 -> 0 bytes boards/money/euro/c2c.png | Bin 5386 -> 0 bytes boards/money/euro/c2e.png | Bin 9293 -> 0 bytes boards/money/euro/c50c.png | Bin 10413 -> 0 bytes boards/money/euro/c5c.png | Bin 7709 -> 0 bytes boards/money/euro/p10e.png | Bin 11159 -> 0 bytes boards/money/euro/p20e.png | Bin 13296 -> 0 bytes boards/money/euro/p50e.png | Bin 17400 -> 0 bytes boards/money/euro/p5e.jpg | Bin 2390 -> 0 bytes boards/money/euro/p5e.png | Bin 10801 -> 0 bytes boards/money_cents.xml.in | 18 - boards/opt/animals/bear001.jpg | Bin 76396 -> 0 bytes boards/opt/animals/black-headed-gull.jpg | Bin 42959 -> 0 bytes boards/opt/animals/butterfly.jpg | Bin 46727 -> 0 bytes boards/opt/animals/cat1.jpg | Bin 111123 -> 0 bytes boards/opt/animals/cat2.jpg | Bin 104810 -> 0 bytes boards/opt/animals/cow.jpg | Bin 90129 -> 0 bytes boards/opt/animals/donkey.jpg | Bin 101579 -> 0 bytes boards/opt/animals/elephanteauxgc.jpg | Bin 51612 -> 0 bytes boards/opt/animals/flamentrosegc.jpg | Bin 57957 -> 0 bytes boards/opt/animals/girafegc.jpg | Bin 52026 -> 0 bytes boards/opt/animals/horses.jpg | Bin 112081 -> 0 bytes boards/opt/animals/horses2.jpg | Bin 52482 -> 0 bytes boards/opt/animals/hypogc.jpg | Bin 55028 -> 0 bytes boards/opt/animals/joybear001.jpg | Bin 47238 -> 0 bytes boards/opt/animals/joybear002.jpg | Bin 51914 -> 0 bytes boards/opt/animals/jumentmulassieregc.jpg | Bin 65792 -> 0 bytes boards/opt/animals/maki1.jpg | Bin 121120 -> 0 bytes boards/opt/animals/maki2.jpg | Bin 72239 -> 0 bytes boards/opt/animals/maki3.jpg | Bin 79271 -> 0 bytes boards/opt/animals/maki4.jpg | Bin 80057 -> 0 bytes boards/opt/animals/maki5.jpg | Bin 58740 -> 0 bytes boards/opt/animals/maki6.jpg | Bin 81247 -> 0 bytes boards/opt/animals/malaybear002.jpg | Bin 89983 -> 0 bytes boards/opt/animals/pigeon.jpg | Bin 134741 -> 0 bytes boards/opt/animals/polabear011.jpg | Bin 51891 -> 0 bytes boards/opt/animals/polarbear001.jpg | Bin 39420 -> 0 bytes boards/opt/animals/poolbears001.jpg | Bin 65478 -> 0 bytes boards/opt/animals/rhinogc.jpg | Bin 72473 -> 0 bytes boards/opt/animals/sheep_irish.jpg | Bin 140833 -> 0 bytes boards/opt/animals/sheep_irish2.jpg | Bin 110540 -> 0 bytes boards/opt/animals/singegc.jpg | Bin 48652 -> 0 bytes boards/opt/animals/spectbear001.jpg | Bin 59344 -> 0 bytes boards/opt/animals/squirrel.jpg | Bin 92316 -> 0 bytes boards/opt/animals/tetegorillegc.jpg | Bin 52761 -> 0 bytes boards/opt/animals/tiger1_by_Ralf_Schmode.jpg | Bin 60493 -> 0 bytes boards/opt/animals/tigercub003.jpg | Bin 81173 -> 0 bytes boards/opt/animals/tigerdrink001.jpg | Bin 77092 -> 0 bytes boards/opt/animals/tigerplay001.jpg | Bin 70274 -> 0 bytes boards/opt/enumerate_background.png | Bin 89689 -> 0 bytes boards/opt/foot_background.png | Bin 13684 -> 0 bytes boards/opt/gtans_bg.png | Bin 21851 -> 0 bytes boards/opt/railroad-bg.png | Bin 10090 -> 0 bytes boards/opt/scenery3_background.png | Bin 22759 -> 0 bytes boards/opt/scenery7_background.png | Bin 66190 -> 0 bytes boards/opt/scenery_background.png | Bin 118555 -> 0 bytes boards/opt/sea1.jpg | Bin 84479 -> 0 bytes boards/opt/sea2.jpg | Bin 76028 -> 0 bytes boards/opt/sea3.jpg | Bin 95986 -> 0 bytes boards/opt/sea4.jpg | Bin 76201 -> 0 bytes boards/opt/sea5.jpg | Bin 124757 -> 0 bytes boards/opt/sea6.jpg | Bin 34816 -> 0 bytes boards/opt/superbrain_background.jpg | Bin 63746 -> 0 bytes boards/paintings.xml.in | 17 - boards/paratrooper.xml.in | 17 - boards/planegame.xml.in | 17 - boards/railroad.xml.in | 17 - boards/railroad/loco1.png | Bin 12861 -> 0 bytes boards/railroad/loco2.png | Bin 20527 -> 0 bytes boards/railroad/loco3.png | Bin 9653 -> 0 bytes boards/railroad/loco4.png | Bin 14543 -> 0 bytes boards/railroad/loco5.png | Bin 19087 -> 0 bytes boards/railroad/loco6.png | Bin 7274 -> 0 bytes boards/railroad/loco7.png | Bin 12978 -> 0 bytes boards/railroad/loco8.png | Bin 9219 -> 0 bytes boards/railroad/loco9.png | Bin 13844 -> 0 bytes boards/railroad/wagon1.png | Bin 8838 -> 0 bytes boards/railroad/wagon10.png | Bin 14765 -> 0 bytes boards/railroad/wagon11.png | Bin 12822 -> 0 bytes boards/railroad/wagon12.png | Bin 12800 -> 0 bytes boards/railroad/wagon13.png | Bin 12921 -> 0 bytes boards/railroad/wagon14.png | Bin 11631 -> 0 bytes boards/railroad/wagon2.png | Bin 11631 -> 0 bytes boards/railroad/wagon3.png | Bin 10232 -> 0 bytes boards/railroad/wagon4.png | Bin 7367 -> 0 bytes boards/railroad/wagon5.png | Bin 19187 -> 0 bytes boards/railroad/wagon6.png | Bin 11302 -> 0 bytes boards/railroad/wagon7.png | Bin 17992 -> 0 bytes boards/railroad/wagon8.png | Bin 12445 -> 0 bytes boards/railroad/wagon9.png | Bin 19195 -> 0 bytes boards/read_colors.xml.in | 18 - boards/read_colors/.cvsignore | 4 - boards/read_colors/Makefile.am | 16 - boards/read_colors/board1.xml.in | 16 - boards/read_colors/read_colors_background.png | Bin 175087 -> 0 bytes boards/read_colors/read_colors_highlight.png | Bin 6656 -> 0 bytes boards/readingh.xml.in | 19 - boards/readingv.xml.in | 19 - boards/reversecount.xml.in | 18 - .../skins/gartoon/boardicons/advanced_colors.svg | 154 -- boards/skins/gartoon/boardicons/algebra_by.svg | 265 --- .../gartoon/boardicons/algebra_guesscount.svg | 282 --- boards/skins/gartoon/boardicons/algebra_minus.svg | 260 --- boards/skins/gartoon/boardicons/algebra_plus.svg | 265 --- boards/skins/gartoon/boardicons/awele.svg | 199 -- boards/skins/gartoon/boardicons/babymatch.svg | 117 -- boards/skins/gartoon/boardicons/babyshapes.svg | 155 -- boards/skins/gartoon/boardicons/canal_lock.svg | 178 -- boards/skins/gartoon/boardicons/chess_computer.svg | 201 -- .../skins/gartoon/boardicons/chess_movelearn.svg | 186 -- boards/skins/gartoon/boardicons/chess_partyend.svg | 147 -- boards/skins/gartoon/boardicons/chronos.svg | 387 ---- .../skins/gartoon/boardicons/click_on_letter.svg | 117 -- boards/skins/gartoon/boardicons/clickgame.svg | 249 --- boards/skins/gartoon/boardicons/clockgame.svg | 153 -- boards/skins/gartoon/boardicons/colors.svg | 259 --- boards/skins/gartoon/boardicons/crane.svg | 222 --- boards/skins/gartoon/boardicons/doubleentry.svg | 254 --- boards/skins/gartoon/boardicons/enumerate.svg | 143 -- boards/skins/gartoon/boardicons/erase.svg | 162 -- boards/skins/gartoon/boardicons/erase_clic.svg | 139 -- boards/skins/gartoon/boardicons/fifteen.svg | 185 -- boards/skins/gartoon/boardicons/foot.svg | 113 -- boards/skins/gartoon/boardicons/gletters.svg | 311 --- boards/skins/gartoon/boardicons/globe.svg | 122 -- boards/skins/gartoon/boardicons/hanoi.svg | 155 -- boards/skins/gartoon/boardicons/hanoi_real.svg | 95 - boards/skins/gartoon/boardicons/helicogame.svg | 138 -- boards/skins/gartoon/boardicons/imageid.svg | 112 -- boards/skins/gartoon/boardicons/imagename.svg | 183 -- boards/skins/gartoon/boardicons/leftright.svg | 134 -- .../skins/gartoon/boardicons/magic_hat_minus.svg | 121 -- boards/skins/gartoon/boardicons/magic_hat_plus.svg | 126 -- boards/skins/gartoon/boardicons/maze.svg | 128 -- boards/skins/gartoon/boardicons/maze3D.svg | 336 ---- boards/skins/gartoon/boardicons/mazeInvisible.svg | 116 -- boards/skins/gartoon/boardicons/mem_solo_all.svg | 229 --- boards/skins/gartoon/boardicons/mem_solo_div.svg | 216 --- boards/skins/gartoon/boardicons/mem_solo_minus.svg | 216 --- boards/skins/gartoon/boardicons/mem_solo_mult.svg | 221 --- .../skins/gartoon/boardicons/mem_solo_mult_div.svg | 214 --- boards/skins/gartoon/boardicons/mem_solo_plus.svg | 209 -- .../gartoon/boardicons/mem_solo_plus_minus.svg | 231 --- boards/skins/gartoon/boardicons/mem_tux_all.svg | 241 --- boards/skins/gartoon/boardicons/mem_tux_div.svg | 231 --- boards/skins/gartoon/boardicons/mem_tux_minus.svg | 216 --- boards/skins/gartoon/boardicons/mem_tux_mult.svg | 221 --- .../skins/gartoon/boardicons/mem_tux_mult_div.svg | 226 --- boards/skins/gartoon/boardicons/mem_tux_plus.svg | 221 --- .../gartoon/boardicons/mem_tux_plus_minus.svg | 231 --- boards/skins/gartoon/boardicons/memory.svg | 529 ------ boards/skins/gartoon/boardicons/memory_sound.svg | 348 ---- .../skins/gartoon/boardicons/memory_sound_tux.svg | 360 ---- boards/skins/gartoon/boardicons/memory_tux.svg | 427 ----- boards/skins/gartoon/boardicons/missing_letter.svg | 141 -- boards/skins/gartoon/boardicons/money.svg | 217 --- boards/skins/gartoon/boardicons/money_cents.svg | 329 ---- boards/skins/gartoon/boardicons/railroad.svg | 139 -- boards/skins/gartoon/boardicons/read_colors2.svg | 171 -- boards/skins/gartoon/boardicons/reading.svg | 186 -- boards/skins/gartoon/boardicons/readingh.svg | 186 -- boards/skins/gartoon/boardicons/reversecount.svg | 414 ---- boards/skins/gartoon/boardicons/shapegame.svg | 151 -- boards/skins/gartoon/boardicons/smallnumbers.svg | 117 -- boards/skins/gartoon/boardicons/smallnumbers2.svg | 177 -- boards/skins/gartoon/boardicons/submarine.svg | 211 -- boards/skins/gartoon/boardicons/superbrain.svg | 317 --- boards/skins/gartoon/boardicons/tangram.svg | 154 -- boards/skins/gartoon/boardicons/tuxpara.svg | 180 -- boards/skins/gartoon/boardicons/wordsgame.svg | 158 -- boards/skins/gartoon/timers/README | 1 + boards/skins/gartoon/timers/clock1.png | Bin 0 -> 15307 bytes boards/skins/gartoon/timers/clock10.png | Bin 0 -> 15514 bytes boards/skins/gartoon/timers/clock2.png | Bin 0 -> 15426 bytes boards/skins/gartoon/timers/clock3.png | Bin 0 -> 15546 bytes boards/skins/gartoon/timers/clock4.png | Bin 0 -> 14880 bytes boards/skins/gartoon/timers/clock5.png | Bin 0 -> 15264 bytes boards/skins/gartoon/timers/clock6.png | Bin 0 -> 15078 bytes boards/skins/gartoon/timers/clock7.png | Bin 0 -> 15555 bytes boards/skins/gartoon/timers/clock8.png | Bin 0 -> 15461 bytes boards/skins/gartoon/timers/clock9.png | Bin 0 -> 15553 bytes boards/skins/gartoon/timers/sablier.gif | Bin 0 -> 140347 bytes boards/skins/gartoon/timers/sablier1.png | Bin 0 -> 18531 bytes boards/skins/gartoon/timers/sablier10.png | Bin 0 -> 19047 bytes boards/skins/gartoon/timers/sablier2.png | Bin 0 -> 18666 bytes boards/skins/gartoon/timers/sablier3.png | Bin 0 -> 18665 bytes boards/skins/gartoon/timers/sablier4.png | Bin 0 -> 18710 bytes boards/skins/gartoon/timers/sablier5.png | Bin 0 -> 18722 bytes boards/skins/gartoon/timers/sablier6.png | Bin 0 -> 18904 bytes boards/skins/gartoon/timers/sablier7.png | Bin 0 -> 18906 bytes boards/skins/gartoon/timers/sablier8.png | Bin 0 -> 18900 bytes boards/skins/gartoon/timers/sablier9.png | Bin 0 -> 18925 bytes boards/smallnumbers.xml.in | 17 - boards/smallnumbers2.xml.in | 18 - boards/submarine.xml.in | 17 - boards/submarine/README | 5 - boards/submarine/alert_submarine.png | Bin 1302 -> 0 bytes boards/submarine/asw_frigate.png | Bin 1615 -> 0 bytes boards/submarine/bubbling.png | Bin 2661 -> 0 bytes boards/submarine/down.png | Bin 490 -> 0 bytes boards/submarine/manette.png | Bin 997 -> 0 bytes boards/submarine/rudder.png | Bin 1455 -> 0 bytes boards/submarine/sub_bg.jpg | Bin 79148 -> 0 bytes boards/submarine/sub_schema.png | Bin 15598 -> 0 bytes boards/submarine/submarine-broken.png | Bin 3346 -> 0 bytes boards/submarine/submarine.png | Bin 6287 -> 0 bytes boards/submarine/up.png | Bin 580 -> 0 bytes boards/submarine/vanne.png | Bin 605 -> 0 bytes boards/submarine/whale.png | Bin 5762 -> 0 bytes boards/submarine/whale_hit.png | Bin 6499 -> 0 bytes boards/superbrain.xml.in | 17 - boards/tangram.xml.in | 26 - boards/wordsgame.xml.in | 17 - configure.in | 220 ++- src/Makefile.am | 77 +- src/advanced_colors-activity/activity/Makefile.am | 20 + .../activity/advanced_colors.svg | 154 ++ .../activity/advanced_colors.xml.in | 18 + src/advanced_colors-activity/advanced_colors.c | 538 ++++++ .../resources/advanced_colors/.cvsignore | 4 + .../resources/advanced_colors/Makefile.am | 26 + .../resources/advanced_colors/advanced_colors1.jpg | Bin 0 -> 51873 bytes .../resources/advanced_colors/advanced_colors2.jpg | Bin 0 -> 49339 bytes .../resources/advanced_colors/advanced_colors3.jpg | Bin 0 -> 49492 bytes .../resources/advanced_colors/advanced_colors4.jpg | Bin 0 -> 49422 bytes .../resources/advanced_colors/advanced_colors5.jpg | Bin 0 -> 49267 bytes .../resources/advanced_colors/advanced_colors6.jpg | Bin 0 -> 49582 bytes .../resources/advanced_colors/advanced_colors7.jpg | Bin 0 -> 49258 bytes .../resources/advanced_colors/advanced_colors8.jpg | Bin 0 -> 49451 bytes .../resources/advanced_colors/advanced_colors9.jpg | Bin 0 -> 49396 bytes .../advanced_colors/advanced_colors_highlight.png | Bin 0 -> 6880 bytes .../resources/advanced_colors/board1.xml.in | 14 + .../resources/advanced_colors/board2.xml.in | 14 + .../resources/advanced_colors/board3.xml.in | 14 + .../resources/advanced_colors/board4.xml.in | 14 + .../resources/advanced_colors/board5.xml.in | 14 + .../resources/advanced_colors/board6.xml.in | 14 + .../resources/advanced_colors/board7.xml.in | 14 + .../resources/advanced_colors/board8.xml.in | 14 + .../resources/advanced_colors/board9.xml.in | 14 + src/advanced_colors-activity/resources/skins | 1 + src/advanced_colors-activity/runit.sh | 12 + src/algebra_by-activity/activity/Makefile.am | 20 + src/algebra_by-activity/activity/algebra_by.svg | 265 +++ src/algebra_by-activity/activity/algebra_by.xml.in | 18 + src/algebra_by-activity/resources/skins | 1 + src/algebra_by-activity/runit.sh | 12 + .../activity/Makefile.am | 20 + .../activity/algebra_guesscount.svg | 282 +++ .../activity/algebra_guesscount.xml.in | 18 + .../algebra_guesscount.c | 688 +++++++ src/algebra_guesscount-activity/resources/skins | 1 + src/algebra_guesscount-activity/runit.sh | 12 + src/algebra_minus-activity/activity/Makefile.am | 20 + .../activity/algebra_minus.svg | 260 +++ .../activity/algebra_minus.xml.in | 18 + src/algebra_minus-activity/resources/skins | 1 + src/algebra_minus-activity/runit.sh | 12 + src/algebra_plus-activity/activity/Makefile.am | 20 + .../activity/algebra_plus.svg | 265 +++ .../activity/algebra_plus.xml.in | 18 + src/algebra_plus-activity/resources/skins | 1 + src/algebra_plus-activity/runit.sh | 12 + src/awele-activity/activity/Makefile.am | 20 + src/awele-activity/activity/awele.svg | 199 ++ src/awele-activity/activity/awele.xml.in | 18 + src/awele-activity/awele.c | 908 +++++++++ src/awele-activity/awele.h | 61 + src/awele-activity/awele_alphaBeta.c | 201 ++ src/awele-activity/awele_utils.c | 166 ++ src/awele-activity/awele_utils.h | 75 + src/awele-activity/resources/awele/awele_frame.png | Bin 0 -> 433301 bytes src/awele-activity/resources/awele/bouton1.png | Bin 0 -> 5448 bytes .../resources/awele/bouton1_clic.png | Bin 0 -> 4403 bytes .../resources/awele/bouton1_notify.png | Bin 0 -> 5201 bytes src/awele-activity/resources/awele/bouton2.png | Bin 0 -> 5440 bytes .../resources/awele/bouton2_clic.png | Bin 0 -> 4446 bytes .../resources/awele/bouton2_notify.png | Bin 0 -> 5176 bytes src/awele-activity/resources/awele/bouton3.png | Bin 0 -> 5210 bytes .../resources/awele/bouton3_clic.png | Bin 0 -> 4273 bytes .../resources/awele/bouton3_notify.png | Bin 0 -> 5172 bytes src/awele-activity/resources/awele/bouton4.png | Bin 0 -> 5442 bytes .../resources/awele/bouton4_clic.png | Bin 0 -> 4389 bytes .../resources/awele/bouton4_notify.png | Bin 0 -> 5213 bytes src/awele-activity/resources/awele/bouton5.png | Bin 0 -> 5507 bytes .../resources/awele/bouton5_clic.png | Bin 0 -> 4489 bytes .../resources/awele/bouton5_notify.png | Bin 0 -> 5261 bytes src/awele-activity/resources/awele/bouton6.png | Bin 0 -> 5542 bytes .../resources/awele/bouton6_clic.png | Bin 0 -> 4548 bytes .../resources/awele/bouton6_notify.png | Bin 0 -> 5304 bytes src/awele-activity/resources/awele/graine1.png | Bin 0 -> 1468 bytes src/awele-activity/resources/awele/graine2.png | Bin 0 -> 2048 bytes src/awele-activity/resources/awele/graine3.png | Bin 0 -> 2294 bytes src/awele-activity/resources/awele/graine4.png | Bin 0 -> 2294 bytes src/awele-activity/resources/awele/graine4bis.png | Bin 0 -> 2017 bytes src/awele-activity/resources/skins | 1 + src/awele-activity/runit.sh | 12 + src/babymatch-activity/activity/Makefile.am | 20 + src/babymatch-activity/activity/babymatch.svg | 117 ++ src/babymatch-activity/activity/babymatch.xml.in | 17 + src/babymatch-activity/resources/skins | 1 + src/babymatch-activity/runit.sh | 12 + src/babyshapes-activity/activity/Makefile.am | 20 + src/babyshapes-activity/activity/babyshapes.svg | 155 ++ src/babyshapes-activity/activity/babyshapes.xml.in | 17 + src/babyshapes-activity/resources/skins | 1 + src/babyshapes-activity/runit.sh | 12 + src/billard-activity/activity/Makefile.am | 20 + src/billard-activity/activity/billard.xml.in | 19 + src/billard-activity/activity/foot.svg | 113 ++ src/billard-activity/billard.c | 678 +++++++ .../resources/billard/foot_background.png | Bin 0 -> 13684 bytes src/billard-activity/resources/skins | 1 + src/billard-activity/runit.sh | 12 + src/boards/Makefile.am | 197 -- src/boards/advanced_colors.c | 538 ------ src/boards/algebra_guesscount.c | 688 ------- src/boards/awele.c | 908 --------- src/boards/awele.h | 61 - src/boards/awele_alphaBeta.c | 201 -- src/boards/awele_utils.c | 166 -- src/boards/awele_utils.h | 75 - src/boards/canal_lock.c | 771 -------- src/boards/click_on_letter.c | 666 ------- src/boards/clickgame.c | 853 --------- src/boards/clockgame.c | 780 -------- src/boards/colors.c | 499 ----- src/boards/crane.c | 741 -------- src/boards/enumerate.c | 625 ------ src/boards/erase.c | 561 ------ src/boards/fifteen.c | 472 ----- src/boards/gletters.c | 903 --------- src/boards/gtans.c | 2005 -------------------- src/boards/gtans.h | 214 --- src/boards/gtans_callbacks.c | 383 ---- src/boards/gtans_callbacks.h | 185 -- src/boards/gtans_interface.c | 282 --- src/boards/gtans_interface.h | 11 - src/boards/gtans_support.c | 156 -- src/boards/gtans_support.h | 38 - src/boards/hanoi.c | 787 -------- src/boards/hanoi_real.c | 621 ------ src/boards/imageid.c | 775 -------- src/boards/leftright.c | 436 ----- src/boards/machpuzzle.c | 678 ------- src/boards/maze.c | 1457 -------------- src/boards/memory.c | 1829 ------------------ src/boards/money.c | 573 ------ src/boards/money_widget.c | 362 ---- src/boards/money_widget.h | 96 - src/boards/paratrooper.c | 775 -------- src/boards/planegame.c | 626 ------ src/boards/railroad.c | 646 ------- src/boards/read_colors.c | 495 ----- src/boards/reversecount.c | 841 -------- src/boards/smallnumbers.c | 629 ------ src/boards/submarine.c | 1663 ---------------- src/boards/superbrain.c | 625 ------ src/boards/wordsgame.c | 751 -------- src/canal_lock-activity/activity/Makefile.am | 20 + src/canal_lock-activity/activity/canal_lock.svg | 178 ++ src/canal_lock-activity/activity/canal_lock.xml.in | 15 + src/canal_lock-activity/canal_lock.c | 771 ++++++++ .../resources/canal_lock/canal_lock_bg.png | Bin 0 -> 128147 bytes src/canal_lock-activity/resources/skins | 1 + src/canal_lock-activity/runit.sh | 12 + src/chess_computer-activity/activity/Makefile.am | 20 + .../activity/chess_computer.svg | 201 ++ .../activity/chess_computer.xml.in | 19 + src/chess_computer-activity/resources/skins | 1 + src/chess_computer-activity/runit.sh | 12 + src/chess_movelearn-activity/activity/Makefile.am | 20 + .../activity/chess_movelearn.svg | 186 ++ .../activity/chess_movelearn.xml.in | 19 + src/chess_movelearn-activity/resources/skins | 1 + src/chess_movelearn-activity/runit.sh | 12 + src/chess_partyend-activity/activity/Makefile.am | 20 + .../activity/chess_partyend.svg | 147 ++ .../activity/chess_partyend.xml.in | 19 + src/chess_partyend-activity/resources/skins | 1 + src/chess_partyend-activity/runit.sh | 12 + src/chronos-activity/activity/Makefile.am | 20 + src/chronos-activity/activity/chronos.svg | 387 ++++ src/chronos-activity/activity/chronos.xml.in | 20 + src/chronos-activity/resources/skins | 1 + src/chronos-activity/runit.sh | 12 + src/click_on_letter-activity/activity/Makefile.am | 20 + .../activity/click_on_letter.svg | 117 ++ .../activity/click_on_letter.xml.in | 18 + src/click_on_letter-activity/click_on_letter.c | 666 +++++++ src/click_on_letter-activity/resources/skins | 1 + src/click_on_letter-activity/runit.sh | 12 + src/clickgame-activity/activity/Makefile.am | 20 + src/clickgame-activity/activity/clickgame.svg | 249 +++ src/clickgame-activity/activity/clickgame.xml.in | 19 + src/clickgame-activity/clickgame.c | 853 +++++++++ .../resources/clickgame/fishes/QueenAngel_0.png | Bin 0 -> 3353 bytes .../resources/clickgame/fishes/QueenAngel_1.png | Bin 0 -> 3260 bytes .../resources/clickgame/fishes/blueking2_0.png | Bin 0 -> 7856 bytes .../resources/clickgame/fishes/blueking2_1.png | Bin 0 -> 7699 bytes .../resources/clickgame/fishes/butfish_0.png | Bin 0 -> 5392 bytes .../resources/clickgame/fishes/butfish_1.png | Bin 0 -> 5396 bytes .../resources/clickgame/fishes/cichlid1_0.png | Bin 0 -> 2437 bytes .../resources/clickgame/fishes/cichlid1_1.png | Bin 0 -> 2400 bytes .../resources/clickgame/fishes/cichlid4_0.png | Bin 0 -> 3168 bytes .../resources/clickgame/fishes/cichlid4_1.png | Bin 0 -> 3168 bytes .../resources/clickgame/fishes/collaris_0.png | Bin 0 -> 2108 bytes .../resources/clickgame/fishes/collaris_1.png | Bin 0 -> 2139 bytes .../resources/clickgame/fishes/discus2_0.png | Bin 0 -> 7721 bytes .../resources/clickgame/fishes/discus2_1.png | Bin 0 -> 7510 bytes .../resources/clickgame/fishes/discus3_0.png | Bin 0 -> 3162 bytes .../resources/clickgame/fishes/discus3_1.png | Bin 0 -> 3198 bytes .../resources/clickgame/fishes/eel_0.png | Bin 0 -> 1085 bytes .../resources/clickgame/fishes/eel_1.png | Bin 0 -> 1013 bytes .../resources/clickgame/fishes/f00_0.png | Bin 0 -> 2108 bytes .../resources/clickgame/fishes/f00_1.png | Bin 0 -> 2043 bytes .../resources/clickgame/fishes/f01_0.png | Bin 0 -> 2313 bytes .../resources/clickgame/fishes/f01_1.png | Bin 0 -> 2260 bytes .../resources/clickgame/fishes/f02_0.png | Bin 0 -> 1955 bytes .../resources/clickgame/fishes/f02_1.png | Bin 0 -> 2067 bytes .../resources/clickgame/fishes/f03_0.png | Bin 0 -> 2842 bytes .../resources/clickgame/fishes/f03_1.png | Bin 0 -> 2800 bytes .../resources/clickgame/fishes/f04_0.png | Bin 0 -> 3644 bytes .../resources/clickgame/fishes/f04_1.png | Bin 0 -> 3635 bytes .../resources/clickgame/fishes/f05_0.png | Bin 0 -> 3675 bytes .../resources/clickgame/fishes/f05_1.png | Bin 0 -> 3611 bytes .../resources/clickgame/fishes/f06_0.png | Bin 0 -> 2273 bytes .../resources/clickgame/fishes/f06_1.png | Bin 0 -> 2397 bytes .../resources/clickgame/fishes/f07_0.png | Bin 0 -> 4793 bytes .../resources/clickgame/fishes/f07_1.png | Bin 0 -> 4704 bytes .../resources/clickgame/fishes/f08_0.png | Bin 0 -> 5091 bytes .../resources/clickgame/fishes/f08_1.png | Bin 0 -> 5121 bytes .../resources/clickgame/fishes/f09_0.png | Bin 0 -> 5125 bytes .../resources/clickgame/fishes/f09_1.png | Bin 0 -> 5242 bytes .../resources/clickgame/fishes/f10_0.png | Bin 0 -> 2987 bytes .../resources/clickgame/fishes/f10_1.png | Bin 0 -> 3008 bytes .../resources/clickgame/fishes/f11_0.png | Bin 0 -> 3294 bytes .../resources/clickgame/fishes/f11_1.png | Bin 0 -> 3436 bytes .../resources/clickgame/fishes/f12_0.png | Bin 0 -> 1879 bytes .../resources/clickgame/fishes/f12_1.png | Bin 0 -> 1872 bytes .../resources/clickgame/fishes/f13_0.png | Bin 0 -> 4741 bytes .../resources/clickgame/fishes/f13_1.png | Bin 0 -> 4594 bytes .../resources/clickgame/fishes/manta_0.png | Bin 0 -> 2891 bytes .../resources/clickgame/fishes/manta_1.png | Bin 0 -> 3054 bytes .../resources/clickgame/fishes/newf1_0.png | Bin 0 -> 3847 bytes .../resources/clickgame/fishes/newf1_1.png | Bin 0 -> 3847 bytes .../resources/clickgame/fishes/shark1_0.png | Bin 0 -> 2661 bytes .../resources/clickgame/fishes/shark1_1.png | Bin 0 -> 2786 bytes .../resources/clickgame/fishes/six_barred_0.png | Bin 0 -> 4023 bytes .../resources/clickgame/fishes/six_barred_1.png | Bin 0 -> 4025 bytes .../resources/clickgame/fishes/teeth_0.png | Bin 0 -> 1381 bytes .../resources/clickgame/fishes/teeth_1.png | Bin 0 -> 1917 bytes .../resources/clickgame/fishes/teeth_2.png | Bin 0 -> 2184 bytes .../resources/clickgame/fishes/teeth_3.png | Bin 0 -> 2627 bytes .../resources/clickgame/fishes/teeth_4.png | Bin 0 -> 1054 bytes .../resources/clickgame/fishes/teeth_5.png | Bin 0 -> 2627 bytes .../resources/clickgame/fishes/teeth_6.png | Bin 0 -> 2184 bytes .../resources/clickgame/fishes/teeth_7.png | Bin 0 -> 1917 bytes .../resources/clickgame/sea1.jpg | Bin 0 -> 84479 bytes .../resources/clickgame/sea2.jpg | Bin 0 -> 76028 bytes .../resources/clickgame/sea3.jpg | Bin 0 -> 95986 bytes .../resources/clickgame/sea4.jpg | Bin 0 -> 76201 bytes .../resources/clickgame/sea5.jpg | Bin 0 -> 124757 bytes .../resources/clickgame/sea6.jpg | Bin 0 -> 34816 bytes src/clickgame-activity/resources/skins | 1 + src/clickgame-activity/runit.sh | 12 + src/clockgame-activity/activity/Makefile.am | 20 + src/clockgame-activity/activity/clockgame.svg | 153 ++ src/clockgame-activity/activity/clockgame.xml.in | 17 + src/clockgame-activity/clockgame.c | 780 ++++++++ src/clockgame-activity/resources/skins | 1 + src/clockgame-activity/runit.sh | 12 + src/colors-activity/activity/Makefile.am | 20 + src/colors-activity/activity/colors.svg | 259 +++ src/colors-activity/activity/colors.xml.in | 18 + src/colors-activity/colors.c | 499 +++++ src/colors-activity/resources/colors/colors_bg.png | Bin 0 -> 165495 bytes .../resources/colors/colors_highlight.png | Bin 0 -> 54494 bytes src/colors-activity/resources/skins | 1 + src/colors-activity/runit.sh | 12 + src/crane-activity/activity/Makefile.am | 20 + src/crane-activity/activity/crane.svg | 222 +++ src/crane-activity/activity/crane.xml.in | 19 + src/crane-activity/crane.c | 741 ++++++++ src/crane-activity/resources/crane/arrow_b.png | Bin 0 -> 1495 bytes src/crane-activity/resources/crane/arrow_down.png | Bin 0 -> 1495 bytes src/crane-activity/resources/crane/arrow_l.png | Bin 0 -> 1573 bytes src/crane-activity/resources/crane/arrow_left.png | Bin 0 -> 1573 bytes src/crane-activity/resources/crane/arrow_r.png | Bin 0 -> 1560 bytes src/crane-activity/resources/crane/arrow_right.png | Bin 0 -> 1560 bytes src/crane-activity/resources/crane/arrow_u.png | Bin 0 -> 1453 bytes src/crane-activity/resources/crane/arrow_up.png | Bin 0 -> 1453 bytes src/crane-activity/resources/crane/bulb.png | Bin 0 -> 2579 bytes src/crane-activity/resources/crane/crane-bg.png | Bin 0 -> 50409 bytes src/crane-activity/resources/crane/letter-a.png | Bin 0 -> 2570 bytes src/crane-activity/resources/crane/letter-b.png | Bin 0 -> 2846 bytes src/crane-activity/resources/crane/rectangle1.png | Bin 0 -> 1150 bytes src/crane-activity/resources/crane/rectangle2.png | Bin 0 -> 1183 bytes src/crane-activity/resources/crane/selected.png | Bin 0 -> 319 bytes src/crane-activity/resources/crane/square1.png | Bin 0 -> 2222 bytes src/crane-activity/resources/crane/square2.png | Bin 0 -> 2241 bytes src/crane-activity/resources/crane/triangle1.png | Bin 0 -> 1764 bytes src/crane-activity/resources/crane/triangle2.png | Bin 0 -> 1728 bytes src/crane-activity/resources/crane/tux.png | Bin 0 -> 2933 bytes src/crane-activity/resources/crane/water_drop1.png | Bin 0 -> 1998 bytes src/crane-activity/resources/crane/water_drop2.png | Bin 0 -> 2303 bytes src/crane-activity/resources/crane/water_spot1.png | Bin 0 -> 2303 bytes src/crane-activity/resources/crane/water_spot2.png | Bin 0 -> 2589 bytes src/crane-activity/resources/skins | 1 + src/crane-activity/runit.sh | 12 + src/doubleentry-activity/activity/Makefile.am | 20 + src/doubleentry-activity/activity/doubleentry.svg | 254 +++ .../activity/doubleentry.xml.in | 18 + src/doubleentry-activity/resources/skins | 1 + src/doubleentry-activity/runit.sh | 12 + src/enumerate-activity/activity/Makefile.am | 20 + src/enumerate-activity/activity/enumerate.svg | 143 ++ src/enumerate-activity/activity/enumerate.xml.in | 17 + src/enumerate-activity/enumerate.c | 625 ++++++ .../resources/enumerate/enumerate_answer.png | Bin 0 -> 1720 bytes .../resources/enumerate/enumerate_answer_focus.png | Bin 0 -> 1892 bytes .../resources/enumerate/enumerate_background.png | Bin 0 -> 89689 bytes .../resources/enumerate/food/README | 1 + .../resources/enumerate/food/baby_bottle.png | Bin 0 -> 2233 bytes .../resources/enumerate/food/banana.png | Bin 0 -> 13427 bytes .../resources/enumerate/food/bread_slice.png | Bin 0 -> 7316 bytes .../resources/enumerate/food/butter.png | Bin 0 -> 7660 bytes .../resources/enumerate/food/chocolate.png | Bin 0 -> 9373 bytes .../resources/enumerate/food/chocolate_cake.png | Bin 0 -> 9952 bytes .../resources/enumerate/food/cookie.png | Bin 0 -> 6396 bytes .../resources/enumerate/food/french_croissant.png | Bin 0 -> 3398 bytes .../resources/enumerate/food/grapefruit.png | Bin 0 -> 18447 bytes .../resources/enumerate/food/marmelade.png | Bin 0 -> 9509 bytes .../resources/enumerate/food/milk_cup.png | Bin 0 -> 36679 bytes .../resources/enumerate/food/milk_shake.png | Bin 0 -> 19259 bytes .../resources/enumerate/food/orange.png | Bin 0 -> 6121 bytes .../resources/enumerate/food/pear.png | Bin 0 -> 21149 bytes .../resources/enumerate/food/round_cookie.png | Bin 0 -> 27189 bytes .../resources/enumerate/food/suggar_box.png | Bin 0 -> 5593 bytes .../resources/enumerate/food/yahourt.png | Bin 0 -> 37894 bytes src/enumerate-activity/resources/skins | 1 + src/enumerate-activity/runit.sh | 12 + src/erase-activity/activity/Makefile.am | 20 + src/erase-activity/activity/erase.svg | 162 ++ src/erase-activity/activity/erase.xml.in | 19 + src/erase-activity/erase.c | 561 ++++++ src/erase-activity/resources/erase/bear001.jpg | Bin 0 -> 76396 bytes .../resources/erase/black-headed-gull.jpg | Bin 0 -> 42959 bytes src/erase-activity/resources/erase/butterfly.jpg | Bin 0 -> 46727 bytes src/erase-activity/resources/erase/cat1.jpg | Bin 0 -> 111123 bytes src/erase-activity/resources/erase/cat2.jpg | Bin 0 -> 104810 bytes src/erase-activity/resources/erase/cow.jpg | Bin 0 -> 90129 bytes src/erase-activity/resources/erase/donkey.jpg | Bin 0 -> 101579 bytes .../resources/erase/elephanteauxgc.jpg | Bin 0 -> 51612 bytes .../resources/erase/flamentrosegc.jpg | Bin 0 -> 57957 bytes src/erase-activity/resources/erase/girafegc.jpg | Bin 0 -> 52026 bytes src/erase-activity/resources/erase/horses.jpg | Bin 0 -> 112081 bytes src/erase-activity/resources/erase/horses2.jpg | Bin 0 -> 52482 bytes src/erase-activity/resources/erase/hypogc.jpg | Bin 0 -> 55028 bytes src/erase-activity/resources/erase/joybear001.jpg | Bin 0 -> 47238 bytes src/erase-activity/resources/erase/joybear002.jpg | Bin 0 -> 51914 bytes .../resources/erase/jumentmulassieregc.jpg | Bin 0 -> 65792 bytes src/erase-activity/resources/erase/maki1.jpg | Bin 0 -> 121120 bytes src/erase-activity/resources/erase/maki2.jpg | Bin 0 -> 72239 bytes src/erase-activity/resources/erase/maki3.jpg | Bin 0 -> 79271 bytes src/erase-activity/resources/erase/maki4.jpg | Bin 0 -> 80057 bytes src/erase-activity/resources/erase/maki5.jpg | Bin 0 -> 58740 bytes src/erase-activity/resources/erase/maki6.jpg | Bin 0 -> 81247 bytes .../resources/erase/malaybear002.jpg | Bin 0 -> 89983 bytes src/erase-activity/resources/erase/pigeon.jpg | Bin 0 -> 134741 bytes src/erase-activity/resources/erase/polabear011.jpg | Bin 0 -> 51891 bytes .../resources/erase/polarbear001.jpg | Bin 0 -> 39420 bytes .../resources/erase/poolbears001.jpg | Bin 0 -> 65478 bytes src/erase-activity/resources/erase/rhinogc.jpg | Bin 0 -> 72473 bytes src/erase-activity/resources/erase/sheep_irish.jpg | Bin 0 -> 140833 bytes .../resources/erase/sheep_irish2.jpg | Bin 0 -> 110540 bytes src/erase-activity/resources/erase/singegc.jpg | Bin 0 -> 48652 bytes .../resources/erase/spectbear001.jpg | Bin 0 -> 59344 bytes src/erase-activity/resources/erase/sponge.png | Bin 0 -> 10300 bytes src/erase-activity/resources/erase/squirrel.jpg | Bin 0 -> 92316 bytes .../resources/erase/tetegorillegc.jpg | Bin 0 -> 52761 bytes .../resources/erase/tiger1_by_Ralf_Schmode.jpg | Bin 0 -> 60493 bytes src/erase-activity/resources/erase/tigercub003.jpg | Bin 0 -> 81173 bytes .../resources/erase/tigerdrink001.jpg | Bin 0 -> 77092 bytes .../resources/erase/tigerplay001.jpg | Bin 0 -> 70274 bytes .../resources/erase/transparent_square.png | Bin 0 -> 6919 bytes .../resources/erase/transparent_square_green.png | Bin 0 -> 4444 bytes .../resources/erase/transparent_square_yellow.png | Bin 0 -> 3646 bytes src/erase-activity/resources/skins | 1 + src/erase-activity/runit.sh | 12 + src/erase_clic-activity/activity/Makefile.am | 20 + src/erase_clic-activity/activity/erase_clic.svg | 139 ++ src/erase_clic-activity/activity/erase_clic.xml.in | 19 + src/erase_clic-activity/resources/skins | 1 + src/erase_clic-activity/runit.sh | 12 + src/fifteen-activity/activity/Makefile.am | 20 + src/fifteen-activity/activity/fifteen.svg | 185 ++ src/fifteen-activity/activity/fifteen.xml.in | 18 + src/fifteen-activity/fifteen.c | 472 +++++ .../resources/fifteen/fifteen_frame.png | Bin 0 -> 17488 bytes src/fifteen-activity/resources/skins | 1 + src/fifteen-activity/runit.sh | 12 + src/gcompris/timer.c | 63 +- src/geography-activity/activity/Makefile.am | 20 + src/geography-activity/activity/geography.xml.in | 17 + src/geography-activity/resources/skins | 1 + src/geography-activity/runit.sh | 12 + .../activity/Makefile.am | 20 + .../activity/geography_country.xml.in | 17 + src/geography_country-activity/activity/globe.svg | 122 ++ src/geography_country-activity/resources/skins | 1 + src/geography_country-activity/runit.sh | 12 + src/gletters-activity/activity/Makefile.am | 20 + src/gletters-activity/activity/gletters.svg | 311 +++ src/gletters-activity/activity/gletters.xml.in | 17 + src/gletters-activity/gletters.c | 904 +++++++++ .../resources/gletters/scenery_background.png | Bin 0 -> 118555 bytes src/gletters-activity/resources/skins | 1 + src/gletters-activity/runit.sh | 12 + src/hanoi-activity/activity/Makefile.am | 20 + src/hanoi-activity/activity/hanoi.svg | 155 ++ src/hanoi-activity/activity/hanoi.xml.in | 18 + src/hanoi-activity/hanoi.c | 787 ++++++++ src/hanoi-activity/resources/skins | 1 + src/hanoi-activity/runit.sh | 12 + src/hanoi_real-activity/activity/Makefile.am | 20 + src/hanoi_real-activity/activity/hanoi_real.svg | 95 + src/hanoi_real-activity/activity/hanoi_real.xml.in | 20 + src/hanoi_real-activity/hanoi_real.c | 621 ++++++ .../resources/hanoi_real/disc1.png | Bin 0 -> 3017 bytes .../resources/hanoi_real/disc2.png | Bin 0 -> 1825 bytes .../resources/hanoi_real/disc3.png | Bin 0 -> 1831 bytes .../resources/hanoi_real/disc4.png | Bin 0 -> 1749 bytes .../resources/hanoi_real/disc_support.png | Bin 0 -> 4779 bytes src/hanoi_real-activity/resources/skins | 1 + src/hanoi_real-activity/runit.sh | 12 + src/imageid-activity/activity/Makefile.am | 20 + src/imageid-activity/activity/imageid.svg | 112 ++ src/imageid-activity/activity/imageid.xml.in | 16 + src/imageid-activity/imageid.c | 775 ++++++++ src/imageid-activity/resources/skins | 1 + src/imageid-activity/runit.sh | 12 + src/imagename-activity/activity/Makefile.am | 20 + src/imagename-activity/activity/imagename.svg | 183 ++ src/imagename-activity/activity/imagename.xml.in | 17 + src/imagename-activity/resources/skins | 1 + src/imagename-activity/runit.sh | 12 + src/leftright-activity/activity/Makefile.am | 20 + src/leftright-activity/activity/leftright.svg | 134 ++ src/leftright-activity/activity/leftright.xml.in | 17 + src/leftright-activity/leftright.c | 436 +++++ .../resources/leftright/background.kpm | 50 + .../resources/leftright/leftright-select.png | Bin 0 -> 7070 bytes .../resources/leftright/main_droite_dessus_0.png | Bin 0 -> 53259 bytes .../resources/leftright/main_droite_dessus_180.png | Bin 0 -> 52778 bytes .../resources/leftright/main_droite_dessus_270.png | Bin 0 -> 54130 bytes .../resources/leftright/main_droite_dessus_90.png | Bin 0 -> 54085 bytes .../resources/leftright/main_droite_paume_0.png | Bin 0 -> 49825 bytes .../resources/leftright/main_droite_paume_180.png | Bin 0 -> 49186 bytes .../resources/leftright/main_droite_paume_270.png | Bin 0 -> 51391 bytes .../resources/leftright/main_droite_paume_90.png | Bin 0 -> 51141 bytes .../resources/leftright/main_gauche_dessus_0.png | Bin 0 -> 56861 bytes .../resources/leftright/main_gauche_dessus_180.png | Bin 0 -> 56107 bytes .../resources/leftright/main_gauche_dessus_270.png | Bin 0 -> 57975 bytes .../resources/leftright/main_gauche_dessus_90.png | Bin 0 -> 58241 bytes .../resources/leftright/main_gauche_paume_0.png | Bin 0 -> 49811 bytes .../resources/leftright/main_gauche_paume_180.png | Bin 0 -> 49191 bytes .../resources/leftright/main_gauche_paume_270.png | Bin 0 -> 50451 bytes .../resources/leftright/main_gauche_paume_90.png | Bin 0 -> 50768 bytes .../resources/leftright/poing_droit_dessus_0.png | Bin 0 -> 47621 bytes .../resources/leftright/poing_droit_dessus_180.png | Bin 0 -> 47475 bytes .../resources/leftright/poing_droit_dessus_270.png | Bin 0 -> 48511 bytes .../resources/leftright/poing_droit_dessus_90.png | Bin 0 -> 48526 bytes .../resources/leftright/poing_droit_paume_0.png | Bin 0 -> 47968 bytes .../resources/leftright/poing_droit_paume_180.png | Bin 0 -> 47898 bytes .../resources/leftright/poing_droit_paume_270.png | Bin 0 -> 47562 bytes .../resources/leftright/poing_droit_paume_90.png | Bin 0 -> 47537 bytes .../resources/leftright/poing_gauche_dessus_0.png | Bin 0 -> 45563 bytes .../leftright/poing_gauche_dessus_180.png | Bin 0 -> 45948 bytes .../leftright/poing_gauche_dessus_270.png | Bin 0 -> 45859 bytes .../resources/leftright/poing_gauche_dessus_90.png | Bin 0 -> 45700 bytes .../resources/leftright/poing_gauche_paume_0.png | Bin 0 -> 50002 bytes .../resources/leftright/poing_gauche_paume_180.png | Bin 0 -> 49766 bytes .../resources/leftright/poing_gauche_paume_270.png | Bin 0 -> 51914 bytes .../resources/leftright/poing_gauche_paume_90.png | Bin 0 -> 52152 bytes src/leftright-activity/resources/skins | 1 + src/leftright-activity/runit.sh | 12 + src/magic_hat_minus-activity/activity/Makefile.am | 20 + .../activity/magic_hat_minus.svg | 121 ++ .../activity/magic_hat_minus.xml.in | 19 + src/magic_hat_minus-activity/resources/skins | 1 + src/magic_hat_minus-activity/runit.sh | 12 + src/magic_hat_plus-activity/activity/Makefile.am | 20 + .../activity/magic_hat_plus.svg | 126 ++ .../activity/magic_hat_plus.xml.in | 19 + src/magic_hat_plus-activity/resources/skins | 1 + src/magic_hat_plus-activity/runit.sh | 12 + src/maze-activity/activity/Makefile.am | 20 + src/maze-activity/activity/maze.xml.in | 18 + src/maze-activity/maze.c | 1457 ++++++++++++++ src/maze-activity/resources/maze/door.png | Bin 0 -> 11821 bytes src/maze-activity/resources/maze/tux_top_east.png | Bin 0 -> 29862 bytes src/maze-activity/resources/maze/tux_top_north.png | Bin 0 -> 29836 bytes src/maze-activity/resources/maze/tux_top_south.png | Bin 0 -> 29836 bytes src/maze-activity/resources/maze/tux_top_west.png | Bin 0 -> 29862 bytes src/maze-activity/resources/skins | 1 + src/maze-activity/runit.sh | 12 + src/maze2DRelative-activity/activity/Makefile.am | 20 + src/maze2DRelative-activity/activity/maze.svg | 128 ++ .../activity/maze2DRelative.xml.in | 18 + src/maze2DRelative-activity/resources/skins | 1 + src/maze2DRelative-activity/runit.sh | 12 + src/maze3D-activity/activity/Makefile.am | 20 + src/maze3D-activity/activity/maze3D.svg | 336 ++++ src/maze3D-activity/activity/maze3D.xml.in | 18 + src/maze3D-activity/resources/skins | 1 + src/maze3D-activity/runit.sh | 12 + src/mazeInvisible-activity/activity/Makefile.am | 20 + .../activity/mazeInvisible.svg | 116 ++ .../activity/mazeInvisible.xml.in | 18 + src/mazeInvisible-activity/resources/skins | 1 + src/mazeInvisible-activity/runit.sh | 12 + src/memory-activity/activity/Makefile.am | 20 + src/memory-activity/activity/memory.svg | 529 ++++++ src/memory-activity/activity/memory.xml.in | 19 + src/memory-activity/memory.c | 1829 ++++++++++++++++++ .../resources/memory/cardimage/01_cat.png | Bin 0 -> 8923 bytes .../resources/memory/cardimage/02_pig.png | Bin 0 -> 9418 bytes .../resources/memory/cardimage/03_bear.png | Bin 0 -> 8782 bytes .../resources/memory/cardimage/04_hippopotamus.png | Bin 0 -> 8162 bytes .../resources/memory/cardimage/05_penguin.png | Bin 0 -> 5345 bytes .../resources/memory/cardimage/06_cow.png | Bin 0 -> 10427 bytes .../resources/memory/cardimage/07_sheep.png | Bin 0 -> 9432 bytes .../resources/memory/cardimage/08_turtle.png | Bin 0 -> 7748 bytes .../resources/memory/cardimage/09_panda.png | Bin 0 -> 8477 bytes .../resources/memory/cardimage/10_chicken.png | Bin 0 -> 7429 bytes .../resources/memory/cardimage/11_redbird.png | Bin 0 -> 3260 bytes .../resources/memory/cardimage/12_wolf.png | Bin 0 -> 10529 bytes .../resources/memory/cardimage/13_monkey.png | Bin 0 -> 9880 bytes .../resources/memory/cardimage/14_fox.png | Bin 0 -> 9327 bytes .../resources/memory/cardimage/15_bluebirds.png | Bin 0 -> 4805 bytes .../resources/memory/cardimage/16_elephant.png | Bin 0 -> 10665 bytes .../resources/memory/cardimage/17_lion.png | Bin 0 -> 12015 bytes .../resources/memory/cardimage/18_gnu.png | Bin 0 -> 10416 bytes .../resources/memory/cardimage/19_bluebaby.png | Bin 0 -> 9089 bytes .../resources/memory/cardimage/20_greenbaby.png | Bin 0 -> 9284 bytes .../resources/memory/cardimage/21_frog.png | Bin 0 -> 8590 bytes .../resources/memory/cardimage/README | 2 + .../resources/memory/cardimage/backcard.png | Bin 0 -> 15961 bytes .../resources/memory/cardimage/emptycard.png | Bin 0 -> 11140 bytes .../resources/memory/scenery_background.png | Bin 0 -> 118555 bytes src/memory-activity/resources/skins | 1 + src/memory-activity/runit.sh | 12 + src/memory_add-activity/activity/Makefile.am | 20 + src/memory_add-activity/activity/mem_solo_plus.svg | 209 ++ src/memory_add-activity/activity/memory_add.xml.in | 23 + src/memory_add-activity/resources/skins | 1 + src/memory_add-activity/runit.sh | 12 + src/memory_add_minus-activity/activity/Makefile.am | 20 + .../activity/mem_solo_plus_minus.svg | 231 +++ .../activity/memory_add_minus.xml.in | 21 + src/memory_add_minus-activity/resources/skins | 1 + src/memory_add_minus-activity/runit.sh | 12 + .../activity/Makefile.am | 20 + .../activity/mem_solo_all.svg | 229 +++ .../activity/memory_add_minus_mult_div.xml.in | 21 + .../resources/skins | 1 + src/memory_add_minus_mult_div-activity/runit.sh | 12 + .../activity/Makefile.am | 20 + .../activity/mem_tux_all.svg | 241 +++ .../activity/memory_add_minus_mult_div_tux.xml.in | 21 + .../resources/skins | 1 + .../runit.sh | 12 + .../activity/Makefile.am | 20 + .../activity/mem_tux_plus_minus.svg | 231 +++ .../activity/memory_add_minus_tux.xml.in | 21 + src/memory_add_minus_tux-activity/resources/skins | 1 + src/memory_add_minus_tux-activity/runit.sh | 12 + src/memory_add_tux-activity/activity/Makefile.am | 20 + .../activity/mem_tux_plus.svg | 221 +++ .../activity/memory_add_tux.xml.in | 23 + src/memory_add_tux-activity/resources/skins | 1 + src/memory_add_tux-activity/runit.sh | 12 + src/memory_div-activity/activity/Makefile.am | 20 + src/memory_div-activity/activity/mem_solo_div.svg | 216 +++ src/memory_div-activity/activity/memory_div.xml.in | 21 + src/memory_div-activity/resources/skins | 1 + src/memory_div-activity/runit.sh | 12 + src/memory_div_tux-activity/activity/Makefile.am | 20 + .../activity/mem_tux_div.svg | 231 +++ .../activity/memory_div_tux.xml.in | 21 + src/memory_div_tux-activity/resources/skins | 1 + src/memory_div_tux-activity/runit.sh | 12 + src/memory_minus-activity/activity/Makefile.am | 20 + .../activity/mem_solo_minus.svg | 216 +++ .../activity/memory_minus.xml.in | 23 + src/memory_minus-activity/resources/skins | 1 + src/memory_minus-activity/runit.sh | 12 + src/memory_minus_tux-activity/activity/Makefile.am | 20 + .../activity/mem_tux_minus.svg | 216 +++ .../activity/memory_minus_tux.xml.in | 23 + src/memory_minus_tux-activity/resources/skins | 1 + src/memory_minus_tux-activity/runit.sh | 12 + src/memory_mult-activity/activity/Makefile.am | 20 + .../activity/mem_solo_mult.svg | 221 +++ .../activity/memory_mult.xml.in | 21 + src/memory_mult-activity/resources/skins | 1 + src/memory_mult-activity/runit.sh | 12 + src/memory_mult_div-activity/activity/Makefile.am | 20 + .../activity/mem_solo_mult_div.svg | 214 +++ .../activity/memory_mult_div.xml.in | 21 + src/memory_mult_div-activity/resources/skins | 1 + src/memory_mult_div-activity/runit.sh | 12 + .../activity/Makefile.am | 20 + .../activity/mem_tux_mult_div.svg | 226 +++ .../activity/memory_mult_div_tux.xml.in | 21 + src/memory_mult_div_tux-activity/resources/skins | 1 + src/memory_mult_div_tux-activity/runit.sh | 12 + src/memory_mult_tux-activity/activity/Makefile.am | 20 + .../activity/mem_tux_mult.svg | 221 +++ .../activity/memory_mult_tux.xml.in | 21 + src/memory_mult_tux-activity/resources/skins | 1 + src/memory_mult_tux-activity/runit.sh | 12 + src/memory_sound-activity/activity/Makefile.am | 20 + .../activity/memory_sound.svg | 348 ++++ .../activity/memory_sound.xml.in | 20 + src/memory_sound-activity/resources/skins | 1 + src/memory_sound-activity/runit.sh | 12 + src/memory_sound_tux-activity/activity/Makefile.am | 20 + .../activity/memory_sound_tux.svg | 360 ++++ .../activity/memory_sound_tux.xml.in | 20 + src/memory_sound_tux-activity/resources/skins | 1 + src/memory_sound_tux-activity/runit.sh | 12 + src/memory_tux-activity/activity/Makefile.am | 20 + src/memory_tux-activity/activity/memory_tux.svg | 427 +++++ src/memory_tux-activity/activity/memory_tux.xml.in | 19 + src/memory_tux-activity/resources/skins | 1 + src/memory_tux-activity/runit.sh | 12 + src/missing_letter-activity/activity/Makefile.am | 20 + .../activity/missing_letter.svg | 141 ++ .../activity/missing_letter.xml.in | 17 + src/missing_letter-activity/resources/skins | 1 + src/missing_letter-activity/runit.sh | 12 + src/money-activity/activity/Makefile.am | 20 + src/money-activity/activity/money.svg | 217 +++ src/money-activity/activity/money.xml.in | 17 + src/money-activity/money.c | 573 ++++++ src/money-activity/money_widget.c | 362 ++++ src/money-activity/money_widget.h | 96 + src/money-activity/resources/money/.cvsignore | 4 + src/money-activity/resources/money/apple.png | Bin 0 -> 4409 bytes src/money-activity/resources/money/bicycle.png | Bin 0 -> 11924 bytes src/money-activity/resources/money/bottle.png | Bin 0 -> 2538 bytes src/money-activity/resources/money/carot.png | Bin 0 -> 2519 bytes src/money-activity/resources/money/cerise.png | Bin 0 -> 16725 bytes src/money-activity/resources/money/crown.png | Bin 0 -> 10824 bytes src/money-activity/resources/money/eggpot.png | Bin 0 -> 6318 bytes src/money-activity/resources/money/euro/.cvsignore | 4 + src/money-activity/resources/money/euro/c10c.png | Bin 0 -> 6575 bytes src/money-activity/resources/money/euro/c1c.png | Bin 0 -> 4404 bytes src/money-activity/resources/money/euro/c1e.png | Bin 0 -> 8898 bytes src/money-activity/resources/money/euro/c20c.png | Bin 0 -> 8170 bytes src/money-activity/resources/money/euro/c2c.png | Bin 0 -> 5386 bytes src/money-activity/resources/money/euro/c2e.png | Bin 0 -> 9293 bytes src/money-activity/resources/money/euro/c50c.png | Bin 0 -> 10413 bytes src/money-activity/resources/money/euro/c5c.png | Bin 0 -> 7709 bytes src/money-activity/resources/money/euro/p10e.png | Bin 0 -> 11159 bytes src/money-activity/resources/money/euro/p20e.png | Bin 0 -> 13296 bytes src/money-activity/resources/money/euro/p50e.png | Bin 0 -> 17400 bytes src/money-activity/resources/money/euro/p5e.jpg | Bin 0 -> 2390 bytes src/money-activity/resources/money/euro/p5e.png | Bin 0 -> 10801 bytes src/money-activity/resources/money/flower.png | Bin 0 -> 7635 bytes src/money-activity/resources/money/football.png | Bin 0 -> 5752 bytes src/money-activity/resources/money/lamp.png | Bin 0 -> 27862 bytes src/money-activity/resources/money/light.png | Bin 0 -> 4869 bytes src/money-activity/resources/money/peer.png | Bin 0 -> 21149 bytes src/money-activity/resources/money/pencil.png | Bin 0 -> 3427 bytes src/money-activity/resources/money/strawberry.png | Bin 0 -> 3211 bytes src/money-activity/resources/skins | 1 + src/money-activity/runit.sh | 12 + src/money_cents-activity/activity/Makefile.am | 20 + src/money_cents-activity/activity/money_cents.svg | 329 ++++ .../activity/money_cents.xml.in | 18 + src/money_cents-activity/resources/skins | 1 + src/money_cents-activity/runit.sh | 12 + src/paintings-activity/activity/Makefile.am | 20 + src/paintings-activity/activity/paintings.xml.in | 17 + src/paintings-activity/activity/shapegame.svg | 151 ++ src/paintings-activity/resources/skins | 1 + src/paintings-activity/runit.sh | 12 + src/paratrooper-activity/activity/Makefile.am | 20 + .../activity/paratrooper.xml.in | 17 + src/paratrooper-activity/activity/tuxpara.svg | 180 ++ src/paratrooper-activity/paratrooper.c | 776 ++++++++ .../resources/paratrooper/cloud.png | Bin 0 -> 4885 bytes .../resources/paratrooper/fishingboat.png | Bin 0 -> 8363 bytes .../resources/paratrooper/minitux.png | Bin 0 -> 3499 bytes .../resources/paratrooper/parachute.png | Bin 0 -> 7486 bytes .../resources/paratrooper/scenery3_background.png | Bin 0 -> 22759 bytes .../resources/paratrooper/tuxplane.png | Bin 0 -> 9733 bytes src/paratrooper-activity/resources/skins | 1 + src/paratrooper-activity/runit.sh | 12 + src/planegame-activity/activity/Makefile.am | 20 + src/planegame-activity/activity/helicogame.svg | 138 ++ src/planegame-activity/activity/planegame.xml.in | 17 + src/planegame-activity/planegame.c | 627 ++++++ .../resources/planegame/cloud.png | Bin 0 -> 4885 bytes .../resources/planegame/scenery3_background.png | Bin 0 -> 22759 bytes .../resources/planegame/tuxhelico.png | Bin 0 -> 9983 bytes src/planegame-activity/resources/skins | 1 + src/planegame-activity/runit.sh | 12 + src/railroad-activity/activity/Makefile.am | 20 + src/railroad-activity/activity/railroad.svg | 139 ++ src/railroad-activity/activity/railroad.xml.in | 17 + src/railroad-activity/railroad.c | 646 +++++++ src/railroad-activity/resources/railroad/loco1.png | Bin 0 -> 12861 bytes src/railroad-activity/resources/railroad/loco2.png | Bin 0 -> 20527 bytes src/railroad-activity/resources/railroad/loco3.png | Bin 0 -> 9653 bytes src/railroad-activity/resources/railroad/loco4.png | Bin 0 -> 14543 bytes src/railroad-activity/resources/railroad/loco5.png | Bin 0 -> 19087 bytes src/railroad-activity/resources/railroad/loco6.png | Bin 0 -> 7274 bytes src/railroad-activity/resources/railroad/loco7.png | Bin 0 -> 12978 bytes src/railroad-activity/resources/railroad/loco8.png | Bin 0 -> 9219 bytes src/railroad-activity/resources/railroad/loco9.png | Bin 0 -> 13844 bytes .../resources/railroad/railroad-bg.svg | 1248 ++++++++++++ .../resources/railroad/wagon1.png | Bin 0 -> 8838 bytes .../resources/railroad/wagon10.png | Bin 0 -> 14765 bytes .../resources/railroad/wagon11.png | Bin 0 -> 12822 bytes .../resources/railroad/wagon12.png | Bin 0 -> 12800 bytes .../resources/railroad/wagon13.png | Bin 0 -> 12921 bytes .../resources/railroad/wagon14.png | Bin 0 -> 11631 bytes .../resources/railroad/wagon2.png | Bin 0 -> 11631 bytes .../resources/railroad/wagon3.png | Bin 0 -> 10232 bytes .../resources/railroad/wagon4.png | Bin 0 -> 7367 bytes .../resources/railroad/wagon5.png | Bin 0 -> 19187 bytes .../resources/railroad/wagon6.png | Bin 0 -> 11302 bytes .../resources/railroad/wagon7.png | Bin 0 -> 17992 bytes .../resources/railroad/wagon8.png | Bin 0 -> 12445 bytes .../resources/railroad/wagon9.png | Bin 0 -> 19195 bytes src/railroad-activity/resources/skins | 1 + src/railroad-activity/runit.sh | 12 + src/read_colors-activity/activity/Makefile.am | 20 + .../activity/read_colors.xml.in | 18 + src/read_colors-activity/activity/read_colors2.svg | 171 ++ src/read_colors-activity/read_colors.c | 495 +++++ .../resources/read_colors/.cvsignore | 4 + .../resources/read_colors/Makefile.am | 16 + .../resources/read_colors/board1.xml.in | 16 + .../read_colors/read_colors_background.png | Bin 0 -> 175087 bytes .../read_colors/read_colors_highlight.png | Bin 0 -> 6656 bytes src/read_colors-activity/resources/skins | 1 + src/read_colors-activity/runit.sh | 12 + src/readingh-activity/activity/Makefile.am | 20 + src/readingh-activity/activity/readingh.svg | 186 ++ src/readingh-activity/activity/readingh.xml.in | 19 + src/readingh-activity/resources/skins | 1 + src/readingh-activity/runit.sh | 12 + src/readingv-activity/activity/Makefile.am | 20 + src/readingv-activity/activity/reading.svg | 186 ++ src/readingv-activity/activity/readingv.xml.in | 19 + src/readingv-activity/resources/skins | 1 + src/readingv-activity/runit.sh | 12 + src/reversecount-activity/activity/Makefile.am | 20 + .../activity/reversecount.svg | 414 ++++ .../activity/reversecount.xml.in | 18 + src/reversecount-activity/resources/skins | 1 + src/reversecount-activity/reversecount.c | 841 ++++++++ src/reversecount-activity/runit.sh | 12 + src/smallnumbers-activity/activity/Makefile.am | 20 + .../activity/smallnumbers.svg | 117 ++ .../activity/smallnumbers.xml.in | 17 + src/smallnumbers-activity/resources/skins | 1 + .../resources/smallnumbers/scenery7_background.png | Bin 0 -> 66190 bytes src/smallnumbers-activity/runit.sh | 12 + src/smallnumbers-activity/smallnumbers.c | 630 ++++++ src/smallnumbers2-activity/activity/Makefile.am | 20 + .../activity/smallnumbers2.svg | 177 ++ .../activity/smallnumbers2.xml.in | 18 + src/smallnumbers2-activity/resources/skins | 1 + src/smallnumbers2-activity/runit.sh | 12 + src/submarine-activity/activity/Makefile.am | 20 + src/submarine-activity/activity/submarine.svg | 211 ++ src/submarine-activity/activity/submarine.xml.in | 17 + src/submarine-activity/resources/skins | 1 + src/submarine-activity/resources/submarine/README | 5 + .../resources/submarine/alert_submarine.png | Bin 0 -> 1302 bytes .../resources/submarine/asw_frigate.png | Bin 0 -> 1615 bytes .../resources/submarine/bubbling.png | Bin 0 -> 2661 bytes .../resources/submarine/crown.png | Bin 0 -> 10824 bytes .../resources/submarine/down.png | Bin 0 -> 490 bytes .../resources/submarine/manette.png | Bin 0 -> 997 bytes .../resources/submarine/rudder.png | Bin 0 -> 1455 bytes .../resources/submarine/sub_bg.jpg | Bin 0 -> 79148 bytes .../resources/submarine/sub_schema.png | Bin 0 -> 15598 bytes .../resources/submarine/submarine-broken.png | Bin 0 -> 3346 bytes .../resources/submarine/submarine.png | Bin 0 -> 6287 bytes src/submarine-activity/resources/submarine/up.png | Bin 0 -> 580 bytes .../resources/submarine/vanne.png | Bin 0 -> 605 bytes .../resources/submarine/whale.png | Bin 0 -> 5762 bytes .../resources/submarine/whale_hit.png | Bin 0 -> 6499 bytes src/submarine-activity/runit.sh | 12 + src/submarine-activity/submarine.c | 1663 ++++++++++++++++ src/superbrain-activity/activity/Makefile.am | 20 + src/superbrain-activity/activity/superbrain.svg | 317 +++ src/superbrain-activity/activity/superbrain.xml.in | 17 + src/superbrain-activity/resources/skins | 1 + .../resources/superbrain/superbrain_background.jpg | Bin 0 -> 63746 bytes src/superbrain-activity/runit.sh | 12 + src/superbrain-activity/superbrain.c | 625 ++++++ src/svg_images/railroad-bg.svg | 1248 ------------ src/tangram-activity/activity/Makefile.am | 20 + src/tangram-activity/activity/tangram.svg | 154 ++ src/tangram-activity/activity/tangram.xml.in | 26 + src/tangram-activity/gtans.c | 2005 ++++++++++++++++++++ src/tangram-activity/gtans.h | 214 +++ src/tangram-activity/gtans_callbacks.c | 383 ++++ src/tangram-activity/gtans_callbacks.h | 185 ++ src/tangram-activity/gtans_interface.c | 282 +++ src/tangram-activity/gtans_interface.h | 11 + src/tangram-activity/gtans_support.c | 156 ++ src/tangram-activity/gtans_support.h | 38 + src/tangram-activity/resources/skins | 1 + .../resources/tangram/figures/alpha.figures | 753 ++++++++ .../resources/tangram/figures/default.figures | 1422 ++++++++++++++ .../resources/tangram/figures/misc.figures | 923 +++++++++ .../resources/tangram/figures/similar.figures | 344 ++++ .../resources/tangram/gtans_2x-rotate-left.png | Bin 0 -> 3957 bytes .../resources/tangram/gtans_2x-rotate.png | Bin 0 -> 3920 bytes .../resources/tangram/gtans_bg.png | Bin 0 -> 21851 bytes .../resources/tangram/gtans_outline.png | Bin 0 -> 3572 bytes .../resources/tangram/gtans_rotate-left.png | Bin 0 -> 3661 bytes .../resources/tangram/gtans_rotate.png | Bin 0 -> 3639 bytes .../resources/tangram/gtans_show.png | Bin 0 -> 3532 bytes .../tangram/pixmaps/gtans_brightburtwood.xpm | 353 ++++ .../resources/tangram/pixmaps/gtans_brightwood.xpm | 788 ++++++++ .../resources/tangram/pixmaps/gtans_burtwood.xpm | 353 ++++ .../resources/tangram/pixmaps/gtans_paper.xpm | 208 ++ .../resources/tangram/pixmaps/gtans_puzzle.xpm | 88 + .../resources/tangram/pixmaps/gtans_recessed.xpm | 313 +++ .../resources/tangram/pixmaps/gtans_rope.xpm | 356 ++++ .../resources/tangram/pixmaps/gtans_stones.xpm | 171 ++ .../resources/tangram/pixmaps/gtans_volcanic.xpm | 340 ++++ .../resources/tangram/pixmaps/gtans_wood.xpm | 1457 ++++++++++++++ src/tangram-activity/runit.sh | 12 + src/wordsgame-activity/activity/Makefile.am | 20 + src/wordsgame-activity/activity/wordsgame.svg | 158 ++ src/wordsgame-activity/activity/wordsgame.xml.in | 17 + src/wordsgame-activity/resources/skins | 1 + src/wordsgame-activity/runit.sh | 12 + src/wordsgame-activity/wordsgame.c | 751 ++++++++ 1386 files changed, 55793 insertions(+), 53526 deletions(-) commit 86030ece245d9e76e16c6ef5bac9be7c60ea9d9d Author: Bruno Coudoin Date: Sun Jun 24 23:31:28 2007 +0000 redimensioned svn path=/branches/gcomprixo/; revision=2796 src/svg_images/railroad-bg.svg | 2019 ++++++++++++++++++++++------------------ 1 files changed, 1128 insertions(+), 891 deletions(-) commit c191ecfd37c3a0e447006a4cbea1f8a5bd12be38 Author: Bruno Coudoin Date: Sun Jun 24 21:17:50 2007 +0000 added missing images. copyed, not linked svn path=/branches/gcomprixo/; revision=2795 .../resources/scale/chocolate_cake.png | Bin 0 -> 9952 bytes .../resources/scale/flowerpot.png | Bin 0 -> 6647 bytes src/scalesboard-activity/resources/scale/glass.png | Bin 0 -> 6857 bytes .../resources/scale/orange.png | Bin 0 -> 6121 bytes src/scalesboard-activity/resources/scale/pear.png | Bin 0 -> 21149 bytes .../resources/scale/suggar_box.png | Bin 0 -> 5593 bytes src/scalesboard-activity/scale.c | 12 ++++++------ 7 files changed, 6 insertions(+), 6 deletions(-) commit 5726800c6e138ec23d4faeb07cd45cdebb39acfe Author: Bruno Coudoin Date: Sun Jun 24 21:09:23 2007 +0000 Ported scale and wordprocessor to new architecture svn path=/branches/gcomprixo/; revision=2794 boards/Makefile.am | 2 - boards/opt/tabepice.jpg | Bin 69638 -> 0 bytes boards/scales/balance.png | Bin 18004 -> 0 bytes boards/scales/bras.png | Bin 3180 -> 0 bytes boards/scales/masse.png | Bin 3397 -> 0 bytes boards/scales/masse1.png | Bin 3684 -> 0 bytes boards/scales/masse10.png | Bin 4203 -> 0 bytes boards/scales/masse2.png | Bin 4167 -> 0 bytes boards/scales/masse3.png | Bin 4379 -> 0 bytes boards/scales/masse4.png | Bin 3848 -> 0 bytes boards/scales/masse5.png | Bin 4104 -> 0 bytes boards/scales/masse6.png | Bin 4283 -> 0 bytes boards/scales/masse7.png | Bin 3948 -> 0 bytes boards/scales/masse8.png | Bin 4523 -> 0 bytes boards/scales/masse9.png | Bin 4308 -> 0 bytes boards/scales/plateau.png | Bin 5479 -> 0 bytes boards/scalesboard.xml.in | 18 - boards/skins/gartoon/boardicons/scalesicon.svg | 169 --- boards/skins/gartoon/boardicons/wordprocessor.svg | 243 ----- boards/wordprocessor.xml.in | 19 - configure.in | 6 +- src/Makefile.am | 4 +- src/boards/Makefile.am | 10 - src/boards/scale.c | 893 --------------- src/boards/wordprocessor.c | 1150 -------------------- src/gcompris/menu.c | 2 +- src/scalesboard-activity/activity/Makefile.am | 20 + .../activity/scalesboard.xml.in | 18 + src/scalesboard-activity/activity/scalesicon.svg | 169 +++ .../resources/scale/balance.png | Bin 0 -> 18004 bytes src/scalesboard-activity/resources/scale/bras.png | Bin 0 -> 3180 bytes src/scalesboard-activity/resources/scale/masse.png | Bin 0 -> 3397 bytes .../resources/scale/masse1.png | Bin 0 -> 3684 bytes .../resources/scale/masse10.png | Bin 0 -> 4203 bytes .../resources/scale/masse2.png | Bin 0 -> 4167 bytes .../resources/scale/masse3.png | Bin 0 -> 4379 bytes .../resources/scale/masse4.png | Bin 0 -> 3848 bytes .../resources/scale/masse5.png | Bin 0 -> 4104 bytes .../resources/scale/masse6.png | Bin 0 -> 4283 bytes .../resources/scale/masse7.png | Bin 0 -> 3948 bytes .../resources/scale/masse8.png | Bin 0 -> 4523 bytes .../resources/scale/masse9.png | Bin 0 -> 4308 bytes .../resources/scale/plateau.png | Bin 0 -> 5479 bytes .../resources/scale/tabepice.jpg | Bin 0 -> 69638 bytes src/scalesboard-activity/resources/skins | 1 + src/scalesboard-activity/runit.sh | 12 + src/scalesboard-activity/scale.c | 893 +++++++++++++++ src/target-activity/resources/skins | 1 + .../resources/target/target_background.jpg | Bin 0 -> 61136 bytes .../resources/target_background.jpg | Bin 61136 -> 0 bytes src/target-activity/target.c | 2 +- src/traffic-activity/resources/skins | 1 + src/wordprocessor-activity/activity/Makefile.am | 20 + .../activity/wordprocessor.svg | 243 +++++ .../activity/wordprocessor.xml.in | 19 + src/wordprocessor-activity/resources/skins | 1 + src/wordprocessor-activity/runit.sh | 12 + src/wordprocessor-activity/wordprocessor.c | 1150 ++++++++++++++++++++ 58 files changed, 2569 insertions(+), 2509 deletions(-) commit b9080edfddc33ab346f5c27c5f7926e075e8542e Author: Bruno Coudoin Date: Sun Jun 24 19:10:06 2007 +0000 First shot to the port to the new architecture, now each activity goes in it's own directory. For now, only target and traffic are ported. svn path=/branches/gcomprixo/; revision=2793 boards/Makefile.am | 2 - boards/gcompris/misc/door1.png | Bin 12459 -> 0 bytes boards/gcompris/misc/door2.png | Bin 6458 -> 0 bytes boards/gcompris/misc/toomanyerrors.png | Bin 25669 -> 0 bytes boards/gcompris/misc/tuxloco.png | Bin 32552 -> 0 bytes boards/gcompris/misc/tuxplane.png | Bin 9733 -> 0 bytes boards/opt/target_background.jpg | Bin 61136 -> 0 bytes boards/skins/gartoon/boardicons/target.svg | 138 ---- boards/target.xml.in | 18 - boards/traffic.xml.in | 19 - configure.in | 6 + src/Makefile.am | 4 +- src/boards/Makefile.am | 10 - src/boards/target.c | 692 -------------------- src/boards/traffic.c | 688 ------------------- src/boards/traffic.h | 103 --- src/target-activity/activity/Makefile.am | 20 + src/target-activity/activity/target.svg | 138 ++++ src/target-activity/activity/target.xml.in | 18 + .../resources/target_background.jpg | Bin 0 -> 61136 bytes src/target-activity/runit.sh | 10 + src/target-activity/target.c | 692 ++++++++++++++++++++ src/traffic-activity/activity/Makefile.am | 20 + src/traffic-activity/activity/traffic.svg | 170 +++++ src/traffic-activity/activity/traffic.xml.in | 19 + src/traffic-activity/runit.sh | 11 + src/traffic-activity/traffic.c | 688 +++++++++++++++++++ src/traffic-activity/traffic.h | 103 +++ 28 files changed, 1898 insertions(+), 1671 deletions(-) commit 074cdc8dcd4119ad6c2694ae442121080960a513 Author: Bruno Coudoin Date: Sun Jun 24 15:51:53 2007 +0000 Moved bonus images in the skin directory svn path=/branches/gcomprixo/; revision=2789 boards/gcompris/bonus/README | 4 - boards/gcompris/bonus/flower_bad.png | Bin 57965 -> 0 bytes boards/gcompris/bonus/flower_good.png | Bin 47320 -> 0 bytes boards/gcompris/bonus/gnu_bad.png | Bin 45789 -> 0 bytes boards/gcompris/bonus/gnu_good.png | Bin 36964 -> 0 bytes boards/gcompris/bonus/lion_bad.png | Bin 33422 -> 0 bytes boards/gcompris/bonus/lion_good.png | Bin 35294 -> 0 bytes boards/gcompris/bonus/smiley_bad.png | Bin 55011 -> 0 bytes boards/gcompris/bonus/smiley_good.png | Bin 53799 -> 0 bytes boards/gcompris/bonus/tux_bad.png | Bin 38104 -> 0 bytes boards/gcompris/bonus/tux_good.png | Bin 45089 -> 0 bytes boards/skins/gartoon/boardicons/traffic.svg | 170 --------------------------- boards/skins/gartoon/bonus/README | 4 + boards/skins/gartoon/bonus/flower_bad.png | Bin 0 -> 57965 bytes boards/skins/gartoon/bonus/flower_good.png | Bin 0 -> 47320 bytes boards/skins/gartoon/bonus/gnu_bad.png | Bin 0 -> 45789 bytes boards/skins/gartoon/bonus/gnu_good.png | Bin 0 -> 36964 bytes boards/skins/gartoon/bonus/lion_bad.png | Bin 0 -> 33422 bytes boards/skins/gartoon/bonus/lion_good.png | Bin 0 -> 35294 bytes boards/skins/gartoon/bonus/smiley_bad.png | Bin 0 -> 55011 bytes boards/skins/gartoon/bonus/smiley_good.png | Bin 0 -> 53799 bytes boards/skins/gartoon/bonus/tux_bad.png | Bin 0 -> 38104 bytes boards/skins/gartoon/bonus/tux_good.png | Bin 0 -> 45089 bytes boards/skins/gartoon/door1.png | Bin 0 -> 12459 bytes boards/skins/gartoon/door2.png | Bin 0 -> 6458 bytes boards/skins/gartoon/toomanyerrors.png | Bin 0 -> 25669 bytes boards/skins/gartoon/tuxloco.png | Bin 0 -> 32552 bytes boards/skins/gartoon/tuxplane.png | Bin 0 -> 9733 bytes src/gcompris/bonus.c | 22 ++-- 29 files changed, 15 insertions(+), 185 deletions(-) commit 2ac655b7af77467ab8b382980aa4e018ba239a9a Author: Bruno Coudoin Date: Sun Jun 24 15:30:25 2007 +0000 Added support for -M, --menu_dir to specify where we must get the .xml menus svn path=/branches/gcomprixo/; revision=2788 src/gcompris/gcompris.c | 19 +++++++++++++++++-- src/gcompris/menu.c | 2 +- src/gcompris/properties.c | 2 ++ src/gcompris/properties.h | 1 + 4 files changed, 21 insertions(+), 3 deletions(-) commit 3046ffb2e18bf8ff38c6c34e1a48544f706fce5c Author: Bruno Coudoin Date: Sun Jun 24 12:45:02 2007 +0000 Minor change, reindented to ease convertion scripts svn path=/branches/gcomprixo/; revision=2787 boards/connect4-2players.xml.in | 3 ++- boards/connect4.xml.in | 3 ++- boards/tuxpaint.xml.in | 8 +++++++- 3 files changed, 11 insertions(+), 3 deletions(-) commit ac6577cef67f8a170195346d9766e0128b1746ca Author: Bruno Coudoin Date: Sat Jun 23 11:44:04 2007 +0000 Merged trunk 2785: - Now we don't crash if we cannot find a single image Merged trunk 2785: - Now we don't crash if we cannot find a single image at startup. svn path=/branches/gcomprixo/; revision=2786 src/gcompris/bar.c | 21 +++++++++++++++++++++ src/gcompris/board.c | 2 +- src/gcompris/dialog.c | 16 +++++++++++----- src/gcompris/gameutil.c | 2 +- 4 files changed, 34 insertions(+), 7 deletions(-) commit cdaf62216bde4ffa31cef3464a5cc8cdcde1077a Author: Bruno coudoin Date: Fri Jun 22 23:24:00 2007 +0000 - Fixed compilation issue when compiled without SQLITE (Merged from trunk 2007-06-22 Bruno coudoin - Fixed compilation issue when compiled without SQLITE (Merged from trunk r2781) - Added support for overloaded directories : package_data_dir package_plugin_dir package_python_plugin_dir - Added support for overloaded locale directory Removed never used local user plugin directory support (--local_directory) * src/boards/py-gcompris-properties.c: (pyGcomprisPropertiesType_getattr): * src/gcompris/gc_net.c: (gc_net_load_pixmap): * src/gcompris/gcompris.c: (load_properties), (main): * src/gcompris/menu.c: (gc_menu_load): * src/gcompris/properties.c: (gc_prop_new): * src/gcompris/properties.h: svn path=/branches/gcomprixo/; revision=2784 ChangeLog | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) commit 3d9e1a711926fa9c825486ccffb179a74308b140 Author: Bruno Coudoin Date: Fri Jun 22 23:21:52 2007 +0000 - Added support for overloaded locale directory svn path=/branches/gcomprixo/; revision=2783 src/gcompris/gcompris.c | 30 ++++++++++++++++++++++-------- 1 files changed, 22 insertions(+), 8 deletions(-) commit dbc8b326be914aae8567f0ca0cf33a9b4412233e Author: Bruno Coudoin Date: Fri Jun 22 22:33:48 2007 +0000 - Fixed compilation issue when compiled without SQLITE (Merged from trunk r2781) svn path=/branches/gcomprixo/; revision=2782 src/gcompris/gcompris_db.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 8994b6cc5a0174beaeaaacedc4d774aa0ea09035 Author: Bruno Coudoin Date: Fri Jun 22 22:30:10 2007 +0000 Removed never used local user plugin directory support (--local_directory) svn path=/branches/gcomprixo/; revision=2780 src/boards/py-gcompris-properties.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 3334bd5a7760c1c971047aff1772045a52cfbe24 Author: Bruno Coudoin Date: Fri Jun 22 22:11:59 2007 +0000 - Added support for overloaded directories : package_data_dir package_plugin_dir package_python_plugin_dir Removed never used local user plugin directory support (--local_directory) svn path=/branches/gcomprixo/; revision=2779 src/gcompris/gc_net.c | 2 +- src/gcompris/gcompris.c | 34 +++++++++++++++++++++++++++------- src/gcompris/menu.c | 7 ------- src/gcompris/properties.c | 1 - src/gcompris/properties.h | 1 - 5 files changed, 28 insertions(+), 17 deletions(-) commit ffa7e08394f6e53b2aaf0647e84fc57167eb2712 Author: Bruno Coudoin Date: Fri Jun 22 19:28:30 2007 +0000 Merged trunk r2777 svn path=/branches/gcomprixo/; revision=2778 src/gcompris/gcompris.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 903a250773d0e9ff30c6c87e2eeeb1d7985d7ec0 Author: Bruno Coudoin Date: Wed Jun 20 22:39:01 2007 +0000 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 * Merged patches from trunk: 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2720 2742 2750 2752 2753 svn path=/branches/gcomprixo/; revision=2776 ChangeLog | 311 +------------------------------------------------------------ 1 files changed, 5 insertions(+), 306 deletions(-) commit 37322be8b58ae02dc5b2de98209acdba5a093f9a Author: Bruno Coudoin Date: Wed Jun 20 22:38:15 2007 +0000 merged trunk 2753 svn path=/branches/gcomprixo/; revision=2775 src/gcompris/gcompris.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 6d344db5203faf7328b1f9cba0f1332e83037631 Author: Bruno Coudoin Date: Wed Jun 20 22:31:36 2007 +0000 merged trunk 2752 svn path=/branches/gcomprixo/; revision=2774 po/ChangeLog | 6 +- po/ca.po | 1073 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 600 insertions(+), 479 deletions(-) commit 77e73f6fa181e98a5bb6492c8472452c0ddec321 Author: Bruno Coudoin Date: Wed Jun 20 22:28:29 2007 +0000 merged trunk 2750 svn path=/branches/gcomprixo/; revision=2773 boards/menu.xml.in | 4 ++-- boards/pythontemplate.xml.in | 2 +- boards/pythontest.xml.in | 2 +- src/boards/chess.c | 2 +- src/boards/click_on_letter.c | 2 +- src/boards/python.c | 2 +- src/boards/python/pythontest.py | 4 ++-- src/gcompris/board.c | 2 +- src/gcompris/config.c | 2 +- src/gcompris/gcompris.c | 16 ++++++++-------- 10 files changed, 19 insertions(+), 19 deletions(-) commit 084d2ab8c558c7e346a4abcd3fd85632c110c195 Author: Bruno Coudoin Date: Wed Jun 20 22:26:54 2007 +0000 merged trunk 2742 svn path=/branches/gcomprixo/; revision=2772 src/gcompris/properties.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a0374bad5769ef7d69b954281a8449eba491f041 Author: Bruno Coudoin Date: Wed Jun 20 22:25:28 2007 +0000 merged trunk 2720 svn path=/branches/gcomprixo/; revision=2771 src/libgnomecanvas/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 765a331582602e8dfde6f2cb0b25a5de49acac4e Author: Bruno Coudoin Date: Wed Jun 20 22:23:56 2007 +0000 merged trunk 2705 2706 2707 2708 2709 2710 2711 svn path=/branches/gcomprixo/; revision=2770 boards/Makefile.am | 1 + po/POTFILES.in | 1 + src/boards/python/Makefile.am | 1 + src/boards/python/pythontemplate.py | 12 ++- src/boards/python/pythontest.py | 4 +- src/gcompris/Makefile.mingw | 12 ++- src/libart_lgpl/Makefile.mingw | 163 +++++++++++++++++++++++++++++++++++ src/libgnomecanvas/Makefile.mingw | 142 ++++++++++++++++++++++++++++++ 8 files changed, 325 insertions(+), 11 deletions(-) commit 29ce8e59ae5a5d28a37c072256d53e2cf15f8f3c Author: Bruno Coudoin Date: Wed Jun 20 22:22:00 2007 +0000 merged trunk 2704 svn path=/branches/gcomprixo/; revision=2769 src/gcompris/board.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 5a1a817ad9f34c5dbe4fb542523f7d2d84d503aa Author: Bruno Coudoin Date: Wed Jun 20 22:20:43 2007 +0000 merged trunk 2703 svn path=/branches/gcomprixo/; revision=2768 boards/pythontemplate.xml.in | 18 ++++++++++++++ src/boards/python/pythontemplate.py | 43 +++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 0 deletions(-) commit 1ac27500307f0ad0aecca31fe9039ce93d44690d Author: Bruno Coudoin Date: Wed Jun 20 22:08:18 2007 +0000 merged trunk 2702 svn path=/branches/gcomprixo/; revision=2767 src/boards/python/chat.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 2b411eea3593d12755b6bc5178f7181e1f0b4502 Author: Bruno Coudoin Date: Wed Jun 20 22:06:27 2007 +0000 merged trunk 2701 svn path=/branches/gcomprixo/; revision=2766 src/boards/python.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 78f80df363537ab53b431fc245ca12d013637b07 Author: Bruno Coudoin Date: Wed Jun 20 21:56:56 2007 +0000 merged trunk 2700 svn path=/branches/gcomprixo/; revision=2765 src/boards/boards2static.pl | 39 --------------------------------------- 1 files changed, 0 insertions(+), 39 deletions(-) commit 099e1ea43bee40a3f8cabf41f6e1b8ea3127ed0b Author: Bruno Coudoin Date: Wed Jun 20 21:54:20 2007 +0000 merged trunk 2699 svn path=/branches/gcomprixo/; revision=2764 po/de.po | 308 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 150 insertions(+), 158 deletions(-) commit 15654834acdfd722b1d14834a1c56ae19ecdb34f Author: Bruno Coudoin Date: Wed Jun 20 21:45:53 2007 +0000 merged trunk 2698 svn path=/branches/gcomprixo/; revision=2763 Makefile.mingw.in | 3 +- config.h.mingw.in | 2 +- configure.in | 2 +- po/POTFILES.in | 1 - src/gcompris/Makefile.mingw | 13 ++---- src/gcompris/about.c | 112 ++++++++++++++++++++++--------------------- src/gcompris/properties.c | 12 ++++- 7 files changed, 76 insertions(+), 69 deletions(-) commit 2e7cf90bd9a3bd63b5fd37235715c84dfb49f6bf Author: Bruno Coudoin Date: Wed Jun 20 21:38:20 2007 +0000 merged trunk 2697 svn path=/branches/gcomprixo/; revision=2762 src/boards/python/anim.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e5479e144a0c8e49474f3bc9af18ce4c7d0f8f1a Author: Bruno Coudoin Date: Wed Jun 20 21:29:22 2007 +0000 merged trunk 2696 svn path=/branches/gcomprixo/; revision=2761 config.h.mingw.in | 6 ++++++ configure.in | 15 +++++++++++++++ src/gcompris/about.c | 2 +- src/gcompris/gcompris.c | 13 ++++++++++++- src/gcompris/properties.c | 16 +++++++++++----- src/gcompris/properties.h | 10 +++++++++- 6 files changed, 54 insertions(+), 8 deletions(-) commit 3f800a24ef1baf9e286ada905562585c129f5aec Author: Bruno Coudoin Date: Wed Jun 20 21:12:12 2007 +0000 merged trunk 2695 svn path=/branches/gcomprixo/; revision=2760 ChangeLog | 7 +++++++ boards/sounds/wahoo.wav | Bin 16428 -> 0 bytes src/boards/paratrooper.c | 2 +- src/gcompris/bonus.c | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) commit fa49ed80775da12ce47f170779f6f945dd80c4b5 Author: Bruno Coudoin Date: Wed Jun 20 21:04:46 2007 +0000 merged trunk 2694 svn path=/branches/gcomprixo/; revision=2759 ChangeLog | 301 +++ boards/advanced_colors.xml.in | 2 +- boards/algebra_by.xml.in | 2 +- boards/algebra_group.xml.in | 2 +- boards/algebra_guesscount.xml.in | 2 +- boards/algebra_minus.xml.in | 2 +- boards/algebra_plus.xml.in | 2 +- boards/algebramenu.xml.in | 2 +- boards/algorithm.xml.in | 2 +- boards/anim.xml.in | 2 +- boards/awele.xml.in | 2 +- boards/babymatch.xml.in | 2 +- boards/babyshapes.xml.in | 2 +- boards/ballcatch.xml.in | 2 +- boards/bargame.xml.in | 2 +- boards/billard.xml.in | 2 +- boards/canal_lock.xml.in | 2 +- boards/chat.xml.in | 2 +- boards/chess.xml.in | 2 +- boards/chess_computer.xml.in | 2 +- boards/chess_movelearn.xml.in | 2 +- boards/chess_partyend.xml.in | 2 +- boards/chronos.xml.in | 2 +- boards/click_on_letter.xml.in | 2 +- boards/clickanddraw.xml.in | 2 +- boards/clickgame.xml.in | 2 +- boards/clockgame.xml.in | 2 +- boards/colors.xml.in | 2 +- boards/colors_group.xml.in | 2 +- boards/computer.xml.in | 2 +- boards/connect4-2players.xml.in | 2 +- boards/connect4.xml.in | 2 +- boards/crane.xml.in | 2 +- boards/discovery.xml.in | 2 +- boards/doubleentry.xml.in | 2 +- boards/draw.xml.in | 2 +- boards/draw/camera.png | Bin 24746 -> 0 bytes boards/draw/color-selector.png | Bin 3165 -> 0 bytes boards/draw/counter.png | Bin 1177 -> 0 bytes boards/draw/down.png | Bin 1016 -> 0 bytes boards/draw/little-tool-selector.png | Bin 9661 -> 0 bytes boards/draw/tool-camera.png | Bin 2950 -> 0 bytes boards/draw/tool-camera_on.png | Bin 2916 -> 0 bytes boards/draw/tool-circle.png | Bin 2837 -> 0 bytes boards/draw/tool-circle_on.png | Bin 2807 -> 0 bytes boards/draw/tool-del.png | Bin 3069 -> 0 bytes boards/draw/tool-del_on.png | Bin 3016 -> 0 bytes boards/draw/tool-down.png | Bin 2855 -> 0 bytes boards/draw/tool-down_on.png | Bin 2773 -> 0 bytes boards/draw/tool-empty.png | Bin 2264 -> 0 bytes boards/draw/tool-empty_on.png | Bin 2196 -> 0 bytes boards/draw/tool-fill.png | Bin 3314 -> 0 bytes boards/draw/tool-fill_on.png | Bin 3254 -> 0 bytes boards/draw/tool-filledcircle.png | Bin 2692 -> 0 bytes boards/draw/tool-filledcircle_on.png | Bin 2649 -> 0 bytes boards/draw/tool-filledrectangle.png | Bin 2373 -> 0 bytes boards/draw/tool-filledrectangle_on.png | Bin 2323 -> 0 bytes boards/draw/tool-flip.png | Bin 3147 -> 0 bytes boards/draw/tool-flip_on.png | Bin 3086 -> 0 bytes boards/draw/tool-grid.png | Bin 2872 -> 0 bytes boards/draw/tool-grid_on.png | Bin 2806 -> 0 bytes boards/draw/tool-image.png | Bin 3234 -> 0 bytes boards/draw/tool-image_on.png | Bin 3151 -> 0 bytes boards/draw/tool-line.png | Bin 2703 -> 0 bytes boards/draw/tool-line_on.png | Bin 2628 -> 0 bytes boards/draw/tool-load.png | Bin 3345 -> 0 bytes boards/draw/tool-movie.png | Bin 3429 -> 0 bytes boards/draw/tool-movie_on.png | Bin 3402 -> 0 bytes boards/draw/tool-rectangle.png | Bin 2392 -> 0 bytes boards/draw/tool-rectangle_on.png | Bin 2331 -> 0 bytes boards/draw/tool-rotation-ccw.png | Bin 3067 -> 0 bytes boards/draw/tool-rotation-ccw_on.png | Bin 3008 -> 0 bytes boards/draw/tool-rotation-cw.png | Bin 3065 -> 0 bytes boards/draw/tool-rotation-cw_on.png | Bin 3031 -> 0 bytes boards/draw/tool-save.png | Bin 2945 -> 0 bytes boards/draw/tool-select.png | Bin 3649 -> 0 bytes boards/draw/tool-select_on.png | Bin 3616 -> 0 bytes boards/draw/tool-selector.png | Bin 9254 -> 0 bytes boards/draw/tool-text.png | Bin 2639 -> 0 bytes boards/draw/tool-text_on.png | Bin 2550 -> 0 bytes boards/draw/tool-up.png | Bin 2830 -> 0 bytes boards/draw/tool-up_on.png | Bin 2750 -> 0 bytes boards/draw/up.png | Bin 1118 -> 0 bytes boards/drawnumber.xml.in | 2 +- boards/electric.xml.in | 2 +- boards/enumerate.xml.in | 2 +- boards/erase.xml.in | 2 +- boards/erase_clic.xml.in | 2 +- boards/experience.xml.in | 2 +- boards/experimental.xml.in | 2 +- boards/fifteen.xml.in | 2 +- boards/followline.xml.in | 2 +- boards/fun.xml.in | 2 +- boards/geography.xml.in | 2 +- boards/geography_country.xml.in | 2 +- boards/geometry.xml.in | 2 +- boards/gletters.xml.in | 2 +- boards/gnumch-equality.xml.in | 2 +- boards/gnumch-factors.xml.in | 2 +- boards/gnumch-inequality.xml.in | 2 +- boards/gnumch-multiples.xml.in | 2 +- boards/gnumch-primes.xml.in | 2 +- boards/gnumchmenu.xml.in | 2 +- boards/guessnumber.xml.in | 2 +- boards/hanoi.xml.in | 2 +- boards/hanoi_real.xml.in | 2 +- boards/hexagon.xml.in | 2 +- boards/imageid.xml.in | 2 +- boards/imagename.xml.in | 2 +- boards/keyboard.xml.in | 2 +- boards/leftright.xml.in | 2 +- boards/magic_hat_minus.xml.in | 2 +- boards/magic_hat_plus.xml.in | 2 +- boards/math.xml.in | 2 +- boards/maze.xml.in | 2 +- boards/maze2DRelative.xml.in | 2 +- boards/maze3D.xml.in | 2 +- boards/mazeInvisible.xml.in | 2 +- boards/mazeMenu.xml.in | 2 +- boards/melody.xml.in | 2 +- boards/memory.xml.in | 2 +- boards/memory_add.xml.in | 2 +- boards/memory_add_minus.xml.in | 2 +- boards/memory_add_minus_mult_div.xml.in | 2 +- boards/memory_add_minus_mult_div_tux.xml.in | 2 +- boards/memory_add_minus_tux.xml.in | 2 +- boards/memory_add_tux.xml.in | 2 +- boards/memory_div.xml.in | 2 +- boards/memory_div_tux.xml.in | 2 +- boards/memory_group.xml.in | 2 +- boards/memory_minus.xml.in | 2 +- boards/memory_minus_tux.xml.in | 2 +- boards/memory_mult.xml.in | 2 +- boards/memory_mult_div.xml.in | 2 +- boards/memory_mult_div_tux.xml.in | 2 +- boards/memory_mult_tux.xml.in | 2 +- boards/memory_op_group.xml.in | 2 +- boards/memory_op_group_tux.xml.in | 2 +- boards/memory_sound.xml.in | 2 +- boards/memory_sound_tux.xml.in | 2 +- boards/memory_tux.xml.in | 2 +- boards/miscelaneous.xml.in | 2 +- boards/missing_letter.xml.in | 2 +- boards/money.xml.in | 2 +- boards/money_cents.xml.in | 2 +- boards/mosaic.xml.in | 2 +- boards/mouse.xml.in | 2 +- boards/numeration.xml.in | 2 +- boards/oscar_and_friends.xml.in | 2 +- boards/paintings.xml.in | 2 +- boards/paratrooper.xml.in | 2 +- boards/planegame.xml.in | 2 +- boards/puzzle.xml.in | 2 +- boards/pythontest.xml.in | 2 +- boards/railroad.xml.in | 2 +- boards/read_colors.xml.in | 2 +- boards/reading.xml.in | 2 +- boards/readingh.xml.in | 2 +- boards/readingv.xml.in | 2 +- boards/redraw.xml.in | 2 +- boards/redraw_symmetrical.xml.in | 2 +- boards/reversecount.xml.in | 2 +- boards/scalesboard.xml.in | 2 +- boards/searace.xml.in | 2 +- boards/searace1player.xml.in | 2 +- boards/skins/babytoy/draw/little-tool-selector.png | Bin 9661 -> 0 bytes boards/skins/babytoy/draw/tool-grid.png | Bin 2872 -> 0 bytes boards/skins/babytoy/draw/tool-grid_on.png | Bin 2806 -> 0 bytes .../skins/gartoon/boardicons/advanced_colors.png | Bin 5388 -> 0 bytes .../skins/gartoon/boardicons/advanced_colors.svg | 154 ++ boards/skins/gartoon/boardicons/algebra_by.png | Bin 8627 -> 0 bytes boards/skins/gartoon/boardicons/algebra_by.svg | 265 +++ boards/skins/gartoon/boardicons/algebra_group.png | Bin 10084 -> 0 bytes boards/skins/gartoon/boardicons/algebra_group.svg | 255 ++ .../gartoon/boardicons/algebra_guesscount.png | Bin 11637 -> 0 bytes .../gartoon/boardicons/algebra_guesscount.svg | 282 +++ boards/skins/gartoon/boardicons/algebra_minus.png | Bin 8362 -> 0 bytes boards/skins/gartoon/boardicons/algebra_minus.svg | 260 +++ boards/skins/gartoon/boardicons/algebra_plus.png | Bin 8436 -> 0 bytes boards/skins/gartoon/boardicons/algebra_plus.svg | 265 +++ boards/skins/gartoon/boardicons/algebramenu.png | Bin 8951 -> 0 bytes boards/skins/gartoon/boardicons/algebramenu.svg | 100 + boards/skins/gartoon/boardicons/algorithm.png | Bin 9906 -> 0 bytes boards/skins/gartoon/boardicons/algorithm.svg | 422 ++++ boards/skins/gartoon/boardicons/anim.png | Bin 12040 -> 0 bytes boards/skins/gartoon/boardicons/anim.svg | 469 ++++ boards/skins/gartoon/boardicons/awele.png | Bin 20350 -> 0 bytes boards/skins/gartoon/boardicons/awele.svg | 199 ++ boards/skins/gartoon/boardicons/babymatch.png | Bin 5853 -> 0 bytes boards/skins/gartoon/boardicons/babymatch.svg | 117 + boards/skins/gartoon/boardicons/babyshapes.png | Bin 7866 -> 0 bytes boards/skins/gartoon/boardicons/babyshapes.svg | 155 ++ boards/skins/gartoon/boardicons/ballcatch.png | Bin 7808 -> 0 bytes boards/skins/gartoon/boardicons/ballcatch.svg | 174 ++ boards/skins/gartoon/boardicons/bargame.png | Bin 12329 -> 0 bytes boards/skins/gartoon/boardicons/bargame.svg | 163 ++ boards/skins/gartoon/boardicons/billard.png | Bin 6358 -> 0 bytes .../skins/gartoon/boardicons/bonnefemmeti-lu.svg | 209 ++ boards/skins/gartoon/boardicons/book.png | Bin 4290 -> 0 bytes boards/skins/gartoon/boardicons/book.svg | 266 +++ boards/skins/gartoon/boardicons/canal_lock.png | Bin 8384 -> 0 bytes boards/skins/gartoon/boardicons/canal_lock.svg | 178 ++ boards/skins/gartoon/boardicons/chat.png | Bin 5937 -> 0 bytes boards/skins/gartoon/boardicons/chat.svg | 106 + boards/skins/gartoon/boardicons/chess.png | Bin 4982 -> 0 bytes boards/skins/gartoon/boardicons/chess.svg | 179 ++ boards/skins/gartoon/boardicons/chess_computer.png | Bin 10183 -> 0 bytes boards/skins/gartoon/boardicons/chess_computer.svg | 201 ++ .../skins/gartoon/boardicons/chess_movelearn.png | Bin 5708 -> 0 bytes .../skins/gartoon/boardicons/chess_movelearn.svg | 186 ++ boards/skins/gartoon/boardicons/chess_partyend.png | Bin 3228 -> 0 bytes boards/skins/gartoon/boardicons/chess_partyend.svg | 147 ++ boards/skins/gartoon/boardicons/chronos.png | Bin 15668 -> 0 bytes boards/skins/gartoon/boardicons/chronos.svg | 387 ++++ .../skins/gartoon/boardicons/click_on_letter.png | Bin 9801 -> 0 bytes .../skins/gartoon/boardicons/click_on_letter.svg | 117 + boards/skins/gartoon/boardicons/clickanddraw.png | Bin 12458 -> 0 bytes boards/skins/gartoon/boardicons/clickanddraw.svg | 286 +++ boards/skins/gartoon/boardicons/clickgame.png | Bin 13667 -> 0 bytes boards/skins/gartoon/boardicons/clickgame.svg | 249 ++ boards/skins/gartoon/boardicons/clockgame.png | Bin 9275 -> 0 bytes boards/skins/gartoon/boardicons/clockgame.svg | 153 ++ boards/skins/gartoon/boardicons/colornforms.png | Bin 3612 -> 0 bytes boards/skins/gartoon/boardicons/colors.png | Bin 12649 -> 0 bytes boards/skins/gartoon/boardicons/colors.svg | 259 +++ boards/skins/gartoon/boardicons/computer.png | Bin 4850 -> 0 bytes boards/skins/gartoon/boardicons/computer.svg | 500 ++++ boards/skins/gartoon/boardicons/connect4.png | Bin 8735 -> 0 bytes boards/skins/gartoon/boardicons/connect4.svg | 141 ++ boards/skins/gartoon/boardicons/crane.png | Bin 11561 -> 0 bytes boards/skins/gartoon/boardicons/crane.svg | 222 ++ boards/skins/gartoon/boardicons/discovery.png | Bin 4470 -> 0 bytes boards/skins/gartoon/boardicons/discovery.svg | 157 ++ boards/skins/gartoon/boardicons/doubleentry.png | Bin 6312 -> 0 bytes boards/skins/gartoon/boardicons/doubleentry.svg | 254 ++ boards/skins/gartoon/boardicons/draw.png | Bin 9903 -> 0 bytes boards/skins/gartoon/boardicons/draw.svg | 122 + boards/skins/gartoon/boardicons/drawnumber.png | Bin 8618 -> 0 bytes boards/skins/gartoon/boardicons/drawnumber.svg | 173 ++ boards/skins/gartoon/boardicons/ear.png | Bin 5680 -> 0 bytes boards/skins/gartoon/boardicons/ear.svg | 80 + boards/skins/gartoon/boardicons/electric.png | Bin 17049 -> 0 bytes boards/skins/gartoon/boardicons/electric.svg | 192 ++ boards/skins/gartoon/boardicons/enumerate.png | Bin 5213 -> 0 bytes boards/skins/gartoon/boardicons/enumerate.svg | 143 ++ boards/skins/gartoon/boardicons/erase.png | Bin 9261 -> 0 bytes boards/skins/gartoon/boardicons/erase.svg | 162 ++ boards/skins/gartoon/boardicons/erase_clic.png | Bin 7429 -> 0 bytes boards/skins/gartoon/boardicons/erase_clic.svg | 139 ++ .../skins/gartoon/boardicons/erase_double_clic.svg | 138 ++ boards/skins/gartoon/boardicons/experience.png | Bin 4040 -> 0 bytes boards/skins/gartoon/boardicons/experience.svg | 305 +++ boards/skins/gartoon/boardicons/eye_colors.png | Bin 7538 -> 0 bytes boards/skins/gartoon/boardicons/eye_colors.svg | 271 +++ boards/skins/gartoon/boardicons/fifteen.png | Bin 11887 -> 0 bytes boards/skins/gartoon/boardicons/fifteen.svg | 185 ++ boards/skins/gartoon/boardicons/followline.png | Bin 12727 -> 0 bytes boards/skins/gartoon/boardicons/followline.svg | 848 +++++++ boards/skins/gartoon/boardicons/foot.png | Bin 10237 -> 0 bytes boards/skins/gartoon/boardicons/foot.svg | 113 + boards/skins/gartoon/boardicons/france_region.svg | 169 ++ boards/skins/gartoon/boardicons/fun.png | Bin 3509 -> 0 bytes boards/skins/gartoon/boardicons/fun.svg | 297 +++ boards/skins/gartoon/boardicons/geometry.png | Bin 9054 -> 0 bytes boards/skins/gartoon/boardicons/geometry.svg | 248 ++ boards/skins/gartoon/boardicons/gletters.png | Bin 15955 -> 0 bytes boards/skins/gartoon/boardicons/gletters.svg | 311 +++ boards/skins/gartoon/boardicons/globe.png | Bin 8544 -> 0 bytes boards/skins/gartoon/boardicons/globe.svg | 122 + boards/skins/gartoon/boardicons/gnumch-equal.png | Bin 9727 -> 0 bytes boards/skins/gartoon/boardicons/gnumch-equal.svg | 205 ++ boards/skins/gartoon/boardicons/gnumch-factors.png | Bin 11010 -> 0 bytes boards/skins/gartoon/boardicons/gnumch-factors.svg | 216 ++ boards/skins/gartoon/boardicons/gnumch-inequal.png | Bin 10039 -> 0 bytes boards/skins/gartoon/boardicons/gnumch-inequal.svg | 215 ++ .../skins/gartoon/boardicons/gnumch-multiples.png | Bin 10191 -> 0 bytes .../skins/gartoon/boardicons/gnumch-multiples.svg | 196 ++ boards/skins/gartoon/boardicons/gnumch-primes.png | Bin 10030 -> 0 bytes boards/skins/gartoon/boardicons/gnumch-primes.svg | 196 ++ boards/skins/gartoon/boardicons/gnumch.png | Bin 10652 -> 0 bytes boards/skins/gartoon/boardicons/gnumch.svg | 193 ++ boards/skins/gartoon/boardicons/guessnumber.png | Bin 14891 -> 0 bytes boards/skins/gartoon/boardicons/guessnumber.svg | 190 ++ boards/skins/gartoon/boardicons/hanoi.png | Bin 11700 -> 0 bytes boards/skins/gartoon/boardicons/hanoi.svg | 155 ++ boards/skins/gartoon/boardicons/hanoi_real.png | Bin 8464 -> 0 bytes boards/skins/gartoon/boardicons/hanoi_real.svg | 95 + boards/skins/gartoon/boardicons/helicogame.png | Bin 6434 -> 0 bytes boards/skins/gartoon/boardicons/helicogame.svg | 138 ++ boards/skins/gartoon/boardicons/hexagon.png | Bin 7698 -> 0 bytes boards/skins/gartoon/boardicons/hexagon.svg | 157 ++ boards/skins/gartoon/boardicons/imageid.png | Bin 9120 -> 0 bytes boards/skins/gartoon/boardicons/imageid.svg | 112 + boards/skins/gartoon/boardicons/imagename.png | Bin 7535 -> 0 bytes boards/skins/gartoon/boardicons/imagename.svg | 183 ++ boards/skins/gartoon/boardicons/keyboard.png | Bin 9768 -> 0 bytes boards/skins/gartoon/boardicons/keyboard.svg | 286 +++ boards/skins/gartoon/boardicons/leftright.png | Bin 10825 -> 0 bytes boards/skins/gartoon/boardicons/leftright.svg | 134 ++ .../skins/gartoon/boardicons/magic_hat_minus.png | Bin 6594 -> 0 bytes .../skins/gartoon/boardicons/magic_hat_minus.svg | 121 + boards/skins/gartoon/boardicons/magic_hat_plus.png | Bin 6976 -> 0 bytes boards/skins/gartoon/boardicons/magic_hat_plus.svg | 126 + boards/skins/gartoon/boardicons/math.png | Bin 4659 -> 0 bytes boards/skins/gartoon/boardicons/math.svg | 337 +++ boards/skins/gartoon/boardicons/maze.png | Bin 1485 -> 0 bytes boards/skins/gartoon/boardicons/maze.svg | 128 + boards/skins/gartoon/boardicons/maze3D.png | Bin 10308 -> 0 bytes boards/skins/gartoon/boardicons/maze3D.svg | 336 +++ boards/skins/gartoon/boardicons/mazeInvisible.png | Bin 1815 -> 0 bytes boards/skins/gartoon/boardicons/mazeInvisible.svg | 116 + boards/skins/gartoon/boardicons/melody.png | Bin 12093 -> 0 bytes boards/skins/gartoon/boardicons/melody.svg | 268 +++ boards/skins/gartoon/boardicons/mem_solo_all.png | Bin 9097 -> 0 bytes boards/skins/gartoon/boardicons/mem_solo_all.svg | 229 ++ boards/skins/gartoon/boardicons/mem_solo_calc.png | Bin 13645 -> 0 bytes boards/skins/gartoon/boardicons/mem_solo_calc.svg | 329 +++ boards/skins/gartoon/boardicons/mem_solo_div.png | Bin 8221 -> 0 bytes boards/skins/gartoon/boardicons/mem_solo_div.svg | 216 ++ boards/skins/gartoon/boardicons/mem_solo_minus.png | Bin 8138 -> 0 bytes boards/skins/gartoon/boardicons/mem_solo_minus.svg | 216 ++ boards/skins/gartoon/boardicons/mem_solo_mult.png | Bin 8958 -> 0 bytes boards/skins/gartoon/boardicons/mem_solo_mult.svg | 221 ++ .../skins/gartoon/boardicons/mem_solo_mult_div.png | Bin 8863 -> 0 bytes .../skins/gartoon/boardicons/mem_solo_mult_div.svg | 214 ++ boards/skins/gartoon/boardicons/mem_solo_plus.png | Bin 8060 -> 0 bytes boards/skins/gartoon/boardicons/mem_solo_plus.svg | 209 ++ .../gartoon/boardicons/mem_solo_plus_minus.png | Bin 8087 -> 0 bytes .../gartoon/boardicons/mem_solo_plus_minus.svg | 231 ++ boards/skins/gartoon/boardicons/mem_tux_all.png | Bin 10947 -> 0 bytes boards/skins/gartoon/boardicons/mem_tux_all.svg | 241 ++ boards/skins/gartoon/boardicons/mem_tux_calc.png | Bin 14220 -> 0 bytes boards/skins/gartoon/boardicons/mem_tux_calc.svg | 337 +++ boards/skins/gartoon/boardicons/mem_tux_div.png | Bin 10120 -> 0 bytes boards/skins/gartoon/boardicons/mem_tux_div.svg | 231 ++ boards/skins/gartoon/boardicons/mem_tux_minus.png | Bin 10089 -> 0 bytes boards/skins/gartoon/boardicons/mem_tux_minus.svg | 216 ++ boards/skins/gartoon/boardicons/mem_tux_mult.png | Bin 10765 -> 0 bytes boards/skins/gartoon/boardicons/mem_tux_mult.svg | 221 ++ .../skins/gartoon/boardicons/mem_tux_mult_div.png | Bin 10764 -> 0 bytes .../skins/gartoon/boardicons/mem_tux_mult_div.svg | 226 ++ boards/skins/gartoon/boardicons/mem_tux_plus.png | Bin 9862 -> 0 bytes boards/skins/gartoon/boardicons/mem_tux_plus.svg | 221 ++ .../gartoon/boardicons/mem_tux_plus_minus.png | Bin 10433 -> 0 bytes .../gartoon/boardicons/mem_tux_plus_minus.svg | 231 ++ boards/skins/gartoon/boardicons/memory.png | Bin 12058 -> 0 bytes boards/skins/gartoon/boardicons/memory.svg | 529 +++++ .../skins/gartoon/boardicons/memory_elephant.png | Bin 9342 -> 0 bytes .../skins/gartoon/boardicons/memory_elephant.svg | 234 ++ boards/skins/gartoon/boardicons/memory_sound.png | Bin 9491 -> 0 bytes boards/skins/gartoon/boardicons/memory_sound.svg | 348 +++ .../skins/gartoon/boardicons/memory_sound_tux.png | Bin 11342 -> 0 bytes .../skins/gartoon/boardicons/memory_sound_tux.svg | 360 +++ boards/skins/gartoon/boardicons/memory_tux.png | Bin 12285 -> 0 bytes boards/skins/gartoon/boardicons/memory_tux.svg | 427 ++++ boards/skins/gartoon/boardicons/miscelaneous.png | Bin 4769 -> 0 bytes boards/skins/gartoon/boardicons/miscelaneous.svg | 129 ++ boards/skins/gartoon/boardicons/missing_letter.png | Bin 7568 -> 0 bytes boards/skins/gartoon/boardicons/missing_letter.svg | 141 ++ boards/skins/gartoon/boardicons/money.png | Bin 13438 -> 0 bytes boards/skins/gartoon/boardicons/money.svg | 217 ++ boards/skins/gartoon/boardicons/money_cents.png | Bin 13785 -> 0 bytes boards/skins/gartoon/boardicons/money_cents.svg | 329 +++ boards/skins/gartoon/boardicons/mosaic.png | Bin 9281 -> 0 bytes boards/skins/gartoon/boardicons/mosaic.svg | 284 +++ boards/skins/gartoon/boardicons/mouse.png | Bin 6554 -> 0 bytes boards/skins/gartoon/boardicons/mouse.svg | 108 + boards/skins/gartoon/boardicons/numeration.png | Bin 12311 -> 0 bytes boards/skins/gartoon/boardicons/numeration.svg | 110 + boards/skins/gartoon/boardicons/planegame.png | Bin 13548 -> 0 bytes boards/skins/gartoon/boardicons/puzzles.png | Bin 3142 -> 0 bytes boards/skins/gartoon/boardicons/puzzles.svg | 411 ++++ boards/skins/gartoon/boardicons/python.png | Bin 3719 -> 0 bytes boards/skins/gartoon/boardicons/python.svg | 129 ++ boards/skins/gartoon/boardicons/railroad.png | Bin 15049 -> 0 bytes boards/skins/gartoon/boardicons/railroad.svg | 139 ++ boards/skins/gartoon/boardicons/read_colors.png | Bin 12649 -> 0 bytes boards/skins/gartoon/boardicons/read_colors.svg | 171 ++ boards/skins/gartoon/boardicons/read_colors2.png | Bin 7125 -> 0 bytes boards/skins/gartoon/boardicons/read_colors2.svg | 171 ++ boards/skins/gartoon/boardicons/reading.png | Bin 7477 -> 0 bytes boards/skins/gartoon/boardicons/reading.svg | 186 ++ boards/skins/gartoon/boardicons/readingh.png | Bin 6953 -> 0 bytes boards/skins/gartoon/boardicons/readingh.svg | 186 ++ boards/skins/gartoon/boardicons/redraw.png | Bin 10554 -> 0 bytes boards/skins/gartoon/boardicons/redraw.svg | 240 ++ .../skins/gartoon/boardicons/redraw_symmetry.png | Bin 8271 -> 0 bytes .../skins/gartoon/boardicons/redraw_symmetry.svg | 248 ++ boards/skins/gartoon/boardicons/reversecount.png | Bin 9770 -> 0 bytes boards/skins/gartoon/boardicons/reversecount.svg | 414 ++++ boards/skins/gartoon/boardicons/scalesicon.png | Bin 8330 -> 0 bytes boards/skins/gartoon/boardicons/scalesicon.svg | 169 ++ boards/skins/gartoon/boardicons/searace.png | Bin 13178 -> 0 bytes boards/skins/gartoon/boardicons/searace.svg | 159 ++ boards/skins/gartoon/boardicons/searace1player.png | Bin 12370 -> 0 bytes boards/skins/gartoon/boardicons/searace1player.svg | 231 ++ boards/skins/gartoon/boardicons/shapegame.png | Bin 7290 -> 0 bytes boards/skins/gartoon/boardicons/shapegame.svg | 151 ++ boards/skins/gartoon/boardicons/smallnumbers.png | Bin 8099 -> 0 bytes boards/skins/gartoon/boardicons/smallnumbers.svg | 117 + boards/skins/gartoon/boardicons/smallnumbers2.png | Bin 9334 -> 0 bytes boards/skins/gartoon/boardicons/smallnumbers2.svg | 177 ++ boards/skins/gartoon/boardicons/strategy.png | Bin 4474 -> 0 bytes boards/skins/gartoon/boardicons/strategy.svg | 415 ++++ boards/skins/gartoon/boardicons/submarine.png | Bin 6859 -> 0 bytes boards/skins/gartoon/boardicons/submarine.svg | 211 ++ boards/skins/gartoon/boardicons/sudoku.png | Bin 5715 -> 0 bytes boards/skins/gartoon/boardicons/sudoku.svg | 123 + boards/skins/gartoon/boardicons/superbrain.png | Bin 14654 -> 0 bytes boards/skins/gartoon/boardicons/superbrain.svg | 317 +++ boards/skins/gartoon/boardicons/tangram.png | Bin 7329 -> 0 bytes boards/skins/gartoon/boardicons/tangram.svg | 154 ++ boards/skins/gartoon/boardicons/target.png | Bin 4642 -> 0 bytes boards/skins/gartoon/boardicons/target.svg | 138 ++ boards/skins/gartoon/boardicons/traffic.png | Bin 9561 -> 0 bytes boards/skins/gartoon/boardicons/traffic.svg | 170 ++ boards/skins/gartoon/boardicons/tuxpaint.png | Bin 6991 -> 0 bytes boards/skins/gartoon/boardicons/tuxpaint.svg | 171 ++ boards/skins/gartoon/boardicons/tuxpara.png | Bin 9033 -> 0 bytes boards/skins/gartoon/boardicons/tuxpara.svg | 180 ++ boards/skins/gartoon/boardicons/warning.png | Bin 2785 -> 0 bytes boards/skins/gartoon/boardicons/warning.svg | 86 + boards/skins/gartoon/boardicons/watercycle.png | Bin 11654 -> 0 bytes boards/skins/gartoon/boardicons/watercycle.svg | 168 ++ boards/skins/gartoon/boardicons/wordprocessor.png | Bin 8742 -> 0 bytes boards/skins/gartoon/boardicons/wordprocessor.svg | 243 ++ boards/skins/gartoon/boardicons/wordsgame.png | Bin 15688 -> 0 bytes boards/skins/gartoon/boardicons/wordsgame.svg | 158 ++ boards/skins/gartoon/draw/tool-load_on.png | Bin 4299 -> 0 bytes boards/skins/gartoon/draw/tool-rotate-ccw_on.png | Bin 3904 -> 0 bytes boards/skins/gartoon/draw/tool-rotate-cw_on.png | Bin 3902 -> 0 bytes boards/skins/gartoon/draw/tool-rotation-ccw_on.png | Bin 0 -> 3904 bytes boards/skins/gartoon/draw/tool-rotation-cw_on.png | Bin 0 -> 3902 bytes boards/skins/gartoon/draw/tool-save_on.png | Bin 4246 -> 0 bytes boards/smallnumbers.xml.in | 2 +- boards/smallnumbers2.xml.in | 2 +- boards/sound_group.xml.in | 2 +- boards/strategy.xml.in | 2 +- boards/submarine.xml.in | 2 +- boards/sudoku.xml.in | 2 +- boards/superbrain.xml.in | 2 +- boards/tangram.xml.in | 2 +- boards/target.xml.in | 2 +- boards/traffic.xml.in | 2 +- boards/tuxpaint.xml.in | 2 +- boards/watercycle.xml.in | 2 +- boards/wordprocessor.xml.in | 2 +- boards/wordsgame.xml.in | 2 +- po/POTFILES.skip | 7 + src/boards/Makefile.am | 7 +- src/boards/Makefile.mingw | 1 - src/boards/draw.c | 2421 -------------------- src/boards/gtans_interface.c | 68 +- src/boards/python/anim.py | 11 +- src/boards/python/redraw.py | 12 +- src/boards/wordprocessor.c | 4 +- src/gcompris/gameutil.c | 28 +- src/libgnomecanvas/gnome-canvas-rich-text.c | 176 +- src/libgnomecanvas/gnome-canvas-text.c | 300 ++-- src/libgnomecanvas/gnome-canvas.c | 12 +- 460 files changed, 29194 insertions(+), 2852 deletions(-) commit 8aa6220516557fc883291427d57d0c8bc6ff8529 Author: Bruno Coudoin Date: Wed Jun 20 20:59:33 2007 +0000 merged trunk 2693 svn path=/branches/gcomprixo/; revision=2758 src/gcompris/gcompris.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit ed6fa4b54c1d78451d06c4885e41336738a084b3 Author: Bruno Coudoin Date: Wed Jun 20 20:55:07 2007 +0000 merged trunk 2692 svn path=/branches/gcomprixo/; revision=2757 src/boards/erase.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 316e622bf77db66d8a1802875594e9b224c8cc26 Author: Bruno Coudoin Date: Wed Jun 20 20:53:27 2007 +0000 Merge of trunk 2691 svn path=/branches/gcomprixo/; revision=2756 po/ChangeLog | 4 + po/th.po | 1858 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 1163 insertions(+), 699 deletions(-) commit cc0720e0e7e29d976eead7280a1bdbdef45c2162 Author: Bruno Coudoin Date: Mon May 28 21:41:04 2007 +0000 Merge of trun r2689 fixed the gnuchess search path to accept Merge of trun r2689 fixed the gnuchess search path to accept gnome-gnuchess as well. (merge of trunk r2689) svn path=/branches/gcomprixo/; revision=2690 ChangeLog | 3 +++ INSTALL | 3 ++- configure.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) commit 05b06f2faec2e6bdf094aaab06ed14cd8a24cb33 Author: Bruno Coudoin Date: Mon May 28 14:52:27 2007 +0000 - Merge of trunk 2687 (unused image cleanup) svn path=/branches/gcomprixo/; revision=2688 ChangeLog | 1 + boards/skins/gartoon/boardicons/gtans.png | Bin 7329 -> 0 bytes boards/skins/gartoon/boardicons/minouche.png | Bin 6200 -> 0 bytes boards/skins/gartoon/boardicons/mouse_move.png | Bin 7966 -> 0 bytes boards/skins/gartoon/boardicons/mypaint.png | Bin 4532 -> 0 bytes 5 files changed, 1 insertions(+), 0 deletions(-) commit c591ab948cab78553500f6d1c25d1202dd96e5dd Author: Bruno Coudoin Date: Mon May 28 14:20:52 2007 +0000 - Patch by Hans de Goede fixes running on machines which have / use /lib64 instead of /lib (merge of trunk r2684) svn path=/branches/gcomprixo/; revision=2685 ChangeLog | 8 ++++++++ src/gcompris/binreloc.c | 5 ++++- 2 files changed, 12 insertions(+), 1 deletions(-) commit a328dc74e389cba0d768d960a4257fed2ec052dd Author: Bruno Coudoin Date: Mon May 28 12:49:21 2007 +0000 changed to use the richtext canvas for all the text added the function * src/boards/menu2.c: (menu_end), (item_event), (set_content), (create_info_area), (display_welcome): changed to use the richtext canvas for all the text * src/gcompris/gc_core.h: added the function gc_zoom_factor_get() * src/gcompris/gc_net.c: (resize_pixbuf_cb), (gc_net_load_pixmap): * src/gcompris/gcompris.c: (test_ccc), (gc_zoom_factor_get), (_gc_configure_event_callback), (init_background), (setup_window), (main): prepared to support loading images at zoom factor. svn path=/branches/gcomprixo/; revision=2683 ChangeLog | 18 +++++ src/boards/menu2.c | 196 ++++++++++++----------------------------------- src/gcompris/gc_core.h | 2 + src/gcompris/gc_net.c | 25 ++++++- src/gcompris/gcompris.c | 84 +++++++++++--------- 5 files changed, 140 insertions(+), 185 deletions(-) commit 4a506836123da8adf84759b9a26d848031dfd73a Author: Bruno Coudoin Date: Mon May 28 12:39:51 2007 +0000 - The click on letter activity was only proposing the first 4 letters of the alphabet, whatever the level. (Bug reported by Yannis) (merge of trunk r2681) svn path=/branches/gcomprixo/; revision=2682 src/boards/click_on_letter.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fddbe7cfd072498e151ee471f0aa77177fd492c2 Author: Bruno Coudoin Date: Sat May 26 22:29:09 2007 +0000 - Added a black background, now GCompris is centered added a resize contraint do avoid black borders in resize mode. svn path=/branches/gcomprixo/; revision=2680 ChangeLog | 10 +++++ src/gcompris/gcompris.c | 86 +++++++++++++++++++-------------------- src/libccc/python/Makefile.am | 2 +- src/libccc/python/cccanvas.defs | 10 ++-- 4 files changed, 58 insertions(+), 50 deletions(-) commit dfa02db625d89d5baeef566793ac91a05e402ae1 Author: Bruno Coudoin Date: Sat May 26 20:40:06 2007 +0000 Removed x86 binary used for the build and fixed the makefile to make sure it's recreated. (merge of trunk r2678) svn path=/branches/gcomprixo/; revision=2679 ChangeLog | 7 +++++++ src/libart_lgpl/Makefile.am | 1 + src/libart_lgpl/gen_art_config | Bin 9116 -> 0 bytes 3 files changed, 8 insertions(+), 0 deletions(-) commit f54469ce614a35789d52080cea0cd42b68786c87 Author: Bruno Coudoin Date: Sat May 26 13:12:45 2007 +0000 Removed xvidmode, now use canvas scaling feature instead. svn path=/branches/gcomprixo/; revision=2677 ChangeLog | 15 + configure.in | 26 +-- src/boards/py-gcompris-properties.c | 9 - src/gcompris/board_config.c | 51 +---- src/gcompris/config.c | 9 +- src/gcompris/gcompris.c | 528 +++++++++-------------------------- src/gcompris/properties.c | 4 - src/gcompris/properties.h | 1 - 8 files changed, 153 insertions(+), 490 deletions(-) commit 842f416cbfdba8fa4fa89aeb264f1a1186c14ca8 Author: Bruno Coudoin Date: Fri May 25 23:05:58 2007 +0000 - Added static compilation against insternal libccc for gcompris binary - integrated the moving line demo in the main gcompris window svn path=/branches/gcomprixo/; revision=2676 ChangeLog | 11 +++++ src/gcompris/Makefile.am | 6 ++- src/gcompris/gcompris.c | 101 ++++++++++++++++++++++++++++++++++++++++++++ src/libccc/ccc/Makefile.am | 2 +- 4 files changed, 117 insertions(+), 3 deletions(-) commit 031c8c7225f0206bcd10c984813913bc31feb12a Author: Bruno Coudoin Date: Thu May 24 23:37:53 2007 +0000 Added the libccc library by Sven Herzberg. the original code is imported in gcompris/vendor/libccc/0.0.4/ the sven repository is in http://www.blaubeermuffin.de/svn/libccc/trunk Included the patches from Yves to make the python demo work and much more. svn path=/branches/gcomprixo/; revision=2674 ChangeLog | 143 ++++++ configure.in | 11 + src/Makefile.am | 2 +- src/libccc/Makefile.am | 3 + src/libccc/ccc/Makefile.am | 21 +- src/libccc/ccc/Makefile.in | 770 -------------------------------- src/libccc/ccc/cc-brush-color.c | 57 ++- src/libccc/ccc/cc-brush-color.h | 13 +- src/libccc/ccc/cc-brush.c | 42 +- src/libccc/ccc/cc-brush.h | 28 +- src/libccc/ccc/cc-cairo.c | 30 ++ src/libccc/ccc/cc-cairo.h | 36 ++ src/libccc/ccc/cc-camera.c | 106 ++++- src/libccc/ccc/cc-caret.c | 67 +++ src/libccc/ccc/cc-caret.h | 51 +++ src/libccc/ccc/cc-circle.c | 84 +++- src/libccc/ccc/cc-color-hsv.c | 28 +- src/libccc/ccc/cc-color-rgb.c | 15 +- src/libccc/ccc/cc-color.c | 93 ++++- src/libccc/ccc/cc-color.h | 15 +- src/libccc/ccc/cc-d-rect.c | 2 +- src/libccc/ccc/cc-d-rect.h | 2 +- src/libccc/ccc/cc-enumerations.c.in | 2 +- src/libccc/ccc/cc-gradient.c | 141 ++++++ src/libccc/ccc/cc-gradient.h | 67 +++ src/libccc/ccc/cc-hash-map.c | 69 +++- src/libccc/ccc/cc-hash-map.h | 41 +- src/libccc/ccc/cc-item-view.c | 19 +- src/libccc/ccc/cc-item-view.h | 3 +- src/libccc/ccc/cc-item.c | 538 +++++++++++++++++++---- src/libccc/ccc/cc-item.h | 34 ++- src/libccc/ccc/cc-line.c | 347 +++++++++++++-- src/libccc/ccc/cc-line.h | 13 + src/libccc/ccc/cc-linear-gradient.c | 206 +++++++++ src/libccc/ccc/cc-linear-gradient.h | 44 ++ src/libccc/ccc/cc-pixbuf.c | 99 ++++- src/libccc/ccc/cc-printer.c | 2 +- src/libccc/ccc/cc-radial-gradient.c | 191 ++++++++ src/libccc/ccc/cc-radial-gradient.h | 48 ++ src/libccc/ccc/cc-rectangle.c | 73 +++- src/libccc/ccc/cc-rounded-rectangle.c | 55 ++- src/libccc/ccc/cc-rounded-rectangle.h | 19 +- src/libccc/ccc/cc-shape.c | 128 ++++-- src/libccc/ccc/cc-shape.h | 8 +- src/libccc/ccc/cc-simple-item.c | 165 +++++++ src/libccc/ccc/cc-simple-item.h | 46 ++ src/libccc/ccc/cc-text.c | 224 +++++++--- src/libccc/ccc/cc-text.h | 5 +- src/libccc/ccc/cc-unit.c | 95 ++++ src/libccc/ccc/cc-unit.h | 73 +++ src/libccc/ccc/cc-utils.c | 29 ++ src/libccc/ccc/cc-utils.h | 13 +- src/libccc/ccc/cc-view-cell-renderer.c | 34 +- src/libccc/ccc/cc-view-cell-renderer.h | 5 +- src/libccc/ccc/cc-view-widget.c | 66 ++- src/libccc/ccc/cc-view-widget.h | 5 +- src/libccc/ccc/cc-view.c | 20 +- src/libccc/ccc/cc-view.h | 24 +- src/libccc/ccc/ccc.h | 6 + src/libccc/ccc/cdebug.c | 180 ++++++++ src/libccc/ccc/cdebug.h | 65 +++ src/libccc/ccc/gobject-helpers.h | 31 ++- src/libccc/ccc/marshallers.list | 1 + src/libccc/ccc/pango-helpers.c | 2 +- src/libccc/python/Makefile.am | 6 +- src/libccc/python/Makefile.in | 624 -------------------------- src/libccc/python/cccanvas.defs | 644 ++++++++++++++++++-------- src/libccc/python/cccanvas.override | 124 +++++- src/libccc/python/cccanvasmodule.c | 19 + 69 files changed, 4096 insertions(+), 2176 deletions(-) commit ee64bce16f537643109cfc5c1d87912ca0d7fee3 Author: Bruno Coudoin Date: Thu May 24 23:09:33 2007 +0000 removed .pyc file svn path=/branches/gcomprixo/; revision=2673 src/libccc/python/demo/crossing.py | 18 +++------- src/libccc/python/demo/crossing.pyc | Bin 2462 -> 0 bytes src/libccc/python/demo/demo_canvas.py | 10 ++--- src/libccc/python/demo/demo_canvas.pyc | Bin 1603 -> 0 bytes src/libccc/python/demo/fifteen.pyc | Bin 1272 -> 0 bytes src/libccc/python/demo/fifteen_grid.py | 7 ++-- src/libccc/python/demo/fifteen_grid.pyc | Bin 2777 -> 0 bytes src/libccc/python/demo/fifteen_item.py | 5 +-- src/libccc/python/demo/fifteen_item.pyc | Bin 1386 -> 0 bytes src/libccc/python/demo/herzi_combo.pyc | Bin 1115 -> 0 bytes src/libccc/python/demo/herzi_properties.pyc | Bin 836 -> 0 bytes src/libccc/python/demo/herzi_properties_group.pyc | Bin 1704 -> 0 bytes src/libccc/python/demo/line.py | 38 +++++++++------------ src/libccc/python/demo/line.pyc | Bin 2435 -> 0 bytes src/libccc/python/demo/page.pyc | Bin 683 -> 0 bytes src/libccc/python/demo/text_demo.py | 6 ++-- src/libccc/python/demo/text_demo.pyc | Bin 4617 -> 0 bytes src/libccc/python/demo/zoom.pyc | Bin 3586 -> 0 bytes 18 files changed, 33 insertions(+), 51 deletions(-) commit ef82dad8d73a872b06a434940a569da796680284 Author: Bruno Coudoin Date: Thu May 24 21:35:37 2007 +0000 bringing libccc-0.0.4 into the gcomprixo branch svn path=/branches/gcomprixo/; revision=2672 src/libccc/python/Makefile.am | 35 + src/libccc/python/Makefile.in | 624 ++++++++++++ src/libccc/python/cccanvas.defs | 1105 +++++++++++++++++++++ src/libccc/python/cccanvas.override | 400 ++++++++ src/libccc/python/cccanvasmodule.c | 27 + src/libccc/python/demo/crossing.py | 92 ++ src/libccc/python/demo/crossing.pyc | Bin 0 -> 2462 bytes src/libccc/python/demo/demo.py | 111 ++ src/libccc/python/demo/demo_canvas.py | 46 + src/libccc/python/demo/demo_canvas.pyc | Bin 0 -> 1603 bytes src/libccc/python/demo/fifteen.py | 39 + src/libccc/python/demo/fifteen.pyc | Bin 0 -> 1272 bytes src/libccc/python/demo/fifteen_grid.py | 104 ++ src/libccc/python/demo/fifteen_grid.pyc | Bin 0 -> 2777 bytes src/libccc/python/demo/fifteen_item.py | 32 + src/libccc/python/demo/fifteen_item.pyc | Bin 0 -> 1386 bytes src/libccc/python/demo/herzi_combo.py | 28 + src/libccc/python/demo/herzi_combo.pyc | Bin 0 -> 1115 bytes src/libccc/python/demo/herzi_properties.py | 15 + src/libccc/python/demo/herzi_properties.pyc | Bin 0 -> 836 bytes src/libccc/python/demo/herzi_properties_group.py | 45 + src/libccc/python/demo/herzi_properties_group.pyc | Bin 0 -> 1704 bytes src/libccc/python/demo/herzi_properties_groups.py | 45 + src/libccc/python/demo/line.py | 86 ++ src/libccc/python/demo/line.pyc | Bin 0 -> 2435 bytes src/libccc/python/demo/page.py | 26 + src/libccc/python/demo/page.pyc | Bin 0 -> 683 bytes src/libccc/python/demo/text_demo.py | 158 +++ src/libccc/python/demo/text_demo.pyc | Bin 0 -> 4617 bytes src/libccc/python/demo/zoom.py | 140 +++ src/libccc/python/demo/zoom.pyc | Bin 0 -> 3586 bytes 31 files changed, 3158 insertions(+), 0 deletions(-) commit ba401023923adaa00ef21300396197221c2280b4 Author: Bruno Coudoin Date: Thu May 24 21:34:59 2007 +0000 bringing libccc-0.0.4 into the gcomprixo branch svn path=/branches/gcomprixo/; revision=2671 src/libccc/ccc/Makefile.am | 124 ++++ src/libccc/ccc/Makefile.in | 770 ++++++++++++++++++++++++ src/libccc/ccc/cc-brush-color.c | 146 +++++ src/libccc/ccc/cc-brush-color.h | 62 ++ src/libccc/ccc/cc-brush.c | 63 ++ src/libccc/ccc/cc-brush.h | 62 ++ src/libccc/ccc/cc-camera.c | 267 +++++++++ src/libccc/ccc/cc-camera.h | 50 ++ src/libccc/ccc/cc-circle.c | 211 +++++++ src/libccc/ccc/cc-circle.h | 65 ++ src/libccc/ccc/cc-color-hsv.c | 177 ++++++ src/libccc/ccc/cc-color-rgb.c | 154 +++++ src/libccc/ccc/cc-color.c | 91 +++ src/libccc/ccc/cc-color.h | 82 +++ src/libccc/ccc/cc-d-rect.c | 83 +++ src/libccc/ccc/cc-d-rect.h | 54 ++ src/libccc/ccc/cc-enumerations.c.in | 38 ++ src/libccc/ccc/cc-enumerations.h.in | 25 + src/libccc/ccc/cc-hash-map.c | 146 +++++ src/libccc/ccc/cc-hash-map.h | 69 +++ src/libccc/ccc/cc-item-view.c | 142 +++++ src/libccc/ccc/cc-item-view.h | 71 +++ src/libccc/ccc/cc-item.c | 1020 +++++++++++++++++++++++++++++++ src/libccc/ccc/cc-item.h | 195 ++++++ src/libccc/ccc/cc-line.c | 200 +++++++ src/libccc/ccc/cc-line.h | 54 ++ src/libccc/ccc/cc-pixbuf.c | 481 +++++++++++++++ src/libccc/ccc/cc-pixbuf.h | 60 ++ src/libccc/ccc/cc-printer.c | 112 ++++ src/libccc/ccc/cc-printer.h | 58 ++ src/libccc/ccc/cc-rectangle.c | 317 ++++++++++ src/libccc/ccc/cc-rectangle.h | 71 +++ src/libccc/ccc/cc-rounded-rectangle.c | 153 +++++ src/libccc/ccc/cc-rounded-rectangle.h | 56 ++ src/libccc/ccc/cc-shape.c | 321 ++++++++++ src/libccc/ccc/cc-shape.h | 84 +++ src/libccc/ccc/cc-text.c | 805 +++++++++++++++++++++++++ src/libccc/ccc/cc-text.h | 98 +++ src/libccc/ccc/cc-utils.c | 99 +++ src/libccc/ccc/cc-utils.h | 57 ++ src/libccc/ccc/cc-view-cell-renderer.c | 216 +++++++ src/libccc/ccc/cc-view-cell-renderer.h | 60 ++ src/libccc/ccc/cc-view-png.c | 110 ++++ src/libccc/ccc/cc-view-png.h | 58 ++ src/libccc/ccc/cc-view-widget.c | 1022 ++++++++++++++++++++++++++++++++ src/libccc/ccc/cc-view-widget.h | 91 +++ src/libccc/ccc/cc-view.c | 262 ++++++++ src/libccc/ccc/cc-view.h | 109 ++++ src/libccc/ccc/ccc.h | 50 ++ src/libccc/ccc/glib-helpers.c | 52 ++ src/libccc/ccc/glib-helpers.h | 74 +++ src/libccc/ccc/gobject-helpers.h | 74 +++ src/libccc/ccc/marshallers.list | 5 + src/libccc/ccc/pango-helpers.c | 56 ++ src/libccc/ccc/pango-helpers.h | 36 ++ 55 files changed, 9468 insertions(+), 0 deletions(-) commit ab8f29b39740178879a9d9a5a4dd60ec95be09e7 Author: Bruno Coudoin Date: Wed May 23 23:21:35 2007 +0000 Merged r2659 svn path=/branches/gcomprixo/; revision=2660 src/boards/wordsgame.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 893aceb93168d8de936809403e544eb4db9619d6 Author: Bruno Coudoin Date: Wed May 23 22:47:17 2007 +0000 cleanup svn path=/branches/gcomprixo/; revision=2658 src/libart_lgpl/Makefile.in | 722 ---------------------------------------- src/libgnomecanvas/Makefile | 649 ------------------------------------ src/libgnomecanvas/Makefile.in | 649 ------------------------------------ 3 files changed, 0 insertions(+), 2020 deletions(-) commit 2ea5a0868d90692f1ed075ca1e9cea3d34e6490e Author: Bruno Coudoin Date: Wed May 23 22:36:50 2007 +0000 - Syncing with trunk - major packaging change, imported libart_lgpl and libgnomecanvas from gnome svn (trunk). We now build them as static library. Packager change, you no more need them in GCompris require's. - bug reported by Khaled, in arabic wordsgame is missing the character ZERO WIDTH JOINER to force joined char in Arabic and Hangul see http://en.wikipedia.org/wiki/Zero-width_joiner svn path=/branches/gcomprixo/; revision=2657 ChangeLog | 67 +- INSTALL | 8 +- boards/melody.xml.in | 2 +- boards/sounds/melody/guitar/melody.ogg | Bin 0 -> 6814 bytes boards/sounds/melody/guitar/melody.wav | Bin 56102 -> 0 bytes boards/sounds/melody/guitar/son1.ogg | Bin 0 -> 4640 bytes boards/sounds/melody/guitar/son1.wav | Bin 99132 -> 0 bytes boards/sounds/melody/guitar/son2.ogg | Bin 0 -> 4628 bytes boards/sounds/melody/guitar/son2.wav | Bin 85870 -> 0 bytes boards/sounds/melody/guitar/son3.ogg | Bin 0 -> 4631 bytes boards/sounds/melody/guitar/son3.wav | Bin 78308 -> 0 bytes boards/sounds/melody/guitar/son4.ogg | Bin 0 -> 4649 bytes boards/sounds/melody/guitar/son4.wav | Bin 87924 -> 0 bytes boards/sounds/melody/tachos/melody.ogg | Bin 0 -> 10268 bytes boards/sounds/melody/tachos/melody.wav | Bin 47310 -> 0 bytes boards/sounds/melody/tachos/son1.ogg | Bin 0 -> 6134 bytes boards/sounds/melody/tachos/son1.wav | Bin 15022 -> 0 bytes boards/sounds/melody/tachos/son2.ogg | Bin 0 -> 6742 bytes boards/sounds/melody/tachos/son2.wav | Bin 20202 -> 0 bytes boards/sounds/melody/tachos/son3.ogg | Bin 0 -> 8137 bytes boards/sounds/melody/tachos/son3.wav | Bin 30874 -> 0 bytes boards/sounds/melody/tachos/son4.ogg | Bin 0 -> 8391 bytes boards/sounds/melody/tachos/son4.wav | Bin 34496 -> 0 bytes boards/sounds/melody/xylofon/melody.ogg | Bin 0 -> 6814 bytes boards/sounds/melody/xylofon/melody.wav | Bin 56102 -> 0 bytes boards/sounds/melody/xylofon/son1.ogg | Bin 0 -> 4910 bytes boards/sounds/melody/xylofon/son1.wav | Bin 34070 -> 0 bytes boards/sounds/melody/xylofon/son2.ogg | Bin 0 -> 7928 bytes boards/sounds/melody/xylofon/son2.wav | Bin 44236 -> 0 bytes boards/sounds/melody/xylofon/son3.ogg | Bin 0 -> 7501 bytes boards/sounds/melody/xylofon/son3.wav | Bin 41696 -> 0 bytes boards/sounds/melody/xylofon/son4.ogg | Bin 0 -> 7928 bytes boards/sounds/melody/xylofon/son4.wav | Bin 44896 -> 0 bytes configure.in | 8 +- install-sh | 496 ++-- src/Makefile.am | 2 +- src/boards/python/melody.py | 27 +- src/boards/wordsgame.c | 27 +- src/gcompris/Makefile.am | 5 +- src/gcompris/gcompris.c | 7 + src/gcompris/soundutil.c | 54 +- src/gcompris/soundutil.h | 1 + src/libart_lgpl/AUTHORS | 1 + src/libart_lgpl/COPYING | 482 +++ src/libart_lgpl/ChangeLog | 1281 +++++++ src/libart_lgpl/Makefile | 722 ++++ src/libart_lgpl/Makefile.am | 108 + src/libart_lgpl/Makefile.in | 722 ++++ src/libart_lgpl/NEWS | 23 + src/libart_lgpl/README | 19 + src/libart_lgpl/README.CVS | 14 + src/libart_lgpl/art_affine.c | 458 +++ src/libart_lgpl/art_affine.h | 93 + src/libart_lgpl/art_alphagamma.c | 85 + src/libart_lgpl/art_alphagamma.h | 55 + src/libart_lgpl/art_bpath.c | 92 + src/libart_lgpl/art_bpath.h | 59 + src/libart_lgpl/art_filterlevel.h | 68 + src/libart_lgpl/art_gray_svp.c | 123 + src/libart_lgpl/art_gray_svp.h | 46 + src/libart_lgpl/art_misc.c | 93 + src/libart_lgpl/art_misc.h | 102 + src/libart_lgpl/art_pathcode.h | 39 + src/libart_lgpl/art_pixbuf.c | 285 ++ src/libart_lgpl/art_pixbuf.h | 104 + src/libart_lgpl/art_point.h | 38 + src/libart_lgpl/art_rect.c | 215 ++ src/libart_lgpl/art_rect.h | 78 + src/libart_lgpl/art_rect_svp.c | 82 + src/libart_lgpl/art_rect_svp.h | 47 + src/libart_lgpl/art_rect_uta.c | 134 + src/libart_lgpl/art_rect_uta.h | 43 + src/libart_lgpl/art_render.c | 1383 ++++++++ src/libart_lgpl/art_render.h | 183 + src/libart_lgpl/art_render_gradient.c | 716 ++++ src/libart_lgpl/art_render_gradient.h | 86 + src/libart_lgpl/art_render_mask.c | 168 + src/libart_lgpl/art_render_mask.h | 47 + src/libart_lgpl/art_render_svp.c | 421 +++ src/libart_lgpl/art_render_svp.h | 47 + src/libart_lgpl/art_rgb.c | 175 + src/libart_lgpl/art_rgb.h | 44 + src/libart_lgpl/art_rgb_a_affine.c | 149 + src/libart_lgpl/art_rgb_a_affine.h | 52 + src/libart_lgpl/art_rgb_affine.c | 106 + src/libart_lgpl/art_rgb_affine.h | 50 + src/libart_lgpl/art_rgb_affine_private.c | 127 + src/libart_lgpl/art_rgb_affine_private.h | 39 + src/libart_lgpl/art_rgb_bitmap_affine.c | 198 ++ src/libart_lgpl/art_rgb_bitmap_affine.h | 52 + src/libart_lgpl/art_rgb_pixbuf_affine.c | 104 + src/libart_lgpl/art_rgb_pixbuf_affine.h | 52 + src/libart_lgpl/art_rgb_rgba_affine.c | 142 + src/libart_lgpl/art_rgb_rgba_affine.h | 51 + src/libart_lgpl/art_rgb_svp.c | 457 +++ src/libart_lgpl/art_rgb_svp.h | 55 + src/libart_lgpl/art_rgba.c | 258 ++ src/libart_lgpl/art_rgba.h | 49 + src/libart_lgpl/art_svp.c | 152 + src/libart_lgpl/art_svp.h | 68 + src/libart_lgpl/art_svp_intersect.c | 1803 ++++++++++ src/libart_lgpl/art_svp_intersect.h | 70 + src/libart_lgpl/art_svp_ops.c | 401 +++ src/libart_lgpl/art_svp_ops.h | 44 + src/libart_lgpl/art_svp_point.c | 144 + src/libart_lgpl/art_svp_point.h | 49 + src/libart_lgpl/art_svp_render_aa.c | 463 +++ src/libart_lgpl/art_svp_render_aa.h | 67 + src/libart_lgpl/art_svp_vpath.c | 215 ++ src/libart_lgpl/art_svp_vpath.h | 44 + src/libart_lgpl/art_svp_vpath_stroke.c | 739 ++++ src/libart_lgpl/art_svp_vpath_stroke.h | 70 + src/libart_lgpl/art_svp_wind.c | 1545 +++++++++ src/libart_lgpl/art_svp_wind.h | 57 + src/libart_lgpl/art_uta.c | 88 + src/libart_lgpl/art_uta.h | 72 + src/libart_lgpl/art_uta_ops.c | 112 + src/libart_lgpl/art_uta_ops.h | 42 + src/libart_lgpl/art_uta_rect.c | 111 + src/libart_lgpl/art_uta_rect.h | 42 + src/libart_lgpl/art_uta_svp.c | 54 + src/libart_lgpl/art_uta_svp.h | 45 + src/libart_lgpl/art_uta_vpath.c | 382 +++ src/libart_lgpl/art_uta_vpath.h | 50 + src/libart_lgpl/art_vpath.c | 241 ++ src/libart_lgpl/art_vpath.h | 71 + src/libart_lgpl/art_vpath_bpath.c | 328 ++ src/libart_lgpl/art_vpath_bpath.h | 48 + src/libart_lgpl/art_vpath_dash.c | 200 ++ src/libart_lgpl/art_vpath_dash.h | 50 + src/libart_lgpl/art_vpath_svp.c | 196 ++ src/libart_lgpl/art_vpath_svp.h | 43 + src/libart_lgpl/gen_art_config | Bin 0 -> 9116 bytes src/libart_lgpl/gen_art_config.c | 52 + src/libart_lgpl/libart-config.in | 56 + src/libart_lgpl/libart-features.c | 18 + src/libart_lgpl/libart-features.h | 24 + src/libart_lgpl/libart-features.h.in | 24 + src/libart_lgpl/libart.h | 39 + src/libart_lgpl/libartConf.sh.in | 6 + src/libart_lgpl/makefile.msc | 104 + src/libart_lgpl/test_gradient.c | 376 +++ src/libart_lgpl/testart.c | 636 ++++ src/libart_lgpl/testuta.c | 233 ++ src/libgnomecanvas/Makefile | 649 ++++ src/libgnomecanvas/Makefile.am | 72 + src/libgnomecanvas/Makefile.in | 649 ++++ src/libgnomecanvas/gnome-canvas-bpath.c | 175 + src/libgnomecanvas/gnome-canvas-bpath.h | 61 + src/libgnomecanvas/gnome-canvas-clipgroup.c | 451 +++ src/libgnomecanvas/gnome-canvas-clipgroup.h | 58 + src/libgnomecanvas/gnome-canvas-i18n.h | 68 + src/libgnomecanvas/gnome-canvas-line.c | 1422 ++++++++ src/libgnomecanvas/gnome-canvas-line.h | 154 + src/libgnomecanvas/gnome-canvas-marshal.list | 2 + src/libgnomecanvas/gnome-canvas-path-def.c | 1287 +++++++ src/libgnomecanvas/gnome-canvas-path-def.h | 96 + src/libgnomecanvas/gnome-canvas-pixbuf.c | 1079 ++++++ src/libgnomecanvas/gnome-canvas-pixbuf.h | 62 + src/libgnomecanvas/gnome-canvas-polygon.c | 249 ++ src/libgnomecanvas/gnome-canvas-polygon.h | 88 + src/libgnomecanvas/gnome-canvas-rect-ellipse.c | 431 +++ src/libgnomecanvas/gnome-canvas-rect-ellipse.h | 159 + src/libgnomecanvas/gnome-canvas-rich-text.c | 2203 ++++++++++++ src/libgnomecanvas/gnome-canvas-rich-text.h | 79 + src/libgnomecanvas/gnome-canvas-shape-private.h | 103 + src/libgnomecanvas/gnome-canvas-shape.c | 1559 +++++++++ src/libgnomecanvas/gnome-canvas-shape.h | 81 + src/libgnomecanvas/gnome-canvas-text.c | 1740 ++++++++++ src/libgnomecanvas/gnome-canvas-text.h | 170 + src/libgnomecanvas/gnome-canvas-util.c | 700 ++++ src/libgnomecanvas/gnome-canvas-util.h | 155 + src/libgnomecanvas/gnome-canvas-widget.c | 599 ++++ src/libgnomecanvas/gnome-canvas-widget.h | 103 + src/libgnomecanvas/gnome-canvas.c | 4081 +++++++++++++++++++++++ src/libgnomecanvas/gnome-canvas.h | 635 ++++ src/libgnomecanvas/libgnomecanvas.h | 48 + src/libgnomecanvas/libgnomecanvastypes.c | 43 + 178 files changed, 40479 insertions(+), 332 deletions(-) commit af3afe897f417d72e757e11fd1a418ddcb9a3059 Author: Bruno Coudoin Date: Tue May 22 19:44:32 2007 +0000 Synced with trunk r2649. Especially the gstreamer code is there now. svn path=/branches/gcomprixo/; revision=2650 ChangeLog | 174 + Makefile.am | 6 +- boards/melody.xml.in | 2 +- boards/sounds/HOWTO_ENCODE | 12 +- boards/sounds/ar/alphabet/10.ogg | Bin 23591 -> 24623 bytes boards/sounds/ar/alphabet/11.ogg | Bin 33100 -> 35259 bytes boards/sounds/ar/alphabet/12.ogg | Bin 26488 -> 27507 bytes boards/sounds/ar/alphabet/13.ogg | Bin 29641 -> 30480 bytes boards/sounds/ar/alphabet/14.ogg | Bin 30686 -> 31874 bytes boards/sounds/ar/alphabet/15.ogg | Bin 24760 -> 24819 bytes boards/sounds/ar/alphabet/16.ogg | Bin 30444 -> 31027 bytes boards/sounds/ar/alphabet/17.ogg | Bin 34098 -> 35034 bytes boards/sounds/ar/alphabet/18.ogg | Bin 34880 -> 35716 bytes boards/sounds/ar/alphabet/19.ogg | Bin 31982 -> 33273 bytes boards/sounds/ar/alphabet/20.ogg | Bin 20500 -> 20012 bytes boards/sounds/ar/alphabet/U0030.ogg | Bin 20987 -> 20883 bytes boards/sounds/ar/alphabet/U0031.ogg | Bin 18135 -> 18356 bytes boards/sounds/ar/alphabet/U0032.ogg | Bin 20218 -> 20658 bytes boards/sounds/ar/alphabet/U0033.ogg | Bin 24220 -> 24855 bytes boards/sounds/ar/alphabet/U0034.ogg | Bin 22851 -> 23856 bytes boards/sounds/ar/alphabet/U0035.ogg | Bin 30702 -> 30263 bytes boards/sounds/ar/alphabet/U0036.ogg | Bin 22759 -> 23860 bytes boards/sounds/ar/alphabet/U0037.ogg | Bin 27017 -> 28742 bytes boards/sounds/ar/alphabet/U0038.ogg | Bin 30438 -> 31921 bytes boards/sounds/ar/alphabet/U0039.ogg | Bin 20343 -> 21433 bytes boards/sounds/ar/alphabet/U0623.ogg | Bin 20982 -> 21269 bytes boards/sounds/ar/alphabet/U0628.ogg | Bin 22352 -> 21607 bytes boards/sounds/ar/alphabet/U062A.ogg | Bin 19257 -> 19677 bytes boards/sounds/ar/alphabet/U062B.ogg | Bin 20253 -> 20336 bytes boards/sounds/ar/alphabet/U062C.ogg | Bin 24155 -> 23976 bytes boards/sounds/ar/alphabet/U062D.ogg | Bin 23865 -> 24770 bytes boards/sounds/ar/alphabet/U062E.ogg | Bin 18785 -> 18174 bytes boards/sounds/ar/alphabet/U062F.ogg | Bin 22545 -> 23851 bytes boards/sounds/ar/alphabet/U0630.ogg | Bin 21493 -> 22674 bytes boards/sounds/ar/alphabet/U0631.ogg | Bin 25218 -> 26778 bytes boards/sounds/ar/alphabet/U0632.ogg | Bin 21884 -> 22200 bytes boards/sounds/ar/alphabet/U0633.ogg | Bin 22199 -> 23224 bytes boards/sounds/ar/alphabet/U0634.ogg | Bin 25279 -> 25581 bytes boards/sounds/ar/alphabet/U0635.ogg | Bin 21841 -> 22140 bytes boards/sounds/ar/alphabet/U0636.ogg | Bin 23866 -> 24729 bytes boards/sounds/ar/alphabet/U0637.ogg | Bin 23056 -> 24387 bytes boards/sounds/ar/alphabet/U0638.ogg | Bin 23147 -> 22427 bytes boards/sounds/ar/alphabet/U0639.ogg | Bin 21282 -> 21763 bytes boards/sounds/ar/alphabet/U063A.ogg | Bin 23382 -> 23016 bytes boards/sounds/ar/alphabet/U0641.ogg | Bin 20755 -> 21067 bytes boards/sounds/ar/alphabet/U0642.ogg | Bin 22753 -> 23524 bytes boards/sounds/ar/alphabet/U0643.ogg | Bin 20216 -> 21186 bytes boards/sounds/ar/alphabet/U0644.ogg | Bin 23922 -> 25343 bytes boards/sounds/ar/alphabet/U0645.ogg | Bin 20978 -> 20514 bytes boards/sounds/ar/alphabet/U0646.ogg | Bin 18792 -> 17825 bytes boards/sounds/ar/alphabet/U0647.ogg | Bin 23515 -> 24520 bytes boards/sounds/ar/alphabet/U0648.ogg | Bin 24444 -> 24395 bytes boards/sounds/ar/alphabet/U064A.ogg | Bin 24774 -> 26191 bytes boards/sounds/ar/colors/black.ogg | Bin 23274 -> 24728 bytes boards/sounds/ar/colors/blue.ogg | Bin 23445 -> 24553 bytes boards/sounds/ar/colors/brown.ogg | Bin 25498 -> 26375 bytes boards/sounds/ar/colors/green.ogg | Bin 26295 -> 26945 bytes boards/sounds/ar/colors/grey.ogg | Bin 33830 -> 35531 bytes boards/sounds/ar/colors/orange.ogg | Bin 39360 -> 40963 bytes boards/sounds/ar/colors/pink.ogg | Bin 25718 -> 26779 bytes boards/sounds/ar/colors/purple.ogg | Bin 36336 -> 37694 bytes boards/sounds/ar/colors/red.ogg | Bin 21789 -> 23036 bytes boards/sounds/ar/colors/white.ogg | Bin 22285 -> 22156 bytes boards/sounds/ar/colors/yellow.ogg | Bin 20378 -> 22486 bytes boards/sounds/ar/geography/africa.ogg | Bin 27690 -> 28001 bytes boards/sounds/ar/geography/alaska.ogg | Bin 24119 -> 24594 bytes boards/sounds/ar/geography/albania.ogg | Bin 25476 -> 25150 bytes boards/sounds/ar/geography/america.ogg | Bin 21232 -> 23072 bytes boards/sounds/ar/geography/antartica.ogg | Bin 37691 -> 39492 bytes boards/sounds/ar/geography/argentina.ogg | Bin 27860 -> 28478 bytes boards/sounds/ar/geography/asia.ogg | Bin 18678 -> 19185 bytes boards/sounds/ar/geography/austria.ogg | Bin 19975 -> 20144 bytes boards/sounds/ar/geography/bahamas.ogg | Bin 26595 -> 26677 bytes boards/sounds/ar/geography/belarus.ogg | Bin 26133 -> 26275 bytes boards/sounds/ar/geography/belgium.ogg | Bin 26755 -> 27248 bytes boards/sounds/ar/geography/bolivia.ogg | Bin 24148 -> 25361 bytes boards/sounds/ar/geography/bosnia_herzegovina.ogg | Bin 34972 -> 36569 bytes boards/sounds/ar/geography/brazil.ogg | Bin 25916 -> 26694 bytes boards/sounds/ar/geography/bulgaria.ogg | Bin 28632 -> 29756 bytes boards/sounds/ar/geography/canada.ogg | Bin 21731 -> 22575 bytes boards/sounds/ar/geography/chile.ogg | Bin 21688 -> 22331 bytes boards/sounds/ar/geography/colombia.ogg | Bin 21550 -> 22248 bytes boards/sounds/ar/geography/costa_rica.ogg | Bin 28629 -> 29384 bytes boards/sounds/ar/geography/croatia.ogg | Bin 24428 -> 24842 bytes boards/sounds/ar/geography/cuba.ogg | Bin 20485 -> 20117 bytes boards/sounds/ar/geography/cyprus.ogg | Bin 17050 -> 16396 bytes boards/sounds/ar/geography/czech.ogg | Bin 19389 -> 21145 bytes boards/sounds/ar/geography/denmark.ogg | Bin 25670 -> 26386 bytes boards/sounds/ar/geography/dominican_republic.ogg | Bin 34222 -> 34743 bytes boards/sounds/ar/geography/ecuador.ogg | Bin 23708 -> 23931 bytes boards/sounds/ar/geography/estonia.ogg | Bin 22515 -> 22849 bytes boards/sounds/ar/geography/europe.ogg | Bin 22123 -> 22663 bytes boards/sounds/ar/geography/finland.ogg | Bin 26090 -> 26691 bytes boards/sounds/ar/geography/france.ogg | Bin 23303 -> 23899 bytes boards/sounds/ar/geography/french_guiana.ogg | Bin 30542 -> 30901 bytes boards/sounds/ar/geography/germany.ogg | Bin 22295 -> 22819 bytes boards/sounds/ar/geography/greece.ogg | Bin 25309 -> 25147 bytes boards/sounds/ar/geography/greenland.ogg | Bin 27578 -> 28467 bytes boards/sounds/ar/geography/guatemala.ogg | Bin 29430 -> 30111 bytes boards/sounds/ar/geography/guyana.ogg | Bin 19017 -> 19100 bytes boards/sounds/ar/geography/haiti.ogg | Bin 25857 -> 27156 bytes boards/sounds/ar/geography/honduras.ogg | Bin 26953 -> 27052 bytes boards/sounds/ar/geography/hungary.ogg | Bin 22028 -> 22720 bytes boards/sounds/ar/geography/iceland.ogg | Bin 23046 -> 24017 bytes boards/sounds/ar/geography/ireland.ogg | Bin 23286 -> 24336 bytes boards/sounds/ar/geography/italy.ogg | Bin 22040 -> 22870 bytes boards/sounds/ar/geography/jamaica.ogg | Bin 23714 -> 23269 bytes boards/sounds/ar/geography/latvia.ogg | Bin 26113 -> 26810 bytes boards/sounds/ar/geography/lithuania.ogg | Bin 28505 -> 28653 bytes boards/sounds/ar/geography/luxembourg.ogg | Bin 23061 -> 23239 bytes boards/sounds/ar/geography/macedonia.ogg | Bin 19009 -> 19712 bytes boards/sounds/ar/geography/mexico.ogg | Bin 24572 -> 25765 bytes boards/sounds/ar/geography/moldova.ogg | Bin 30477 -> 31124 bytes boards/sounds/ar/geography/netherland.ogg | Bin 22868 -> 23719 bytes boards/sounds/ar/geography/nicaragua.ogg | Bin 21043 -> 21629 bytes boards/sounds/ar/geography/norway.ogg | Bin 24525 -> 25611 bytes boards/sounds/ar/geography/oceania.ogg | Bin 26092 -> 26238 bytes boards/sounds/ar/geography/panama.ogg | Bin 15985 -> 16124 bytes boards/sounds/ar/geography/paraguay.ogg | Bin 21623 -> 21705 bytes boards/sounds/ar/geography/peru.ogg | Bin 19562 -> 21313 bytes boards/sounds/ar/geography/poland.ogg | Bin 19186 -> 19542 bytes boards/sounds/ar/geography/portugal.ogg | Bin 25893 -> 27905 bytes boards/sounds/ar/geography/romania.ogg | Bin 25693 -> 25947 bytes boards/sounds/ar/geography/russia.ogg | Bin 23111 -> 23391 bytes boards/sounds/ar/geography/salvador.ogg | Bin 33255 -> 33599 bytes boards/sounds/ar/geography/serbia_montenegro.ogg | Bin 57182 -> 59260 bytes boards/sounds/ar/geography/slovakia.ogg | Bin 20279 -> 20842 bytes boards/sounds/ar/geography/slovenia.ogg | Bin 20188 -> 19432 bytes boards/sounds/ar/geography/spain.ogg | Bin 18726 -> 18959 bytes boards/sounds/ar/geography/suriname.ogg | Bin 22921 -> 23792 bytes boards/sounds/ar/geography/sweden.ogg | Bin 19827 -> 19871 bytes boards/sounds/ar/geography/switz.ogg | Bin 17539 -> 17825 bytes boards/sounds/ar/geography/turkey.ogg | Bin 18681 -> 19070 bytes boards/sounds/ar/geography/ukraine.ogg | Bin 22625 -> 23990 bytes boards/sounds/ar/geography/united_kingdom.ogg | Bin 30909 -> 32005 bytes boards/sounds/ar/geography/uruguay.ogg | Bin 27999 -> 29172 bytes boards/sounds/ar/geography/usa.ogg | Bin 48926 -> 51398 bytes boards/sounds/ar/geography/venezuela.ogg | Bin 25654 -> 26728 bytes boards/sounds/ar/misc/about.ogg | Bin 26528 -> 26506 bytes boards/sounds/ar/misc/awesome.ogg | Bin 16921 -> 16280 bytes boards/sounds/ar/misc/back.ogg | Bin 21183 -> 21701 bytes boards/sounds/ar/misc/by.ogg | Bin 15232 -> 16042 bytes boards/sounds/ar/misc/check_answer.ogg | Bin 37049 -> 38046 bytes boards/sounds/ar/misc/click_on_letter.ogg | Bin 35106 -> 37195 bytes boards/sounds/ar/misc/congratulation.ogg | Bin 23180 -> 24912 bytes boards/sounds/ar/misc/equal.ogg | Bin 25705 -> 25961 bytes boards/sounds/ar/misc/fantastic.ogg | Bin 26135 -> 27156 bytes boards/sounds/ar/misc/good.ogg | Bin 18915 -> 19721 bytes boards/sounds/ar/misc/great.ogg | Bin 26766 -> 26851 bytes boards/sounds/ar/misc/help.ogg | Bin 28778 -> 29849 bytes boards/sounds/ar/misc/level.ogg | Bin 21092 -> 21688 bytes boards/sounds/ar/misc/minus.ogg | Bin 15186 -> 14988 bytes boards/sounds/ar/misc/ok.ogg | Bin 25789 -> 26694 bytes boards/sounds/ar/misc/outof.ogg | Bin 30194 -> 30582 bytes boards/sounds/ar/misc/perfect.ogg | Bin 19848 -> 20220 bytes boards/sounds/ar/misc/plus.ogg | Bin 22567 -> 23721 bytes boards/sounds/ar/misc/quit.ogg | Bin 21837 -> 21772 bytes boards/sounds/ar/misc/super.ogg | Bin 27501 -> 25416 bytes boards/sounds/ar/misc/waytogo.ogg | Bin 28153 -> 28141 bytes boards/sounds/ar/misc/welcome.ogg | Bin 52565 -> 54443 bytes boards/sounds/chronos/space/1.ogg | Bin 10977 -> 21514 bytes boards/sounds/chronos/space/2.ogg | Bin 6515 -> 10582 bytes boards/sounds/chronos/space/3.ogg | Bin 6351 -> 16445 bytes boards/sounds/cs/alphabet/10.ogg | Bin 9601 -> 15933 bytes boards/sounds/cs/alphabet/11.ogg | Bin 13786 -> 28146 bytes boards/sounds/cs/alphabet/12.ogg | Bin 13751 -> 25939 bytes boards/sounds/cs/alphabet/13.ogg | Bin 12372 -> 22474 bytes boards/sounds/cs/alphabet/14.ogg | Bin 14408 -> 28327 bytes boards/sounds/cs/alphabet/15.ogg | Bin 12932 -> 27541 bytes boards/sounds/cs/alphabet/16.ogg | Bin 15201 -> 29231 bytes boards/sounds/cs/alphabet/17.ogg | Bin 15841 -> 28766 bytes boards/sounds/cs/alphabet/18.ogg | Bin 15243 -> 28286 bytes boards/sounds/cs/alphabet/19.ogg | Bin 15045 -> 32155 bytes boards/sounds/cs/alphabet/20.ogg | Bin 11134 -> 18494 bytes boards/sounds/cs/alphabet/U0031.ogg | Bin 10377 -> 18934 bytes boards/sounds/cs/alphabet/U0032.ogg | Bin 9390 -> 13306 bytes boards/sounds/cs/alphabet/U0033.ogg | Bin 9076 -> 16774 bytes boards/sounds/cs/alphabet/U0034.ogg | Bin 11349 -> 19639 bytes boards/sounds/cs/alphabet/U0035.ogg | Bin 8710 -> 12582 bytes boards/sounds/cs/alphabet/U0036.ogg | Bin 10962 -> 22641 bytes boards/sounds/cs/alphabet/U0037.ogg | Bin 10998 -> 18204 bytes boards/sounds/cs/alphabet/U0038.ogg | Bin 10467 -> 15289 bytes boards/sounds/cs/alphabet/U0039.ogg | Bin 10234 -> 18679 bytes boards/sounds/cs/alphabet/U0061.ogg | Bin 11387 -> 17570 bytes boards/sounds/cs/alphabet/U0062.ogg | Bin 11363 -> 16207 bytes boards/sounds/cs/alphabet/U0063.ogg | Bin 12014 -> 17993 bytes boards/sounds/cs/alphabet/U0064.ogg | Bin 12865 -> 19943 bytes boards/sounds/cs/alphabet/U0065.ogg | Bin 10788 -> 15997 bytes boards/sounds/cs/alphabet/U0066.ogg | Bin 11291 -> 18578 bytes boards/sounds/cs/alphabet/U0067.ogg | Bin 11934 -> 24470 bytes boards/sounds/cs/alphabet/U0068.ogg | Bin 11974 -> 22498 bytes boards/sounds/cs/alphabet/U0069.ogg | Bin 9784 -> 13064 bytes boards/sounds/cs/alphabet/U006A.ogg | Bin 13372 -> 28381 bytes boards/sounds/cs/alphabet/U006B.ogg | Bin 10746 -> 21270 bytes boards/sounds/cs/alphabet/U006C.ogg | Bin 9589 -> 13547 bytes boards/sounds/cs/alphabet/U006D.ogg | Bin 10745 -> 15709 bytes boards/sounds/cs/alphabet/U006E.ogg | Bin 10017 -> 17208 bytes boards/sounds/cs/alphabet/U006F.ogg | Bin 11280 -> 15535 bytes boards/sounds/cs/alphabet/U0070.ogg | Bin 8500 -> 11378 bytes boards/sounds/cs/alphabet/U0071.ogg | Bin 16365 -> 31278 bytes boards/sounds/cs/alphabet/U0072.ogg | Bin 10695 -> 18755 bytes boards/sounds/cs/alphabet/U0073.ogg | Bin 10292 -> 16826 bytes boards/sounds/cs/alphabet/U0074.ogg | Bin 11820 -> 24041 bytes boards/sounds/cs/alphabet/U0075.ogg | Bin 10353 -> 13950 bytes boards/sounds/cs/alphabet/U0076.ogg | Bin 10345 -> 14278 bytes boards/sounds/cs/alphabet/U0077.ogg | Bin 15214 -> 23505 bytes boards/sounds/cs/alphabet/U0078.ogg | Bin 11081 -> 20614 bytes boards/sounds/cs/alphabet/U0079.ogg | Bin 13364 -> 22006 bytes boards/sounds/cs/alphabet/U007A.ogg | Bin 9988 -> 19378 bytes boards/sounds/cs/alphabet/U00E1.ogg | Bin 15811 -> 22175 bytes boards/sounds/cs/alphabet/U00E9.ogg | Bin 15591 -> 24288 bytes boards/sounds/cs/alphabet/U00ED.ogg | Bin 15187 -> 25449 bytes boards/sounds/cs/alphabet/U00F3.ogg | Bin 16183 -> 21417 bytes boards/sounds/cs/alphabet/U00FA.ogg | Bin 13427 -> 20730 bytes boards/sounds/cs/alphabet/U00FD.ogg | Bin 20450 -> 34380 bytes boards/sounds/cs/alphabet/U010D.ogg | Bin 12695 -> 22719 bytes boards/sounds/cs/alphabet/U010F.ogg | Bin 8840 -> 12323 bytes boards/sounds/cs/alphabet/U011B.ogg | Bin 16976 -> 31361 bytes boards/sounds/cs/alphabet/U0148.ogg | Bin 19289 -> 33586 bytes boards/sounds/cs/alphabet/U0159.ogg | Bin 8952 -> 15195 bytes boards/sounds/cs/alphabet/U0161.ogg | Bin 12663 -> 22409 bytes boards/sounds/cs/alphabet/U0165.ogg | Bin 11768 -> 20367 bytes boards/sounds/cs/alphabet/U016F.ogg | Bin 15819 -> 27523 bytes boards/sounds/cs/alphabet/U017E.ogg | Bin 9369 -> 17708 bytes boards/sounds/cs/colors/black.ogg | Bin 11622 -> 20229 bytes boards/sounds/cs/colors/blue.ogg | Bin 10656 -> 20170 bytes boards/sounds/cs/colors/brown.ogg | Bin 10680 -> 20933 bytes boards/sounds/cs/colors/green.ogg | Bin 12511 -> 22638 bytes boards/sounds/cs/colors/grey.ogg | Bin 9995 -> 20123 bytes boards/sounds/cs/colors/orange.ogg | Bin 11874 -> 23488 bytes boards/sounds/cs/colors/pink.ogg | Bin 11218 -> 17692 bytes boards/sounds/cs/colors/purple.ogg | Bin 11849 -> 21643 bytes boards/sounds/cs/colors/red.ogg | Bin 13457 -> 24506 bytes boards/sounds/cs/colors/white.ogg | Bin 10329 -> 15156 bytes boards/sounds/cs/colors/yellow.ogg | Bin 10701 -> 21777 bytes boards/sounds/cs/geography/alaska.ogg | Bin 13560 -> 21183 bytes boards/sounds/cs/geography/albania.ogg | Bin 13327 -> 18724 bytes boards/sounds/cs/geography/argentina.ogg | Bin 15661 -> 27443 bytes boards/sounds/cs/geography/austria.ogg | Bin 15229 -> 24761 bytes boards/sounds/cs/geography/bahamas.ogg | Bin 11837 -> 20383 bytes boards/sounds/cs/geography/belarus.ogg | Bin 14993 -> 25419 bytes boards/sounds/cs/geography/belgium.ogg | Bin 13005 -> 24242 bytes boards/sounds/cs/geography/bolivia.ogg | Bin 16789 -> 29112 bytes boards/sounds/cs/geography/bosnia_herzegovina.ogg | Bin 23881 -> 39075 bytes boards/sounds/cs/geography/brazil.ogg | Bin 14638 -> 26936 bytes boards/sounds/cs/geography/bulgaria.ogg | Bin 16514 -> 26295 bytes boards/sounds/cs/geography/canada.ogg | Bin 13331 -> 22202 bytes boards/sounds/cs/geography/chile.ogg | Bin 12466 -> 20438 bytes boards/sounds/cs/geography/colombia.ogg | Bin 13277 -> 19977 bytes boards/sounds/cs/geography/costa_rica.ogg | Bin 22711 -> 34908 bytes boards/sounds/cs/geography/croatia.ogg | Bin 18770 -> 28012 bytes boards/sounds/cs/geography/cuba.ogg | Bin 13784 -> 19682 bytes boards/sounds/cs/geography/cyprus.ogg | Bin 15783 -> 23383 bytes boards/sounds/cs/geography/czech.ogg | Bin 11853 -> 20544 bytes boards/sounds/cs/geography/denmark.ogg | Bin 13688 -> 25495 bytes boards/sounds/cs/geography/dominican_republic.ogg | Bin 25343 -> 45418 bytes boards/sounds/cs/geography/ecuador.ogg | Bin 13745 -> 18383 bytes boards/sounds/cs/geography/estonia.ogg | Bin 15669 -> 24034 bytes boards/sounds/cs/geography/finland.ogg | Bin 13827 -> 22026 bytes boards/sounds/cs/geography/france.ogg | Bin 15578 -> 28380 bytes boards/sounds/cs/geography/french_guiana.ogg | Bin 19774 -> 29053 bytes boards/sounds/cs/geography/germany.ogg | Bin 13804 -> 21846 bytes boards/sounds/cs/geography/greece.ogg | Bin 13481 -> 22281 bytes boards/sounds/cs/geography/greenland.ogg | Bin 14987 -> 24550 bytes boards/sounds/cs/geography/guatemala.ogg | Bin 13937 -> 20317 bytes boards/sounds/cs/geography/guyana.ogg | Bin 12700 -> 20774 bytes boards/sounds/cs/geography/haiti.ogg | Bin 13645 -> 22864 bytes boards/sounds/cs/geography/honduras.ogg | Bin 15495 -> 22959 bytes boards/sounds/cs/geography/hungary.ogg | Bin 13133 -> 21796 bytes boards/sounds/cs/geography/iceland.ogg | Bin 12352 -> 18164 bytes boards/sounds/cs/geography/ireland.ogg | Bin 13423 -> 23114 bytes boards/sounds/cs/geography/italy.ogg | Bin 13364 -> 21840 bytes boards/sounds/cs/geography/jamaica.ogg | Bin 14140 -> 24814 bytes boards/sounds/cs/geography/latvia.ogg | Bin 15292 -> 24243 bytes boards/sounds/cs/geography/lithuania.ogg | Bin 14397 -> 23596 bytes boards/sounds/cs/geography/luxembourg.ogg | Bin 15943 -> 24515 bytes boards/sounds/cs/geography/macedonia.ogg | Bin 17881 -> 27588 bytes boards/sounds/cs/geography/mexico.ogg | Bin 16036 -> 25757 bytes boards/sounds/cs/geography/moldova.ogg | Bin 15302 -> 20703 bytes boards/sounds/cs/geography/netherland.ogg | Bin 13838 -> 23315 bytes boards/sounds/cs/geography/nicaragua.ogg | Bin 16166 -> 25453 bytes boards/sounds/cs/geography/norway.ogg | Bin 13211 -> 19885 bytes boards/sounds/cs/geography/panama.ogg | Bin 13313 -> 20396 bytes boards/sounds/cs/geography/paraguay.ogg | Bin 13477 -> 21712 bytes boards/sounds/cs/geography/peru.ogg | Bin 10910 -> 14998 bytes boards/sounds/cs/geography/poland.ogg | Bin 12396 -> 19574 bytes boards/sounds/cs/geography/portugal.ogg | Bin 16114 -> 24824 bytes boards/sounds/cs/geography/romania.ogg | Bin 15649 -> 24364 bytes boards/sounds/cs/geography/russia.ogg | Bin 13320 -> 22995 bytes boards/sounds/cs/geography/salvador.ogg | Bin 16460 -> 23904 bytes boards/sounds/cs/geography/serbia_montenegro.ogg | Bin 21154 -> 35730 bytes boards/sounds/cs/geography/slovakia.ogg | Bin 14377 -> 24788 bytes boards/sounds/cs/geography/slovenia.ogg | Bin 15420 -> 23769 bytes boards/sounds/cs/geography/spain.ogg | Bin 15715 -> 30400 bytes boards/sounds/cs/geography/suriname.ogg | Bin 13058 -> 21053 bytes boards/sounds/cs/geography/sweden.ogg | Bin 15285 -> 27470 bytes boards/sounds/cs/geography/switz.ogg | Bin 16109 -> 26584 bytes boards/sounds/cs/geography/turkey.ogg | Bin 13761 -> 19752 bytes boards/sounds/cs/geography/ukraine.ogg | Bin 14327 -> 22482 bytes boards/sounds/cs/geography/united_kingdom.ogg | Bin 19497 -> 32087 bytes boards/sounds/cs/geography/uruguay.ogg | Bin 12941 -> 18895 bytes boards/sounds/cs/geography/usa.ogg | Bin 19216 -> 32067 bytes boards/sounds/cs/geography/venezuela.ogg | Bin 12528 -> 19522 bytes boards/sounds/cs/misc/awesome.ogg | Bin 10477 -> 16390 bytes boards/sounds/cs/misc/back.ogg | Bin 9127 -> 14033 bytes boards/sounds/cs/misc/by.ogg | Bin 8911 -> 12570 bytes boards/sounds/cs/misc/check_answer.ogg | Bin 10449 -> 15776 bytes boards/sounds/cs/misc/click_on_letter.ogg | Bin 16643 -> 26375 bytes boards/sounds/cs/misc/congratulation.ogg | Bin 11607 -> 18278 bytes boards/sounds/cs/misc/equal.ogg | Bin 12778 -> 22025 bytes boards/sounds/cs/misc/fantastic.ogg | Bin 12610 -> 21413 bytes boards/sounds/cs/misc/good.ogg | Bin 9602 -> 14247 bytes boards/sounds/cs/misc/great.ogg | Bin 10353 -> 15134 bytes boards/sounds/cs/misc/help.ogg | Bin 11380 -> 21498 bytes boards/sounds/cs/misc/level.ogg | Bin 12435 -> 18922 bytes boards/sounds/cs/misc/minus.ogg | Bin 10747 -> 16403 bytes boards/sounds/cs/misc/ok.ogg | Bin 10448 -> 16039 bytes boards/sounds/cs/misc/perfect.ogg | Bin 10394 -> 15819 bytes boards/sounds/cs/misc/plus.ogg | Bin 9622 -> 14984 bytes boards/sounds/cs/misc/quit.ogg | Bin 9304 -> 15249 bytes boards/sounds/cs/misc/super.ogg | Bin 9278 -> 16799 bytes boards/sounds/cs/misc/waytogo.ogg | Bin 9944 -> 17172 bytes boards/sounds/cs/misc/welcome.ogg | Bin 13361 -> 22128 bytes boards/sounds/da/alphabet/10.ogg | Bin 6113 -> 8462 bytes boards/sounds/da/alphabet/11.ogg | Bin 7384 -> 9429 bytes boards/sounds/da/alphabet/12.ogg | Bin 5895 -> 7137 bytes boards/sounds/da/alphabet/13.ogg | Bin 7415 -> 11005 bytes boards/sounds/da/alphabet/14.ogg | Bin 6931 -> 9552 bytes boards/sounds/da/alphabet/15.ogg | Bin 8062 -> 10424 bytes boards/sounds/da/alphabet/16.ogg | Bin 9177 -> 14284 bytes boards/sounds/da/alphabet/17.ogg | Bin 7193 -> 9195 bytes boards/sounds/da/alphabet/18.ogg | Bin 7045 -> 8836 bytes boards/sounds/da/alphabet/19.ogg | Bin 6778 -> 8570 bytes boards/sounds/da/alphabet/20.ogg | Bin 7502 -> 9591 bytes boards/sounds/da/alphabet/U0031.ogg | Bin 6485 -> 8783 bytes boards/sounds/da/alphabet/U0032.ogg | Bin 6314 -> 8263 bytes boards/sounds/da/alphabet/U0033.ogg | Bin 6448 -> 9210 bytes boards/sounds/da/alphabet/U0034.ogg | Bin 7389 -> 9755 bytes boards/sounds/da/alphabet/U0035.ogg | Bin 5437 -> 6944 bytes boards/sounds/da/alphabet/U0036.ogg | Bin 8629 -> 13461 bytes boards/sounds/da/alphabet/U0037.ogg | Bin 6795 -> 8943 bytes boards/sounds/da/alphabet/U0038.ogg | Bin 7583 -> 10011 bytes boards/sounds/da/alphabet/U0039.ogg | Bin 5851 -> 7125 bytes boards/sounds/da/alphabet/U0061.ogg | Bin 5559 -> 7041 bytes boards/sounds/da/alphabet/U0062.ogg | Bin 5559 -> 6822 bytes boards/sounds/da/alphabet/U0063.ogg | Bin 6521 -> 8798 bytes boards/sounds/da/alphabet/U0064.ogg | Bin 6007 -> 7874 bytes boards/sounds/da/alphabet/U0065.ogg | Bin 5666 -> 7191 bytes boards/sounds/da/alphabet/U0066.ogg | Bin 5898 -> 7317 bytes boards/sounds/da/alphabet/U0067.ogg | Bin 6058 -> 7793 bytes boards/sounds/da/alphabet/U0068.ogg | Bin 5441 -> 6813 bytes boards/sounds/da/alphabet/U0069.ogg | Bin 5626 -> 7173 bytes boards/sounds/da/alphabet/U006A.ogg | Bin 7228 -> 9359 bytes boards/sounds/da/alphabet/U006B.ogg | Bin 6014 -> 7465 bytes boards/sounds/da/alphabet/U006C.ogg | Bin 6522 -> 8228 bytes boards/sounds/da/alphabet/U006D.ogg | Bin 6126 -> 7910 bytes boards/sounds/da/alphabet/U006E.ogg | Bin 6305 -> 8820 bytes boards/sounds/da/alphabet/U006F.ogg | Bin 5507 -> 7022 bytes boards/sounds/da/alphabet/U0070.ogg | Bin 5864 -> 7101 bytes boards/sounds/da/alphabet/U0071.ogg | Bin 6072 -> 7278 bytes boards/sounds/da/alphabet/U0072.ogg | Bin 5881 -> 7804 bytes boards/sounds/da/alphabet/U0073.ogg | Bin 7679 -> 11121 bytes boards/sounds/da/alphabet/U0074.ogg | Bin 5968 -> 7336 bytes boards/sounds/da/alphabet/U0075.ogg | Bin 5705 -> 6931 bytes boards/sounds/da/alphabet/U0076.ogg | Bin 6063 -> 7565 bytes boards/sounds/da/alphabet/U0077.ogg | Bin 8765 -> 11135 bytes boards/sounds/da/alphabet/U0078.ogg | Bin 8056 -> 11438 bytes boards/sounds/da/alphabet/U0079.ogg | Bin 5807 -> 7297 bytes boards/sounds/da/alphabet/U007A.ogg | Bin 8094 -> 11852 bytes boards/sounds/da/alphabet/U00E5.ogg | Bin 5491 -> 7232 bytes boards/sounds/da/alphabet/U00E6.ogg | Bin 5709 -> 6924 bytes boards/sounds/da/alphabet/U00F8.ogg | Bin 5656 -> 6817 bytes boards/sounds/da/colors/black.ogg | Bin 6859 -> 9347 bytes boards/sounds/da/colors/blue.ogg | Bin 5723 -> 7396 bytes boards/sounds/da/colors/brown.ogg | Bin 6457 -> 8564 bytes boards/sounds/da/colors/green.ogg | Bin 5667 -> 7272 bytes boards/sounds/da/colors/grey.ogg | Bin 5923 -> 7037 bytes boards/sounds/da/colors/orange.ogg | Bin 8455 -> 11406 bytes boards/sounds/da/colors/pink.ogg | Bin 6730 -> 9031 bytes boards/sounds/da/colors/purple.ogg | Bin 7818 -> 9864 bytes boards/sounds/da/colors/red.ogg | Bin 5549 -> 6545 bytes boards/sounds/da/colors/white.ogg | Bin 5549 -> 6846 bytes boards/sounds/da/colors/yellow.ogg | Bin 6223 -> 7695 bytes boards/sounds/da/geography/alaska.ogg | Bin 8876 -> 12419 bytes boards/sounds/da/geography/albania.ogg | Bin 9374 -> 12952 bytes boards/sounds/da/geography/argentina.ogg | Bin 10578 -> 14629 bytes boards/sounds/da/geography/austria.ogg | Bin 8070 -> 10485 bytes boards/sounds/da/geography/bahamas.ogg | Bin 9020 -> 11812 bytes boards/sounds/da/geography/belarus.ogg | Bin 10440 -> 13644 bytes boards/sounds/da/geography/belgium.ogg | Bin 8936 -> 12843 bytes boards/sounds/da/geography/bolivia.ogg | Bin 9796 -> 12218 bytes boards/sounds/da/geography/bosnia_herzegovina.ogg | Bin 16117 -> 23465 bytes boards/sounds/da/geography/brazil.ogg | Bin 8953 -> 13515 bytes boards/sounds/da/geography/bulgaria.ogg | Bin 9444 -> 13422 bytes boards/sounds/da/geography/canada.ogg | Bin 8534 -> 11239 bytes boards/sounds/da/geography/chile.ogg | Bin 7787 -> 10328 bytes boards/sounds/da/geography/colombia.ogg | Bin 9751 -> 13274 bytes boards/sounds/da/geography/costa_rica.ogg | Bin 10504 -> 14752 bytes boards/sounds/da/geography/croatia.ogg | Bin 8963 -> 12901 bytes boards/sounds/da/geography/cuba.ogg | Bin 7919 -> 10982 bytes boards/sounds/da/geography/cyprus.ogg | Bin 7728 -> 9828 bytes boards/sounds/da/geography/czech.ogg | Bin 8898 -> 12122 bytes boards/sounds/da/geography/denmark.ogg | Bin 7706 -> 10606 bytes boards/sounds/da/geography/dominican_republic.ogg | Bin 16052 -> 23696 bytes boards/sounds/da/geography/ecuador.ogg | Bin 8953 -> 12437 bytes boards/sounds/da/geography/estonia.ogg | Bin 8306 -> 11640 bytes boards/sounds/da/geography/finland.ogg | Bin 7043 -> 9715 bytes boards/sounds/da/geography/france.ogg | Bin 8861 -> 11620 bytes boards/sounds/da/geography/french_guiana.ogg | Bin 12259 -> 18103 bytes boards/sounds/da/geography/germany.ogg | Bin 8708 -> 11749 bytes boards/sounds/da/geography/greece.ogg | Bin 8696 -> 11852 bytes boards/sounds/da/geography/greenland.ogg | Bin 7478 -> 10442 bytes boards/sounds/da/geography/guatemala.ogg | Bin 10112 -> 13148 bytes boards/sounds/da/geography/guyana.ogg | Bin 7623 -> 9778 bytes boards/sounds/da/geography/haiti.ogg | Bin 8918 -> 11776 bytes boards/sounds/da/geography/honduras.ogg | Bin 9457 -> 12827 bytes boards/sounds/da/geography/hungary.ogg | Bin 7781 -> 10679 bytes boards/sounds/da/geography/iceland.ogg | Bin 7840 -> 10992 bytes boards/sounds/da/geography/ireland.ogg | Bin 7646 -> 9426 bytes boards/sounds/da/geography/italy.ogg | Bin 9515 -> 14302 bytes boards/sounds/da/geography/jamaica.ogg | Bin 9767 -> 13724 bytes boards/sounds/da/geography/latvia.ogg | Bin 7471 -> 9909 bytes boards/sounds/da/geography/lithuania.ogg | Bin 7766 -> 10325 bytes boards/sounds/da/geography/luxembourg.ogg | Bin 9005 -> 12461 bytes boards/sounds/da/geography/macedonia.ogg | Bin 10218 -> 14367 bytes boards/sounds/da/geography/mexico.ogg | Bin 8898 -> 12295 bytes boards/sounds/da/geography/moldova.ogg | Bin 9671 -> 13305 bytes boards/sounds/da/geography/netherland.ogg | Bin 6987 -> 8758 bytes boards/sounds/da/geography/nicaragua.ogg | Bin 11214 -> 16484 bytes boards/sounds/da/geography/norway.ogg | Bin 7564 -> 9796 bytes boards/sounds/da/geography/panama.ogg | Bin 7637 -> 10059 bytes boards/sounds/da/geography/paraguay.ogg | Bin 8635 -> 10760 bytes boards/sounds/da/geography/peru.ogg | Bin 6952 -> 9273 bytes boards/sounds/da/geography/poland.ogg | Bin 7595 -> 9618 bytes boards/sounds/da/geography/portugal.ogg | Bin 8729 -> 12111 bytes boards/sounds/da/geography/romania.ogg | Bin 8825 -> 11929 bytes boards/sounds/da/geography/russia.ogg | Bin 7430 -> 9150 bytes boards/sounds/da/geography/salvador.ogg | Bin 10679 -> 15003 bytes boards/sounds/da/geography/serbia_montenegro.ogg | Bin 15487 -> 22114 bytes boards/sounds/da/geography/slovakia.ogg | Bin 10210 -> 14147 bytes boards/sounds/da/geography/slovenia.ogg | Bin 10316 -> 13762 bytes boards/sounds/da/geography/spain.ogg | Bin 8683 -> 12561 bytes boards/sounds/da/geography/suriname.ogg | Bin 9912 -> 13298 bytes boards/sounds/da/geography/sweden.ogg | Bin 8500 -> 11637 bytes boards/sounds/da/geography/switz.ogg | Bin 9213 -> 14124 bytes boards/sounds/da/geography/turkey.ogg | Bin 8880 -> 13448 bytes boards/sounds/da/geography/ukraine.ogg | Bin 9423 -> 12783 bytes boards/sounds/da/geography/united_kingdom.ogg | Bin 10839 -> 16437 bytes boards/sounds/da/geography/uruguay.ogg | Bin 8349 -> 10362 bytes boards/sounds/da/geography/usa.ogg | Bin 7679 -> 10299 bytes boards/sounds/da/geography/venezuela.ogg | Bin 10302 -> 14573 bytes boards/sounds/da/misc/awesome.ogg | Bin 12011 -> 19089 bytes boards/sounds/da/misc/back.ogg | Bin 8987 -> 11796 bytes boards/sounds/da/misc/by.ogg | Bin 7284 -> 9246 bytes boards/sounds/da/misc/click_on_letter.ogg | Bin 14064 -> 20334 bytes boards/sounds/da/misc/congratulation.ogg | Bin 10481 -> 13916 bytes boards/sounds/da/misc/equal.ogg | Bin 8942 -> 12659 bytes boards/sounds/da/misc/fantastic.ogg | Bin 11657 -> 18775 bytes boards/sounds/da/misc/good.ogg | Bin 6890 -> 9271 bytes boards/sounds/da/misc/great.ogg | Bin 6264 -> 8944 bytes boards/sounds/da/misc/help.ogg | Bin 7139 -> 8390 bytes boards/sounds/da/misc/level.ogg | Bin 7107 -> 9307 bytes boards/sounds/da/misc/minus.ogg | Bin 7897 -> 11257 bytes boards/sounds/da/misc/ok.ogg | Bin 12306 -> 19296 bytes boards/sounds/da/misc/outof.ogg | Bin 8151 -> 11167 bytes boards/sounds/da/misc/perfect.ogg | Bin 11065 -> 16189 bytes boards/sounds/da/misc/plus.ogg | Bin 7227 -> 10093 bytes boards/sounds/da/misc/quit.ogg | Bin 7076 -> 9520 bytes boards/sounds/da/misc/super.ogg | Bin 9434 -> 12721 bytes boards/sounds/da/misc/waytogo.ogg | Bin 9497 -> 14171 bytes boards/sounds/da/misc/welcome.ogg | Bin 8982 -> 12464 bytes boards/sounds/de/alphabet/10.ogg | Bin 11519 -> 9408 bytes boards/sounds/de/alphabet/U0030.ogg | Bin 14455 -> 12185 bytes boards/sounds/de/alphabet/U0031.ogg | Bin 18464 -> 14532 bytes boards/sounds/de/alphabet/U0032.ogg | Bin 16754 -> 13127 bytes boards/sounds/de/alphabet/U0033.ogg | Bin 17156 -> 13128 bytes boards/sounds/de/alphabet/U0034.ogg | Bin 15346 -> 12290 bytes boards/sounds/de/alphabet/U0035.ogg | Bin 16306 -> 13190 bytes boards/sounds/de/alphabet/U0036.ogg | Bin 17546 -> 14045 bytes boards/sounds/de/alphabet/U0037.ogg | Bin 15187 -> 12178 bytes boards/sounds/de/alphabet/U0038.ogg | Bin 12258 -> 10569 bytes boards/sounds/de/alphabet/U0039.ogg | Bin 10997 -> 8849 bytes boards/sounds/de/alphabet/U0061.ogg | Bin 17067 -> 12386 bytes boards/sounds/de/alphabet/U0062.ogg | Bin 14350 -> 9894 bytes boards/sounds/de/alphabet/U0063.ogg | Bin 15695 -> 11120 bytes boards/sounds/de/alphabet/U0064.ogg | Bin 14659 -> 10682 bytes boards/sounds/de/alphabet/U0065.ogg | Bin 15382 -> 10436 bytes boards/sounds/de/alphabet/U0066.ogg | Bin 17108 -> 11795 bytes boards/sounds/de/alphabet/U0067.ogg | Bin 14680 -> 10921 bytes boards/sounds/de/alphabet/U0068.ogg | Bin 14978 -> 10607 bytes boards/sounds/de/alphabet/U0069.ogg | Bin 19629 -> 12793 bytes boards/sounds/de/alphabet/U006A.ogg | Bin 17073 -> 11363 bytes boards/sounds/de/alphabet/U006B.ogg | Bin 15401 -> 10908 bytes boards/sounds/de/alphabet/U006C.ogg | Bin 15791 -> 10670 bytes boards/sounds/de/alphabet/U006D.ogg | Bin 16062 -> 11348 bytes boards/sounds/de/alphabet/U006E.ogg | Bin 21839 -> 14833 bytes boards/sounds/de/alphabet/U006F.ogg | Bin 17185 -> 11922 bytes boards/sounds/de/alphabet/U0070.ogg | Bin 14794 -> 10568 bytes boards/sounds/de/alphabet/U0071.ogg | Bin 17842 -> 12056 bytes boards/sounds/de/alphabet/U0072.ogg | Bin 15083 -> 11348 bytes boards/sounds/de/alphabet/U0073.ogg | Bin 18674 -> 13594 bytes boards/sounds/de/alphabet/U0074.ogg | Bin 17723 -> 12441 bytes boards/sounds/de/alphabet/U0075.ogg | Bin 14901 -> 10431 bytes boards/sounds/de/alphabet/U0076.ogg | Bin 15943 -> 11141 bytes boards/sounds/de/alphabet/U0077.ogg | Bin 19292 -> 13256 bytes boards/sounds/de/alphabet/U0078.ogg | Bin 15823 -> 11737 bytes boards/sounds/de/alphabet/U0079.ogg | Bin 17691 -> 12625 bytes boards/sounds/de/alphabet/U007A.ogg | Bin 17239 -> 12748 bytes boards/sounds/de/colors/black.ogg | Bin 19102 -> 14584 bytes boards/sounds/de/colors/blue.ogg | Bin 14180 -> 12421 bytes boards/sounds/de/colors/brown.ogg | Bin 11467 -> 9597 bytes boards/sounds/de/colors/green.ogg | Bin 14557 -> 11650 bytes boards/sounds/de/colors/grey.ogg | Bin 13669 -> 10457 bytes boards/sounds/de/colors/orange.ogg | Bin 14538 -> 11788 bytes boards/sounds/de/colors/purple.ogg | Bin 11970 -> 9951 bytes boards/sounds/de/colors/red.ogg | Bin 15664 -> 12156 bytes boards/sounds/de/colors/white.ogg | Bin 14610 -> 12803 bytes boards/sounds/de/colors/yellow.ogg | Bin 12260 -> 10432 bytes boards/sounds/de/misc/back.ogg | Bin 14582 -> 12256 bytes boards/sounds/de/misc/by.ogg | Bin 11992 -> 9715 bytes boards/sounds/de/misc/click_on_letter.ogg | Bin 29617 -> 18935 bytes boards/sounds/de/misc/congratulation.ogg | Bin 27682 -> 20174 bytes boards/sounds/de/misc/equal.ogg | Bin 22397 -> 17020 bytes boards/sounds/de/misc/good.ogg | Bin 13661 -> 11257 bytes boards/sounds/de/misc/great.ogg | Bin 14031 -> 10959 bytes boards/sounds/de/misc/help.ogg | Bin 12212 -> 10149 bytes boards/sounds/de/misc/level.ogg | Bin 18611 -> 14394 bytes boards/sounds/de/misc/minus.ogg | Bin 15434 -> 12384 bytes boards/sounds/de/misc/ok.ogg | Bin 12649 -> 10095 bytes boards/sounds/de/misc/outof.ogg | Bin 22272 -> 17379 bytes boards/sounds/de/misc/plus.ogg | Bin 8737 -> 7827 bytes boards/sounds/de/misc/quit.ogg | Bin 17733 -> 13421 bytes boards/sounds/de/misc/super.ogg | Bin 13378 -> 10979 bytes boards/sounds/de/misc/welcome.ogg | Bin 33200 -> 25319 bytes boards/sounds/en/alphabet/10.ogg | Bin 12531 -> 18518 bytes boards/sounds/en/alphabet/11.ogg | Bin 16965 -> 24653 bytes boards/sounds/en/alphabet/12.ogg | Bin 13291 -> 18989 bytes boards/sounds/en/alphabet/13.ogg | Bin 18874 -> 28536 bytes boards/sounds/en/alphabet/14.ogg | Bin 16027 -> 23904 bytes boards/sounds/en/alphabet/15.ogg | Bin 16347 -> 24321 bytes boards/sounds/en/alphabet/16.ogg | Bin 15685 -> 23991 bytes boards/sounds/en/alphabet/17.ogg | Bin 16176 -> 24244 bytes boards/sounds/en/alphabet/18.ogg | Bin 17122 -> 26342 bytes boards/sounds/en/alphabet/19.ogg | Bin 15026 -> 22525 bytes boards/sounds/en/alphabet/20.ogg | Bin 16049 -> 22875 bytes boards/sounds/en/alphabet/U0030.ogg | Bin 22533 -> 14069 bytes boards/sounds/en/alphabet/U0031.ogg | Bin 14234 -> 19996 bytes boards/sounds/en/alphabet/U0032.ogg | Bin 12708 -> 17769 bytes boards/sounds/en/alphabet/U0033.ogg | Bin 13954 -> 20086 bytes boards/sounds/en/alphabet/U0034.ogg | Bin 12357 -> 16843 bytes boards/sounds/en/alphabet/U0035.ogg | Bin 14278 -> 20902 bytes boards/sounds/en/alphabet/U0036.ogg | Bin 14398 -> 20953 bytes boards/sounds/en/alphabet/U0037.ogg | Bin 14592 -> 20460 bytes boards/sounds/en/alphabet/U0038.ogg | Bin 13884 -> 20131 bytes boards/sounds/en/alphabet/U0039.ogg | Bin 13775 -> 18967 bytes boards/sounds/en/alphabet/U0061.ogg | Bin 13694 -> 20023 bytes boards/sounds/en/alphabet/U0062.ogg | Bin 14621 -> 21858 bytes boards/sounds/en/alphabet/U0063.ogg | Bin 15691 -> 22605 bytes boards/sounds/en/alphabet/U0064.ogg | Bin 13885 -> 20013 bytes boards/sounds/en/alphabet/U0065.ogg | Bin 17481 -> 25836 bytes boards/sounds/en/alphabet/U0066.ogg | Bin 13003 -> 18673 bytes boards/sounds/en/alphabet/U0067.ogg | Bin 16587 -> 24683 bytes boards/sounds/en/alphabet/U0068.ogg | Bin 16828 -> 26715 bytes boards/sounds/en/alphabet/U0069.ogg | Bin 13912 -> 20838 bytes boards/sounds/en/alphabet/U006A.ogg | Bin 16674 -> 23387 bytes boards/sounds/en/alphabet/U006B.ogg | Bin 16010 -> 22245 bytes boards/sounds/en/alphabet/U006C.ogg | Bin 15318 -> 22756 bytes boards/sounds/en/alphabet/U006D.ogg | Bin 15772 -> 24140 bytes boards/sounds/en/alphabet/U006E.ogg | Bin 14916 -> 22172 bytes boards/sounds/en/alphabet/U006F.ogg | Bin 14099 -> 20211 bytes boards/sounds/en/alphabet/U0070.ogg | Bin 13284 -> 18771 bytes boards/sounds/en/alphabet/U0071.ogg | Bin 14677 -> 21214 bytes boards/sounds/en/alphabet/U0072.ogg | Bin 14490 -> 20812 bytes boards/sounds/en/alphabet/U0073.ogg | Bin 13030 -> 18637 bytes boards/sounds/en/alphabet/U0074.ogg | Bin 12529 -> 18460 bytes boards/sounds/en/alphabet/U0075.ogg | Bin 14406 -> 20914 bytes boards/sounds/en/alphabet/U0076.ogg | Bin 14048 -> 20248 bytes boards/sounds/en/alphabet/U0077.ogg | Bin 16430 -> 24088 bytes boards/sounds/en/alphabet/U0078.ogg | Bin 15633 -> 23667 bytes boards/sounds/en/alphabet/U0079.ogg | Bin 14434 -> 21078 bytes boards/sounds/en/alphabet/U007A.ogg | Bin 14839 -> 21581 bytes boards/sounds/en/colors/black.ogg | Bin 20691 -> 31574 bytes boards/sounds/en/colors/blue.ogg | Bin 16059 -> 22937 bytes boards/sounds/en/colors/brown.ogg | Bin 14241 -> 20552 bytes boards/sounds/en/colors/green.ogg | Bin 18328 -> 26956 bytes boards/sounds/en/colors/grey.ogg | Bin 15795 -> 22699 bytes boards/sounds/en/colors/orange.ogg | Bin 14633 -> 22153 bytes boards/sounds/en/colors/pink.ogg | Bin 17525 -> 25639 bytes boards/sounds/en/colors/purple.ogg | Bin 14556 -> 20951 bytes boards/sounds/en/colors/red.ogg | Bin 15006 -> 22007 bytes boards/sounds/en/colors/white.ogg | Bin 16114 -> 22976 bytes boards/sounds/en/colors/yellow.ogg | Bin 17253 -> 28127 bytes boards/sounds/en/geography/alaska.ogg | Bin 17468 -> 26189 bytes boards/sounds/en/geography/albania.ogg | Bin 16381 -> 24872 bytes boards/sounds/en/geography/argentina.ogg | Bin 19477 -> 31139 bytes boards/sounds/en/geography/austria.ogg | Bin 16774 -> 25458 bytes boards/sounds/en/geography/bahamas.ogg | Bin 17368 -> 25149 bytes boards/sounds/en/geography/belarus.ogg | Bin 20958 -> 30108 bytes boards/sounds/en/geography/belgium.ogg | Bin 18137 -> 24915 bytes boards/sounds/en/geography/bolivia.ogg | Bin 15092 -> 22827 bytes boards/sounds/en/geography/bosnia_herzegovina.ogg | Bin 25078 -> 39300 bytes boards/sounds/en/geography/brazil.ogg | Bin 17067 -> 25646 bytes boards/sounds/en/geography/bulgaria.ogg | Bin 16733 -> 24547 bytes boards/sounds/en/geography/canada.ogg | Bin 17065 -> 25525 bytes boards/sounds/en/geography/chile.ogg | Bin 13940 -> 20897 bytes boards/sounds/en/geography/colombia.ogg | Bin 17323 -> 25000 bytes boards/sounds/en/geography/costa_rica.ogg | Bin 19093 -> 27237 bytes boards/sounds/en/geography/croatia.ogg | Bin 16994 -> 25340 bytes boards/sounds/en/geography/cuba.ogg | Bin 16993 -> 28144 bytes boards/sounds/en/geography/cyprus.ogg | Bin 16232 -> 24289 bytes boards/sounds/en/geography/czech.ogg | Bin 20654 -> 30595 bytes boards/sounds/en/geography/denmark.ogg | Bin 18996 -> 27261 bytes boards/sounds/en/geography/dominican_republic.ogg | Bin 22188 -> 34692 bytes boards/sounds/en/geography/ecuador.ogg | Bin 17885 -> 27042 bytes boards/sounds/en/geography/estonia.ogg | Bin 17344 -> 26444 bytes boards/sounds/en/geography/france.ogg | Bin 20410 -> 13299 bytes boards/sounds/en/geography/french_guiana.ogg | Bin 18016 -> 28728 bytes boards/sounds/en/geography/germany.ogg | Bin 22491 -> 13809 bytes boards/sounds/en/geography/greece.ogg | Bin 13499 -> 20568 bytes boards/sounds/en/geography/greenland.ogg | Bin 16805 -> 24580 bytes boards/sounds/en/geography/guatemala.ogg | Bin 16157 -> 24772 bytes boards/sounds/en/geography/guyana.ogg | Bin 16512 -> 24215 bytes boards/sounds/en/geography/haiti.ogg | Bin 13152 -> 19395 bytes boards/sounds/en/geography/honduras.ogg | Bin 18585 -> 27742 bytes boards/sounds/en/geography/hungary.ogg | Bin 16010 -> 23517 bytes boards/sounds/en/geography/iceland.ogg | Bin 17760 -> 28040 bytes boards/sounds/en/geography/ireland.ogg | Bin 17061 -> 26493 bytes boards/sounds/en/geography/italy.ogg | Bin 15204 -> 23330 bytes boards/sounds/en/geography/jamaica.ogg | Bin 20010 -> 30478 bytes boards/sounds/en/geography/latvia.ogg | Bin 15905 -> 24455 bytes boards/sounds/en/geography/lithuania.ogg | Bin 17788 -> 26136 bytes boards/sounds/en/geography/luxembourg.ogg | Bin 18086 -> 26373 bytes boards/sounds/en/geography/macedonia.ogg | Bin 20646 -> 31087 bytes boards/sounds/en/geography/mexico.ogg | Bin 17020 -> 24945 bytes boards/sounds/en/geography/moldova.ogg | Bin 15897 -> 23474 bytes boards/sounds/en/geography/netherland.ogg | Bin 19252 -> 28411 bytes boards/sounds/en/geography/nicaragua.ogg | Bin 18819 -> 27797 bytes boards/sounds/en/geography/norway.ogg | Bin 18520 -> 26185 bytes boards/sounds/en/geography/panama.ogg | Bin 16666 -> 25226 bytes boards/sounds/en/geography/paraguay.ogg | Bin 17680 -> 24806 bytes boards/sounds/en/geography/peru.ogg | Bin 17982 -> 26840 bytes boards/sounds/en/geography/poland.ogg | Bin 16981 -> 25199 bytes boards/sounds/en/geography/portugal.ogg | Bin 20899 -> 31442 bytes boards/sounds/en/geography/romania.ogg | Bin 19298 -> 28423 bytes boards/sounds/en/geography/russia.ogg | Bin 16165 -> 23016 bytes boards/sounds/en/geography/salvador.ogg | Bin 19837 -> 30613 bytes boards/sounds/en/geography/serbia_montenegro.ogg | Bin 26568 -> 38932 bytes boards/sounds/en/geography/slovakia.ogg | Bin 20073 -> 30576 bytes boards/sounds/en/geography/slovenia.ogg | Bin 16988 -> 24305 bytes boards/sounds/en/geography/spain.ogg | Bin 15767 -> 23140 bytes boards/sounds/en/geography/suriname.ogg | Bin 19563 -> 28112 bytes boards/sounds/en/geography/sweden.ogg | Bin 17744 -> 27081 bytes boards/sounds/en/geography/switz.ogg | Bin 17551 -> 27535 bytes boards/sounds/en/geography/turkey.ogg | Bin 16231 -> 23588 bytes boards/sounds/en/geography/ukraine.ogg | Bin 16236 -> 23301 bytes boards/sounds/en/geography/united_kingdom.ogg | Bin 20930 -> 33554 bytes boards/sounds/en/geography/uruguay.ogg | Bin 17006 -> 24928 bytes boards/sounds/en/geography/usa.ogg | Bin 24452 -> 36980 bytes boards/sounds/en/geography/venezuela.ogg | Bin 20086 -> 31446 bytes boards/sounds/en/misc/awesome.ogg | Bin 15722 -> 10375 bytes boards/sounds/en/misc/back.ogg | Bin 13802 -> 19657 bytes boards/sounds/en/misc/by.ogg | Bin 16368 -> 23173 bytes boards/sounds/en/misc/check_answer.ogg | Bin 14799 -> 23993 bytes boards/sounds/en/misc/click_on_letter.ogg | Bin 18788 -> 30354 bytes boards/sounds/en/misc/congratulation.ogg | Bin 23144 -> 34711 bytes boards/sounds/en/misc/equal.ogg | Bin 12513 -> 19333 bytes boards/sounds/en/misc/fantastic.ogg | Bin 26229 -> 15991 bytes boards/sounds/en/misc/good.ogg | Bin 17305 -> 24215 bytes boards/sounds/en/misc/great.ogg | Bin 17090 -> 23636 bytes boards/sounds/en/misc/help.ogg | Bin 14506 -> 21263 bytes boards/sounds/en/misc/level.ogg | Bin 16116 -> 22561 bytes boards/sounds/en/misc/minus.ogg | Bin 16859 -> 24931 bytes boards/sounds/en/misc/ok.ogg | Bin 14799 -> 23993 bytes boards/sounds/en/misc/outof.ogg | Bin 18823 -> 28992 bytes boards/sounds/en/misc/perfect.ogg | Bin 20234 -> 12877 bytes boards/sounds/en/misc/plus.ogg | Bin 14275 -> 21486 bytes boards/sounds/en/misc/quit.ogg | Bin 13963 -> 20195 bytes boards/sounds/en/misc/super.ogg | Bin 13500 -> 19157 bytes boards/sounds/en/misc/waytogo.ogg | Bin 24074 -> 14953 bytes boards/sounds/en/misc/welcome.ogg | Bin 25599 -> 40867 bytes boards/sounds/es/alphabet/10.ogg | Bin 48668 -> 28538 bytes boards/sounds/es/alphabet/U0030.ogg | Bin 43586 -> 25299 bytes boards/sounds/es/alphabet/U0031.ogg | Bin 42863 -> 25333 bytes boards/sounds/es/alphabet/U0032.ogg | Bin 37473 -> 22411 bytes boards/sounds/es/alphabet/U0033.ogg | Bin 42962 -> 25148 bytes boards/sounds/es/alphabet/U0034.ogg | Bin 32255 -> 19288 bytes boards/sounds/es/alphabet/U0035.ogg | Bin 48883 -> 28345 bytes boards/sounds/es/alphabet/U0036.ogg | Bin 43531 -> 25008 bytes boards/sounds/es/alphabet/U0037.ogg | Bin 54240 -> 31547 bytes boards/sounds/es/alphabet/U0038.ogg | Bin 49062 -> 28481 bytes boards/sounds/es/alphabet/U0039.ogg | Bin 54021 -> 31339 bytes boards/sounds/es/alphabet/U0061.ogg | Bin 42926 -> 25586 bytes boards/sounds/es/alphabet/U0062.ogg | Bin 48471 -> 28415 bytes boards/sounds/es/alphabet/U0063.ogg | Bin 48635 -> 28663 bytes boards/sounds/es/alphabet/U0064.ogg | Bin 54047 -> 31676 bytes boards/sounds/es/alphabet/U0065.ogg | Bin 53952 -> 31466 bytes boards/sounds/es/alphabet/U0066.ogg | Bin 59710 -> 34290 bytes boards/sounds/es/alphabet/U0067.ogg | Bin 12750 -> 14849 bytes boards/sounds/es/alphabet/U0068.ogg | Bin 48849 -> 28952 bytes boards/sounds/es/alphabet/U0069.ogg | Bin 37312 -> 22404 bytes boards/sounds/es/alphabet/U006A.ogg | Bin 54586 -> 31576 bytes boards/sounds/es/alphabet/U006B.ogg | Bin 42743 -> 25407 bytes boards/sounds/es/alphabet/U006C.ogg | Bin 54720 -> 32100 bytes boards/sounds/es/alphabet/U006D.ogg | Bin 48850 -> 28393 bytes boards/sounds/es/alphabet/U006E.ogg | Bin 48857 -> 28299 bytes boards/sounds/es/alphabet/U006F.ogg | Bin 42927 -> 25404 bytes boards/sounds/es/alphabet/U0070.ogg | Bin 42916 -> 25377 bytes boards/sounds/es/alphabet/U0071.ogg | Bin 53978 -> 31713 bytes boards/sounds/es/alphabet/U0072.ogg | Bin 43344 -> 25110 bytes boards/sounds/es/alphabet/U0073.ogg | Bin 48315 -> 27999 bytes boards/sounds/es/alphabet/U0074.ogg | Bin 42810 -> 25442 bytes boards/sounds/es/alphabet/U0075.ogg | Bin 37003 -> 22292 bytes boards/sounds/es/alphabet/U0076.ogg | Bin 12680 -> 16723 bytes boards/sounds/es/alphabet/U0077.ogg | Bin 16927 -> 23900 bytes boards/sounds/es/alphabet/U0078.ogg | Bin 43576 -> 25791 bytes boards/sounds/es/alphabet/U0079.ogg | Bin 48930 -> 27816 bytes boards/sounds/es/alphabet/U007A.ogg | Bin 59603 -> 34102 bytes boards/sounds/es/colors/black.ogg | Bin 16949 -> 24728 bytes boards/sounds/es/colors/blue.ogg | Bin 16839 -> 20326 bytes boards/sounds/es/colors/brown.ogg | Bin 12874 -> 17941 bytes boards/sounds/es/colors/green.ogg | Bin 16940 -> 21722 bytes boards/sounds/es/colors/grey.ogg | Bin 12816 -> 16076 bytes boards/sounds/es/colors/orange.ogg | Bin 16910 -> 26614 bytes boards/sounds/es/colors/purple.ogg | Bin 16725 -> 23125 bytes boards/sounds/es/colors/red.ogg | Bin 16971 -> 21647 bytes boards/sounds/es/colors/white.ogg | Bin 17098 -> 22304 bytes boards/sounds/es/colors/yellow.ogg | Bin 21286 -> 31944 bytes boards/sounds/es/geography/alaska.ogg | Bin 16887 -> 23883 bytes boards/sounds/es/geography/albania.ogg | Bin 19386 -> 30933 bytes boards/sounds/es/geography/argentina.ogg | Bin 21132 -> 33002 bytes boards/sounds/es/geography/austria.ogg | Bin 16252 -> 25916 bytes boards/sounds/es/geography/bahamas.ogg | Bin 21052 -> 28561 bytes boards/sounds/es/geography/belarus.ogg | Bin 18476 -> 26350 bytes boards/sounds/es/geography/belgium.ogg | Bin 30505 -> 41601 bytes boards/sounds/es/geography/bolivia.ogg | Bin 17005 -> 23283 bytes boards/sounds/es/geography/bosnia_herzegovina.ogg | Bin 23671 -> 32514 bytes boards/sounds/es/geography/brazil.ogg | Bin 16891 -> 22777 bytes boards/sounds/es/geography/bulgaria.ogg | Bin 15797 -> 21646 bytes boards/sounds/es/geography/canada.ogg | Bin 16926 -> 25133 bytes boards/sounds/es/geography/chile.ogg | Bin 12849 -> 15125 bytes boards/sounds/es/geography/colombia.ogg | Bin 17118 -> 23501 bytes boards/sounds/es/geography/costa_rica.ogg | Bin 21344 -> 28145 bytes boards/sounds/es/geography/croatia.ogg | Bin 13823 -> 19460 bytes boards/sounds/es/geography/cuba.ogg | Bin 16923 -> 21780 bytes boards/sounds/es/geography/cyprus.ogg | Bin 12985 -> 20034 bytes boards/sounds/es/geography/czech.ogg | Bin 43235 -> 58360 bytes boards/sounds/es/geography/denmark.ogg | Bin 19916 -> 27323 bytes boards/sounds/es/geography/dominican_republic.ogg | Bin 29654 -> 39569 bytes boards/sounds/es/geography/ecuador.ogg | Bin 16942 -> 23106 bytes boards/sounds/es/geography/estonia.ogg | Bin 15866 -> 24433 bytes boards/sounds/es/geography/finland.ogg | Bin 19303 -> 27885 bytes boards/sounds/es/geography/france.ogg | Bin 14445 -> 21695 bytes boards/sounds/es/geography/french_guiana.ogg | Bin 25785 -> 39274 bytes boards/sounds/es/geography/germany.ogg | Bin 27860 -> 42813 bytes boards/sounds/es/geography/greece.ogg | Bin 14696 -> 19662 bytes boards/sounds/es/geography/greenland.ogg | Bin 21231 -> 31281 bytes boards/sounds/es/geography/guatemala.ogg | Bin 21183 -> 29363 bytes boards/sounds/es/geography/guyana.ogg | Bin 16984 -> 26170 bytes boards/sounds/es/geography/haiti.ogg | Bin 16925 -> 25274 bytes boards/sounds/es/geography/honduras.ogg | Bin 16865 -> 23194 bytes boards/sounds/es/geography/hungary.ogg | Bin 25546 -> 32466 bytes boards/sounds/es/geography/iceland.ogg | Bin 17038 -> 26822 bytes boards/sounds/es/geography/ireland.ogg | Bin 35670 -> 49659 bytes boards/sounds/es/geography/italy.ogg | Bin 34996 -> 47557 bytes boards/sounds/es/geography/jamaica.ogg | Bin 21056 -> 28035 bytes boards/sounds/es/geography/latvia.ogg | Bin 16021 -> 23130 bytes boards/sounds/es/geography/lithuania.ogg | Bin 16537 -> 22951 bytes boards/sounds/es/geography/luxembourg.ogg | Bin 19337 -> 27401 bytes boards/sounds/es/geography/macedonia.ogg | Bin 16948 -> 26636 bytes boards/sounds/es/geography/mexico.ogg | Bin 21113 -> 25053 bytes boards/sounds/es/geography/moldova.ogg | Bin 15749 -> 22081 bytes boards/sounds/es/geography/netherland.ogg | Bin 18951 -> 27307 bytes boards/sounds/es/geography/nicaragua.ogg | Bin 21298 -> 27535 bytes boards/sounds/es/geography/norway.ogg | Bin 15824 -> 22152 bytes boards/sounds/es/geography/panama.ogg | Bin 17084 -> 25712 bytes boards/sounds/es/geography/paraguay.ogg | Bin 21097 -> 28288 bytes boards/sounds/es/geography/peru.ogg | Bin 12740 -> 16079 bytes boards/sounds/es/geography/poland.ogg | Bin 14151 -> 20954 bytes boards/sounds/es/geography/portugal.ogg | Bin 15341 -> 25131 bytes boards/sounds/es/geography/romania.ogg | Bin 14244 -> 20499 bytes boards/sounds/es/geography/russia.ogg | Bin 12431 -> 17559 bytes boards/sounds/es/geography/salvador.ogg | Bin 21630 -> 31501 bytes boards/sounds/es/geography/serbia_montenegro.ogg | Bin 25418 -> 38935 bytes boards/sounds/es/geography/slovakia.ogg | Bin 16460 -> 23977 bytes boards/sounds/es/geography/slovenia.ogg | Bin 26799 -> 35194 bytes boards/sounds/es/geography/spain.ogg | Bin 15898 -> 24639 bytes boards/sounds/es/geography/suriname.ogg | Bin 16845 -> 23132 bytes boards/sounds/es/geography/sweden.ogg | Bin 12025 -> 16311 bytes boards/sounds/es/geography/switz.ogg | Bin 12707 -> 17559 bytes boards/sounds/es/geography/turkey.ogg | Bin 11937 -> 16641 bytes boards/sounds/es/geography/ukraine.ogg | Bin 14146 -> 19875 bytes boards/sounds/es/geography/united_kingdom.ogg | Bin 21101 -> 29906 bytes boards/sounds/es/geography/uruguay.ogg | Bin 17006 -> 26594 bytes boards/sounds/es/geography/usa.ogg | Bin 25737 -> 37516 bytes boards/sounds/es/geography/venezuela.ogg | Bin 21138 -> 30317 bytes boards/sounds/es/misc/back.ogg | Bin 12835 -> 17920 bytes boards/sounds/es/misc/by.ogg | Bin 12896 -> 15145 bytes boards/sounds/es/misc/click_on_letter.ogg | Bin 25505 -> 36209 bytes boards/sounds/es/misc/congratulation.ogg | Bin 29740 -> 40420 bytes boards/sounds/es/misc/equal.ogg | Bin 16972 -> 20083 bytes boards/sounds/es/misc/good.ogg | Bin 17128 -> 19234 bytes boards/sounds/es/misc/great.ogg | Bin 18800 -> 19508 bytes boards/sounds/es/misc/help.ogg | Bin 17207 -> 24249 bytes boards/sounds/es/misc/level.ogg | Bin 16776 -> 23429 bytes boards/sounds/es/misc/minus.ogg | Bin 16886 -> 26088 bytes boards/sounds/es/misc/ok.ogg | Bin 12703 -> 17937 bytes boards/sounds/es/misc/outof.ogg | Bin 29806 -> 42001 bytes boards/sounds/es/misc/plus.ogg | Bin 16801 -> 26804 bytes boards/sounds/es/misc/quit.ogg | Bin 21043 -> 28303 bytes boards/sounds/es/misc/super.ogg | Bin 16866 -> 23277 bytes boards/sounds/es/misc/welcome.ogg | Bin 29630 -> 42670 bytes boards/sounds/eu/alphabet/10.ogg | Bin 24194 -> 12093 bytes boards/sounds/eu/alphabet/11.ogg | Bin 29601 -> 13831 bytes boards/sounds/eu/alphabet/12.ogg | Bin 26925 -> 13235 bytes boards/sounds/eu/alphabet/13.ogg | Bin 26400 -> 12844 bytes boards/sounds/eu/alphabet/14.ogg | Bin 27070 -> 13310 bytes boards/sounds/eu/alphabet/15.ogg | Bin 28992 -> 14191 bytes boards/sounds/eu/alphabet/16.ogg | Bin 28088 -> 13972 bytes boards/sounds/eu/alphabet/17.ogg | Bin 33672 -> 15540 bytes boards/sounds/eu/alphabet/18.ogg | Bin 32978 -> 15221 bytes boards/sounds/eu/alphabet/19.ogg | Bin 30836 -> 14848 bytes boards/sounds/eu/alphabet/20.ogg | Bin 23053 -> 11626 bytes boards/sounds/eu/alphabet/U0030.ogg | Bin 19984 -> 11116 bytes boards/sounds/eu/alphabet/U0031.ogg | Bin 18735 -> 9527 bytes boards/sounds/eu/alphabet/U0032.ogg | Bin 19739 -> 10021 bytes boards/sounds/eu/alphabet/U0033.ogg | Bin 21859 -> 10789 bytes boards/sounds/eu/alphabet/U0034.ogg | Bin 20838 -> 10808 bytes boards/sounds/eu/alphabet/U0035.ogg | Bin 20736 -> 10554 bytes boards/sounds/eu/alphabet/U0036.ogg | Bin 23374 -> 11858 bytes boards/sounds/eu/alphabet/U0037.ogg | Bin 26154 -> 12829 bytes boards/sounds/eu/alphabet/U0038.ogg | Bin 27624 -> 13413 bytes boards/sounds/eu/alphabet/U0039.ogg | Bin 29572 -> 13506 bytes boards/sounds/eu/alphabet/U0061.ogg | Bin 19295 -> 9920 bytes boards/sounds/eu/alphabet/U0062.ogg | Bin 20688 -> 10662 bytes boards/sounds/eu/alphabet/U0063.ogg | Bin 23076 -> 11268 bytes boards/sounds/eu/alphabet/U0064.ogg | Bin 21587 -> 10848 bytes boards/sounds/eu/alphabet/U0065.ogg | Bin 19321 -> 9855 bytes boards/sounds/eu/alphabet/U0066.ogg | Bin 23899 -> 11744 bytes boards/sounds/eu/alphabet/U0067.ogg | Bin 20981 -> 10475 bytes boards/sounds/eu/alphabet/U0068.ogg | Bin 24220 -> 11742 bytes boards/sounds/eu/alphabet/U0069.ogg | Bin 17448 -> 9179 bytes boards/sounds/eu/alphabet/U006A.ogg | Bin 26368 -> 12699 bytes boards/sounds/eu/alphabet/U006B.ogg | Bin 17980 -> 8979 bytes boards/sounds/eu/alphabet/U006C.ogg | Bin 23908 -> 11822 bytes boards/sounds/eu/alphabet/U006D.ogg | Bin 21074 -> 11256 bytes boards/sounds/eu/alphabet/U006E.ogg | Bin 23844 -> 11307 bytes boards/sounds/eu/alphabet/U006F.ogg | Bin 18451 -> 9612 bytes boards/sounds/eu/alphabet/U0070.ogg | Bin 17547 -> 9047 bytes boards/sounds/eu/alphabet/U0071.ogg | Bin 16678 -> 8906 bytes boards/sounds/eu/alphabet/U0072.ogg | Bin 22049 -> 11184 bytes boards/sounds/eu/alphabet/U0073.ogg | Bin 21993 -> 10924 bytes boards/sounds/eu/alphabet/U0074.ogg | Bin 15708 -> 8449 bytes boards/sounds/eu/alphabet/U0075.ogg | Bin 17222 -> 9119 bytes boards/sounds/eu/alphabet/U0076.ogg | Bin 19152 -> 10116 bytes boards/sounds/eu/alphabet/U0077.ogg | Bin 32093 -> 15683 bytes boards/sounds/eu/alphabet/U0078.ogg | Bin 20356 -> 10461 bytes boards/sounds/eu/alphabet/U0079.ogg | Bin 23960 -> 11290 bytes boards/sounds/eu/alphabet/U007A.ogg | Bin 25114 -> 12163 bytes boards/sounds/eu/colors/black.ogg | Bin 23536 -> 11748 bytes boards/sounds/eu/colors/blue.ogg | Bin 23550 -> 11002 bytes boards/sounds/eu/colors/brown.ogg | Bin 24826 -> 12285 bytes boards/sounds/eu/colors/green.ogg | Bin 24062 -> 11582 bytes boards/sounds/eu/colors/grey.ogg | Bin 21033 -> 10522 bytes boards/sounds/eu/colors/orange.ogg | Bin 26755 -> 12832 bytes boards/sounds/eu/colors/pink.ogg | Bin 25538 -> 11984 bytes boards/sounds/eu/colors/purple.ogg | Bin 23834 -> 11819 bytes boards/sounds/eu/colors/red.ogg | Bin 24217 -> 11990 bytes boards/sounds/eu/colors/white.ogg | Bin 23508 -> 11757 bytes boards/sounds/eu/colors/yellow.ogg | Bin 22672 -> 11131 bytes boards/sounds/eu/geography/alaska.ogg | Bin 24551 -> 11797 bytes boards/sounds/eu/geography/albania.ogg | Bin 24839 -> 12245 bytes boards/sounds/eu/geography/argentina.ogg | Bin 25915 -> 12708 bytes boards/sounds/eu/geography/austria.ogg | Bin 23994 -> 11706 bytes boards/sounds/eu/geography/bahamas.ogg | Bin 21607 -> 10437 bytes boards/sounds/eu/geography/belarus.ogg | Bin 30626 -> 14960 bytes boards/sounds/eu/geography/belgium.ogg | Bin 23700 -> 11819 bytes boards/sounds/eu/geography/bolivia.ogg | Bin 21450 -> 10549 bytes boards/sounds/eu/geography/bosnia_herzegovina.ogg | Bin 37255 -> 17056 bytes boards/sounds/eu/geography/brazil.ogg | Bin 22838 -> 10695 bytes boards/sounds/eu/geography/bulgaria.ogg | Bin 26584 -> 13443 bytes boards/sounds/eu/geography/canada.ogg | Bin 22414 -> 11270 bytes boards/sounds/eu/geography/chile.ogg | Bin 18849 -> 9850 bytes boards/sounds/eu/geography/colombia.ogg | Bin 26405 -> 12824 bytes boards/sounds/eu/geography/costa_rica.ogg | Bin 25243 -> 12090 bytes boards/sounds/eu/geography/croatia.ogg | Bin 27867 -> 13758 bytes boards/sounds/eu/geography/cuba.ogg | Bin 17446 -> 9412 bytes boards/sounds/eu/geography/cyprus.ogg | Bin 21607 -> 10882 bytes boards/sounds/eu/geography/czech.ogg | Bin 23650 -> 11701 bytes boards/sounds/eu/geography/denmark.ogg | Bin 28123 -> 13243 bytes boards/sounds/eu/geography/dominican_republic.ogg | Bin 46437 -> 20219 bytes boards/sounds/eu/geography/ecuador.ogg | Bin 22624 -> 10999 bytes boards/sounds/eu/geography/estonia.ogg | Bin 24845 -> 12227 bytes boards/sounds/eu/geography/finland.ogg | Bin 27169 -> 13509 bytes boards/sounds/eu/geography/france.ogg | Bin 25709 -> 12671 bytes boards/sounds/eu/geography/french_guiana.ogg | Bin 36157 -> 17276 bytes boards/sounds/eu/geography/germany.ogg | Bin 29680 -> 14018 bytes boards/sounds/eu/geography/greece.ogg | Bin 23963 -> 11717 bytes boards/sounds/eu/geography/greenland.ogg | Bin 29870 -> 14657 bytes boards/sounds/eu/geography/guatemala.ogg | Bin 26835 -> 13368 bytes boards/sounds/eu/geography/guyana.ogg | Bin 25867 -> 12698 bytes boards/sounds/eu/geography/haiti.ogg | Bin 20735 -> 10502 bytes boards/sounds/eu/geography/honduras.ogg | Bin 24010 -> 12210 bytes boards/sounds/eu/geography/hungary.ogg | Bin 26592 -> 12489 bytes boards/sounds/eu/geography/iceland.ogg | Bin 26144 -> 12995 bytes boards/sounds/eu/geography/ireland.ogg | Bin 25379 -> 12357 bytes boards/sounds/eu/geography/italy.ogg | Bin 24639 -> 11854 bytes boards/sounds/eu/geography/jamaica.ogg | Bin 26019 -> 12806 bytes boards/sounds/eu/geography/latvia.ogg | Bin 25980 -> 12961 bytes boards/sounds/eu/geography/lithuania.ogg | Bin 26776 -> 12962 bytes boards/sounds/eu/geography/luxembourg.ogg | Bin 26492 -> 13538 bytes boards/sounds/eu/geography/macedonia.ogg | Bin 29814 -> 14323 bytes boards/sounds/eu/geography/mexico.ogg | Bin 24019 -> 11958 bytes boards/sounds/eu/geography/moldova.ogg | Bin 27036 -> 13474 bytes boards/sounds/eu/geography/netherland.ogg | Bin 25758 -> 12699 bytes boards/sounds/eu/geography/nicaragua.ogg | Bin 29434 -> 14556 bytes boards/sounds/eu/geography/norway.ogg | Bin 28006 -> 14287 bytes boards/sounds/eu/geography/panama.ogg | Bin 21677 -> 11176 bytes boards/sounds/eu/geography/paraguay.ogg | Bin 23228 -> 11600 bytes boards/sounds/eu/geography/peru.ogg | Bin 17926 -> 9184 bytes boards/sounds/eu/geography/poland.ogg | Bin 24705 -> 12223 bytes boards/sounds/eu/geography/portugal.ogg | Bin 25373 -> 12565 bytes boards/sounds/eu/geography/romania.ogg | Bin 29104 -> 13946 bytes boards/sounds/eu/geography/russia.ogg | Bin 23172 -> 11837 bytes boards/sounds/eu/geography/salvador.ogg | Bin 28228 -> 13530 bytes boards/sounds/eu/geography/serbia_montenegro.ogg | Bin 41590 -> 19548 bytes boards/sounds/eu/geography/slovakia.ogg | Bin 29777 -> 14261 bytes boards/sounds/eu/geography/slovenia.ogg | Bin 27137 -> 13350 bytes boards/sounds/eu/geography/spain.ogg | Bin 23386 -> 11715 bytes boards/sounds/eu/geography/suriname.ogg | Bin 22579 -> 11428 bytes boards/sounds/eu/geography/sweden.ogg | Bin 23395 -> 11972 bytes boards/sounds/eu/geography/switz.ogg | Bin 24250 -> 12045 bytes boards/sounds/eu/geography/turkey.ogg | Bin 23647 -> 11845 bytes boards/sounds/eu/geography/ukraine.ogg | Bin 25438 -> 12263 bytes boards/sounds/eu/geography/united_kingdom.ogg | Bin 29749 -> 14779 bytes boards/sounds/eu/geography/uruguay.ogg | Bin 23179 -> 11636 bytes boards/sounds/eu/geography/usa.ogg | Bin 30041 -> 14378 bytes boards/sounds/eu/geography/venezuela.ogg | Bin 29144 -> 14222 bytes boards/sounds/eu/misc/awesome.ogg | Bin 32643 -> 15365 bytes boards/sounds/eu/misc/back.ogg | Bin 21504 -> 10766 bytes boards/sounds/eu/misc/by.ogg | Bin 18794 -> 10369 bytes boards/sounds/eu/misc/click_on_letter.ogg | Bin 46693 -> 20826 bytes boards/sounds/eu/misc/congratulation.ogg | Bin 40461 -> 19528 bytes boards/sounds/eu/misc/equal.ogg | Bin 20137 -> 10232 bytes boards/sounds/eu/misc/fantastic.ogg | Bin 29435 -> 14220 bytes boards/sounds/eu/misc/good.ogg | Bin 26225 -> 12405 bytes boards/sounds/eu/misc/great.ogg | Bin 26972 -> 13226 bytes boards/sounds/eu/misc/help.ogg | Bin 27901 -> 13979 bytes boards/sounds/eu/misc/level.ogg | Bin 22759 -> 11715 bytes boards/sounds/eu/misc/minus.ogg | Bin 17993 -> 9263 bytes boards/sounds/eu/misc/ok.ogg | Bin 44160 -> 20038 bytes boards/sounds/eu/misc/outof.ogg | Bin 23618 -> 12033 bytes boards/sounds/eu/misc/perfect.ogg | Bin 26864 -> 13187 bytes boards/sounds/eu/misc/plus.ogg | Bin 21237 -> 11086 bytes boards/sounds/eu/misc/quit.ogg | Bin 23300 -> 11602 bytes boards/sounds/eu/misc/super.ogg | Bin 31521 -> 14702 bytes boards/sounds/eu/misc/waytogo.ogg | Bin 45825 -> 20105 bytes boards/sounds/eu/misc/welcome.ogg | Bin 63149 -> 27917 bytes boards/sounds/fi/alphabet/10.ogg | Bin 24467 -> 20360 bytes boards/sounds/fi/alphabet/11.ogg | Bin 27326 -> 23082 bytes boards/sounds/fi/alphabet/12.ogg | Bin 23115 -> 19943 bytes boards/sounds/fi/alphabet/13.ogg | Bin 24306 -> 21164 bytes boards/sounds/fi/alphabet/14.ogg | Bin 26791 -> 22795 bytes boards/sounds/fi/alphabet/15.ogg | Bin 25489 -> 21607 bytes boards/sounds/fi/alphabet/16.ogg | Bin 23783 -> 20617 bytes boards/sounds/fi/alphabet/17.ogg | Bin 26985 -> 23582 bytes boards/sounds/fi/alphabet/18.ogg | Bin 27165 -> 23538 bytes boards/sounds/fi/alphabet/19.ogg | Bin 27218 -> 22960 bytes boards/sounds/fi/alphabet/20.ogg | Bin 22214 -> 19209 bytes boards/sounds/fi/alphabet/U0030.ogg | Bin 21949 -> 18981 bytes boards/sounds/fi/alphabet/U0031.ogg | Bin 19608 -> 16448 bytes boards/sounds/fi/alphabet/U0032.ogg | Bin 23475 -> 19604 bytes boards/sounds/fi/alphabet/U0033.ogg | Bin 22077 -> 18870 bytes boards/sounds/fi/alphabet/U0034.ogg | Bin 20392 -> 17846 bytes boards/sounds/fi/alphabet/U0035.ogg | Bin 21478 -> 18526 bytes boards/sounds/fi/alphabet/U0036.ogg | Bin 21550 -> 18439 bytes boards/sounds/fi/alphabet/U0037.ogg | Bin 21742 -> 18467 bytes boards/sounds/fi/alphabet/U0038.ogg | Bin 24450 -> 20724 bytes boards/sounds/fi/alphabet/U0039.ogg | Bin 22470 -> 19473 bytes boards/sounds/fi/alphabet/U0061.ogg | Bin 20952 -> 17357 bytes boards/sounds/fi/alphabet/U0062.ogg | Bin 20601 -> 17175 bytes boards/sounds/fi/alphabet/U0063.ogg | Bin 19450 -> 15975 bytes boards/sounds/fi/alphabet/U0064.ogg | Bin 23401 -> 19560 bytes boards/sounds/fi/alphabet/U0065.ogg | Bin 23136 -> 19433 bytes boards/sounds/fi/alphabet/U0066.ogg | Bin 21245 -> 17850 bytes boards/sounds/fi/alphabet/U0067.ogg | Bin 19069 -> 15904 bytes boards/sounds/fi/alphabet/U0068.ogg | Bin 18794 -> 15891 bytes boards/sounds/fi/alphabet/U0069.ogg | Bin 18113 -> 15747 bytes boards/sounds/fi/alphabet/U006A.ogg | Bin 17411 -> 14889 bytes boards/sounds/fi/alphabet/U006B.ogg | Bin 16296 -> 13917 bytes boards/sounds/fi/alphabet/U006C.ogg | Bin 17599 -> 14725 bytes boards/sounds/fi/alphabet/U006D.ogg | Bin 19634 -> 16675 bytes boards/sounds/fi/alphabet/U006E.ogg | Bin 23631 -> 19764 bytes boards/sounds/fi/alphabet/U006F.ogg | Bin 17016 -> 14646 bytes boards/sounds/fi/alphabet/U0070.ogg | Bin 19058 -> 16233 bytes boards/sounds/fi/alphabet/U0071.ogg | Bin 15848 -> 13155 bytes boards/sounds/fi/alphabet/U0072.ogg | Bin 16318 -> 13895 bytes boards/sounds/fi/alphabet/U0073.ogg | Bin 19304 -> 16560 bytes boards/sounds/fi/alphabet/U0074.ogg | Bin 21110 -> 17696 bytes boards/sounds/fi/alphabet/U0075.ogg | Bin 18740 -> 15767 bytes boards/sounds/fi/alphabet/U0076.ogg | Bin 19062 -> 16211 bytes boards/sounds/fi/alphabet/U0077.ogg | Bin 22054 -> 18925 bytes boards/sounds/fi/alphabet/U0078.ogg | Bin 19305 -> 15816 bytes boards/sounds/fi/alphabet/U0079.ogg | Bin 20118 -> 16993 bytes boards/sounds/fi/alphabet/U007A.ogg | Bin 18701 -> 15438 bytes boards/sounds/fi/alphabet/U00E4.ogg | Bin 17624 -> 14957 bytes boards/sounds/fi/alphabet/U00E5.ogg | Bin 24639 -> 21714 bytes boards/sounds/fi/alphabet/U00F6.ogg | Bin 19414 -> 16518 bytes boards/sounds/fi/colors/black.ogg | Bin 18385 -> 15781 bytes boards/sounds/fi/colors/blue.ogg | Bin 23520 -> 19622 bytes boards/sounds/fi/colors/brown.ogg | Bin 22716 -> 19405 bytes boards/sounds/fi/colors/green.ogg | Bin 25481 -> 21934 bytes boards/sounds/fi/colors/grey.ogg | Bin 22168 -> 18328 bytes boards/sounds/fi/colors/orange.ogg | Bin 22034 -> 18422 bytes boards/sounds/fi/colors/pink.ogg | Bin 28450 -> 24522 bytes boards/sounds/fi/colors/purple.ogg | Bin 23863 -> 19895 bytes boards/sounds/fi/colors/red.ogg | Bin 23509 -> 19902 bytes boards/sounds/fi/colors/white.ogg | Bin 24029 -> 20657 bytes boards/sounds/fi/colors/yellow.ogg | Bin 25661 -> 21852 bytes boards/sounds/fi/geography/alaska.ogg | Bin 13012 -> 32917 bytes boards/sounds/fi/geography/albania.ogg | Bin 14395 -> 39177 bytes boards/sounds/fi/geography/argentina.ogg | Bin 13484 -> 38913 bytes boards/sounds/fi/geography/austria.ogg | Bin 13914 -> 37603 bytes boards/sounds/fi/geography/bahamas.ogg | Bin 15652 -> 40791 bytes boards/sounds/fi/geography/belarus.ogg | Bin 14652 -> 36796 bytes boards/sounds/fi/geography/belgium.ogg | Bin 11510 -> 30946 bytes boards/sounds/fi/geography/bolivia.ogg | Bin 11800 -> 27967 bytes boards/sounds/fi/geography/bosnia_herzegovina.ogg | Bin 17296 -> 45281 bytes boards/sounds/fi/geography/brazil.ogg | Bin 13241 -> 36576 bytes boards/sounds/fi/geography/bulgaria.ogg | Bin 12899 -> 32860 bytes boards/sounds/fi/geography/canada.ogg | Bin 13362 -> 36972 bytes boards/sounds/fi/geography/chile.ogg | Bin 12342 -> 35172 bytes boards/sounds/fi/geography/colombia.ogg | Bin 14399 -> 36666 bytes boards/sounds/fi/geography/costa_rica.ogg | Bin 14815 -> 40416 bytes boards/sounds/fi/geography/croatia.ogg | Bin 12681 -> 31762 bytes boards/sounds/fi/geography/cuba.ogg | Bin 11690 -> 30161 bytes boards/sounds/fi/geography/cyprus.ogg | Bin 14143 -> 36984 bytes boards/sounds/fi/geography/czech.ogg | Bin 13065 -> 37777 bytes boards/sounds/fi/geography/denmark.ogg | Bin 12915 -> 35644 bytes boards/sounds/fi/geography/dominican_republic.ogg | Bin 21385 -> 60804 bytes boards/sounds/fi/geography/ecuador.ogg | Bin 13593 -> 35094 bytes boards/sounds/fi/geography/estonia.ogg | Bin 12894 -> 31971 bytes boards/sounds/fi/geography/finland.ogg | Bin 14053 -> 36827 bytes boards/sounds/fi/geography/france.ogg | Bin 12979 -> 35196 bytes boards/sounds/fi/geography/french_guiana.ogg | Bin 15654 -> 43334 bytes boards/sounds/fi/geography/germany.ogg | Bin 12741 -> 33724 bytes boards/sounds/fi/geography/greece.ogg | Bin 13051 -> 36194 bytes boards/sounds/fi/geography/greenland.ogg | Bin 13686 -> 36425 bytes boards/sounds/fi/geography/guatemala.ogg | Bin 14322 -> 38439 bytes boards/sounds/fi/geography/guyana.ogg | Bin 14709 -> 43100 bytes boards/sounds/fi/geography/haiti.ogg | Bin 11373 -> 31896 bytes boards/sounds/fi/geography/honduras.ogg | Bin 12526 -> 31412 bytes boards/sounds/fi/geography/hungary.ogg | Bin 13209 -> 34586 bytes boards/sounds/fi/geography/iceland.ogg | Bin 13707 -> 37096 bytes boards/sounds/fi/geography/ireland.ogg | Bin 14451 -> 39073 bytes boards/sounds/fi/geography/italy.ogg | Bin 13096 -> 32896 bytes boards/sounds/fi/geography/jamaica.ogg | Bin 12807 -> 31332 bytes boards/sounds/fi/geography/latvia.ogg | Bin 12215 -> 32914 bytes boards/sounds/fi/geography/lithuania.ogg | Bin 12569 -> 34429 bytes boards/sounds/fi/geography/luxembourg.ogg | Bin 13541 -> 35668 bytes boards/sounds/fi/geography/macedonia.ogg | Bin 14547 -> 39497 bytes boards/sounds/fi/geography/mexico.ogg | Bin 12359 -> 33814 bytes boards/sounds/fi/geography/moldova.ogg | Bin 11850 -> 30021 bytes boards/sounds/fi/geography/netherland.ogg | Bin 13539 -> 35901 bytes boards/sounds/fi/geography/nicaragua.ogg | Bin 12926 -> 34677 bytes boards/sounds/fi/geography/norway.ogg | Bin 11655 -> 30640 bytes boards/sounds/fi/geography/panama.ogg | Bin 11920 -> 30209 bytes boards/sounds/fi/geography/paraguay.ogg | Bin 12552 -> 32477 bytes boards/sounds/fi/geography/peru.ogg | Bin 10644 -> 28069 bytes boards/sounds/fi/geography/poland.ogg | Bin 14178 -> 39058 bytes boards/sounds/fi/geography/portugal.ogg | Bin 12310 -> 33064 bytes boards/sounds/fi/geography/romania.ogg | Bin 12538 -> 32298 bytes boards/sounds/fi/geography/russia.ogg | Bin 12892 -> 35575 bytes boards/sounds/fi/geography/salvador.ogg | Bin 12907 -> 34414 bytes boards/sounds/fi/geography/serbia_montenegro.ogg | Bin 15532 -> 45027 bytes boards/sounds/fi/geography/slovakia.ogg | Bin 13006 -> 35525 bytes boards/sounds/fi/geography/slovenia.ogg | Bin 14068 -> 36514 bytes boards/sounds/fi/geography/spain.ogg | Bin 12961 -> 37451 bytes boards/sounds/fi/geography/suriname.ogg | Bin 12907 -> 34801 bytes boards/sounds/fi/geography/sweden.ogg | Bin 12204 -> 31488 bytes boards/sounds/fi/geography/switz.ogg | Bin 13148 -> 38686 bytes boards/sounds/fi/geography/turkey.ogg | Bin 11965 -> 31623 bytes boards/sounds/fi/geography/ukraine.ogg | Bin 12700 -> 33160 bytes boards/sounds/fi/geography/united_kingdom.ogg | Bin 15335 -> 40066 bytes boards/sounds/fi/geography/uruguay.ogg | Bin 12313 -> 31339 bytes boards/sounds/fi/geography/usa.ogg | Bin 13652 -> 34535 bytes boards/sounds/fi/geography/venezuela.ogg | Bin 13735 -> 35296 bytes boards/sounds/fi/misc/awesome.ogg | Bin 21888 -> 19142 bytes boards/sounds/fi/misc/back.ogg | Bin 20715 -> 17828 bytes boards/sounds/fi/misc/by.ogg | Bin 25926 -> 21273 bytes boards/sounds/fi/misc/check_answer.ogg | Bin 28260 -> 24770 bytes boards/sounds/fi/misc/click_on_letter.ogg | Bin 29079 -> 25448 bytes boards/sounds/fi/misc/congratulation.ogg | Bin 25813 -> 21997 bytes boards/sounds/fi/misc/equal.ogg | Bin 26086 -> 22367 bytes boards/sounds/fi/misc/fantastic.ogg | Bin 25780 -> 21408 bytes boards/sounds/fi/misc/good.ogg | Bin 19211 -> 16281 bytes boards/sounds/fi/misc/great.ogg | Bin 21656 -> 18098 bytes boards/sounds/fi/misc/help.ogg | Bin 21939 -> 18048 bytes boards/sounds/fi/misc/level.ogg | Bin 19756 -> 16780 bytes boards/sounds/fi/misc/minus.ogg | Bin 18503 -> 16516 bytes boards/sounds/fi/misc/ok.ogg | Bin 27557 -> 23555 bytes boards/sounds/fi/misc/outof.ogg | Bin 26895 -> 22346 bytes boards/sounds/fi/misc/perfect.ogg | Bin 23054 -> 19178 bytes boards/sounds/fi/misc/plus.ogg | Bin 19979 -> 16665 bytes boards/sounds/fi/misc/quit.ogg | Bin 21908 -> 18488 bytes boards/sounds/fi/misc/super.ogg | Bin 22144 -> 19211 bytes boards/sounds/fi/misc/waytogo.ogg | Bin 24998 -> 21101 bytes boards/sounds/fi/misc/welcome.ogg | Bin 33166 -> 28832 bytes boards/sounds/fr/alphabet/10.ogg | Bin 10989 -> 14035 bytes boards/sounds/fr/alphabet/U0030.ogg | Bin 10755 -> 13092 bytes boards/sounds/fr/alphabet/U0031.ogg | Bin 9828 -> 11884 bytes boards/sounds/fr/alphabet/U0032.ogg | Bin 8167 -> 9818 bytes boards/sounds/fr/alphabet/U0033.ogg | Bin 8492 -> 10113 bytes boards/sounds/fr/alphabet/U0034.ogg | Bin 11232 -> 14775 bytes boards/sounds/fr/alphabet/U0035.ogg | Bin 13097 -> 14971 bytes boards/sounds/fr/alphabet/U0036.ogg | Bin 12530 -> 15477 bytes boards/sounds/fr/alphabet/U0037.ogg | Bin 11785 -> 14770 bytes boards/sounds/fr/alphabet/U0038.ogg | Bin 10973 -> 13674 bytes boards/sounds/fr/alphabet/U0039.ogg | Bin 11516 -> 13281 bytes boards/sounds/fr/alphabet/U0061.ogg | Bin 8722 -> 9280 bytes boards/sounds/fr/alphabet/U0062.ogg | Bin 8394 -> 9924 bytes boards/sounds/fr/alphabet/U0063.ogg | Bin 8061 -> 9357 bytes boards/sounds/fr/alphabet/U0064.ogg | Bin 7058 -> 8878 bytes boards/sounds/fr/alphabet/U0065.ogg | Bin 7895 -> 8223 bytes boards/sounds/fr/alphabet/U0066.ogg | Bin 10683 -> 13544 bytes boards/sounds/fr/alphabet/U0067.ogg | Bin 7945 -> 9337 bytes boards/sounds/fr/alphabet/U0068.ogg | Bin 10468 -> 11897 bytes boards/sounds/fr/alphabet/U0069.ogg | Bin 7051 -> 7913 bytes boards/sounds/fr/alphabet/U006A.ogg | Bin 7967 -> 8992 bytes boards/sounds/fr/alphabet/U006B.ogg | Bin 6909 -> 7354 bytes boards/sounds/fr/alphabet/U006C.ogg | Bin 10072 -> 12000 bytes boards/sounds/fr/alphabet/U006D.ogg | Bin 11036 -> 12942 bytes boards/sounds/fr/alphabet/U006E.ogg | Bin 10446 -> 12635 bytes boards/sounds/fr/alphabet/U006F.ogg | Bin 6779 -> 7604 bytes boards/sounds/fr/alphabet/U0070.ogg | Bin 6860 -> 7784 bytes boards/sounds/fr/alphabet/U0071.ogg | Bin 7637 -> 8097 bytes boards/sounds/fr/alphabet/U0072.ogg | Bin 11279 -> 13917 bytes boards/sounds/fr/alphabet/U0073.ogg | Bin 11462 -> 14016 bytes boards/sounds/fr/alphabet/U0074.ogg | Bin 7091 -> 7901 bytes boards/sounds/fr/alphabet/U0075.ogg | Bin 7101 -> 7931 bytes boards/sounds/fr/alphabet/U0076.ogg | Bin 8332 -> 8839 bytes boards/sounds/fr/alphabet/U0077.ogg | Bin 14077 -> 17074 bytes boards/sounds/fr/alphabet/U0078.ogg | Bin 10937 -> 13005 bytes boards/sounds/fr/alphabet/U0079.ogg | Bin 13029 -> 15407 bytes boards/sounds/fr/alphabet/U007A.ogg | Bin 13559 -> 16145 bytes boards/sounds/fr/colors/black.ogg | Bin 13076 -> 8886 bytes boards/sounds/fr/colors/blue.ogg | Bin 11750 -> 8413 bytes boards/sounds/fr/colors/brown.ogg | Bin 14258 -> 9388 bytes boards/sounds/fr/colors/green.ogg | Bin 14435 -> 9794 bytes boards/sounds/fr/colors/grey.ogg | Bin 16772 -> 14388 bytes boards/sounds/fr/colors/orange.ogg | Bin 17610 -> 12097 bytes boards/sounds/fr/colors/pink.ogg | Bin 15103 -> 20173 bytes boards/sounds/fr/colors/purple.ogg | Bin 12033 -> 8346 bytes boards/sounds/fr/colors/red.ogg | Bin 16057 -> 10681 bytes boards/sounds/fr/colors/white.ogg | Bin 16320 -> 13615 bytes boards/sounds/fr/colors/yellow.ogg | Bin 14182 -> 10074 bytes boards/sounds/fr/france_region/alsace.ogg | Bin 13768 -> 19870 bytes boards/sounds/fr/france_region/aquitaine.ogg | Bin 12715 -> 19051 bytes boards/sounds/fr/france_region/auvergne.ogg | Bin 11986 -> 18610 bytes boards/sounds/fr/france_region/basse-normandie.ogg | Bin 19476 -> 25317 bytes boards/sounds/fr/france_region/bourgogne.ogg | Bin 11287 -> 16974 bytes boards/sounds/fr/france_region/bretagne.ogg | Bin 15895 -> 24554 bytes boards/sounds/fr/france_region/centre.ogg | Bin 10355 -> 15125 bytes .../sounds/fr/france_region/champagne-ardenne.ogg | Bin 18870 -> 24713 bytes boards/sounds/fr/france_region/corse.ogg | Bin 8655 -> 12084 bytes boards/sounds/fr/france_region/franche-conte.ogg | Bin 12380 -> 16709 bytes boards/sounds/fr/france_region/haute-normandie.ogg | Bin 13342 -> 20360 bytes boards/sounds/fr/france_region/ile-de-france.ogg | Bin 12415 -> 19365 bytes .../fr/france_region/languedoc-roussillon.ogg | Bin 21362 -> 33389 bytes boards/sounds/fr/france_region/limousin.ogg | Bin 9878 -> 14532 bytes boards/sounds/fr/france_region/lorraine.ogg | Bin 14926 -> 22228 bytes boards/sounds/fr/france_region/midi-pyrenees.ogg | Bin 18377 -> 27627 bytes .../sounds/fr/france_region/nord-pas-de-calais.ogg | Bin 16220 -> 25086 bytes .../sounds/fr/france_region/pays-de-la-loire.ogg | Bin 18728 -> 27238 bytes boards/sounds/fr/france_region/picardie.ogg | Bin 12394 -> 19471 bytes .../sounds/fr/france_region/poitou-charentes.ogg | Bin 16534 -> 21614 bytes .../france_region/provence-alpes-cote_d_azur.ogg | Bin 27062 -> 41912 bytes boards/sounds/fr/france_region/rhone-alpes.ogg | Bin 10945 -> 16758 bytes boards/sounds/fr/geography/africa.ogg | Bin 14710 -> 17085 bytes boards/sounds/fr/geography/alaska.ogg | Bin 11455 -> 18039 bytes boards/sounds/fr/geography/albania.ogg | Bin 15171 -> 19830 bytes boards/sounds/fr/geography/america.ogg | Bin 21298 -> 26279 bytes boards/sounds/fr/geography/antartica.ogg | Bin 14644 -> 21882 bytes boards/sounds/fr/geography/argentina.ogg | Bin 11993 -> 17001 bytes boards/sounds/fr/geography/asia.ogg | Bin 8159 -> 11111 bytes boards/sounds/fr/geography/austria.ogg | Bin 14835 -> 21495 bytes boards/sounds/fr/geography/bahamas.ogg | Bin 12517 -> 18801 bytes boards/sounds/fr/geography/belarus.ogg | Bin 17610 -> 23005 bytes boards/sounds/fr/geography/belgium.ogg | Bin 16159 -> 20587 bytes boards/sounds/fr/geography/bolivia.ogg | Bin 9044 -> 13372 bytes boards/sounds/fr/geography/bosnia_herzegovina.ogg | Bin 23848 -> 30323 bytes boards/sounds/fr/geography/brazil.ogg | Bin 10264 -> 14931 bytes boards/sounds/fr/geography/bulgaria.ogg | Bin 14716 -> 19509 bytes boards/sounds/fr/geography/canada.ogg | Bin 10052 -> 15630 bytes boards/sounds/fr/geography/chile.ogg | Bin 10178 -> 15550 bytes boards/sounds/fr/geography/colombia.ogg | Bin 10885 -> 16966 bytes boards/sounds/fr/geography/costa_rica.ogg | Bin 13257 -> 21218 bytes boards/sounds/fr/geography/croatia.ogg | Bin 14353 -> 18303 bytes boards/sounds/fr/geography/cuba.ogg | Bin 11758 -> 16717 bytes boards/sounds/fr/geography/cyprus.ogg | Bin 14893 -> 19936 bytes boards/sounds/fr/geography/czech.ogg | Bin 14196 -> 19464 bytes boards/sounds/fr/geography/denmark.ogg | Bin 16628 -> 23189 bytes boards/sounds/fr/geography/dominican_republic.ogg | Bin 21059 -> 32941 bytes boards/sounds/fr/geography/ecuador.ogg | Bin 12154 -> 17700 bytes boards/sounds/fr/geography/estonia.ogg | Bin 12865 -> 16422 bytes boards/sounds/fr/geography/europe.ogg | Bin 10256 -> 14190 bytes boards/sounds/fr/geography/finland.ogg | Bin 14230 -> 18546 bytes boards/sounds/fr/geography/france.ogg | Bin 14315 -> 18531 bytes boards/sounds/fr/geography/french_guiana.ogg | Bin 17211 -> 26717 bytes boards/sounds/fr/geography/germany.ogg | Bin 15882 -> 20431 bytes boards/sounds/fr/geography/greece.ogg | Bin 16329 -> 21944 bytes boards/sounds/fr/geography/greenland.ogg | Bin 11092 -> 15049 bytes boards/sounds/fr/geography/guatemala.ogg | Bin 13123 -> 20263 bytes boards/sounds/fr/geography/guyana.ogg | Bin 10072 -> 15958 bytes boards/sounds/fr/geography/haiti.ogg | Bin 13317 -> 18857 bytes boards/sounds/fr/geography/honduras.ogg | Bin 11575 -> 17175 bytes boards/sounds/fr/geography/hungary.ogg | Bin 12936 -> 17331 bytes boards/sounds/fr/geography/iceland.ogg | Bin 11163 -> 19039 bytes boards/sounds/fr/geography/ireland.ogg | Bin 15324 -> 19754 bytes boards/sounds/fr/geography/italy.ogg | Bin 10897 -> 13235 bytes boards/sounds/fr/geography/jamaica.ogg | Bin 14740 -> 22249 bytes boards/sounds/fr/geography/latvia.ogg | Bin 14946 -> 19196 bytes boards/sounds/fr/geography/lithuania.ogg | Bin 14552 -> 19548 bytes boards/sounds/fr/geography/luxembourg.ogg | Bin 13943 -> 19047 bytes boards/sounds/fr/geography/macedonia.ogg | Bin 17004 -> 22676 bytes boards/sounds/fr/geography/mexico.ogg | Bin 13939 -> 22008 bytes boards/sounds/fr/geography/moldova.ogg | Bin 12852 -> 16277 bytes boards/sounds/fr/geography/netherland.ogg | Bin 12629 -> 17005 bytes boards/sounds/fr/geography/nicaragua.ogg | Bin 13616 -> 20257 bytes boards/sounds/fr/geography/norway.ogg | Bin 16708 -> 21808 bytes boards/sounds/fr/geography/oceania.ogg | Bin 18358 -> 22685 bytes boards/sounds/fr/geography/panama.ogg | Bin 12331 -> 17371 bytes boards/sounds/fr/geography/paraguay.ogg | Bin 12710 -> 18243 bytes boards/sounds/fr/geography/peru.ogg | Bin 9450 -> 14972 bytes boards/sounds/fr/geography/poland.ogg | Bin 11818 -> 14744 bytes boards/sounds/fr/geography/portugal.ogg | Bin 14856 -> 19157 bytes boards/sounds/fr/geography/romania.ogg | Bin 13051 -> 16441 bytes boards/sounds/fr/geography/russia.ogg | Bin 14817 -> 17893 bytes boards/sounds/fr/geography/salvador.ogg | Bin 13600 -> 20628 bytes boards/sounds/fr/geography/serbia_montenegro.ogg | Bin 24258 -> 31028 bytes boards/sounds/fr/geography/slovakia.ogg | Bin 17338 -> 22740 bytes boards/sounds/fr/geography/slovenia.ogg | Bin 15456 -> 19016 bytes boards/sounds/fr/geography/spain.ogg | Bin 14668 -> 17878 bytes boards/sounds/fr/geography/suriname.ogg | Bin 10655 -> 16297 bytes boards/sounds/fr/geography/sweden.ogg | Bin 13283 -> 17386 bytes boards/sounds/fr/geography/switz.ogg | Bin 14281 -> 20720 bytes boards/sounds/fr/geography/turkey.ogg | Bin 12480 -> 16289 bytes boards/sounds/fr/geography/ukraine.ogg | Bin 12804 -> 17223 bytes boards/sounds/fr/geography/united_kingdom.ogg | Bin 13418 -> 15950 bytes boards/sounds/fr/geography/uruguay.ogg | Bin 12465 -> 17923 bytes boards/sounds/fr/geography/usa.ogg | Bin 19841 -> 31130 bytes boards/sounds/fr/geography/venezuela.ogg | Bin 14303 -> 21523 bytes boards/sounds/fr/misc/about.ogg | Bin 25533 -> 33722 bytes boards/sounds/fr/misc/awesome.ogg | Bin 17154 -> 20684 bytes boards/sounds/fr/misc/back.ogg | Bin 11000 -> 12988 bytes boards/sounds/fr/misc/by.ogg | Bin 10161 -> 11300 bytes boards/sounds/fr/misc/check_answer.ogg | Bin 18080 -> 22807 bytes boards/sounds/fr/misc/click_on_letter.ogg | Bin 18134 -> 22934 bytes boards/sounds/fr/misc/configuration.ogg | Bin 15289 -> 19784 bytes boards/sounds/fr/misc/congratulation.ogg | Bin 15085 -> 19051 bytes boards/sounds/fr/misc/equal.ogg | Bin 10565 -> 12779 bytes boards/sounds/fr/misc/fantastic.ogg | Bin 20130 -> 25422 bytes boards/sounds/fr/misc/good.ogg | Bin 9857 -> 11627 bytes boards/sounds/fr/misc/great.ogg | Bin 12431 -> 13408 bytes boards/sounds/fr/misc/help.ogg | Bin 9693 -> 11518 bytes boards/sounds/fr/misc/level.ogg | Bin 10041 -> 15486 bytes boards/sounds/fr/misc/minus.ogg | Bin 12066 -> 14406 bytes boards/sounds/fr/misc/ok.ogg | Bin 8949 -> 9773 bytes boards/sounds/fr/misc/outof.ogg | Bin 16155 -> 20537 bytes boards/sounds/fr/misc/perfect.ogg | Bin 11080 -> 13953 bytes boards/sounds/fr/misc/plus.ogg | Bin 11213 -> 13555 bytes boards/sounds/fr/misc/quit.ogg | Bin 9820 -> 11487 bytes boards/sounds/fr/misc/super.ogg | Bin 11608 -> 14717 bytes boards/sounds/fr/misc/waytogo.ogg | Bin 15085 -> 19999 bytes boards/sounds/fr/misc/welcome.ogg | Bin 23199 -> 29355 bytes boards/sounds/hi/alphabet/10.ogg | Bin 26405 -> 42642 bytes boards/sounds/hi/alphabet/11.ogg | Bin 19976 -> 31412 bytes boards/sounds/hi/alphabet/12.ogg | Bin 23217 -> 38846 bytes boards/sounds/hi/alphabet/13.ogg | Bin 16152 -> 31565 bytes boards/sounds/hi/alphabet/14.ogg | Bin 24654 -> 41787 bytes boards/sounds/hi/alphabet/15.ogg | Bin 17900 -> 28898 bytes boards/sounds/hi/alphabet/16.ogg | Bin 17062 -> 31782 bytes boards/sounds/hi/alphabet/17.ogg | Bin 19319 -> 37191 bytes boards/sounds/hi/alphabet/18.ogg | Bin 21437 -> 36115 bytes boards/sounds/hi/alphabet/19.ogg | Bin 20436 -> 31371 bytes boards/sounds/hi/alphabet/20.ogg | Bin 17265 -> 25563 bytes boards/sounds/hi/alphabet/U0030.ogg | Bin 15040 -> 21432 bytes boards/sounds/hi/alphabet/U0031.ogg | Bin 23632 -> 40193 bytes boards/sounds/hi/alphabet/U0032.ogg | Bin 23832 -> 40674 bytes boards/sounds/hi/alphabet/U0033.ogg | Bin 19916 -> 33377 bytes boards/sounds/hi/alphabet/U0034.ogg | Bin 18379 -> 34466 bytes boards/sounds/hi/alphabet/U0035.ogg | Bin 18709 -> 29185 bytes boards/sounds/hi/alphabet/U0036.ogg | Bin 17733 -> 25896 bytes boards/sounds/hi/alphabet/U0037.ogg | Bin 27388 -> 43360 bytes boards/sounds/hi/alphabet/U0038.ogg | Bin 21457 -> 34158 bytes boards/sounds/hi/alphabet/U0039.ogg | Bin 23431 -> 42099 bytes boards/sounds/hi/alphabet/U0061.ogg | Bin 26055 -> 45235 bytes boards/sounds/hi/alphabet/U0062.ogg | Bin 18099 -> 31077 bytes boards/sounds/hi/alphabet/U0063.ogg | Bin 15907 -> 23343 bytes boards/sounds/hi/alphabet/U0064.ogg | Bin 22671 -> 45763 bytes boards/sounds/hi/alphabet/U0065.ogg | Bin 19621 -> 32729 bytes boards/sounds/hi/alphabet/U0066.ogg | Bin 18482 -> 25593 bytes boards/sounds/hi/alphabet/U0067.ogg | Bin 22813 -> 36616 bytes boards/sounds/hi/alphabet/U0068.ogg | Bin 31058 -> 53294 bytes boards/sounds/hi/alphabet/U0069.ogg | Bin 20195 -> 39296 bytes boards/sounds/hi/alphabet/U006A.ogg | Bin 17950 -> 24055 bytes boards/sounds/hi/alphabet/U006B.ogg | Bin 23280 -> 39878 bytes boards/sounds/hi/alphabet/U006C.ogg | Bin 18862 -> 27024 bytes boards/sounds/hi/alphabet/U006D.ogg | Bin 19247 -> 31418 bytes boards/sounds/hi/alphabet/U006E.ogg | Bin 19585 -> 32155 bytes boards/sounds/hi/alphabet/U006F.ogg | Bin 17989 -> 25595 bytes boards/sounds/hi/alphabet/U0070.ogg | Bin 14289 -> 18922 bytes boards/sounds/hi/alphabet/U0071.ogg | Bin 13730 -> 18778 bytes boards/sounds/hi/alphabet/U0072.ogg | Bin 17675 -> 31162 bytes boards/sounds/hi/alphabet/U0073.ogg | Bin 18126 -> 28414 bytes boards/sounds/hi/alphabet/U0074.ogg | Bin 17427 -> 21469 bytes boards/sounds/hi/alphabet/U0075.ogg | Bin 16830 -> 25237 bytes boards/sounds/hi/alphabet/U0076.ogg | Bin 12948 -> 16114 bytes boards/sounds/hi/alphabet/U0077.ogg | Bin 13847 -> 18457 bytes boards/sounds/hi/alphabet/U0078.ogg | Bin 14092 -> 19651 bytes boards/sounds/hi/alphabet/U0079.ogg | Bin 15970 -> 21065 bytes boards/sounds/hi/alphabet/U007A.ogg | Bin 14402 -> 20470 bytes boards/sounds/hi/colors/black.ogg | Bin 35910 -> 47600 bytes boards/sounds/hi/colors/blue.ogg | Bin 16494 -> 22662 bytes boards/sounds/hi/colors/brown.ogg | Bin 14559 -> 18909 bytes boards/sounds/hi/colors/green.ogg | Bin 17795 -> 22747 bytes boards/sounds/hi/colors/grey.ogg | Bin 15585 -> 19521 bytes boards/sounds/hi/colors/orange.ogg | Bin 16490 -> 20717 bytes boards/sounds/hi/colors/pink.ogg | Bin 16781 -> 21954 bytes boards/sounds/hi/colors/purple.ogg | Bin 22660 -> 30929 bytes boards/sounds/hi/colors/red.ogg | Bin 13612 -> 19637 bytes boards/sounds/hi/colors/white.ogg | Bin 22188 -> 28559 bytes boards/sounds/hi/colors/yellow.ogg | Bin 12985 -> 16685 bytes boards/sounds/hi/geography/africa.ogg | Bin 47277 -> 81970 bytes boards/sounds/hi/geography/alaska.ogg | Bin 37847 -> 65216 bytes boards/sounds/hi/geography/albania.ogg | Bin 36884 -> 62181 bytes boards/sounds/hi/geography/algeria.ogg | Bin 42178 -> 77314 bytes boards/sounds/hi/geography/america.ogg | Bin 44141 -> 75503 bytes boards/sounds/hi/geography/angola.ogg | Bin 45097 -> 83498 bytes boards/sounds/hi/geography/antartica.ogg | Bin 28856 -> 47978 bytes boards/sounds/hi/geography/argentina.ogg | Bin 34242 -> 56699 bytes boards/sounds/hi/geography/asia.ogg | Bin 36832 -> 63008 bytes boards/sounds/hi/geography/austria.ogg | Bin 36286 -> 59770 bytes boards/sounds/hi/geography/bahamas.ogg | Bin 31685 -> 51889 bytes boards/sounds/hi/geography/basse_normandie.ogg | Bin 39213 -> 65462 bytes boards/sounds/hi/geography/belarus.ogg | Bin 37832 -> 62296 bytes boards/sounds/hi/geography/belgium.ogg | Bin 34557 -> 52188 bytes boards/sounds/hi/geography/benin.ogg | Bin 44281 -> 67715 bytes boards/sounds/hi/geography/bolivia.ogg | Bin 33821 -> 56436 bytes boards/sounds/hi/geography/bosnia_herzegovina.ogg | Bin 38113 -> 67814 bytes boards/sounds/hi/geography/botswana.ogg | Bin 24038 -> 44266 bytes boards/sounds/hi/geography/brazil.ogg | Bin 28681 -> 55965 bytes boards/sounds/hi/geography/bulgaria.ogg | Bin 32005 -> 64414 bytes boards/sounds/hi/geography/burkina.ogg | Bin 26355 -> 42703 bytes boards/sounds/hi/geography/burundi.ogg | Bin 37611 -> 65682 bytes boards/sounds/hi/geography/cameroon.ogg | Bin 25307 -> 49162 bytes boards/sounds/hi/geography/canada.ogg | Bin 31632 -> 53099 bytes .../hi/geography/central_african_republic.ogg | Bin 54532 -> 88337 bytes boards/sounds/hi/geography/chad.ogg | Bin 19398 -> 31118 bytes boards/sounds/hi/geography/chile.ogg | Bin 25164 -> 37544 bytes boards/sounds/hi/geography/colombia.ogg | Bin 30028 -> 52441 bytes boards/sounds/hi/geography/congo.ogg | Bin 28101 -> 50778 bytes boards/sounds/hi/geography/costa_rica.ogg | Bin 36220 -> 60585 bytes boards/sounds/hi/geography/croatia.ogg | Bin 25355 -> 37450 bytes boards/sounds/hi/geography/cuba.ogg | Bin 27252 -> 48526 bytes boards/sounds/hi/geography/cyprus.ogg | Bin 30124 -> 46756 bytes boards/sounds/hi/geography/czech.ogg | Bin 31689 -> 51833 bytes boards/sounds/hi/geography/denmark.ogg | Bin 23782 -> 42139 bytes boards/sounds/hi/geography/dijibouti.ogg | Bin 21357 -> 37532 bytes boards/sounds/hi/geography/dominican_republic.ogg | Bin 37693 -> 63721 bytes boards/sounds/hi/geography/ecuador.ogg | Bin 28693 -> 45861 bytes boards/sounds/hi/geography/egypt.ogg | Bin 30171 -> 51731 bytes boards/sounds/hi/geography/equatorial_guinea.ogg | Bin 51974 -> 88416 bytes boards/sounds/hi/geography/eritrea.ogg | Bin 26080 -> 39643 bytes boards/sounds/hi/geography/estonia.ogg | Bin 25936 -> 38780 bytes boards/sounds/hi/geography/ethiopia.ogg | Bin 34861 -> 59913 bytes boards/sounds/hi/geography/europe.ogg | Bin 22143 -> 42227 bytes boards/sounds/hi/geography/finland.ogg | Bin 20720 -> 33043 bytes boards/sounds/hi/geography/france.ogg | Bin 33904 -> 54625 bytes boards/sounds/hi/geography/french_guiana.ogg | Bin 36766 -> 63656 bytes boards/sounds/hi/geography/gabon.ogg | Bin 25324 -> 45073 bytes boards/sounds/hi/geography/gambia.ogg | Bin 26616 -> 46607 bytes boards/sounds/hi/geography/germany.ogg | Bin 25485 -> 49292 bytes boards/sounds/hi/geography/ghana.ogg | Bin 24100 -> 39750 bytes boards/sounds/hi/geography/greece.ogg | Bin 25423 -> 40442 bytes boards/sounds/hi/geography/greenland.ogg | Bin 29722 -> 55537 bytes boards/sounds/hi/geography/guatemala.ogg | Bin 27109 -> 43696 bytes boards/sounds/hi/geography/guinea.ogg | Bin 31888 -> 54880 bytes boards/sounds/hi/geography/guinea_bissau.ogg | Bin 32538 -> 46333 bytes boards/sounds/hi/geography/guyana.ogg | Bin 28017 -> 49236 bytes boards/sounds/hi/geography/haiti.ogg | Bin 27811 -> 45616 bytes boards/sounds/hi/geography/honduras.ogg | Bin 24961 -> 43406 bytes boards/sounds/hi/geography/hungary.ogg | Bin 22500 -> 41518 bytes boards/sounds/hi/geography/iceland.ogg | Bin 25839 -> 40783 bytes boards/sounds/hi/geography/ireland.ogg | Bin 24893 -> 40484 bytes boards/sounds/hi/geography/italy.ogg | Bin 25528 -> 42938 bytes boards/sounds/hi/geography/ivory_coast.ogg | Bin 33029 -> 53319 bytes boards/sounds/hi/geography/jamaica.ogg | Bin 23915 -> 37184 bytes boards/sounds/hi/geography/kenya.ogg | Bin 22871 -> 35759 bytes boards/sounds/hi/geography/latvia.ogg | Bin 30024 -> 52994 bytes boards/sounds/hi/geography/lesotho.ogg | Bin 28016 -> 46576 bytes boards/sounds/hi/geography/liberia.ogg | Bin 30131 -> 55535 bytes boards/sounds/hi/geography/libya.ogg | Bin 21172 -> 37020 bytes boards/sounds/hi/geography/lithuania.ogg | Bin 27852 -> 50216 bytes boards/sounds/hi/geography/luxembourg.ogg | Bin 30411 -> 52077 bytes boards/sounds/hi/geography/macedonia.ogg | Bin 33774 -> 63645 bytes boards/sounds/hi/geography/madagascar.ogg | Bin 35069 -> 60096 bytes boards/sounds/hi/geography/malawi.ogg | Bin 16403 -> 30589 bytes boards/sounds/hi/geography/mali.ogg | Bin 23931 -> 46857 bytes boards/sounds/hi/geography/mauritania.ogg | Bin 26231 -> 38880 bytes boards/sounds/hi/geography/mexico.ogg | Bin 24126 -> 50445 bytes boards/sounds/hi/geography/moldova.ogg | Bin 33182 -> 55622 bytes boards/sounds/hi/geography/moroco.ogg | Bin 31257 -> 58472 bytes boards/sounds/hi/geography/mozambique.ogg | Bin 22625 -> 31868 bytes boards/sounds/hi/geography/nambia.ogg | Bin 18868 -> 27197 bytes boards/sounds/hi/geography/netherland.ogg | Bin 22886 -> 33612 bytes boards/sounds/hi/geography/nicaragua.ogg | Bin 22453 -> 41316 bytes boards/sounds/hi/geography/niger.ogg | Bin 30013 -> 52908 bytes boards/sounds/hi/geography/nigeria.ogg | Bin 30957 -> 52040 bytes boards/sounds/hi/geography/north_america.ogg | Bin 22969 -> 35732 bytes boards/sounds/hi/geography/norway.ogg | Bin 22364 -> 42190 bytes boards/sounds/hi/geography/oceania.ogg | Bin 26807 -> 48383 bytes boards/sounds/hi/geography/panama.ogg | Bin 20921 -> 30408 bytes boards/sounds/hi/geography/paraguay.ogg | Bin 26824 -> 44566 bytes boards/sounds/hi/geography/peru.ogg | Bin 17616 -> 24115 bytes boards/sounds/hi/geography/poland.ogg | Bin 38683 -> 62563 bytes boards/sounds/hi/geography/portugal.ogg | Bin 28472 -> 50792 bytes boards/sounds/hi/geography/republic_of_congo.ogg | Bin 42441 -> 71037 bytes boards/sounds/hi/geography/romania.ogg | Bin 33853 -> 55523 bytes boards/sounds/hi/geography/russia.ogg | Bin 20765 -> 33662 bytes boards/sounds/hi/geography/rwanda.ogg | Bin 30070 -> 49088 bytes boards/sounds/hi/geography/salvador.ogg | Bin 29859 -> 60131 bytes boards/sounds/hi/geography/senegal.ogg | Bin 23035 -> 41207 bytes boards/sounds/hi/geography/serbia_montenegro.ogg | Bin 40211 -> 59343 bytes boards/sounds/hi/geography/sierra_leone.ogg | Bin 33373 -> 52364 bytes boards/sounds/hi/geography/slovakia.ogg | Bin 26534 -> 46144 bytes boards/sounds/hi/geography/slovenia.ogg | Bin 22165 -> 34661 bytes boards/sounds/hi/geography/somalia.ogg | Bin 17606 -> 25727 bytes boards/sounds/hi/geography/soudan.ogg | Bin 24735 -> 40247 bytes boards/sounds/hi/geography/south_africa.ogg | Bin 24213 -> 44126 bytes boards/sounds/hi/geography/south_america.ogg | Bin 33021 -> 55910 bytes boards/sounds/hi/geography/spain.ogg | Bin 23482 -> 36900 bytes boards/sounds/hi/geography/suriname.ogg | Bin 33943 -> 57115 bytes boards/sounds/hi/geography/swaziland.ogg | Bin 29806 -> 47420 bytes boards/sounds/hi/geography/sweden.ogg | Bin 31073 -> 53414 bytes boards/sounds/hi/geography/switz.ogg | Bin 35160 -> 57027 bytes boards/sounds/hi/geography/tanzania.ogg | Bin 26374 -> 42296 bytes boards/sounds/hi/geography/togo.ogg | Bin 22323 -> 38661 bytes boards/sounds/hi/geography/tunisia.ogg | Bin 23103 -> 36221 bytes boards/sounds/hi/geography/turkey.ogg | Bin 29970 -> 47029 bytes boards/sounds/hi/geography/uganda.ogg | Bin 37609 -> 65285 bytes boards/sounds/hi/geography/ukraine.ogg | Bin 20874 -> 30161 bytes boards/sounds/hi/geography/united_kingdom.ogg | Bin 42758 -> 74164 bytes boards/sounds/hi/geography/uruguay.ogg | Bin 24136 -> 36945 bytes boards/sounds/hi/geography/usa.ogg | Bin 28237 -> 47833 bytes boards/sounds/hi/geography/venezuela.ogg | Bin 26279 -> 41251 bytes boards/sounds/hi/geography/zambia.ogg | Bin 24330 -> 36564 bytes boards/sounds/hi/geography/zimbabwe.ogg | Bin 26864 -> 43558 bytes boards/sounds/hi/misc/about.ogg | Bin 24109 -> 35134 bytes boards/sounds/hi/misc/awesome.ogg | Bin 41231 -> 51721 bytes boards/sounds/hi/misc/back.ogg | Bin 11878 -> 15936 bytes boards/sounds/hi/misc/by.ogg | Bin 22303 -> 28684 bytes boards/sounds/hi/misc/check_answer.ogg | Bin 28333 -> 38180 bytes boards/sounds/hi/misc/click_on_letter.ogg | Bin 26270 -> 35090 bytes boards/sounds/hi/misc/configuration.ogg | Bin 24677 -> 33119 bytes boards/sounds/hi/misc/congratulation.ogg | Bin 22463 -> 30030 bytes boards/sounds/hi/misc/equal.ogg | Bin 17307 -> 21682 bytes boards/sounds/hi/misc/fantastic.ogg | Bin 19167 -> 23848 bytes boards/sounds/hi/misc/good.ogg | Bin 13864 -> 17985 bytes boards/sounds/hi/misc/great.ogg | Bin 18331 -> 24788 bytes boards/sounds/hi/misc/help.ogg | Bin 13986 -> 18473 bytes boards/sounds/hi/misc/level.ogg | Bin 15576 -> 19002 bytes boards/sounds/hi/misc/minus.ogg | Bin 12661 -> 16527 bytes boards/sounds/hi/misc/ok.ogg | Bin 23438 -> 31415 bytes boards/sounds/hi/misc/outof.ogg | Bin 17636 -> 21858 bytes boards/sounds/hi/misc/perfect.ogg | Bin 17875 -> 22003 bytes boards/sounds/hi/misc/plus.ogg | Bin 22239 -> 28632 bytes boards/sounds/hi/misc/quit.ogg | Bin 28339 -> 38443 bytes boards/sounds/hi/misc/super.ogg | Bin 16006 -> 19060 bytes boards/sounds/hi/misc/waytogo.ogg | Bin 42441 -> 55407 bytes boards/sounds/hi/misc/welcome.ogg | Bin 231811 -> 305376 bytes boards/sounds/hu/alphabet/10.ogg | Bin 10248 -> 14925 bytes boards/sounds/hu/alphabet/11.ogg | Bin 12306 -> 18720 bytes boards/sounds/hu/alphabet/12.ogg | Bin 14901 -> 22702 bytes boards/sounds/hu/alphabet/13.ogg | Bin 14135 -> 21811 bytes boards/sounds/hu/alphabet/14.ogg | Bin 14040 -> 20726 bytes boards/sounds/hu/alphabet/15.ogg | Bin 13339 -> 20496 bytes boards/sounds/hu/alphabet/16.ogg | Bin 13974 -> 21484 bytes boards/sounds/hu/alphabet/17.ogg | Bin 15850 -> 23613 bytes boards/sounds/hu/alphabet/18.ogg | Bin 17024 -> 26050 bytes boards/sounds/hu/alphabet/19.ogg | Bin 15878 -> 25667 bytes boards/sounds/hu/alphabet/20.ogg | Bin 9105 -> 12375 bytes boards/sounds/hu/alphabet/U0031.ogg | Bin 9946 -> 14738 bytes boards/sounds/hu/alphabet/U0032.ogg | Bin 12095 -> 19180 bytes boards/sounds/hu/alphabet/U0033.ogg | Bin 13605 -> 20508 bytes boards/sounds/hu/alphabet/U0034.ogg | Bin 11029 -> 14679 bytes boards/sounds/hu/alphabet/U0035.ogg | Bin 10957 -> 15327 bytes boards/sounds/hu/alphabet/U0036.ogg | Bin 9161 -> 13528 bytes boards/sounds/hu/alphabet/U0037.ogg | Bin 9029 -> 13756 bytes boards/sounds/hu/alphabet/U0038.ogg | Bin 9890 -> 14612 bytes boards/sounds/hu/alphabet/U0039.ogg | Bin 10891 -> 16457 bytes boards/sounds/hu/colors/black.ogg | Bin 11293 -> 17211 bytes boards/sounds/hu/colors/blue.ogg | Bin 8990 -> 12867 bytes boards/sounds/hu/colors/brown.ogg | Bin 11019 -> 16083 bytes boards/sounds/hu/colors/green.ogg | Bin 11131 -> 16624 bytes boards/sounds/hu/colors/grey.ogg | Bin 11613 -> 17378 bytes boards/sounds/hu/colors/orange.ogg | Bin 15710 -> 23038 bytes boards/sounds/hu/colors/pink.ogg | Bin 12736 -> 18472 bytes boards/sounds/hu/colors/purple.ogg | Bin 10359 -> 15170 bytes boards/sounds/hu/colors/red.ogg | Bin 11583 -> 17107 bytes boards/sounds/hu/colors/white.ogg | Bin 11277 -> 15892 bytes boards/sounds/hu/colors/yellow.ogg | Bin 15347 -> 23669 bytes boards/sounds/hu/geography/alaska.ogg | Bin 9362 -> 16824 bytes boards/sounds/hu/geography/albania.ogg | Bin 11136 -> 16355 bytes boards/sounds/hu/geography/argentina.ogg | Bin 12614 -> 19197 bytes boards/sounds/hu/geography/austria.ogg | Bin 11190 -> 17471 bytes boards/sounds/hu/geography/bahamas.ogg | Bin 10772 -> 17775 bytes boards/sounds/hu/geography/belarus.ogg | Bin 14750 -> 25368 bytes boards/sounds/hu/geography/belgium.ogg | Bin 11155 -> 18397 bytes boards/sounds/hu/geography/bolivia.ogg | Bin 11077 -> 16339 bytes boards/sounds/hu/geography/bosnia_herzegovina.ogg | Bin 17277 -> 28373 bytes boards/sounds/hu/geography/brazil.ogg | Bin 12453 -> 22492 bytes boards/sounds/hu/geography/bulgaria.ogg | Bin 11801 -> 18284 bytes boards/sounds/hu/geography/canada.ogg | Bin 9548 -> 13905 bytes boards/sounds/hu/geography/chile.ogg | Bin 8288 -> 12954 bytes boards/sounds/hu/geography/colombia.ogg | Bin 10382 -> 16938 bytes boards/sounds/hu/geography/costa_rica.ogg | Bin 11976 -> 21334 bytes boards/sounds/hu/geography/croatia.ogg | Bin 13830 -> 22673 bytes boards/sounds/hu/geography/cuba.ogg | Bin 7641 -> 11410 bytes boards/sounds/hu/geography/cyprus.ogg | Bin 10446 -> 17490 bytes boards/sounds/hu/geography/czech.ogg | Bin 11453 -> 16981 bytes boards/sounds/hu/geography/denmark.ogg | Bin 10837 -> 19104 bytes boards/sounds/hu/geography/dominican_republic.ogg | Bin 19032 -> 30690 bytes boards/sounds/hu/geography/ecuador.ogg | Bin 11548 -> 21507 bytes boards/sounds/hu/geography/estonia.ogg | Bin 12096 -> 19651 bytes boards/sounds/hu/geography/finland.ogg | Bin 12702 -> 20227 bytes boards/sounds/hu/geography/france.ogg | Bin 15380 -> 22917 bytes boards/sounds/hu/geography/french_guiana.ogg | Bin 14921 -> 26179 bytes boards/sounds/hu/geography/germany.ogg | Bin 13734 -> 24743 bytes boards/sounds/hu/geography/greece.ogg | Bin 13034 -> 23875 bytes boards/sounds/hu/geography/greenland.ogg | Bin 12294 -> 20382 bytes boards/sounds/hu/geography/guatemala.ogg | Bin 10986 -> 18406 bytes boards/sounds/hu/geography/guyana.ogg | Bin 9634 -> 13905 bytes boards/sounds/hu/geography/haiti.ogg | Bin 9447 -> 14760 bytes boards/sounds/hu/geography/honduras.ogg | Bin 12341 -> 22616 bytes boards/sounds/hu/geography/hungary.ogg | Bin 12472 -> 19903 bytes boards/sounds/hu/geography/iceland.ogg | Bin 10161 -> 18025 bytes boards/sounds/hu/geography/ireland.ogg | Bin 11994 -> 18697 bytes boards/sounds/hu/geography/italy.ogg | Bin 13295 -> 23866 bytes boards/sounds/hu/geography/jamaica.ogg | Bin 11005 -> 18332 bytes boards/sounds/hu/geography/latvia.ogg | Bin 12481 -> 19104 bytes boards/sounds/hu/geography/lithuania.ogg | Bin 11576 -> 18179 bytes boards/sounds/hu/geography/luxembourg.ogg | Bin 12310 -> 18582 bytes boards/sounds/hu/geography/macedonia.ogg | Bin 12317 -> 20055 bytes boards/sounds/hu/geography/mexico.ogg | Bin 11156 -> 18119 bytes boards/sounds/hu/geography/moldova.ogg | Bin 9705 -> 13945 bytes boards/sounds/hu/geography/netherland.ogg | Bin 11542 -> 19667 bytes boards/sounds/hu/geography/nicaragua.ogg | Bin 11936 -> 18092 bytes boards/sounds/hu/geography/norway.ogg | Bin 11640 -> 20592 bytes boards/sounds/hu/geography/panama.ogg | Bin 8648 -> 17316 bytes boards/sounds/hu/geography/paraguay.ogg | Bin 10645 -> 17788 bytes boards/sounds/hu/geography/peru.ogg | Bin 7051 -> 11815 bytes boards/sounds/hu/geography/poland.ogg | Bin 13469 -> 23745 bytes boards/sounds/hu/geography/portugal.ogg | Bin 13776 -> 25936 bytes boards/sounds/hu/geography/romania.ogg | Bin 11833 -> 18102 bytes boards/sounds/hu/geography/russia.ogg | Bin 12654 -> 20040 bytes boards/sounds/hu/geography/salvador.ogg | Bin 11857 -> 16886 bytes boards/sounds/hu/geography/serbia_montenegro.ogg | Bin 18668 -> 29766 bytes boards/sounds/hu/geography/slovakia.ogg | Bin 11884 -> 17447 bytes boards/sounds/hu/geography/slovenia.ogg | Bin 11937 -> 17464 bytes boards/sounds/hu/geography/spain.ogg | Bin 14905 -> 25858 bytes boards/sounds/hu/geography/suriname.ogg | Bin 11618 -> 20028 bytes boards/sounds/hu/geography/sweden.ogg | Bin 13229 -> 23749 bytes boards/sounds/hu/geography/switz.ogg | Bin 10868 -> 19307 bytes boards/sounds/hu/geography/turkey.ogg | Bin 12469 -> 23091 bytes boards/sounds/hu/geography/ukraine.ogg | Bin 12278 -> 20792 bytes boards/sounds/hu/geography/united_kingdom.ogg | Bin 17155 -> 30586 bytes boards/sounds/hu/geography/uruguay.ogg | Bin 9353 -> 16067 bytes boards/sounds/hu/geography/usa.ogg | Bin 21249 -> 40774 bytes boards/sounds/hu/geography/venezuela.ogg | Bin 11525 -> 18768 bytes boards/sounds/hu/misc/awesome.ogg | Bin 10771 -> 17399 bytes boards/sounds/hu/misc/back.ogg | Bin 9408 -> 12570 bytes boards/sounds/hu/misc/click_on_letter.ogg | Bin 16851 -> 29384 bytes boards/sounds/hu/misc/congratulation.ogg | Bin 14454 -> 21700 bytes boards/sounds/hu/misc/fantastic.ogg | Bin 18759 -> 27643 bytes boards/sounds/hu/misc/good.ogg | Bin 8488 -> 10767 bytes boards/sounds/hu/misc/great.ogg | Bin 13263 -> 22072 bytes boards/sounds/hu/misc/help.ogg | Bin 14443 -> 24368 bytes boards/sounds/hu/misc/ok.ogg | Bin 9725 -> 13655 bytes boards/sounds/hu/misc/perfect.ogg | Bin 13232 -> 20807 bytes boards/sounds/hu/misc/quit.ogg | Bin 12825 -> 18939 bytes boards/sounds/hu/misc/super.ogg | Bin 13502 -> 19969 bytes boards/sounds/hu/misc/welcome.ogg | Bin 16202 -> 23615 bytes boards/sounds/id/alphabet/10.ogg | Bin 15211 -> 18374 bytes boards/sounds/id/alphabet/U0030.ogg | Bin 12928 -> 13817 bytes boards/sounds/id/alphabet/U0031.ogg | Bin 16768 -> 22689 bytes boards/sounds/id/alphabet/U0032.ogg | Bin 13603 -> 17738 bytes boards/sounds/id/alphabet/U0033.ogg | Bin 14942 -> 18442 bytes boards/sounds/id/alphabet/U0034.ogg | Bin 14059 -> 16406 bytes boards/sounds/id/alphabet/U0035.ogg | Bin 15494 -> 19511 bytes boards/sounds/id/alphabet/U0036.ogg | Bin 13946 -> 17482 bytes boards/sounds/id/alphabet/U0037.ogg | Bin 14928 -> 17648 bytes boards/sounds/id/alphabet/U0038.ogg | Bin 15769 -> 19449 bytes boards/sounds/id/alphabet/U0039.ogg | Bin 16098 -> 20341 bytes boards/sounds/id/alphabet/U0061.ogg | Bin 11529 -> 13740 bytes boards/sounds/id/alphabet/U0062.ogg | Bin 11268 -> 13403 bytes boards/sounds/id/alphabet/U0063.ogg | Bin 12885 -> 16684 bytes boards/sounds/id/alphabet/U0064.ogg | Bin 10810 -> 13410 bytes boards/sounds/id/alphabet/U0065.ogg | Bin 11594 -> 13641 bytes boards/sounds/id/alphabet/U0066.ogg | Bin 12592 -> 15785 bytes boards/sounds/id/alphabet/U0067.ogg | Bin 12212 -> 15020 bytes boards/sounds/id/alphabet/U0068.ogg | Bin 11116 -> 13392 bytes boards/sounds/id/alphabet/U0069.ogg | Bin 11799 -> 14903 bytes boards/sounds/id/alphabet/U006A.ogg | Bin 11957 -> 15191 bytes boards/sounds/id/alphabet/U006B.ogg | Bin 11381 -> 13305 bytes boards/sounds/id/alphabet/U006C.ogg | Bin 11883 -> 14464 bytes boards/sounds/id/alphabet/U006D.ogg | Bin 10743 -> 13421 bytes boards/sounds/id/alphabet/U006E.ogg | Bin 11507 -> 13335 bytes boards/sounds/id/alphabet/U006F.ogg | Bin 11036 -> 12508 bytes boards/sounds/id/alphabet/U0070.ogg | Bin 10928 -> 12865 bytes boards/sounds/id/alphabet/U0071.ogg | Bin 12325 -> 16717 bytes boards/sounds/id/alphabet/U0072.ogg | Bin 11154 -> 12999 bytes boards/sounds/id/alphabet/U0073.ogg | Bin 11742 -> 14957 bytes boards/sounds/id/alphabet/U0074.ogg | Bin 10671 -> 13414 bytes boards/sounds/id/alphabet/U0075.ogg | Bin 10491 -> 12400 bytes boards/sounds/id/alphabet/U0076.ogg | Bin 11323 -> 14069 bytes boards/sounds/id/alphabet/U0077.ogg | Bin 11028 -> 13210 bytes boards/sounds/id/alphabet/U0078.ogg | Bin 12299 -> 14574 bytes boards/sounds/id/alphabet/U0079.ogg | Bin 11483 -> 13529 bytes boards/sounds/id/alphabet/U007A.ogg | Bin 10189 -> 12945 bytes boards/sounds/id/colors/black.ogg | Bin 16293 -> 26398 bytes boards/sounds/id/colors/blue.ogg | Bin 13852 -> 20409 bytes boards/sounds/id/colors/brown.ogg | Bin 14486 -> 23357 bytes boards/sounds/id/colors/green.ogg | Bin 15057 -> 21014 bytes boards/sounds/id/colors/grey.ogg | Bin 18090 -> 28823 bytes boards/sounds/id/colors/orange.ogg | Bin 14160 -> 21422 bytes boards/sounds/id/colors/pink.ogg | Bin 19050 -> 31134 bytes boards/sounds/id/colors/purple.ogg | Bin 16450 -> 24251 bytes boards/sounds/id/colors/red.ogg | Bin 16978 -> 22465 bytes boards/sounds/id/colors/white.ogg | Bin 15510 -> 23419 bytes boards/sounds/id/colors/yellow.ogg | Bin 12980 -> 20055 bytes boards/sounds/id/misc/about.ogg | Bin 20723 -> 31254 bytes boards/sounds/id/misc/awesome.ogg | Bin 19598 -> 25961 bytes boards/sounds/id/misc/back.ogg | Bin 12451 -> 15898 bytes boards/sounds/id/misc/by.ogg | Bin 13938 -> 16221 bytes boards/sounds/id/misc/check_answer.ogg | Bin 21841 -> 27074 bytes boards/sounds/id/misc/click_on_letter.ogg | Bin 21322 -> 27062 bytes boards/sounds/id/misc/configuration.ogg | Bin 15455 -> 22908 bytes boards/sounds/id/misc/congratulation.ogg | Bin 16026 -> 20753 bytes boards/sounds/id/misc/equal.ogg | Bin 19925 -> 24549 bytes boards/sounds/id/misc/fantastic.ogg | Bin 19806 -> 25779 bytes boards/sounds/id/misc/good.ogg | Bin 15255 -> 18108 bytes boards/sounds/id/misc/great.ogg | Bin 14950 -> 18041 bytes boards/sounds/id/misc/help.ogg | Bin 14465 -> 19242 bytes boards/sounds/id/misc/level.ogg | Bin 14376 -> 18416 bytes boards/sounds/id/misc/minus.ogg | Bin 17704 -> 24352 bytes boards/sounds/id/misc/ok.ogg | Bin 20172 -> 29096 bytes boards/sounds/id/misc/outof.ogg | Bin 13085 -> 16857 bytes boards/sounds/id/misc/perfect.ogg | Bin 21035 -> 26236 bytes boards/sounds/id/misc/plus.ogg | Bin 15886 -> 22335 bytes boards/sounds/id/misc/quit.ogg | Bin 17218 -> 26850 bytes boards/sounds/id/misc/super.ogg | Bin 17695 -> 21987 bytes boards/sounds/id/misc/waytogo.ogg | Bin 16525 -> 20164 bytes boards/sounds/id/misc/welcome.ogg | Bin 31417 -> 43019 bytes boards/sounds/it/alphabet/10.ogg | Bin 14934 -> 29285 bytes boards/sounds/it/alphabet/11.ogg | Bin 14595 -> 27322 bytes boards/sounds/it/alphabet/12.ogg | Bin 16164 -> 27947 bytes boards/sounds/it/alphabet/13.ogg | Bin 17065 -> 33831 bytes boards/sounds/it/alphabet/14.ogg | Bin 17909 -> 34005 bytes boards/sounds/it/alphabet/15.ogg | Bin 16117 -> 31446 bytes boards/sounds/it/alphabet/16.ogg | Bin 15326 -> 29226 bytes boards/sounds/it/alphabet/17.ogg | Bin 19161 -> 36571 bytes boards/sounds/it/alphabet/18.ogg | Bin 15287 -> 27944 bytes boards/sounds/it/alphabet/19.ogg | Bin 18105 -> 35785 bytes boards/sounds/it/alphabet/20.ogg | Bin 13432 -> 22971 bytes boards/sounds/it/alphabet/U0031.ogg | Bin 20290 -> 37124 bytes boards/sounds/it/alphabet/U0032.ogg | Bin 21472 -> 36970 bytes boards/sounds/it/alphabet/U0033.ogg | Bin 15792 -> 28508 bytes boards/sounds/it/alphabet/U0034.ogg | Bin 17849 -> 32841 bytes boards/sounds/it/alphabet/U0035.ogg | Bin 15672 -> 30727 bytes boards/sounds/it/alphabet/U0036.ogg | Bin 15090 -> 29975 bytes boards/sounds/it/alphabet/U0037.ogg | Bin 16376 -> 30684 bytes boards/sounds/it/alphabet/U0038.ogg | Bin 15312 -> 27522 bytes boards/sounds/it/alphabet/U0039.ogg | Bin 15430 -> 30193 bytes boards/sounds/it/alphabet/U0061.ogg | Bin 13157 -> 26496 bytes boards/sounds/it/alphabet/U0062.ogg | Bin 12654 -> 21797 bytes boards/sounds/it/alphabet/U0063.ogg | Bin 13069 -> 22726 bytes boards/sounds/it/alphabet/U0064.ogg | Bin 14682 -> 24676 bytes boards/sounds/it/alphabet/U0065.ogg | Bin 16252 -> 30127 bytes boards/sounds/it/alphabet/U0066.ogg | Bin 14925 -> 28396 bytes boards/sounds/it/alphabet/U0067.ogg | Bin 12768 -> 21798 bytes boards/sounds/it/alphabet/U0068.ogg | Bin 15900 -> 31649 bytes boards/sounds/it/alphabet/U0069.ogg | Bin 14142 -> 25382 bytes boards/sounds/it/alphabet/U006A.ogg | Bin 12662 -> 27138 bytes boards/sounds/it/alphabet/U006B.ogg | Bin 12078 -> 23989 bytes boards/sounds/it/alphabet/U006C.ogg | Bin 16419 -> 31640 bytes boards/sounds/it/alphabet/U006D.ogg | Bin 13460 -> 24803 bytes boards/sounds/it/alphabet/U006E.ogg | Bin 13955 -> 25421 bytes boards/sounds/it/alphabet/U006F.ogg | Bin 10917 -> 19137 bytes boards/sounds/it/alphabet/U0070.ogg | Bin 10865 -> 18869 bytes boards/sounds/it/alphabet/U0071.ogg | Bin 13919 -> 23244 bytes boards/sounds/it/alphabet/U0072.ogg | Bin 14899 -> 27086 bytes boards/sounds/it/alphabet/U0073.ogg | Bin 14886 -> 28312 bytes boards/sounds/it/alphabet/U0074.ogg | Bin 13663 -> 22638 bytes boards/sounds/it/alphabet/U0075.ogg | Bin 9950 -> 17124 bytes boards/sounds/it/alphabet/U0076.ogg | Bin 11084 -> 19195 bytes boards/sounds/it/alphabet/U0077.ogg | Bin 13046 -> 22262 bytes boards/sounds/it/alphabet/U0078.ogg | Bin 12784 -> 26810 bytes boards/sounds/it/alphabet/U0079.ogg | Bin 13782 -> 29848 bytes boards/sounds/it/alphabet/U007A.ogg | Bin 14103 -> 24000 bytes boards/sounds/it/colors/black.ogg | Bin 15309 -> 25650 bytes boards/sounds/it/colors/blue.ogg | Bin 13346 -> 21139 bytes boards/sounds/it/colors/brown.ogg | Bin 15880 -> 27788 bytes boards/sounds/it/colors/green.ogg | Bin 14378 -> 24362 bytes boards/sounds/it/colors/grey.ogg | Bin 15171 -> 25274 bytes boards/sounds/it/colors/orange.ogg | Bin 18864 -> 33256 bytes boards/sounds/it/colors/pink.ogg | Bin 18468 -> 29687 bytes boards/sounds/it/colors/purple.ogg | Bin 15650 -> 25249 bytes boards/sounds/it/colors/red.ogg | Bin 17300 -> 28741 bytes boards/sounds/it/colors/white.ogg | Bin 16959 -> 25112 bytes boards/sounds/it/colors/yellow.ogg | Bin 14316 -> 22408 bytes boards/sounds/it/geography/alaska.ogg | Bin 13203 -> 23052 bytes boards/sounds/it/geography/albania.ogg | Bin 12695 -> 22800 bytes boards/sounds/it/geography/argentina.ogg | Bin 15684 -> 31677 bytes boards/sounds/it/geography/austria.ogg | Bin 13963 -> 24350 bytes boards/sounds/it/geography/bahamas.ogg | Bin 12256 -> 23307 bytes boards/sounds/it/geography/belarus.ogg | Bin 13358 -> 24343 bytes boards/sounds/it/geography/belgium.ogg | Bin 11691 -> 21370 bytes boards/sounds/it/geography/bolivia.ogg | Bin 11574 -> 22973 bytes boards/sounds/it/geography/bosnia_herzegovina.ogg | Bin 17836 -> 33934 bytes boards/sounds/it/geography/brazil.ogg | Bin 11222 -> 23718 bytes boards/sounds/it/geography/bulgaria.ogg | Bin 12222 -> 24879 bytes boards/sounds/it/geography/canada.ogg | Bin 13226 -> 24279 bytes boards/sounds/it/geography/chile.ogg | Bin 12070 -> 21964 bytes boards/sounds/it/geography/colombia.ogg | Bin 12607 -> 24455 bytes boards/sounds/it/geography/costa_rica.ogg | Bin 14577 -> 26628 bytes boards/sounds/it/geography/croatia.ogg | Bin 14862 -> 26867 bytes boards/sounds/it/geography/cuba.ogg | Bin 11559 -> 21160 bytes boards/sounds/it/geography/cyprus.ogg | Bin 12377 -> 23133 bytes boards/sounds/it/geography/czech.ogg | Bin 16776 -> 33480 bytes boards/sounds/it/geography/denmark.ogg | Bin 14213 -> 27401 bytes boards/sounds/it/geography/dominican_republic.ogg | Bin 18399 -> 39517 bytes boards/sounds/it/geography/ecuador.ogg | Bin 11850 -> 23683 bytes boards/sounds/it/geography/estonia.ogg | Bin 12223 -> 22881 bytes boards/sounds/it/geography/finland.ogg | Bin 13894 -> 26119 bytes boards/sounds/it/geography/french_guiana.ogg | Bin 17026 -> 34102 bytes boards/sounds/it/geography/greece.ogg | Bin 13368 -> 24020 bytes boards/sounds/it/geography/greenland.ogg | Bin 15560 -> 32412 bytes boards/sounds/it/geography/guatemala.ogg | Bin 13696 -> 27180 bytes boards/sounds/it/geography/guyana.ogg | Bin 9885 -> 18807 bytes boards/sounds/it/geography/haiti.ogg | Bin 11629 -> 20851 bytes boards/sounds/it/geography/honduras.ogg | Bin 14443 -> 26407 bytes boards/sounds/it/geography/hungary.ogg | Bin 12419 -> 22272 bytes boards/sounds/it/geography/iceland.ogg | Bin 13338 -> 27089 bytes boards/sounds/it/geography/ireland.ogg | Bin 13444 -> 26918 bytes boards/sounds/it/geography/italy.ogg | Bin 13454 -> 24484 bytes boards/sounds/it/geography/jamaica.ogg | Bin 13997 -> 27152 bytes boards/sounds/it/geography/latvia.ogg | Bin 15278 -> 32458 bytes boards/sounds/it/geography/lithuania.ogg | Bin 15186 -> 27697 bytes boards/sounds/it/geography/luxembourg.ogg | Bin 15385 -> 30988 bytes boards/sounds/it/geography/macedonia.ogg | Bin 14075 -> 29640 bytes boards/sounds/it/geography/mexico.ogg | Bin 12736 -> 23492 bytes boards/sounds/it/geography/moldova.ogg | Bin 15186 -> 31087 bytes boards/sounds/it/geography/netherland.ogg | Bin 17001 -> 31223 bytes boards/sounds/it/geography/nicaragua.ogg | Bin 15272 -> 28258 bytes boards/sounds/it/geography/norway.ogg | Bin 15633 -> 29361 bytes boards/sounds/it/geography/panama.ogg | Bin 12186 -> 24243 bytes boards/sounds/it/geography/paraguay.ogg | Bin 16206 -> 28459 bytes boards/sounds/it/geography/peru.ogg | Bin 8222 -> 13179 bytes boards/sounds/it/geography/poland.ogg | Bin 11457 -> 23066 bytes boards/sounds/it/geography/portugal.ogg | Bin 15406 -> 30229 bytes boards/sounds/it/geography/romania.ogg | Bin 14332 -> 25807 bytes boards/sounds/it/geography/russia.ogg | Bin 13735 -> 26226 bytes boards/sounds/it/geography/salvador.ogg | Bin 13026 -> 24644 bytes boards/sounds/it/geography/serbia_montenegro.ogg | Bin 18897 -> 36718 bytes boards/sounds/it/geography/slovakia.ogg | Bin 19636 -> 38171 bytes boards/sounds/it/geography/slovenia.ogg | Bin 12844 -> 27829 bytes boards/sounds/it/geography/spain.ogg | Bin 14756 -> 28544 bytes boards/sounds/it/geography/suriname.ogg | Bin 15531 -> 30391 bytes boards/sounds/it/geography/sweden.ogg | Bin 15212 -> 29091 bytes boards/sounds/it/geography/switz.ogg | Bin 14803 -> 28884 bytes boards/sounds/it/geography/turkey.ogg | Bin 13014 -> 24585 bytes boards/sounds/it/geography/ukraine.ogg | Bin 14576 -> 28418 bytes boards/sounds/it/geography/united_kingdom.ogg | Bin 15987 -> 30873 bytes boards/sounds/it/geography/uruguay.ogg | Bin 13263 -> 21941 bytes boards/sounds/it/geography/usa.ogg | Bin 20252 -> 40429 bytes boards/sounds/it/geography/venezuela.ogg | Bin 14555 -> 26960 bytes boards/sounds/it/misc/back.ogg | Bin 11900 -> 23994 bytes boards/sounds/it/misc/by.ogg | Bin 12978 -> 25688 bytes boards/sounds/it/misc/click_on_letter.ogg | Bin 20664 -> 41301 bytes boards/sounds/it/misc/congratulation.ogg | Bin 15828 -> 32040 bytes boards/sounds/it/misc/equal.ogg | Bin 15013 -> 27329 bytes boards/sounds/it/misc/good.ogg | Bin 11027 -> 19810 bytes boards/sounds/it/misc/great.ogg | Bin 13846 -> 25837 bytes boards/sounds/it/misc/help.ogg | Bin 12955 -> 24889 bytes boards/sounds/it/misc/level.ogg | Bin 13193 -> 26846 bytes boards/sounds/it/misc/minus.ogg | Bin 11805 -> 23989 bytes boards/sounds/it/misc/ok.ogg | Bin 15268 -> 28438 bytes boards/sounds/it/misc/outof.ogg | Bin 12194 -> 25942 bytes boards/sounds/it/misc/plus.ogg | Bin 14071 -> 25887 bytes boards/sounds/it/misc/quit.ogg | Bin 11896 -> 23926 bytes boards/sounds/it/misc/super.ogg | Bin 12185 -> 25075 bytes boards/sounds/it/misc/welcome.ogg | Bin 13575 -> 14175 bytes boards/sounds/melody/guitar/melody.ogg | Bin 6814 -> 0 bytes boards/sounds/melody/guitar/melody.wav | Bin 0 -> 56102 bytes boards/sounds/melody/guitar/son1.ogg | Bin 4640 -> 0 bytes boards/sounds/melody/guitar/son1.wav | Bin 0 -> 99132 bytes boards/sounds/melody/guitar/son2.ogg | Bin 4628 -> 0 bytes boards/sounds/melody/guitar/son2.wav | Bin 0 -> 85870 bytes boards/sounds/melody/guitar/son3.ogg | Bin 4631 -> 0 bytes boards/sounds/melody/guitar/son3.wav | Bin 0 -> 78308 bytes boards/sounds/melody/guitar/son4.ogg | Bin 4649 -> 0 bytes boards/sounds/melody/guitar/son4.wav | Bin 0 -> 87924 bytes boards/sounds/melody/tachos/melody.ogg | Bin 10268 -> 0 bytes boards/sounds/melody/tachos/melody.wav | Bin 0 -> 47310 bytes boards/sounds/melody/tachos/son1.ogg | Bin 6134 -> 0 bytes boards/sounds/melody/tachos/son1.wav | Bin 0 -> 15022 bytes boards/sounds/melody/tachos/son2.ogg | Bin 6742 -> 0 bytes boards/sounds/melody/tachos/son2.wav | Bin 0 -> 20202 bytes boards/sounds/melody/tachos/son3.ogg | Bin 8137 -> 0 bytes boards/sounds/melody/tachos/son3.wav | Bin 0 -> 30874 bytes boards/sounds/melody/tachos/son4.ogg | Bin 8391 -> 0 bytes boards/sounds/melody/tachos/son4.wav | Bin 0 -> 34496 bytes boards/sounds/melody/xylofon/melody.ogg | Bin 6814 -> 0 bytes boards/sounds/melody/xylofon/melody.wav | Bin 0 -> 56102 bytes boards/sounds/melody/xylofon/son1.ogg | Bin 4910 -> 0 bytes boards/sounds/melody/xylofon/son1.wav | Bin 0 -> 34070 bytes boards/sounds/melody/xylofon/son2.ogg | Bin 6235 -> 0 bytes boards/sounds/melody/xylofon/son2.wav | Bin 0 -> 44236 bytes boards/sounds/melody/xylofon/son3.ogg | Bin 5958 -> 0 bytes boards/sounds/melody/xylofon/son3.wav | Bin 0 -> 41696 bytes boards/sounds/melody/xylofon/son4.ogg | Bin 6388 -> 0 bytes boards/sounds/melody/xylofon/son4.wav | Bin 0 -> 44896 bytes boards/sounds/memory/plick.ogg | Bin 11483 -> 8568 bytes boards/sounds/memory/tick.ogg | Bin 7857 -> 6002 bytes boards/sounds/memory/tri.ogg | Bin 15061 -> 9710 bytes boards/sounds/mr/alphabet/10.ogg | Bin 23244 -> 41635 bytes boards/sounds/mr/alphabet/11.ogg | Bin 42496 -> 61805 bytes boards/sounds/mr/alphabet/12.ogg | Bin 28154 -> 42231 bytes boards/sounds/mr/alphabet/13.ogg | Bin 26628 -> 39358 bytes boards/sounds/mr/alphabet/14.ogg | Bin 25904 -> 34445 bytes boards/sounds/mr/alphabet/15.ogg | Bin 22715 -> 31012 bytes boards/sounds/mr/alphabet/16.ogg | Bin 35562 -> 46148 bytes boards/sounds/mr/alphabet/17.ogg | Bin 22867 -> 33478 bytes boards/sounds/mr/alphabet/18.ogg | Bin 22649 -> 33429 bytes boards/sounds/mr/alphabet/19.ogg | Bin 23732 -> 35670 bytes boards/sounds/mr/alphabet/20.ogg | Bin 23045 -> 32967 bytes boards/sounds/mr/alphabet/U0030.ogg | Bin 29604 -> 37873 bytes boards/sounds/mr/alphabet/U0031.ogg | Bin 36601 -> 53817 bytes boards/sounds/mr/alphabet/U0032.ogg | Bin 40181 -> 63437 bytes boards/sounds/mr/alphabet/U0033.ogg | Bin 27475 -> 44859 bytes boards/sounds/mr/alphabet/U0034.ogg | Bin 32403 -> 51683 bytes boards/sounds/mr/alphabet/U0035.ogg | Bin 43091 -> 67573 bytes boards/sounds/mr/alphabet/U0036.ogg | Bin 26373 -> 36952 bytes boards/sounds/mr/alphabet/U0037.ogg | Bin 41143 -> 57756 bytes boards/sounds/mr/alphabet/U0038.ogg | Bin 30261 -> 39658 bytes boards/sounds/mr/alphabet/U0039.ogg | Bin 38186 -> 54725 bytes boards/sounds/mr/alphabet/U0061.ogg | Bin 38338 -> 52244 bytes boards/sounds/mr/alphabet/U0062.ogg | Bin 27873 -> 45762 bytes boards/sounds/mr/alphabet/U0063.ogg | Bin 28890 -> 39521 bytes boards/sounds/mr/alphabet/U0064.ogg | Bin 28318 -> 41954 bytes boards/sounds/mr/alphabet/U0065.ogg | Bin 19991 -> 24748 bytes boards/sounds/mr/alphabet/U0066.ogg | Bin 27533 -> 37306 bytes boards/sounds/mr/alphabet/U0067.ogg | Bin 25639 -> 36983 bytes boards/sounds/mr/alphabet/U0068.ogg | Bin 25009 -> 33522 bytes boards/sounds/mr/alphabet/U0069.ogg | Bin 25711 -> 35572 bytes boards/sounds/mr/alphabet/U006A.ogg | Bin 27625 -> 33828 bytes boards/sounds/mr/alphabet/U006B.ogg | Bin 31068 -> 41281 bytes boards/sounds/mr/alphabet/U006C.ogg | Bin 32777 -> 43907 bytes boards/sounds/mr/alphabet/U006D.ogg | Bin 26774 -> 38452 bytes boards/sounds/mr/alphabet/U006E.ogg | Bin 23914 -> 34778 bytes boards/sounds/mr/alphabet/U006F.ogg | Bin 28261 -> 39530 bytes boards/sounds/mr/alphabet/U0070.ogg | Bin 22385 -> 28573 bytes boards/sounds/mr/alphabet/U0071.ogg | Bin 23460 -> 30837 bytes boards/sounds/mr/alphabet/U0072.ogg | Bin 20631 -> 28482 bytes boards/sounds/mr/alphabet/U0073.ogg | Bin 19583 -> 26368 bytes boards/sounds/mr/alphabet/U0074.ogg | Bin 23584 -> 28939 bytes boards/sounds/mr/alphabet/U0075.ogg | Bin 29316 -> 54102 bytes boards/sounds/mr/alphabet/U0076.ogg | Bin 23952 -> 32305 bytes boards/sounds/mr/alphabet/U0077.ogg | Bin 22838 -> 29052 bytes boards/sounds/mr/alphabet/U0078.ogg | Bin 19664 -> 26901 bytes boards/sounds/mr/alphabet/U0079.ogg | Bin 17121 -> 20952 bytes boards/sounds/mr/alphabet/U007A.ogg | Bin 26049 -> 48595 bytes boards/sounds/mr/colors/black.ogg | Bin 30534 -> 44855 bytes boards/sounds/mr/colors/blue.ogg | Bin 25307 -> 34302 bytes boards/sounds/mr/colors/brown.ogg | Bin 28761 -> 41324 bytes boards/sounds/mr/colors/green.ogg | Bin 26677 -> 38857 bytes boards/sounds/mr/colors/grey.ogg | Bin 21251 -> 28934 bytes boards/sounds/mr/colors/orange.ogg | Bin 31190 -> 43787 bytes boards/sounds/mr/colors/pink.ogg | Bin 25902 -> 36769 bytes boards/sounds/mr/colors/purple.ogg | Bin 28074 -> 40740 bytes boards/sounds/mr/colors/red.ogg | Bin 23019 -> 36573 bytes boards/sounds/mr/colors/white.ogg | Bin 24220 -> 33211 bytes boards/sounds/mr/colors/yellow.ogg | Bin 25206 -> 33759 bytes boards/sounds/mr/geography/africa.ogg | Bin 20570 -> 28465 bytes boards/sounds/mr/geography/alaska.ogg | Bin 25572 -> 16243 bytes boards/sounds/mr/geography/albania.ogg | Bin 27271 -> 36575 bytes boards/sounds/mr/geography/algeria.ogg | Bin 22256 -> 29338 bytes boards/sounds/mr/geography/america.ogg | Bin 20379 -> 26247 bytes boards/sounds/mr/geography/angola.ogg | Bin 16662 -> 21514 bytes boards/sounds/mr/geography/antartica.ogg | Bin 22960 -> 31139 bytes boards/sounds/mr/geography/argentina.ogg | Bin 25901 -> 36432 bytes boards/sounds/mr/geography/asia.ogg | Bin 19158 -> 26796 bytes boards/sounds/mr/geography/austria.ogg | Bin 32176 -> 42181 bytes boards/sounds/mr/geography/bahamas.ogg | Bin 37725 -> 50600 bytes boards/sounds/mr/geography/belarus.ogg | Bin 26242 -> 38590 bytes boards/sounds/mr/geography/belgium.ogg | Bin 25592 -> 37078 bytes boards/sounds/mr/geography/benin.ogg | Bin 17044 -> 23817 bytes boards/sounds/mr/geography/bolivia.ogg | Bin 31975 -> 44071 bytes boards/sounds/mr/geography/bosnia_herzegovina.ogg | Bin 42670 -> 59404 bytes boards/sounds/mr/geography/botswana.ogg | Bin 23618 -> 32709 bytes boards/sounds/mr/geography/brazil.ogg | Bin 27332 -> 37922 bytes boards/sounds/mr/geography/bulgaria.ogg | Bin 31903 -> 45027 bytes boards/sounds/mr/geography/burkina.ogg | Bin 16340 -> 22377 bytes boards/sounds/mr/geography/burundi.ogg | Bin 18377 -> 23016 bytes boards/sounds/mr/geography/cameroon.ogg | Bin 21455 -> 29484 bytes boards/sounds/mr/geography/canada.ogg | Bin 32233 -> 41916 bytes .../mr/geography/central_african_republic.ogg | Bin 45280 -> 64224 bytes boards/sounds/mr/geography/chad.ogg | Bin 16420 -> 21449 bytes boards/sounds/mr/geography/chile.ogg | Bin 23944 -> 36360 bytes boards/sounds/mr/geography/colombia.ogg | Bin 24051 -> 30691 bytes boards/sounds/mr/geography/congo.ogg | Bin 18574 -> 23300 bytes boards/sounds/mr/geography/costa_rica.ogg | Bin 32671 -> 47139 bytes boards/sounds/mr/geography/croatia.ogg | Bin 33233 -> 47287 bytes boards/sounds/mr/geography/cuba.ogg | Bin 28014 -> 40858 bytes boards/sounds/mr/geography/cyprus.ogg | Bin 40790 -> 54036 bytes boards/sounds/mr/geography/czech.ogg | Bin 30382 -> 43962 bytes boards/sounds/mr/geography/denmark.ogg | Bin 28875 -> 38479 bytes boards/sounds/mr/geography/djibouti.ogg | Bin 19946 -> 28027 bytes boards/sounds/mr/geography/dominican_republic.ogg | Bin 46923 -> 69107 bytes boards/sounds/mr/geography/ecuador.ogg | Bin 32473 -> 48683 bytes boards/sounds/mr/geography/egypt.ogg | Bin 12855 -> 16048 bytes boards/sounds/mr/geography/equatorial_guinea.ogg | Bin 29994 -> 43663 bytes boards/sounds/mr/geography/eritrea.ogg | Bin 18323 -> 24888 bytes boards/sounds/mr/geography/estonia.ogg | Bin 27623 -> 35629 bytes boards/sounds/mr/geography/ethiopia.ogg | Bin 20236 -> 29609 bytes boards/sounds/mr/geography/europe.ogg | Bin 18469 -> 24081 bytes boards/sounds/mr/geography/finland.ogg | Bin 31985 -> 41841 bytes boards/sounds/mr/geography/france.ogg | Bin 25638 -> 38120 bytes boards/sounds/mr/geography/french_guiana.ogg | Bin 34329 -> 52110 bytes boards/sounds/mr/geography/gabon.ogg | Bin 17344 -> 25452 bytes boards/sounds/mr/geography/gambia.ogg | Bin 19245 -> 25478 bytes boards/sounds/mr/geography/germany.ogg | Bin 27551 -> 39938 bytes boards/sounds/mr/geography/ghana.ogg | Bin 15323 -> 24697 bytes boards/sounds/mr/geography/greece.ogg | Bin 31500 -> 41543 bytes boards/sounds/mr/geography/greenland.ogg | Bin 27321 -> 36262 bytes boards/sounds/mr/geography/guatemala.ogg | Bin 26380 -> 33374 bytes boards/sounds/mr/geography/guinea.ogg | Bin 18131 -> 24629 bytes boards/sounds/mr/geography/guinea_bissau.ogg | Bin 25450 -> 34481 bytes boards/sounds/mr/geography/guyana.ogg | Bin 28313 -> 37710 bytes boards/sounds/mr/geography/haiti.ogg | Bin 24781 -> 34864 bytes boards/sounds/mr/geography/honduras.ogg | Bin 29382 -> 39015 bytes boards/sounds/mr/geography/hungary.ogg | Bin 26512 -> 35100 bytes boards/sounds/mr/geography/iceland.ogg | Bin 37440 -> 49603 bytes boards/sounds/mr/geography/ireland.ogg | Bin 28591 -> 35169 bytes boards/sounds/mr/geography/italy.ogg | Bin 28292 -> 40871 bytes boards/sounds/mr/geography/ivory_coast.ogg | Bin 30145 -> 43581 bytes boards/sounds/mr/geography/jamaica.ogg | Bin 36336 -> 49221 bytes boards/sounds/mr/geography/kenya.ogg | Bin 17020 -> 25372 bytes boards/sounds/mr/geography/latvia.ogg | Bin 31661 -> 43564 bytes boards/sounds/mr/geography/lesotho.ogg | Bin 19605 -> 27347 bytes boards/sounds/mr/geography/liberia.ogg | Bin 17864 -> 26040 bytes boards/sounds/mr/geography/libya.ogg | Bin 16312 -> 22188 bytes boards/sounds/mr/geography/lithuania.ogg | Bin 30869 -> 40959 bytes boards/sounds/mr/geography/luxembourg.ogg | Bin 36196 -> 49163 bytes boards/sounds/mr/geography/macedonia.ogg | Bin 29126 -> 38336 bytes boards/sounds/mr/geography/madagascar.ogg | Bin 26396 -> 36131 bytes boards/sounds/mr/geography/malawi.ogg | Bin 17107 -> 25393 bytes boards/sounds/mr/geography/mali.ogg | Bin 16486 -> 22439 bytes boards/sounds/mr/geography/mauritania.ogg | Bin 21831 -> 30514 bytes boards/sounds/mr/geography/mexico.ogg | Bin 28616 -> 40245 bytes boards/sounds/mr/geography/moldova.ogg | Bin 34193 -> 43275 bytes boards/sounds/mr/geography/moroco.ogg | Bin 17680 -> 22131 bytes boards/sounds/mr/geography/mozambique.ogg | Bin 22720 -> 32309 bytes boards/sounds/mr/geography/namibia.ogg | Bin 18283 -> 24247 bytes boards/sounds/mr/geography/netherland.ogg | Bin 39629 -> 59382 bytes boards/sounds/mr/geography/nicaragua.ogg | Bin 33464 -> 47584 bytes boards/sounds/mr/geography/niger.ogg | Bin 19451 -> 29989 bytes boards/sounds/mr/geography/nigeria.ogg | Bin 20399 -> 28737 bytes boards/sounds/mr/geography/north_america.ogg | Bin 24834 -> 35212 bytes boards/sounds/mr/geography/norway.ogg | Bin 30101 -> 42880 bytes boards/sounds/mr/geography/oceania.ogg | Bin 27282 -> 35847 bytes boards/sounds/mr/geography/panama.ogg | Bin 24923 -> 35913 bytes boards/sounds/mr/geography/paraguay.ogg | Bin 22040 -> 37446 bytes boards/sounds/mr/geography/peru.ogg | Bin 20701 -> 32084 bytes boards/sounds/mr/geography/poland.ogg | Bin 33296 -> 43907 bytes boards/sounds/mr/geography/portugal.ogg | Bin 32516 -> 42804 bytes boards/sounds/mr/geography/republic_of_congo.ogg | Bin 27437 -> 38121 bytes boards/sounds/mr/geography/romania.ogg | Bin 20615 -> 27786 bytes boards/sounds/mr/geography/russia.ogg | Bin 34709 -> 48519 bytes boards/sounds/mr/geography/rwanda.ogg | Bin 18029 -> 24568 bytes boards/sounds/mr/geography/salvador.ogg | Bin 34418 -> 49179 bytes boards/sounds/mr/geography/senegal.ogg | Bin 17996 -> 26104 bytes boards/sounds/mr/geography/serbia_montenegro.ogg | Bin 40450 -> 56884 bytes boards/sounds/mr/geography/sierra_leone.ogg | Bin 25104 -> 33223 bytes boards/sounds/mr/geography/slovakia.ogg | Bin 28351 -> 40545 bytes boards/sounds/mr/geography/slovenia.ogg | Bin 29434 -> 36090 bytes boards/sounds/mr/geography/somalia.ogg | Bin 19740 -> 24672 bytes boards/sounds/mr/geography/soudan.ogg | Bin 16454 -> 23187 bytes boards/sounds/mr/geography/south_africa.ogg | Bin 26198 -> 37553 bytes boards/sounds/mr/geography/south_america.ogg | Bin 23966 -> 34661 bytes boards/sounds/mr/geography/spain.ogg | Bin 31418 -> 40045 bytes boards/sounds/mr/geography/suriname.ogg | Bin 29870 -> 40500 bytes boards/sounds/mr/geography/swaziland.ogg | Bin 19192 -> 26030 bytes boards/sounds/mr/geography/sweden.ogg | Bin 28410 -> 35794 bytes boards/sounds/mr/geography/switz.ogg | Bin 27870 -> 36849 bytes boards/sounds/mr/geography/tanzania.ogg | Bin 20789 -> 29404 bytes boards/sounds/mr/geography/togo.ogg | Bin 14855 -> 18236 bytes boards/sounds/mr/geography/tunisia.ogg | Bin 18168 -> 25464 bytes boards/sounds/mr/geography/turkey.ogg | Bin 29720 -> 41911 bytes boards/sounds/mr/geography/uganda.ogg | Bin 20317 -> 26828 bytes boards/sounds/mr/geography/ukraine.ogg | Bin 46912 -> 61344 bytes boards/sounds/mr/geography/united_kingdom.ogg | Bin 32936 -> 42539 bytes boards/sounds/mr/geography/uruguay.ogg | Bin 31311 -> 39037 bytes boards/sounds/mr/geography/usa.ogg | Bin 31516 -> 40967 bytes boards/sounds/mr/geography/venezuela.ogg | Bin 23060 -> 29576 bytes boards/sounds/mr/geography/zambia.ogg | Bin 17057 -> 22781 bytes boards/sounds/mr/geography/zimbabwe.ogg | Bin 19623 -> 26191 bytes boards/sounds/mr/misc/about.ogg | Bin 21686 -> 32532 bytes boards/sounds/mr/misc/awesome.ogg | Bin 42044 -> 57260 bytes boards/sounds/mr/misc/back.ogg | Bin 24451 -> 39307 bytes boards/sounds/mr/misc/by.ogg | Bin 36819 -> 48006 bytes boards/sounds/mr/misc/check_answer.ogg | Bin 38440 -> 54424 bytes boards/sounds/mr/misc/click_on_letter.ogg | Bin 37662 -> 59157 bytes boards/sounds/mr/misc/configuration.ogg | Bin 26847 -> 35159 bytes boards/sounds/mr/misc/congratulation.ogg | Bin 36536 -> 48028 bytes boards/sounds/mr/misc/equal.ogg | Bin 25799 -> 35853 bytes boards/sounds/mr/misc/fantastic.ogg | Bin 36656 -> 55513 bytes boards/sounds/mr/misc/good.ogg | Bin 34736 -> 45923 bytes boards/sounds/mr/misc/great.ogg | Bin 36028 -> 47827 bytes boards/sounds/mr/misc/help.ogg | Bin 40008 -> 50081 bytes boards/sounds/mr/misc/level.ogg | Bin 31611 -> 39029 bytes boards/sounds/mr/misc/minus.ogg | Bin 37282 -> 57557 bytes boards/sounds/mr/misc/ok.ogg | Bin 33341 -> 47639 bytes boards/sounds/mr/misc/outof.ogg | Bin 30215 -> 42284 bytes boards/sounds/mr/misc/perfect.ogg | Bin 23835 -> 34472 bytes boards/sounds/mr/misc/plus.ogg | Bin 27625 -> 39795 bytes boards/sounds/mr/misc/quit.ogg | Bin 29978 -> 40600 bytes boards/sounds/mr/misc/super.ogg | Bin 45008 -> 59267 bytes boards/sounds/mr/misc/waytogo.ogg | Bin 35196 -> 50624 bytes boards/sounds/mr/misc/welcome.ogg | Bin 201645 -> 279062 bytes boards/sounds/nb/alphabet/10.ogg | Bin 19019 -> 18427 bytes boards/sounds/nb/alphabet/11.ogg | Bin 19663 -> 19506 bytes boards/sounds/nb/alphabet/12.ogg | Bin 19944 -> 19287 bytes boards/sounds/nb/alphabet/13.ogg | Bin 24151 -> 23406 bytes boards/sounds/nb/alphabet/14.ogg | Bin 22574 -> 21651 bytes boards/sounds/nb/alphabet/15.ogg | Bin 27104 -> 26890 bytes boards/sounds/nb/alphabet/16.ogg | Bin 24319 -> 23625 bytes boards/sounds/nb/alphabet/17.ogg | Bin 23017 -> 22874 bytes boards/sounds/nb/alphabet/18.ogg | Bin 26891 -> 26164 bytes boards/sounds/nb/alphabet/19.ogg | Bin 22911 -> 22028 bytes boards/sounds/nb/alphabet/20.ogg | Bin 21470 -> 20642 bytes boards/sounds/nb/alphabet/U0030.ogg | Bin 18744 -> 17465 bytes boards/sounds/nb/alphabet/U0031.ogg | Bin 18860 -> 18784 bytes boards/sounds/nb/alphabet/U0032.ogg | Bin 16877 -> 16217 bytes boards/sounds/nb/alphabet/U0033.ogg | Bin 23986 -> 23011 bytes boards/sounds/nb/alphabet/U0034.ogg | Bin 20767 -> 21487 bytes boards/sounds/nb/alphabet/U0035.ogg | Bin 18155 -> 18968 bytes boards/sounds/nb/alphabet/U0036.ogg | Bin 21923 -> 21959 bytes boards/sounds/nb/alphabet/U0037.ogg | Bin 20560 -> 19758 bytes boards/sounds/nb/alphabet/U0038.ogg | Bin 20478 -> 19885 bytes boards/sounds/nb/alphabet/U0039.ogg | Bin 19519 -> 18045 bytes boards/sounds/nb/alphabet/U0061.ogg | Bin 18114 -> 18401 bytes boards/sounds/nb/alphabet/U0062.ogg | Bin 18607 -> 19035 bytes boards/sounds/nb/alphabet/U0063.ogg | Bin 19427 -> 18705 bytes boards/sounds/nb/alphabet/U0064.ogg | Bin 15723 -> 15282 bytes boards/sounds/nb/alphabet/U0065.ogg | Bin 17582 -> 18547 bytes boards/sounds/nb/alphabet/U0066.ogg | Bin 21793 -> 21301 bytes boards/sounds/nb/alphabet/U0067.ogg | Bin 20151 -> 19880 bytes boards/sounds/nb/alphabet/U0068.ogg | Bin 17474 -> 15760 bytes boards/sounds/nb/alphabet/U0069.ogg | Bin 19720 -> 19518 bytes boards/sounds/nb/alphabet/U006A.ogg | Bin 18345 -> 18452 bytes boards/sounds/nb/alphabet/U006B.ogg | Bin 19328 -> 17081 bytes boards/sounds/nb/alphabet/U006C.ogg | Bin 18598 -> 18363 bytes boards/sounds/nb/alphabet/U006D.ogg | Bin 17494 -> 17488 bytes boards/sounds/nb/alphabet/U006E.ogg | Bin 18641 -> 18705 bytes boards/sounds/nb/alphabet/U006F.ogg | Bin 18968 -> 16752 bytes boards/sounds/nb/alphabet/U0070.ogg | Bin 18136 -> 18080 bytes boards/sounds/nb/alphabet/U0071.ogg | Bin 16362 -> 15007 bytes boards/sounds/nb/alphabet/U0072.ogg | Bin 20730 -> 20420 bytes boards/sounds/nb/alphabet/U0073.ogg | Bin 18771 -> 17592 bytes boards/sounds/nb/alphabet/U0074.ogg | Bin 18324 -> 18298 bytes boards/sounds/nb/alphabet/U0075.ogg | Bin 21290 -> 17908 bytes boards/sounds/nb/alphabet/U0076.ogg | Bin 18067 -> 17618 bytes boards/sounds/nb/alphabet/U0077.ogg | Bin 27608 -> 27275 bytes boards/sounds/nb/alphabet/U0078.ogg | Bin 22669 -> 22954 bytes boards/sounds/nb/alphabet/U0079.ogg | Bin 17755 -> 18320 bytes boards/sounds/nb/alphabet/U007A.ogg | Bin 17677 -> 17666 bytes boards/sounds/nb/alphabet/U00E5.ogg | Bin 17119 -> 15669 bytes boards/sounds/nb/alphabet/U00E6.ogg | Bin 18310 -> 18012 bytes boards/sounds/nb/alphabet/U00F8.ogg | Bin 18040 -> 16197 bytes boards/sounds/nb/colors/black.ogg | Bin 17260 -> 16862 bytes boards/sounds/nb/colors/blue.ogg | Bin 17029 -> 15095 bytes boards/sounds/nb/colors/brown.ogg | Bin 18593 -> 16888 bytes boards/sounds/nb/colors/green.ogg | Bin 17748 -> 17139 bytes boards/sounds/nb/colors/grey.ogg | Bin 20664 -> 20675 bytes boards/sounds/nb/colors/orange.ogg | Bin 21224 -> 21759 bytes boards/sounds/nb/colors/pink.ogg | Bin 21892 -> 21329 bytes boards/sounds/nb/colors/purple.ogg | Bin 25214 -> 23926 bytes boards/sounds/nb/colors/red.ogg | Bin 24736 -> 22507 bytes boards/sounds/nb/colors/white.ogg | Bin 21679 -> 21284 bytes boards/sounds/nb/colors/yellow.ogg | Bin 22790 -> 20623 bytes boards/sounds/nb/geography/africa.ogg | Bin 23163 -> 22308 bytes boards/sounds/nb/geography/alaska.ogg | Bin 22245 -> 21580 bytes boards/sounds/nb/geography/albania.ogg | Bin 23408 -> 23662 bytes boards/sounds/nb/geography/america.ogg | Bin 25641 -> 24214 bytes boards/sounds/nb/geography/angola.ogg | Bin 21509 -> 19870 bytes boards/sounds/nb/geography/argentina.ogg | Bin 22859 -> 21950 bytes boards/sounds/nb/geography/asia.ogg | Bin 27800 -> 27584 bytes boards/sounds/nb/geography/austria.ogg | Bin 23279 -> 22377 bytes boards/sounds/nb/geography/bahamas.ogg | Bin 22012 -> 22322 bytes boards/sounds/nb/geography/belarus.ogg | Bin 27187 -> 26093 bytes boards/sounds/nb/geography/belgium.ogg | Bin 19104 -> 18246 bytes boards/sounds/nb/geography/benin.ogg | Bin 18400 -> 16791 bytes boards/sounds/nb/geography/bolivia.ogg | Bin 16857 -> 16862 bytes boards/sounds/nb/geography/bosnia_herzegovina.ogg | Bin 32325 -> 31444 bytes boards/sounds/nb/geography/botswana.ogg | Bin 22826 -> 22160 bytes boards/sounds/nb/geography/brazil.ogg | Bin 21229 -> 21054 bytes boards/sounds/nb/geography/bulgaria.ogg | Bin 20252 -> 19458 bytes boards/sounds/nb/geography/burundi.ogg | Bin 19367 -> 16899 bytes boards/sounds/nb/geography/cameroon.ogg | Bin 20725 -> 18732 bytes boards/sounds/nb/geography/canada.ogg | Bin 20917 -> 19954 bytes boards/sounds/nb/geography/chile.ogg | Bin 19741 -> 19964 bytes boards/sounds/nb/geography/colombia.ogg | Bin 25298 -> 22632 bytes boards/sounds/nb/geography/congo.ogg | Bin 23705 -> 22522 bytes boards/sounds/nb/geography/costa_rica.ogg | Bin 23453 -> 23152 bytes boards/sounds/nb/geography/croatia.ogg | Bin 23723 -> 23101 bytes boards/sounds/nb/geography/cuba.ogg | Bin 19056 -> 18146 bytes boards/sounds/nb/geography/cyprus.ogg | Bin 24791 -> 24107 bytes boards/sounds/nb/geography/czech.ogg | Bin 21026 -> 20825 bytes boards/sounds/nb/geography/denmark.ogg | Bin 21740 -> 20720 bytes boards/sounds/nb/geography/dominican_republic.ogg | Bin 44766 -> 42837 bytes boards/sounds/nb/geography/ecuador.ogg | Bin 22306 -> 19565 bytes boards/sounds/nb/geography/egypt.ogg | Bin 23252 -> 22234 bytes boards/sounds/nb/geography/equatorial_guinea.ogg | Bin 30812 -> 29463 bytes boards/sounds/nb/geography/eritrea.ogg | Bin 26199 -> 25540 bytes boards/sounds/nb/geography/estonia.ogg | Bin 21575 -> 21416 bytes boards/sounds/nb/geography/europe.ogg | Bin 20265 -> 19661 bytes boards/sounds/nb/geography/finland.ogg | Bin 21918 -> 21104 bytes boards/sounds/nb/geography/france.ogg | Bin 24088 -> 23040 bytes boards/sounds/nb/geography/french_guiana.ogg | Bin 33443 -> 31458 bytes boards/sounds/nb/geography/gabon.ogg | Bin 19381 -> 18982 bytes boards/sounds/nb/geography/gambia.ogg | Bin 18820 -> 18263 bytes boards/sounds/nb/geography/germany.ogg | Bin 24674 -> 24860 bytes boards/sounds/nb/geography/ghana.ogg | Bin 19183 -> 18126 bytes boards/sounds/nb/geography/greece.ogg | Bin 20000 -> 19509 bytes boards/sounds/nb/geography/greenland.ogg | Bin 20367 -> 18772 bytes boards/sounds/nb/geography/guatemala.ogg | Bin 24516 -> 22246 bytes boards/sounds/nb/geography/guinea.ogg | Bin 18952 -> 17678 bytes boards/sounds/nb/geography/haiti.ogg | Bin 20715 -> 20307 bytes boards/sounds/nb/geography/honduras.ogg | Bin 23886 -> 20863 bytes boards/sounds/nb/geography/hungary.ogg | Bin 17712 -> 17557 bytes boards/sounds/nb/geography/iceland.ogg | Bin 17745 -> 16834 bytes boards/sounds/nb/geography/ireland.ogg | Bin 18333 -> 16959 bytes boards/sounds/nb/geography/italy.ogg | Bin 21410 -> 20580 bytes boards/sounds/nb/geography/ivory_coast.ogg | Bin 31751 -> 30683 bytes boards/sounds/nb/geography/jamaica.ogg | Bin 21198 -> 20323 bytes boards/sounds/nb/geography/kenya.ogg | Bin 21810 -> 20568 bytes boards/sounds/nb/geography/latvia.ogg | Bin 20926 -> 20435 bytes boards/sounds/nb/geography/lesotho.ogg | Bin 21334 -> 20248 bytes boards/sounds/nb/geography/liberia.ogg | Bin 20981 -> 21369 bytes boards/sounds/nb/geography/lithuania.ogg | Bin 24303 -> 23043 bytes boards/sounds/nb/geography/luxembourg.ogg | Bin 28067 -> 26945 bytes boards/sounds/nb/geography/macedonia.ogg | Bin 23557 -> 21614 bytes boards/sounds/nb/geography/madagascar.ogg | Bin 25493 -> 25388 bytes boards/sounds/nb/geography/mali.ogg | Bin 21783 -> 20232 bytes boards/sounds/nb/geography/mauritania.ogg | Bin 27612 -> 26334 bytes boards/sounds/nb/geography/mexico.ogg | Bin 22271 -> 21611 bytes boards/sounds/nb/geography/moldova.ogg | Bin 21481 -> 20435 bytes boards/sounds/nb/geography/moroco.ogg | Bin 19624 -> 19160 bytes boards/sounds/nb/geography/mozambique.ogg | Bin 22377 -> 21406 bytes boards/sounds/nb/geography/namibia.ogg | Bin 25374 -> 24346 bytes boards/sounds/nb/geography/netherland.ogg | Bin 20648 -> 18219 bytes boards/sounds/nb/geography/nicaragua.ogg | Bin 22387 -> 21735 bytes boards/sounds/nb/geography/niger.ogg | Bin 20318 -> 20013 bytes boards/sounds/nb/geography/nigeria.ogg | Bin 20591 -> 20083 bytes boards/sounds/nb/geography/north_america.ogg | Bin 23715 -> 22633 bytes boards/sounds/nb/geography/norway.ogg | Bin 24276 -> 22895 bytes boards/sounds/nb/geography/panama.ogg | Bin 18557 -> 17707 bytes boards/sounds/nb/geography/paraguay.ogg | Bin 22513 -> 18860 bytes boards/sounds/nb/geography/peru.ogg | Bin 13847 -> 12703 bytes boards/sounds/nb/geography/poland.ogg | Bin 17698 -> 16663 bytes boards/sounds/nb/geography/portugal.ogg | Bin 21037 -> 20068 bytes boards/sounds/nb/geography/romania.ogg | Bin 22008 -> 21406 bytes boards/sounds/nb/geography/russia.ogg | Bin 19162 -> 18179 bytes boards/sounds/nb/geography/rwanda.ogg | Bin 19804 -> 19200 bytes boards/sounds/nb/geography/salvador.ogg | Bin 27410 -> 26596 bytes boards/sounds/nb/geography/senegal.ogg | Bin 20066 -> 19722 bytes boards/sounds/nb/geography/serbia_montenegro.ogg | Bin 39079 -> 36502 bytes boards/sounds/nb/geography/slovakia.ogg | Bin 22082 -> 22389 bytes boards/sounds/nb/geography/slovenia.ogg | Bin 24550 -> 21887 bytes boards/sounds/nb/geography/somalia.ogg | Bin 22553 -> 20120 bytes boards/sounds/nb/geography/soudan.ogg | Bin 20466 -> 20035 bytes boards/sounds/nb/geography/south_africa.ogg | Bin 32066 -> 32000 bytes boards/sounds/nb/geography/south_america.ogg | Bin 23264 -> 22455 bytes boards/sounds/nb/geography/spain.ogg | Bin 19450 -> 18727 bytes boards/sounds/nb/geography/suriname.ogg | Bin 20765 -> 20245 bytes boards/sounds/nb/geography/swaziland.ogg | Bin 28054 -> 27311 bytes boards/sounds/nb/geography/sweden.ogg | Bin 18269 -> 17800 bytes boards/sounds/nb/geography/switz.ogg | Bin 24195 -> 23326 bytes boards/sounds/nb/geography/togo.ogg | Bin 19133 -> 18022 bytes boards/sounds/nb/geography/turkey.ogg | Bin 26366 -> 25397 bytes boards/sounds/nb/geography/uganda.ogg | Bin 19377 -> 18688 bytes boards/sounds/nb/geography/ukraine.ogg | Bin 17732 -> 16680 bytes boards/sounds/nb/geography/united_kingdom.ogg | Bin 24324 -> 23452 bytes boards/sounds/nb/geography/uruguay.ogg | Bin 19575 -> 15862 bytes boards/sounds/nb/geography/usa.ogg | Bin 20916 -> 20044 bytes boards/sounds/nb/geography/venezuela.ogg | Bin 25238 -> 24133 bytes boards/sounds/nb/geography/zambia.ogg | Bin 13558 -> 13313 bytes boards/sounds/nb/geography/zimbabwe.ogg | Bin 19651 -> 17409 bytes boards/sounds/nb/misc/about.ogg | Bin 35254 -> 35186 bytes boards/sounds/nb/misc/awesome.ogg | Bin 26553 -> 26593 bytes boards/sounds/nb/misc/back.ogg | Bin 21852 -> 20529 bytes boards/sounds/nb/misc/by.ogg | Bin 15971 -> 15275 bytes boards/sounds/nb/misc/check_answer.ogg | Bin 39667 -> 40155 bytes boards/sounds/nb/misc/click_on_letter.ogg | Bin 28781 -> 29092 bytes boards/sounds/nb/misc/configuration.ogg | Bin 24479 -> 24935 bytes boards/sounds/nb/misc/congratulation.ogg | Bin 24723 -> 24448 bytes boards/sounds/nb/misc/equal.ogg | Bin 19961 -> 19256 bytes boards/sounds/nb/misc/fantastic.ogg | Bin 19086 -> 19047 bytes boards/sounds/nb/misc/good.ogg | Bin 20109 -> 19333 bytes boards/sounds/nb/misc/great.ogg | Bin 20499 -> 18452 bytes boards/sounds/nb/misc/help.ogg | Bin 17927 -> 17980 bytes boards/sounds/nb/misc/level.ogg | Bin 17798 -> 17688 bytes boards/sounds/nb/misc/minus.ogg | Bin 22409 -> 20846 bytes boards/sounds/nb/misc/ok.ogg | Bin 25142 -> 25963 bytes boards/sounds/nb/misc/outof.ogg | Bin 22253 -> 21023 bytes boards/sounds/nb/misc/perfect.ogg | Bin 25219 -> 24546 bytes boards/sounds/nb/misc/plus.ogg | Bin 19406 -> 18799 bytes boards/sounds/nb/misc/quit.ogg | Bin 32267 -> 32097 bytes boards/sounds/nb/misc/super.ogg | Bin 22513 -> 22916 bytes boards/sounds/nb/misc/waytogo.ogg | Bin 25044 -> 24931 bytes boards/sounds/nb/misc/welcome.ogg | Bin 39350 -> 37651 bytes boards/sounds/nl/alphabet/10.ogg | Bin 12124 -> 15289 bytes boards/sounds/nl/alphabet/11.ogg | Bin 13455 -> 16763 bytes boards/sounds/nl/alphabet/12.ogg | Bin 12717 -> 15413 bytes boards/sounds/nl/alphabet/13.ogg | Bin 13682 -> 18243 bytes boards/sounds/nl/alphabet/14.ogg | Bin 14835 -> 20145 bytes boards/sounds/nl/alphabet/15.ogg | Bin 16873 -> 23690 bytes boards/sounds/nl/alphabet/16.ogg | Bin 16394 -> 21450 bytes boards/sounds/nl/alphabet/17.ogg | Bin 17246 -> 23177 bytes boards/sounds/nl/alphabet/18.ogg | Bin 14227 -> 17528 bytes boards/sounds/nl/alphabet/19.ogg | Bin 14708 -> 19202 bytes boards/sounds/nl/alphabet/20.ogg | Bin 13580 -> 17970 bytes boards/sounds/nl/alphabet/U0030.ogg | Bin 13141 -> 17782 bytes boards/sounds/nl/alphabet/U0031.ogg | Bin 11775 -> 16004 bytes boards/sounds/nl/alphabet/U0032.ogg | Bin 12954 -> 16864 bytes boards/sounds/nl/alphabet/U0033.ogg | Bin 11868 -> 15377 bytes boards/sounds/nl/alphabet/U0034.ogg | Bin 13871 -> 17587 bytes boards/sounds/nl/alphabet/U0035.ogg | Bin 13220 -> 17935 bytes boards/sounds/nl/alphabet/U0036.ogg | Bin 14130 -> 19856 bytes boards/sounds/nl/alphabet/U0037.ogg | Bin 14249 -> 19645 bytes boards/sounds/nl/alphabet/U0038.ogg | Bin 14261 -> 19268 bytes boards/sounds/nl/alphabet/U0039.ogg | Bin 13746 -> 18454 bytes boards/sounds/nl/alphabet/U0061.ogg | Bin 10578 -> 13038 bytes boards/sounds/nl/alphabet/U0062.ogg | Bin 11106 -> 13444 bytes boards/sounds/nl/alphabet/U0063.ogg | Bin 12789 -> 16142 bytes boards/sounds/nl/alphabet/U0064.ogg | Bin 12810 -> 16359 bytes boards/sounds/nl/alphabet/U0065.ogg | Bin 11352 -> 14329 bytes boards/sounds/nl/alphabet/U0066.ogg | Bin 12169 -> 16576 bytes boards/sounds/nl/alphabet/U0067.ogg | Bin 11834 -> 15279 bytes boards/sounds/nl/alphabet/U0068.ogg | Bin 10919 -> 13417 bytes boards/sounds/nl/alphabet/U0069.ogg | Bin 11827 -> 14597 bytes boards/sounds/nl/alphabet/U006A.ogg | Bin 13638 -> 16806 bytes boards/sounds/nl/alphabet/U006B.ogg | Bin 11475 -> 14176 bytes boards/sounds/nl/alphabet/U006C.ogg | Bin 13080 -> 16294 bytes boards/sounds/nl/alphabet/U006D.ogg | Bin 11822 -> 17555 bytes boards/sounds/nl/alphabet/U006E.ogg | Bin 10157 -> 13220 bytes boards/sounds/nl/alphabet/U006F.ogg | Bin 12023 -> 15091 bytes boards/sounds/nl/alphabet/U0070.ogg | Bin 10787 -> 13318 bytes boards/sounds/nl/alphabet/U0071.ogg | Bin 10940 -> 13281 bytes boards/sounds/nl/alphabet/U0072.ogg | Bin 12050 -> 15883 bytes boards/sounds/nl/alphabet/U0073.ogg | Bin 14211 -> 18638 bytes boards/sounds/nl/alphabet/U0074.ogg | Bin 12169 -> 14759 bytes boards/sounds/nl/alphabet/U0075.ogg | Bin 10925 -> 13019 bytes boards/sounds/nl/alphabet/U0076.ogg | Bin 14494 -> 18204 bytes boards/sounds/nl/alphabet/U0077.ogg | Bin 11954 -> 14891 bytes boards/sounds/nl/alphabet/U0078.ogg | Bin 13248 -> 18398 bytes boards/sounds/nl/alphabet/U0079.ogg | Bin 12540 -> 17344 bytes boards/sounds/nl/alphabet/U007A.ogg | Bin 13855 -> 18201 bytes boards/sounds/nl/colors/black.ogg | Bin 16094 -> 21044 bytes boards/sounds/nl/colors/blue.ogg | Bin 12926 -> 18520 bytes boards/sounds/nl/colors/brown.ogg | Bin 12911 -> 15909 bytes boards/sounds/nl/colors/green.ogg | Bin 12573 -> 14380 bytes boards/sounds/nl/colors/grey.ogg | Bin 16142 -> 19638 bytes boards/sounds/nl/colors/orange.ogg | Bin 15286 -> 20519 bytes boards/sounds/nl/colors/pink.ogg | Bin 14432 -> 19929 bytes boards/sounds/nl/colors/purple.ogg | Bin 13255 -> 17303 bytes boards/sounds/nl/colors/red.ogg | Bin 14722 -> 18410 bytes boards/sounds/nl/colors/white.ogg | Bin 11832 -> 15621 bytes boards/sounds/nl/colors/yellow.ogg | Bin 12660 -> 18669 bytes boards/sounds/nl/geography/alaska.ogg | Bin 15637 -> 21063 bytes boards/sounds/nl/geography/albania.ogg | Bin 15738 -> 20918 bytes boards/sounds/nl/geography/argentina.ogg | Bin 18187 -> 24394 bytes boards/sounds/nl/geography/austria.ogg | Bin 15717 -> 23157 bytes boards/sounds/nl/geography/bahamas.ogg | Bin 20522 -> 27180 bytes boards/sounds/nl/geography/belarus.ogg | Bin 21419 -> 28386 bytes boards/sounds/nl/geography/belgium.ogg | Bin 16856 -> 21770 bytes boards/sounds/nl/geography/bolivia.ogg | Bin 16991 -> 22287 bytes boards/sounds/nl/geography/bosnia_herzegovina.ogg | Bin 25273 -> 37374 bytes boards/sounds/nl/geography/brazil.ogg | Bin 16433 -> 20964 bytes boards/sounds/nl/geography/bulgaria.ogg | Bin 18122 -> 29181 bytes boards/sounds/nl/geography/canada.ogg | Bin 15656 -> 21192 bytes boards/sounds/nl/geography/chile.ogg | Bin 12068 -> 16212 bytes boards/sounds/nl/geography/colombia.ogg | Bin 15281 -> 19079 bytes boards/sounds/nl/geography/costa_rica.ogg | Bin 15833 -> 23699 bytes boards/sounds/nl/geography/croatia.ogg | Bin 15958 -> 20802 bytes boards/sounds/nl/geography/cuba.ogg | Bin 10887 -> 14205 bytes boards/sounds/nl/geography/cyprus.ogg | Bin 15061 -> 21267 bytes boards/sounds/nl/geography/czech.ogg | Bin 13263 -> 16941 bytes boards/sounds/nl/geography/denmark.ogg | Bin 16969 -> 24957 bytes boards/sounds/nl/geography/dominican_republic.ogg | Bin 21919 -> 28866 bytes boards/sounds/nl/geography/ecuador.ogg | Bin 13497 -> 17726 bytes boards/sounds/nl/geography/estonia.ogg | Bin 15534 -> 21605 bytes boards/sounds/nl/geography/finland.ogg | Bin 14600 -> 19963 bytes boards/sounds/nl/geography/france.ogg | Bin 16641 -> 21970 bytes boards/sounds/nl/geography/french_guiana.ogg | Bin 20581 -> 27305 bytes boards/sounds/nl/geography/germany.ogg | Bin 16965 -> 22800 bytes boards/sounds/nl/geography/greece.ogg | Bin 16799 -> 22940 bytes boards/sounds/nl/geography/greenland.ogg | Bin 16585 -> 20408 bytes boards/sounds/nl/geography/guatemala.ogg | Bin 16616 -> 21672 bytes boards/sounds/nl/geography/guyana.ogg | Bin 14561 -> 18019 bytes boards/sounds/nl/geography/haiti.ogg | Bin 12994 -> 16288 bytes boards/sounds/nl/geography/honduras.ogg | Bin 17399 -> 22206 bytes boards/sounds/nl/geography/hungary.ogg | Bin 14890 -> 18146 bytes boards/sounds/nl/geography/iceland.ogg | Bin 14036 -> 20820 bytes boards/sounds/nl/geography/ireland.ogg | Bin 14577 -> 19695 bytes boards/sounds/nl/geography/italy.ogg | Bin 14101 -> 20405 bytes boards/sounds/nl/geography/jamaica.ogg | Bin 14132 -> 18057 bytes boards/sounds/nl/geography/latvia.ogg | Bin 15272 -> 19486 bytes boards/sounds/nl/geography/lithuania.ogg | Bin 13199 -> 17782 bytes boards/sounds/nl/geography/luxembourg.ogg | Bin 14616 -> 19466 bytes boards/sounds/nl/geography/macedonia.ogg | Bin 15520 -> 20327 bytes boards/sounds/nl/geography/mexico.ogg | Bin 14040 -> 20122 bytes boards/sounds/nl/geography/moldova.ogg | Bin 14752 -> 21012 bytes boards/sounds/nl/geography/netherland.ogg | Bin 15674 -> 20065 bytes boards/sounds/nl/geography/nicaragua.ogg | Bin 16844 -> 22696 bytes boards/sounds/nl/geography/norway.ogg | Bin 14710 -> 19249 bytes boards/sounds/nl/geography/panama.ogg | Bin 13231 -> 18063 bytes boards/sounds/nl/geography/paraguay.ogg | Bin 15208 -> 20995 bytes boards/sounds/nl/geography/peru.ogg | Bin 10715 -> 12883 bytes boards/sounds/nl/geography/poland.ogg | Bin 12755 -> 15556 bytes boards/sounds/nl/geography/portugal.ogg | Bin 14868 -> 19473 bytes boards/sounds/nl/geography/romania.ogg | Bin 14259 -> 17777 bytes boards/sounds/nl/geography/russia.ogg | Bin 16209 -> 20911 bytes boards/sounds/nl/geography/salvador.ogg | Bin 14870 -> 20127 bytes boards/sounds/nl/geography/serbia_montenegro.ogg | Bin 23059 -> 31629 bytes boards/sounds/nl/geography/slovakia.ogg | Bin 15610 -> 21005 bytes boards/sounds/nl/geography/slovenia.ogg | Bin 15176 -> 19374 bytes boards/sounds/nl/geography/spain.ogg | Bin 12961 -> 17208 bytes boards/sounds/nl/geography/suriname.ogg | Bin 14780 -> 19019 bytes boards/sounds/nl/geography/sweden.ogg | Bin 15365 -> 20098 bytes boards/sounds/nl/geography/switz.ogg | Bin 16619 -> 21816 bytes boards/sounds/nl/geography/turkey.ogg | Bin 12973 -> 17981 bytes boards/sounds/nl/geography/ukraine.ogg | Bin 14635 -> 18871 bytes boards/sounds/nl/geography/united_kingdom.ogg | Bin 17093 -> 23932 bytes boards/sounds/nl/geography/uruguay.ogg | Bin 13194 -> 17017 bytes boards/sounds/nl/geography/usa.ogg | Bin 29100 -> 41002 bytes boards/sounds/nl/geography/venezuela.ogg | Bin 14267 -> 19709 bytes boards/sounds/nl/misc/awesome.ogg | Bin 18736 -> 24206 bytes boards/sounds/nl/misc/back.ogg | Bin 13586 -> 18085 bytes boards/sounds/nl/misc/by.ogg | Bin 13281 -> 17107 bytes boards/sounds/nl/misc/check_answer.ogg | Bin 17211 -> 21920 bytes boards/sounds/nl/misc/click_on_letter.ogg | Bin 18595 -> 27526 bytes boards/sounds/nl/misc/congratulation.ogg | Bin 25068 -> 33294 bytes boards/sounds/nl/misc/equal.ogg | Bin 17556 -> 25018 bytes boards/sounds/nl/misc/fantastic.ogg | Bin 22100 -> 28441 bytes boards/sounds/nl/misc/good.ogg | Bin 19366 -> 24405 bytes boards/sounds/nl/misc/great.ogg | Bin 20613 -> 26748 bytes boards/sounds/nl/misc/help.ogg | Bin 12252 -> 15591 bytes boards/sounds/nl/misc/level.ogg | Bin 14697 -> 20670 bytes boards/sounds/nl/misc/minus.ogg | Bin 14869 -> 19500 bytes boards/sounds/nl/misc/ok.ogg | Bin 17211 -> 21920 bytes boards/sounds/nl/misc/outof.ogg | Bin 14190 -> 18258 bytes boards/sounds/nl/misc/perfect.ogg | Bin 19647 -> 25120 bytes boards/sounds/nl/misc/plus.ogg | Bin 12486 -> 15903 bytes boards/sounds/nl/misc/quit.ogg | Bin 13998 -> 18802 bytes boards/sounds/nl/misc/super.ogg | Bin 16320 -> 21399 bytes boards/sounds/nl/misc/waytogo.ogg | Bin 20077 -> 27143 bytes boards/sounds/nl/misc/welcome.ogg | Bin 26594 -> 39172 bytes boards/sounds/pt/alphabet/10.ogg | Bin 7271 -> 12558 bytes boards/sounds/pt/alphabet/11.ogg | Bin 8096 -> 17852 bytes boards/sounds/pt/alphabet/12.ogg | Bin 9156 -> 16182 bytes boards/sounds/pt/alphabet/13.ogg | Bin 9435 -> 19674 bytes boards/sounds/pt/alphabet/14.ogg | Bin 9509 -> 16870 bytes boards/sounds/pt/alphabet/15.ogg | Bin 8419 -> 14373 bytes boards/sounds/pt/alphabet/16.ogg | Bin 12184 -> 26147 bytes boards/sounds/pt/alphabet/17.ogg | Bin 10766 -> 17574 bytes boards/sounds/pt/alphabet/18.ogg | Bin 9605 -> 15566 bytes boards/sounds/pt/alphabet/19.ogg | Bin 7096 -> 12291 bytes boards/sounds/pt/alphabet/20.ogg | Bin 7391 -> 13314 bytes boards/sounds/pt/alphabet/U0030.ogg | Bin 5873 -> 10006 bytes boards/sounds/pt/alphabet/U0031.ogg | Bin 5781 -> 8633 bytes boards/sounds/pt/alphabet/U0032.ogg | Bin 7126 -> 11233 bytes boards/sounds/pt/alphabet/U0033.ogg | Bin 7626 -> 13391 bytes boards/sounds/pt/alphabet/U0034.ogg | Bin 6753 -> 12582 bytes boards/sounds/pt/alphabet/U0035.ogg | Bin 8141 -> 14102 bytes boards/sounds/pt/alphabet/U0036.ogg | Bin 8493 -> 13937 bytes boards/sounds/pt/alphabet/U0037.ogg | Bin 7748 -> 14172 bytes boards/sounds/pt/alphabet/U0038.ogg | Bin 6758 -> 10549 bytes boards/sounds/pt/alphabet/U0039.ogg | Bin 7490 -> 15409 bytes boards/sounds/pt/alphabet/U0061.ogg | Bin 4880 -> 8985 bytes boards/sounds/pt/alphabet/U0062.ogg | Bin 6031 -> 10944 bytes boards/sounds/pt/alphabet/U0063.ogg | Bin 6137 -> 11912 bytes boards/sounds/pt/alphabet/U0064.ogg | Bin 5533 -> 8748 bytes boards/sounds/pt/alphabet/U0065.ogg | Bin 5270 -> 9462 bytes boards/sounds/pt/alphabet/U0066.ogg | Bin 6487 -> 10909 bytes boards/sounds/pt/alphabet/U0067.ogg | Bin 4989 -> 8370 bytes boards/sounds/pt/alphabet/U0068.ogg | Bin 5896 -> 9574 bytes boards/sounds/pt/alphabet/U0069.ogg | Bin 4590 -> 6640 bytes boards/sounds/pt/alphabet/U006A.ogg | Bin 7537 -> 12877 bytes boards/sounds/pt/alphabet/U006B.ogg | Bin 6735 -> 11621 bytes boards/sounds/pt/alphabet/U006C.ogg | Bin 6104 -> 9895 bytes boards/sounds/pt/alphabet/U006D.ogg | Bin 5951 -> 10555 bytes boards/sounds/pt/alphabet/U006E.ogg | Bin 5716 -> 9642 bytes boards/sounds/pt/alphabet/U006F.ogg | Bin 4834 -> 6984 bytes boards/sounds/pt/alphabet/U0070.ogg | Bin 5368 -> 8678 bytes boards/sounds/pt/alphabet/U0071.ogg | Bin 5512 -> 8494 bytes boards/sounds/pt/alphabet/U0072.ogg | Bin 5274 -> 7798 bytes boards/sounds/pt/alphabet/U0073.ogg | Bin 6295 -> 11243 bytes boards/sounds/pt/alphabet/U0074.ogg | Bin 5448 -> 8093 bytes boards/sounds/pt/alphabet/U0075.ogg | Bin 5013 -> 6926 bytes boards/sounds/pt/alphabet/U0076.ogg | Bin 6033 -> 9427 bytes boards/sounds/pt/alphabet/U0077.ogg | Bin 7686 -> 12731 bytes boards/sounds/pt/alphabet/U0078.ogg | Bin 6964 -> 12288 bytes boards/sounds/pt/alphabet/U0079.ogg | Bin 7943 -> 16077 bytes boards/sounds/pt/alphabet/U007A.ogg | Bin 7500 -> 13139 bytes boards/sounds/pt/colors/black.ogg | Bin 7012 -> 13473 bytes boards/sounds/pt/colors/blue.ogg | Bin 7085 -> 12078 bytes boards/sounds/pt/colors/brown.ogg | Bin 8837 -> 17244 bytes boards/sounds/pt/colors/green.ogg | Bin 6834 -> 12595 bytes boards/sounds/pt/colors/grey.ogg | Bin 10904 -> 19785 bytes boards/sounds/pt/colors/orange.ogg | Bin 9108 -> 16922 bytes boards/sounds/pt/colors/pink.ogg | Bin 9833 -> 18885 bytes boards/sounds/pt/colors/purple.ogg | Bin 9838 -> 21879 bytes boards/sounds/pt/colors/red.ogg | Bin 8527 -> 17127 bytes boards/sounds/pt/colors/white.ogg | Bin 7185 -> 14145 bytes boards/sounds/pt/colors/yellow.ogg | Bin 8118 -> 17758 bytes boards/sounds/pt/geography/africa.ogg | Bin 8650 -> 9353 bytes boards/sounds/pt/geography/alaska.ogg | Bin 7433 -> 13912 bytes boards/sounds/pt/geography/albania.ogg | Bin 8725 -> 17122 bytes boards/sounds/pt/geography/america.ogg | Bin 9424 -> 10066 bytes boards/sounds/pt/geography/antartica.ogg | Bin 10712 -> 12138 bytes boards/sounds/pt/geography/argentina.ogg | Bin 8651 -> 17064 bytes boards/sounds/pt/geography/asia.ogg | Bin 7582 -> 8343 bytes boards/sounds/pt/geography/austria.ogg | Bin 8730 -> 17449 bytes boards/sounds/pt/geography/bahamas.ogg | Bin 8994 -> 17077 bytes boards/sounds/pt/geography/belarus.ogg | Bin 10486 -> 19383 bytes boards/sounds/pt/geography/belgium.ogg | Bin 8490 -> 15886 bytes boards/sounds/pt/geography/bolivia.ogg | Bin 8868 -> 14633 bytes boards/sounds/pt/geography/bosnia_herzegovina.ogg | Bin 15105 -> 31880 bytes boards/sounds/pt/geography/brazil.ogg | Bin 7949 -> 13605 bytes boards/sounds/pt/geography/bulgaria.ogg | Bin 9694 -> 19367 bytes boards/sounds/pt/geography/canada.ogg | Bin 6963 -> 14018 bytes boards/sounds/pt/geography/chile.ogg | Bin 7282 -> 14025 bytes boards/sounds/pt/geography/colombia.ogg | Bin 8366 -> 14239 bytes boards/sounds/pt/geography/costa_rica.ogg | Bin 9781 -> 17765 bytes boards/sounds/pt/geography/croatia.ogg | Bin 9236 -> 16551 bytes boards/sounds/pt/geography/cuba.ogg | Bin 6532 -> 10694 bytes boards/sounds/pt/geography/cyprus.ogg | Bin 8441 -> 15472 bytes boards/sounds/pt/geography/czech.ogg | Bin 12443 -> 26970 bytes boards/sounds/pt/geography/denmark.ogg | Bin 9251 -> 19734 bytes boards/sounds/pt/geography/dominican_republic.ogg | Bin 16757 -> 31449 bytes boards/sounds/pt/geography/ecuador.ogg | Bin 7894 -> 13840 bytes boards/sounds/pt/geography/estonia.ogg | Bin 9178 -> 18746 bytes boards/sounds/pt/geography/europe.ogg | Bin 8763 -> 10164 bytes boards/sounds/pt/geography/finland.ogg | Bin 8468 -> 16854 bytes boards/sounds/pt/geography/france.ogg | Bin 7134 -> 15897 bytes boards/sounds/pt/geography/french_guiana.ogg | Bin 13229 -> 24839 bytes boards/sounds/pt/geography/germany.ogg | Bin 9097 -> 16287 bytes boards/sounds/pt/geography/greece.ogg | Bin 8933 -> 15725 bytes boards/sounds/pt/geography/greenland.ogg | Bin 10273 -> 18830 bytes boards/sounds/pt/geography/guatemala.ogg | Bin 9179 -> 19048 bytes boards/sounds/pt/geography/guyana.ogg | Bin 8534 -> 15444 bytes boards/sounds/pt/geography/haiti.ogg | Bin 7875 -> 13668 bytes boards/sounds/pt/geography/honduras.ogg | Bin 9369 -> 17220 bytes boards/sounds/pt/geography/hungary.ogg | Bin 8290 -> 13765 bytes boards/sounds/pt/geography/iceland.ogg | Bin 9825 -> 18843 bytes boards/sounds/pt/geography/ireland.ogg | Bin 8574 -> 15398 bytes boards/sounds/pt/geography/italy.ogg | Bin 8062 -> 15562 bytes boards/sounds/pt/geography/jamaica.ogg | Bin 8757 -> 19532 bytes boards/sounds/pt/geography/latvia.ogg | Bin 9041 -> 18594 bytes boards/sounds/pt/geography/lithuania.ogg | Bin 8911 -> 15922 bytes boards/sounds/pt/geography/luxembourg.ogg | Bin 10336 -> 20189 bytes boards/sounds/pt/geography/macedonia.ogg | Bin 10336 -> 19413 bytes boards/sounds/pt/geography/mexico.ogg | Bin 8157 -> 15343 bytes boards/sounds/pt/geography/moldova.ogg | Bin 9814 -> 19594 bytes boards/sounds/pt/geography/netherland.ogg | Bin 13048 -> 26177 bytes boards/sounds/pt/geography/nicaragua.ogg | Bin 9299 -> 15964 bytes boards/sounds/pt/geography/norway.ogg | Bin 8768 -> 15820 bytes boards/sounds/pt/geography/oceania.ogg | Bin 9903 -> 11175 bytes boards/sounds/pt/geography/panama.ogg | Bin 6775 -> 11721 bytes boards/sounds/pt/geography/paraguay.ogg | Bin 7438 -> 13351 bytes boards/sounds/pt/geography/peru.ogg | Bin 6147 -> 9739 bytes boards/sounds/pt/geography/poland.ogg | Bin 7557 -> 13362 bytes boards/sounds/pt/geography/portugal.ogg | Bin 8580 -> 14701 bytes boards/sounds/pt/geography/romania.ogg | Bin 9392 -> 18807 bytes boards/sounds/pt/geography/russia.ogg | Bin 8742 -> 15259 bytes boards/sounds/pt/geography/salvador.ogg | Bin 7848 -> 16083 bytes boards/sounds/pt/geography/serbia_montenegro.ogg | Bin 15760 -> 31814 bytes boards/sounds/pt/geography/slovakia.ogg | Bin 16124 -> 31490 bytes boards/sounds/pt/geography/slovenia.ogg | Bin 10079 -> 21392 bytes boards/sounds/pt/geography/spain.ogg | Bin 8890 -> 17715 bytes boards/sounds/pt/geography/suriname.ogg | Bin 9200 -> 17579 bytes boards/sounds/pt/geography/sweden.ogg | Bin 8404 -> 15674 bytes boards/sounds/pt/geography/switz.ogg | Bin 8081 -> 13523 bytes boards/sounds/pt/geography/turkey.ogg | Bin 8797 -> 15807 bytes boards/sounds/pt/geography/ukraine.ogg | Bin 8870 -> 18537 bytes boards/sounds/pt/geography/united_kingdom.ogg | Bin 11393 -> 20676 bytes boards/sounds/pt/geography/uruguay.ogg | Bin 8470 -> 14037 bytes boards/sounds/pt/geography/usa.ogg | Bin 16929 -> 39834 bytes boards/sounds/pt/geography/venezuela.ogg | Bin 9521 -> 20287 bytes boards/sounds/pt/misc/about.ogg | Bin 8940 -> 19674 bytes boards/sounds/pt/misc/awesome.ogg | Bin 10038 -> 19400 bytes boards/sounds/pt/misc/back.ogg | Bin 7650 -> 15476 bytes boards/sounds/pt/misc/by.ogg | Bin 7055 -> 12917 bytes boards/sounds/pt/misc/click_on_letter.ogg | Bin 13011 -> 25449 bytes boards/sounds/pt/misc/configuration.ogg | Bin 10448 -> 26967 bytes boards/sounds/pt/misc/congratulation.ogg | Bin 8296 -> 16412 bytes boards/sounds/pt/misc/equal.ogg | Bin 6498 -> 12128 bytes boards/sounds/pt/misc/fantastic.ogg | Bin 10595 -> 22031 bytes boards/sounds/pt/misc/good.ogg | Bin 7066 -> 11204 bytes boards/sounds/pt/misc/great.ogg | Bin 7000 -> 11944 bytes boards/sounds/pt/misc/help.ogg | Bin 7668 -> 13083 bytes boards/sounds/pt/misc/level.ogg | Bin 7399 -> 12138 bytes boards/sounds/pt/misc/minus.ogg | Bin 8407 -> 16050 bytes boards/sounds/pt/misc/ok.ogg | Bin 8509 -> 14536 bytes boards/sounds/pt/misc/outof.ogg | Bin 11452 -> 21057 bytes boards/sounds/pt/misc/perfect.ogg | Bin 8103 -> 13884 bytes boards/sounds/pt/misc/plus.ogg | Bin 8053 -> 16752 bytes boards/sounds/pt/misc/quit.ogg | Bin 7788 -> 14407 bytes boards/sounds/pt/misc/super.ogg | Bin 7876 -> 14685 bytes boards/sounds/pt/misc/waytogo.ogg | Bin 8900 -> 15423 bytes boards/sounds/pt/misc/welcome.ogg | Bin 19809 -> 41358 bytes boards/sounds/pt_BR/misc/welcome.ogg | Bin 20875 -> 25774 bytes boards/sounds/ru/alphabet/10.ogg | Bin 9657 -> 13803 bytes boards/sounds/ru/alphabet/11.ogg | Bin 13778 -> 22260 bytes boards/sounds/ru/alphabet/12.ogg | Bin 13805 -> 22237 bytes boards/sounds/ru/alphabet/13.ogg | Bin 14168 -> 21198 bytes boards/sounds/ru/alphabet/14.ogg | Bin 15956 -> 23862 bytes boards/sounds/ru/alphabet/15.ogg | Bin 12828 -> 19049 bytes boards/sounds/ru/alphabet/16.ogg | Bin 11235 -> 15986 bytes boards/sounds/ru/alphabet/17.ogg | Bin 11705 -> 17086 bytes boards/sounds/ru/alphabet/18.ogg | Bin 15626 -> 23192 bytes boards/sounds/ru/alphabet/19.ogg | Bin 13104 -> 20566 bytes boards/sounds/ru/alphabet/20.ogg | Bin 10776 -> 15676 bytes boards/sounds/ru/alphabet/U0031.ogg | Bin 10554 -> 14876 bytes boards/sounds/ru/alphabet/U0032.ogg | Bin 9017 -> 13197 bytes boards/sounds/ru/alphabet/U0033.ogg | Bin 9702 -> 13869 bytes boards/sounds/ru/alphabet/U0034.ogg | Bin 12166 -> 17729 bytes boards/sounds/ru/alphabet/U0035.ogg | Bin 6822 -> 9013 bytes boards/sounds/ru/alphabet/U0036.ogg | Bin 7367 -> 11733 bytes boards/sounds/ru/alphabet/U0037.ogg | Bin 7517 -> 10572 bytes boards/sounds/ru/alphabet/U0038.ogg | Bin 10349 -> 15042 bytes boards/sounds/ru/alphabet/U0039.ogg | Bin 9134 -> 13195 bytes boards/sounds/ru/alphabet/U0061.ogg | Bin 13694 -> 20144 bytes boards/sounds/ru/alphabet/U0062.ogg | Bin 14621 -> 22634 bytes boards/sounds/ru/alphabet/U0063.ogg | Bin 15691 -> 22939 bytes boards/sounds/ru/alphabet/U0064.ogg | Bin 13885 -> 20046 bytes boards/sounds/ru/alphabet/U0065.ogg | Bin 17481 -> 25974 bytes boards/sounds/ru/alphabet/U0066.ogg | Bin 13003 -> 19135 bytes boards/sounds/ru/alphabet/U0067.ogg | Bin 16587 -> 24549 bytes boards/sounds/ru/alphabet/U0068.ogg | Bin 16828 -> 27228 bytes boards/sounds/ru/alphabet/U0069.ogg | Bin 13912 -> 20943 bytes boards/sounds/ru/alphabet/U006A.ogg | Bin 16674 -> 23597 bytes boards/sounds/ru/alphabet/U006B.ogg | Bin 16010 -> 22241 bytes boards/sounds/ru/alphabet/U006C.ogg | Bin 15318 -> 22457 bytes boards/sounds/ru/alphabet/U006D.ogg | Bin 15772 -> 24617 bytes boards/sounds/ru/alphabet/U006E.ogg | Bin 14916 -> 22156 bytes boards/sounds/ru/alphabet/U006F.ogg | Bin 14099 -> 20796 bytes boards/sounds/ru/alphabet/U0070.ogg | Bin 13284 -> 19023 bytes boards/sounds/ru/alphabet/U0071.ogg | Bin 14677 -> 21264 bytes boards/sounds/ru/alphabet/U0072.ogg | Bin 14490 -> 21417 bytes boards/sounds/ru/alphabet/U0073.ogg | Bin 13030 -> 18722 bytes boards/sounds/ru/alphabet/U0074.ogg | Bin 12529 -> 18907 bytes boards/sounds/ru/alphabet/U0075.ogg | Bin 14406 -> 20163 bytes boards/sounds/ru/alphabet/U0076.ogg | Bin 14048 -> 20478 bytes boards/sounds/ru/alphabet/U0077.ogg | Bin 16430 -> 24541 bytes boards/sounds/ru/alphabet/U0078.ogg | Bin 15633 -> 23886 bytes boards/sounds/ru/alphabet/U0079.ogg | Bin 14434 -> 20433 bytes boards/sounds/ru/alphabet/U007A.ogg | Bin 14839 -> 21464 bytes boards/sounds/ru/alphabet/U0430.ogg | Bin 7433 -> 10260 bytes boards/sounds/ru/alphabet/U0431.ogg | Bin 9059 -> 12929 bytes boards/sounds/ru/alphabet/U0432.ogg | Bin 8727 -> 13503 bytes boards/sounds/ru/alphabet/U0433.ogg | Bin 8577 -> 13919 bytes boards/sounds/ru/alphabet/U0434.ogg | Bin 8182 -> 10957 bytes boards/sounds/ru/alphabet/U0435.ogg | Bin 8287 -> 10727 bytes boards/sounds/ru/alphabet/U0436.ogg | Bin 9003 -> 14908 bytes boards/sounds/ru/alphabet/U0437.ogg | Bin 8953 -> 13693 bytes boards/sounds/ru/alphabet/U0438.ogg | Bin 7264 -> 10549 bytes boards/sounds/ru/alphabet/U0439.ogg | Bin 14609 -> 23868 bytes boards/sounds/ru/alphabet/U043A.ogg | Bin 7068 -> 9181 bytes boards/sounds/ru/alphabet/U043B.ogg | Bin 10351 -> 17472 bytes boards/sounds/ru/alphabet/U043C.ogg | Bin 8592 -> 12758 bytes boards/sounds/ru/alphabet/U043D.ogg | Bin 9216 -> 12644 bytes boards/sounds/ru/alphabet/U043E.ogg | Bin 6912 -> 9316 bytes boards/sounds/ru/alphabet/U043F.ogg | Bin 6202 -> 8084 bytes boards/sounds/ru/alphabet/U0440.ogg | Bin 7567 -> 11009 bytes boards/sounds/ru/alphabet/U0441.ogg | Bin 9177 -> 12982 bytes boards/sounds/ru/alphabet/U0442.ogg | Bin 6508 -> 10815 bytes boards/sounds/ru/alphabet/U0443.ogg | Bin 7539 -> 10163 bytes boards/sounds/ru/alphabet/U0444.ogg | Bin 9961 -> 14683 bytes boards/sounds/ru/alphabet/U0445.ogg | Bin 8128 -> 10503 bytes boards/sounds/ru/alphabet/U0446.ogg | Bin 7073 -> 9874 bytes boards/sounds/ru/alphabet/U0447.ogg | Bin 7237 -> 12077 bytes boards/sounds/ru/alphabet/U0448.ogg | Bin 9128 -> 14209 bytes boards/sounds/ru/alphabet/U0449.ogg | Bin 8880 -> 13320 bytes boards/sounds/ru/alphabet/U044A.ogg | Bin 12865 -> 20028 bytes boards/sounds/ru/alphabet/U044B.ogg | Bin 8909 -> 12388 bytes boards/sounds/ru/alphabet/U044C.ogg | Bin 15760 -> 26403 bytes boards/sounds/ru/alphabet/U044D.ogg | Bin 9310 -> 17083 bytes boards/sounds/ru/alphabet/U044E.ogg | Bin 8912 -> 12626 bytes boards/sounds/ru/alphabet/U044F.ogg | Bin 9458 -> 14801 bytes boards/sounds/ru/alphabet/U0451.ogg | Bin 7511 -> 10855 bytes boards/sounds/ru/colors/black.ogg | Bin 10461 -> 17376 bytes boards/sounds/ru/colors/blue.ogg | Bin 10630 -> 16516 bytes boards/sounds/ru/colors/brown.ogg | Bin 12379 -> 22014 bytes boards/sounds/ru/colors/green.ogg | Bin 11107 -> 18451 bytes boards/sounds/ru/colors/grey.ogg | Bin 9966 -> 19142 bytes boards/sounds/ru/colors/orange.ogg | Bin 12138 -> 18616 bytes boards/sounds/ru/colors/pink.ogg | Bin 11166 -> 16959 bytes boards/sounds/ru/colors/purple.ogg | Bin 13602 -> 24131 bytes boards/sounds/ru/colors/red.ogg | Bin 11598 -> 19705 bytes boards/sounds/ru/colors/white.ogg | Bin 9478 -> 16656 bytes boards/sounds/ru/colors/yellow.ogg | Bin 9334 -> 14075 bytes boards/sounds/ru/geography/alaska.ogg | Bin 11823 -> 18646 bytes boards/sounds/ru/geography/albania.ogg | Bin 12988 -> 20784 bytes boards/sounds/ru/geography/argentina.ogg | Bin 12729 -> 21449 bytes boards/sounds/ru/geography/austria.ogg | Bin 12483 -> 18924 bytes boards/sounds/ru/geography/bahamas.ogg | Bin 11885 -> 18913 bytes boards/sounds/ru/geography/belarus.ogg | Bin 13928 -> 23224 bytes boards/sounds/ru/geography/belgium.ogg | Bin 11522 -> 18831 bytes boards/sounds/ru/geography/bolivia.ogg | Bin 11378 -> 18077 bytes boards/sounds/ru/geography/bosnia_herzegovina.ogg | Bin 17853 -> 28202 bytes boards/sounds/ru/geography/brazil.ogg | Bin 12714 -> 20342 bytes boards/sounds/ru/geography/bulgaria.ogg | Bin 12284 -> 20706 bytes boards/sounds/ru/geography/canada.ogg | Bin 11293 -> 17428 bytes boards/sounds/ru/geography/chile.ogg | Bin 9733 -> 16150 bytes boards/sounds/ru/geography/colombia.ogg | Bin 12125 -> 19291 bytes boards/sounds/ru/geography/costa_rica.ogg | Bin 14304 -> 24991 bytes boards/sounds/ru/geography/croatia.ogg | Bin 13510 -> 22126 bytes boards/sounds/ru/geography/cuba.ogg | Bin 8128 -> 11582 bytes boards/sounds/ru/geography/cyprus.ogg | Bin 8841 -> 14327 bytes boards/sounds/ru/geography/czech.ogg | Bin 12573 -> 20085 bytes boards/sounds/ru/geography/denmark.ogg | Bin 11393 -> 17493 bytes boards/sounds/ru/geography/dominican_republic.ogg | Bin 20017 -> 32550 bytes boards/sounds/ru/geography/ecuador.ogg | Bin 10825 -> 17614 bytes boards/sounds/ru/geography/estonia.ogg | Bin 12273 -> 21771 bytes boards/sounds/ru/geography/finland.ogg | Bin 13223 -> 21108 bytes boards/sounds/ru/geography/france.ogg | Bin 12167 -> 20470 bytes boards/sounds/ru/geography/french_guiana.ogg | Bin 16707 -> 27261 bytes boards/sounds/ru/geography/germany.ogg | Bin 13029 -> 21000 bytes boards/sounds/ru/geography/greece.ogg | Bin 12119 -> 24238 bytes boards/sounds/ru/geography/greenland.ogg | Bin 12977 -> 21076 bytes boards/sounds/ru/geography/guatemala.ogg | Bin 15219 -> 25031 bytes boards/sounds/ru/geography/guyana.ogg | Bin 10849 -> 15785 bytes boards/sounds/ru/geography/haiti.ogg | Bin 11849 -> 18725 bytes boards/sounds/ru/geography/honduras.ogg | Bin 14607 -> 23162 bytes boards/sounds/ru/geography/hungary.ogg | Bin 12642 -> 17578 bytes boards/sounds/ru/geography/iceland.ogg | Bin 12770 -> 20531 bytes boards/sounds/ru/geography/ireland.ogg | Bin 13033 -> 20966 bytes boards/sounds/ru/geography/italy.ogg | Bin 11864 -> 18261 bytes boards/sounds/ru/geography/jamaica.ogg | Bin 11746 -> 17917 bytes boards/sounds/ru/geography/latvia.ogg | Bin 11489 -> 17880 bytes boards/sounds/ru/geography/lithuania.ogg | Bin 10580 -> 17066 bytes boards/sounds/ru/geography/luxembourg.ogg | Bin 12512 -> 19800 bytes boards/sounds/ru/geography/macedonia.ogg | Bin 13178 -> 21612 bytes boards/sounds/ru/geography/mexico.ogg | Bin 12881 -> 20915 bytes boards/sounds/ru/geography/moldova.ogg | Bin 11738 -> 18498 bytes boards/sounds/ru/geography/netherland.ogg | Bin 15003 -> 23059 bytes boards/sounds/ru/geography/nicaragua.ogg | Bin 14841 -> 23375 bytes boards/sounds/ru/geography/norway.ogg | Bin 12264 -> 20488 bytes boards/sounds/ru/geography/panama.ogg | Bin 10158 -> 15712 bytes boards/sounds/ru/geography/paraguay.ogg | Bin 11670 -> 16718 bytes boards/sounds/ru/geography/peru.ogg | Bin 8141 -> 11815 bytes boards/sounds/ru/geography/poland.ogg | Bin 8923 -> 13204 bytes boards/sounds/ru/geography/portugal.ogg | Bin 13182 -> 21056 bytes boards/sounds/ru/geography/romania.ogg | Bin 11747 -> 18315 bytes boards/sounds/ru/geography/russia.ogg | Bin 12514 -> 20313 bytes boards/sounds/ru/geography/salvador.ogg | Bin 14924 -> 23563 bytes boards/sounds/ru/geography/serbia_montenegro.ogg | Bin 11750 -> 17718 bytes boards/sounds/ru/geography/slovakia.ogg | Bin 12824 -> 21137 bytes boards/sounds/ru/geography/slovenia.ogg | Bin 11894 -> 18430 bytes boards/sounds/ru/geography/spain.ogg | Bin 12876 -> 20220 bytes boards/sounds/ru/geography/suriname.ogg | Bin 11410 -> 18945 bytes boards/sounds/ru/geography/sweden.ogg | Bin 12213 -> 18723 bytes boards/sounds/ru/geography/switz.ogg | Bin 12862 -> 21705 bytes boards/sounds/ru/geography/turkey.ogg | Bin 13384 -> 22189 bytes boards/sounds/ru/geography/ukraine.ogg | Bin 12675 -> 19852 bytes boards/sounds/ru/geography/united_kingdom.ogg | Bin 19288 -> 32401 bytes boards/sounds/ru/geography/uruguay.ogg | Bin 9864 -> 15322 bytes boards/sounds/ru/geography/usa.ogg | Bin 18170 -> 29940 bytes boards/sounds/ru/geography/venezuela.ogg | Bin 13320 -> 21073 bytes boards/sounds/ru/misc/about.ogg | Bin 13147 -> 19672 bytes boards/sounds/ru/misc/back.ogg | Bin 10997 -> 15438 bytes boards/sounds/ru/misc/by.ogg | Bin 9909 -> 13903 bytes boards/sounds/ru/misc/click_on_letter.ogg | Bin 20947 -> 33607 bytes boards/sounds/ru/misc/configuration.ogg | Bin 14267 -> 22893 bytes boards/sounds/ru/misc/congratulation.ogg | Bin 10871 -> 15355 bytes boards/sounds/ru/misc/equal.ogg | Bin 10761 -> 15827 bytes boards/sounds/ru/misc/good.ogg | Bin 11776 -> 18639 bytes boards/sounds/ru/misc/great.ogg | Bin 10985 -> 15854 bytes boards/sounds/ru/misc/help.ogg | Bin 8932 -> 12714 bytes boards/sounds/ru/misc/level.ogg | Bin 9306 -> 11330 bytes boards/sounds/ru/misc/minus.ogg | Bin 10148 -> 14499 bytes boards/sounds/ru/misc/ok.ogg | Bin 15070 -> 23271 bytes boards/sounds/ru/misc/outof.ogg | Bin 20522 -> 30513 bytes boards/sounds/ru/misc/plus.ogg | Bin 8961 -> 13158 bytes boards/sounds/ru/misc/quit.ogg | Bin 9890 -> 14676 bytes boards/sounds/ru/misc/super.ogg | Bin 9418 -> 13623 bytes boards/sounds/ru/misc/welcome.ogg | Bin 39391 -> 59432 bytes boards/sounds/so/alphabet/10.ogg | Bin 9596 -> 15789 bytes boards/sounds/so/alphabet/11.ogg | Bin 11961 -> 19929 bytes boards/sounds/so/alphabet/12.ogg | Bin 13275 -> 23118 bytes boards/sounds/so/alphabet/13.ogg | Bin 14325 -> 21841 bytes boards/sounds/so/alphabet/14.ogg | Bin 14239 -> 23365 bytes boards/sounds/so/alphabet/15.ogg | Bin 15433 -> 24005 bytes boards/sounds/so/alphabet/16.ogg | Bin 14294 -> 22047 bytes boards/sounds/so/alphabet/17.ogg | Bin 16976 -> 27598 bytes boards/sounds/so/alphabet/18.ogg | Bin 14105 -> 22578 bytes boards/sounds/so/alphabet/19.ogg | Bin 14735 -> 24633 bytes boards/sounds/so/alphabet/20.ogg | Bin 12626 -> 21939 bytes boards/sounds/so/alphabet/U0030.ogg | Bin 11344 -> 18658 bytes boards/sounds/so/alphabet/U0031.ogg | Bin 9930 -> 14818 bytes boards/sounds/so/alphabet/U0032.ogg | Bin 13447 -> 22612 bytes boards/sounds/so/alphabet/U0033.ogg | Bin 12791 -> 23015 bytes boards/sounds/so/alphabet/U0034.ogg | Bin 11190 -> 18840 bytes boards/sounds/so/alphabet/U0035.ogg | Bin 11916 -> 20214 bytes boards/sounds/so/alphabet/U0036.ogg | Bin 10896 -> 18757 bytes boards/sounds/so/alphabet/U0037.ogg | Bin 12744 -> 21814 bytes boards/sounds/so/alphabet/U0038.ogg | Bin 11637 -> 22698 bytes boards/sounds/so/alphabet/U0039.ogg | Bin 11929 -> 24750 bytes boards/sounds/so/alphabet/U0061.ogg | Bin 8782 -> 13730 bytes boards/sounds/so/alphabet/U0062.ogg | Bin 10441 -> 16003 bytes boards/sounds/so/alphabet/U0063.ogg | Bin 9266 -> 13728 bytes boards/sounds/so/alphabet/U0064.ogg | Bin 9691 -> 14920 bytes boards/sounds/so/alphabet/U0065.ogg | Bin 9094 -> 15098 bytes boards/sounds/so/alphabet/U0066.ogg | Bin 9179 -> 13928 bytes boards/sounds/so/alphabet/U0067.ogg | Bin 9082 -> 14962 bytes boards/sounds/so/alphabet/U0068.ogg | Bin 8335 -> 13310 bytes boards/sounds/so/alphabet/U0069.ogg | Bin 7637 -> 11374 bytes boards/sounds/so/alphabet/U006A.ogg | Bin 8173 -> 15011 bytes boards/sounds/so/alphabet/U006B.ogg | Bin 8516 -> 13056 bytes boards/sounds/so/alphabet/U006C.ogg | Bin 7576 -> 12303 bytes boards/sounds/so/alphabet/U006D.ogg | Bin 7772 -> 12096 bytes boards/sounds/so/alphabet/U006E.ogg | Bin 9026 -> 13379 bytes boards/sounds/so/alphabet/U006F.ogg | Bin 7298 -> 11224 bytes boards/sounds/so/alphabet/U0070.ogg | Bin 8227 -> 11923 bytes boards/sounds/so/alphabet/U0071.ogg | Bin 9626 -> 14544 bytes boards/sounds/so/alphabet/U0072.ogg | Bin 8775 -> 13444 bytes boards/sounds/so/alphabet/U0073.ogg | Bin 10774 -> 17507 bytes boards/sounds/so/alphabet/U0074.ogg | Bin 7639 -> 11655 bytes boards/sounds/so/alphabet/U0075.ogg | Bin 6805 -> 9967 bytes boards/sounds/so/alphabet/U0076.ogg | Bin 8318 -> 11659 bytes boards/sounds/so/alphabet/U0077.ogg | Bin 8223 -> 12788 bytes boards/sounds/so/alphabet/U0078.ogg | Bin 9082 -> 13789 bytes boards/sounds/so/alphabet/U0079.ogg | Bin 7312 -> 10566 bytes boards/sounds/so/alphabet/U007A.ogg | Bin 7645 -> 14290 bytes boards/sounds/so/colors/black.ogg | Bin 17031 -> 26073 bytes boards/sounds/so/colors/blue.ogg | Bin 18510 -> 25934 bytes boards/sounds/so/colors/brown.ogg | Bin 22176 -> 35711 bytes boards/sounds/so/colors/green.ogg | Bin 17524 -> 27213 bytes boards/sounds/so/colors/grey.ogg | Bin 19365 -> 29385 bytes boards/sounds/so/colors/orange.ogg | Bin 17751 -> 26103 bytes boards/sounds/so/colors/pink.ogg | Bin 23521 -> 34889 bytes boards/sounds/so/colors/purple.ogg | Bin 17998 -> 30763 bytes boards/sounds/so/colors/red.ogg | Bin 15570 -> 22703 bytes boards/sounds/so/colors/white.ogg | Bin 17621 -> 26284 bytes boards/sounds/so/colors/yellow.ogg | Bin 20696 -> 31213 bytes boards/sounds/so/geography/alaska.ogg | Bin 13370 -> 24721 bytes boards/sounds/so/geography/albania.ogg | Bin 13460 -> 24817 bytes boards/sounds/so/geography/argentina.ogg | Bin 13071 -> 22222 bytes boards/sounds/so/geography/austria.ogg | Bin 12214 -> 23842 bytes boards/sounds/so/geography/bahamas.ogg | Bin 12235 -> 18983 bytes boards/sounds/so/geography/belarus.ogg | Bin 11602 -> 20099 bytes boards/sounds/so/geography/belgium.ogg | Bin 12194 -> 20588 bytes boards/sounds/so/geography/bolivia.ogg | Bin 11504 -> 16788 bytes boards/sounds/so/geography/bosnia_herzegovina.ogg | Bin 16894 -> 28502 bytes boards/sounds/so/geography/brazil.ogg | Bin 10970 -> 18149 bytes boards/sounds/so/geography/bulgaria.ogg | Bin 12988 -> 22750 bytes boards/sounds/so/geography/canada.ogg | Bin 11153 -> 19891 bytes boards/sounds/so/geography/chile.ogg | Bin 8557 -> 14471 bytes boards/sounds/so/geography/colombia.ogg | Bin 11603 -> 17786 bytes boards/sounds/so/geography/croatia.ogg | Bin 11366 -> 15542 bytes boards/sounds/so/geography/cuba.ogg | Bin 9208 -> 13233 bytes boards/sounds/so/geography/cyprus.ogg | Bin 11146 -> 17179 bytes boards/sounds/so/geography/czech.ogg | Bin 9780 -> 17166 bytes boards/sounds/so/geography/denmark.ogg | Bin 10529 -> 17116 bytes boards/sounds/so/geography/dominican_republic.ogg | Bin 17312 -> 28941 bytes boards/sounds/so/geography/ecuador.ogg | Bin 11918 -> 19997 bytes boards/sounds/so/geography/estonia.ogg | Bin 12499 -> 20998 bytes boards/sounds/so/geography/finland.ogg | Bin 10834 -> 15335 bytes boards/sounds/so/geography/france.ogg | Bin 11029 -> 19460 bytes boards/sounds/so/geography/french_guiana.ogg | Bin 15055 -> 23888 bytes boards/sounds/so/geography/germany.ogg | Bin 11928 -> 18848 bytes boards/sounds/so/geography/greece.ogg | Bin 10087 -> 15141 bytes boards/sounds/so/geography/greenland.ogg | Bin 10810 -> 16447 bytes boards/sounds/so/geography/guatemala.ogg | Bin 11761 -> 18406 bytes boards/sounds/so/geography/guyana.ogg | Bin 10561 -> 14129 bytes boards/sounds/so/geography/haiti.ogg | Bin 9603 -> 13684 bytes boards/sounds/so/geography/honduras.ogg | Bin 11698 -> 16554 bytes boards/sounds/so/geography/hungary.ogg | Bin 11144 -> 17419 bytes boards/sounds/so/geography/iceland.ogg | Bin 10304 -> 17519 bytes boards/sounds/so/geography/ireland.ogg | Bin 12700 -> 18928 bytes boards/sounds/so/geography/italy.ogg | Bin 10866 -> 17582 bytes boards/sounds/so/geography/jamaica.ogg | Bin 10670 -> 18046 bytes boards/sounds/so/geography/latvia.ogg | Bin 11935 -> 19287 bytes boards/sounds/so/geography/lithuania.ogg | Bin 11435 -> 17456 bytes boards/sounds/so/geography/luxembourg.ogg | Bin 12397 -> 20547 bytes boards/sounds/so/geography/macedonia.ogg | Bin 11205 -> 17992 bytes boards/sounds/so/geography/mexico.ogg | Bin 11448 -> 19613 bytes boards/sounds/so/geography/moldova.ogg | Bin 9992 -> 14598 bytes boards/sounds/so/geography/netherland.ogg | Bin 11130 -> 16484 bytes boards/sounds/so/geography/nicaragua.ogg | Bin 12350 -> 19459 bytes boards/sounds/so/geography/norway.ogg | Bin 8962 -> 14523 bytes boards/sounds/so/geography/panama.ogg | Bin 11240 -> 17672 bytes boards/sounds/so/geography/paraguay.ogg | Bin 10712 -> 18679 bytes boards/sounds/so/geography/peru.ogg | Bin 11382 -> 17869 bytes boards/sounds/so/geography/poland.ogg | Bin 10882 -> 15939 bytes boards/sounds/so/geography/portugal.ogg | Bin 12312 -> 22308 bytes boards/sounds/so/geography/romania.ogg | Bin 10852 -> 15897 bytes boards/sounds/so/geography/russia.ogg | Bin 11061 -> 18538 bytes boards/sounds/so/geography/salvador.ogg | Bin 13322 -> 22526 bytes boards/sounds/so/geography/serbia_montenegro.ogg | Bin 16103 -> 25702 bytes boards/sounds/so/geography/slovakia.ogg | Bin 13027 -> 20957 bytes boards/sounds/so/geography/slovenia.ogg | Bin 11950 -> 19980 bytes boards/sounds/so/geography/spain.ogg | Bin 12156 -> 21522 bytes boards/sounds/so/geography/suriname.ogg | Bin 12216 -> 18553 bytes boards/sounds/so/geography/sweden.ogg | Bin 10504 -> 17767 bytes boards/sounds/so/geography/switz.ogg | Bin 11809 -> 18311 bytes boards/sounds/so/geography/turkey.ogg | Bin 10836 -> 17005 bytes boards/sounds/so/geography/ukraine.ogg | Bin 11384 -> 17773 bytes boards/sounds/so/geography/united_kingdom.ogg | Bin 11725 -> 18585 bytes boards/sounds/so/geography/uruguay.ogg | Bin 10766 -> 15217 bytes boards/sounds/so/geography/usa.ogg | Bin 12677 -> 22496 bytes boards/sounds/so/geography/venezuela.ogg | Bin 11314 -> 17596 bytes boards/sounds/so/misc/awesome.ogg | Bin 15016 -> 25634 bytes boards/sounds/so/misc/back.ogg | Bin 20291 -> 33925 bytes boards/sounds/so/misc/by.ogg | Bin 12277 -> 20521 bytes boards/sounds/so/misc/check_answer.ogg | Bin 15035 -> 23810 bytes boards/sounds/so/misc/click_on_letter.ogg | Bin 17014 -> 29229 bytes boards/sounds/so/misc/congratulation.ogg | Bin 12161 -> 19465 bytes boards/sounds/so/misc/equal.ogg | Bin 13521 -> 22081 bytes boards/sounds/so/misc/fantastic.ogg | Bin 11237 -> 20712 bytes boards/sounds/so/misc/good.ogg | Bin 16920 -> 26825 bytes boards/sounds/so/misc/great.ogg | Bin 17440 -> 28396 bytes boards/sounds/so/misc/help.ogg | Bin 13894 -> 21599 bytes boards/sounds/so/misc/level.ogg | Bin 9379 -> 15080 bytes boards/sounds/so/misc/minus.ogg | Bin 13266 -> 23283 bytes boards/sounds/so/misc/ok.ogg | Bin 15035 -> 23810 bytes boards/sounds/so/misc/outof.ogg | Bin 14402 -> 24842 bytes boards/sounds/so/misc/perfect.ogg | Bin 11237 -> 20712 bytes boards/sounds/so/misc/plus.ogg | Bin 11144 -> 18668 bytes boards/sounds/so/misc/quit.ogg | Bin 8958 -> 14609 bytes boards/sounds/so/misc/super.ogg | Bin 11380 -> 18057 bytes boards/sounds/so/misc/waytogo.ogg | Bin 15925 -> 26366 bytes boards/sounds/so/misc/welcome.ogg | Bin 23666 -> 39753 bytes boards/sounds/sr/alphabet/10.ogg | Bin 0 -> 11304 bytes boards/sounds/sr/alphabet/11.ogg | Bin 0 -> 20241 bytes boards/sounds/sr/alphabet/12.ogg | Bin 0 -> 15041 bytes boards/sounds/sr/alphabet/13.ogg | Bin 0 -> 13332 bytes boards/sounds/sr/alphabet/14.ogg | Bin 0 -> 14833 bytes boards/sounds/sr/alphabet/15.ogg | Bin 0 -> 14235 bytes boards/sounds/sr/alphabet/16.ogg | Bin 0 -> 15072 bytes boards/sounds/sr/alphabet/17.ogg | Bin 0 -> 15016 bytes boards/sounds/sr/alphabet/18.ogg | Bin 0 -> 14802 bytes boards/sounds/sr/alphabet/19.ogg | Bin 0 -> 15738 bytes boards/sounds/sr/alphabet/20.ogg | Bin 0 -> 13086 bytes boards/sounds/sr/alphabet/U0030.ogg | Bin 0 -> 10426 bytes boards/sounds/sr/alphabet/U0031.ogg | Bin 0 -> 10139 bytes boards/sounds/sr/alphabet/U0032.ogg | Bin 0 -> 8701 bytes boards/sounds/sr/alphabet/U0033.ogg | Bin 0 -> 9142 bytes boards/sounds/sr/alphabet/U0034.ogg | Bin 0 -> 10446 bytes boards/sounds/sr/alphabet/U0035.ogg | Bin 0 -> 9426 bytes boards/sounds/sr/alphabet/U0036.ogg | Bin 0 -> 9475 bytes boards/sounds/sr/alphabet/U0037.ogg | Bin 0 -> 10448 bytes boards/sounds/sr/alphabet/U0038.ogg | Bin 0 -> 10244 bytes boards/sounds/sr/alphabet/U0039.ogg | Bin 0 -> 12544 bytes boards/sounds/sr/alphabet/U0061.ogg | Bin 0 -> 8043 bytes boards/sounds/sr/alphabet/U0062.ogg | Bin 0 -> 9127 bytes boards/sounds/sr/alphabet/U0063.ogg | Bin 0 -> 9346 bytes boards/sounds/sr/alphabet/U0064.ogg | Bin 0 -> 9404 bytes boards/sounds/sr/alphabet/U0065.ogg | Bin 0 -> 8333 bytes boards/sounds/sr/alphabet/U0066.ogg | Bin 0 -> 9264 bytes boards/sounds/sr/alphabet/U0067.ogg | Bin 0 -> 8786 bytes boards/sounds/sr/alphabet/U0068.ogg | Bin 0 -> 9103 bytes boards/sounds/sr/alphabet/U0069.ogg | Bin 0 -> 8829 bytes boards/sounds/sr/alphabet/U006A.ogg | Bin 0 -> 8708 bytes boards/sounds/sr/alphabet/U006B.ogg | Bin 0 -> 8084 bytes boards/sounds/sr/alphabet/U006C.ogg | Bin 0 -> 8985 bytes boards/sounds/sr/alphabet/U006D.ogg | Bin 0 -> 9481 bytes boards/sounds/sr/alphabet/U006E.ogg | Bin 0 -> 9329 bytes boards/sounds/sr/alphabet/U006F.ogg | Bin 0 -> 8704 bytes boards/sounds/sr/alphabet/U0070.ogg | Bin 0 -> 7607 bytes boards/sounds/sr/alphabet/U0071.ogg | Bin 0 -> 9011 bytes boards/sounds/sr/alphabet/U0072.ogg | Bin 0 -> 9232 bytes boards/sounds/sr/alphabet/U0073.ogg | Bin 0 -> 10438 bytes boards/sounds/sr/alphabet/U0074.ogg | Bin 0 -> 7915 bytes boards/sounds/sr/alphabet/U0075.ogg | Bin 0 -> 8095 bytes boards/sounds/sr/alphabet/U0076.ogg | Bin 0 -> 9287 bytes boards/sounds/sr/alphabet/U0077.ogg | Bin 0 -> 12447 bytes boards/sounds/sr/alphabet/U0078.ogg | Bin 0 -> 10861 bytes boards/sounds/sr/alphabet/U0079.ogg | Bin 0 -> 14980 bytes boards/sounds/sr/alphabet/U007A.ogg | Bin 0 -> 10362 bytes boards/sounds/sr/alphabet/cc.ogg | Bin 0 -> 9181 bytes boards/sounds/sr/alphabet/ch.ogg | Bin 0 -> 8785 bytes boards/sounds/sr/alphabet/dj.ogg | Bin 0 -> 9716 bytes boards/sounds/sr/alphabet/dz.ogg | Bin 0 -> 9213 bytes boards/sounds/sr/alphabet/lj.ogg | Bin 0 -> 9817 bytes boards/sounds/sr/alphabet/nj.ogg | Bin 0 -> 9310 bytes boards/sounds/sr/alphabet/readme | 6 + boards/sounds/sr/alphabet/sh.ogg | Bin 0 -> 9106 bytes boards/sounds/sr/alphabet/zh.ogg | Bin 0 -> 9453 bytes boards/sounds/sr/colors/black.ogg | Bin 0 -> 11245 bytes boards/sounds/sr/colors/blue.ogg | Bin 0 -> 11295 bytes boards/sounds/sr/colors/brown.ogg | Bin 0 -> 11328 bytes boards/sounds/sr/colors/green.ogg | Bin 0 -> 12100 bytes boards/sounds/sr/colors/grey.ogg | Bin 0 -> 10815 bytes boards/sounds/sr/colors/orange.ogg | Bin 0 -> 14448 bytes boards/sounds/sr/colors/pink.ogg | Bin 0 -> 11888 bytes boards/sounds/sr/colors/purple.ogg | Bin 0 -> 13446 bytes boards/sounds/sr/colors/readme | 11 + boards/sounds/sr/colors/red.ogg | Bin 0 -> 10346 bytes boards/sounds/sr/colors/white.ogg | Bin 0 -> 11057 bytes boards/sounds/sr/colors/yellow.ogg | Bin 0 -> 12061 bytes boards/sounds/sr/geography/alaska.ogg | Bin 0 -> 12045 bytes boards/sounds/sr/geography/albania.ogg | Bin 0 -> 13477 bytes boards/sounds/sr/geography/argentina.ogg | Bin 0 -> 15107 bytes boards/sounds/sr/geography/austria.ogg | Bin 0 -> 13139 bytes boards/sounds/sr/geography/bahamas.ogg | Bin 0 -> 12183 bytes boards/sounds/sr/geography/belarus.ogg | Bin 0 -> 15593 bytes boards/sounds/sr/geography/belgium.ogg | Bin 0 -> 12592 bytes boards/sounds/sr/geography/bolivia.ogg | Bin 0 -> 14345 bytes boards/sounds/sr/geography/bosnia_herzegovina.ogg | Bin 0 -> 20329 bytes boards/sounds/sr/geography/brazil.ogg | Bin 0 -> 13644 bytes boards/sounds/sr/geography/bulgaria.ogg | Bin 0 -> 12682 bytes boards/sounds/sr/geography/canada.ogg | Bin 0 -> 16873 bytes boards/sounds/sr/geography/chile.ogg | Bin 0 -> 11012 bytes boards/sounds/sr/geography/colombia.ogg | Bin 0 -> 14141 bytes boards/sounds/sr/geography/costa_rica.ogg | Bin 0 -> 13971 bytes boards/sounds/sr/geography/croatia.ogg | Bin 0 -> 12511 bytes boards/sounds/sr/geography/cuba.ogg | Bin 0 -> 11195 bytes boards/sounds/sr/geography/cyprus.ogg | Bin 0 -> 11335 bytes boards/sounds/sr/geography/czech.ogg | Bin 0 -> 12270 bytes boards/sounds/sr/geography/denmark.ogg | Bin 0 -> 13283 bytes boards/sounds/sr/geography/dominican_republic.ogg | Bin 0 -> 22400 bytes boards/sounds/sr/geography/ecuador.ogg | Bin 0 -> 13143 bytes boards/sounds/sr/geography/estonia.ogg | Bin 0 -> 12115 bytes boards/sounds/sr/geography/finland.ogg | Bin 0 -> 14576 bytes boards/sounds/sr/geography/france.ogg | Bin 0 -> 14670 bytes boards/sounds/sr/geography/french_guiana.ogg | Bin 0 -> 21781 bytes boards/sounds/sr/geography/germany.ogg | Bin 0 -> 12379 bytes boards/sounds/sr/geography/greece.ogg | Bin 0 -> 12349 bytes boards/sounds/sr/geography/greenland.ogg | Bin 0 -> 15222 bytes boards/sounds/sr/geography/guatemala.ogg | Bin 0 -> 16197 bytes boards/sounds/sr/geography/guyana.ogg | Bin 0 -> 13350 bytes boards/sounds/sr/geography/haiti.ogg | Bin 0 -> 13750 bytes boards/sounds/sr/geography/honduras.ogg | Bin 0 -> 14247 bytes boards/sounds/sr/geography/hungary.ogg | Bin 0 -> 14407 bytes boards/sounds/sr/geography/iceland.ogg | Bin 0 -> 12523 bytes boards/sounds/sr/geography/ireland.ogg | Bin 0 -> 13177 bytes boards/sounds/sr/geography/italy.ogg | Bin 0 -> 12446 bytes boards/sounds/sr/geography/jamaica.ogg | Bin 0 -> 13674 bytes boards/sounds/sr/geography/latvia.ogg | Bin 0 -> 15598 bytes boards/sounds/sr/geography/lithuania.ogg | Bin 0 -> 13854 bytes boards/sounds/sr/geography/luxembourg.ogg | Bin 0 -> 19112 bytes boards/sounds/sr/geography/macedonia.ogg | Bin 0 -> 15500 bytes boards/sounds/sr/geography/mexico.ogg | Bin 0 -> 13137 bytes boards/sounds/sr/geography/moldova.ogg | Bin 0 -> 15757 bytes boards/sounds/sr/geography/montenegro.ogg | Bin 0 -> 13854 bytes boards/sounds/sr/geography/netherland.ogg | Bin 0 -> 15681 bytes boards/sounds/sr/geography/nicaragua.ogg | Bin 0 -> 15270 bytes boards/sounds/sr/geography/norway.ogg | Bin 0 -> 12879 bytes boards/sounds/sr/geography/panama.ogg | Bin 0 -> 11600 bytes boards/sounds/sr/geography/paraguay.ogg | Bin 0 -> 11577 bytes boards/sounds/sr/geography/peru.ogg | Bin 0 -> 9941 bytes boards/sounds/sr/geography/poland.ogg | Bin 0 -> 12707 bytes boards/sounds/sr/geography/portugal.ogg | Bin 0 -> 14281 bytes boards/sounds/sr/geography/readme | 68 + boards/sounds/sr/geography/romania.ogg | Bin 0 -> 13975 bytes boards/sounds/sr/geography/russia.ogg | Bin 0 -> 11953 bytes boards/sounds/sr/geography/salvador.ogg | Bin 0 -> 18075 bytes boards/sounds/sr/geography/serbia.ogg | Bin 0 -> 12155 bytes boards/sounds/sr/geography/serbia_montenegro.ogg | Bin 0 -> 20324 bytes boards/sounds/sr/geography/slovakia.ogg | Bin 0 -> 14187 bytes boards/sounds/sr/geography/slovenia.ogg | Bin 0 -> 14860 bytes boards/sounds/sr/geography/spain.ogg | Bin 0 -> 13591 bytes boards/sounds/sr/geography/suriname.ogg | Bin 0 -> 13572 bytes boards/sounds/sr/geography/sweden.ogg | Bin 0 -> 14860 bytes boards/sounds/sr/geography/switz.ogg | Bin 0 -> 15286 bytes boards/sounds/sr/geography/turkey.ogg | Bin 0 -> 13103 bytes boards/sounds/sr/geography/ukraine.ogg | Bin 0 -> 12714 bytes boards/sounds/sr/geography/united_kingdom.ogg | Bin 0 -> 19278 bytes boards/sounds/sr/geography/uruguay.ogg | Bin 0 -> 12816 bytes boards/sounds/sr/geography/usa.ogg | Bin 0 -> 29034 bytes boards/sounds/sr/geography/venezuela.ogg | Bin 0 -> 15374 bytes boards/sounds/sr/misc/awesome.ogg | Bin 0 -> 13880 bytes boards/sounds/sr/misc/back.ogg | Bin 0 -> 13905 bytes boards/sounds/sr/misc/by.ogg | Bin 0 -> 22542 bytes boards/sounds/sr/misc/check_answer.ogg | Bin 0 -> 15194 bytes boards/sounds/sr/misc/click_on_letter.ogg | Bin 0 -> 16703 bytes boards/sounds/sr/misc/congratulation.ogg | Bin 0 -> 13574 bytes boards/sounds/sr/misc/equal.ogg | Bin 0 -> 15467 bytes boards/sounds/sr/misc/fantastic.ogg | Bin 0 -> 15925 bytes boards/sounds/sr/misc/good.ogg | Bin 0 -> 11157 bytes boards/sounds/sr/misc/great.ogg | Bin 0 -> 12319 bytes boards/sounds/sr/misc/help.ogg | Bin 0 -> 11570 bytes boards/sounds/sr/misc/level.ogg | Bin 0 -> 10744 bytes boards/sounds/sr/misc/minus.ogg | Bin 0 -> 11229 bytes boards/sounds/sr/misc/ok.ogg | Bin 0 -> 11279 bytes boards/sounds/sr/misc/outof.ogg | Bin 0 -> 10289 bytes boards/sounds/sr/misc/perfect.ogg | Bin 0 -> 13630 bytes boards/sounds/sr/misc/plus.ogg | Bin 0 -> 9484 bytes boards/sounds/sr/misc/quit.ogg | Bin 0 -> 12736 bytes boards/sounds/sr/misc/readme | 21 + boards/sounds/sr/misc/super.ogg | Bin 0 -> 14387 bytes boards/sounds/sr/misc/waytogo.ogg | Bin 0 -> 14801 bytes boards/sounds/sr/misc/welcome.ogg | Bin 0 -> 24837 bytes boards/sounds/sv/alphabet/10.ogg | Bin 16203 -> 24367 bytes boards/sounds/sv/alphabet/11.ogg | Bin 17189 -> 25393 bytes boards/sounds/sv/alphabet/12.ogg | Bin 13555 -> 19733 bytes boards/sounds/sv/alphabet/13.ogg | Bin 17473 -> 27596 bytes boards/sounds/sv/alphabet/14.ogg | Bin 18333 -> 27182 bytes boards/sounds/sv/alphabet/15.ogg | Bin 16280 -> 24022 bytes boards/sounds/sv/alphabet/16.ogg | Bin 17538 -> 27535 bytes boards/sounds/sv/alphabet/17.ogg | Bin 17340 -> 25309 bytes boards/sounds/sv/alphabet/18.ogg | Bin 19891 -> 28509 bytes boards/sounds/sv/alphabet/19.ogg | Bin 13047 -> 18789 bytes boards/sounds/sv/alphabet/20.ogg | Bin 15240 -> 21878 bytes boards/sounds/sv/alphabet/U0030.ogg | Bin 16034 -> 23384 bytes boards/sounds/sv/alphabet/U0031.ogg | Bin 18702 -> 28605 bytes boards/sounds/sv/alphabet/U0032.ogg | Bin 15977 -> 22627 bytes boards/sounds/sv/alphabet/U0033.ogg | Bin 13100 -> 19012 bytes boards/sounds/sv/alphabet/U0034.ogg | Bin 11510 -> 16547 bytes boards/sounds/sv/alphabet/U0035.ogg | Bin 10675 -> 14689 bytes boards/sounds/sv/alphabet/U0036.ogg | Bin 15196 -> 22263 bytes boards/sounds/sv/alphabet/U0037.ogg | Bin 12343 -> 18051 bytes boards/sounds/sv/alphabet/U0038.ogg | Bin 18991 -> 28828 bytes boards/sounds/sv/alphabet/U0039.ogg | Bin 7484 -> 15747 bytes boards/sounds/sv/alphabet/U0061.ogg | Bin 16028 -> 23522 bytes boards/sounds/sv/alphabet/U0062.ogg | Bin 14860 -> 21952 bytes boards/sounds/sv/alphabet/U0063.ogg | Bin 12786 -> 18922 bytes boards/sounds/sv/alphabet/U0064.ogg | Bin 14082 -> 21112 bytes boards/sounds/sv/alphabet/U0065.ogg | Bin 8503 -> 12269 bytes boards/sounds/sv/alphabet/U0066.ogg | Bin 11486 -> 15561 bytes boards/sounds/sv/alphabet/U0067.ogg | Bin 15921 -> 23222 bytes boards/sounds/sv/alphabet/U0068.ogg | Bin 16803 -> 25276 bytes boards/sounds/sv/alphabet/U0069.ogg | Bin 14585 -> 21559 bytes boards/sounds/sv/alphabet/U006A.ogg | Bin 7761 -> 15768 bytes boards/sounds/sv/alphabet/U006B.ogg | Bin 12583 -> 18115 bytes boards/sounds/sv/alphabet/U006C.ogg | Bin 14477 -> 21475 bytes boards/sounds/sv/alphabet/U006D.ogg | Bin 17524 -> 26296 bytes boards/sounds/sv/alphabet/U006E.ogg | Bin 16405 -> 24122 bytes boards/sounds/sv/alphabet/U006F.ogg | Bin 13353 -> 19550 bytes boards/sounds/sv/alphabet/U0070.ogg | Bin 7075 -> 14976 bytes boards/sounds/sv/alphabet/U0071.ogg | Bin 15599 -> 23498 bytes boards/sounds/sv/alphabet/U0072.ogg | Bin 15295 -> 22605 bytes boards/sounds/sv/alphabet/U0073.ogg | Bin 14542 -> 21443 bytes boards/sounds/sv/alphabet/U0074.ogg | Bin 19268 -> 28248 bytes boards/sounds/sv/alphabet/U0075.ogg | Bin 16099 -> 24063 bytes boards/sounds/sv/alphabet/U0076.ogg | Bin 16142 -> 24782 bytes boards/sounds/sv/alphabet/U0078.ogg | Bin 18824 -> 31297 bytes boards/sounds/sv/alphabet/U0079.ogg | Bin 15159 -> 22336 bytes boards/sounds/sv/alphabet/U007A.ogg | Bin 17382 -> 26193 bytes boards/sounds/sv/alphabet/U00E4.ogg | Bin 17209 -> 25649 bytes boards/sounds/sv/alphabet/U00E5.ogg | Bin 17060 -> 24304 bytes boards/sounds/sv/alphabet/U00F6.ogg | Bin 11847 -> 17659 bytes boards/sounds/sv/colors/black.ogg | Bin 23482 -> 35274 bytes boards/sounds/sv/colors/blue.ogg | Bin 15906 -> 23740 bytes boards/sounds/sv/colors/brown.ogg | Bin 15859 -> 23814 bytes boards/sounds/sv/colors/green.ogg | Bin 14970 -> 22248 bytes boards/sounds/sv/colors/grey.ogg | Bin 14667 -> 20022 bytes boards/sounds/sv/colors/orange.ogg | Bin 13945 -> 21054 bytes boards/sounds/sv/colors/pink.ogg | Bin 14803 -> 20643 bytes boards/sounds/sv/colors/purple.ogg | Bin 15153 -> 22505 bytes boards/sounds/sv/colors/red.ogg | Bin 13953 -> 19730 bytes boards/sounds/sv/colors/white.ogg | Bin 17030 -> 23975 bytes boards/sounds/sv/colors/yellow.ogg | Bin 16258 -> 24268 bytes boards/sounds/sv/geography/africa.ogg | Bin 8221 -> 17433 bytes boards/sounds/sv/geography/alaska.ogg | Bin 19737 -> 30910 bytes boards/sounds/sv/geography/albania.ogg | Bin 15327 -> 22567 bytes boards/sounds/sv/geography/america.ogg | Bin 7734 -> 15891 bytes boards/sounds/sv/geography/antartica.ogg | Bin 8367 -> 17702 bytes boards/sounds/sv/geography/argentina.ogg | Bin 15282 -> 23300 bytes boards/sounds/sv/geography/asia.ogg | Bin 8146 -> 17436 bytes boards/sounds/sv/geography/austria.ogg | Bin 18967 -> 29523 bytes boards/sounds/sv/geography/bahamas.ogg | Bin 15737 -> 23514 bytes boards/sounds/sv/geography/belarus.ogg | Bin 21927 -> 33000 bytes boards/sounds/sv/geography/belgium.ogg | Bin 16122 -> 24674 bytes boards/sounds/sv/geography/bolivia.ogg | Bin 15138 -> 22063 bytes boards/sounds/sv/geography/bosnia_herzegovina.ogg | Bin 12443 -> 29896 bytes boards/sounds/sv/geography/brazil.ogg | Bin 13685 -> 22301 bytes boards/sounds/sv/geography/bulgaria.ogg | Bin 9311 -> 20727 bytes boards/sounds/sv/geography/canada.ogg | Bin 16063 -> 24018 bytes boards/sounds/sv/geography/chile.ogg | Bin 12771 -> 19243 bytes boards/sounds/sv/geography/colombia.ogg | Bin 13044 -> 19552 bytes boards/sounds/sv/geography/costa_rica.ogg | Bin 26611 -> 41105 bytes boards/sounds/sv/geography/croatia.ogg | Bin 17330 -> 25681 bytes boards/sounds/sv/geography/cuba.ogg | Bin 14770 -> 21417 bytes boards/sounds/sv/geography/cyprus.ogg | Bin 16187 -> 23846 bytes boards/sounds/sv/geography/czech.ogg | Bin 12752 -> 30530 bytes boards/sounds/sv/geography/denmark.ogg | Bin 16335 -> 23425 bytes boards/sounds/sv/geography/dominican_republic.ogg | Bin 28899 -> 45248 bytes boards/sounds/sv/geography/ecuador.ogg | Bin 20229 -> 30066 bytes boards/sounds/sv/geography/estonia.ogg | Bin 25320 -> 36502 bytes boards/sounds/sv/geography/europe.ogg | Bin 8118 -> 16924 bytes boards/sounds/sv/geography/finland.ogg | Bin 10390 -> 23410 bytes boards/sounds/sv/geography/france.ogg | Bin 14928 -> 22291 bytes boards/sounds/sv/geography/french_guiana.ogg | Bin 12963 -> 30531 bytes boards/sounds/sv/geography/germany.ogg | Bin 17704 -> 26558 bytes boards/sounds/sv/geography/greece.ogg | Bin 15764 -> 25493 bytes boards/sounds/sv/geography/greenland.ogg | Bin 21009 -> 31589 bytes boards/sounds/sv/geography/guatemala.ogg | Bin 20488 -> 30212 bytes boards/sounds/sv/geography/guyana.ogg | Bin 8653 -> 17930 bytes boards/sounds/sv/geography/haiti.ogg | Bin 20662 -> 31439 bytes boards/sounds/sv/geography/honduras.ogg | Bin 20263 -> 27554 bytes boards/sounds/sv/geography/hungary.ogg | Bin 24935 -> 36704 bytes boards/sounds/sv/geography/iceland.ogg | Bin 15349 -> 23979 bytes boards/sounds/sv/geography/ireland.ogg | Bin 10265 -> 24008 bytes boards/sounds/sv/geography/italy.ogg | Bin 17277 -> 25507 bytes boards/sounds/sv/geography/jamaica.ogg | Bin 17499 -> 28924 bytes boards/sounds/sv/geography/latvia.ogg | Bin 27036 -> 41331 bytes boards/sounds/sv/geography/lithuania.ogg | Bin 18442 -> 26938 bytes boards/sounds/sv/geography/luxembourg.ogg | Bin 14311 -> 21911 bytes boards/sounds/sv/geography/macedonia.ogg | Bin 23847 -> 35306 bytes boards/sounds/sv/geography/mexico.ogg | Bin 17655 -> 26803 bytes boards/sounds/sv/geography/moldova.ogg | Bin 26886 -> 39279 bytes boards/sounds/sv/geography/netherland.ogg | Bin 18481 -> 29003 bytes boards/sounds/sv/geography/nicaragua.ogg | Bin 24028 -> 36120 bytes boards/sounds/sv/geography/norway.ogg | Bin 13610 -> 19668 bytes boards/sounds/sv/geography/oceania.ogg | Bin 8704 -> 19195 bytes boards/sounds/sv/geography/panama.ogg | Bin 22593 -> 32881 bytes boards/sounds/sv/geography/paraguay.ogg | Bin 14102 -> 20662 bytes boards/sounds/sv/geography/peru.ogg | Bin 16685 -> 25246 bytes boards/sounds/sv/geography/poland.ogg | Bin 16876 -> 24663 bytes boards/sounds/sv/geography/portugal.ogg | Bin 8154 -> 16402 bytes boards/sounds/sv/geography/romania.ogg | Bin 19337 -> 28505 bytes boards/sounds/sv/geography/russia.ogg | Bin 14797 -> 23805 bytes boards/sounds/sv/geography/salvador.ogg | Bin 28230 -> 41023 bytes boards/sounds/sv/geography/serbia_montenegro.ogg | Bin 27902 -> 43412 bytes boards/sounds/sv/geography/slovakia.ogg | Bin 14951 -> 21724 bytes boards/sounds/sv/geography/slovenia.ogg | Bin 18533 -> 28162 bytes boards/sounds/sv/geography/spain.ogg | Bin 16727 -> 25268 bytes boards/sounds/sv/geography/suriname.ogg | Bin 9696 -> 22328 bytes boards/sounds/sv/geography/sweden.ogg | Bin 16260 -> 24260 bytes boards/sounds/sv/geography/switz.ogg | Bin 19564 -> 28257 bytes boards/sounds/sv/geography/turkey.ogg | Bin 10854 -> 25177 bytes boards/sounds/sv/geography/ukraine.ogg | Bin 17129 -> 25788 bytes boards/sounds/sv/geography/united_kingdom.ogg | Bin 25298 -> 37379 bytes boards/sounds/sv/geography/uruguay.ogg | Bin 16138 -> 22639 bytes boards/sounds/sv/geography/usa.ogg | Bin 17083 -> 25498 bytes boards/sounds/sv/geography/venezuela.ogg | Bin 17420 -> 26686 bytes boards/sounds/sv/misc/about.ogg | Bin 7747 -> 16653 bytes boards/sounds/sv/misc/awesome.ogg | Bin 18405 -> 28641 bytes boards/sounds/sv/misc/back.ogg | Bin 17467 -> 25799 bytes boards/sounds/sv/misc/by.ogg | Bin 17114 -> 25162 bytes boards/sounds/sv/misc/click_on_letter.ogg | Bin 20447 -> 31858 bytes boards/sounds/sv/misc/configuration.ogg | Bin 10951 -> 24817 bytes boards/sounds/sv/misc/congratulation.ogg | Bin 18490 -> 27598 bytes boards/sounds/sv/misc/equal.ogg | Bin 23810 -> 36199 bytes boards/sounds/sv/misc/fantastic.ogg | Bin 23659 -> 36627 bytes boards/sounds/sv/misc/good.ogg | Bin 8097 -> 16675 bytes boards/sounds/sv/misc/great.ogg | Bin 18875 -> 28070 bytes boards/sounds/sv/misc/help.ogg | Bin 19978 -> 29012 bytes boards/sounds/sv/misc/level.ogg | Bin 18106 -> 27120 bytes boards/sounds/sv/misc/minus.ogg | Bin 13529 -> 19339 bytes boards/sounds/sv/misc/ok.ogg | Bin 8590 -> 19139 bytes boards/sounds/sv/misc/outof.ogg | Bin 17043 -> 25741 bytes boards/sounds/sv/misc/perfect.ogg | Bin 17332 -> 26015 bytes boards/sounds/sv/misc/plus.ogg | Bin 18529 -> 27235 bytes boards/sounds/sv/misc/quit.ogg | Bin 17309 -> 25922 bytes boards/sounds/sv/misc/super.ogg | Bin 14879 -> 21855 bytes boards/sounds/sv/misc/waytogo.ogg | Bin 21260 -> 35463 bytes boards/sounds/sv/misc/welcome.ogg | Bin 8623 -> 17285 bytes boards/sounds/tr/alphabet/10.ogg | Bin 23932 -> 19131 bytes boards/sounds/tr/alphabet/11.ogg | Bin 25455 -> 18704 bytes boards/sounds/tr/alphabet/12.ogg | Bin 25813 -> 19149 bytes boards/sounds/tr/alphabet/13.ogg | Bin 37615 -> 29220 bytes boards/sounds/tr/alphabet/14.ogg | Bin 28786 -> 21729 bytes boards/sounds/tr/alphabet/15.ogg | Bin 24073 -> 18550 bytes boards/sounds/tr/alphabet/16.ogg | Bin 24080 -> 18650 bytes boards/sounds/tr/alphabet/17.ogg | Bin 24120 -> 18940 bytes boards/sounds/tr/alphabet/18.ogg | Bin 23805 -> 18802 bytes boards/sounds/tr/alphabet/19.ogg | Bin 27782 -> 21075 bytes boards/sounds/tr/alphabet/20.ogg | Bin 24533 -> 18713 bytes boards/sounds/tr/alphabet/U0030.ogg | Bin 23885 -> 18556 bytes boards/sounds/tr/alphabet/U0031.ogg | Bin 23440 -> 17708 bytes boards/sounds/tr/alphabet/U0032.ogg | Bin 24180 -> 18492 bytes boards/sounds/tr/alphabet/U0033.ogg | Bin 26089 -> 19801 bytes boards/sounds/tr/alphabet/U0034.ogg | Bin 25441 -> 20118 bytes boards/sounds/tr/alphabet/U0035.ogg | Bin 24244 -> 18676 bytes boards/sounds/tr/alphabet/U0036.ogg | Bin 20812 -> 16476 bytes boards/sounds/tr/alphabet/U0037.ogg | Bin 26848 -> 20651 bytes boards/sounds/tr/alphabet/U0038.ogg | Bin 24498 -> 18874 bytes boards/sounds/tr/alphabet/U0039.ogg | Bin 28244 -> 21777 bytes boards/sounds/tr/alphabet/U0061.ogg | Bin 22995 -> 17522 bytes boards/sounds/tr/alphabet/U0062.ogg | Bin 24497 -> 18189 bytes boards/sounds/tr/alphabet/U0063.ogg | Bin 24237 -> 18496 bytes boards/sounds/tr/alphabet/U0064.ogg | Bin 23350 -> 17683 bytes boards/sounds/tr/alphabet/U0065.ogg | Bin 23322 -> 18043 bytes boards/sounds/tr/alphabet/U0066.ogg | Bin 23334 -> 18450 bytes boards/sounds/tr/alphabet/U0067.ogg | Bin 18644 -> 14527 bytes boards/sounds/tr/alphabet/U0068.ogg | Bin 25370 -> 20067 bytes boards/sounds/tr/alphabet/U0069.ogg | Bin 20968 -> 16596 bytes boards/sounds/tr/alphabet/U006A.ogg | Bin 16932 -> 13465 bytes boards/sounds/tr/alphabet/U006B.ogg | Bin 23856 -> 18338 bytes boards/sounds/tr/alphabet/U006C.ogg | Bin 22348 -> 17576 bytes boards/sounds/tr/alphabet/U006D.ogg | Bin 24023 -> 19006 bytes boards/sounds/tr/alphabet/U006E.ogg | Bin 21296 -> 16426 bytes boards/sounds/tr/alphabet/U006F.ogg | Bin 19040 -> 15031 bytes boards/sounds/tr/alphabet/U0070.ogg | Bin 20019 -> 15340 bytes boards/sounds/tr/alphabet/U0071.ogg | Bin 20880 -> 16065 bytes boards/sounds/tr/alphabet/U0072.ogg | Bin 21129 -> 15827 bytes boards/sounds/tr/alphabet/U0073.ogg | Bin 22836 -> 17833 bytes boards/sounds/tr/alphabet/U0074.ogg | Bin 20290 -> 15822 bytes boards/sounds/tr/alphabet/U0075.ogg | Bin 16782 -> 13245 bytes boards/sounds/tr/alphabet/U0076.ogg | Bin 20587 -> 16780 bytes boards/sounds/tr/alphabet/U0077.ogg | Bin 24503 -> 18779 bytes boards/sounds/tr/alphabet/U0078.ogg | Bin 19975 -> 15676 bytes boards/sounds/tr/alphabet/U0079.ogg | Bin 21141 -> 16736 bytes boards/sounds/tr/alphabet/U007A.ogg | Bin 23102 -> 17722 bytes boards/sounds/tr/colors/black.ogg | Bin 23347 -> 18406 bytes boards/sounds/tr/colors/blue.ogg | Bin 22375 -> 17356 bytes boards/sounds/tr/colors/brown.ogg | Bin 26853 -> 20630 bytes boards/sounds/tr/colors/green.ogg | Bin 23020 -> 17888 bytes boards/sounds/tr/colors/grey.ogg | Bin 20599 -> 16298 bytes boards/sounds/tr/colors/orange.ogg | Bin 27279 -> 21115 bytes boards/sounds/tr/colors/pink.ogg | Bin 22126 -> 16823 bytes boards/sounds/tr/colors/purple.ogg | Bin 20433 -> 15654 bytes boards/sounds/tr/colors/red.ogg | Bin 23107 -> 17865 bytes boards/sounds/tr/colors/white.ogg | Bin 24521 -> 20019 bytes boards/sounds/tr/colors/yellow.ogg | Bin 23966 -> 18649 bytes boards/sounds/tr/geography/africa.ogg | Bin 27233 -> 18793 bytes boards/sounds/tr/geography/alaska.ogg | Bin 23314 -> 17874 bytes boards/sounds/tr/geography/albania.ogg | Bin 25703 -> 19259 bytes boards/sounds/tr/geography/algeria.ogg | Bin 25158 -> 17777 bytes boards/sounds/tr/geography/america.ogg | Bin 32345 -> 22149 bytes boards/sounds/tr/geography/angola.ogg | Bin 27889 -> 19502 bytes boards/sounds/tr/geography/antartica.ogg | Bin 33354 -> 22342 bytes boards/sounds/tr/geography/argentina.ogg | Bin 25871 -> 19533 bytes boards/sounds/tr/geography/asia.ogg | Bin 28451 -> 19644 bytes boards/sounds/tr/geography/austria.ogg | Bin 26563 -> 20360 bytes boards/sounds/tr/geography/bahamas.ogg | Bin 21976 -> 17691 bytes boards/sounds/tr/geography/belarus.ogg | Bin 22717 -> 17409 bytes boards/sounds/tr/geography/belgium.ogg | Bin 23247 -> 18344 bytes boards/sounds/tr/geography/benin.ogg | Bin 24401 -> 16772 bytes boards/sounds/tr/geography/bolivia.ogg | Bin 25052 -> 19054 bytes boards/sounds/tr/geography/bosnia_herzegovina.ogg | Bin 28128 -> 21530 bytes boards/sounds/tr/geography/botswana.ogg | Bin 26656 -> 18261 bytes boards/sounds/tr/geography/brazil.ogg | Bin 24290 -> 19062 bytes boards/sounds/tr/geography/bulgaria.ogg | Bin 25329 -> 19444 bytes boards/sounds/tr/geography/burkina.ogg | Bin 30019 -> 20969 bytes boards/sounds/tr/geography/burundi.ogg | Bin 25717 -> 18147 bytes boards/sounds/tr/geography/cameroon.ogg | Bin 28303 -> 19951 bytes boards/sounds/tr/geography/canada.ogg | Bin 24557 -> 19058 bytes .../tr/geography/central_african_republic.ogg | Bin 41650 -> 28057 bytes boards/sounds/tr/geography/chad.ogg | Bin 20385 -> 17971 bytes boards/sounds/tr/geography/chile.ogg | Bin 28004 -> 22164 bytes boards/sounds/tr/geography/colombia.ogg | Bin 23832 -> 18396 bytes boards/sounds/tr/geography/congo.ogg | Bin 24754 -> 17315 bytes boards/sounds/tr/geography/costa_rica.ogg | Bin 27929 -> 21186 bytes boards/sounds/tr/geography/croatia.ogg | Bin 24042 -> 18983 bytes boards/sounds/tr/geography/cuba.ogg | Bin 22227 -> 17357 bytes boards/sounds/tr/geography/cyprus.ogg | Bin 22304 -> 17102 bytes boards/sounds/tr/geography/czech.ogg | Bin 27438 -> 20760 bytes boards/sounds/tr/geography/denmark.ogg | Bin 26578 -> 19405 bytes boards/sounds/tr/geography/djibouti.ogg | Bin 28193 -> 20054 bytes boards/sounds/tr/geography/dominican_republic.ogg | Bin 27961 -> 22243 bytes boards/sounds/tr/geography/ecuador.ogg | Bin 25411 -> 19991 bytes boards/sounds/tr/geography/egypt.ogg | Bin 28519 -> 21346 bytes boards/sounds/tr/geography/equatorial_guinea.ogg | Bin 35503 -> 24938 bytes boards/sounds/tr/geography/eritrea.ogg | Bin 28534 -> 20097 bytes boards/sounds/tr/geography/estonia.ogg | Bin 28300 -> 22526 bytes boards/sounds/tr/geography/ethiopia.ogg | Bin 28838 -> 20867 bytes boards/sounds/tr/geography/europe.ogg | Bin 27423 -> 18932 bytes boards/sounds/tr/geography/finland.ogg | Bin 21802 -> 16657 bytes boards/sounds/tr/geography/france.ogg | Bin 24309 -> 19016 bytes boards/sounds/tr/geography/french_guiana.ogg | Bin 28512 -> 22003 bytes boards/sounds/tr/geography/gabon.ogg | Bin 22181 -> 16096 bytes boards/sounds/tr/geography/gambia.ogg | Bin 26298 -> 18780 bytes boards/sounds/tr/geography/germany.ogg | Bin 21799 -> 16727 bytes boards/sounds/tr/geography/ghana.ogg | Bin 22945 -> 16341 bytes boards/sounds/tr/geography/greece.ogg | Bin 26313 -> 20005 bytes boards/sounds/tr/geography/greenland.ogg | Bin 30643 -> 23666 bytes boards/sounds/tr/geography/guatemala.ogg | Bin 25027 -> 19283 bytes boards/sounds/tr/geography/guinea.ogg | Bin 25606 -> 18109 bytes boards/sounds/tr/geography/guinea_bissau.ogg | Bin 29101 -> 20724 bytes boards/sounds/tr/geography/guyana.ogg | Bin 21226 -> 16236 bytes boards/sounds/tr/geography/haiti.ogg | Bin 22653 -> 17984 bytes boards/sounds/tr/geography/honduras.ogg | Bin 22109 -> 17475 bytes boards/sounds/tr/geography/hungary.ogg | Bin 25470 -> 19848 bytes boards/sounds/tr/geography/iceland.ogg | Bin 23594 -> 18071 bytes boards/sounds/tr/geography/ireland.ogg | Bin 23704 -> 17724 bytes boards/sounds/tr/geography/italy.ogg | Bin 24791 -> 19421 bytes boards/sounds/tr/geography/ivory_coast.ogg | Bin 34743 -> 24110 bytes boards/sounds/tr/geography/jamaica.ogg | Bin 24351 -> 18534 bytes boards/sounds/tr/geography/kenya.ogg | Bin 25538 -> 18464 bytes boards/sounds/tr/geography/latvia.ogg | Bin 19936 -> 15703 bytes boards/sounds/tr/geography/lesotho.ogg | Bin 26884 -> 19288 bytes boards/sounds/tr/geography/liberia.ogg | Bin 28273 -> 19926 bytes boards/sounds/tr/geography/libya.ogg | Bin 25216 -> 17953 bytes boards/sounds/tr/geography/lithuania.ogg | Bin 23845 -> 18619 bytes boards/sounds/tr/geography/luxembourg.ogg | Bin 23417 -> 18340 bytes boards/sounds/tr/geography/macedonia.ogg | Bin 23112 -> 18105 bytes boards/sounds/tr/geography/madagascar.ogg | Bin 33351 -> 22659 bytes boards/sounds/tr/geography/malawi.ogg | Bin 23424 -> 16533 bytes boards/sounds/tr/geography/mali.ogg | Bin 25747 -> 18337 bytes boards/sounds/tr/geography/mauritania.ogg | Bin 27360 -> 19054 bytes boards/sounds/tr/geography/mexico.ogg | Bin 21173 -> 16554 bytes boards/sounds/tr/geography/moldova.ogg | Bin 22092 -> 16741 bytes boards/sounds/tr/geography/moroco.ogg | Bin 22328 -> 15932 bytes boards/sounds/tr/geography/mozambique.ogg | Bin 31767 -> 22216 bytes boards/sounds/tr/geography/namibia.ogg | Bin 28805 -> 20488 bytes boards/sounds/tr/geography/netherland.ogg | Bin 24958 -> 18812 bytes boards/sounds/tr/geography/nicaragua.ogg | Bin 24450 -> 18419 bytes boards/sounds/tr/geography/niger.ogg | Bin 26854 -> 18558 bytes boards/sounds/tr/geography/nigeria.ogg | Bin 24887 -> 17328 bytes boards/sounds/tr/geography/north_america.ogg | Bin 28469 -> 19508 bytes boards/sounds/tr/geography/norway.ogg | Bin 21706 -> 16780 bytes boards/sounds/tr/geography/oceania.ogg | Bin 35531 -> 24325 bytes boards/sounds/tr/geography/panama.ogg | Bin 22433 -> 17057 bytes boards/sounds/tr/geography/paraguay.ogg | Bin 23018 -> 17883 bytes boards/sounds/tr/geography/peru.ogg | Bin 18675 -> 14363 bytes boards/sounds/tr/geography/poland.ogg | Bin 21013 -> 15857 bytes boards/sounds/tr/geography/portugal.ogg | Bin 20701 -> 16479 bytes boards/sounds/tr/geography/republic_of_congo.ogg | Bin 34187 -> 23398 bytes boards/sounds/tr/geography/romania.ogg | Bin 20615 -> 16129 bytes boards/sounds/tr/geography/russia.ogg | Bin 17298 -> 13702 bytes boards/sounds/tr/geography/rwanda.ogg | Bin 22650 -> 15533 bytes boards/sounds/tr/geography/salvador.ogg | Bin 21405 -> 16783 bytes boards/sounds/tr/geography/senegal.ogg | Bin 29067 -> 19830 bytes boards/sounds/tr/geography/serbia_montenegro.ogg | Bin 28733 -> 21734 bytes boards/sounds/tr/geography/sierra_leone.ogg | Bin 27913 -> 18976 bytes boards/sounds/tr/geography/slovakia.ogg | Bin 24646 -> 18690 bytes boards/sounds/tr/geography/slovenia.ogg | Bin 26441 -> 20852 bytes boards/sounds/tr/geography/somalia.ogg | Bin 23648 -> 16575 bytes boards/sounds/tr/geography/soudan.ogg | Bin 25575 -> 18719 bytes boards/sounds/tr/geography/south_africa.ogg | Bin 31534 -> 22300 bytes boards/sounds/tr/geography/south_america.ogg | Bin 34328 -> 22682 bytes boards/sounds/tr/geography/spain.ogg | Bin 19548 -> 15804 bytes boards/sounds/tr/geography/suriname.ogg | Bin 19884 -> 15492 bytes boards/sounds/tr/geography/swaziland.ogg | Bin 28828 -> 19477 bytes boards/sounds/tr/geography/sweden.ogg | Bin 18740 -> 15035 bytes boards/sounds/tr/geography/switz.ogg | Bin 18228 -> 14279 bytes boards/sounds/tr/geography/tanzania.ogg | Bin 25504 -> 17578 bytes boards/sounds/tr/geography/togo.ogg | Bin 28191 -> 20189 bytes boards/sounds/tr/geography/tunisia.ogg | Bin 23308 -> 17098 bytes boards/sounds/tr/geography/turkey.ogg | Bin 24761 -> 19486 bytes boards/sounds/tr/geography/uganda.ogg | Bin 26239 -> 18620 bytes boards/sounds/tr/geography/ukraine.ogg | Bin 20249 -> 15595 bytes boards/sounds/tr/geography/united_kingdom.ogg | Bin 24079 -> 18344 bytes boards/sounds/tr/geography/uruguay.ogg | Bin 20470 -> 15848 bytes boards/sounds/tr/geography/usa.ogg | Bin 30410 -> 23513 bytes boards/sounds/tr/geography/venezuela.ogg | Bin 25378 -> 19752 bytes boards/sounds/tr/geography/zambia.ogg | Bin 24636 -> 17138 bytes boards/sounds/tr/geography/zimbabwe.ogg | Bin 25918 -> 18396 bytes boards/sounds/tr/misc/about.ogg | Bin 33702 -> 22377 bytes boards/sounds/tr/misc/awesome.ogg | Bin 21773 -> 17240 bytes boards/sounds/tr/misc/back.ogg | Bin 21109 -> 16181 bytes boards/sounds/tr/misc/by.ogg | Bin 29105 -> 21955 bytes boards/sounds/tr/misc/check_answer.ogg | Bin 37613 -> 24890 bytes boards/sounds/tr/misc/click_on_letter.ogg | Bin 33720 -> 26293 bytes boards/sounds/tr/misc/configuration.ogg | Bin 31604 -> 20960 bytes boards/sounds/tr/misc/congratulation.ogg | Bin 26793 -> 20492 bytes boards/sounds/tr/misc/equal.ogg | Bin 32275 -> 25159 bytes boards/sounds/tr/misc/fantastic.ogg | Bin 26992 -> 20647 bytes boards/sounds/tr/misc/good.ogg | Bin 21773 -> 17240 bytes boards/sounds/tr/misc/great.ogg | Bin 25813 -> 19761 bytes boards/sounds/tr/misc/help.ogg | Bin 22538 -> 17286 bytes boards/sounds/tr/misc/level.ogg | Bin 24110 -> 18674 bytes boards/sounds/tr/misc/minus.ogg | Bin 24287 -> 18371 bytes boards/sounds/tr/misc/ok.ogg | Bin 21298 -> 16056 bytes boards/sounds/tr/misc/outof.ogg | Bin 25264 -> 18783 bytes boards/sounds/tr/misc/perfect.ogg | Bin 24291 -> 18922 bytes boards/sounds/tr/misc/plus.ogg | Bin 24081 -> 18790 bytes boards/sounds/tr/misc/quit.ogg | Bin 22708 -> 17530 bytes boards/sounds/tr/misc/super.ogg | Bin 24805 -> 19100 bytes boards/sounds/tr/misc/waytogo.ogg | Bin 33817 -> 25646 bytes boards/sounds/tr/misc/welcome.ogg | Bin 29306 -> 20828 bytes configure.in | 61 +- po/ChangeLog | 31 +- po/ar.po | 162 +- po/ca.po | 2854 ++++++--- po/el.po | 5328 ++++++++++++---- po/en_GB.po | 9 +- po/sr.po | 6601 +++++++++++++++----- po/sr@Latn.po | 6601 +++++++++++++++----- src/boards/canvas.c | 1556 +++-- src/boards/click_on_letter.c | 4 +- src/boards/colors.c | 4 +- src/boards/memory.c | 4 +- src/boards/py-mod-sound.c | 4 +- src/boards/python/melody.py | 40 +- src/boards/wordsgame.c | 20 +- src/gcompris/Makefile.am | 6 +- src/gcompris/bonus.c | 4 +- src/gcompris/config.c | 9 +- src/gcompris/gcompris.c | 14 +- src/gcompris/sdlplayer.c | 218 - src/gcompris/soundutil.c | 484 +- src/gcompris/soundutil.h | 79 +- 3400 files changed, 17700 insertions(+), 6693 deletions(-) commit 251c27cffa461f45a835df6468771b80d75d4b17 Author: Bruno Coudoin Date: Mon May 7 13:35:27 2007 +0000 Included the latest binreloc detection code from autopackage svn. Now binreloc detection works again, it follow the user choice and is on auto by default. svn path=/trunk/; revision=2633 ChangeLog | 9 +++++++++ acinclude.m4 | 41 ++++++++--------------------------------- configure.in | 4 ++-- 3 files changed, 19 insertions(+), 35 deletions(-) commit e19de99a18e91387f513c6811e3e6f71272a168f Author: Bruno Coudoin Date: Sun May 6 16:00:34 2007 +0000 fixed a bad test around XLIBADD (by Manfred Tremmel) added arabic updated * configure.in: fixed a bad test around XLIBADD (by Manfred Tremmel) * docs/gcompris2spip.pl: added arabic * docs/website/sommaire.html: updated from the website svn path=/trunk/; revision=2632 ChangeLog | 6 +++++ boards/flags/ar.png | Bin 352 -> 1756 bytes configure.in | 2 +- docs/gcompris2spip.pl | 6 ++-- docs/website/sommaire.html | 54 +++++++++++++++++++++++++++++++------------ 5 files changed, 49 insertions(+), 19 deletions(-) commit 82e9c7a230e9511329c7cf3c74798798c09e0267 Author: Bruno Coudoin Date: Sat May 5 08:57:38 2007 +0000 Updated web site to support RTL (arabic) language svn path=/trunk/; revision=2631 docs/website/article.html | 361 ++++++++++++++++++++++---------------------- docs/website/rubrique.html | 290 ++++++++++++++++++------------------ docs/website/sommaire.html | 120 ++++++++-------- 3 files changed, 387 insertions(+), 384 deletions(-) commit e31bd8cc13e702eb69965af99425ea1d25914394 Author: Daniel Nylander Date: Fri May 4 22:00:19 2007 +0000 sv.po: Updated Swedish translation svn path=/trunk/; revision=2630 po/ChangeLog | 6 +- po/sv.po | 2012 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 1210 insertions(+), 808 deletions(-) commit 6d8def0c831f3c57c2b4e3f2e4f34dd90f6f92ff Author: Djihed Afifi Date: Fri May 4 15:31:45 2007 +0000 Updated Arabic Translation by Khaled Hosny. svn path=/trunk/; revision=2629 po/ChangeLog | 4 + po/ar.po | 394 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 227 insertions(+), 171 deletions(-) commit 484011d7a459cb49453538c8ec119483339c1946 Author: Bruno Coudoin Date: Fri May 4 05:16:00 2007 +0000 Fixed syntax to pass msgfmt -cvv Fixed syntax Fixed syntax * ar_TN.po: Fixed syntax to pass msgfmt -cvv * mr.po: Fixed syntax * hi.po: Fixed syntax svn path=/trunk/; revision=2628 po/ChangeLog | 6 ++++++ po/ar_TN.po | 4 ++-- po/hi.po | 10 +++++----- po/mr.po | 10 +++++----- 4 files changed, 18 insertions(+), 12 deletions(-) commit 207c57b908ebf2e94021c9d56eaabc7f9708a49f Author: Bruno Coudoin Date: Tue May 1 22:47:08 2007 +0000 Integrated the writing tutor activity from Jozef Cerven jcmail80 on gmail / com. svn path=/trunk/; revision=2627 ChangeLog | 26 + Makefile.am | 16 +- boards/Makefile.am | 8 +- .../boardicons/writing_tutor_image_match.png | Bin 0 -> 7527 bytes .../boardicons/writing_tutor_missing_match.png | Bin 0 -> 6195 bytes .../boardicons/writing_tutor_pattern_admin.png | Bin 0 -> 5229 bytes .../gartoon/boardicons/writing_tutor_tablet.png | Bin 0 -> 517 bytes .../boardicons/writing_tutor_template_match.png | Bin 0 -> 6921 bytes boards/writing_tutor.xml.in | 13 + boards/writing_tutor/anim_pen.gif | Bin 0 -> 4808 bytes boards/writing_tutor/anim_pen.txt | 1 + boards/writing_tutor/drop.png | Bin 0 -> 3162 bytes boards/writing_tutor/image_match/@kruh.png | Bin 0 -> 5830 bytes boards/writing_tutor/image_match/@obdlznik.png | Bin 0 -> 1720 bytes boards/writing_tutor/image_match/@stvorec.png | Bin 0 -> 3022 bytes boards/writing_tutor/image_match/@trojuholnik.png | Bin 0 -> 5720 bytes boards/writing_tutor/image_match/a.png | Bin 0 -> 9561 bytes boards/writing_tutor/image_match/b.png | Bin 0 -> 7808 bytes boards/writing_tutor/image_match/c.png | Bin 0 -> 3427 bytes boards/writing_tutor/image_match/d.png | Bin 0 -> 6829 bytes boards/writing_tutor/image_match/g.png | Bin 0 -> 12231 bytes boards/writing_tutor/image_match/h.png | Bin 0 -> 9275 bytes boards/writing_tutor/image_match/j.png | Bin 0 -> 4409 bytes boards/writing_tutor/image_match/l.png | Bin 0 -> 13548 bytes boards/writing_tutor/image_match/m.png | Bin 0 -> 8271 bytes boards/writing_tutor/image_match/r.png | Bin 0 -> 10825 bytes boards/writing_tutor/image_match/s.png | Bin 0 -> 5765 bytes boards/writing_tutor/image_match/t.png | Bin 0 -> 11637 bytes boards/writing_tutor/image_match/z.png | Bin 0 -> 7124 bytes boards/writing_tutor/notepad.png | Bin 0 -> 20759 bytes boards/writing_tutor/pattern_admin_bg.png | Bin 0 -> 5524 bytes boards/writing_tutor/tablet_active.png | Bin 0 -> 1485 bytes boards/writing_tutor/tablet_inactive.png | Bin 0 -> 604 bytes boards/writing_tutor/wood_oak.png | Bin 0 -> 717203 bytes boards/writing_tutor/wood_pine.png | Bin 0 -> 573500 bytes boards/writing_tutor_image_match.xml.in | 18 + boards/writing_tutor_missing_match.xml.in | 20 + boards/writing_tutor_pattern_admin.xml.in | 18 + boards/writing_tutor_template_match.xml.in | 18 + configure.in | 3 +- gcompris-edit.desktop.in | 2 +- macosx/Makefile.am | 13 + src/boards/python.c | 9 +- src/boards/python/DTW/Makefile.am | 8 + src/boards/python/DTW/dtw.py | 170 +++++ src/boards/python/Makefile.am | 9 +- src/boards/python/writing_tutor_common.py | 165 +++++ src/boards/python/writing_tutor_image_match.py | 750 +++++++++++++++++++ src/boards/python/writing_tutor_missing_match.py | 735 +++++++++++++++++++ src/boards/python/writing_tutor_pattern_admin.py | 774 ++++++++++++++++++++ src/boards/python/writing_tutor_template_match.py | 735 +++++++++++++++++++ src/gcompris/config.c | 2 +- 52 files changed, 3499 insertions(+), 14 deletions(-) commit 8d346ffc5f5659969844a2f8f0cbdc7515f1305e Author: Bruno Coudoin Date: Sun Apr 29 19:52:19 2007 +0000 Updated Norwegian Nynorsk by Karl Ove Hufthammer * nn.po: Updated Norwegian Nynorsk by Karl Ove Hufthammer svn path=/trunk/; revision=2626 po/ChangeLog | 4 + po/nn.po | 342 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 193 insertions(+), 153 deletions(-) commit 33d83683e1702cec790dd69c3269966bc4adc00e Author: Bruno Coudoin Date: Sun Apr 29 11:58:46 2007 +0000 release 8.3.1 svn detection change * configure.in: release 8.3.1 * prepare-ChangeLog.pl: svn detection change - Created Indian Hindi voices by Anand Kulkarni Credit goes to 'Sarvangin Vikas Sanstha' * boards/sounds/hi: created Hindi voices svn path=/trunk/; revision=2625 ChangeLog | 14 +++++++++++++- boards/flags/ar_TN.png | Bin 0 -> 3503 bytes boards/sounds/ar/alphabet/10.ogg | Bin 23591 -> 23591 bytes boards/sounds/ar/alphabet/11.ogg | Bin 33100 -> 33100 bytes boards/sounds/ar/alphabet/12.ogg | Bin 26488 -> 26488 bytes boards/sounds/ar/alphabet/13.ogg | Bin 29641 -> 29641 bytes boards/sounds/ar/alphabet/14.ogg | Bin 30686 -> 30686 bytes boards/sounds/ar/alphabet/15.ogg | Bin 24760 -> 24760 bytes boards/sounds/ar/alphabet/16.ogg | Bin 30444 -> 30444 bytes boards/sounds/ar/alphabet/17.ogg | Bin 34098 -> 34098 bytes boards/sounds/ar/alphabet/18.ogg | Bin 34880 -> 34880 bytes boards/sounds/ar/alphabet/19.ogg | Bin 31982 -> 31982 bytes boards/sounds/ar/alphabet/20.ogg | Bin 20500 -> 20500 bytes boards/sounds/ar/alphabet/U0030.ogg | Bin 20987 -> 20987 bytes boards/sounds/ar/alphabet/U0031.ogg | Bin 18135 -> 18135 bytes boards/sounds/ar/alphabet/U0032.ogg | Bin 20218 -> 20218 bytes boards/sounds/ar/alphabet/U0033.ogg | Bin 24220 -> 24220 bytes boards/sounds/ar/alphabet/U0034.ogg | Bin 22851 -> 22851 bytes boards/sounds/ar/alphabet/U0035.ogg | Bin 30702 -> 30702 bytes boards/sounds/ar/alphabet/U0036.ogg | Bin 22759 -> 22759 bytes boards/sounds/ar/alphabet/U0037.ogg | Bin 27017 -> 27017 bytes boards/sounds/ar/alphabet/U0038.ogg | Bin 30438 -> 30438 bytes boards/sounds/ar/alphabet/U0039.ogg | Bin 20343 -> 20343 bytes boards/sounds/ar/alphabet/U0623.ogg | Bin 20982 -> 20982 bytes boards/sounds/ar/alphabet/U0628.ogg | Bin 22352 -> 22352 bytes boards/sounds/ar/alphabet/U062A.ogg | Bin 19257 -> 19257 bytes boards/sounds/ar/alphabet/U062B.ogg | Bin 20253 -> 20253 bytes boards/sounds/ar/alphabet/U062C.ogg | Bin 24155 -> 24155 bytes boards/sounds/ar/alphabet/U062D.ogg | Bin 23865 -> 23865 bytes boards/sounds/ar/alphabet/U062E.ogg | Bin 18785 -> 18785 bytes boards/sounds/ar/alphabet/U062F.ogg | Bin 22545 -> 22545 bytes boards/sounds/ar/alphabet/U0630.ogg | Bin 21493 -> 21493 bytes boards/sounds/ar/alphabet/U0631.ogg | Bin 25218 -> 25218 bytes boards/sounds/ar/alphabet/U0632.ogg | Bin 21884 -> 21884 bytes boards/sounds/ar/alphabet/U0633.ogg | Bin 22199 -> 22199 bytes boards/sounds/ar/alphabet/U0634.ogg | Bin 25279 -> 25279 bytes boards/sounds/ar/alphabet/U0635.ogg | Bin 21841 -> 21841 bytes boards/sounds/ar/alphabet/U0636.ogg | Bin 23866 -> 23866 bytes boards/sounds/ar/alphabet/U0637.ogg | Bin 23056 -> 23056 bytes boards/sounds/ar/alphabet/U0638.ogg | Bin 23147 -> 23147 bytes boards/sounds/ar/alphabet/U0639.ogg | Bin 21282 -> 21282 bytes boards/sounds/ar/alphabet/U063A.ogg | Bin 23382 -> 23382 bytes boards/sounds/ar/alphabet/U0641.ogg | Bin 20755 -> 20755 bytes boards/sounds/ar/alphabet/U0642.ogg | Bin 22753 -> 22753 bytes boards/sounds/ar/alphabet/U0643.ogg | Bin 20216 -> 20216 bytes boards/sounds/ar/alphabet/U0644.ogg | Bin 23922 -> 23922 bytes boards/sounds/ar/alphabet/U0645.ogg | Bin 20978 -> 20978 bytes boards/sounds/ar/alphabet/U0646.ogg | Bin 18792 -> 18792 bytes boards/sounds/ar/alphabet/U0647.ogg | Bin 23515 -> 23515 bytes boards/sounds/ar/alphabet/U0648.ogg | Bin 24444 -> 24444 bytes boards/sounds/ar/alphabet/U064A.ogg | Bin 24774 -> 24774 bytes boards/sounds/ar/colors/black.ogg | Bin 23274 -> 23274 bytes boards/sounds/ar/colors/blue.ogg | Bin 23445 -> 23445 bytes boards/sounds/ar/colors/brown.ogg | Bin 25498 -> 25498 bytes boards/sounds/ar/colors/green.ogg | Bin 26295 -> 26295 bytes boards/sounds/ar/colors/grey.ogg | Bin 33830 -> 33830 bytes boards/sounds/ar/colors/orange.ogg | Bin 39360 -> 39360 bytes boards/sounds/ar/colors/pink.ogg | Bin 25718 -> 25718 bytes boards/sounds/ar/colors/purple.ogg | Bin 36336 -> 36336 bytes boards/sounds/ar/colors/red.ogg | Bin 21789 -> 21789 bytes boards/sounds/ar/colors/white.ogg | Bin 22285 -> 22285 bytes boards/sounds/ar/colors/yellow.ogg | Bin 20378 -> 20378 bytes boards/sounds/ar/geography/africa.ogg | Bin 27690 -> 27690 bytes boards/sounds/ar/geography/alaska.ogg | Bin 24119 -> 24119 bytes boards/sounds/ar/geography/albania.ogg | Bin 25476 -> 25476 bytes boards/sounds/ar/geography/america.ogg | Bin 21232 -> 21232 bytes boards/sounds/ar/geography/antartica.ogg | Bin 37691 -> 37691 bytes boards/sounds/ar/geography/argentina.ogg | Bin 27860 -> 27860 bytes boards/sounds/ar/geography/asia.ogg | Bin 18678 -> 18678 bytes boards/sounds/ar/geography/austria.ogg | Bin 19975 -> 19975 bytes boards/sounds/ar/geography/bahamas.ogg | Bin 26595 -> 26595 bytes boards/sounds/ar/geography/belarus.ogg | Bin 26133 -> 26133 bytes boards/sounds/ar/geography/belgium.ogg | Bin 26755 -> 26755 bytes boards/sounds/ar/geography/bolivia.ogg | Bin 24148 -> 24148 bytes boards/sounds/ar/geography/bosnia_herzegovina.ogg | Bin 34972 -> 34972 bytes boards/sounds/ar/geography/brazil.ogg | Bin 25916 -> 25916 bytes boards/sounds/ar/geography/bulgaria.ogg | Bin 28632 -> 28632 bytes boards/sounds/ar/geography/canada.ogg | Bin 21731 -> 21731 bytes boards/sounds/ar/geography/chile.ogg | Bin 21688 -> 21688 bytes boards/sounds/ar/geography/colombia.ogg | Bin 21550 -> 21550 bytes boards/sounds/ar/geography/costa_rica.ogg | Bin 28629 -> 28629 bytes boards/sounds/ar/geography/croatia.ogg | Bin 24428 -> 24428 bytes boards/sounds/ar/geography/cuba.ogg | Bin 20485 -> 20485 bytes boards/sounds/ar/geography/cyprus.ogg | Bin 17050 -> 17050 bytes boards/sounds/ar/geography/czech.ogg | Bin 19389 -> 19389 bytes boards/sounds/ar/geography/denmark.ogg | Bin 25670 -> 25670 bytes boards/sounds/ar/geography/dominican_republic.ogg | Bin 34222 -> 34222 bytes boards/sounds/ar/geography/ecuador.ogg | Bin 23708 -> 23708 bytes boards/sounds/ar/geography/estonia.ogg | Bin 22515 -> 22515 bytes boards/sounds/ar/geography/europe.ogg | Bin 22123 -> 22123 bytes boards/sounds/ar/geography/finland.ogg | Bin 26090 -> 26090 bytes boards/sounds/ar/geography/france.ogg | Bin 23303 -> 23303 bytes boards/sounds/ar/geography/french_guiana.ogg | Bin 30542 -> 30542 bytes boards/sounds/ar/geography/germany.ogg | Bin 22295 -> 22295 bytes boards/sounds/ar/geography/greece.ogg | Bin 25309 -> 25309 bytes boards/sounds/ar/geography/greenland.ogg | Bin 27578 -> 27578 bytes boards/sounds/ar/geography/guatemala.ogg | Bin 29430 -> 29430 bytes boards/sounds/ar/geography/guyana.ogg | Bin 19017 -> 19017 bytes boards/sounds/ar/geography/haiti.ogg | Bin 25857 -> 25857 bytes boards/sounds/ar/geography/honduras.ogg | Bin 26953 -> 26953 bytes boards/sounds/ar/geography/hungary.ogg | Bin 22028 -> 22028 bytes boards/sounds/ar/geography/iceland.ogg | Bin 23046 -> 23046 bytes boards/sounds/ar/geography/ireland.ogg | Bin 23286 -> 23286 bytes boards/sounds/ar/geography/italy.ogg | Bin 22040 -> 22040 bytes boards/sounds/ar/geography/jamaica.ogg | Bin 23714 -> 23714 bytes boards/sounds/ar/geography/latvia.ogg | Bin 26113 -> 26113 bytes boards/sounds/ar/geography/lithuania.ogg | Bin 28505 -> 28505 bytes boards/sounds/ar/geography/luxembourg.ogg | Bin 23061 -> 23061 bytes boards/sounds/ar/geography/macedonia.ogg | Bin 19009 -> 19009 bytes boards/sounds/ar/geography/mexico.ogg | Bin 24572 -> 24572 bytes boards/sounds/ar/geography/moldova.ogg | Bin 30477 -> 30477 bytes boards/sounds/ar/geography/netherland.ogg | Bin 22868 -> 22868 bytes boards/sounds/ar/geography/nicaragua.ogg | Bin 21043 -> 21043 bytes boards/sounds/ar/geography/norway.ogg | Bin 24525 -> 24525 bytes boards/sounds/ar/geography/oceania.ogg | Bin 26092 -> 26092 bytes boards/sounds/ar/geography/panama.ogg | Bin 15985 -> 15985 bytes boards/sounds/ar/geography/paraguay.ogg | Bin 21623 -> 21623 bytes boards/sounds/ar/geography/peru.ogg | Bin 19562 -> 19562 bytes boards/sounds/ar/geography/poland.ogg | Bin 19186 -> 19186 bytes boards/sounds/ar/geography/portugal.ogg | Bin 25893 -> 25893 bytes boards/sounds/ar/geography/romania.ogg | Bin 25693 -> 25693 bytes boards/sounds/ar/geography/russia.ogg | Bin 23111 -> 23111 bytes boards/sounds/ar/geography/salvador.ogg | Bin 33255 -> 33255 bytes boards/sounds/ar/geography/serbia_montenegro.ogg | Bin 57182 -> 57182 bytes boards/sounds/ar/geography/slovakia.ogg | Bin 20279 -> 20279 bytes boards/sounds/ar/geography/slovenia.ogg | Bin 20188 -> 20188 bytes boards/sounds/ar/geography/spain.ogg | Bin 18726 -> 18726 bytes boards/sounds/ar/geography/suriname.ogg | Bin 22921 -> 22921 bytes boards/sounds/ar/geography/sweden.ogg | Bin 19827 -> 19827 bytes boards/sounds/ar/geography/switz.ogg | Bin 17539 -> 17539 bytes boards/sounds/ar/geography/turkey.ogg | Bin 18681 -> 18681 bytes boards/sounds/ar/geography/ukraine.ogg | Bin 22625 -> 22625 bytes boards/sounds/ar/geography/united_kingdom.ogg | Bin 30909 -> 30909 bytes boards/sounds/ar/geography/uruguay.ogg | Bin 27999 -> 27999 bytes boards/sounds/ar/geography/usa.ogg | Bin 48926 -> 48926 bytes boards/sounds/ar/geography/venezuela.ogg | Bin 25654 -> 25654 bytes boards/sounds/ar/misc/about.ogg | Bin 26528 -> 26528 bytes boards/sounds/ar/misc/awesome.ogg | Bin 16921 -> 16921 bytes boards/sounds/ar/misc/back.ogg | Bin 21183 -> 21183 bytes boards/sounds/ar/misc/by.ogg | Bin 15232 -> 15232 bytes boards/sounds/ar/misc/check_answer.ogg | Bin 37049 -> 37049 bytes boards/sounds/ar/misc/click_on_letter.ogg | Bin 35106 -> 35106 bytes boards/sounds/ar/misc/congratulation.ogg | Bin 23180 -> 23180 bytes boards/sounds/ar/misc/equal.ogg | Bin 25705 -> 25705 bytes boards/sounds/ar/misc/fantastic.ogg | Bin 26135 -> 26135 bytes boards/sounds/ar/misc/good.ogg | Bin 18915 -> 18915 bytes boards/sounds/ar/misc/great.ogg | Bin 26766 -> 26766 bytes boards/sounds/ar/misc/help.ogg | Bin 28778 -> 28778 bytes boards/sounds/ar/misc/level.ogg | Bin 21092 -> 21092 bytes boards/sounds/ar/misc/minus.ogg | Bin 15186 -> 15186 bytes boards/sounds/ar/misc/ok.ogg | Bin 25789 -> 25789 bytes boards/sounds/ar/misc/outof.ogg | Bin 30194 -> 30194 bytes boards/sounds/ar/misc/perfect.ogg | Bin 19848 -> 19848 bytes boards/sounds/ar/misc/plus.ogg | Bin 22567 -> 22567 bytes boards/sounds/ar/misc/quit.ogg | Bin 21837 -> 21837 bytes boards/sounds/ar/misc/super.ogg | Bin 27501 -> 27501 bytes boards/sounds/ar/misc/waytogo.ogg | Bin 28153 -> 28153 bytes boards/sounds/ar/misc/welcome.ogg | Bin 52565 -> 52565 bytes boards/sounds/hi/alphabet/10.ogg | Bin 0 -> 26405 bytes boards/sounds/hi/alphabet/11.ogg | Bin 0 -> 19976 bytes boards/sounds/hi/alphabet/12.ogg | Bin 0 -> 23217 bytes boards/sounds/hi/alphabet/13.ogg | Bin 0 -> 16152 bytes boards/sounds/hi/alphabet/14.ogg | Bin 0 -> 24654 bytes boards/sounds/hi/alphabet/15.ogg | Bin 0 -> 17900 bytes boards/sounds/hi/alphabet/16.ogg | Bin 0 -> 17062 bytes boards/sounds/hi/alphabet/17.ogg | Bin 0 -> 19319 bytes boards/sounds/hi/alphabet/18.ogg | Bin 0 -> 21437 bytes boards/sounds/hi/alphabet/19.ogg | Bin 0 -> 20436 bytes boards/sounds/hi/alphabet/20.ogg | Bin 0 -> 17265 bytes boards/sounds/hi/alphabet/U0030.ogg | Bin 0 -> 15040 bytes boards/sounds/hi/alphabet/U0031.ogg | Bin 0 -> 23632 bytes boards/sounds/hi/alphabet/U0032.ogg | Bin 0 -> 23832 bytes boards/sounds/hi/alphabet/U0033.ogg | Bin 0 -> 19916 bytes boards/sounds/hi/alphabet/U0034.ogg | Bin 0 -> 18379 bytes boards/sounds/hi/alphabet/U0035.ogg | Bin 0 -> 18709 bytes boards/sounds/hi/alphabet/U0036.ogg | Bin 0 -> 17733 bytes boards/sounds/hi/alphabet/U0037.ogg | Bin 0 -> 27388 bytes boards/sounds/hi/alphabet/U0038.ogg | Bin 0 -> 21457 bytes boards/sounds/hi/alphabet/U0039.ogg | Bin 0 -> 23431 bytes boards/sounds/hi/alphabet/U0061.ogg | Bin 0 -> 26055 bytes boards/sounds/hi/alphabet/U0062.ogg | Bin 0 -> 18099 bytes boards/sounds/hi/alphabet/U0063.ogg | Bin 0 -> 15907 bytes boards/sounds/hi/alphabet/U0064.ogg | Bin 0 -> 22671 bytes boards/sounds/hi/alphabet/U0065.ogg | Bin 0 -> 19621 bytes boards/sounds/hi/alphabet/U0066.ogg | Bin 0 -> 18482 bytes boards/sounds/hi/alphabet/U0067.ogg | Bin 0 -> 22813 bytes boards/sounds/hi/alphabet/U0068.ogg | Bin 0 -> 31058 bytes boards/sounds/hi/alphabet/U0069.ogg | Bin 0 -> 20195 bytes boards/sounds/hi/alphabet/U006A.ogg | Bin 0 -> 17950 bytes boards/sounds/hi/alphabet/U006B.ogg | Bin 0 -> 23280 bytes boards/sounds/hi/alphabet/U006C.ogg | Bin 0 -> 18862 bytes boards/sounds/hi/alphabet/U006D.ogg | Bin 0 -> 19247 bytes boards/sounds/hi/alphabet/U006E.ogg | Bin 0 -> 19585 bytes boards/sounds/hi/alphabet/U006F.ogg | Bin 0 -> 17989 bytes boards/sounds/hi/alphabet/U0070.ogg | Bin 0 -> 14289 bytes boards/sounds/hi/alphabet/U0071.ogg | Bin 0 -> 13730 bytes boards/sounds/hi/alphabet/U0072.ogg | Bin 0 -> 17675 bytes boards/sounds/hi/alphabet/U0073.ogg | Bin 0 -> 18126 bytes boards/sounds/hi/alphabet/U0074.ogg | Bin 0 -> 17427 bytes boards/sounds/hi/alphabet/U0075.ogg | Bin 0 -> 16830 bytes boards/sounds/hi/alphabet/U0076.ogg | Bin 0 -> 12948 bytes boards/sounds/hi/alphabet/U0077.ogg | Bin 0 -> 13847 bytes boards/sounds/hi/alphabet/U0078.ogg | Bin 0 -> 14092 bytes boards/sounds/hi/alphabet/U0079.ogg | Bin 0 -> 15970 bytes boards/sounds/hi/alphabet/U007A.ogg | Bin 0 -> 14402 bytes boards/sounds/hi/colors/black.ogg | Bin 0 -> 35910 bytes boards/sounds/hi/colors/blue.ogg | Bin 0 -> 16494 bytes boards/sounds/hi/colors/brown.ogg | Bin 0 -> 14559 bytes boards/sounds/hi/colors/green.ogg | Bin 0 -> 17795 bytes boards/sounds/hi/colors/grey.ogg | Bin 0 -> 15585 bytes boards/sounds/hi/colors/orange.ogg | Bin 0 -> 16490 bytes boards/sounds/hi/colors/pink.ogg | Bin 0 -> 16781 bytes boards/sounds/hi/colors/purple.ogg | Bin 0 -> 22660 bytes boards/sounds/hi/colors/red.ogg | Bin 0 -> 13612 bytes boards/sounds/hi/colors/white.ogg | Bin 0 -> 22188 bytes boards/sounds/hi/colors/yellow.ogg | Bin 0 -> 12985 bytes boards/sounds/hi/geography/africa.ogg | Bin 0 -> 47277 bytes boards/sounds/hi/geography/alaska.ogg | Bin 0 -> 37847 bytes boards/sounds/hi/geography/albania.ogg | Bin 0 -> 36884 bytes boards/sounds/hi/geography/algeria.ogg | Bin 0 -> 42178 bytes boards/sounds/hi/geography/america.ogg | Bin 0 -> 44141 bytes boards/sounds/hi/geography/angola.ogg | Bin 0 -> 45097 bytes boards/sounds/hi/geography/antartica.ogg | Bin 0 -> 28856 bytes boards/sounds/hi/geography/argentina.ogg | Bin 0 -> 34242 bytes boards/sounds/hi/geography/asia.ogg | Bin 0 -> 36832 bytes boards/sounds/hi/geography/austria.ogg | Bin 0 -> 36286 bytes boards/sounds/hi/geography/bahamas.ogg | Bin 0 -> 31685 bytes boards/sounds/hi/geography/basse_normandie.ogg | Bin 0 -> 39213 bytes boards/sounds/hi/geography/belarus.ogg | Bin 0 -> 37832 bytes boards/sounds/hi/geography/belgium.ogg | Bin 0 -> 34557 bytes boards/sounds/hi/geography/benin.ogg | Bin 0 -> 44281 bytes boards/sounds/hi/geography/bolivia.ogg | Bin 0 -> 33821 bytes boards/sounds/hi/geography/bosnia_herzegovina.ogg | Bin 0 -> 38113 bytes boards/sounds/hi/geography/botswana.ogg | Bin 0 -> 24038 bytes boards/sounds/hi/geography/brazil.ogg | Bin 0 -> 28681 bytes boards/sounds/hi/geography/bulgaria.ogg | Bin 0 -> 32005 bytes boards/sounds/hi/geography/burkina.ogg | Bin 0 -> 26355 bytes boards/sounds/hi/geography/burundi.ogg | Bin 0 -> 37611 bytes boards/sounds/hi/geography/cameroon.ogg | Bin 0 -> 25307 bytes boards/sounds/hi/geography/canada.ogg | Bin 0 -> 31632 bytes .../hi/geography/central_african_republic.ogg | Bin 0 -> 54532 bytes boards/sounds/hi/geography/chad.ogg | Bin 0 -> 19398 bytes boards/sounds/hi/geography/chile.ogg | Bin 0 -> 25164 bytes boards/sounds/hi/geography/colombia.ogg | Bin 0 -> 30028 bytes boards/sounds/hi/geography/congo.ogg | Bin 0 -> 28101 bytes boards/sounds/hi/geography/costa_rica.ogg | Bin 0 -> 36220 bytes boards/sounds/hi/geography/croatia.ogg | Bin 0 -> 25355 bytes boards/sounds/hi/geography/cuba.ogg | Bin 0 -> 27252 bytes boards/sounds/hi/geography/cyprus.ogg | Bin 0 -> 30124 bytes boards/sounds/hi/geography/czech.ogg | Bin 0 -> 31689 bytes boards/sounds/hi/geography/denmark.ogg | Bin 0 -> 23782 bytes boards/sounds/hi/geography/dijibouti.ogg | Bin 0 -> 21357 bytes boards/sounds/hi/geography/dominican_republic.ogg | Bin 0 -> 37693 bytes boards/sounds/hi/geography/ecuador.ogg | Bin 0 -> 28693 bytes boards/sounds/hi/geography/egypt.ogg | Bin 0 -> 30171 bytes boards/sounds/hi/geography/equatorial_guinea.ogg | Bin 0 -> 51974 bytes boards/sounds/hi/geography/eritrea.ogg | Bin 0 -> 26080 bytes boards/sounds/hi/geography/estonia.ogg | Bin 0 -> 25936 bytes boards/sounds/hi/geography/ethiopia.ogg | Bin 0 -> 34861 bytes boards/sounds/hi/geography/europe.ogg | Bin 0 -> 22143 bytes boards/sounds/hi/geography/finland.ogg | Bin 0 -> 20720 bytes boards/sounds/hi/geography/france.ogg | Bin 0 -> 33904 bytes boards/sounds/hi/geography/french_guiana.ogg | Bin 0 -> 36766 bytes boards/sounds/hi/geography/gabon.ogg | Bin 0 -> 25324 bytes boards/sounds/hi/geography/gambia.ogg | Bin 0 -> 26616 bytes boards/sounds/hi/geography/germany.ogg | Bin 0 -> 25485 bytes boards/sounds/hi/geography/ghana.ogg | Bin 0 -> 24100 bytes boards/sounds/hi/geography/greece.ogg | Bin 0 -> 25423 bytes boards/sounds/hi/geography/greenland.ogg | Bin 0 -> 29722 bytes boards/sounds/hi/geography/guatemala.ogg | Bin 0 -> 27109 bytes boards/sounds/hi/geography/guinea.ogg | Bin 0 -> 31888 bytes boards/sounds/hi/geography/guinea_bissau.ogg | Bin 0 -> 32538 bytes boards/sounds/hi/geography/guyana.ogg | Bin 0 -> 28017 bytes boards/sounds/hi/geography/haiti.ogg | Bin 0 -> 27811 bytes boards/sounds/hi/geography/honduras.ogg | Bin 0 -> 24961 bytes boards/sounds/hi/geography/hungary.ogg | Bin 0 -> 22500 bytes boards/sounds/hi/geography/iceland.ogg | Bin 0 -> 25839 bytes boards/sounds/hi/geography/ireland.ogg | Bin 0 -> 24893 bytes boards/sounds/hi/geography/italy.ogg | Bin 0 -> 25528 bytes boards/sounds/hi/geography/ivory_coast.ogg | Bin 0 -> 33029 bytes boards/sounds/hi/geography/jamaica.ogg | Bin 0 -> 23915 bytes boards/sounds/hi/geography/kenya.ogg | Bin 0 -> 22871 bytes boards/sounds/hi/geography/latvia.ogg | Bin 0 -> 30024 bytes boards/sounds/hi/geography/lesotho.ogg | Bin 0 -> 28016 bytes boards/sounds/hi/geography/liberia.ogg | Bin 0 -> 30131 bytes boards/sounds/hi/geography/libya.ogg | Bin 0 -> 21172 bytes boards/sounds/hi/geography/lithuania.ogg | Bin 0 -> 27852 bytes boards/sounds/hi/geography/luxembourg.ogg | Bin 0 -> 30411 bytes boards/sounds/hi/geography/macedonia.ogg | Bin 0 -> 33774 bytes boards/sounds/hi/geography/madagascar.ogg | Bin 0 -> 35069 bytes boards/sounds/hi/geography/malawi.ogg | Bin 0 -> 16403 bytes boards/sounds/hi/geography/mali.ogg | Bin 0 -> 23931 bytes boards/sounds/hi/geography/mauritania.ogg | Bin 0 -> 26231 bytes boards/sounds/hi/geography/mexico.ogg | Bin 0 -> 24126 bytes boards/sounds/hi/geography/moldova.ogg | Bin 0 -> 33182 bytes boards/sounds/hi/geography/moroco.ogg | Bin 0 -> 31257 bytes boards/sounds/hi/geography/mozambique.ogg | Bin 0 -> 22625 bytes boards/sounds/hi/geography/nambia.ogg | Bin 0 -> 18868 bytes boards/sounds/hi/geography/netherland.ogg | Bin 0 -> 22886 bytes boards/sounds/hi/geography/nicaragua.ogg | Bin 0 -> 22453 bytes boards/sounds/hi/geography/niger.ogg | Bin 0 -> 30013 bytes boards/sounds/hi/geography/nigeria.ogg | Bin 0 -> 30957 bytes boards/sounds/hi/geography/north_america.ogg | Bin 0 -> 22969 bytes boards/sounds/hi/geography/norway.ogg | Bin 0 -> 22364 bytes boards/sounds/hi/geography/oceania.ogg | Bin 0 -> 26807 bytes boards/sounds/hi/geography/panama.ogg | Bin 0 -> 20921 bytes boards/sounds/hi/geography/paraguay.ogg | Bin 0 -> 26824 bytes boards/sounds/hi/geography/peru.ogg | Bin 0 -> 17616 bytes boards/sounds/hi/geography/poland.ogg | Bin 0 -> 38683 bytes boards/sounds/hi/geography/portugal.ogg | Bin 0 -> 28472 bytes boards/sounds/hi/geography/republic_of_congo.ogg | Bin 0 -> 42441 bytes boards/sounds/hi/geography/romania.ogg | Bin 0 -> 33853 bytes boards/sounds/hi/geography/russia.ogg | Bin 0 -> 20765 bytes boards/sounds/hi/geography/rwanda.ogg | Bin 0 -> 30070 bytes boards/sounds/hi/geography/salvador.ogg | Bin 0 -> 29859 bytes boards/sounds/hi/geography/senegal.ogg | Bin 0 -> 23035 bytes boards/sounds/hi/geography/serbia_montenegro.ogg | Bin 0 -> 40211 bytes boards/sounds/hi/geography/sierra_leone.ogg | Bin 0 -> 33373 bytes boards/sounds/hi/geography/slovakia.ogg | Bin 0 -> 26534 bytes boards/sounds/hi/geography/slovenia.ogg | Bin 0 -> 22165 bytes boards/sounds/hi/geography/somalia.ogg | Bin 0 -> 17606 bytes boards/sounds/hi/geography/soudan.ogg | Bin 0 -> 24735 bytes boards/sounds/hi/geography/south_africa.ogg | Bin 0 -> 24213 bytes boards/sounds/hi/geography/south_america.ogg | Bin 0 -> 33021 bytes boards/sounds/hi/geography/spain.ogg | Bin 0 -> 23482 bytes boards/sounds/hi/geography/suriname.ogg | Bin 0 -> 33943 bytes boards/sounds/hi/geography/swaziland.ogg | Bin 0 -> 29806 bytes boards/sounds/hi/geography/sweden.ogg | Bin 0 -> 31073 bytes boards/sounds/hi/geography/switz.ogg | Bin 0 -> 35160 bytes boards/sounds/hi/geography/tanzania.ogg | Bin 0 -> 26374 bytes boards/sounds/hi/geography/togo.ogg | Bin 0 -> 22323 bytes boards/sounds/hi/geography/tunisia.ogg | Bin 0 -> 23103 bytes boards/sounds/hi/geography/turkey.ogg | Bin 0 -> 29970 bytes boards/sounds/hi/geography/uganda.ogg | Bin 0 -> 37609 bytes boards/sounds/hi/geography/ukraine.ogg | Bin 0 -> 20874 bytes boards/sounds/hi/geography/united_kingdom.ogg | Bin 0 -> 42758 bytes boards/sounds/hi/geography/uruguay.ogg | Bin 0 -> 24136 bytes boards/sounds/hi/geography/usa.ogg | Bin 0 -> 28237 bytes boards/sounds/hi/geography/venezuela.ogg | Bin 0 -> 26279 bytes boards/sounds/hi/geography/zambia.ogg | Bin 0 -> 24330 bytes boards/sounds/hi/geography/zimbabwe.ogg | Bin 0 -> 26864 bytes boards/sounds/hi/misc/about.ogg | Bin 0 -> 24109 bytes boards/sounds/hi/misc/awesome.ogg | Bin 0 -> 41231 bytes boards/sounds/hi/misc/back.ogg | Bin 0 -> 11878 bytes boards/sounds/hi/misc/by.ogg | Bin 0 -> 22303 bytes boards/sounds/hi/misc/check_answer.ogg | Bin 0 -> 28333 bytes boards/sounds/hi/misc/click_on_letter.ogg | Bin 0 -> 26270 bytes boards/sounds/hi/misc/configuration.ogg | Bin 0 -> 24677 bytes boards/sounds/hi/misc/congratulation.ogg | Bin 0 -> 22463 bytes boards/sounds/hi/misc/equal.ogg | Bin 0 -> 17307 bytes boards/sounds/hi/misc/fantastic.ogg | Bin 0 -> 19167 bytes boards/sounds/hi/misc/good.ogg | Bin 0 -> 13864 bytes boards/sounds/hi/misc/great.ogg | Bin 0 -> 18331 bytes boards/sounds/hi/misc/help.ogg | Bin 0 -> 13986 bytes boards/sounds/hi/misc/level.ogg | Bin 0 -> 15576 bytes boards/sounds/hi/misc/minus.ogg | Bin 0 -> 12661 bytes boards/sounds/hi/misc/ok.ogg | Bin 0 -> 23438 bytes boards/sounds/hi/misc/outof.ogg | Bin 0 -> 17636 bytes boards/sounds/hi/misc/perfect.ogg | Bin 0 -> 17875 bytes boards/sounds/hi/misc/plus.ogg | Bin 0 -> 22239 bytes boards/sounds/hi/misc/quit.ogg | Bin 0 -> 28339 bytes boards/sounds/hi/misc/super.ogg | Bin 0 -> 16006 bytes boards/sounds/hi/misc/waytogo.ogg | Bin 0 -> 42441 bytes boards/sounds/hi/misc/welcome.ogg | Bin 0 -> 231811 bytes configure.in | 2 +- docs/screenshots/chat.jpg | Bin 0 -> 18515 bytes docs/screenshots/chat_small.jpg | Bin 0 -> 7941 bytes docs/screenshots/clickanddraw.jpg | Bin 0 -> 18301 bytes docs/screenshots/clickanddraw_small.jpg | Bin 0 -> 10444 bytes docs/screenshots/connect4-2players.jpg | Bin 0 -> 32015 bytes docs/screenshots/connect4-2players_small.jpg | Bin 0 -> 14983 bytes docs/screenshots/drawnumber.jpg | Bin 0 -> 13477 bytes docs/screenshots/drawnumber_small.jpg | Bin 0 -> 8813 bytes docs/screenshots/geography_country.jpg | Bin 0 -> 25792 bytes docs/screenshots/geography_country_small.jpg | Bin 0 -> 13541 bytes docs/screenshots/wordprocessor.jpg | Bin 0 -> 22779 bytes docs/screenshots/wordprocessor_small.jpg | Bin 0 -> 9704 bytes nsis/gcompris-header.bmp | Bin 30606 -> 30606 bytes nsis/gcompris-intro.bmp | Bin 174054 -> 174054 bytes prepare-ChangeLog.pl | 2 +- 380 files changed, 15 insertions(+), 3 deletions(-) commit 91d1d8e91b645384a4c6b1a0ebba0bce306e3dbb Author: Bruno Coudoin Date: Sun Apr 29 10:25:14 2007 +0000 Updated Marathi by Sarvangin Vikas Sanstha, Pune, INDIA Updated Marathi by * mr.po: Updated Marathi by Sarvangin Vikas Sanstha, Pune, INDIA * hi.po: Updated Marathi by Sarvangin Vikas Sanstha, Pune, INDIA svn path=/trunk/; revision=2624 po/ChangeLog | 5 + po/hi.po | 6003 ++++++++++++++++++++++++++++++++++++++++++---------------- po/mr.po | 2454 ++++++++++++++---------- 3 files changed, 5819 insertions(+), 2643 deletions(-) commit 3b9b1510ff971556c2f16b581a1e38830972e68e Author: Bruno Coudoin Date: Fri Apr 27 21:41:59 2007 +0000 Updated Italian translation by Immacolata Arenga * it.po: Updated Italian translation by Immacolata Arenga svn path=/trunk/; revision=2623 po/ChangeLog | 5 + po/it.po | 1579 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 938 insertions(+), 646 deletions(-) commit 24a04c6211601f06f1f959fc011eb7d1c9fa4623 Author: David Lodge Date: Fri Apr 27 05:56:42 2007 +0000 Updated en_GB translation svn path=/trunk/; revision=2622 po/ChangeLog | 4 ++ po/en_GB.po | 156 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 84 insertions(+), 76 deletions(-) commit ed8229075e762c7b5bbaec6d2f67442c30efc8b9 Author: Bruno Coudoin Date: Wed Apr 25 21:40:57 2007 +0000 Fixed missing macosx reverted website mode * Makefile.am: Fixed missing macosx * boards/Makefile.am: reverted website mode svn path=/trunk/; revision=2621 ChangeLog | 7 +++++++ Makefile.am | 2 +- boards/Makefile.am | 6 +++--- configure.in | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) commit aa4d77a64b42de5511ad89ceb1c7b1e8fb0fd248 Author: Claude Paroz Date: Tue Apr 24 20:09:13 2007 +0000 Updated French translation. svn path=/trunk/; revision=2620 po/ChangeLog | 4 + po/fr.po | 1224 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 686 insertions(+), 542 deletions(-) commit 42ba9a75fb9a3ba6379d408074b2f6a15807270a Author: Bruno Coudoin Date: Tue Apr 24 19:58:45 2007 +0000 bug#33008 New: Updated Bulgarian (bg) translation Moved at_TN sounds to ar so that all arabic will get them. svn path=/trunk/; revision=2619 ChangeLog | 9 ++ boards/Makefile.am | 6 +- boards/sounds/ar/README | 2 + boards/sounds/ar/alphabet/10.ogg | Bin 0 -> 23591 bytes boards/sounds/ar/alphabet/11.ogg | Bin 0 -> 33100 bytes boards/sounds/ar/alphabet/12.ogg | Bin 0 -> 26488 bytes boards/sounds/ar/alphabet/13.ogg | Bin 0 -> 29641 bytes boards/sounds/ar/alphabet/14.ogg | Bin 0 -> 30686 bytes boards/sounds/ar/alphabet/15.ogg | Bin 0 -> 24760 bytes boards/sounds/ar/alphabet/16.ogg | Bin 0 -> 30444 bytes boards/sounds/ar/alphabet/17.ogg | Bin 0 -> 34098 bytes boards/sounds/ar/alphabet/18.ogg | Bin 0 -> 34880 bytes boards/sounds/ar/alphabet/19.ogg | Bin 0 -> 31982 bytes boards/sounds/ar/alphabet/20.ogg | Bin 0 -> 20500 bytes boards/sounds/ar/alphabet/U0030.ogg | Bin 0 -> 20987 bytes boards/sounds/ar/alphabet/U0031.ogg | Bin 0 -> 18135 bytes boards/sounds/ar/alphabet/U0032.ogg | Bin 0 -> 20218 bytes boards/sounds/ar/alphabet/U0033.ogg | Bin 0 -> 24220 bytes boards/sounds/ar/alphabet/U0034.ogg | Bin 0 -> 22851 bytes boards/sounds/ar/alphabet/U0035.ogg | Bin 0 -> 30702 bytes boards/sounds/ar/alphabet/U0036.ogg | Bin 0 -> 22759 bytes boards/sounds/ar/alphabet/U0037.ogg | Bin 0 -> 27017 bytes boards/sounds/ar/alphabet/U0038.ogg | Bin 0 -> 30438 bytes boards/sounds/ar/alphabet/U0039.ogg | Bin 0 -> 20343 bytes boards/sounds/ar/alphabet/U0623.ogg | Bin 0 -> 20982 bytes boards/sounds/ar/alphabet/U0628.ogg | Bin 0 -> 22352 bytes boards/sounds/ar/alphabet/U062A.ogg | Bin 0 -> 19257 bytes boards/sounds/ar/alphabet/U062B.ogg | Bin 0 -> 20253 bytes boards/sounds/ar/alphabet/U062C.ogg | Bin 0 -> 24155 bytes boards/sounds/ar/alphabet/U062D.ogg | Bin 0 -> 23865 bytes boards/sounds/ar/alphabet/U062E.ogg | Bin 0 -> 18785 bytes boards/sounds/ar/alphabet/U062F.ogg | Bin 0 -> 22545 bytes boards/sounds/ar/alphabet/U0630.ogg | Bin 0 -> 21493 bytes boards/sounds/ar/alphabet/U0631.ogg | Bin 0 -> 25218 bytes boards/sounds/ar/alphabet/U0632.ogg | Bin 0 -> 21884 bytes boards/sounds/ar/alphabet/U0633.ogg | Bin 0 -> 22199 bytes boards/sounds/ar/alphabet/U0634.ogg | Bin 0 -> 25279 bytes boards/sounds/ar/alphabet/U0635.ogg | Bin 0 -> 21841 bytes boards/sounds/ar/alphabet/U0636.ogg | Bin 0 -> 23866 bytes boards/sounds/ar/alphabet/U0637.ogg | Bin 0 -> 23056 bytes boards/sounds/ar/alphabet/U0638.ogg | Bin 0 -> 23147 bytes boards/sounds/ar/alphabet/U0639.ogg | Bin 0 -> 21282 bytes boards/sounds/ar/alphabet/U063A.ogg | Bin 0 -> 23382 bytes boards/sounds/ar/alphabet/U0641.ogg | Bin 0 -> 20755 bytes boards/sounds/ar/alphabet/U0642.ogg | Bin 0 -> 22753 bytes boards/sounds/ar/alphabet/U0643.ogg | Bin 0 -> 20216 bytes boards/sounds/ar/alphabet/U0644.ogg | Bin 0 -> 23922 bytes boards/sounds/ar/alphabet/U0645.ogg | Bin 0 -> 20978 bytes boards/sounds/ar/alphabet/U0646.ogg | Bin 0 -> 18792 bytes boards/sounds/ar/alphabet/U0647.ogg | Bin 0 -> 23515 bytes boards/sounds/ar/alphabet/U0648.ogg | Bin 0 -> 24444 bytes boards/sounds/ar/alphabet/U064A.ogg | Bin 0 -> 24774 bytes boards/sounds/ar/colors/black.ogg | Bin 0 -> 23274 bytes boards/sounds/ar/colors/blue.ogg | Bin 0 -> 23445 bytes boards/sounds/ar/colors/brown.ogg | Bin 0 -> 25498 bytes boards/sounds/ar/colors/green.ogg | Bin 0 -> 26295 bytes boards/sounds/ar/colors/grey.ogg | Bin 0 -> 33830 bytes boards/sounds/ar/colors/orange.ogg | Bin 0 -> 39360 bytes boards/sounds/ar/colors/pink.ogg | Bin 0 -> 25718 bytes boards/sounds/ar/colors/purple.ogg | Bin 0 -> 36336 bytes boards/sounds/ar/colors/red.ogg | Bin 0 -> 21789 bytes boards/sounds/ar/colors/white.ogg | Bin 0 -> 22285 bytes boards/sounds/ar/colors/yellow.ogg | Bin 0 -> 20378 bytes boards/sounds/ar/geography/africa.ogg | Bin 0 -> 27690 bytes boards/sounds/ar/geography/alaska.ogg | Bin 0 -> 24119 bytes boards/sounds/ar/geography/albania.ogg | Bin 0 -> 25476 bytes boards/sounds/ar/geography/america.ogg | Bin 0 -> 21232 bytes boards/sounds/ar/geography/antartica.ogg | Bin 0 -> 37691 bytes boards/sounds/ar/geography/argentina.ogg | Bin 0 -> 27860 bytes boards/sounds/ar/geography/asia.ogg | Bin 0 -> 18678 bytes boards/sounds/ar/geography/austria.ogg | Bin 0 -> 19975 bytes boards/sounds/ar/geography/bahamas.ogg | Bin 0 -> 26595 bytes boards/sounds/ar/geography/belarus.ogg | Bin 0 -> 26133 bytes boards/sounds/ar/geography/belgium.ogg | Bin 0 -> 26755 bytes boards/sounds/ar/geography/bolivia.ogg | Bin 0 -> 24148 bytes boards/sounds/ar/geography/bosnia_herzegovina.ogg | Bin 0 -> 34972 bytes boards/sounds/ar/geography/brazil.ogg | Bin 0 -> 25916 bytes boards/sounds/ar/geography/bulgaria.ogg | Bin 0 -> 28632 bytes boards/sounds/ar/geography/canada.ogg | Bin 0 -> 21731 bytes boards/sounds/ar/geography/chile.ogg | Bin 0 -> 21688 bytes boards/sounds/ar/geography/colombia.ogg | Bin 0 -> 21550 bytes boards/sounds/ar/geography/costa_rica.ogg | Bin 0 -> 28629 bytes boards/sounds/ar/geography/croatia.ogg | Bin 0 -> 24428 bytes boards/sounds/ar/geography/cuba.ogg | Bin 0 -> 20485 bytes boards/sounds/ar/geography/cyprus.ogg | Bin 0 -> 17050 bytes boards/sounds/ar/geography/czech.ogg | Bin 0 -> 19389 bytes boards/sounds/ar/geography/denmark.ogg | Bin 0 -> 25670 bytes boards/sounds/ar/geography/dominican_republic.ogg | Bin 0 -> 34222 bytes boards/sounds/ar/geography/ecuador.ogg | Bin 0 -> 23708 bytes boards/sounds/ar/geography/estonia.ogg | Bin 0 -> 22515 bytes boards/sounds/ar/geography/europe.ogg | Bin 0 -> 22123 bytes boards/sounds/ar/geography/finland.ogg | Bin 0 -> 26090 bytes boards/sounds/ar/geography/france.ogg | Bin 0 -> 23303 bytes boards/sounds/ar/geography/french_guiana.ogg | Bin 0 -> 30542 bytes boards/sounds/ar/geography/germany.ogg | Bin 0 -> 22295 bytes boards/sounds/ar/geography/greece.ogg | Bin 0 -> 25309 bytes boards/sounds/ar/geography/greenland.ogg | Bin 0 -> 27578 bytes boards/sounds/ar/geography/guatemala.ogg | Bin 0 -> 29430 bytes boards/sounds/ar/geography/guyana.ogg | Bin 0 -> 19017 bytes boards/sounds/ar/geography/haiti.ogg | Bin 0 -> 25857 bytes boards/sounds/ar/geography/honduras.ogg | Bin 0 -> 26953 bytes boards/sounds/ar/geography/hungary.ogg | Bin 0 -> 22028 bytes boards/sounds/ar/geography/iceland.ogg | Bin 0 -> 23046 bytes boards/sounds/ar/geography/ireland.ogg | Bin 0 -> 23286 bytes boards/sounds/ar/geography/italy.ogg | Bin 0 -> 22040 bytes boards/sounds/ar/geography/jamaica.ogg | Bin 0 -> 23714 bytes boards/sounds/ar/geography/latvia.ogg | Bin 0 -> 26113 bytes boards/sounds/ar/geography/lithuania.ogg | Bin 0 -> 28505 bytes boards/sounds/ar/geography/luxembourg.ogg | Bin 0 -> 23061 bytes boards/sounds/ar/geography/macedonia.ogg | Bin 0 -> 19009 bytes boards/sounds/ar/geography/mexico.ogg | Bin 0 -> 24572 bytes boards/sounds/ar/geography/moldova.ogg | Bin 0 -> 30477 bytes boards/sounds/ar/geography/netherland.ogg | Bin 0 -> 22868 bytes boards/sounds/ar/geography/nicaragua.ogg | Bin 0 -> 21043 bytes boards/sounds/ar/geography/norway.ogg | Bin 0 -> 24525 bytes boards/sounds/ar/geography/oceania.ogg | Bin 0 -> 26092 bytes boards/sounds/ar/geography/panama.ogg | Bin 0 -> 15985 bytes boards/sounds/ar/geography/paraguay.ogg | Bin 0 -> 21623 bytes boards/sounds/ar/geography/peru.ogg | Bin 0 -> 19562 bytes boards/sounds/ar/geography/poland.ogg | Bin 0 -> 19186 bytes boards/sounds/ar/geography/portugal.ogg | Bin 0 -> 25893 bytes boards/sounds/ar/geography/romania.ogg | Bin 0 -> 25693 bytes boards/sounds/ar/geography/russia.ogg | Bin 0 -> 23111 bytes boards/sounds/ar/geography/salvador.ogg | Bin 0 -> 33255 bytes boards/sounds/ar/geography/serbia_montenegro.ogg | Bin 0 -> 57182 bytes boards/sounds/ar/geography/slovakia.ogg | Bin 0 -> 20279 bytes boards/sounds/ar/geography/slovenia.ogg | Bin 0 -> 20188 bytes boards/sounds/ar/geography/spain.ogg | Bin 0 -> 18726 bytes boards/sounds/ar/geography/suriname.ogg | Bin 0 -> 22921 bytes boards/sounds/ar/geography/sweden.ogg | Bin 0 -> 19827 bytes boards/sounds/ar/geography/switz.ogg | Bin 0 -> 17539 bytes boards/sounds/ar/geography/turkey.ogg | Bin 0 -> 18681 bytes boards/sounds/ar/geography/ukraine.ogg | Bin 0 -> 22625 bytes boards/sounds/ar/geography/united_kingdom.ogg | Bin 0 -> 30909 bytes boards/sounds/ar/geography/uruguay.ogg | Bin 0 -> 27999 bytes boards/sounds/ar/geography/usa.ogg | Bin 0 -> 48926 bytes boards/sounds/ar/geography/venezuela.ogg | Bin 0 -> 25654 bytes boards/sounds/ar/misc/about.ogg | Bin 0 -> 26528 bytes boards/sounds/ar/misc/awesome.ogg | Bin 0 -> 16921 bytes boards/sounds/ar/misc/back.ogg | Bin 0 -> 21183 bytes boards/sounds/ar/misc/by.ogg | Bin 0 -> 15232 bytes boards/sounds/ar/misc/check_answer.ogg | Bin 0 -> 37049 bytes boards/sounds/ar/misc/click_on_letter.ogg | Bin 0 -> 35106 bytes boards/sounds/ar/misc/congratulation.ogg | Bin 0 -> 23180 bytes boards/sounds/ar/misc/equal.ogg | Bin 0 -> 25705 bytes boards/sounds/ar/misc/fantastic.ogg | Bin 0 -> 26135 bytes boards/sounds/ar/misc/good.ogg | Bin 0 -> 18915 bytes boards/sounds/ar/misc/great.ogg | Bin 0 -> 26766 bytes boards/sounds/ar/misc/help.ogg | Bin 0 -> 28778 bytes boards/sounds/ar/misc/level.ogg | Bin 0 -> 21092 bytes boards/sounds/ar/misc/minus.ogg | Bin 0 -> 15186 bytes boards/sounds/ar/misc/ok.ogg | Bin 0 -> 25789 bytes boards/sounds/ar/misc/outof.ogg | Bin 0 -> 30194 bytes boards/sounds/ar/misc/perfect.ogg | Bin 0 -> 19848 bytes boards/sounds/ar/misc/plus.ogg | Bin 0 -> 22567 bytes boards/sounds/ar/misc/quit.ogg | Bin 0 -> 21837 bytes boards/sounds/ar/misc/super.ogg | Bin 0 -> 27501 bytes boards/sounds/ar/misc/waytogo.ogg | Bin 0 -> 28153 bytes boards/sounds/ar/misc/welcome.ogg | Bin 0 -> 52565 bytes boards/sounds/ar_TN/README | 2 - boards/sounds/ar_TN/alphabet/10.ogg | Bin 23591 -> 0 bytes boards/sounds/ar_TN/alphabet/11.ogg | Bin 33100 -> 0 bytes boards/sounds/ar_TN/alphabet/12.ogg | Bin 26488 -> 0 bytes boards/sounds/ar_TN/alphabet/13.ogg | Bin 29641 -> 0 bytes boards/sounds/ar_TN/alphabet/14.ogg | Bin 30686 -> 0 bytes boards/sounds/ar_TN/alphabet/15.ogg | Bin 24760 -> 0 bytes boards/sounds/ar_TN/alphabet/16.ogg | Bin 30444 -> 0 bytes boards/sounds/ar_TN/alphabet/17.ogg | Bin 34098 -> 0 bytes boards/sounds/ar_TN/alphabet/18.ogg | Bin 34880 -> 0 bytes boards/sounds/ar_TN/alphabet/19.ogg | Bin 31982 -> 0 bytes boards/sounds/ar_TN/alphabet/20.ogg | Bin 20500 -> 0 bytes boards/sounds/ar_TN/alphabet/U0030.ogg | Bin 20987 -> 0 bytes boards/sounds/ar_TN/alphabet/U0031.ogg | Bin 18135 -> 0 bytes boards/sounds/ar_TN/alphabet/U0032.ogg | Bin 20218 -> 0 bytes boards/sounds/ar_TN/alphabet/U0033.ogg | Bin 24220 -> 0 bytes boards/sounds/ar_TN/alphabet/U0034.ogg | Bin 22851 -> 0 bytes boards/sounds/ar_TN/alphabet/U0035.ogg | Bin 30702 -> 0 bytes boards/sounds/ar_TN/alphabet/U0036.ogg | Bin 22759 -> 0 bytes boards/sounds/ar_TN/alphabet/U0037.ogg | Bin 27017 -> 0 bytes boards/sounds/ar_TN/alphabet/U0038.ogg | Bin 30438 -> 0 bytes boards/sounds/ar_TN/alphabet/U0039.ogg | Bin 20343 -> 0 bytes boards/sounds/ar_TN/alphabet/U0623.ogg | Bin 20982 -> 0 bytes boards/sounds/ar_TN/alphabet/U0628.ogg | Bin 22352 -> 0 bytes boards/sounds/ar_TN/alphabet/U062A.ogg | Bin 19257 -> 0 bytes boards/sounds/ar_TN/alphabet/U062B.ogg | Bin 20253 -> 0 bytes boards/sounds/ar_TN/alphabet/U062C.ogg | Bin 24155 -> 0 bytes boards/sounds/ar_TN/alphabet/U062D.ogg | Bin 23865 -> 0 bytes boards/sounds/ar_TN/alphabet/U062E.ogg | Bin 18785 -> 0 bytes boards/sounds/ar_TN/alphabet/U062F.ogg | Bin 22545 -> 0 bytes boards/sounds/ar_TN/alphabet/U0630.ogg | Bin 21493 -> 0 bytes boards/sounds/ar_TN/alphabet/U0631.ogg | Bin 25218 -> 0 bytes boards/sounds/ar_TN/alphabet/U0632.ogg | Bin 21884 -> 0 bytes boards/sounds/ar_TN/alphabet/U0633.ogg | Bin 22199 -> 0 bytes boards/sounds/ar_TN/alphabet/U0634.ogg | Bin 25279 -> 0 bytes boards/sounds/ar_TN/alphabet/U0635.ogg | Bin 21841 -> 0 bytes boards/sounds/ar_TN/alphabet/U0636.ogg | Bin 23866 -> 0 bytes boards/sounds/ar_TN/alphabet/U0637.ogg | Bin 23056 -> 0 bytes boards/sounds/ar_TN/alphabet/U0638.ogg | Bin 23147 -> 0 bytes boards/sounds/ar_TN/alphabet/U0639.ogg | Bin 21282 -> 0 bytes boards/sounds/ar_TN/alphabet/U063A.ogg | Bin 23382 -> 0 bytes boards/sounds/ar_TN/alphabet/U0641.ogg | Bin 20755 -> 0 bytes boards/sounds/ar_TN/alphabet/U0642.ogg | Bin 22753 -> 0 bytes boards/sounds/ar_TN/alphabet/U0643.ogg | Bin 20216 -> 0 bytes boards/sounds/ar_TN/alphabet/U0644.ogg | Bin 23922 -> 0 bytes boards/sounds/ar_TN/alphabet/U0645.ogg | Bin 20978 -> 0 bytes boards/sounds/ar_TN/alphabet/U0646.ogg | Bin 18792 -> 0 bytes boards/sounds/ar_TN/alphabet/U0647.ogg | Bin 23515 -> 0 bytes boards/sounds/ar_TN/alphabet/U0648.ogg | Bin 24444 -> 0 bytes boards/sounds/ar_TN/alphabet/U064A.ogg | Bin 24774 -> 0 bytes boards/sounds/ar_TN/colors/black.ogg | Bin 23274 -> 0 bytes boards/sounds/ar_TN/colors/blue.ogg | Bin 23445 -> 0 bytes boards/sounds/ar_TN/colors/brown.ogg | Bin 25498 -> 0 bytes boards/sounds/ar_TN/colors/green.ogg | Bin 26295 -> 0 bytes boards/sounds/ar_TN/colors/grey.ogg | Bin 33830 -> 0 bytes boards/sounds/ar_TN/colors/orange.ogg | Bin 39360 -> 0 bytes boards/sounds/ar_TN/colors/pink.ogg | Bin 25718 -> 0 bytes boards/sounds/ar_TN/colors/purple.ogg | Bin 36336 -> 0 bytes boards/sounds/ar_TN/colors/red.ogg | Bin 21789 -> 0 bytes boards/sounds/ar_TN/colors/white.ogg | Bin 22285 -> 0 bytes boards/sounds/ar_TN/colors/yellow.ogg | Bin 20378 -> 0 bytes boards/sounds/ar_TN/geography/africa.ogg | Bin 27690 -> 0 bytes boards/sounds/ar_TN/geography/alaska.ogg | Bin 24119 -> 0 bytes boards/sounds/ar_TN/geography/albania.ogg | Bin 25476 -> 0 bytes boards/sounds/ar_TN/geography/america.ogg | Bin 21232 -> 0 bytes boards/sounds/ar_TN/geography/antartica.ogg | Bin 37691 -> 0 bytes boards/sounds/ar_TN/geography/argentina.ogg | Bin 27860 -> 0 bytes boards/sounds/ar_TN/geography/asia.ogg | Bin 18678 -> 0 bytes boards/sounds/ar_TN/geography/austria.ogg | Bin 19975 -> 0 bytes boards/sounds/ar_TN/geography/bahamas.ogg | Bin 26595 -> 0 bytes boards/sounds/ar_TN/geography/belarus.ogg | Bin 26133 -> 0 bytes boards/sounds/ar_TN/geography/belgium.ogg | Bin 26755 -> 0 bytes boards/sounds/ar_TN/geography/bolivia.ogg | Bin 24148 -> 0 bytes .../sounds/ar_TN/geography/bosnia_herzegovina.ogg | Bin 34972 -> 0 bytes boards/sounds/ar_TN/geography/brazil.ogg | Bin 25916 -> 0 bytes boards/sounds/ar_TN/geography/bulgaria.ogg | Bin 28632 -> 0 bytes boards/sounds/ar_TN/geography/canada.ogg | Bin 21731 -> 0 bytes boards/sounds/ar_TN/geography/chile.ogg | Bin 21688 -> 0 bytes boards/sounds/ar_TN/geography/colombia.ogg | Bin 21550 -> 0 bytes boards/sounds/ar_TN/geography/costa_rica.ogg | Bin 28629 -> 0 bytes boards/sounds/ar_TN/geography/croatia.ogg | Bin 24428 -> 0 bytes boards/sounds/ar_TN/geography/cuba.ogg | Bin 20485 -> 0 bytes boards/sounds/ar_TN/geography/cyprus.ogg | Bin 17050 -> 0 bytes boards/sounds/ar_TN/geography/czech.ogg | Bin 19389 -> 0 bytes boards/sounds/ar_TN/geography/denmark.ogg | Bin 25670 -> 0 bytes .../sounds/ar_TN/geography/dominican_republic.ogg | Bin 34222 -> 0 bytes boards/sounds/ar_TN/geography/ecuador.ogg | Bin 23708 -> 0 bytes boards/sounds/ar_TN/geography/estonia.ogg | Bin 22515 -> 0 bytes boards/sounds/ar_TN/geography/europe.ogg | Bin 22123 -> 0 bytes boards/sounds/ar_TN/geography/finland.ogg | Bin 26090 -> 0 bytes boards/sounds/ar_TN/geography/france.ogg | Bin 23303 -> 0 bytes boards/sounds/ar_TN/geography/french_guiana.ogg | Bin 30542 -> 0 bytes boards/sounds/ar_TN/geography/germany.ogg | Bin 22295 -> 0 bytes boards/sounds/ar_TN/geography/greece.ogg | Bin 25309 -> 0 bytes boards/sounds/ar_TN/geography/greenland.ogg | Bin 27578 -> 0 bytes boards/sounds/ar_TN/geography/guatemala.ogg | Bin 29430 -> 0 bytes boards/sounds/ar_TN/geography/guyana.ogg | Bin 19017 -> 0 bytes boards/sounds/ar_TN/geography/haiti.ogg | Bin 25857 -> 0 bytes boards/sounds/ar_TN/geography/honduras.ogg | Bin 26953 -> 0 bytes boards/sounds/ar_TN/geography/hungary.ogg | Bin 22028 -> 0 bytes boards/sounds/ar_TN/geography/iceland.ogg | Bin 23046 -> 0 bytes boards/sounds/ar_TN/geography/ireland.ogg | Bin 23286 -> 0 bytes boards/sounds/ar_TN/geography/italy.ogg | Bin 22040 -> 0 bytes boards/sounds/ar_TN/geography/jamaica.ogg | Bin 23714 -> 0 bytes boards/sounds/ar_TN/geography/latvia.ogg | Bin 26113 -> 0 bytes boards/sounds/ar_TN/geography/lithuania.ogg | Bin 28505 -> 0 bytes boards/sounds/ar_TN/geography/luxembourg.ogg | Bin 23061 -> 0 bytes boards/sounds/ar_TN/geography/macedonia.ogg | Bin 19009 -> 0 bytes boards/sounds/ar_TN/geography/mexico.ogg | Bin 24572 -> 0 bytes boards/sounds/ar_TN/geography/moldova.ogg | Bin 30477 -> 0 bytes boards/sounds/ar_TN/geography/netherland.ogg | Bin 22868 -> 0 bytes boards/sounds/ar_TN/geography/nicaragua.ogg | Bin 21043 -> 0 bytes boards/sounds/ar_TN/geography/norway.ogg | Bin 24525 -> 0 bytes boards/sounds/ar_TN/geography/oceania.ogg | Bin 26092 -> 0 bytes boards/sounds/ar_TN/geography/panama.ogg | Bin 15985 -> 0 bytes boards/sounds/ar_TN/geography/paraguay.ogg | Bin 21623 -> 0 bytes boards/sounds/ar_TN/geography/peru.ogg | Bin 19562 -> 0 bytes boards/sounds/ar_TN/geography/poland.ogg | Bin 19186 -> 0 bytes boards/sounds/ar_TN/geography/portugal.ogg | Bin 25893 -> 0 bytes boards/sounds/ar_TN/geography/romania.ogg | Bin 25693 -> 0 bytes boards/sounds/ar_TN/geography/russia.ogg | Bin 23111 -> 0 bytes boards/sounds/ar_TN/geography/salvador.ogg | Bin 33255 -> 0 bytes .../sounds/ar_TN/geography/serbia_montenegro.ogg | Bin 57182 -> 0 bytes boards/sounds/ar_TN/geography/slovakia.ogg | Bin 20279 -> 0 bytes boards/sounds/ar_TN/geography/slovenia.ogg | Bin 20188 -> 0 bytes boards/sounds/ar_TN/geography/spain.ogg | Bin 18726 -> 0 bytes boards/sounds/ar_TN/geography/suriname.ogg | Bin 22921 -> 0 bytes boards/sounds/ar_TN/geography/sweden.ogg | Bin 19827 -> 0 bytes boards/sounds/ar_TN/geography/switz.ogg | Bin 17539 -> 0 bytes boards/sounds/ar_TN/geography/turkey.ogg | Bin 18681 -> 0 bytes boards/sounds/ar_TN/geography/ukraine.ogg | Bin 22625 -> 0 bytes boards/sounds/ar_TN/geography/united_kingdom.ogg | Bin 30909 -> 0 bytes boards/sounds/ar_TN/geography/uruguay.ogg | Bin 27999 -> 0 bytes boards/sounds/ar_TN/geography/usa.ogg | Bin 48926 -> 0 bytes boards/sounds/ar_TN/geography/venezuela.ogg | Bin 25654 -> 0 bytes boards/sounds/ar_TN/misc/about.ogg | Bin 26528 -> 0 bytes boards/sounds/ar_TN/misc/awesome.ogg | Bin 16921 -> 0 bytes boards/sounds/ar_TN/misc/back.ogg | Bin 21183 -> 0 bytes boards/sounds/ar_TN/misc/by.ogg | Bin 15232 -> 0 bytes boards/sounds/ar_TN/misc/check_answer.ogg | Bin 37049 -> 0 bytes boards/sounds/ar_TN/misc/click_on_letter.ogg | Bin 35106 -> 0 bytes boards/sounds/ar_TN/misc/congratulation.ogg | Bin 23180 -> 0 bytes boards/sounds/ar_TN/misc/equal.ogg | Bin 25705 -> 0 bytes boards/sounds/ar_TN/misc/fantastic.ogg | Bin 26135 -> 0 bytes boards/sounds/ar_TN/misc/good.ogg | Bin 18915 -> 0 bytes boards/sounds/ar_TN/misc/great.ogg | Bin 26766 -> 0 bytes boards/sounds/ar_TN/misc/help.ogg | Bin 28778 -> 0 bytes boards/sounds/ar_TN/misc/level.ogg | Bin 21092 -> 0 bytes boards/sounds/ar_TN/misc/minus.ogg | Bin 15186 -> 0 bytes boards/sounds/ar_TN/misc/ok.ogg | Bin 25789 -> 0 bytes boards/sounds/ar_TN/misc/outof.ogg | Bin 30194 -> 0 bytes boards/sounds/ar_TN/misc/perfect.ogg | Bin 19848 -> 0 bytes boards/sounds/ar_TN/misc/plus.ogg | Bin 22567 -> 0 bytes boards/sounds/ar_TN/misc/quit.ogg | Bin 21837 -> 0 bytes boards/sounds/ar_TN/misc/super.ogg | Bin 27501 -> 0 bytes boards/sounds/ar_TN/misc/waytogo.ogg | Bin 28153 -> 0 bytes boards/sounds/ar_TN/misc/welcome.ogg | Bin 52565 -> 0 bytes boards/wordsgame/default-bg.xml | 147 ++++++++++++++++++++ docs/screenshots/algorithm_small.jpg | Bin 15116 -> 15238 bytes docs/screenshots/anim_small.jpg | Bin 14271 -> 14393 bytes docs/screenshots/awele_small.jpg | Bin 12605 -> 13569 bytes docs/screenshots/ballcatch_small.jpg | Bin 12194 -> 12194 bytes docs/screenshots/bargame_small.jpg | Bin 14531 -> 14697 bytes docs/screenshots/billard_small.jpg | Bin 8975 -> 9163 bytes docs/screenshots/chess_computer_small.jpg | Bin 12904 -> 13052 bytes docs/screenshots/chess_movelearn_small.jpg | Bin 12562 -> 12716 bytes docs/screenshots/chess_partyend_small.jpg | Bin 12521 -> 12677 bytes docs/screenshots/clickgame.jpg | Bin 28653 -> 35742 bytes docs/screenshots/clickgame_small.jpg | Bin 14455 -> 15614 bytes docs/screenshots/clockgame_small.jpg | Bin 11608 -> 11794 bytes docs/screenshots/colors_small.jpg | Bin 13306 -> 13396 bytes docs/screenshots/crane_small.jpg | Bin 12967 -> 13118 bytes docs/screenshots/draw_small.jpg | Bin 13652 -> 13779 bytes docs/screenshots/electric_small.jpg | Bin 10922 -> 11122 bytes docs/screenshots/enumerate.jpg | Bin 22147 -> 22973 bytes docs/screenshots/enumerate_small.jpg | Bin 12138 -> 13293 bytes docs/screenshots/erase_clic_small.jpg | Bin 14408 -> 14510 bytes docs/screenshots/erase_double_clic_small.jpg | Bin 14166 -> 14279 bytes docs/screenshots/erase_small.jpg | Bin 15911 -> 16006 bytes docs/screenshots/gletters.jpg | Bin 25769 -> 27459 bytes docs/screenshots/gletters_small.jpg | Bin 12841 -> 13851 bytes docs/screenshots/gtans_small.jpg | Bin 9938 -> 10182 bytes docs/screenshots/guessnumber_small.jpg | Bin 10521 -> 10756 bytes docs/screenshots/hanoi_real_small.jpg | Bin 10908 -> 11171 bytes docs/screenshots/leftright_small.jpg | Bin 9650 -> 9854 bytes docs/screenshots/magic_hat_minus_small.jpg | Bin 10943 -> 11201 bytes docs/screenshots/magic_hat_plus_small.jpg | Bin 11140 -> 11388 bytes docs/screenshots/melody_small.jpg | Bin 10613 -> 10811 bytes .../memory_add_minus_mult_div_small.jpg | Bin 15021 -> 15140 bytes .../memory_add_minus_mult_div_tux_small.jpg | Bin 15312 -> 15412 bytes docs/screenshots/memory_add_minus_mult_small.jpg | Bin 15262 -> 15400 bytes docs/screenshots/memory_add_minus_small.jpg | Bin 14247 -> 14387 bytes docs/screenshots/memory_add_minus_tux_small.jpg | Bin 14604 -> 14740 bytes docs/screenshots/memory_add_small.jpg | Bin 14357 -> 14504 bytes docs/screenshots/memory_add_tux_small.jpg | Bin 15084 -> 15224 bytes docs/screenshots/memory_div_small.jpg | Bin 14147 -> 14296 bytes docs/screenshots/memory_div_tux_small.jpg | Bin 14419 -> 14564 bytes docs/screenshots/memory_minus_small.jpg | Bin 14549 -> 14689 bytes docs/screenshots/memory_minus_tux_small.jpg | Bin 15239 -> 15375 bytes docs/screenshots/memory_mult_div_small.jpg | Bin 14611 -> 14722 bytes docs/screenshots/memory_mult_div_tux_small.jpg | Bin 15586 -> 15694 bytes docs/screenshots/memory_mult_small.jpg | Bin 13734 -> 13897 bytes docs/screenshots/memory_mult_tux_small.jpg | Bin 15151 -> 15286 bytes docs/screenshots/memory_sound_small.jpg | Bin 14987 -> 15088 bytes docs/screenshots/memory_sound_tux_small.jpg | Bin 15297 -> 15393 bytes docs/screenshots/memory_tux_small.jpg | Bin 14796 -> 14928 bytes docs/screenshots/mosaic_small.jpg | Bin 10671 -> 10858 bytes docs/screenshots/scalesboard.jpg | Bin 30960 -> 33516 bytes docs/screenshots/scalesboard_small.jpg | Bin 14335 -> 15319 bytes docs/screenshots/submarine.jpg | Bin 29864 -> 31477 bytes docs/screenshots/submarine_small.jpg | Bin 14315 -> 14730 bytes docs/screenshots/sudoku_small.jpg | Bin 12064 -> 12205 bytes docs/screenshots/tangram_small.jpg | Bin 9689 -> 9938 bytes docs/screenshots/traffic_small.jpg | Bin 14571 -> 14729 bytes docs/screenshots/tuxpaint_small.jpg | Bin 16914 -> 16923 bytes docs/screenshots/wordsgame.jpg | Bin 27097 -> 28206 bytes docs/screenshots/wordsgame_small.jpg | Bin 13450 -> 13999 bytes 376 files changed, 161 insertions(+), 5 deletions(-) commit ae0d72afc9acff4e2d4912e25329ee34503a44a3 Author: Bruno Coudoin Date: Tue Apr 24 19:57:35 2007 +0000 Updated Bulgarian translation by Yavor Doganov * bg.po: Updated Bulgarian translation by Yavor Doganov svn path=/trunk/; revision=2618 po/ChangeLog | 5 + po/bg.po | 1331 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 843 insertions(+), 493 deletions(-) commit e1e9a6db565841b43445f110da711b15b88546c6 Author: Bruno Coudoin Date: Mon Apr 23 20:34:46 2007 +0000 Arabic (Tunisia) sounds are made by Makni Bassem Released under GPL. svn path=/trunk/; revision=2617 ChangeLog | 15 + boards/Makefile.am | 6 +- boards/sounds/ar_TN/README | 2 + boards/sounds/ar_TN/alphabet/10.ogg | Bin 0 -> 23591 bytes boards/sounds/ar_TN/alphabet/11.ogg | Bin 0 -> 33100 bytes boards/sounds/ar_TN/alphabet/12.ogg | Bin 0 -> 26488 bytes boards/sounds/ar_TN/alphabet/13.ogg | Bin 0 -> 29641 bytes boards/sounds/ar_TN/alphabet/14.ogg | Bin 0 -> 30686 bytes boards/sounds/ar_TN/alphabet/15.ogg | Bin 0 -> 24760 bytes boards/sounds/ar_TN/alphabet/16.ogg | Bin 0 -> 30444 bytes boards/sounds/ar_TN/alphabet/17.ogg | Bin 0 -> 34098 bytes boards/sounds/ar_TN/alphabet/18.ogg | Bin 0 -> 34880 bytes boards/sounds/ar_TN/alphabet/19.ogg | Bin 0 -> 31982 bytes boards/sounds/ar_TN/alphabet/20.ogg | Bin 0 -> 20500 bytes boards/sounds/ar_TN/alphabet/U0030.ogg | Bin 0 -> 20987 bytes boards/sounds/ar_TN/alphabet/U0031.ogg | Bin 0 -> 18135 bytes boards/sounds/ar_TN/alphabet/U0032.ogg | Bin 0 -> 20218 bytes boards/sounds/ar_TN/alphabet/U0033.ogg | Bin 0 -> 24220 bytes boards/sounds/ar_TN/alphabet/U0034.ogg | Bin 0 -> 22851 bytes boards/sounds/ar_TN/alphabet/U0035.ogg | Bin 0 -> 30702 bytes boards/sounds/ar_TN/alphabet/U0036.ogg | Bin 0 -> 22759 bytes boards/sounds/ar_TN/alphabet/U0037.ogg | Bin 0 -> 27017 bytes boards/sounds/ar_TN/alphabet/U0038.ogg | Bin 0 -> 30438 bytes boards/sounds/ar_TN/alphabet/U0039.ogg | Bin 0 -> 20343 bytes boards/sounds/ar_TN/alphabet/U0623.ogg | Bin 0 -> 20982 bytes boards/sounds/ar_TN/alphabet/U0628.ogg | Bin 0 -> 22352 bytes boards/sounds/ar_TN/alphabet/U062A.ogg | Bin 0 -> 19257 bytes boards/sounds/ar_TN/alphabet/U062B.ogg | Bin 0 -> 20253 bytes boards/sounds/ar_TN/alphabet/U062C.ogg | Bin 0 -> 24155 bytes boards/sounds/ar_TN/alphabet/U062D.ogg | Bin 0 -> 23865 bytes boards/sounds/ar_TN/alphabet/U062E.ogg | Bin 0 -> 18785 bytes boards/sounds/ar_TN/alphabet/U062F.ogg | Bin 0 -> 22545 bytes boards/sounds/ar_TN/alphabet/U0630.ogg | Bin 0 -> 21493 bytes boards/sounds/ar_TN/alphabet/U0631.ogg | Bin 0 -> 25218 bytes boards/sounds/ar_TN/alphabet/U0632.ogg | Bin 0 -> 21884 bytes boards/sounds/ar_TN/alphabet/U0633.ogg | Bin 0 -> 22199 bytes boards/sounds/ar_TN/alphabet/U0634.ogg | Bin 0 -> 25279 bytes boards/sounds/ar_TN/alphabet/U0635.ogg | Bin 0 -> 21841 bytes boards/sounds/ar_TN/alphabet/U0636.ogg | Bin 0 -> 23866 bytes boards/sounds/ar_TN/alphabet/U0637.ogg | Bin 0 -> 23056 bytes boards/sounds/ar_TN/alphabet/U0638.ogg | Bin 0 -> 23147 bytes boards/sounds/ar_TN/alphabet/U0639.ogg | Bin 0 -> 21282 bytes boards/sounds/ar_TN/alphabet/U063A.ogg | Bin 0 -> 23382 bytes boards/sounds/ar_TN/alphabet/U0641.ogg | Bin 0 -> 20755 bytes boards/sounds/ar_TN/alphabet/U0642.ogg | Bin 0 -> 22753 bytes boards/sounds/ar_TN/alphabet/U0643.ogg | Bin 0 -> 20216 bytes boards/sounds/ar_TN/alphabet/U0644.ogg | Bin 0 -> 23922 bytes boards/sounds/ar_TN/alphabet/U0645.ogg | Bin 0 -> 20978 bytes boards/sounds/ar_TN/alphabet/U0646.ogg | Bin 0 -> 18792 bytes boards/sounds/ar_TN/alphabet/U0647.ogg | Bin 0 -> 23515 bytes boards/sounds/ar_TN/alphabet/U0648.ogg | Bin 0 -> 24444 bytes boards/sounds/ar_TN/alphabet/U064A.ogg | Bin 0 -> 24774 bytes boards/sounds/ar_TN/colors/black.ogg | Bin 0 -> 23274 bytes boards/sounds/ar_TN/colors/blue.ogg | Bin 0 -> 23445 bytes boards/sounds/ar_TN/colors/brown.ogg | Bin 0 -> 25498 bytes boards/sounds/ar_TN/colors/green.ogg | Bin 0 -> 26295 bytes boards/sounds/ar_TN/colors/grey.ogg | Bin 0 -> 33830 bytes boards/sounds/ar_TN/colors/orange.ogg | Bin 0 -> 39360 bytes boards/sounds/ar_TN/colors/pink.ogg | Bin 0 -> 25718 bytes boards/sounds/ar_TN/colors/purple.ogg | Bin 0 -> 36336 bytes boards/sounds/ar_TN/colors/red.ogg | Bin 0 -> 21789 bytes boards/sounds/ar_TN/colors/white.ogg | Bin 0 -> 22285 bytes boards/sounds/ar_TN/colors/yellow.ogg | Bin 0 -> 20378 bytes boards/sounds/ar_TN/geography/africa.ogg | Bin 0 -> 27690 bytes boards/sounds/ar_TN/geography/alaska.ogg | Bin 0 -> 24119 bytes boards/sounds/ar_TN/geography/albania.ogg | Bin 0 -> 25476 bytes boards/sounds/ar_TN/geography/america.ogg | Bin 0 -> 21232 bytes boards/sounds/ar_TN/geography/antartica.ogg | Bin 0 -> 37691 bytes boards/sounds/ar_TN/geography/argentina.ogg | Bin 0 -> 27860 bytes boards/sounds/ar_TN/geography/asia.ogg | Bin 0 -> 18678 bytes boards/sounds/ar_TN/geography/austria.ogg | Bin 0 -> 19975 bytes boards/sounds/ar_TN/geography/bahamas.ogg | Bin 0 -> 26595 bytes boards/sounds/ar_TN/geography/belarus.ogg | Bin 0 -> 26133 bytes boards/sounds/ar_TN/geography/belgium.ogg | Bin 0 -> 26755 bytes boards/sounds/ar_TN/geography/bolivia.ogg | Bin 0 -> 24148 bytes .../sounds/ar_TN/geography/bosnia_herzegovina.ogg | Bin 0 -> 34972 bytes boards/sounds/ar_TN/geography/brazil.ogg | Bin 0 -> 25916 bytes boards/sounds/ar_TN/geography/bulgaria.ogg | Bin 0 -> 28632 bytes boards/sounds/ar_TN/geography/canada.ogg | Bin 0 -> 21731 bytes boards/sounds/ar_TN/geography/chile.ogg | Bin 0 -> 21688 bytes boards/sounds/ar_TN/geography/colombia.ogg | Bin 0 -> 21550 bytes boards/sounds/ar_TN/geography/costa_rica.ogg | Bin 0 -> 28629 bytes boards/sounds/ar_TN/geography/croatia.ogg | Bin 0 -> 24428 bytes boards/sounds/ar_TN/geography/cuba.ogg | Bin 0 -> 20485 bytes boards/sounds/ar_TN/geography/cyprus.ogg | Bin 0 -> 17050 bytes boards/sounds/ar_TN/geography/czech.ogg | Bin 0 -> 19389 bytes boards/sounds/ar_TN/geography/denmark.ogg | Bin 0 -> 25670 bytes .../sounds/ar_TN/geography/dominican_republic.ogg | Bin 0 -> 34222 bytes boards/sounds/ar_TN/geography/ecuador.ogg | Bin 0 -> 23708 bytes boards/sounds/ar_TN/geography/estonia.ogg | Bin 0 -> 22515 bytes boards/sounds/ar_TN/geography/europe.ogg | Bin 0 -> 22123 bytes boards/sounds/ar_TN/geography/finland.ogg | Bin 0 -> 26090 bytes boards/sounds/ar_TN/geography/france.ogg | Bin 0 -> 23303 bytes boards/sounds/ar_TN/geography/french_guiana.ogg | Bin 0 -> 30542 bytes boards/sounds/ar_TN/geography/germany.ogg | Bin 0 -> 22295 bytes boards/sounds/ar_TN/geography/greece.ogg | Bin 0 -> 25309 bytes boards/sounds/ar_TN/geography/greenland.ogg | Bin 0 -> 27578 bytes boards/sounds/ar_TN/geography/guatemala.ogg | Bin 0 -> 29430 bytes boards/sounds/ar_TN/geography/guyana.ogg | Bin 0 -> 19017 bytes boards/sounds/ar_TN/geography/haiti.ogg | Bin 0 -> 25857 bytes boards/sounds/ar_TN/geography/honduras.ogg | Bin 0 -> 26953 bytes boards/sounds/ar_TN/geography/hungary.ogg | Bin 0 -> 22028 bytes boards/sounds/ar_TN/geography/iceland.ogg | Bin 0 -> 23046 bytes boards/sounds/ar_TN/geography/ireland.ogg | Bin 0 -> 23286 bytes boards/sounds/ar_TN/geography/italy.ogg | Bin 0 -> 22040 bytes boards/sounds/ar_TN/geography/jamaica.ogg | Bin 0 -> 23714 bytes boards/sounds/ar_TN/geography/latvia.ogg | Bin 0 -> 26113 bytes boards/sounds/ar_TN/geography/lithuania.ogg | Bin 0 -> 28505 bytes boards/sounds/ar_TN/geography/luxembourg.ogg | Bin 0 -> 23061 bytes boards/sounds/ar_TN/geography/macedonia.ogg | Bin 0 -> 19009 bytes boards/sounds/ar_TN/geography/mexico.ogg | Bin 0 -> 24572 bytes boards/sounds/ar_TN/geography/moldova.ogg | Bin 0 -> 30477 bytes boards/sounds/ar_TN/geography/netherland.ogg | Bin 0 -> 22868 bytes boards/sounds/ar_TN/geography/nicaragua.ogg | Bin 0 -> 21043 bytes boards/sounds/ar_TN/geography/norway.ogg | Bin 0 -> 24525 bytes boards/sounds/ar_TN/geography/oceania.ogg | Bin 0 -> 26092 bytes boards/sounds/ar_TN/geography/panama.ogg | Bin 0 -> 15985 bytes boards/sounds/ar_TN/geography/paraguay.ogg | Bin 0 -> 21623 bytes boards/sounds/ar_TN/geography/peru.ogg | Bin 0 -> 19562 bytes boards/sounds/ar_TN/geography/poland.ogg | Bin 0 -> 19186 bytes boards/sounds/ar_TN/geography/portugal.ogg | Bin 0 -> 25893 bytes boards/sounds/ar_TN/geography/romania.ogg | Bin 0 -> 25693 bytes boards/sounds/ar_TN/geography/russia.ogg | Bin 0 -> 23111 bytes boards/sounds/ar_TN/geography/salvador.ogg | Bin 0 -> 33255 bytes .../sounds/ar_TN/geography/serbia_montenegro.ogg | Bin 0 -> 57182 bytes boards/sounds/ar_TN/geography/slovakia.ogg | Bin 0 -> 20279 bytes boards/sounds/ar_TN/geography/slovenia.ogg | Bin 0 -> 20188 bytes boards/sounds/ar_TN/geography/spain.ogg | Bin 0 -> 18726 bytes boards/sounds/ar_TN/geography/suriname.ogg | Bin 0 -> 22921 bytes boards/sounds/ar_TN/geography/sweden.ogg | Bin 0 -> 19827 bytes boards/sounds/ar_TN/geography/switz.ogg | Bin 0 -> 17539 bytes boards/sounds/ar_TN/geography/turkey.ogg | Bin 0 -> 18681 bytes boards/sounds/ar_TN/geography/ukraine.ogg | Bin 0 -> 22625 bytes boards/sounds/ar_TN/geography/united_kingdom.ogg | Bin 0 -> 30909 bytes boards/sounds/ar_TN/geography/uruguay.ogg | Bin 0 -> 27999 bytes boards/sounds/ar_TN/geography/usa.ogg | Bin 0 -> 48926 bytes boards/sounds/ar_TN/geography/venezuela.ogg | Bin 0 -> 25654 bytes boards/sounds/ar_TN/misc/about.ogg | Bin 0 -> 26528 bytes boards/sounds/ar_TN/misc/awesome.ogg | Bin 0 -> 16921 bytes boards/sounds/ar_TN/misc/back.ogg | Bin 0 -> 21183 bytes boards/sounds/ar_TN/misc/by.ogg | Bin 0 -> 15232 bytes boards/sounds/ar_TN/misc/check_answer.ogg | Bin 0 -> 37049 bytes boards/sounds/ar_TN/misc/click_on_letter.ogg | Bin 0 -> 35106 bytes boards/sounds/ar_TN/misc/congratulation.ogg | Bin 0 -> 23180 bytes boards/sounds/ar_TN/misc/equal.ogg | Bin 0 -> 25705 bytes boards/sounds/ar_TN/misc/fantastic.ogg | Bin 0 -> 26135 bytes boards/sounds/ar_TN/misc/good.ogg | Bin 0 -> 18915 bytes boards/sounds/ar_TN/misc/great.ogg | Bin 0 -> 26766 bytes boards/sounds/ar_TN/misc/help.ogg | Bin 0 -> 28778 bytes boards/sounds/ar_TN/misc/level.ogg | Bin 0 -> 21092 bytes boards/sounds/ar_TN/misc/minus.ogg | Bin 0 -> 15186 bytes boards/sounds/ar_TN/misc/ok.ogg | Bin 0 -> 25789 bytes boards/sounds/ar_TN/misc/outof.ogg | Bin 0 -> 30194 bytes boards/sounds/ar_TN/misc/perfect.ogg | Bin 0 -> 19848 bytes boards/sounds/ar_TN/misc/plus.ogg | Bin 0 -> 22567 bytes boards/sounds/ar_TN/misc/quit.ogg | Bin 0 -> 21837 bytes boards/sounds/ar_TN/misc/super.ogg | Bin 0 -> 27501 bytes boards/sounds/ar_TN/misc/waytogo.ogg | Bin 0 -> 28153 bytes boards/sounds/ar_TN/misc/welcome.ogg | Bin 0 -> 52565 bytes boards/wordsgame/default-ar_TN.xml | 46 + configure.in | 2 +- docs/gcompris2spip.pl | 21 +- po/ChangeLog | 4 + po/ar_TN.po | 5665 ++++++++++++++++++++ src/gcompris/config.c | 1 + 165 files changed, 5758 insertions(+), 4 deletions(-) commit c9a12fac2855bd012eeee9876c42bfbf6b1076b5 Author: David Lodge Date: Sun Apr 22 18:50:17 2007 +0000 Updated British English translation svn path=/trunk/; revision=2616 po/ChangeLog | 4 + po/en_GB.po | 373 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 224 insertions(+), 153 deletions(-) commit 2808511a056ca6a74b047e582f1c36cf1a1371a4 Author: Bruno Coudoin Date: Sat Apr 21 21:33:46 2007 +0000 removed mypaint, we will add it back when completed removed mypaint set to * boards/mypaint.xml.in: removed mypaint, we will add it back when completed * configure.in: removed mypaint * src/boards/python/gnumch.py: set to a smaller font * src/boards/python/searace.py: removed on screen debug numbers svn path=/trunk/; revision=2615 ChangeLog | 8 ++++++++ boards/mypaint.xml.in | 10 ---------- configure.in | 9 ++++----- po/POTFILES.in | 1 - src/boards/python/gnumch.py | 6 +++--- src/boards/python/searace.py | 6 ------ 6 files changed, 15 insertions(+), 25 deletions(-) commit 14e49fca18b14ba6238fc93b2130e409d1f46190 Author: Djihed Afifi Date: Sat Apr 21 21:00:35 2007 +0000 Arabic words svn path=/trunk/; revision=2614 boards/wordsgame/default-ar.xml | 135 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 135 insertions(+), 0 deletions(-) commit 0bd43b39490fdbd8e8f77dc09d43c16dca5a83a4 Author: Djihed Afifi Date: Sat Apr 21 19:58:24 2007 +0000 Updated Arabic Translation by Khaled Hosny. svn path=/trunk/; revision=2613 po/ChangeLog | 4 + po/ar.po | 830 ++++++++++++++++++++-------------------------------------- 2 files changed, 289 insertions(+), 545 deletions(-) commit 49046300ea4fccfe126164513899f71ef45f2a0e Author: Jorge Gonzalez Gonzalez Date: Sat Apr 21 15:26:57 2007 +0000 Updated Spanish translation. svn path=/trunk/; revision=2612 po/ChangeLog | 4 + po/es.po | 336 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 186 insertions(+), 154 deletions(-) commit fb73f4f2bd3ef7eac8380c646618d728eada7388 Author: Bruno Coudoin Date: Fri Apr 20 19:17:34 2007 +0000 Updated by J.Ph. Ayanides * fr.po: Updated by J.Ph. Ayanides svn path=/trunk/; revision=2611 po/ChangeLog | 4 + po/fr.po | 1345 +++++++++++++++++++++++++++------------------------------- 2 files changed, 634 insertions(+), 715 deletions(-) commit babc3098b4c1d5afdc615ad9090a81fd938aa621 Author: Bruno Coudoin Date: Thu Apr 19 22:00:57 2007 +0000 Updated by Frederico Goncalves Guimaraes * pt_BR.po: Updated by Frederico Goncalves Guimaraes svn path=/trunk/; revision=2610 po/ChangeLog | 4 + po/pt_BR.po | 1061 +++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 655 insertions(+), 410 deletions(-) commit 5a6fb307668019828300e0c9302a8abf66f66bd7 Author: Bruno Coudoin Date: Thu Apr 19 21:12:01 2007 +0000 Updated Norwegian Nynorsk by Klaus Ade Johnstad * nb.po: Updated Norwegian Nynorsk by Klaus Ade Johnstad svn path=/trunk/; revision=2609 po/ChangeLog | 8 ++++++-- po/nb.po | 16 ++++------------ 2 files changed, 10 insertions(+), 14 deletions(-) commit d1c86e8b3db87d8ef6f51a0530b0a9069c907b8b Author: Mohammad DAMT Date: Wed Apr 18 13:19:42 2007 +0000 Updated Indonesian translation by Umar Said 2007-04-18 Mohammad DAMT * id.po: Updated Indonesian translation by Umar Said svn path=/trunk/; revision=2608 po/ChangeLog | 4 +++ po/id.po | 71 ++++++++++++++++++--------------------------------------- 2 files changed, 27 insertions(+), 48 deletions(-) commit ec6122f95c41bbb0944155a84645f24788d4971f Author: Djihed Afifi Date: Tue Apr 17 00:21:50 2007 +0000 Updated Arabic Translation. svn path=/trunk/; revision=2607 po/ChangeLog | 4 + po/ar.po | 2373 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 1550 insertions(+), 827 deletions(-) commit 374907e374b59c09e37dca836b67b7803947eee6 Author: Mohammad DAMT Date: Mon Apr 16 08:10:59 2007 +0000 Updated Indonesian translation by Umar Said 2007-04-16 Mohammad DAMT * id.po: Updated Indonesian translation by Umar Said svn path=/trunk/; revision=2606 po/ChangeLog | 4 + po/id.po | 451 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 302 insertions(+), 153 deletions(-) commit 4f4c7483e8ccaf74a92cf83347e374c42bda14ac Author: Ronny Standtke Date: Mon Apr 16 06:51:40 2007 +0000 update svn path=/trunk/; revision=2605 po/de.po | 330 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 206 insertions(+), 124 deletions(-) commit e9ae9094670a6fa2b05566e3f7c0bae82cf4c0b4 Author: Bruno Coudoin Date: Sun Apr 15 21:23:38 2007 +0000 - Added py_gc_file_find_absolute() in the python bindings. It's not needed yet but was missing anyway. svn path=/trunk/; revision=2604 ChangeLog | 10 ++++++++++ Makefile.mingw.in | 4 ++-- docs/C/python.xml | 5 +++++ src/boards/py-mod-utils.c | 20 ++++++++++++++++++++ src/boards/python/pythontest.py | 17 ++++++++++------- 5 files changed, 47 insertions(+), 9 deletions(-) commit 3a37d7d0c1171b8ea568dbb25dc4e87d07ebc56f Author: Djihed Afifi Date: Sun Apr 15 20:50:10 2007 +0000 Updated Arabic Translation by Djihed Afifi. svn path=/trunk/; revision=2603 po/ChangeLog | 4 + po/ar.po | 3158 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 1423 insertions(+), 1739 deletions(-) commit 12998a72e614f2c50aeaca1a3bf1aa929117a258 Author: Claude Paroz Date: Sun Apr 15 19:46:38 2007 +0000 Updated French translation. svn path=/trunk/; revision=2602 po/ChangeLog | 4 ++ po/fr.po | 116 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 64 insertions(+), 56 deletions(-) commit d2be693f52a9ce07d7c99b6b58b8071aa855936c Author: Bruno Coudoin Date: Sun Apr 15 19:41:29 2007 +0000 updated ignore prop svn path=/trunk/; revision=2601 .cvsignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c70b39bf20a2ac72a0d8881dfe32334206f20f23 Author: Bruno Coudoin Date: Sun Apr 15 19:37:52 2007 +0000 Converted .ogg sounds (not voices) to be all in wav. sound effects in ogg are bad because they are too slow to start. Changed a few activity to use the level.wav sound that were unused svn path=/trunk/; revision=2600 .cvsignore | 1 + ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ boards/sounds/bonus.ogg | Bin 5021 -> 0 bytes boards/sounds/bonus.wav | Bin 0 -> 12232 bytes boards/sounds/crash.ogg | Bin 6381 -> 0 bytes boards/sounds/crash.wav | Bin 0 -> 25034 bytes boards/sounds/gobble.ogg | Bin 4768 -> 0 bytes boards/sounds/gobble.wav | Bin 0 -> 5660 bytes boards/sounds/level.ogg | Bin 5280 -> 0 bytes boards/sounds/level.wav | Bin 0 -> 16736 bytes boards/sounds/train.ogg | Bin 13526 -> 0 bytes boards/sounds/train.wav | Bin 0 -> 56716 bytes boards/sounds/wahoo.ogg | Bin 5383 -> 0 bytes boards/sounds/wahoo.wav | Bin 0 -> 16428 bytes po/.cvsignore | 2 ++ src/boards/algebra.c | 2 +- src/boards/canal_lock.c | 2 +- src/boards/chess.c | 2 +- src/boards/clickgame.c | 2 +- src/boards/clockgame.c | 2 +- src/boards/crane.c | 2 +- src/boards/enumerate.c | 2 +- src/boards/erase.c | 2 +- src/boards/fifteen.c | 2 +- src/boards/gletters.c | 15 +++------------ src/boards/hanoi.c | 2 +- src/boards/hanoi_real.c | 2 +- src/boards/machpuzzle.c | 2 +- src/boards/magic_hat.c | 6 ++++-- src/boards/maze.c | 2 +- src/boards/memory.c | 4 ++-- src/boards/menu2.c | 24 ++++++++++++++---------- src/boards/money.c | 2 +- src/boards/paratrooper.c | 2 +- src/boards/planegame.c | 4 ++-- src/boards/railroad.c | 4 ++-- src/boards/reversecount.c | 6 +++--- src/boards/scale.c | 2 +- src/boards/smallnumbers.c | 4 ++-- src/boards/submarine.c | 2 +- src/boards/superbrain.c | 2 +- src/boards/target.c | 2 +- src/boards/traffic.c | 2 +- src/boards/wordsgame.c | 8 ++++---- src/gcompris/bar.c | 4 +--- src/gcompris/bonus.c | 4 ++-- 46 files changed, 106 insertions(+), 64 deletions(-) commit b811d41d56c0f35277252138ccaf425987337678 Author: Bruno Coudoin Date: Sun Apr 15 17:07:19 2007 +0000 updated ignore prop svn path=/trunk/; revision=2599 .cvsignore | 1 + po/ChangeLog | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) commit 30809016472066bfaace42a15a414171e599e5b2 Author: Bruno Coudoin Date: Sun Apr 15 17:03:14 2007 +0000 Updated ignore svn path=/trunk/; revision=2598 src/boards/mypaint/.cvsignore | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 8134bcfc22379f3695ebebf03e649853390d6e40 Author: Bruno Coudoin Date: Sun Apr 15 16:34:44 2007 +0000 Added Occitan translation by Annig MARCHEGAY svn path=/trunk/; revision=2596 po/oc.po | 5704 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 5704 insertions(+), 0 deletions(-) commit b74a9f42cbcd339e42e833501fa8a73284c099ec Author: Bruno Coudoin Date: Sun Apr 15 15:25:02 2007 +0000 *** RELEASE 8.3BETA3 *** svn path=/trunk/; revision=2595 ChangeLog | 2 ++ configure.in | 2 +- gcompris-edit.desktop.in | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) commit 6ffef7abe6b60904f5230f96b297d0ea1f542a1e Author: Bruno Coudoin Date: Sat Apr 14 20:42:57 2007 +0000 Added admin icon on windows. Added Occitan support svn path=/trunk/; revision=2594 ChangeLog | 13 +++++++++++++ Makefile.am | 12 ++++++------ boards/flags/oc.png | Bin 0 -> 2834 bytes configure.in | 2 +- docs/gcompris2spip.pl | 3 +++ gc_admin.ico | Bin 0 -> 10462 bytes gcompris-installer.nsi.in | 12 ++++++++++-- src/gcompris/config.c | 1 + src/gcompris/gcomprisrc.rc | 2 ++ 9 files changed, 36 insertions(+), 9 deletions(-) commit 8f51a4b4bc9ff38f504e68a9aa22b22e8de4806d Author: Djihed Afifi Date: Sat Apr 14 17:55:25 2007 +0000 Updated Arabic Translation by . svn path=/trunk/; revision=2593 po/ChangeLog | 4 + po/ar.po | 707 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 447 insertions(+), 264 deletions(-) commit 038d0c805a05cc52cf6905227895518fce75457f Author: Bruno Coudoin Date: Sat Apr 14 00:01:16 2007 +0000 annig MARCHEGAY Create Occitan (languedocien) Translation. annig MARCHEGAY * oc.po: Create Occitan (languedocien) Translation. svn path=/trunk/; revision=2592 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit a20aa93cbbcebd408b0d75cda1bda305c3751743 Author: Bruno Coudoin Date: Fri Apr 13 22:03:40 2007 +0000 added wordprocessor fixed to search board icons in the skin directory. * src/boards/Makefile.mingw: added wordprocessor * src/boards/python/admin/board_list.py: fixed to search board icons in the skin directory. * src/boards/python/anim.py: fixed missing self.timeout initialization. It was crashing when quitting this activity while no photos had been taken. * src/gcompris/properties.c: (gc_prop_activate): fixed an english string. svn path=/trunk/; revision=2591 ChangeLog | 8 ++++++++ docs/C/python.xml | 4 ++-- src/boards/Makefile.mingw | 1 + src/boards/python/admin/board_list.py | 16 +++++++++++++--- src/boards/python/anim.py | 1 + src/gcompris/properties.c | 6 +++--- 6 files changed, 28 insertions(+), 8 deletions(-) commit 20a222968eacdad1d2b2d67ebb9cfaf85d500a4a Author: Bruno Coudoin Date: Fri Apr 13 21:07:43 2007 +0000 Updated Portuguese translation by Jose. * pt.po: Updated Portuguese translation by Jose. svn path=/trunk/; revision=2590 po/ChangeLog | 6 +- po/pt.po | 1004 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 622 insertions(+), 388 deletions(-) commit 906c4567454fb9d8d58ad01c1981f74c872c9b55 Author: Claude Paroz Date: Thu Apr 12 12:25:28 2007 +0000 Updated French translation. svn path=/trunk/; revision=2589 po/ChangeLog | 5 + po/fr.po | 1169 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 708 insertions(+), 466 deletions(-) commit cd020e95f4a3e17c1ad2c11a16947cdf3b964866 Author: Bruno Coudoin Date: Mon Apr 9 22:21:27 2007 +0000 Fixed bad ending tag that brokes gettext. svn path=/trunk/; revision=2588 ChangeLog | 6 ++++++ boards/drawnumber.xml.in | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) commit a607f7a519ff0006c8728d03f5e6d0cd1783d9c3 Author: Bruno Coudoin Date: Mon Apr 9 22:02:49 2007 +0000 Added more level from Olivier Ponchaut. svn path=/trunk/; revision=2587 ChangeLog | 15 ++++++++++ boards/images/README | 3 ++ boards/images/dn_bear1.png | Bin 0 -> 48297 bytes boards/images/dn_bear2.png | Bin 0 -> 59275 bytes boards/images/dn_house1.png | Bin 0 -> 45970 bytes boards/images/dn_house2.png | Bin 0 -> 57338 bytes boards/images/dn_plane1.png | Bin 0 -> 13014 bytes boards/images/dn_plane2.png | Bin 0 -> 41764 bytes src/boards/python/clickanddraw.py | 2 +- src/boards/python/drawnumber.py | 52 ++++++++++++++++++++++--------------- 10 files changed, 50 insertions(+), 22 deletions(-) commit ce0f892b160cc716ae60dd230c490fbf65bd8d2d Author: Bruno Coudoin Date: Mon Apr 9 20:58:53 2007 +0000 added 2 cats backgrounds. New animal image from Erwan Velu and Anne * src/boards/erase.c: added 2 cats backgrounds. * boards/opt/animals/cat1.jpg: New animal image from Erwan Velu and Anne Nicolas. * boards/opt/animals/cat2.jpg: svn path=/trunk/; revision=2586 ChangeLog | 7 +++++++ boards/opt/animals/cat1.jpg | Bin 0 -> 111123 bytes boards/opt/animals/cat2.jpg | Bin 0 -> 104810 bytes src/boards/erase.c | 2 ++ 4 files changed, 9 insertions(+), 0 deletions(-) commit 53b97de89f88baf17c0f0974cdc2ad431f76af4e Author: Vincent van Adrighem Date: Sun Apr 8 20:25:00 2007 +0000 Translation updated by Reinout van Schouwen. 2007-04-08 Vincent van Adrighem * nl.po: Translation updated by Reinout van Schouwen. svn path=/trunk/; revision=2585 po/ChangeLog | 4 + po/nl.po | 2231 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 1418 insertions(+), 817 deletions(-) commit b1de0d1e03c9a6bfa1ad3d9e0a44691de768477e Author: Ignacio Casal Quinteiro Date: Sun Apr 8 19:15:37 2007 +0000 Updated Galician Translation svn path=/trunk/; revision=2584 po/ChangeLog | 4 ++++ po/gl.po | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 5ef7d021e6c482b00586400fbecfe4ca1b443c7f Author: Bruno Coudoin Date: Sun Apr 8 11:32:59 2007 +0000 force --enable-binreloc * autopackage/default.apspec.in: force --enable-binreloc * configure.in: enable_binreloc is again the default * src/boards/canvas.c: (_wrap_gnome_canvas_item_set), (_wrap_gnome_canvas_item_new): * src/boards/py-mod-gcompris.c: (py_gc_board_config_radio_buttons): Now use Py_ssize_t when available instead of int. This makes GCompris compiles on 64bits platforms on python >= 2.5. * src/boards/scale.c: (scale_anim_plate), (scale_next_level): Fix by Miguel, clicking on level, the scale is now unbalanced. svn path=/trunk/; revision=2583 ChangeLog | 16 ++++++++++++++++ autopackage/default.apspec.in | 4 +--- configure.in | 1 + src/boards/canvas.c | 11 +++++++---- src/boards/py-mod-gcompris.c | 9 +++++++-- src/boards/scale.c | 3 ++- 6 files changed, 34 insertions(+), 10 deletions(-) commit a2d6002958aa8b57579d40ba0b6742c87e8f1a4d Author: Djihed Afifi Date: Fri Apr 6 10:02:38 2007 +0000 Updated Arabic Translation by . svn path=/trunk/; revision=2582 po/ChangeLog | 4 + po/ar.po | 661 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 392 insertions(+), 273 deletions(-) commit d9a024f7e44d25c3f6d232c5890b719f1fbd4ceb Author: Pema Geyleg Date: Tue Apr 3 09:30:31 2007 +0000 updated dzongkha translation svn path=/trunk/; revision=2581 po/ChangeLog | 4 + po/dz.po | 651 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 389 insertions(+), 266 deletions(-) commit 41e1cea7dc5e1d4b84840d29fb8685dbefeb7e8e Author: Felix I Date: Tue Apr 3 08:45:55 2007 +0000 updated ta translation svn path=/trunk/; revision=2580 po/ChangeLog | 4 + po/ta.po | 5783 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 5787 insertions(+), 0 deletions(-) commit 9b25990d9f21375b8bb291c0655af22fac674f78 Author: Bruno Coudoin Date: Tue Apr 3 00:42:13 2007 +0000 *** RELEASE 8.3BETA2 *** Added new activity by Olivier Ponchaut (opvg at edpnet on be) * src/boards/python/anim.py: fixed crash when clicking end while a picture is taken * src/boards/python/followline.py: fixed crash when clicking end just before the bonus display svn path=/trunk/; revision=2579 ChangeLog | 14 ++ boards/Makefile.am | 2 + boards/clickanddraw.xml.in | 16 ++ boards/drawnumber.xml.in | 17 ++ boards/images/dn_de1.png | Bin 0 -> 50871 bytes boards/images/dn_de2.png | Bin 0 -> 62053 bytes boards/images/dn_epouvantail1.png | Bin 0 -> 51267 bytes boards/images/dn_epouvantail2.png | Bin 0 -> 73712 bytes boards/images/dn_fond1.png | Bin 0 -> 196408 bytes boards/images/dn_fou1.png | Bin 0 -> 191982 bytes boards/images/dn_fou2.png | Bin 0 -> 224462 bytes boards/images/dn_hibou1.png | Bin 0 -> 22499 bytes boards/images/dn_hibou2.png | Bin 0 -> 50309 bytes boards/images/dn_poisson1.png | Bin 0 -> 227984 bytes boards/images/dn_poisson2.png | Bin 0 -> 188475 bytes boards/images/dn_sapin1.png | Bin 0 -> 22955 bytes boards/images/dn_sapin2.png | Bin 0 -> 55137 bytes boards/skins/gartoon/boardicons/clickanddraw.png | Bin 0 -> 12458 bytes boards/skins/gartoon/boardicons/drawnumber.png | Bin 0 -> 8618 bytes boards/sounds/nb/geography/benin.ogg | Bin 0 -> 18400 bytes boards/sounds/nb/geography/equatorial_guinea.ogg | Bin 0 -> 30812 bytes boards/sounds/nb/geography/eritrea.ogg | Bin 0 -> 26199 bytes boards/sounds/nb/geography/gabon.ogg | Bin 0 -> 19381 bytes boards/sounds/nb/geography/kenya.ogg | Bin 0 -> 21810 bytes boards/sounds/nb/geography/lesotho.ogg | Bin 0 -> 21334 bytes boards/sounds/nb/geography/mauritania.ogg | Bin 0 -> 27612 bytes boards/sounds/nb/geography/mozambique.ogg | Bin 0 -> 22377 bytes boards/sounds/nb/geography/niger.ogg | Bin 0 -> 20318 bytes boards/sounds/nb/geography/zimbabwe.ogg | Bin 0 -> 19651 bytes po/POTFILES.in | 2 + src/boards/python/Makefile.am | 2 + src/boards/python/anim.py | 6 +- src/boards/python/clickanddraw.py | 113 ++++++++++ src/boards/python/drawnumber.py | 243 ++++++++++++++++++++++ src/boards/python/followline.py | 12 +- 35 files changed, 423 insertions(+), 4 deletions(-) commit 8b1602b52e680d14ee18eda98a42bcfe679cede2 Author: Bruno Coudoin Date: Mon Apr 2 19:28:58 2007 +0000 now in fullscreen, follow the user prefered screensize. If the select * configure.in: * src/gcompris/gcompris.c: (xf86_vidmode_init): now in fullscreen, follow the user prefered screensize. If the select screensize is 1024x768, then we fullscreen in this resolution. Before this fix, it was bugged since we were always setting on 800x600 in fullscreen, even is our current resolution was bigger, resulting in a virtual screen. Updated nowegian sounds by Johnstad/Gabor 2007 / GPL * boards/sounds/nb/* svn path=/trunk/; revision=2578 ChangeLog | 13 +++++++++++ boards/sounds/nb/alphabet/10.ogg | Bin 14296 -> 19019 bytes boards/sounds/nb/alphabet/11.ogg | Bin 20586 -> 19663 bytes boards/sounds/nb/alphabet/12.ogg | Bin 21890 -> 19944 bytes boards/sounds/nb/alphabet/13.ogg | Bin 19733 -> 24151 bytes boards/sounds/nb/alphabet/14.ogg | Bin 25843 -> 22574 bytes boards/sounds/nb/alphabet/15.ogg | Bin 25542 -> 27104 bytes boards/sounds/nb/alphabet/16.ogg | Bin 34458 -> 24319 bytes boards/sounds/nb/alphabet/17.ogg | Bin 24887 -> 23017 bytes boards/sounds/nb/alphabet/18.ogg | Bin 25919 -> 26891 bytes boards/sounds/nb/alphabet/19.ogg | Bin 30321 -> 22911 bytes boards/sounds/nb/alphabet/20.ogg | Bin 23428 -> 21470 bytes boards/sounds/nb/alphabet/U0030.ogg | Bin 15781 -> 18744 bytes boards/sounds/nb/alphabet/U0031.ogg | Bin 22096 -> 18860 bytes boards/sounds/nb/alphabet/U0032.ogg | Bin 18986 -> 16877 bytes boards/sounds/nb/alphabet/U0033.ogg | Bin 16367 -> 23986 bytes boards/sounds/nb/alphabet/U0034.ogg | Bin 17721 -> 20767 bytes boards/sounds/nb/alphabet/U0035.ogg | Bin 21654 -> 18155 bytes boards/sounds/nb/alphabet/U0036.ogg | Bin 29200 -> 21923 bytes boards/sounds/nb/alphabet/U0037.ogg | Bin 22523 -> 20560 bytes boards/sounds/nb/alphabet/U0038.ogg | Bin 18292 -> 20478 bytes boards/sounds/nb/alphabet/U0039.ogg | Bin 20563 -> 19519 bytes boards/sounds/nb/alphabet/U0061.ogg | Bin 23957 -> 18114 bytes boards/sounds/nb/alphabet/U0062.ogg | Bin 25339 -> 18607 bytes boards/sounds/nb/alphabet/U0063.ogg | Bin 22770 -> 19427 bytes boards/sounds/nb/alphabet/U0064.ogg | Bin 21136 -> 15723 bytes boards/sounds/nb/alphabet/U0065.ogg | Bin 22607 -> 17582 bytes boards/sounds/nb/alphabet/U0066.ogg | Bin 20780 -> 21793 bytes boards/sounds/nb/alphabet/U0067.ogg | Bin 21161 -> 20151 bytes boards/sounds/nb/alphabet/U0068.ogg | Bin 16585 -> 17474 bytes boards/sounds/nb/alphabet/U0069.ogg | Bin 23334 -> 19720 bytes boards/sounds/nb/alphabet/U006A.ogg | Bin 14406 -> 18345 bytes boards/sounds/nb/alphabet/U006B.ogg | Bin 23859 -> 19328 bytes boards/sounds/nb/alphabet/U006C.ogg | Bin 28370 -> 18598 bytes boards/sounds/nb/alphabet/U006D.ogg | Bin 18910 -> 17494 bytes boards/sounds/nb/alphabet/U006E.ogg | Bin 26449 -> 18641 bytes boards/sounds/nb/alphabet/U006F.ogg | Bin 16606 -> 18968 bytes boards/sounds/nb/alphabet/U0070.ogg | Bin 26226 -> 18136 bytes boards/sounds/nb/alphabet/U0071.ogg | Bin 19934 -> 16362 bytes boards/sounds/nb/alphabet/U0072.ogg | Bin 18650 -> 20730 bytes boards/sounds/nb/alphabet/U0073.ogg | Bin 21526 -> 18771 bytes boards/sounds/nb/alphabet/U0074.ogg | Bin 22005 -> 18324 bytes boards/sounds/nb/alphabet/U0075.ogg | Bin 21271 -> 21290 bytes boards/sounds/nb/alphabet/U0076.ogg | Bin 19147 -> 18067 bytes boards/sounds/nb/alphabet/U0077.ogg | Bin 26501 -> 27608 bytes boards/sounds/nb/alphabet/U0078.ogg | Bin 23504 -> 22669 bytes boards/sounds/nb/alphabet/U0079.ogg | Bin 17267 -> 17755 bytes boards/sounds/nb/alphabet/U007A.ogg | Bin 16579 -> 17677 bytes boards/sounds/nb/alphabet/U00E5.ogg | Bin 15948 -> 17119 bytes boards/sounds/nb/alphabet/U00E6.ogg | Bin 19883 -> 18310 bytes boards/sounds/nb/alphabet/U00F8.ogg | Bin 16183 -> 18040 bytes boards/sounds/nb/colors/black.ogg | Bin 25209 -> 17260 bytes boards/sounds/nb/colors/blue.ogg | Bin 19133 -> 17029 bytes boards/sounds/nb/colors/brown.ogg | Bin 18570 -> 18593 bytes boards/sounds/nb/colors/green.ogg | Bin 22764 -> 17748 bytes boards/sounds/nb/colors/grey.ogg | Bin 22296 -> 20664 bytes boards/sounds/nb/colors/orange.ogg | Bin 23610 -> 21224 bytes boards/sounds/nb/colors/pink.ogg | Bin 23595 -> 21892 bytes boards/sounds/nb/colors/purple.ogg | Bin 24890 -> 25214 bytes boards/sounds/nb/colors/red.ogg | Bin 20311 -> 24736 bytes boards/sounds/nb/colors/white.ogg | Bin 23070 -> 21679 bytes boards/sounds/nb/colors/yellow.ogg | Bin 22345 -> 22790 bytes boards/sounds/nb/geography/africa.ogg | Bin 23046 -> 23163 bytes boards/sounds/nb/geography/alaska.ogg | Bin 29241 -> 22245 bytes boards/sounds/nb/geography/albania.ogg | Bin 26169 -> 23408 bytes boards/sounds/nb/geography/america.ogg | Bin 27698 -> 25641 bytes boards/sounds/nb/geography/angola.ogg | Bin 27744 -> 21509 bytes boards/sounds/nb/geography/asia.ogg | Bin 22263 -> 27800 bytes boards/sounds/nb/geography/austria.ogg | Bin 25796 -> 23279 bytes boards/sounds/nb/geography/bahamas.ogg | Bin 25699 -> 22012 bytes boards/sounds/nb/geography/belarus.ogg | Bin 28721 -> 27187 bytes boards/sounds/nb/geography/belgium.ogg | Bin 23377 -> 19104 bytes boards/sounds/nb/geography/bolivia.ogg | Bin 21410 -> 16857 bytes boards/sounds/nb/geography/bosnia_herzegovina.ogg | Bin 33659 -> 32325 bytes boards/sounds/nb/geography/botswana.ogg | Bin 14906 -> 22826 bytes boards/sounds/nb/geography/brazil.ogg | Bin 24032 -> 21229 bytes boards/sounds/nb/geography/bulgaria.ogg | Bin 24061 -> 20252 bytes boards/sounds/nb/geography/burundi.ogg | Bin 22463 -> 19367 bytes boards/sounds/nb/geography/cameroon.ogg | Bin 23353 -> 20725 bytes boards/sounds/nb/geography/canada.ogg | Bin 20773 -> 20917 bytes boards/sounds/nb/geography/chile.ogg | Bin 17973 -> 19741 bytes boards/sounds/nb/geography/colombia.ogg | Bin 23049 -> 25298 bytes boards/sounds/nb/geography/congo.ogg | Bin 26834 -> 23705 bytes boards/sounds/nb/geography/costa_rica.ogg | Bin 17814 -> 23453 bytes boards/sounds/nb/geography/croatia.ogg | Bin 23567 -> 23723 bytes boards/sounds/nb/geography/cuba.ogg | Bin 20973 -> 19056 bytes boards/sounds/nb/geography/cyprus.ogg | Bin 24257 -> 24791 bytes boards/sounds/nb/geography/czech.ogg | Bin 21584 -> 21026 bytes boards/sounds/nb/geography/denmark.ogg | Bin 31486 -> 21740 bytes boards/sounds/nb/geography/dominican_republic.ogg | Bin 28115 -> 44766 bytes boards/sounds/nb/geography/ecuador.ogg | Bin 26355 -> 22306 bytes boards/sounds/nb/geography/egypt.ogg | Bin 15728 -> 23252 bytes boards/sounds/nb/geography/estonia.ogg | Bin 20644 -> 21575 bytes boards/sounds/nb/geography/europe.ogg | Bin 24218 -> 20265 bytes boards/sounds/nb/geography/finland.ogg | Bin 15451 -> 21918 bytes boards/sounds/nb/geography/france.ogg | Bin 25944 -> 24088 bytes boards/sounds/nb/geography/french_guiana.ogg | Bin 29745 -> 33443 bytes boards/sounds/nb/geography/gambia.ogg | Bin 21928 -> 18820 bytes boards/sounds/nb/geography/germany.ogg | Bin 22011 -> 24674 bytes boards/sounds/nb/geography/ghana.ogg | Bin 20092 -> 19183 bytes boards/sounds/nb/geography/greece.ogg | Bin 21561 -> 20000 bytes boards/sounds/nb/geography/greenland.ogg | Bin 24013 -> 20367 bytes boards/sounds/nb/geography/guinea.ogg | Bin 22492 -> 18952 bytes boards/sounds/nb/geography/haiti.ogg | Bin 17774 -> 20715 bytes boards/sounds/nb/geography/honduras.ogg | Bin 13934 -> 23886 bytes boards/sounds/nb/geography/hungary.ogg | Bin 21621 -> 17712 bytes boards/sounds/nb/geography/iceland.ogg | Bin 19415 -> 17745 bytes boards/sounds/nb/geography/ireland.ogg | Bin 15644 -> 18333 bytes boards/sounds/nb/geography/italy.ogg | Bin 24063 -> 21410 bytes boards/sounds/nb/geography/ivory_coast.ogg | Bin 37396 -> 31751 bytes boards/sounds/nb/geography/jamaica.ogg | Bin 23181 -> 21198 bytes boards/sounds/nb/geography/latvia.ogg | Bin 21197 -> 20926 bytes boards/sounds/nb/geography/liberia.ogg | Bin 22198 -> 20981 bytes boards/sounds/nb/geography/lithuania.ogg | Bin 25179 -> 24303 bytes boards/sounds/nb/geography/luxembourg.ogg | Bin 23780 -> 28067 bytes boards/sounds/nb/geography/macedonia.ogg | Bin 21720 -> 23557 bytes boards/sounds/nb/geography/madagascar.ogg | Bin 25859 -> 25493 bytes boards/sounds/nb/geography/mexico.ogg | Bin 26773 -> 22271 bytes boards/sounds/nb/geography/moldova.ogg | Bin 23330 -> 21481 bytes boards/sounds/nb/geography/moroco.ogg | Bin 21282 -> 19624 bytes boards/sounds/nb/geography/namibia.ogg | Bin 28835 -> 25374 bytes boards/sounds/nb/geography/netherland.ogg | Bin 22743 -> 20648 bytes boards/sounds/nb/geography/nicaragua.ogg | Bin 23736 -> 22387 bytes boards/sounds/nb/geography/nigeria.ogg | Bin 15487 -> 20591 bytes boards/sounds/nb/geography/north_america.ogg | Bin 29215 -> 23715 bytes boards/sounds/nb/geography/norway.ogg | Bin 20153 -> 24276 bytes boards/sounds/nb/geography/panama.ogg | Bin 27790 -> 18557 bytes boards/sounds/nb/geography/paraguay.ogg | Bin 26192 -> 22513 bytes boards/sounds/nb/geography/peru.ogg | Bin 18568 -> 13847 bytes boards/sounds/nb/geography/poland.ogg | Bin 20252 -> 17698 bytes boards/sounds/nb/geography/portugal.ogg | Bin 17617 -> 21037 bytes boards/sounds/nb/geography/romania.ogg | Bin 22304 -> 22008 bytes boards/sounds/nb/geography/russia.ogg | Bin 26364 -> 19162 bytes boards/sounds/nb/geography/rwanda.ogg | Bin 20924 -> 19804 bytes boards/sounds/nb/geography/salvador.ogg | Bin 34411 -> 27410 bytes boards/sounds/nb/geography/senegal.ogg | Bin 26184 -> 20066 bytes boards/sounds/nb/geography/slovakia.ogg | Bin 20020 -> 22082 bytes boards/sounds/nb/geography/slovenia.ogg | Bin 25736 -> 24550 bytes boards/sounds/nb/geography/somalia.ogg | Bin 21384 -> 22553 bytes boards/sounds/nb/geography/soudan.ogg | Bin 19956 -> 20466 bytes boards/sounds/nb/geography/south_africa.ogg | Bin 33351 -> 32066 bytes boards/sounds/nb/geography/south_america.ogg | Bin 24707 -> 23264 bytes boards/sounds/nb/geography/spain.ogg | Bin 26752 -> 19450 bytes boards/sounds/nb/geography/suriname.ogg | Bin 21302 -> 20765 bytes boards/sounds/nb/geography/swaziland.ogg | Bin 25313 -> 28054 bytes boards/sounds/nb/geography/sweden.ogg | Bin 26179 -> 18269 bytes boards/sounds/nb/geography/switz.ogg | Bin 25864 -> 24195 bytes boards/sounds/nb/geography/togo.ogg | Bin 19294 -> 19133 bytes boards/sounds/nb/geography/turkey.ogg | Bin 18962 -> 26366 bytes boards/sounds/nb/geography/uganda.ogg | Bin 21989 -> 19377 bytes boards/sounds/nb/geography/united_kingdom.ogg | Bin 23872 -> 24324 bytes boards/sounds/nb/geography/uruguay.ogg | Bin 21949 -> 19575 bytes boards/sounds/nb/geography/usa.ogg | Bin 21912 -> 20916 bytes boards/sounds/nb/geography/venezuela.ogg | Bin 23401 -> 25238 bytes boards/sounds/nb/misc/about.ogg | Bin 33277 -> 35254 bytes boards/sounds/nb/misc/awesome.ogg | Bin 17149 -> 26553 bytes boards/sounds/nb/misc/back.ogg | Bin 23951 -> 21852 bytes boards/sounds/nb/misc/by.ogg | Bin 18966 -> 15971 bytes boards/sounds/nb/misc/check_answer.ogg | Bin 27880 -> 39667 bytes boards/sounds/nb/misc/click_on_letter.ogg | Bin 34372 -> 28781 bytes boards/sounds/nb/misc/configuration.ogg | Bin 25151 -> 24479 bytes boards/sounds/nb/misc/congratulation.ogg | Bin 31723 -> 24723 bytes boards/sounds/nb/misc/equal.ogg | Bin 23080 -> 19961 bytes boards/sounds/nb/misc/fantastic.ogg | Bin 29391 -> 19086 bytes boards/sounds/nb/misc/good.ogg | Bin 19630 -> 20109 bytes boards/sounds/nb/misc/great.ogg | Bin 17257 -> 20499 bytes boards/sounds/nb/misc/help.ogg | Bin 18254 -> 17927 bytes boards/sounds/nb/misc/level.ogg | Bin 20883 -> 17798 bytes boards/sounds/nb/misc/minus.ogg | Bin 22409 -> 22409 bytes boards/sounds/nb/misc/ok.ogg | Bin 22440 -> 25142 bytes boards/sounds/nb/misc/outof.ogg | Bin 27232 -> 22253 bytes boards/sounds/nb/misc/perfect.ogg | Bin 23239 -> 25219 bytes boards/sounds/nb/misc/plus.ogg | Bin 22663 -> 19406 bytes boards/sounds/nb/misc/quit.ogg | Bin 30435 -> 32267 bytes boards/sounds/nb/misc/super.ogg | Bin 21644 -> 22513 bytes boards/sounds/nb/misc/waytogo.ogg | Bin 25931 -> 25044 bytes boards/sounds/nb/misc/welcome.ogg | Bin 32377 -> 39350 bytes configure.in | 2 +- src/boards/Makefile.am | 3 +- src/gcompris/gcompris.c | 23 +++++++++++++++++++- 180 files changed, 37 insertions(+), 4 deletions(-) commit a1bbfe6f31115d7710c7b08d73ba98f476c8350e Author: Bruno Coudoin Date: Mon Apr 2 17:16:09 2007 +0000 Updated Norwegian Nynorsk by Karl Ove Hufthammer * nn.po: Updated Norwegian Nynorsk by Karl Ove Hufthammer svn path=/trunk/; revision=2577 po/ChangeLog | 4 + po/nn.po | 457 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 277 insertions(+), 184 deletions(-) commit 4b5761a55cd39945d0a137621a4ea9cadad76127 Author: Bruno Coudoin Date: Sun Apr 1 22:34:23 2007 +0000 Added nowegian sounds by Johnstad/Gabor 2007 / GPL svn path=/trunk/; revision=2576 ChangeLog | 5 + boards/sounds/nb/alphabet/10.ogg | Bin 0 -> 14296 bytes boards/sounds/nb/alphabet/11.ogg | Bin 0 -> 20586 bytes boards/sounds/nb/alphabet/12.ogg | Bin 0 -> 21890 bytes boards/sounds/nb/alphabet/13.ogg | Bin 0 -> 19733 bytes boards/sounds/nb/alphabet/14.ogg | Bin 0 -> 25843 bytes boards/sounds/nb/alphabet/15.ogg | Bin 0 -> 25542 bytes boards/sounds/nb/alphabet/16.ogg | Bin 0 -> 34458 bytes boards/sounds/nb/alphabet/17.ogg | Bin 0 -> 24887 bytes boards/sounds/nb/alphabet/18.ogg | Bin 0 -> 25919 bytes boards/sounds/nb/alphabet/19.ogg | Bin 0 -> 30321 bytes boards/sounds/nb/alphabet/20.ogg | Bin 0 -> 23428 bytes boards/sounds/nb/alphabet/README | 50 +++++++++++ boards/sounds/nb/alphabet/U0030.ogg | Bin 0 -> 15781 bytes boards/sounds/nb/alphabet/U0031.ogg | Bin 0 -> 22096 bytes boards/sounds/nb/alphabet/U0032.ogg | Bin 0 -> 18986 bytes boards/sounds/nb/alphabet/U0033.ogg | Bin 0 -> 16367 bytes boards/sounds/nb/alphabet/U0034.ogg | Bin 0 -> 17721 bytes boards/sounds/nb/alphabet/U0035.ogg | Bin 0 -> 21654 bytes boards/sounds/nb/alphabet/U0036.ogg | Bin 0 -> 29200 bytes boards/sounds/nb/alphabet/U0037.ogg | Bin 0 -> 22523 bytes boards/sounds/nb/alphabet/U0038.ogg | Bin 0 -> 18292 bytes boards/sounds/nb/alphabet/U0039.ogg | Bin 0 -> 20563 bytes boards/sounds/nb/alphabet/U0061.ogg | Bin 0 -> 23957 bytes boards/sounds/nb/alphabet/U0062.ogg | Bin 0 -> 25339 bytes boards/sounds/nb/alphabet/U0063.ogg | Bin 0 -> 22770 bytes boards/sounds/nb/alphabet/U0064.ogg | Bin 0 -> 21136 bytes boards/sounds/nb/alphabet/U0065.ogg | Bin 0 -> 22607 bytes boards/sounds/nb/alphabet/U0066.ogg | Bin 0 -> 20780 bytes boards/sounds/nb/alphabet/U0067.ogg | Bin 0 -> 21161 bytes boards/sounds/nb/alphabet/U0068.ogg | Bin 0 -> 16585 bytes boards/sounds/nb/alphabet/U0069.ogg | Bin 0 -> 23334 bytes boards/sounds/nb/alphabet/U006A.ogg | Bin 0 -> 14406 bytes boards/sounds/nb/alphabet/U006B.ogg | Bin 0 -> 23859 bytes boards/sounds/nb/alphabet/U006C.ogg | Bin 0 -> 28370 bytes boards/sounds/nb/alphabet/U006D.ogg | Bin 0 -> 18910 bytes boards/sounds/nb/alphabet/U006E.ogg | Bin 0 -> 26449 bytes boards/sounds/nb/alphabet/U006F.ogg | Bin 0 -> 16606 bytes boards/sounds/nb/alphabet/U0070.ogg | Bin 0 -> 26226 bytes boards/sounds/nb/alphabet/U0071.ogg | Bin 0 -> 19934 bytes boards/sounds/nb/alphabet/U0072.ogg | Bin 0 -> 18650 bytes boards/sounds/nb/alphabet/U0073.ogg | Bin 0 -> 21526 bytes boards/sounds/nb/alphabet/U0074.ogg | Bin 0 -> 22005 bytes boards/sounds/nb/alphabet/U0075.ogg | Bin 0 -> 21271 bytes boards/sounds/nb/alphabet/U0076.ogg | Bin 0 -> 19147 bytes boards/sounds/nb/alphabet/U0077.ogg | Bin 0 -> 26501 bytes boards/sounds/nb/alphabet/U0078.ogg | Bin 0 -> 23504 bytes boards/sounds/nb/alphabet/U0079.ogg | Bin 0 -> 17267 bytes boards/sounds/nb/alphabet/U007A.ogg | Bin 0 -> 16579 bytes boards/sounds/nb/alphabet/U00E5.ogg | Bin 0 -> 15948 bytes boards/sounds/nb/alphabet/U00E6.ogg | Bin 0 -> 19883 bytes boards/sounds/nb/alphabet/U00F8.ogg | Bin 0 -> 16183 bytes boards/sounds/nb/colors/README | 11 +++ boards/sounds/nb/colors/black.ogg | Bin 0 -> 25209 bytes boards/sounds/nb/colors/blue.ogg | Bin 0 -> 19133 bytes boards/sounds/nb/colors/brown.ogg | Bin 0 -> 18570 bytes boards/sounds/nb/colors/green.ogg | Bin 0 -> 22764 bytes boards/sounds/nb/colors/grey.ogg | Bin 0 -> 22296 bytes boards/sounds/nb/colors/orange.ogg | Bin 0 -> 23610 bytes boards/sounds/nb/colors/pink.ogg | Bin 0 -> 23595 bytes boards/sounds/nb/colors/purple.ogg | Bin 0 -> 24890 bytes boards/sounds/nb/colors/red.ogg | Bin 0 -> 20311 bytes boards/sounds/nb/colors/white.ogg | Bin 0 -> 23070 bytes boards/sounds/nb/colors/yellow.ogg | Bin 0 -> 22345 bytes boards/sounds/nb/geography/README | 98 +++++++++++++++++++++ boards/sounds/nb/geography/africa.ogg | Bin 0 -> 23046 bytes boards/sounds/nb/geography/alaska.ogg | Bin 0 -> 29241 bytes boards/sounds/nb/geography/albania.ogg | Bin 0 -> 26169 bytes boards/sounds/nb/geography/america.ogg | Bin 0 -> 27698 bytes boards/sounds/nb/geography/angola.ogg | Bin 0 -> 27744 bytes boards/sounds/nb/geography/argentina.ogg | Bin 0 -> 22859 bytes boards/sounds/nb/geography/asia.ogg | Bin 0 -> 22263 bytes boards/sounds/nb/geography/austria.ogg | Bin 0 -> 25796 bytes boards/sounds/nb/geography/bahamas.ogg | Bin 0 -> 25699 bytes boards/sounds/nb/geography/belarus.ogg | Bin 0 -> 28721 bytes boards/sounds/nb/geography/belgium.ogg | Bin 0 -> 23377 bytes boards/sounds/nb/geography/bolivia.ogg | Bin 0 -> 21410 bytes boards/sounds/nb/geography/bosnia_herzegovina.ogg | Bin 0 -> 33659 bytes boards/sounds/nb/geography/botswana.ogg | Bin 0 -> 14906 bytes boards/sounds/nb/geography/brazil.ogg | Bin 0 -> 24032 bytes boards/sounds/nb/geography/bulgaria.ogg | Bin 0 -> 24061 bytes boards/sounds/nb/geography/burundi.ogg | Bin 0 -> 22463 bytes boards/sounds/nb/geography/cameroon.ogg | Bin 0 -> 23353 bytes boards/sounds/nb/geography/canada.ogg | Bin 0 -> 20773 bytes boards/sounds/nb/geography/chile.ogg | Bin 0 -> 17973 bytes boards/sounds/nb/geography/colombia.ogg | Bin 0 -> 23049 bytes boards/sounds/nb/geography/congo.ogg | Bin 0 -> 26834 bytes boards/sounds/nb/geography/costa_rica.ogg | Bin 0 -> 17814 bytes boards/sounds/nb/geography/croatia.ogg | Bin 0 -> 23567 bytes boards/sounds/nb/geography/cuba.ogg | Bin 0 -> 20973 bytes boards/sounds/nb/geography/cyprus.ogg | Bin 0 -> 24257 bytes boards/sounds/nb/geography/czech.ogg | Bin 0 -> 21584 bytes boards/sounds/nb/geography/denmark.ogg | Bin 0 -> 31486 bytes boards/sounds/nb/geography/dominican_republic.ogg | Bin 0 -> 28115 bytes boards/sounds/nb/geography/ecuador.ogg | Bin 0 -> 26355 bytes boards/sounds/nb/geography/egypt.ogg | Bin 0 -> 15728 bytes boards/sounds/nb/geography/estonia.ogg | Bin 0 -> 20644 bytes boards/sounds/nb/geography/europe.ogg | Bin 0 -> 24218 bytes boards/sounds/nb/geography/finland.ogg | Bin 0 -> 15451 bytes boards/sounds/nb/geography/france.ogg | Bin 0 -> 25944 bytes boards/sounds/nb/geography/french_guiana.ogg | Bin 0 -> 29745 bytes boards/sounds/nb/geography/gambia.ogg | Bin 0 -> 21928 bytes boards/sounds/nb/geography/germany.ogg | Bin 0 -> 22011 bytes boards/sounds/nb/geography/ghana.ogg | Bin 0 -> 20092 bytes boards/sounds/nb/geography/greece.ogg | Bin 0 -> 21561 bytes boards/sounds/nb/geography/greenland.ogg | Bin 0 -> 24013 bytes boards/sounds/nb/geography/guatemala.ogg | Bin 0 -> 24516 bytes boards/sounds/nb/geography/guinea.ogg | Bin 0 -> 22492 bytes boards/sounds/nb/geography/haiti.ogg | Bin 0 -> 17774 bytes boards/sounds/nb/geography/honduras.ogg | Bin 0 -> 13934 bytes boards/sounds/nb/geography/hungary.ogg | Bin 0 -> 21621 bytes boards/sounds/nb/geography/iceland.ogg | Bin 0 -> 19415 bytes boards/sounds/nb/geography/ireland.ogg | Bin 0 -> 15644 bytes boards/sounds/nb/geography/italy.ogg | Bin 0 -> 24063 bytes boards/sounds/nb/geography/ivory_coast.ogg | Bin 0 -> 37396 bytes boards/sounds/nb/geography/jamaica.ogg | Bin 0 -> 23181 bytes boards/sounds/nb/geography/latvia.ogg | Bin 0 -> 21197 bytes boards/sounds/nb/geography/liberia.ogg | Bin 0 -> 22198 bytes boards/sounds/nb/geography/lithuania.ogg | Bin 0 -> 25179 bytes boards/sounds/nb/geography/luxembourg.ogg | Bin 0 -> 23780 bytes boards/sounds/nb/geography/macedonia.ogg | Bin 0 -> 21720 bytes boards/sounds/nb/geography/madagascar.ogg | Bin 0 -> 25859 bytes boards/sounds/nb/geography/mali.ogg | Bin 0 -> 21783 bytes boards/sounds/nb/geography/mexico.ogg | Bin 0 -> 26773 bytes boards/sounds/nb/geography/moldova.ogg | Bin 0 -> 23330 bytes boards/sounds/nb/geography/moroco.ogg | Bin 0 -> 21282 bytes boards/sounds/nb/geography/namibia.ogg | Bin 0 -> 28835 bytes boards/sounds/nb/geography/netherland.ogg | Bin 0 -> 22743 bytes boards/sounds/nb/geography/nicaragua.ogg | Bin 0 -> 23736 bytes boards/sounds/nb/geography/nigeria.ogg | Bin 0 -> 15487 bytes boards/sounds/nb/geography/north_america.ogg | Bin 0 -> 29215 bytes boards/sounds/nb/geography/norway.ogg | Bin 0 -> 20153 bytes boards/sounds/nb/geography/panama.ogg | Bin 0 -> 27790 bytes boards/sounds/nb/geography/paraguay.ogg | Bin 0 -> 26192 bytes boards/sounds/nb/geography/peru.ogg | Bin 0 -> 18568 bytes boards/sounds/nb/geography/poland.ogg | Bin 0 -> 20252 bytes boards/sounds/nb/geography/portugal.ogg | Bin 0 -> 17617 bytes boards/sounds/nb/geography/romania.ogg | Bin 0 -> 22304 bytes boards/sounds/nb/geography/russia.ogg | Bin 0 -> 26364 bytes boards/sounds/nb/geography/rwanda.ogg | Bin 0 -> 20924 bytes boards/sounds/nb/geography/salvador.ogg | Bin 0 -> 34411 bytes boards/sounds/nb/geography/senegal.ogg | Bin 0 -> 26184 bytes boards/sounds/nb/geography/serbia_montenegro.ogg | Bin 0 -> 39079 bytes boards/sounds/nb/geography/slovakia.ogg | Bin 0 -> 20020 bytes boards/sounds/nb/geography/slovenia.ogg | Bin 0 -> 25736 bytes boards/sounds/nb/geography/somalia.ogg | Bin 0 -> 21384 bytes boards/sounds/nb/geography/soudan.ogg | Bin 0 -> 19956 bytes boards/sounds/nb/geography/south_africa.ogg | Bin 0 -> 33351 bytes boards/sounds/nb/geography/south_america.ogg | Bin 0 -> 24707 bytes boards/sounds/nb/geography/spain.ogg | Bin 0 -> 26752 bytes boards/sounds/nb/geography/suriname.ogg | Bin 0 -> 21302 bytes boards/sounds/nb/geography/swaziland.ogg | Bin 0 -> 25313 bytes boards/sounds/nb/geography/sweden.ogg | Bin 0 -> 26179 bytes boards/sounds/nb/geography/switz.ogg | Bin 0 -> 25864 bytes boards/sounds/nb/geography/togo.ogg | Bin 0 -> 19294 bytes boards/sounds/nb/geography/turkey.ogg | Bin 0 -> 18962 bytes boards/sounds/nb/geography/uganda.ogg | Bin 0 -> 21989 bytes boards/sounds/nb/geography/ukraine.ogg | Bin 0 -> 17732 bytes boards/sounds/nb/geography/united_kingdom.ogg | Bin 0 -> 23872 bytes boards/sounds/nb/geography/uruguay.ogg | Bin 0 -> 21949 bytes boards/sounds/nb/geography/usa.ogg | Bin 0 -> 21912 bytes boards/sounds/nb/geography/venezuela.ogg | Bin 0 -> 23401 bytes boards/sounds/nb/geography/zambia.ogg | Bin 0 -> 13558 bytes boards/sounds/nb/misc/README | 23 +++++ boards/sounds/nb/misc/about.ogg | Bin 0 -> 33277 bytes boards/sounds/nb/misc/awesome.ogg | Bin 0 -> 17149 bytes boards/sounds/nb/misc/back.ogg | Bin 0 -> 23951 bytes boards/sounds/nb/misc/by.ogg | Bin 0 -> 18966 bytes boards/sounds/nb/misc/check_answer.ogg | Bin 0 -> 27880 bytes boards/sounds/nb/misc/click_on_letter.ogg | Bin 0 -> 34372 bytes boards/sounds/nb/misc/configuration.ogg | Bin 0 -> 25151 bytes boards/sounds/nb/misc/congratulation.ogg | Bin 0 -> 31723 bytes boards/sounds/nb/misc/equal.ogg | Bin 0 -> 23080 bytes boards/sounds/nb/misc/fantastic.ogg | Bin 0 -> 29391 bytes boards/sounds/nb/misc/good.ogg | Bin 0 -> 19630 bytes boards/sounds/nb/misc/great.ogg | Bin 0 -> 17257 bytes boards/sounds/nb/misc/help.ogg | Bin 0 -> 18254 bytes boards/sounds/nb/misc/level.ogg | Bin 0 -> 20883 bytes boards/sounds/nb/misc/minus.ogg | Bin 0 -> 22409 bytes boards/sounds/nb/misc/ok.ogg | Bin 0 -> 22440 bytes boards/sounds/nb/misc/outof.ogg | Bin 0 -> 27232 bytes boards/sounds/nb/misc/perfect.ogg | Bin 0 -> 23239 bytes boards/sounds/nb/misc/plus.ogg | Bin 0 -> 22663 bytes boards/sounds/nb/misc/quit.ogg | Bin 0 -> 30435 bytes boards/sounds/nb/misc/super.ogg | Bin 0 -> 21644 bytes boards/sounds/nb/misc/waytogo.ogg | Bin 0 -> 25931 bytes boards/sounds/nb/misc/welcome.ogg | Bin 0 -> 32377 bytes 187 files changed, 187 insertions(+), 0 deletions(-) commit 0b59710fbc35ec210852d6f711990127db24071c Author: Bruno Coudoin Date: Sun Apr 1 22:31:37 2007 +0000 Fixed bad formatted strings that breaks translation. svn path=/trunk/; revision=2575 ChangeLog | 5 +++++ boards/chronos/board3_0.xml.in | 2 +- boards/chronos/board3_2.xml.in | 4 ++-- boards/chronos/board3_4.xml.in | 3 ++- boards/chronos/board4_2.xml.in | 6 +++--- boards/hanoi_real.xml.in | 3 +-- 6 files changed, 14 insertions(+), 9 deletions(-) commit 5acfb14d898838022b24653bb498b9086b6ebc4e Author: Bruno Coudoin Date: Sun Apr 1 21:31:33 2007 +0000 Improved the manual svn path=/trunk/; revision=2574 boards/submarine.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ae70dd3c0d552573085e741fb32604d8a158d05d Author: Bruno Coudoin Date: Sun Apr 1 21:22:38 2007 +0000 Fixed bad formatted strings that breaks translation. svn path=/trunk/; revision=2573 ChangeLog | 8 ++++++++ boards/algebra_by.xml.in | 10 +++++----- boards/algebra_guesscount.xml.in | 3 +-- boards/algebra_minus.xml.in | 10 +++++----- boards/algebra_plus.xml.in | 10 +++++----- boards/gnumch-primes.xml.in | 2 +- boards/searace.xml.in | 7 ++++++- boards/searace1player.xml.in | 6 +++++- 8 files changed, 36 insertions(+), 20 deletions(-) commit 9c277d0ec41fe8b42d74a6cf36011c4a5a241aeb Author: Bruno Coudoin Date: Sun Apr 1 16:19:50 2007 +0000 fixed a bug that was creating a GLib-CRITICAL **: g_rand_int_range: * src/boards/magic_hat.c: (magic_hat_create_item): fixed a bug that was creating a GLib-CRITICAL **: g_rand_int_range: assertion `end > begin' failed svn path=/trunk/; revision=2572 ChangeLog | 5 +++++ src/boards/magic_hat.c | 30 +++++++++++++++--------------- 2 files changed, 20 insertions(+), 15 deletions(-) commit 740e589d04dc5b33c0d83d09f49528ec7cff79c9 Author: Bruno Coudoin Date: Sun Apr 1 16:05:07 2007 +0000 fixed missing pixmap fixed missing translation fixed missing pixmap Fixed * src/boards/python/anim.py: fixed missing pixmap * src/boards/python/chat.py: fixed missing translation * src/boards/python/redraw.py: fixed missing pixmap * src/boards/submarine.c: (submarine_create_item), (update_timeout), (update_timeout_slow), (update_timeout_very_slow), (quit_after_delay), (ok): Fixed to properly pause when entering the help, even when the bonus is gone and the submarine sinks. svn path=/trunk/; revision=2571 ChangeLog | 10 +++++++++ boards/sounds/fr/geography/slovania.ogg | Bin 17133 -> 0 bytes src/boards/python/anim.py | 2 +- src/boards/python/chat.py | 4 +- src/boards/python/redraw.py | 2 +- src/boards/submarine.c | 34 ++++++++++++++++++++++-------- 6 files changed, 39 insertions(+), 13 deletions(-) commit eb679b2f6731ebe7615349f88bfdd4031005aa9e Author: Yves Combe Date: Sun Apr 1 15:15:26 2007 +0000 try to interact with NS main menu svn path=/trunk/; revision=2570 ChangeLog | 7 ++++++ configure.in | 2 +- src/gcompris/gcompris-nsbundle.m | 40 ++++++++++++++++++++++++++++++++++++- 3 files changed, 46 insertions(+), 3 deletions(-) commit 744642963ce5a54d93cb7f3fb8644410539dab19 Author: Ronny Standtke Date: Sun Apr 1 09:47:09 2007 +0000 update svn path=/trunk/; revision=2569 po/de.po | 172 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 114 insertions(+), 58 deletions(-) commit 48c8002a373769f158daa95aec8cd849a66dd683 Author: Bruno Coudoin Date: Sat Mar 31 22:56:33 2007 +0000 Added support for no double instance run. Now by default GCompris won't run again if started less than 30 seconds after a previous one. This can be disable with --nolockcheck svn path=/trunk/; revision=2568 ChangeLog | 9 ++++++++ src/gcompris/gcompris.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 56 insertions(+), 1 deletions(-) commit 3b5d9c04ed0a371bb150a76b02f6335c7d9cc44e Author: Bruno Coudoin Date: Thu Mar 29 23:09:38 2007 +0000 Added Indonesian voices by Dessy Widyasari svn path=/trunk/; revision=2567 ChangeLog | 6 ++++ boards/sounds/id/alphabet/10.ogg | Bin 0 -> 15211 bytes boards/sounds/id/alphabet/README | 40 +++++++++++++++++++++++++++++ boards/sounds/id/alphabet/U0030.ogg | Bin 0 -> 12928 bytes boards/sounds/id/alphabet/U0031.ogg | Bin 0 -> 16768 bytes boards/sounds/id/alphabet/U0032.ogg | Bin 0 -> 13603 bytes boards/sounds/id/alphabet/U0033.ogg | Bin 0 -> 14942 bytes boards/sounds/id/alphabet/U0034.ogg | Bin 0 -> 14059 bytes boards/sounds/id/alphabet/U0035.ogg | Bin 0 -> 15494 bytes boards/sounds/id/alphabet/U0036.ogg | Bin 0 -> 13946 bytes boards/sounds/id/alphabet/U0037.ogg | Bin 0 -> 14928 bytes boards/sounds/id/alphabet/U0038.ogg | Bin 0 -> 15769 bytes boards/sounds/id/alphabet/U0039.ogg | Bin 0 -> 16098 bytes boards/sounds/id/alphabet/U0061.ogg | Bin 0 -> 11529 bytes boards/sounds/id/alphabet/U0062.ogg | Bin 0 -> 11268 bytes boards/sounds/id/alphabet/U0063.ogg | Bin 0 -> 12885 bytes boards/sounds/id/alphabet/U0064.ogg | Bin 0 -> 10810 bytes boards/sounds/id/alphabet/U0065.ogg | Bin 0 -> 11594 bytes boards/sounds/id/alphabet/U0066.ogg | Bin 0 -> 12592 bytes boards/sounds/id/alphabet/U0067.ogg | Bin 0 -> 12212 bytes boards/sounds/id/alphabet/U0068.ogg | Bin 0 -> 11116 bytes boards/sounds/id/alphabet/U0069.ogg | Bin 0 -> 11799 bytes boards/sounds/id/alphabet/U006A.ogg | Bin 0 -> 11957 bytes boards/sounds/id/alphabet/U006B.ogg | Bin 0 -> 11381 bytes boards/sounds/id/alphabet/U006C.ogg | Bin 0 -> 11883 bytes boards/sounds/id/alphabet/U006D.ogg | Bin 0 -> 10743 bytes boards/sounds/id/alphabet/U006E.ogg | Bin 0 -> 11507 bytes boards/sounds/id/alphabet/U006F.ogg | Bin 0 -> 11036 bytes boards/sounds/id/alphabet/U0070.ogg | Bin 0 -> 10928 bytes boards/sounds/id/alphabet/U0071.ogg | Bin 0 -> 12325 bytes boards/sounds/id/alphabet/U0072.ogg | Bin 0 -> 11154 bytes boards/sounds/id/alphabet/U0073.ogg | Bin 0 -> 11742 bytes boards/sounds/id/alphabet/U0074.ogg | Bin 0 -> 10671 bytes boards/sounds/id/alphabet/U0075.ogg | Bin 0 -> 10491 bytes boards/sounds/id/alphabet/U0076.ogg | Bin 0 -> 11323 bytes boards/sounds/id/alphabet/U0077.ogg | Bin 0 -> 11028 bytes boards/sounds/id/alphabet/U0078.ogg | Bin 0 -> 12299 bytes boards/sounds/id/alphabet/U0079.ogg | Bin 0 -> 11483 bytes boards/sounds/id/alphabet/U007A.ogg | Bin 0 -> 10189 bytes boards/sounds/id/colors/README | 14 ++++++++++ boards/sounds/id/colors/black.ogg | Bin 0 -> 16293 bytes boards/sounds/id/colors/blue.ogg | Bin 0 -> 13852 bytes boards/sounds/id/colors/brown.ogg | Bin 0 -> 14486 bytes boards/sounds/id/colors/green.ogg | Bin 0 -> 15057 bytes boards/sounds/id/colors/grey.ogg | Bin 0 -> 18090 bytes boards/sounds/id/colors/orange.ogg | Bin 0 -> 14160 bytes boards/sounds/id/colors/pink.ogg | Bin 0 -> 19050 bytes boards/sounds/id/colors/purple.ogg | Bin 0 -> 16450 bytes boards/sounds/id/colors/red.ogg | Bin 0 -> 16978 bytes boards/sounds/id/colors/white.ogg | Bin 0 -> 15510 bytes boards/sounds/id/colors/yellow.ogg | Bin 0 -> 12980 bytes boards/sounds/id/misc/README | 21 +++++++++++++++ boards/sounds/id/misc/about.ogg | Bin 0 -> 20723 bytes boards/sounds/id/misc/awesome.ogg | Bin 0 -> 19598 bytes boards/sounds/id/misc/back.ogg | Bin 0 -> 12451 bytes boards/sounds/id/misc/by.ogg | Bin 0 -> 13938 bytes boards/sounds/id/misc/check_answer.ogg | Bin 0 -> 21841 bytes boards/sounds/id/misc/click_on_letter.ogg | Bin 0 -> 21322 bytes boards/sounds/id/misc/configuration.ogg | Bin 0 -> 15455 bytes boards/sounds/id/misc/congratulation.ogg | Bin 0 -> 16026 bytes boards/sounds/id/misc/equal.ogg | Bin 0 -> 19925 bytes boards/sounds/id/misc/fantastic.ogg | Bin 0 -> 19806 bytes boards/sounds/id/misc/good.ogg | Bin 0 -> 15255 bytes boards/sounds/id/misc/great.ogg | Bin 0 -> 14950 bytes boards/sounds/id/misc/help.ogg | Bin 0 -> 14465 bytes boards/sounds/id/misc/level.ogg | Bin 0 -> 14376 bytes boards/sounds/id/misc/minus.ogg | Bin 0 -> 17704 bytes boards/sounds/id/misc/ok.ogg | Bin 0 -> 20172 bytes boards/sounds/id/misc/outof.ogg | Bin 0 -> 13085 bytes boards/sounds/id/misc/perfect.ogg | Bin 0 -> 21035 bytes boards/sounds/id/misc/plus.ogg | Bin 0 -> 15886 bytes boards/sounds/id/misc/quit.ogg | Bin 0 -> 17218 bytes boards/sounds/id/misc/super.ogg | Bin 0 -> 17695 bytes boards/sounds/id/misc/waytogo.ogg | Bin 0 -> 16525 bytes boards/sounds/id/misc/welcome.ogg | Bin 0 -> 31417 bytes 75 files changed, 81 insertions(+), 0 deletions(-) commit a55ae6dd1818f6b6d5784c3f5b9b2340f1c6abfd Author: Bruno Coudoin Date: Thu Mar 29 23:04:30 2007 +0000 Updated Indonesian translation by Umar Said svn path=/trunk/; revision=2566 po/ChangeLog | 4 + po/id.po | 258 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 129 insertions(+), 133 deletions(-) commit 37dc7905b34803b0cb237ea0605bab57250b7704 Author: Bruno Coudoin Date: Thu Mar 29 22:12:08 2007 +0000 Added missing files svn path=/trunk/; revision=2565 ChangeLog | 5 +++++ po/POTFILES.in | 2 ++ 2 files changed, 7 insertions(+), 0 deletions(-) commit f89b9219cf04c10e6b409e023593f69f1e9eaadc Author: Ignacio Casal Quinteiro Date: Wed Mar 28 11:10:27 2007 +0000 Updated Galician Translation svn path=/trunk/; revision=2564 po/gl.po | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 08f3c17f60a7ac7b7d39c43e23ec66739e956154 Author: Yves Combe Date: Tue Mar 27 20:34:19 2007 +0000 add a missing file svn path=/trunk/; revision=2563 ChangeLog | 5 +++++ macosx/GCompris.icns | Bin 0 -> 53005 bytes 2 files changed, 5 insertions(+), 0 deletions(-) commit b033370f012859504e79632d7e89755221b7c07a Author: Bruno Coudoin Date: Tue Mar 27 20:18:11 2007 +0000 Fixed missing translation of the country map names. svn path=/trunk/; revision=2562 ChangeLog | 12 +++++ boards/geography_country/board1_0.xml.in | 44 ++++++++++---------- boards/geography_country/board3_0.xml.in | 40 +++++++++--------- boards/geography_country/board4_0.xml.in | 28 ++++++------ boards/geography_country/board5_0.xml.in | 2 +- boards/geography_country/board5_1.xml.in | 2 +- boards/geography_country/board5_2.xml.in | 2 +- boards/imagename/board5_0.xml.in | 6 +- boards/sounds/fr/france_region/basse-normandie.ogg | Bin 0 -> 19476 bytes .../sounds/fr/france_region/champagne-ardenne.ogg | Bin 0 -> 18870 bytes boards/sounds/fr/france_region/franche-conte.ogg | Bin 0 -> 12380 bytes .../sounds/fr/france_region/poitou-charentes.ogg | Bin 0 -> 16534 bytes boards/sounds/fr/geography/basse-normandie.ogg | Bin 19476 -> 0 bytes boards/sounds/fr/geography/champagne-ardenne.ogg | Bin 18870 -> 0 bytes boards/sounds/fr/geography/franche-conte.ogg | Bin 12380 -> 0 bytes boards/sounds/fr/geography/poitou-charentes.ogg | Bin 16534 -> 0 bytes 16 files changed, 74 insertions(+), 62 deletions(-) commit 802290dd54c8aef97ce637d1568aee764a2ce387 Author: Bruno Coudoin Date: Tue Mar 27 19:48:50 2007 +0000 We have an updated release in the wrong directory svn path=/trunk/; revision=2561 .../sounds/fr/france_region/champagne-ardenne.ogg | Bin 22416 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 08f21568634f4521a4cc7383cbe0beffa058366c Author: Bruno Coudoin Date: Tue Mar 27 19:45:08 2007 +0000 We have an updated version of these files but not in the correct directory. svn path=/trunk/; revision=2560 boards/sounds/fr/france_region/basse-normandie.ogg | Bin 19878 -> 0 bytes boards/sounds/fr/france_region/franche-conte.ogg | Bin 13932 -> 0 bytes .../sounds/fr/france_region/poitou-charentes.ogg | Bin 14754 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) commit 5b05bac0292e0fa93f720bfad3b41304acde5c6e Author: Ignacio Casal Quinteiro Date: Tue Mar 27 19:13:58 2007 +0000 Added Galician Translation. svn path=/trunk/; revision=2559 ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 4 + po/gl.po | 6406 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 6415 insertions(+), 1 deletions(-) commit 72beae8fc2a9fa74fffd73df0ea857686a86b918 Author: Yves Combe Date: Tue Mar 27 13:00:09 2007 +0000 Add an option to gnuchess build to fix a crash on osx. svn path=/trunk/; revision=2558 ChangeLog | 6 ++++++ macosx/build-gtk.sh | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) commit 46a5ca69eedddc159f4939f415504995f0b51895 Author: Yves Combe Date: Tue Mar 27 06:12:06 2007 +0000 add initial CFCLAGS to OBJCFALGS. Usefull for universal binary building. svn path=/trunk/; revision=2557 ChangeLog | 6 ++++++ configure.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletions(-) commit 5a8edb08ba0f562c8f551d88a08a6ad73ad59a8c Author: David Lodge Date: Tue Mar 27 06:00:40 2007 +0000 Updated en_GB translation svn path=/trunk/; revision=2556 po/ChangeLog | 4 + po/en_GB.po | 247 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 137 insertions(+), 114 deletions(-) commit a16bc3f5fa6bba67af21ef49b4a9eea97db9697d Author: Bruno Coudoin Date: Mon Mar 26 23:33:24 2007 +0000 Added missing translation strings. svn path=/trunk/; revision=2555 ChangeLog | 14 ++++++++++++++ src/boards/click_on_letter.c | 2 +- src/boards/colors.c | 4 ++-- src/boards/gletters.c | 4 ++-- src/boards/imageid.c | 2 +- src/boards/missingletter.c | 2 +- src/boards/reading.c | 2 +- src/boards/scale.c | 4 ++-- src/boards/shapegame.c | 2 +- src/boards/smallnumbers.c | 6 +++--- 10 files changed, 28 insertions(+), 14 deletions(-) commit 7e9a151c1da83632e1aeeeae3d6d34ba57fb30d8 Author: Bruno Coudoin Date: Mon Mar 26 22:51:32 2007 +0000 fixed a crash when the exit is found in 3D maze by Miguel. fixed missing * src/boards/maze.c: (draw3D): fixed a crash when the exit is found in 3D maze by Miguel. * src/boards/shapegame.c: (add_shape_to_list_of_shapes): fixed missing image boardicons/leftright.png in some activity (when there are small icons) svn path=/trunk/; revision=2554 ChangeLog | 7 +++++++ src/boards/maze.c | 3 +++ src/boards/shapegame.c | 2 +- 3 files changed, 11 insertions(+), 1 deletions(-) commit 99a07366e2def4c6af05300b70e3a639b4556bf1 Author: Bruno Coudoin Date: Mon Mar 26 22:20:45 2007 +0000 A patch from Miguel. * src/boards/scale.c: (start_board), (end_board), (scale_anim_plate), (scale_next_level): added the display of the current sublevel. * src/boards/shapegame.c: (item_event_drag), (auto_process): added auto process, it's no more needed to click OK. * src/gcompris/gcompris_db.c: (gc_db_init): fixed a mamory leak * boards/sounds/en/geography/finland.ogg: deleted, it was the wrong one. svn path=/trunk/; revision=2553 ChangeLog | 13 ++++++++++++- boards/sounds/en/geography/finland.ogg | Bin 14799 -> 0 bytes src/boards/scale.c | 17 ++++++++++++----- src/boards/shapegame.c | 23 ++++++++++++++++++++++- src/gcompris/gcompris_db.c | 1 + 5 files changed, 47 insertions(+), 7 deletions(-) commit 0c01d5c3e2e040045d8d504f5da869fe2e46a45b Author: Yves Combe Date: Mon Mar 26 22:04:01 2007 +0000 add SDL* frameworks copy svn path=/trunk/; revision=2552 ChangeLog | 9 +++++++++ Makefile.am | 14 ++++++++++---- macosx/Info-gnustep.plist | 4 ++++ macosx/Info.plist | 34 ++++++++++++++++++++++++++++++---- macosx/PkgInfo | 2 +- 5 files changed, 54 insertions(+), 9 deletions(-) commit 16756441cf594664f10460f6fa82f9ab969ebeda Author: Yves Combe Date: Mon Mar 26 10:06:54 2007 +0000 small fix for GNUstep compatibility svn path=/trunk/; revision=2551 ChangeLog | 6 ++++++ Makefile.am | 4 +++- 2 files changed, 9 insertions(+), 1 deletions(-) commit 1d6200fbfca73bd3e048e6b388927f50e977ec2d Author: Yves Combe Date: Mon Mar 26 09:53:21 2007 +0000 Continue work on OSX bundle. svn path=/trunk/; revision=2550 ChangeLog | 10 ++++++++++ src/gcompris/gcompris-nsbundle.m | 14 ++++++++++++++ src/gcompris/properties.c | 5 ++++- 3 files changed, 28 insertions(+), 1 deletions(-) commit d050b0c971f97e0625c5f9f08ff53087bb45da76 Author: Yves Combe Date: Mon Mar 26 09:12:33 2007 +0000 continue work on osx bundle. svn path=/trunk/; revision=2549 ChangeLog | 10 ++++++++++ Makefile.am | 32 +++++++++++++++++++++++++------- macosx/PkgInfo | 1 + 3 files changed, 36 insertions(+), 7 deletions(-) commit bdd8b9a89db757bf7c6a225683cab24be694bc5b Author: Yves Combe Date: Sun Mar 25 20:56:59 2007 +0000 try to fix the recursion needed for install_name_tool. svn path=/trunk/; revision=2548 ChangeLog | 6 ++++++ Makefile.am | 57 +++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 41 insertions(+), 22 deletions(-) commit 87b94c223855ac4b42f835a6225c4404b761bb90 Author: Yves Combe Date: Sun Mar 25 12:41:07 2007 +0000 clean ObjC code using standard openstep functions. svn path=/trunk/; revision=2547 ChangeLog | 8 ++++++ Makefile.am | 40 ++++++++++++++++---------------- configure.in | 4 +- src/gcompris/gcompris-nsbundle.m | 47 +------------------------------------ 4 files changed, 32 insertions(+), 67 deletions(-) commit fc8a7cd0e762700748bb7df9a145d65b06c4cca1 Author: Ronny Standtke Date: Sun Mar 25 10:14:49 2007 +0000 update svn path=/trunk/; revision=2546 po/de.po | 988 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 562 insertions(+), 426 deletions(-) commit c495d798c4afd48ff6990fccfeeb433d11b7b99f Author: Yves Combe Date: Sat Mar 24 21:32:59 2007 +0000 Add icons and Info.plist svn path=/trunk/; revision=2545 ChangeLog | 8 + Makefile.am | 5 +- macosx/Info.plist | 4 + macosx/gcompris.png | Bin 0 -> 4281 bytes macosx/gcompris.svg | 450 +++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 466 insertions(+), 1 deletions(-) commit e5690e5165588643dcd91270a49e9bbe2556fd05 Author: Yves Combe Date: Sat Mar 24 06:21:59 2007 +0000 continue work with NSBundle. svn path=/trunk/; revision=2544 ChangeLog | 9 ++ Makefile.am | 8 ++- macosx/fonts.conf | 154 ++++++++++++++++++++++++++++++++++++++ macosx/pangorc | 4 +- src/gcompris/gcompris-nsbundle.m | 53 ++++++------- 5 files changed, 196 insertions(+), 32 deletions(-) commit 90e80eaea81256712256b2d7b28f524f411f59df Author: Bruno Coudoin Date: Fri Mar 23 22:48:36 2007 +0000 Updated Norwegian Nynorsk by Klaus Ade Johnstad * nb.po: Updated Norwegian Nynorsk by Klaus Ade Johnstad svn path=/trunk/; revision=2543 po/ChangeLog | 4 ++++ po/nb.po | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit bbf520518fd12b37e4cbde50ae136dcc808fd36a Author: Yves Combe Date: Fri Mar 23 15:40:49 2007 +0000 add python modules in bundle svn path=/trunk/; revision=2542 ChangeLog | 9 +++++++++ Makefile.am | 4 ++++ macosx/build-gtk.sh | 9 +++++++-- src/gcompris/gcompris-nsbundle.m | 11 ++++++++++- 4 files changed, 30 insertions(+), 3 deletions(-) commit 2998a77ef22aa2cf20bc787ec5e4558fdd23c133 Author: Yves Combe Date: Fri Mar 23 14:22:50 2007 +0000 fix a segfault svn path=/trunk/; revision=2541 ChangeLog | 6 ++++++ src/gcompris/gcompris-nsbundle.m | 35 +++++++++++++++++------------------ 2 files changed, 23 insertions(+), 18 deletions(-) commit 1964935fa257686533d585e5d6bf49304535c3cb Author: Yves Combe Date: Fri Mar 23 12:25:03 2007 +0000 Set Gtk to run from bundle. svn path=/trunk/; revision=2540 ChangeLog | 10 ++ Makefile.am | 19 ++++- configure.in | 5 +- macosx/pangorc | 10 ++ src/gcompris/Makefile.am | 3 + src/gcompris/gcompris-nsbundle.m | 174 ++++++++++++++++++++++++++++++++++++- 6 files changed, 212 insertions(+), 9 deletions(-) commit 639237ce384e525446ab66810a4c90e3bf927bfb Author: Bruno Coudoin Date: Thu Mar 22 21:12:21 2007 +0000 Updated Norwegian Nynorsk by Klaus Ade Johnstad * nb.po: Updated Norwegian Nynorsk by Klaus Ade Johnstad svn path=/trunk/; revision=2539 po/ChangeLog | 4 + po/nb.po | 1197 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 720 insertions(+), 481 deletions(-) commit ae7c2bb8515d78db0c5a983f70203b7a91c47980 Author: Yves Combe Date: Thu Mar 22 15:59:45 2007 +0000 fix typo in Makefile.am svn path=/trunk/; revision=2538 Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit b4be0ab5f557bacc60fe57881514ca07eb804a04 Author: Yves Combe Date: Thu Mar 22 15:41:08 2007 +0000 osx bundle creation continued osx bundle creation continued svn path=/trunk/; revision=2537 ChangeLog | 6 ++++++ Makefile.am | 30 +++++++++++++++++++++++++----- 2 files changed, 31 insertions(+), 5 deletions(-) commit 5aab6396aee5dc1e7059726c77a679bbfbb4ebdd Author: Yves Combe Date: Thu Mar 22 13:02:00 2007 +0000 reloc gtk libs for osx bundle. TODO: fix for no osx. svn path=/trunk/; revision=2536 ChangeLog | 9 +++++++++ Makefile.am | 11 +++++++---- configure.in | 6 +++++- src/gcompris/gcompris-nsbundle.m | 2 +- 4 files changed, 22 insertions(+), 6 deletions(-) commit b17ea5076d4bf734ac53ad699ba47de4ff94b724 Author: Bruno Coudoin Date: Wed Mar 21 11:41:33 2007 +0000 Updated Norwegian Nynorsk by Klaus Ade Johnstad * nb.po: Updated Norwegian Nynorsk by Klaus Ade Johnstad svn path=/trunk/; revision=2535 po/ChangeLog | 4 + po/nb.po | 1389 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 754 insertions(+), 639 deletions(-) commit c435503400054be44ea52a96d568b51aee4eac77 Author: Yves Combe Date: Tue Mar 20 11:44:05 2007 +0000 Small correction to gtk osx build script svn path=/trunk/; revision=2534 ChangeLog | 6 ++++++ macosx/build-gtk.sh | 46 +++++----------------------------------------- 2 files changed, 11 insertions(+), 41 deletions(-) commit cb5a4e006b09473472430098a10083695cfbf1ca Author: Mohammad DAMT Date: Tue Mar 20 08:03:15 2007 +0000 Indonesian words by Umar Said 2007-03-20 Mohammad DAMT * boards/wordsgame/default-id.xml: Indonesian words by Umar Said svn path=/trunk/; revision=2533 boards/wordsgame/default-id.xml | 147 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 147 insertions(+), 0 deletions(-) commit e97e204adf3de3df1b744e29240dcbfd8362ae22 Author: Mohammad DAMT Date: Tue Mar 20 08:02:52 2007 +0000 Indonesian words by Umar Said 2007-03-20 Mohammad DAMT * boards/wordsgame/default-id.xml: Indonesian words by Umar Said svn path=/trunk/; revision=2532 ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 08fe86dc0e6c01d1c7eee4ce3f0f8688e6d26f86 Author: Mohammad DAMT Date: Tue Mar 20 08:00:51 2007 +0000 Updated Indonesian translation by Umar Said 2007-03-20 Mohammad DAMT * id.po: Updated Indonesian translation by Umar Said svn path=/trunk/; revision=2531 po/ChangeLog | 4 + po/id.po | 984 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 555 insertions(+), 433 deletions(-) commit ec478d917af7544f239da75169c33fe9fcdb2ad5 Author: Yves Combe Date: Tue Mar 20 07:42:13 2007 +0000 Import Gtk build script for macsox. svn path=/trunk/; revision=2530 ChangeLog | 9 + macosx/build-gtk.sh | 750 +++++++++++++++++++++++++++++++++++++++++++++++++++ macosx/config.h | 495 +++++++++++++++++++++++++++++++++ macosx/glibconfig.h | 222 +++++++++++++++ 4 files changed, 1476 insertions(+), 0 deletions(-) commit ab5c150898c44a3ad58cc70673d90c4696b1ebc0 Author: Bruno Coudoin Date: Tue Mar 20 00:10:54 2007 +0000 moved in boards/skins/gartoon/ updated to reference Mathieu updated to use * boards/boardicons/*: moved in boards/skins/gartoon/ * boards/boardicons/README: updated to reference Mathieu * src/boards/menu2.c: (create_panel), (menu_create_item), (create_top): updated to use icons from the skin directory * src/gcompris/gcompris.c: (main): moved gc_skin_load() down in the startup process. The gartoon skin style was never used, even when gartoon was selected. svn path=/trunk/; revision=2529 ChangeLog | 10 +++++++ boards/boardicons/.cvsignore | 4 --- boards/boardicons/README | 18 ------------ boards/boardicons/advanced_colors.png | Bin 5388 -> 0 bytes boards/boardicons/algebra_by.png | Bin 8627 -> 0 bytes boards/boardicons/algebra_group.png | Bin 10084 -> 0 bytes boards/boardicons/algebra_guesscount.png | Bin 11637 -> 0 bytes boards/boardicons/algebra_minus.png | Bin 8362 -> 0 bytes boards/boardicons/algebra_plus.png | Bin 8436 -> 0 bytes boards/boardicons/algebramenu.png | Bin 8951 -> 0 bytes boards/boardicons/algorithm.png | Bin 9906 -> 0 bytes boards/boardicons/anim.png | Bin 12040 -> 0 bytes boards/boardicons/awele.png | Bin 20350 -> 0 bytes boards/boardicons/babymatch.png | Bin 5853 -> 0 bytes boards/boardicons/babyshapes.png | Bin 7866 -> 0 bytes boards/boardicons/ballcatch.png | Bin 7808 -> 0 bytes boards/boardicons/bargame.png | Bin 12329 -> 0 bytes boards/boardicons/billard.png | Bin 6358 -> 0 bytes boards/boardicons/book.png | Bin 4290 -> 0 bytes boards/boardicons/canal_lock.png | Bin 8384 -> 0 bytes boards/boardicons/chat.png | Bin 5937 -> 0 bytes boards/boardicons/chess.png | Bin 4982 -> 0 bytes boards/boardicons/chess_computer.png | Bin 10183 -> 0 bytes boards/boardicons/chess_movelearn.png | Bin 5708 -> 0 bytes boards/boardicons/chess_partyend.png | Bin 3228 -> 0 bytes boards/boardicons/chronos.png | Bin 15668 -> 0 bytes boards/boardicons/click_on_letter.png | Bin 9801 -> 0 bytes boards/boardicons/clickgame.png | Bin 13667 -> 0 bytes boards/boardicons/clockgame.png | Bin 9275 -> 0 bytes boards/boardicons/colornforms.png | Bin 3612 -> 0 bytes boards/boardicons/colors.png | Bin 12649 -> 0 bytes boards/boardicons/computer.png | Bin 4850 -> 0 bytes boards/boardicons/connect4.png | Bin 8735 -> 0 bytes boards/boardicons/crane.png | Bin 11561 -> 0 bytes boards/boardicons/discovery.png | Bin 4470 -> 0 bytes boards/boardicons/doubleentry.png | Bin 6312 -> 0 bytes boards/boardicons/draw.png | Bin 9903 -> 0 bytes boards/boardicons/ear.png | Bin 5680 -> 0 bytes boards/boardicons/electric.png | Bin 17049 -> 0 bytes boards/boardicons/enumerate.png | Bin 5213 -> 0 bytes boards/boardicons/erase.png | Bin 9261 -> 0 bytes boards/boardicons/erase_clic.png | Bin 7429 -> 0 bytes boards/boardicons/erase_double_clic.png | Bin 8376 -> 0 bytes boards/boardicons/experience.png | Bin 4040 -> 0 bytes boards/boardicons/eye_colors.png | Bin 7538 -> 0 bytes boards/boardicons/fifteen.png | Bin 11887 -> 0 bytes boards/boardicons/followline.png | Bin 12727 -> 0 bytes boards/boardicons/foot.png | Bin 10237 -> 0 bytes boards/boardicons/fun.png | Bin 3509 -> 0 bytes boards/boardicons/geometry.png | Bin 9054 -> 0 bytes boards/boardicons/gletters.png | Bin 15955 -> 0 bytes boards/boardicons/globe.png | Bin 8544 -> 0 bytes boards/boardicons/gnumch-equal.png | Bin 9727 -> 0 bytes boards/boardicons/gnumch-factors.png | Bin 11010 -> 0 bytes boards/boardicons/gnumch-inequal.png | Bin 10039 -> 0 bytes boards/boardicons/gnumch-multiples.png | Bin 10191 -> 0 bytes boards/boardicons/gnumch-primes.png | Bin 10030 -> 0 bytes boards/boardicons/gnumch.png | Bin 10652 -> 0 bytes boards/boardicons/gtans.png | Bin 7329 -> 0 bytes boards/boardicons/guessnumber.png | Bin 14891 -> 0 bytes boards/boardicons/hanoi.png | Bin 11700 -> 0 bytes boards/boardicons/hanoi_real.png | Bin 8464 -> 0 bytes boards/boardicons/helicogame.png | Bin 6434 -> 0 bytes boards/boardicons/hexagon.png | Bin 7698 -> 0 bytes boards/boardicons/imageid.png | Bin 9120 -> 0 bytes boards/boardicons/imagename.png | Bin 7535 -> 0 bytes boards/boardicons/keyboard.png | Bin 9768 -> 0 bytes boards/boardicons/leftright.png | Bin 10825 -> 0 bytes boards/boardicons/magic_hat_minus.png | Bin 6594 -> 0 bytes boards/boardicons/magic_hat_plus.png | Bin 6976 -> 0 bytes boards/boardicons/math.png | Bin 4659 -> 0 bytes boards/boardicons/maze.png | Bin 1485 -> 0 bytes boards/boardicons/maze3D.png | Bin 10308 -> 0 bytes boards/boardicons/mazeInvisible.png | Bin 1815 -> 0 bytes boards/boardicons/melody.png | Bin 12093 -> 0 bytes boards/boardicons/mem_solo_all.png | Bin 9097 -> 0 bytes boards/boardicons/mem_solo_calc.png | Bin 13645 -> 0 bytes boards/boardicons/mem_solo_div.png | Bin 8221 -> 0 bytes boards/boardicons/mem_solo_minus.png | Bin 8138 -> 0 bytes boards/boardicons/mem_solo_mult.png | Bin 8958 -> 0 bytes boards/boardicons/mem_solo_mult_div.png | Bin 8863 -> 0 bytes boards/boardicons/mem_solo_plus.png | Bin 8060 -> 0 bytes boards/boardicons/mem_solo_plus_minus.png | Bin 8087 -> 0 bytes boards/boardicons/mem_tux_all.png | Bin 10947 -> 0 bytes boards/boardicons/mem_tux_calc.png | Bin 14220 -> 0 bytes boards/boardicons/mem_tux_div.png | Bin 10120 -> 0 bytes boards/boardicons/mem_tux_minus.png | Bin 10089 -> 0 bytes boards/boardicons/mem_tux_mult.png | Bin 10765 -> 0 bytes boards/boardicons/mem_tux_mult_div.png | Bin 10764 -> 0 bytes boards/boardicons/mem_tux_plus.png | Bin 9862 -> 0 bytes boards/boardicons/mem_tux_plus_minus.png | Bin 10433 -> 0 bytes boards/boardicons/memory.png | Bin 12058 -> 0 bytes boards/boardicons/memory_elephant.png | Bin 9342 -> 0 bytes boards/boardicons/memory_sound.png | Bin 9491 -> 0 bytes boards/boardicons/memory_sound_tux.png | Bin 11342 -> 0 bytes boards/boardicons/memory_tux.png | Bin 12285 -> 0 bytes boards/boardicons/minouche.png | Bin 6200 -> 0 bytes boards/boardicons/miscelaneous.png | Bin 4769 -> 0 bytes boards/boardicons/missing_letter.png | Bin 7568 -> 0 bytes boards/boardicons/money.png | Bin 13438 -> 0 bytes boards/boardicons/money_cents.png | Bin 13785 -> 0 bytes boards/boardicons/mosaic.png | Bin 9281 -> 0 bytes boards/boardicons/mouse.png | Bin 6554 -> 0 bytes boards/boardicons/mouse_move.png | Bin 7966 -> 0 bytes boards/boardicons/mypaint.png | Bin 4532 -> 0 bytes boards/boardicons/numeration.png | Bin 12311 -> 0 bytes boards/boardicons/planegame.png | Bin 13548 -> 0 bytes boards/boardicons/puzzles.png | Bin 3142 -> 0 bytes boards/boardicons/python.png | Bin 3719 -> 0 bytes boards/boardicons/railroad.png | Bin 15049 -> 0 bytes boards/boardicons/read_colors.png | Bin 12649 -> 0 bytes boards/boardicons/read_colors2.png | Bin 7125 -> 0 bytes boards/boardicons/reading.png | Bin 7477 -> 0 bytes boards/boardicons/readingh.png | Bin 6953 -> 0 bytes boards/boardicons/redraw.png | Bin 10554 -> 0 bytes boards/boardicons/redraw_symmetry.png | Bin 8271 -> 0 bytes boards/boardicons/reversecount.png | Bin 9770 -> 0 bytes boards/boardicons/scalesicon.png | Bin 8330 -> 0 bytes boards/boardicons/searace.png | Bin 13178 -> 0 bytes boards/boardicons/searace1player.png | Bin 12370 -> 0 bytes boards/boardicons/shapegame.png | Bin 7290 -> 0 bytes boards/boardicons/smallnumbers.png | Bin 8099 -> 0 bytes boards/boardicons/smallnumbers2.png | Bin 9334 -> 0 bytes boards/boardicons/strategy.png | Bin 4474 -> 0 bytes boards/boardicons/submarine.png | Bin 6859 -> 0 bytes boards/boardicons/sudoku.png | Bin 5715 -> 0 bytes boards/boardicons/superbrain.png | Bin 14654 -> 0 bytes boards/boardicons/tangram.png | Bin 7329 -> 0 bytes boards/boardicons/target.png | Bin 4642 -> 0 bytes boards/boardicons/traffic.png | Bin 9561 -> 0 bytes boards/boardicons/tuxpaint.png | Bin 6991 -> 0 bytes boards/boardicons/tuxpara.png | Bin 9033 -> 0 bytes boards/boardicons/warning.png | Bin 5081 -> 0 bytes boards/boardicons/watercycle.png | Bin 11654 -> 0 bytes boards/boardicons/wordprocessor.png | Bin 8742 -> 0 bytes boards/boardicons/wordsgame.png | Bin 15688 -> 0 bytes boards/opt/scenery_background.png | Bin 118939 -> 118555 bytes boards/skins/gartoon/boardicons/.cvsignore | 4 +++ boards/skins/gartoon/boardicons/README | 18 ++++++++++++ .../skins/gartoon/boardicons/advanced_colors.png | Bin 0 -> 5388 bytes boards/skins/gartoon/boardicons/algebra_by.png | Bin 0 -> 8627 bytes boards/skins/gartoon/boardicons/algebra_group.png | Bin 0 -> 10084 bytes .../gartoon/boardicons/algebra_guesscount.png | Bin 0 -> 11637 bytes boards/skins/gartoon/boardicons/algebra_minus.png | Bin 0 -> 8362 bytes boards/skins/gartoon/boardicons/algebra_plus.png | Bin 0 -> 8436 bytes boards/skins/gartoon/boardicons/algebramenu.png | Bin 0 -> 8951 bytes boards/skins/gartoon/boardicons/algorithm.png | Bin 0 -> 9906 bytes boards/skins/gartoon/boardicons/anim.png | Bin 0 -> 12040 bytes boards/skins/gartoon/boardicons/awele.png | Bin 0 -> 20350 bytes boards/skins/gartoon/boardicons/babymatch.png | Bin 0 -> 5853 bytes boards/skins/gartoon/boardicons/babyshapes.png | Bin 0 -> 7866 bytes boards/skins/gartoon/boardicons/ballcatch.png | Bin 0 -> 7808 bytes boards/skins/gartoon/boardicons/bargame.png | Bin 0 -> 12329 bytes boards/skins/gartoon/boardicons/billard.png | Bin 0 -> 6358 bytes boards/skins/gartoon/boardicons/book.png | Bin 0 -> 4290 bytes boards/skins/gartoon/boardicons/canal_lock.png | Bin 0 -> 8384 bytes boards/skins/gartoon/boardicons/chat.png | Bin 0 -> 5937 bytes boards/skins/gartoon/boardicons/chess.png | Bin 0 -> 4982 bytes boards/skins/gartoon/boardicons/chess_computer.png | Bin 0 -> 10183 bytes .../skins/gartoon/boardicons/chess_movelearn.png | Bin 0 -> 5708 bytes boards/skins/gartoon/boardicons/chess_partyend.png | Bin 0 -> 3228 bytes boards/skins/gartoon/boardicons/chronos.png | Bin 0 -> 15668 bytes .../skins/gartoon/boardicons/click_on_letter.png | Bin 0 -> 9801 bytes boards/skins/gartoon/boardicons/clickgame.png | Bin 0 -> 13667 bytes boards/skins/gartoon/boardicons/clockgame.png | Bin 0 -> 9275 bytes boards/skins/gartoon/boardicons/colornforms.png | Bin 0 -> 3612 bytes boards/skins/gartoon/boardicons/colors.png | Bin 0 -> 12649 bytes boards/skins/gartoon/boardicons/computer.png | Bin 0 -> 4850 bytes boards/skins/gartoon/boardicons/connect4.png | Bin 0 -> 8735 bytes boards/skins/gartoon/boardicons/crane.png | Bin 0 -> 11561 bytes boards/skins/gartoon/boardicons/discovery.png | Bin 0 -> 4470 bytes boards/skins/gartoon/boardicons/doubleentry.png | Bin 0 -> 6312 bytes boards/skins/gartoon/boardicons/draw.png | Bin 0 -> 9903 bytes boards/skins/gartoon/boardicons/ear.png | Bin 0 -> 5680 bytes boards/skins/gartoon/boardicons/electric.png | Bin 0 -> 17049 bytes boards/skins/gartoon/boardicons/enumerate.png | Bin 0 -> 5213 bytes boards/skins/gartoon/boardicons/erase.png | Bin 0 -> 9261 bytes boards/skins/gartoon/boardicons/erase_clic.png | Bin 0 -> 7429 bytes .../skins/gartoon/boardicons/erase_double_clic.png | Bin 0 -> 8376 bytes boards/skins/gartoon/boardicons/experience.png | Bin 0 -> 4040 bytes boards/skins/gartoon/boardicons/eye_colors.png | Bin 0 -> 7538 bytes boards/skins/gartoon/boardicons/fifteen.png | Bin 0 -> 11887 bytes boards/skins/gartoon/boardicons/followline.png | Bin 0 -> 12727 bytes boards/skins/gartoon/boardicons/foot.png | Bin 0 -> 10237 bytes boards/skins/gartoon/boardicons/fun.png | Bin 0 -> 3509 bytes boards/skins/gartoon/boardicons/geometry.png | Bin 0 -> 9054 bytes boards/skins/gartoon/boardicons/gletters.png | Bin 0 -> 15955 bytes boards/skins/gartoon/boardicons/globe.png | Bin 0 -> 8544 bytes boards/skins/gartoon/boardicons/gnumch-equal.png | Bin 0 -> 9727 bytes boards/skins/gartoon/boardicons/gnumch-factors.png | Bin 0 -> 11010 bytes boards/skins/gartoon/boardicons/gnumch-inequal.png | Bin 0 -> 10039 bytes .../skins/gartoon/boardicons/gnumch-multiples.png | Bin 0 -> 10191 bytes boards/skins/gartoon/boardicons/gnumch-primes.png | Bin 0 -> 10030 bytes boards/skins/gartoon/boardicons/gnumch.png | Bin 0 -> 10652 bytes boards/skins/gartoon/boardicons/gtans.png | Bin 0 -> 7329 bytes boards/skins/gartoon/boardicons/guessnumber.png | Bin 0 -> 14891 bytes boards/skins/gartoon/boardicons/hanoi.png | Bin 0 -> 11700 bytes boards/skins/gartoon/boardicons/hanoi_real.png | Bin 0 -> 8464 bytes boards/skins/gartoon/boardicons/helicogame.png | Bin 0 -> 6434 bytes boards/skins/gartoon/boardicons/hexagon.png | Bin 0 -> 7698 bytes boards/skins/gartoon/boardicons/imageid.png | Bin 0 -> 9120 bytes boards/skins/gartoon/boardicons/imagename.png | Bin 0 -> 7535 bytes boards/skins/gartoon/boardicons/keyboard.png | Bin 0 -> 9768 bytes boards/skins/gartoon/boardicons/leftright.png | Bin 0 -> 10825 bytes .../skins/gartoon/boardicons/magic_hat_minus.png | Bin 0 -> 6594 bytes boards/skins/gartoon/boardicons/magic_hat_plus.png | Bin 0 -> 6976 bytes boards/skins/gartoon/boardicons/math.png | Bin 0 -> 4659 bytes boards/skins/gartoon/boardicons/maze.png | Bin 0 -> 1485 bytes boards/skins/gartoon/boardicons/maze3D.png | Bin 0 -> 10308 bytes boards/skins/gartoon/boardicons/mazeInvisible.png | Bin 0 -> 1815 bytes boards/skins/gartoon/boardicons/melody.png | Bin 0 -> 12093 bytes boards/skins/gartoon/boardicons/mem_solo_all.png | Bin 0 -> 9097 bytes boards/skins/gartoon/boardicons/mem_solo_calc.png | Bin 0 -> 13645 bytes boards/skins/gartoon/boardicons/mem_solo_div.png | Bin 0 -> 8221 bytes boards/skins/gartoon/boardicons/mem_solo_minus.png | Bin 0 -> 8138 bytes boards/skins/gartoon/boardicons/mem_solo_mult.png | Bin 0 -> 8958 bytes .../skins/gartoon/boardicons/mem_solo_mult_div.png | Bin 0 -> 8863 bytes boards/skins/gartoon/boardicons/mem_solo_plus.png | Bin 0 -> 8060 bytes .../gartoon/boardicons/mem_solo_plus_minus.png | Bin 0 -> 8087 bytes boards/skins/gartoon/boardicons/mem_tux_all.png | Bin 0 -> 10947 bytes boards/skins/gartoon/boardicons/mem_tux_calc.png | Bin 0 -> 14220 bytes boards/skins/gartoon/boardicons/mem_tux_div.png | Bin 0 -> 10120 bytes boards/skins/gartoon/boardicons/mem_tux_minus.png | Bin 0 -> 10089 bytes boards/skins/gartoon/boardicons/mem_tux_mult.png | Bin 0 -> 10765 bytes .../skins/gartoon/boardicons/mem_tux_mult_div.png | Bin 0 -> 10764 bytes boards/skins/gartoon/boardicons/mem_tux_plus.png | Bin 0 -> 9862 bytes .../gartoon/boardicons/mem_tux_plus_minus.png | Bin 0 -> 10433 bytes boards/skins/gartoon/boardicons/memory.png | Bin 0 -> 12058 bytes .../skins/gartoon/boardicons/memory_elephant.png | Bin 0 -> 9342 bytes boards/skins/gartoon/boardicons/memory_sound.png | Bin 0 -> 9491 bytes .../skins/gartoon/boardicons/memory_sound_tux.png | Bin 0 -> 11342 bytes boards/skins/gartoon/boardicons/memory_tux.png | Bin 0 -> 12285 bytes boards/skins/gartoon/boardicons/minouche.png | Bin 0 -> 6200 bytes boards/skins/gartoon/boardicons/miscelaneous.png | Bin 0 -> 4769 bytes boards/skins/gartoon/boardicons/missing_letter.png | Bin 0 -> 7568 bytes boards/skins/gartoon/boardicons/money.png | Bin 0 -> 13438 bytes boards/skins/gartoon/boardicons/money_cents.png | Bin 0 -> 13785 bytes boards/skins/gartoon/boardicons/mosaic.png | Bin 0 -> 9281 bytes boards/skins/gartoon/boardicons/mouse.png | Bin 0 -> 6554 bytes boards/skins/gartoon/boardicons/mouse_move.png | Bin 0 -> 7966 bytes boards/skins/gartoon/boardicons/mypaint.png | Bin 0 -> 4532 bytes boards/skins/gartoon/boardicons/numeration.png | Bin 0 -> 12311 bytes boards/skins/gartoon/boardicons/planegame.png | Bin 0 -> 13548 bytes boards/skins/gartoon/boardicons/puzzles.png | Bin 0 -> 3142 bytes boards/skins/gartoon/boardicons/python.png | Bin 0 -> 3719 bytes boards/skins/gartoon/boardicons/railroad.png | Bin 0 -> 15049 bytes boards/skins/gartoon/boardicons/read_colors.png | Bin 0 -> 12649 bytes boards/skins/gartoon/boardicons/read_colors2.png | Bin 0 -> 7125 bytes boards/skins/gartoon/boardicons/reading.png | Bin 0 -> 7477 bytes boards/skins/gartoon/boardicons/readingh.png | Bin 0 -> 6953 bytes boards/skins/gartoon/boardicons/redraw.png | Bin 0 -> 10554 bytes .../skins/gartoon/boardicons/redraw_symmetry.png | Bin 0 -> 8271 bytes boards/skins/gartoon/boardicons/reversecount.png | Bin 0 -> 9770 bytes boards/skins/gartoon/boardicons/scalesicon.png | Bin 0 -> 8330 bytes boards/skins/gartoon/boardicons/searace.png | Bin 0 -> 13178 bytes boards/skins/gartoon/boardicons/searace1player.png | Bin 0 -> 12370 bytes boards/skins/gartoon/boardicons/shapegame.png | Bin 0 -> 7290 bytes boards/skins/gartoon/boardicons/smallnumbers.png | Bin 0 -> 8099 bytes boards/skins/gartoon/boardicons/smallnumbers2.png | Bin 0 -> 9334 bytes boards/skins/gartoon/boardicons/strategy.png | Bin 0 -> 4474 bytes boards/skins/gartoon/boardicons/submarine.png | Bin 0 -> 6859 bytes boards/skins/gartoon/boardicons/sudoku.png | Bin 0 -> 5715 bytes boards/skins/gartoon/boardicons/superbrain.png | Bin 0 -> 14654 bytes boards/skins/gartoon/boardicons/tangram.png | Bin 0 -> 7329 bytes boards/skins/gartoon/boardicons/target.png | Bin 0 -> 4642 bytes boards/skins/gartoon/boardicons/traffic.png | Bin 0 -> 9561 bytes boards/skins/gartoon/boardicons/tuxpaint.png | Bin 0 -> 6991 bytes boards/skins/gartoon/boardicons/tuxpara.png | Bin 0 -> 9033 bytes boards/skins/gartoon/boardicons/warning.png | Bin 0 -> 2785 bytes boards/skins/gartoon/boardicons/watercycle.png | Bin 0 -> 11654 bytes boards/skins/gartoon/boardicons/wordprocessor.png | Bin 0 -> 8742 bytes boards/skins/gartoon/boardicons/wordsgame.png | Bin 0 -> 15688 bytes src/boards/menu2.c | 29 ++++++++----------- src/gcompris/gcompris.c | 4 +- 274 files changed, 46 insertions(+), 41 deletions(-) commit a1debb606d6e5a46e83bac2f7872a281600cab18 Author: Bruno Coudoin Date: Mon Mar 19 22:44:36 2007 +0000 These Images are an original creation of Mathieu Ignacio. Released under GPL. boards/boardicons/fun.png boards/boardicons/computer.png boards/boardicons/experience.png boards/boardicons/book.png boards/boardicons/math.png boards/boardicons/puzzles.png boards/boardicons/discovery.png boards/boardicons/strategy.png svn path=/trunk/; revision=2528 ChangeLog | 15 ++++++++ boards/boardicons/README | 11 +++++- boards/boardicons/book.png | Bin 1074 -> 4290 bytes boards/boardicons/computer.png | Bin 2852 -> 4850 bytes boards/boardicons/discovery.png | Bin 3585 -> 4470 bytes boards/boardicons/experience.png | Bin 2340 -> 4040 bytes boards/boardicons/fun.png | Bin 1935 -> 3509 bytes boards/boardicons/math.png | Bin 4060 -> 4659 bytes boards/boardicons/puzzles.png | Bin 2566 -> 3142 bytes boards/boardicons/strategy.png | Bin 3062 -> 4474 bytes configure.in | 70 -------------------------------------- 11 files changed, 25 insertions(+), 71 deletions(-) commit 05d6c6c5f9fcc43b1b7b73d49cba9f86d16eac8c Author: Yves Combe Date: Mon Mar 19 22:09:39 2007 +0000 fix compilation problem without nsbundle svn path=/trunk/; revision=2527 ChangeLog | 7 +++++++ configure.in | 20 +++++++++++++++----- src/gcompris/gcompris.c | 7 +++++++ 3 files changed, 29 insertions(+), 5 deletions(-) commit 26f9d4cd95b27ff0e6e99e63375e4d4273bf439a Author: Bruno Coudoin Date: Mon Mar 19 01:14:52 2007 +0000 set _AM_DEPENDENCIES([OBJC]) or we get error am__fastdepOBJC does not * configure.in: set _AM_DEPENDENCIES([OBJC]) or we get error am__fastdepOBJC does not appear in AM_CONDITIONAL * src/boards/maze.c: (maze_create_item), (game_won), (movePos), (is_visible), (gcDisplay), (Display3): added bonus display. svn path=/trunk/; revision=2526 ChangeLog | 7 ++++++ configure.in | 6 ++-- src/boards/maze.c | 58 +++++++++++++++++++++++++++++++--------------------- 3 files changed, 44 insertions(+), 27 deletions(-) commit a4eb402c316529c7cb183a7c08706c21a0aa3179 Author: Yves Combe Date: Sun Mar 18 23:40:48 2007 +0000 NSBundle usage for reloc Bundle construction svn path=/trunk/; revision=2525 ChangeLog | 13 +++++++ Makefile.am | 25 +++++++++++++ configure.in | 75 ++++++++++++++++++++++++++++++++++++-- src/gcompris/Makefile.am | 16 +++++++-- src/gcompris/gcompris-nsbundle.h | 1 + src/gcompris/gcompris-nsbundle.m | 20 ++++++++++ src/gcompris/gcompris.c | 11 +++--- 7 files changed, 148 insertions(+), 13 deletions(-) commit 8900980775782ebf5bc4bed75e463ff0e83969d9 Author: Bruno Coudoin Date: Sun Mar 18 23:30:43 2007 +0000 does instant rotation now. improved the parameters to make it more * src/boards/python/searace.py: does instant rotation now. improved the parameters to make it more realistic. Now a straigh line won't win all time. It's now possible to change the level or reset the race even when it is started. svn path=/trunk/; revision=2524 ChangeLog | 6 +++ src/boards/python/searace.py | 98 +++++++++++++++++++++-------------------- 2 files changed, 56 insertions(+), 48 deletions(-) commit 6e0e8ea116a20d09052782ce86a0d5f46c51f9f5 Author: Bruno Coudoin Date: Sun Mar 18 22:48:54 2007 +0000 fixed to use translated operators for +-x/ * src/boards/algebra.c: (start_board), (end_board), (algebra_create_item): fixed to use translated operators for +-x/ svn path=/trunk/; revision=2523 ChangeLog | 5 ++ src/boards/algebra.c | 104 +++++++++++++++++++++++++++++++++++-------------- 2 files changed, 79 insertions(+), 30 deletions(-) commit 26ec16cfe6d49d87988aa7a6bebff724e3531524 Author: Bruno Coudoin Date: Sun Mar 18 22:19:16 2007 +0000 new bonus from Mathieu Ignacio. Released under GPL. * gcompris/bonus/lion_good.png: new bonus from Mathieu Ignacio. Released under GPL. * gcompris/bonus/lion_bad.png: svn path=/trunk/; revision=2522 ChangeLog | 10 ++++++++++ boards/gcompris/bonus/lion_bad.png | Bin 0 -> 33422 bytes boards/gcompris/bonus/lion_good.png | Bin 0 -> 35294 bytes docs/C/python.xml | 2 ++ src/boards/memory.c | 2 +- src/boards/py-mod-bonus.c | 1 + src/gcompris/bonus.c | 9 ++++++--- src/gcompris/bonus.h | 1 + 8 files changed, 21 insertions(+), 4 deletions(-) commit 7a2584ed853deaf74600bc2a917ad59cd8ddc1d9 Author: Bruno Coudoin Date: Sun Mar 18 21:15:57 2007 +0000 reverted stupid change in r2503, the boarddir needs to be set changed the * boards/imageid.xml.in: reverted stupid change in r2503, the boarddir needs to be set * src/boards/scale.c: (scale_anim_plate): changed the color of the text. svn path=/trunk/; revision=2521 boards/imageid.xml.in | 2 +- src/boards/scale.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) commit 569284b8162cf243f0a5d0f76d95c8993641de3f Author: Bruno Coudoin Date: Sun Mar 18 21:15:30 2007 +0000 *** empty log message *** svn path=/trunk/; revision=2520 ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 5345426140a4615b398050e7d7f18c7008ddf35a Author: Bruno Coudoin Date: Sun Mar 18 20:39:11 2007 +0000 fixed fuzzy plate by Miguel, now on the right plate. * src/boards/scale.c: (scale_anim_plate): fixed fuzzy plate by Miguel, now on the right plate. svn path=/trunk/; revision=2519 ChangeLog | 4 ++++ src/boards/scale.c | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) commit 5c1ef617c39902487587ce37486f431a425b91bc Author: Bruno Coudoin Date: Sun Mar 18 18:24:08 2007 +0000 New image set for the memory cards. The images are from Mathieu Ignacio * boards/cardimage/*: New image set for the memory cards. The images are from Mathieu Ignacio (mignacio at april point org). They are released under the GPL. * src/boards/memory.c: (create_item): fixed to use new image set. * src/boards/scale.c: (get_weight_plate), (scale_anim_plate), (scale_item_move_to), (scale_drag_event), (scale_list_add_object), (scale_next_level), (process_ok): Added a warning at level 2: Take care, you can drop masses on both sides of the scale. svn path=/trunk/; revision=2518 ChangeLog | 12 +++ boards/cardimage/01_cat.png | Bin 0 -> 8923 bytes boards/cardimage/02_pig.png | Bin 0 -> 9418 bytes boards/cardimage/03_bear.png | Bin 0 -> 8782 bytes boards/cardimage/04_hippopotamus.png | Bin 0 -> 8162 bytes boards/cardimage/05_penguin.png | Bin 0 -> 5345 bytes boards/cardimage/06_cow.png | Bin 0 -> 10427 bytes boards/cardimage/07_sheep.png | Bin 0 -> 9432 bytes boards/cardimage/08_turtle.png | Bin 0 -> 7748 bytes boards/cardimage/09_panda.png | Bin 0 -> 8477 bytes boards/cardimage/10_chicken.png | Bin 0 -> 7429 bytes boards/cardimage/11_redbird.png | Bin 0 -> 3260 bytes boards/cardimage/12_wolf.png | Bin 0 -> 10529 bytes boards/cardimage/13_monkey.png | Bin 0 -> 9880 bytes boards/cardimage/14_fox.png | Bin 0 -> 9327 bytes boards/cardimage/15_bluebirds.png | Bin 0 -> 4805 bytes boards/cardimage/16_elephant.png | Bin 0 -> 10665 bytes boards/cardimage/17_lion.png | Bin 0 -> 12015 bytes boards/cardimage/18_gnu.png | Bin 0 -> 10416 bytes boards/cardimage/19_bluebaby.png | Bin 0 -> 9089 bytes boards/cardimage/20_greenbaby.png | Bin 0 -> 9284 bytes boards/cardimage/21_frog.png | Bin 0 -> 8590 bytes boards/cardimage/README | 2 + boards/cardimage/backcard.png | Bin 0 -> 15961 bytes boards/cardimage/emptycard.png | Bin 0 -> 11140 bytes boards/gcompris/misc/backcard.png | Bin 3204 -> 0 bytes boards/gcompris/misc/emptycard.png | Bin 1859 -> 0 bytes src/boards/memory.c | 111 +++++++++++----------------- src/boards/scale.c | 138 ++++++++++++++++++--------------- 29 files changed, 132 insertions(+), 131 deletions(-) commit c4f4523a421bd88b2ece25a635f227c3bf45251f Author: David Lodge Date: Wed Mar 14 06:54:33 2007 +0000 Updated en_GB translation svn path=/trunk/; revision=2517 po/ChangeLog | 4 ++ po/en_GB.po | 121 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 70 insertions(+), 55 deletions(-) commit c63a8af9997794c448a5302ecfaa4a682639b3d0 Author: Bruno Coudoin Date: Tue Mar 13 23:26:33 2007 +0000 Missing geography_country activity svn path=/trunk/; revision=2515 boards/geography_country.xml.in | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 42387c4e31e6bc8b056166ee44765b013edc9708 Author: Bruno Coudoin Date: Tue Mar 13 23:11:25 2007 +0000 Fixed path to data images svn path=/trunk/; revision=2514 boards/geography_country/board1_0.xml.in | 46 ++++---- boards/geography_country/board2_0.xml.in | 34 +++--- boards/geography_country/board3_0.xml.in | 48 +++++----- boards/geography_country/board4_0.xml.in | 34 +++--- boards/geography_country/board5_0.xml.in | 98 +++++++++--------- boards/geography_country/board5_1.xml.in | 72 +++++++------- boards/geography_country/board5_2.xml.in | 164 +++++++++++++++--------------- boards/geography_country/board6_0.xml.in | 40 ++++---- 8 files changed, 268 insertions(+), 268 deletions(-) commit 1e4b61b97cb1cb9d03988dd83a130df47831a28f Author: Bruno Coudoin Date: Tue Mar 13 22:44:58 2007 +0000 minor, removed resource definition * 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 ChangeLog | 29 ++ boards/Makefile.am | 3 +- boards/clickgame.xml.in | 2 - boards/geography.xml.in | 11 +- boards/geography/Makefile.am | 10 +- boards/geography/argentina/argentina.png | Bin 129489 -> 0 bytes boards/geography/argentina/buenos_aires.png | Bin 730 -> 0 bytes boards/geography/argentina/catamarca.png | Bin 642 -> 0 bytes boards/geography/argentina/chaco.png | Bin 452 -> 0 bytes boards/geography/argentina/chubut.png | Bin 523 -> 0 bytes boards/geography/argentina/cordoba.png | Bin 428 -> 0 bytes boards/geography/argentina/corrientes.png | Bin 443 -> 0 bytes boards/geography/argentina/entre_rios.png | Bin 395 -> 0 bytes boards/geography/argentina/formosa.png | Bin 626 -> 0 bytes boards/geography/argentina/jujuy.png | Bin 4113 -> 0 bytes boards/geography/argentina/la_pampa.png | Bin 382 -> 0 bytes boards/geography/argentina/la_rioja.png | Bin 440 -> 0 bytes boards/geography/argentina/mendoza.png | Bin 464 -> 0 bytes boards/geography/argentina/misiones.png | Bin 394 -> 0 bytes boards/geography/argentina/neuquen.png | Bin 456 -> 0 bytes boards/geography/argentina/rio_negro.png | Bin 578 -> 0 bytes boards/geography/argentina/salta.png | Bin 673 -> 0 bytes boards/geography/argentina/san_juan.png | Bin 430 -> 0 bytes boards/geography/argentina/san_luis.png | Bin 290 -> 0 bytes boards/geography/argentina/santa_cruz.png | Bin 654 -> 0 bytes boards/geography/argentina/santa_fe.png | Bin 480 -> 0 bytes boards/geography/argentina/santiago_del_estero.png | Bin 368 -> 0 bytes boards/geography/argentina/tierra_del_fuego.png | Bin 441 -> 0 bytes boards/geography/argentina/tucuman.png | Bin 306 -> 0 bytes boards/geography/board10_0.xml.in | 26 -- boards/geography/board5_0.xml.in | 75 ----- boards/geography/board6_0.xml.in | 23 -- boards/geography/board7_0.xml.in | 122 ------- boards/geography/board8_0.xml.in | 89 ------ boards/geography/board9_0.xml.in | 203 ------------ boards/geography/board9_1.xml.in | 151 --------- boards/geography/board9_2.xml.in | 335 -------------------- boards/geography/france_region/alsace.png | Bin 1049 -> 0 bytes boards/geography/france_region/aquitaine.png | Bin 2568 -> 0 bytes boards/geography/france_region/auvergne.png | Bin 1783 -> 0 bytes boards/geography/france_region/basse-normandie.png | Bin 1595 -> 0 bytes boards/geography/france_region/bourgogne.png | Bin 1639 -> 0 bytes boards/geography/france_region/bretagne.png | Bin 1916 -> 0 bytes boards/geography/france_region/centre.png | Bin 2030 -> 0 bytes .../geography/france_region/champagne-ardenne.png | Bin 2027 -> 0 bytes boards/geography/france_region/corse.png | Bin 942 -> 0 bytes boards/geography/france_region/france-regions.png | Bin 26934 -> 0 bytes boards/geography/france_region/franche-conte.png | Bin 1209 -> 0 bytes boards/geography/france_region/haute-normandie.png | Bin 1047 -> 0 bytes boards/geography/france_region/ile-de-france.png | Bin 1009 -> 0 bytes .../france_region/languedoc-roussillon.png | Bin 2329 -> 0 bytes boards/geography/france_region/limousin.png | Bin 1165 -> 0 bytes boards/geography/france_region/lorraine.png | Bin 1525 -> 0 bytes boards/geography/france_region/midi-pyrenees.png | Bin 2316 -> 0 bytes .../geography/france_region/nord-pas-de-calais.png | Bin 997 -> 0 bytes .../geography/france_region/pays-de-la-loire.png | Bin 2195 -> 0 bytes boards/geography/france_region/picardie.png | Bin 1413 -> 0 bytes .../geography/france_region/poitou-charentes.png | Bin 1838 -> 0 bytes .../france_region/provence-alpes-cote_d_azur.png | Bin 2453 -> 0 bytes boards/geography/france_region/rhone-alpes.png | Bin 2166 -> 0 bytes boards/geography/germany_region/back.png | Bin 17285 -> 0 bytes .../germany_region/baden-wuerttemberg.png | Bin 5452 -> 0 bytes boards/geography/germany_region/bayern.png | Bin 7173 -> 0 bytes boards/geography/germany_region/berlin.png | Bin 871 -> 0 bytes boards/geography/germany_region/brandenburg.png | Bin 5458 -> 0 bytes boards/geography/germany_region/bremen.png | Bin 1028 -> 0 bytes boards/geography/germany_region/hamburg.png | Bin 1159 -> 0 bytes boards/geography/germany_region/hessen.png | Bin 3989 -> 0 bytes .../germany_region/mecklenburg-vorpommern.png | Bin 7179 -> 0 bytes boards/geography/germany_region/niedersachsen.png | Bin 7213 -> 0 bytes .../germany_region/nordrhein-westfalen.png | Bin 6784 -> 0 bytes .../geography/germany_region/rheinland-pfalz.png | Bin 4850 -> 0 bytes boards/geography/germany_region/saarland.png | Bin 2020 -> 0 bytes boards/geography/germany_region/sachsen-anhalt.png | Bin 4881 -> 0 bytes boards/geography/germany_region/sachsen.png | Bin 4070 -> 0 bytes .../germany_region/schleswig_holstein.png | Bin 5813 -> 0 bytes .../germany_region/target_baden-wuerttemberg.png | Bin 157 -> 0 bytes boards/geography/germany_region/target_bayern.png | Bin 162 -> 0 bytes boards/geography/germany_region/target_berlin.png | Bin 129 -> 0 bytes .../germany_region/target_brandenburg.png | Bin 156 -> 0 bytes boards/geography/germany_region/target_bremen.png | Bin 131 -> 0 bytes boards/geography/germany_region/target_hamburg.png | Bin 131 -> 0 bytes boards/geography/germany_region/target_hessen.png | Bin 153 -> 0 bytes .../target_mecklenburg-vorpommern.png | Bin 153 -> 0 bytes .../germany_region/target_niedersachsen.png | Bin 161 -> 0 bytes .../germany_region/target_nordrhein-westfalen.png | Bin 158 -> 0 bytes .../germany_region/target_rheinland-pfalz.png | Bin 148 -> 0 bytes .../geography/germany_region/target_saarland.png | Bin 129 -> 0 bytes .../germany_region/target_sachsen-anhalt.png | Bin 149 -> 0 bytes boards/geography/germany_region/target_sachsen.png | Bin 147 -> 0 bytes .../germany_region/target_schleswig_holstein.png | Bin 150 -> 0 bytes .../geography/germany_region/target_thueringen.png | Bin 145 -> 0 bytes boards/geography/germany_region/thueringen.png | Bin 3661 -> 0 bytes boards/geography/norway_counties/akershus.png | Bin 160 -> 0 bytes boards/geography/norway_counties/aust-agder.png | Bin 204 -> 0 bytes boards/geography/norway_counties/buskerud.png | Bin 209 -> 0 bytes boards/geography/norway_counties/finnmark.png | Bin 423 -> 0 bytes boards/geography/norway_counties/hedmark.png | Bin 246 -> 0 bytes boards/geography/norway_counties/hordaland.png | Bin 203 -> 0 bytes .../geography/norway_counties/more-og-romsdal.png | Bin 217 -> 0 bytes .../geography/norway_counties/nord-trondelag.png | Bin 235 -> 0 bytes boards/geography/norway_counties/nordland.png | Bin 364 -> 0 bytes boards/geography/norway_counties/norway.png | Bin 3108 -> 0 bytes boards/geography/norway_counties/oppland.png | Bin 236 -> 0 bytes boards/geography/norway_counties/oslo.png | Bin 143 -> 0 bytes boards/geography/norway_counties/ostfold.png | Bin 131 -> 0 bytes boards/geography/norway_counties/rogaland.png | Bin 196 -> 0 bytes .../geography/norway_counties/sogn-og-fjordane.png | Bin 208 -> 0 bytes boards/geography/norway_counties/sor-trondelag.png | Bin 253 -> 0 bytes .../geography/norway_counties/target_akershus.png | Bin 124 -> 0 bytes .../norway_counties/target_aust-agder.png | Bin 131 -> 0 bytes .../geography/norway_counties/target_buskerud.png | Bin 130 -> 0 bytes .../geography/norway_counties/target_finnmark.png | Bin 143 -> 0 bytes .../geography/norway_counties/target_hedmark.png | Bin 134 -> 0 bytes .../geography/norway_counties/target_hordaland.png | Bin 128 -> 0 bytes .../norway_counties/target_more-og-romsdal.png | Bin 133 -> 0 bytes .../norway_counties/target_nord-trondelag.png | Bin 132 -> 0 bytes .../geography/norway_counties/target_nordland.png | Bin 148 -> 0 bytes .../geography/norway_counties/target_oppland.png | Bin 133 -> 0 bytes boards/geography/norway_counties/target_oslo.png | Bin 126 -> 0 bytes .../geography/norway_counties/target_ostfold.png | Bin 126 -> 0 bytes .../geography/norway_counties/target_rogaland.png | Bin 130 -> 0 bytes .../norway_counties/target_sogn-og-fjordane.png | Bin 133 -> 0 bytes .../norway_counties/target_sor-trondelag.png | Bin 133 -> 0 bytes .../geography/norway_counties/target_telemark.png | Bin 130 -> 0 bytes boards/geography/norway_counties/target_troms.png | Bin 136 -> 0 bytes .../norway_counties/target_vest-agder.png | Bin 129 -> 0 bytes .../geography/norway_counties/target_vestfold.png | Bin 128 -> 0 bytes boards/geography/norway_counties/telemark.png | Bin 192 -> 0 bytes boards/geography/norway_counties/troms.png | Bin 248 -> 0 bytes boards/geography/norway_counties/vest-agder.png | Bin 172 -> 0 bytes boards/geography/norway_counties/vestfold.png | Bin 137 -> 0 bytes .../geography/poland_voivodship/dolnoslaskie.png | Bin 3457 -> 0 bytes .../poland_voivodship/kujawsko-pomorskie.png | Bin 2545 -> 0 bytes boards/geography/poland_voivodship/lodzkie.png | Bin 2858 -> 0 bytes boards/geography/poland_voivodship/lubelskie.png | Bin 3400 -> 0 bytes boards/geography/poland_voivodship/lubuskie.png | Bin 2719 -> 0 bytes boards/geography/poland_voivodship/malopolskie.png | Bin 2638 -> 0 bytes boards/geography/poland_voivodship/mazowieckie.png | Bin 4763 -> 0 bytes boards/geography/poland_voivodship/opolskie.png | Bin 1985 -> 0 bytes .../geography/poland_voivodship/podkarpackie.png | Bin 2855 -> 0 bytes boards/geography/poland_voivodship/podlaskie.png | Bin 2907 -> 0 bytes boards/geography/poland_voivodship/poland.png | Bin 4405 -> 0 bytes boards/geography/poland_voivodship/pomorskie.png | Bin 2981 -> 0 bytes boards/geography/poland_voivodship/slaskie.png | Bin 2735 -> 0 bytes .../geography/poland_voivodship/swietokrzyskie.png | Bin 1977 -> 0 bytes .../poland_voivodship/warminsko-mazurskie.png | Bin 2628 -> 0 bytes .../geography/poland_voivodship/wielkopolskie.png | Bin 4686 -> 0 bytes .../poland_voivodship/zachodnio-pomorskie.png | Bin 3190 -> 0 bytes boards/geography/turkey_district/adana.png | Bin 597 -> 0 bytes boards/geography/turkey_district/adiyaman.png | Bin 364 -> 0 bytes boards/geography/turkey_district/afyon.png | Bin 514 -> 0 bytes boards/geography/turkey_district/agri.png | Bin 389 -> 0 bytes boards/geography/turkey_district/aksaray.png | Bin 365 -> 0 bytes boards/geography/turkey_district/amasya.png | Bin 335 -> 0 bytes boards/geography/turkey_district/ankara.png | Bin 827 -> 0 bytes boards/geography/turkey_district/antalya.png | Bin 662 -> 0 bytes boards/geography/turkey_district/ardahan.png | Bin 305 -> 0 bytes boards/geography/turkey_district/artvin.png | Bin 368 -> 0 bytes boards/geography/turkey_district/aydin.png | Bin 343 -> 0 bytes boards/geography/turkey_district/balikesir.png | Bin 579 -> 0 bytes boards/geography/turkey_district/bartin.png | Bin 224 -> 0 bytes boards/geography/turkey_district/batman.png | Bin 323 -> 0 bytes boards/geography/turkey_district/bayburt.png | Bin 288 -> 0 bytes boards/geography/turkey_district/bilecik.png | Bin 282 -> 0 bytes boards/geography/turkey_district/bingol.png | Bin 353 -> 0 bytes boards/geography/turkey_district/bitlis.png | Bin 401 -> 0 bytes boards/geography/turkey_district/bolu.png | Bin 354 -> 0 bytes boards/geography/turkey_district/burdur.png | Bin 317 -> 0 bytes boards/geography/turkey_district/bursa.png | Bin 396 -> 0 bytes boards/geography/turkey_district/canakkale.png | Bin 517 -> 0 bytes boards/geography/turkey_district/cankiri.png | Bin 339 -> 0 bytes boards/geography/turkey_district/corum.png | Bin 466 -> 0 bytes boards/geography/turkey_district/denizli.png | Bin 514 -> 0 bytes boards/geography/turkey_district/diyarbakir.png | Bin 452 -> 0 bytes boards/geography/turkey_district/duzce.png | Bin 184 -> 0 bytes boards/geography/turkey_district/edirne.png | Bin 420 -> 0 bytes boards/geography/turkey_district/elazig.png | Bin 394 -> 0 bytes boards/geography/turkey_district/erzincan.png | Bin 414 -> 0 bytes boards/geography/turkey_district/erzurum.png | Bin 625 -> 0 bytes boards/geography/turkey_district/eskisehir.png | Bin 469 -> 0 bytes boards/geography/turkey_district/gaziantep.png | Bin 401 -> 0 bytes boards/geography/turkey_district/giresun.png | Bin 356 -> 0 bytes boards/geography/turkey_district/gumushane.png | Bin 347 -> 0 bytes boards/geography/turkey_district/hakkari.png | Bin 409 -> 0 bytes boards/geography/turkey_district/hatay.png | Bin 348 -> 0 bytes boards/geography/turkey_district/igdir.png | Bin 292 -> 0 bytes boards/geography/turkey_district/isparta.png | Bin 378 -> 0 bytes boards/geography/turkey_district/istanbul.png | Bin 446 -> 0 bytes boards/geography/turkey_district/izmir.png | Bin 635 -> 0 bytes boards/geography/turkey_district/kahramanmaras.png | Bin 420 -> 0 bytes boards/geography/turkey_district/karabuk.png | Bin 426 -> 0 bytes boards/geography/turkey_district/karaman.png | Bin 389 -> 0 bytes boards/geography/turkey_district/kars.png | Bin 363 -> 0 bytes boards/geography/turkey_district/kastamonu.png | Bin 425 -> 0 bytes boards/geography/turkey_district/kayseri.png | Bin 566 -> 0 bytes boards/geography/turkey_district/kilis.png | Bin 195 -> 0 bytes boards/geography/turkey_district/kirikkale.png | Bin 263 -> 0 bytes boards/geography/turkey_district/kirklareli.png | Bin 340 -> 0 bytes boards/geography/turkey_district/kirsehir.png | Bin 365 -> 0 bytes boards/geography/turkey_district/kocaeli.png | Bin 324 -> 0 bytes boards/geography/turkey_district/konya.png | Bin 936 -> 0 bytes boards/geography/turkey_district/kutahya.png | Bin 431 -> 0 bytes boards/geography/turkey_district/malatya.png | Bin 447 -> 0 bytes boards/geography/turkey_district/manisa.png | Bin 452 -> 0 bytes boards/geography/turkey_district/mardin.png | Bin 364 -> 0 bytes boards/geography/turkey_district/mersin.png | Bin 583 -> 0 bytes boards/geography/turkey_district/mugla.png | Bin 619 -> 0 bytes boards/geography/turkey_district/mus.png | Bin 380 -> 0 bytes boards/geography/turkey_district/nevsehir.png | Bin 330 -> 0 bytes boards/geography/turkey_district/nigde.png | Bin 350 -> 0 bytes boards/geography/turkey_district/ordu.png | Bin 362 -> 0 bytes boards/geography/turkey_district/osmaniye.png | Bin 238 -> 0 bytes boards/geography/turkey_district/rize.png | Bin 275 -> 0 bytes boards/geography/turkey_district/sakarya.png | Bin 307 -> 0 bytes boards/geography/turkey_district/samsun.png | Bin 478 -> 0 bytes boards/geography/turkey_district/sanliurfa.png | Bin 487 -> 0 bytes boards/geography/turkey_district/siirt.png | Bin 275 -> 0 bytes boards/geography/turkey_district/sinop.png | Bin 326 -> 0 bytes boards/geography/turkey_district/sirnak.png | Bin 337 -> 0 bytes boards/geography/turkey_district/sivas.png | Bin 609 -> 0 bytes boards/geography/turkey_district/tekirdag.png | Bin 319 -> 0 bytes boards/geography/turkey_district/tokat.png | Bin 359 -> 0 bytes boards/geography/turkey_district/trabzon.png | Bin 274 -> 0 bytes boards/geography/turkey_district/tunceli.png | Bin 322 -> 0 bytes boards/geography/turkey_district/turkey-east.png | Bin 51131 -> 0 bytes boards/geography/turkey_district/turkey-west.png | Bin 77622 -> 0 bytes boards/geography/turkey_district/turkey.png | Bin 117415 -> 0 bytes boards/geography/turkey_district/usak.png | Bin 265 -> 0 bytes boards/geography/turkey_district/van.png | Bin 599 -> 0 bytes boards/geography/turkey_district/yalova.png | Bin 130 -> 0 bytes boards/geography/turkey_district/yozgat.png | Bin 448 -> 0 bytes boards/geography/turkey_district/zonguldak.png | Bin 252 -> 0 bytes boards/geography_country/Makefile.am | 26 ++ boards/geography_country/argentina/argentina.png | Bin 0 -> 129489 bytes .../geography_country/argentina/buenos_aires.png | Bin 0 -> 730 bytes boards/geography_country/argentina/catamarca.png | Bin 0 -> 642 bytes boards/geography_country/argentina/chaco.png | Bin 0 -> 452 bytes boards/geography_country/argentina/chubut.png | Bin 0 -> 523 bytes boards/geography_country/argentina/cordoba.png | Bin 0 -> 428 bytes boards/geography_country/argentina/corrientes.png | Bin 0 -> 443 bytes boards/geography_country/argentina/entre_rios.png | Bin 0 -> 395 bytes boards/geography_country/argentina/formosa.png | Bin 0 -> 626 bytes boards/geography_country/argentina/jujuy.png | Bin 0 -> 4113 bytes boards/geography_country/argentina/la_pampa.png | Bin 0 -> 382 bytes boards/geography_country/argentina/la_rioja.png | Bin 0 -> 440 bytes boards/geography_country/argentina/mendoza.png | Bin 0 -> 464 bytes boards/geography_country/argentina/misiones.png | Bin 0 -> 394 bytes boards/geography_country/argentina/neuquen.png | Bin 0 -> 456 bytes boards/geography_country/argentina/rio_negro.png | Bin 0 -> 578 bytes boards/geography_country/argentina/salta.png | Bin 0 -> 673 bytes boards/geography_country/argentina/san_juan.png | Bin 0 -> 430 bytes boards/geography_country/argentina/san_luis.png | Bin 0 -> 290 bytes boards/geography_country/argentina/santa_cruz.png | Bin 0 -> 654 bytes boards/geography_country/argentina/santa_fe.png | Bin 0 -> 480 bytes .../argentina/santiago_del_estero.png | Bin 0 -> 368 bytes .../argentina/tierra_del_fuego.png | Bin 0 -> 441 bytes boards/geography_country/argentina/tucuman.png | Bin 0 -> 306 bytes boards/geography_country/board1_0.xml.in | 75 +++++ boards/geography_country/board2_0.xml.in | 23 ++ boards/geography_country/board3_0.xml.in | 122 +++++++ boards/geography_country/board4_0.xml.in | 89 ++++++ boards/geography_country/board5_0.xml.in | 203 ++++++++++++ boards/geography_country/board5_1.xml.in | 151 +++++++++ boards/geography_country/board5_2.xml.in | 335 ++++++++++++++++++++ boards/geography_country/board6_0.xml.in | 26 ++ boards/geography_country/france_region/alsace.png | Bin 0 -> 1049 bytes .../geography_country/france_region/aquitaine.png | Bin 0 -> 2568 bytes .../geography_country/france_region/auvergne.png | Bin 0 -> 1783 bytes .../france_region/basse-normandie.png | Bin 0 -> 1595 bytes .../geography_country/france_region/bourgogne.png | Bin 0 -> 1639 bytes .../geography_country/france_region/bretagne.png | Bin 0 -> 1916 bytes boards/geography_country/france_region/centre.png | Bin 0 -> 2030 bytes .../france_region/champagne-ardenne.png | Bin 0 -> 2027 bytes boards/geography_country/france_region/corse.png | Bin 0 -> 942 bytes .../france_region/france-regions.png | Bin 0 -> 26934 bytes .../france_region/franche-conte.png | Bin 0 -> 1209 bytes .../france_region/haute-normandie.png | Bin 0 -> 1047 bytes .../france_region/ile-de-france.png | Bin 0 -> 1009 bytes .../france_region/languedoc-roussillon.png | Bin 0 -> 2329 bytes .../geography_country/france_region/limousin.png | Bin 0 -> 1165 bytes .../geography_country/france_region/lorraine.png | Bin 0 -> 1525 bytes .../france_region/midi-pyrenees.png | Bin 0 -> 2316 bytes .../france_region/nord-pas-de-calais.png | Bin 0 -> 997 bytes .../france_region/pays-de-la-loire.png | Bin 0 -> 2195 bytes .../geography_country/france_region/picardie.png | Bin 0 -> 1413 bytes .../france_region/poitou-charentes.png | Bin 0 -> 1838 bytes .../france_region/provence-alpes-cote_d_azur.png | Bin 0 -> 2453 bytes .../france_region/rhone-alpes.png | Bin 0 -> 2166 bytes boards/geography_country/germany_region/back.png | Bin 0 -> 17285 bytes .../germany_region/baden-wuerttemberg.png | Bin 0 -> 5452 bytes boards/geography_country/germany_region/bayern.png | Bin 0 -> 7173 bytes boards/geography_country/germany_region/berlin.png | Bin 0 -> 871 bytes .../germany_region/brandenburg.png | Bin 0 -> 5458 bytes boards/geography_country/germany_region/bremen.png | Bin 0 -> 1028 bytes .../geography_country/germany_region/hamburg.png | Bin 0 -> 1159 bytes boards/geography_country/germany_region/hessen.png | Bin 0 -> 3989 bytes .../germany_region/mecklenburg-vorpommern.png | Bin 0 -> 7179 bytes .../germany_region/niedersachsen.png | Bin 0 -> 7213 bytes .../germany_region/nordrhein-westfalen.png | Bin 0 -> 6784 bytes .../germany_region/rheinland-pfalz.png | Bin 0 -> 4850 bytes .../geography_country/germany_region/saarland.png | Bin 0 -> 2020 bytes .../germany_region/sachsen-anhalt.png | Bin 0 -> 4881 bytes .../geography_country/germany_region/sachsen.png | Bin 0 -> 4070 bytes .../germany_region/schleswig_holstein.png | Bin 0 -> 5813 bytes .../germany_region/target_baden-wuerttemberg.png | Bin 0 -> 157 bytes .../germany_region/target_bayern.png | Bin 0 -> 162 bytes .../germany_region/target_berlin.png | Bin 0 -> 129 bytes .../germany_region/target_brandenburg.png | Bin 0 -> 156 bytes .../germany_region/target_bremen.png | Bin 0 -> 131 bytes .../germany_region/target_hamburg.png | Bin 0 -> 131 bytes .../germany_region/target_hessen.png | Bin 0 -> 153 bytes .../target_mecklenburg-vorpommern.png | Bin 0 -> 153 bytes .../germany_region/target_niedersachsen.png | Bin 0 -> 161 bytes .../germany_region/target_nordrhein-westfalen.png | Bin 0 -> 158 bytes .../germany_region/target_rheinland-pfalz.png | Bin 0 -> 148 bytes .../germany_region/target_saarland.png | Bin 0 -> 129 bytes .../germany_region/target_sachsen-anhalt.png | Bin 0 -> 149 bytes .../germany_region/target_sachsen.png | Bin 0 -> 147 bytes .../germany_region/target_schleswig_holstein.png | Bin 0 -> 150 bytes .../germany_region/target_thueringen.png | Bin 0 -> 145 bytes .../germany_region/thueringen.png | Bin 0 -> 3661 bytes .../geography_country/norway_counties/akershus.png | Bin 0 -> 160 bytes .../norway_counties/aust-agder.png | Bin 0 -> 204 bytes .../geography_country/norway_counties/buskerud.png | Bin 0 -> 209 bytes .../geography_country/norway_counties/finnmark.png | Bin 0 -> 423 bytes .../geography_country/norway_counties/hedmark.png | Bin 0 -> 246 bytes .../norway_counties/hordaland.png | Bin 0 -> 203 bytes .../norway_counties/more-og-romsdal.png | Bin 0 -> 217 bytes .../norway_counties/nord-trondelag.png | Bin 0 -> 235 bytes .../geography_country/norway_counties/nordland.png | Bin 0 -> 364 bytes .../geography_country/norway_counties/norway.png | Bin 0 -> 3108 bytes .../geography_country/norway_counties/oppland.png | Bin 0 -> 236 bytes boards/geography_country/norway_counties/oslo.png | Bin 0 -> 143 bytes .../geography_country/norway_counties/ostfold.png | Bin 0 -> 131 bytes .../geography_country/norway_counties/rogaland.png | Bin 0 -> 196 bytes .../norway_counties/sogn-og-fjordane.png | Bin 0 -> 208 bytes .../norway_counties/sor-trondelag.png | Bin 0 -> 253 bytes .../norway_counties/target_akershus.png | Bin 0 -> 124 bytes .../norway_counties/target_aust-agder.png | Bin 0 -> 131 bytes .../norway_counties/target_buskerud.png | Bin 0 -> 130 bytes .../norway_counties/target_finnmark.png | Bin 0 -> 143 bytes .../norway_counties/target_hedmark.png | Bin 0 -> 134 bytes .../norway_counties/target_hordaland.png | Bin 0 -> 128 bytes .../norway_counties/target_more-og-romsdal.png | Bin 0 -> 133 bytes .../norway_counties/target_nord-trondelag.png | Bin 0 -> 132 bytes .../norway_counties/target_nordland.png | Bin 0 -> 148 bytes .../norway_counties/target_oppland.png | Bin 0 -> 133 bytes .../norway_counties/target_oslo.png | Bin 0 -> 126 bytes .../norway_counties/target_ostfold.png | Bin 0 -> 126 bytes .../norway_counties/target_rogaland.png | Bin 0 -> 130 bytes .../norway_counties/target_sogn-og-fjordane.png | Bin 0 -> 133 bytes .../norway_counties/target_sor-trondelag.png | Bin 0 -> 133 bytes .../norway_counties/target_telemark.png | Bin 0 -> 130 bytes .../norway_counties/target_troms.png | Bin 0 -> 136 bytes .../norway_counties/target_vest-agder.png | Bin 0 -> 129 bytes .../norway_counties/target_vestfold.png | Bin 0 -> 128 bytes .../geography_country/norway_counties/telemark.png | Bin 0 -> 192 bytes boards/geography_country/norway_counties/troms.png | Bin 0 -> 248 bytes .../norway_counties/vest-agder.png | Bin 0 -> 172 bytes .../geography_country/norway_counties/vestfold.png | Bin 0 -> 137 bytes .../poland_voivodship/dolnoslaskie.png | Bin 0 -> 3457 bytes .../poland_voivodship/kujawsko-pomorskie.png | Bin 0 -> 2545 bytes .../poland_voivodship/lodzkie.png | Bin 0 -> 2858 bytes .../poland_voivodship/lubelskie.png | Bin 0 -> 3400 bytes .../poland_voivodship/lubuskie.png | Bin 0 -> 2719 bytes .../poland_voivodship/malopolskie.png | Bin 0 -> 2638 bytes .../poland_voivodship/mazowieckie.png | Bin 0 -> 4763 bytes .../poland_voivodship/opolskie.png | Bin 0 -> 1985 bytes .../poland_voivodship/podkarpackie.png | Bin 0 -> 2855 bytes .../poland_voivodship/podlaskie.png | Bin 0 -> 2907 bytes .../geography_country/poland_voivodship/poland.png | Bin 0 -> 4405 bytes .../poland_voivodship/pomorskie.png | Bin 0 -> 2981 bytes .../poland_voivodship/slaskie.png | Bin 0 -> 2735 bytes .../poland_voivodship/swietokrzyskie.png | Bin 0 -> 1977 bytes .../poland_voivodship/warminsko-mazurskie.png | Bin 0 -> 2628 bytes .../poland_voivodship/wielkopolskie.png | Bin 0 -> 4686 bytes .../poland_voivodship/zachodnio-pomorskie.png | Bin 0 -> 3190 bytes boards/geography_country/turkey_district/adana.png | Bin 0 -> 597 bytes .../geography_country/turkey_district/adiyaman.png | Bin 0 -> 364 bytes boards/geography_country/turkey_district/afyon.png | Bin 0 -> 514 bytes boards/geography_country/turkey_district/agri.png | Bin 0 -> 389 bytes .../geography_country/turkey_district/aksaray.png | Bin 0 -> 365 bytes .../geography_country/turkey_district/amasya.png | Bin 0 -> 335 bytes .../geography_country/turkey_district/ankara.png | Bin 0 -> 827 bytes .../geography_country/turkey_district/antalya.png | Bin 0 -> 662 bytes .../geography_country/turkey_district/ardahan.png | Bin 0 -> 305 bytes .../geography_country/turkey_district/artvin.png | Bin 0 -> 368 bytes boards/geography_country/turkey_district/aydin.png | Bin 0 -> 343 bytes .../turkey_district/balikesir.png | Bin 0 -> 579 bytes .../geography_country/turkey_district/bartin.png | Bin 0 -> 224 bytes .../geography_country/turkey_district/batman.png | Bin 0 -> 323 bytes .../geography_country/turkey_district/bayburt.png | Bin 0 -> 288 bytes .../geography_country/turkey_district/bilecik.png | Bin 0 -> 282 bytes .../geography_country/turkey_district/bingol.png | Bin 0 -> 353 bytes .../geography_country/turkey_district/bitlis.png | Bin 0 -> 401 bytes boards/geography_country/turkey_district/bolu.png | Bin 0 -> 354 bytes .../geography_country/turkey_district/burdur.png | Bin 0 -> 317 bytes boards/geography_country/turkey_district/bursa.png | Bin 0 -> 396 bytes .../turkey_district/canakkale.png | Bin 0 -> 517 bytes .../geography_country/turkey_district/cankiri.png | Bin 0 -> 339 bytes boards/geography_country/turkey_district/corum.png | Bin 0 -> 466 bytes .../geography_country/turkey_district/denizli.png | Bin 0 -> 514 bytes .../turkey_district/diyarbakir.png | Bin 0 -> 452 bytes boards/geography_country/turkey_district/duzce.png | Bin 0 -> 184 bytes .../geography_country/turkey_district/edirne.png | Bin 0 -> 420 bytes .../geography_country/turkey_district/elazig.png | Bin 0 -> 394 bytes .../geography_country/turkey_district/erzincan.png | Bin 0 -> 414 bytes .../geography_country/turkey_district/erzurum.png | Bin 0 -> 625 bytes .../turkey_district/eskisehir.png | Bin 0 -> 469 bytes .../turkey_district/gaziantep.png | Bin 0 -> 401 bytes .../geography_country/turkey_district/giresun.png | Bin 0 -> 356 bytes .../turkey_district/gumushane.png | Bin 0 -> 347 bytes .../geography_country/turkey_district/hakkari.png | Bin 0 -> 409 bytes boards/geography_country/turkey_district/hatay.png | Bin 0 -> 348 bytes boards/geography_country/turkey_district/igdir.png | Bin 0 -> 292 bytes .../geography_country/turkey_district/isparta.png | Bin 0 -> 378 bytes .../geography_country/turkey_district/istanbul.png | Bin 0 -> 446 bytes boards/geography_country/turkey_district/izmir.png | Bin 0 -> 635 bytes .../turkey_district/kahramanmaras.png | Bin 0 -> 420 bytes .../geography_country/turkey_district/karabuk.png | Bin 0 -> 426 bytes .../geography_country/turkey_district/karaman.png | Bin 0 -> 389 bytes boards/geography_country/turkey_district/kars.png | Bin 0 -> 363 bytes .../turkey_district/kastamonu.png | Bin 0 -> 425 bytes .../geography_country/turkey_district/kayseri.png | Bin 0 -> 566 bytes boards/geography_country/turkey_district/kilis.png | Bin 0 -> 195 bytes .../turkey_district/kirikkale.png | Bin 0 -> 263 bytes .../turkey_district/kirklareli.png | Bin 0 -> 340 bytes .../geography_country/turkey_district/kirsehir.png | Bin 0 -> 365 bytes .../geography_country/turkey_district/kocaeli.png | Bin 0 -> 324 bytes boards/geography_country/turkey_district/konya.png | Bin 0 -> 936 bytes .../geography_country/turkey_district/kutahya.png | Bin 0 -> 431 bytes .../geography_country/turkey_district/malatya.png | Bin 0 -> 447 bytes .../geography_country/turkey_district/manisa.png | Bin 0 -> 452 bytes .../geography_country/turkey_district/mardin.png | Bin 0 -> 364 bytes .../geography_country/turkey_district/mersin.png | Bin 0 -> 583 bytes boards/geography_country/turkey_district/mugla.png | Bin 0 -> 619 bytes boards/geography_country/turkey_district/mus.png | Bin 0 -> 380 bytes .../geography_country/turkey_district/nevsehir.png | Bin 0 -> 330 bytes boards/geography_country/turkey_district/nigde.png | Bin 0 -> 350 bytes boards/geography_country/turkey_district/ordu.png | Bin 0 -> 362 bytes .../geography_country/turkey_district/osmaniye.png | Bin 0 -> 238 bytes boards/geography_country/turkey_district/rize.png | Bin 0 -> 275 bytes .../geography_country/turkey_district/sakarya.png | Bin 0 -> 307 bytes .../geography_country/turkey_district/samsun.png | Bin 0 -> 478 bytes .../turkey_district/sanliurfa.png | Bin 0 -> 487 bytes boards/geography_country/turkey_district/siirt.png | Bin 0 -> 275 bytes boards/geography_country/turkey_district/sinop.png | Bin 0 -> 326 bytes .../geography_country/turkey_district/sirnak.png | Bin 0 -> 337 bytes boards/geography_country/turkey_district/sivas.png | Bin 0 -> 609 bytes .../geography_country/turkey_district/tekirdag.png | Bin 0 -> 319 bytes boards/geography_country/turkey_district/tokat.png | Bin 0 -> 359 bytes .../geography_country/turkey_district/trabzon.png | Bin 0 -> 274 bytes .../geography_country/turkey_district/tunceli.png | Bin 0 -> 322 bytes .../turkey_district/turkey-east.png | Bin 0 -> 51131 bytes .../turkey_district/turkey-west.png | Bin 0 -> 77622 bytes .../geography_country/turkey_district/turkey.png | Bin 0 -> 117415 bytes boards/geography_country/turkey_district/usak.png | Bin 0 -> 265 bytes boards/geography_country/turkey_district/van.png | Bin 0 -> 599 bytes .../geography_country/turkey_district/yalova.png | Bin 0 -> 130 bytes .../geography_country/turkey_district/yozgat.png | Bin 0 -> 448 bytes .../turkey_district/zonguldak.png | Bin 0 -> 252 bytes boards/menu.xml.in | 1 - boards/scalesboard.xml.in | 2 +- configure.in | 5 +- po/POTFILES.in | 9 +- src/boards/scale.c | 6 +- src/boards/shapegame.c | 1 - src/gcompris/gcompris.c | 3 + 469 files changed, 1106 insertions(+), 1050 deletions(-) commit 5ba818bd1a670db31e0c701bebca3bc92e3b4aae Author: Yves Combe Date: Tue Mar 13 20:49:16 2007 +0000 Import ScriptExec source for OSX bundle. svn path=/trunk/; revision=2512 ChangeLog | 12 ++ Makefile.am | 5 + configure.in | 9 +- macosx/Makefile.am | 6 + macosx/main.c | 464 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 494 insertions(+), 2 deletions(-) commit 657dfa7823b4c86e8395eae5c0f219404ee1d97d Author: Bruno Coudoin Date: Tue Mar 13 00:00:16 2007 +0000 no more need to hit Enter. now display the text all the time, even if * 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 ChangeLog | 11 ++++ boards/geography/Makefile.am | 3 +- boards/geography/board10_0.xml.in | 26 ++++++++++ boards/geography/norway_counties/akershus.png | Bin 0 -> 160 bytes boards/geography/norway_counties/aust-agder.png | Bin 0 -> 204 bytes boards/geography/norway_counties/buskerud.png | Bin 0 -> 209 bytes boards/geography/norway_counties/finnmark.png | Bin 0 -> 423 bytes boards/geography/norway_counties/hedmark.png | Bin 0 -> 246 bytes boards/geography/norway_counties/hordaland.png | Bin 0 -> 203 bytes .../geography/norway_counties/more-og-romsdal.png | Bin 0 -> 217 bytes .../geography/norway_counties/nord-trondelag.png | Bin 0 -> 235 bytes boards/geography/norway_counties/nordland.png | Bin 0 -> 364 bytes boards/geography/norway_counties/norway.png | Bin 0 -> 3108 bytes boards/geography/norway_counties/oppland.png | Bin 0 -> 236 bytes boards/geography/norway_counties/oslo.png | Bin 0 -> 143 bytes boards/geography/norway_counties/ostfold.png | Bin 0 -> 131 bytes boards/geography/norway_counties/rogaland.png | Bin 0 -> 196 bytes .../geography/norway_counties/sogn-og-fjordane.png | Bin 0 -> 208 bytes boards/geography/norway_counties/sor-trondelag.png | Bin 0 -> 253 bytes .../geography/norway_counties/target_akershus.png | Bin 0 -> 124 bytes .../norway_counties/target_aust-agder.png | Bin 0 -> 131 bytes .../geography/norway_counties/target_buskerud.png | Bin 0 -> 130 bytes .../geography/norway_counties/target_finnmark.png | Bin 0 -> 143 bytes .../geography/norway_counties/target_hedmark.png | Bin 0 -> 134 bytes .../geography/norway_counties/target_hordaland.png | Bin 0 -> 128 bytes .../norway_counties/target_more-og-romsdal.png | Bin 0 -> 133 bytes .../norway_counties/target_nord-trondelag.png | Bin 0 -> 132 bytes .../geography/norway_counties/target_nordland.png | Bin 0 -> 148 bytes .../geography/norway_counties/target_oppland.png | Bin 0 -> 133 bytes boards/geography/norway_counties/target_oslo.png | Bin 0 -> 126 bytes .../geography/norway_counties/target_ostfold.png | Bin 0 -> 126 bytes .../geography/norway_counties/target_rogaland.png | Bin 0 -> 130 bytes .../norway_counties/target_sogn-og-fjordane.png | Bin 0 -> 133 bytes .../norway_counties/target_sor-trondelag.png | Bin 0 -> 133 bytes .../geography/norway_counties/target_telemark.png | Bin 0 -> 130 bytes boards/geography/norway_counties/target_troms.png | Bin 0 -> 136 bytes .../norway_counties/target_vest-agder.png | Bin 0 -> 129 bytes .../geography/norway_counties/target_vestfold.png | Bin 0 -> 128 bytes boards/geography/norway_counties/telemark.png | Bin 0 -> 192 bytes boards/geography/norway_counties/troms.png | Bin 0 -> 248 bytes boards/geography/norway_counties/vest-agder.png | Bin 0 -> 172 bytes boards/geography/norway_counties/vestfold.png | Bin 0 -> 137 bytes src/boards/algebra_guesscount.c | 17 ++++--- src/boards/colors.c | 51 +++++++++---------- 44 files changed, 72 insertions(+), 36 deletions(-) commit dd8d5e292e3934bbe326ff9556f51406ad17d0b3 Author: Bruno Coudoin Date: Mon Mar 12 22:39:13 2007 +0000 Fixed translation issue * boards/chronos/board4_0.xml.in: * boards/hanoi.xml.in: * boards/paintings/board3_0.xml.in: Fixed for windows compilation: * config.h.mingw.in: * src/boards/Makefile.mingw: * src/gcompris/Makefile.mingw: * src/gcompris/board.c: (gc_board_init): * src/gcompris/help.c: (gc_help_has_board): * src/gcompris/log.c: (gc_log_start): Added missing .h and mypaint.py * src/boards/mypaint/Makefile.am: svn path=/trunk/; revision=2510 ChangeLog | 25 ++++++++++++++++++++++--- boards/chronos/board4_0.xml.in | 2 +- boards/hanoi.xml.in | 7 +++---- boards/paintings/board3_0.xml.in | 2 +- config.h.mingw.in | 6 ++++++ src/boards/Makefile.mingw | 1 + src/boards/mypaint/Makefile.am | 17 +++++++++++------ src/gcompris/Makefile.mingw | 2 +- src/gcompris/board.c | 10 ++++++++-- src/gcompris/gcompris.c | 6 +----- src/gcompris/help.c | 2 ++ src/gcompris/log.c | 15 +-------------- 12 files changed, 58 insertions(+), 37 deletions(-) commit 82401853e03f7f2cb2ddfdf8467415400abe7e59 Author: David Lodge Date: Mon Mar 12 22:18:20 2007 +0000 Updated en_GB translation svn path=/trunk/; revision=2509 po/ChangeLog | 4 ++ po/en_GB.po | 127 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 71 insertions(+), 60 deletions(-) commit f301ae54720b64a64bc957d287c4417077805996 Author: Yves Combe Date: Mon Mar 12 22:09:34 2007 +0000 fix non OSX compilation error svn path=/trunk/; revision=2508 ChangeLog | 8 +++ configure.in | 2 + src/boards/mypaint/brush.py | 3 +- src/boards/mypaint/mypaint.py | 119 +++++++++++++++++++++++++++++++++++++++-- 4 files changed, 127 insertions(+), 5 deletions(-) commit fde8c26ffbfbb67c3d3658ec702814ab26edd4fe Author: Yves Combe Date: Mon Mar 12 14:33:11 2007 +0000 first work on OSX support. svn path=/trunk/; revision=2507 ChangeLog | 32 ++++++ acinclude.m4 | 175 ++++++++++++++++++++++++++++++ configure.in | 59 ++++++++--- src/boards/chess.c | 22 +++-- src/boards/mypaint/mydrawwidget.override | 1 + src/boards/py-gcompris-board.c | 1 + src/boards/py-gcompris-class.c | 1 + src/boards/py-gcompris-group.c | 1 + src/boards/py-gcompris-profile.c | 1 + src/boards/py-gcompris-properties.c | 1 + src/boards/py-gcompris-user.c | 1 + src/boards/py-gcompris-wordlist.c | 1 + src/boards/py-mod-admin.c | 1 + src/boards/py-mod-anim.c | 1 + src/boards/py-mod-bonus.c | 1 + src/boards/py-mod-gcompris.c | 1 + src/boards/py-mod-score.c | 1 + src/boards/py-mod-skin.c | 1 + src/boards/py-mod-sound.c | 1 + src/boards/py-mod-timer.c | 1 + src/boards/py-mod-utils.c | 1 + src/boards/python.c | 1 + src/boards/python/electric.py | 3 +- src/gcompris/Makefile.am | 10 +- src/gcompris/binreloc.c | 3 +- src/gcompris/gcompris.c | 10 ++ src/gcompris/sdlplayer.c | 12 ++- 27 files changed, 316 insertions(+), 28 deletions(-) commit 62eefaa8d1243497be8b26726d013977541b95c0 Author: Bruno Coudoin Date: Sun Mar 11 18:37:20 2007 +0000 Minor, changed the name of the remove button in reset. svn path=/trunk/; revision=2506 src/boards/python/admin/log_list.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit c4cfaaea8656b2ed8835891e6663d08ed4579838 Author: Bruno Coudoin Date: Sun Mar 11 14:42:07 2007 +0000 *** RELEASE 8.3BETA1 *** * boards/menu.xml.in: Fixed help * src/boards/python/admin/log_list.py: Fixed button Reset name * src/boards/python/admin/module.py: removed a debug print * src/boards/python/pythontest.py: changed colors Reverted to original sound from Jose that sounds better. * boards/sounds/melody/guitar/son1.ogg * boards/sounds/melody/guitar/son2.ogg * boards/sounds/melody/guitar/son3.ogg * boards/sounds/melody/guitar/son4.ogg * boards/sounds/melody/xylofon/son1.ogg * boards/sounds/melody/xylofon/son2.ogg * boards/sounds/melody/xylofon/son3.ogg * boards/sounds/melody/xylofon/son4.ogg svn path=/trunk/; revision=2505 ChangeLog | 35 +++++++++++++++++++------------- boards/menu.xml.in | 7 +++-- boards/sounds/melody/guitar/son1.ogg | Bin 14576 -> 4640 bytes boards/sounds/melody/guitar/son2.ogg | Bin 11249 -> 4628 bytes boards/sounds/melody/guitar/son3.ogg | Bin 10465 -> 4631 bytes boards/sounds/melody/guitar/son4.ogg | Bin 7168 -> 4649 bytes boards/sounds/melody/xylofon/son1.ogg | Bin 50654 -> 4910 bytes boards/sounds/melody/xylofon/son2.ogg | Bin 50979 -> 6235 bytes boards/sounds/melody/xylofon/son3.ogg | Bin 53949 -> 5958 bytes boards/sounds/melody/xylofon/son4.ogg | Bin 50580 -> 6388 bytes src/boards/python/admin/log_list.py | 2 +- src/boards/python/admin/module.py | 4 --- src/boards/python/pythontest.py | 16 +++++++------- 13 files changed, 34 insertions(+), 30 deletions(-) commit 22a4fbb5208d7fdbf254666f53950da030449ec2 Author: David Lodge Date: Sat Mar 10 16:34:47 2007 +0000 Updated en_GB translation svn path=/trunk/; revision=2504 po/ChangeLog | 4 + po/en_GB.po | 369 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 224 insertions(+), 149 deletions(-) commit 283348c6905024fcb8b26a1a397f60caa448ad00 Author: Bruno Coudoin Date: Fri Mar 9 00:11:43 2007 +0000 - Implemented the --nobackimg option. With it all background images that are not mandatory to play an activity are not displayed. All images in boards/opt are skipped if loaded with the set_background() API and the --nobackimg is set. svn path=/trunk/; revision=2503 ChangeLog | 78 ++++++++++++++++++++ .../algebra_guesscount/algebra_guesscount-bg.jpg | Bin 11326 -> 0 bytes boards/chronos/bg.jpg | Bin 42707 -> 0 bytes boards/chronos/space/bg.jpg | Bin 0 -> 42707 bytes boards/clickgame/README | 5 - boards/clickgame/nur00523.jpg | Bin 91764 -> 0 bytes boards/clickgame/nur03006.jpg | Bin 46359 -> 0 bytes boards/clickgame/nur03010.jpg | Bin 52309 -> 0 bytes boards/clickgame/nur03011.jpg | Bin 56294 -> 0 bytes boards/clickgame/nur03013.jpg | Bin 66168 -> 0 bytes boards/clickgame/nur03505.jpg | Bin 47006 -> 0 bytes boards/clickgame/sea1.jpg | Bin 84479 -> 0 bytes boards/clickgame/sea2.jpg | Bin 76028 -> 0 bytes boards/clickgame/sea3.jpg | Bin 95986 -> 0 bytes boards/clickgame/sea4.jpg | Bin 76201 -> 0 bytes boards/clickgame/sea5.jpg | Bin 124757 -> 0 bytes boards/clickgame/sea6.jpg | Bin 34816 -> 0 bytes boards/gcompris/animals/bear001.jpg | Bin 76396 -> 0 bytes boards/gcompris/animals/black-headed-gull.jpg | Bin 42959 -> 0 bytes boards/gcompris/animals/butterfly.jpg | Bin 46727 -> 0 bytes boards/gcompris/animals/cow.jpg | Bin 90129 -> 0 bytes boards/gcompris/animals/donkey.jpg | Bin 101579 -> 0 bytes boards/gcompris/animals/elephanteauxgc.jpg | Bin 51612 -> 0 bytes boards/gcompris/animals/flamentrosegc.jpg | Bin 57957 -> 0 bytes boards/gcompris/animals/girafegc.jpg | Bin 52026 -> 0 bytes boards/gcompris/animals/horses.jpg | Bin 112081 -> 0 bytes boards/gcompris/animals/horses2.jpg | Bin 52482 -> 0 bytes boards/gcompris/animals/hypogc.jpg | Bin 55028 -> 0 bytes boards/gcompris/animals/joybear001.jpg | Bin 47238 -> 0 bytes boards/gcompris/animals/joybear002.jpg | Bin 51914 -> 0 bytes boards/gcompris/animals/jumentmulassieregc.jpg | Bin 65792 -> 0 bytes boards/gcompris/animals/maki1.jpg | Bin 121120 -> 0 bytes boards/gcompris/animals/maki2.jpg | Bin 72239 -> 0 bytes boards/gcompris/animals/maki3.jpg | Bin 79271 -> 0 bytes boards/gcompris/animals/maki4.jpg | Bin 80057 -> 0 bytes boards/gcompris/animals/maki5.jpg | Bin 58740 -> 0 bytes boards/gcompris/animals/maki6.jpg | Bin 81247 -> 0 bytes boards/gcompris/animals/malaybear002.jpg | Bin 89983 -> 0 bytes boards/gcompris/animals/pigeon.jpg | Bin 134741 -> 0 bytes boards/gcompris/animals/polabear011.jpg | Bin 51891 -> 0 bytes boards/gcompris/animals/polarbear001.jpg | Bin 39420 -> 0 bytes boards/gcompris/animals/poolbears001.jpg | Bin 65478 -> 0 bytes boards/gcompris/animals/readme.txt | 20 ----- boards/gcompris/animals/rhinogc.jpg | Bin 72473 -> 0 bytes boards/gcompris/animals/sheep_irish.jpg | Bin 140833 -> 0 bytes boards/gcompris/animals/sheep_irish2.jpg | Bin 110540 -> 0 bytes boards/gcompris/animals/singegc.jpg | Bin 48652 -> 0 bytes boards/gcompris/animals/spectbear001.jpg | Bin 59344 -> 0 bytes boards/gcompris/animals/squirrel.jpg | Bin 92316 -> 0 bytes boards/gcompris/animals/tetegorillegc.jpg | Bin 52761 -> 0 bytes boards/gcompris/animals/tiger1_by_Ralf_Schmode.jpg | Bin 60493 -> 0 bytes boards/gcompris/animals/tigercub003.jpg | Bin 81173 -> 0 bytes boards/gcompris/animals/tigerdrink001.jpg | Bin 77092 -> 0 bytes boards/gcompris/animals/tigerplay001.jpg | Bin 70274 -> 0 bytes boards/imageid.xml.in | 2 +- boards/imageid/board1.xml.in | 24 +++--- boards/imageid/imageid-bg.jpg | Bin 13400 -> 0 bytes boards/images/beach1.png | Bin 55996 -> 0 bytes boards/images/beach2.png | Bin 59406 -> 0 bytes boards/images/beach3.png | Bin 45348 -> 0 bytes boards/images/beach4.png | Bin 22329 -> 0 bytes boards/images/cave.png | Bin 57443 -> 0 bytes boards/images/enumerate_background.png | Bin 89689 -> 0 bytes boards/images/followline.png | Bin 96750 -> 0 bytes boards/images/foot_background.png | Bin 13684 -> 0 bytes boards/images/gcompris_band.png | Bin 294952 -> 0 bytes boards/images/gtans_bg.png | Bin 21851 -> 0 bytes boards/images/maze-bg.jpg | Bin 239774 -> 0 bytes boards/images/mosaic_bg.png | Bin 18316 -> 0 bytes boards/images/scenery2_background.png | Bin 66416 -> 0 bytes boards/images/scenery3_background.png | Bin 22759 -> 0 bytes boards/images/scenery4_background.png | Bin 73430 -> 0 bytes boards/images/scenery5_background.png | Bin 75300 -> 0 bytes boards/images/scenery6_background.png | Bin 59166 -> 0 bytes boards/images/scenery7_background.png | Bin 66190 -> 0 bytes boards/images/scenery_background.png | Bin 118939 -> 0 bytes boards/images/school_bg1.jpg | Bin 48363 -> 0 bytes boards/images/school_bg2.jpg | Bin 38034 -> 0 bytes boards/images/school_bg3.jpg | Bin 74930 -> 0 bytes boards/images/school_bg4.jpg | Bin 75413 -> 0 bytes boards/images/superbrain_background.jpg | Bin 63746 -> 0 bytes boards/images/target_background.jpg | Bin 61136 -> 0 bytes boards/missing_letter/board1.xml.in | 72 +++++++++--------- boards/opt/README | 9 ++ boards/opt/animals/bear001.jpg | Bin 0 -> 76396 bytes boards/opt/animals/black-headed-gull.jpg | Bin 0 -> 42959 bytes boards/opt/animals/butterfly.jpg | Bin 0 -> 46727 bytes boards/opt/animals/cow.jpg | Bin 0 -> 90129 bytes boards/opt/animals/donkey.jpg | Bin 0 -> 101579 bytes boards/opt/animals/elephanteauxgc.jpg | Bin 0 -> 51612 bytes boards/opt/animals/flamentrosegc.jpg | Bin 0 -> 57957 bytes boards/opt/animals/girafegc.jpg | Bin 0 -> 52026 bytes boards/opt/animals/horses.jpg | Bin 0 -> 112081 bytes boards/opt/animals/horses2.jpg | Bin 0 -> 52482 bytes boards/opt/animals/hypogc.jpg | Bin 0 -> 55028 bytes boards/opt/animals/joybear001.jpg | Bin 0 -> 47238 bytes boards/opt/animals/joybear002.jpg | Bin 0 -> 51914 bytes boards/opt/animals/jumentmulassieregc.jpg | Bin 0 -> 65792 bytes boards/opt/animals/maki1.jpg | Bin 0 -> 121120 bytes boards/opt/animals/maki2.jpg | Bin 0 -> 72239 bytes boards/opt/animals/maki3.jpg | Bin 0 -> 79271 bytes boards/opt/animals/maki4.jpg | Bin 0 -> 80057 bytes boards/opt/animals/maki5.jpg | Bin 0 -> 58740 bytes boards/opt/animals/maki6.jpg | Bin 0 -> 81247 bytes boards/opt/animals/malaybear002.jpg | Bin 0 -> 89983 bytes boards/opt/animals/pigeon.jpg | Bin 0 -> 134741 bytes boards/opt/animals/polabear011.jpg | Bin 0 -> 51891 bytes boards/opt/animals/polarbear001.jpg | Bin 0 -> 39420 bytes boards/opt/animals/poolbears001.jpg | Bin 0 -> 65478 bytes boards/opt/animals/readme.txt | 20 +++++ boards/opt/animals/rhinogc.jpg | Bin 0 -> 72473 bytes boards/opt/animals/sheep_irish.jpg | Bin 0 -> 140833 bytes boards/opt/animals/sheep_irish2.jpg | Bin 0 -> 110540 bytes boards/opt/animals/singegc.jpg | Bin 0 -> 48652 bytes boards/opt/animals/spectbear001.jpg | Bin 0 -> 59344 bytes boards/opt/animals/squirrel.jpg | Bin 0 -> 92316 bytes boards/opt/animals/tetegorillegc.jpg | Bin 0 -> 52761 bytes boards/opt/animals/tiger1_by_Ralf_Schmode.jpg | Bin 0 -> 60493 bytes boards/opt/animals/tigercub003.jpg | Bin 0 -> 81173 bytes boards/opt/animals/tigerdrink001.jpg | Bin 0 -> 77092 bytes boards/opt/animals/tigerplay001.jpg | Bin 0 -> 70274 bytes boards/opt/baleine.png | Bin 0 -> 43288 bytes boards/opt/beach1.png | Bin 0 -> 55996 bytes boards/opt/beach2.png | Bin 0 -> 59406 bytes boards/opt/beach3.png | Bin 0 -> 45348 bytes boards/opt/beach4.png | Bin 0 -> 22329 bytes boards/opt/cave.png | Bin 0 -> 57443 bytes boards/opt/elephant_mer.png | Bin 0 -> 36863 bytes boards/opt/enumerate_background.png | Bin 0 -> 89689 bytes boards/opt/epaulard.png | Bin 0 -> 32296 bytes boards/opt/followline.png | Bin 0 -> 96750 bytes boards/opt/foot_background.png | Bin 0 -> 13684 bytes boards/opt/gcompris_band.png | Bin 0 -> 294952 bytes boards/opt/gtans_bg.png | Bin 0 -> 21851 bytes boards/opt/imageid-bg.jpg | Bin 0 -> 13400 bytes boards/opt/maze-bg.jpg | Bin 0 -> 239774 bytes boards/opt/missingletter-bg.jpg | Bin 0 -> 14636 bytes boards/opt/morse.png | Bin 0 -> 43756 bytes boards/opt/mosaic_bg.png | Bin 0 -> 18316 bytes boards/opt/narval.png | Bin 0 -> 55215 bytes boards/opt/nur00523.jpg | Bin 0 -> 91764 bytes boards/opt/nur03006.jpg | Bin 0 -> 46359 bytes boards/opt/nur03010.jpg | Bin 0 -> 52309 bytes boards/opt/nur03011.jpg | Bin 0 -> 56294 bytes boards/opt/nur03013.jpg | Bin 0 -> 66168 bytes boards/opt/nur03505.jpg | Bin 0 -> 47006 bytes boards/opt/ourspolaire.png | Bin 0 -> 33169 bytes boards/opt/phoque.png | Bin 0 -> 39331 bytes boards/opt/railroad-bg.png | Bin 0 -> 10090 bytes boards/opt/scenery2_background.png | Bin 0 -> 66416 bytes boards/opt/scenery3_background.png | Bin 0 -> 22759 bytes boards/opt/scenery4_background.png | Bin 0 -> 73430 bytes boards/opt/scenery5_background.png | Bin 0 -> 75300 bytes boards/opt/scenery6_background.png | Bin 0 -> 59166 bytes boards/opt/scenery7_background.png | Bin 0 -> 66190 bytes boards/opt/scenery_background.png | Bin 0 -> 118939 bytes boards/opt/school_bg1.jpg | Bin 0 -> 48363 bytes boards/opt/school_bg2.jpg | Bin 0 -> 38034 bytes boards/opt/school_bg3.jpg | Bin 0 -> 74930 bytes boards/opt/school_bg4.jpg | Bin 0 -> 75413 bytes boards/opt/sea1.jpg | Bin 0 -> 84479 bytes boards/opt/sea2.jpg | Bin 0 -> 76028 bytes boards/opt/sea3.jpg | Bin 0 -> 95986 bytes boards/opt/sea4.jpg | Bin 0 -> 76201 bytes boards/opt/sea5.jpg | Bin 0 -> 124757 bytes boards/opt/sea6.jpg | Bin 0 -> 34816 bytes boards/opt/superbrain_background.jpg | Bin 0 -> 63746 bytes boards/opt/tabepice.jpg | Bin 0 -> 69638 bytes boards/opt/target_background.jpg | Bin 0 -> 61136 bytes boards/railroad/railroad-bg.jpg | Bin 18469 -> 0 bytes boards/railroad/railroad-bg.png | Bin 10090 -> 0 bytes boards/reversecount/baleine.png | Bin 43288 -> 0 bytes boards/reversecount/elephant_mer.png | Bin 36863 -> 0 bytes boards/reversecount/epaulard.png | Bin 32296 -> 0 bytes boards/reversecount/morse.png | Bin 43756 -> 0 bytes boards/reversecount/narval.png | Bin 55215 -> 0 bytes boards/reversecount/ourspolaire.png | Bin 33169 -> 0 bytes boards/reversecount/phoque.png | Bin 39331 -> 0 bytes boards/scales/tabepice.jpg | Bin 69638 -> 0 bytes boards/skins/gartoon/missingletter-bg.jpg | Bin 14636 -> 0 bytes src/boards/algebra.c | 2 +- src/boards/algebra_guesscount.c | 10 +- src/boards/click_on_letter.c | 2 +- src/boards/clickgame.c | 12 ++-- src/boards/enumerate.c | 3 +- src/boards/erase.c | 78 ++++++++++---------- src/boards/gletters.c | 2 +- src/boards/gtans.c | 3 +- src/boards/hanoi_real.c | 6 +- src/boards/imageid.c | 8 +- src/boards/machpuzzle.c | 3 +- src/boards/maze.c | 2 +- src/boards/memory.c | 6 +- src/boards/missingletter.c | 11 +-- src/boards/paratrooper.c | 2 +- src/boards/planegame.c | 2 +- src/boards/python/algorithm.py | 2 +- src/boards/python/ballcatch.py | 10 +- src/boards/python/bargame.py | 8 +- src/boards/python/followline.py | 2 +- src/boards/python/guessnumber.py | 2 +- src/boards/python/login.py | 10 +- src/boards/python/mosaic.py | 2 +- src/boards/python/redraw.py | 7 +- src/boards/railroad.c | 2 +- src/boards/reversecount.c | 14 ++-- src/boards/scale.c | 2 +- src/boards/smallnumbers.c | 2 +- src/boards/superbrain.c | 2 +- src/boards/target.c | 2 +- src/boards/wordsgame.c | 2 +- 211 files changed, 265 insertions(+), 186 deletions(-) commit 603bb104698e0ac25d799ba87cfbb6ddba217e68 Author: Bruno Coudoin Date: Thu Mar 8 23:20:43 2007 +0000 will be replace be ../bg.jpg svn path=/trunk/; revision=2502 boards/chronos/space/bg.jpg | Bin 6141 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 9a137bae2a1533b02d53f2001dc87efbaaa7562e Author: Bruno Coudoin Date: Thu Mar 8 23:19:56 2007 +0000 removed numbers svn path=/trunk/; revision=2501 boards/chronos/bg.jpg | Bin 37755 -> 42707 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 198aac449f6ba406b4a19a992a030cae43652012 Author: Bruno Coudoin Date: Thu Mar 8 21:16:55 2007 +0000 Updated Norwegian Nynorsk by Karl Ove Hufthammer * nn.po: Updated Norwegian Nynorsk by Karl Ove Hufthammer svn path=/trunk/; revision=2500 po/ChangeLog | 4 + po/nn.po | 533 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 336 insertions(+), 201 deletions(-) commit 8d406dc1562c6c202087eef41defcefe359a74df Author: Bruno Coudoin Date: Thu Mar 8 00:38:35 2007 +0000 Added a channel box. The channel is used to avoid anybody to talk with anybody without a prior consent on the channel to use. svn path=/trunk/; revision=2499 src/boards/python/chat.py | 118 +++++++++++++++++++++++++++++++++----------- 1 files changed, 88 insertions(+), 30 deletions(-) commit 72b41c39ebb5e68e43d47267f9dcfc06ee5dec66 Author: Bruno Coudoin Date: Wed Mar 7 23:33:53 2007 +0000 Implemented filtering in the administration log report filter is based on the user and is selectable in a combo. changed profile.c to make the default user the user_id -1 instead of 0. 0 was confusing because the first created user is not the same as the default user (no internal login). svn path=/trunk/; revision=2498 src/boards/python/admin/log_list.py | 65 +++++++++++++++++++++++----------- src/gcompris/log.c | 6 ++-- src/gcompris/profile.c | 1 + 3 files changed, 48 insertions(+), 24 deletions(-) commit c8c5440fc0ae65232c92ab416a32b94741b1f51a Author: Bruno Coudoin Date: Wed Mar 7 21:47:35 2007 +0000 Fixed typo from bug#415652 svn path=/trunk/; revision=2497 boards/wordprocessor.xml.in | 4 ++-- src/gcompris/gcompris.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit ad4d2bea0a52c27c027d7a2f9f96592d14b645d0 Author: Bruno Coudoin Date: Tue Mar 6 23:51:39 2007 +0000 added documentation added auto upgrade of the base to include the log * boards/wordprocessor.xml.in: added documentation * src/gcompris/gcompris_db.c: (gc_db_init), (gc_db_log): added auto upgrade of the base to include the log table in previous bases. svn path=/trunk/; revision=2496 boards/wordprocessor.xml.in | 6 +++--- src/gcompris/gcompris_db.c | 30 ++++++++++++++++++++++++++++-- 2 files changed, 31 insertions(+), 5 deletions(-) commit 516967c886b80d0906bd258792ffa0b931a78bf4 Author: Bruno Coudoin Date: Tue Mar 6 22:18:02 2007 +0000 Fixed several memory leaks Miguel DE IZARRA: svn path=/trunk/; revision=2495 ChangeLog | 11 +++++++++++ src/boards/wordprocessor.c | 11 ++++++++--- src/gcompris/file_selector.c | 13 ++++++++----- src/gcompris/gcompris.c | 2 +- src/gcompris/properties.c | 1 + 5 files changed, 29 insertions(+), 9 deletions(-) commit cc24970910674fab9b4a40d04356bde607aa1605 Author: Bruno Coudoin Date: Tue Mar 6 21:36:04 2007 +0000 Removed erase doubleclick activity, the fish activity play this role now. Joshua N Pritikin improved erase activity, implements this idea: The erase game in NORMAL mode ignores clicks. I think it would be better to unerase on click. That way kids get immediate feedback about what action they are suppose to be doing. Otherwise they seem confused about whether the movement or clicking is doing something. svn path=/trunk/; revision=2494 ChangeLog | 17 +++ boards/Makefile.am | 1 - boards/erase_double_clic.xml.in | 19 --- po/POTFILES.in | 1 - src/boards/erase.c | 300 +++++++++++++++++++-------------------- 5 files changed, 164 insertions(+), 174 deletions(-) commit 56e0fa5d8847a8c84bb8705019a34a6ef98617b4 Author: Bruno Coudoin Date: Mon Mar 5 23:51:02 2007 +0000 realigned title background added missing log module better text color and * src/boards/hanoi_real.c: (hanoi_create_item): realigned title background * src/boards/python/admin/Makefile.am: added missing log module * src/boards/reading.c: (display_what_to_do): better text color and size * src/boards/wordprocessor.c: minor * src/gcompris/gcompris.c: (gc_set_background): added and experimental --nobackimg option this disable the load and display of the background image of all activities. This need to be improved so that we can differentiate optional one and mandotary one. * src/gcompris/gcompris_db.c: (gc_db_log), (escape_quote): fixed a bug in reading and potantialy other activity, missing double quoting ' in sqlite. * src/gcompris/log.c: (gc_log_set_comment): minor svn path=/trunk/; revision=2493 ChangeLog | 13 ++++++++++++ src/boards/hanoi_real.c | 6 ++-- src/boards/python/admin/Makefile.am | 24 ++++++++++++---------- src/boards/reading.c | 10 ++++---- src/boards/wordprocessor.c | 2 +- src/gcompris/gcompris.c | 15 +++++++++++++- src/gcompris/gcompris_db.c | 36 ++++++++++++++++++++++++++++++++++- src/gcompris/log.c | 4 +-- 8 files changed, 85 insertions(+), 25 deletions(-) commit 5c601111d5ea632fcb6ae23d506bb45bac4846d9 Author: Stéphane Raimbault Date: Mon Mar 5 00:23:34 2007 +0000 Updated French translation by Claude Paroz and Stéphane Raimbault. 2007-03-05 Stéphane Raimbault * fr.po: Updated French translation by Claude Paroz and Stéphane Raimbault. svn path=/trunk/; revision=2492 po/ChangeLog | 5 + po/fr.po | 2509 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 1641 insertions(+), 873 deletions(-) commit 2e0587cc943ec48499db9ab41cd119610d015add Author: Bruno Coudoin Date: Sun Mar 4 20:07:37 2007 +0000 Fixed bug#359437 : Replaced a Linux by a GNU/Linux. svn path=/trunk/; revision=2491 src/gcompris/gcompris.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1a5adea386be104bac103991661b92a8b8ec3fab Author: Bruno Coudoin Date: Sun Mar 4 20:02:47 2007 +0000 Added missing file. Closes bug#414240 svn path=/trunk/; revision=2490 ChangeLog | 6 ++++++ po/POTFILES.in | 2 ++ 2 files changed, 8 insertions(+), 0 deletions(-) commit af5847393565d6c08768720ac954f55aa50a49f5 Author: Bruno Coudoin Date: Thu Mar 1 22:19:43 2007 +0000 Added support for Dzongkha language. * boards/flags/dz.png: created from wikipedia * boards/miscelaneous.xml.in: removed an extra space that made gettext fail. * src/gcompris/config.c: Added support for Dzongkha language. * src/gcompris/images_selector.c: Skip the README file svn path=/trunk/; revision=2489 ChangeLog | 9 +++++++++ boards/flags/dz.png | Bin 0 -> 2627 bytes boards/miscelaneous.xml.in | 2 +- src/gcompris/config.c | 1 + src/gcompris/images_selector.c | 14 ++++++++++---- 5 files changed, 21 insertions(+), 5 deletions(-) commit d9d5981716afa3863dacd71b8c153af1a54f2ff1 Author: Pema Geyleg Date: Wed Feb 28 03:08:32 2007 +0000 Added dzongkha Translation svn path=/trunk/; revision=2488 ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 4 + po/dz.po | 5339 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 5348 insertions(+), 1 deletions(-) commit 95c4821d993f6bf083864b2a62a1651d40e0e7cb Author: Bruno Coudoin Date: Mon Feb 26 23:54:42 2007 +0000 Crash fix, removed an extra free in missing letter game. It crashed the game when starting it. svn path=/trunk/; revision=2487 ChangeLog | 7 +++++++ src/boards/missingletter.c | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) commit 20c8766acdfb72b6a3dab19d8cba6d2f719b80a2 Author: Bruno Coudoin Date: Mon Feb 26 23:09:50 2007 +0000 Added support for indonesian. svn path=/trunk/; revision=2486 ChangeLog | 6 ++++++ boards/flags/id.png | Bin 0 -> 459 bytes src/gcompris/config.c | 1 + 3 files changed, 7 insertions(+), 0 deletions(-) commit 8fbac46709b8f5cfd7ed400a3e001944a3e18111 Author: Mohammad DAMT Date: Mon Feb 26 12:32:29 2007 +0000 Added 'id' (Indonesian) in ALL_LINGUAS. Added. 2007-02-26 Mohammad DAMT * configure.in: Added 'id' (Indonesian) in ALL_LINGUAS. * po/id.po: Added. svn path=/trunk/; revision=2485 ChangeLog | 5 + configure.in | 2 +- po/ChangeLog | 5 + po/id.po | 6132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 6143 insertions(+), 1 deletions(-) commit 51890bbed52ee6e40176ebe2a25ade9ce322021f Author: Bruno Coudoin Date: Wed Feb 21 23:20:14 2007 +0000 Improved the reporting, now display the user and activity name, removed comment column. In admind, disable sounds fx. svn path=/trunk/; revision=2484 src/boards/python/admin/constants.py | 26 ++++++----- src/boards/python/admin/log_list.py | 82 ++++++++++++++++++--------------- src/gcompris/gcompris.c | 3 +- 3 files changed, 61 insertions(+), 50 deletions(-) commit ea4828d80148d55e63a4f3d2d45da58e708ef2c4 Author: Bruno Coudoin Date: Wed Feb 21 22:30:23 2007 +0000 Added missing files to the administration report module. svn path=/trunk/; revision=2483 ChangeLog | 8 + boards/skins/gartoon/config_reports.png | Bin 0 -> 7079 bytes src/boards/python/admin/log_list.py | 297 +++++++++++++++++++++++++++++ src/boards/python/admin/module_reports.py | 93 +++++++++ 4 files changed, 398 insertions(+), 0 deletions(-) commit 47c7b2de69f2ef74a5ccace1a52699180780bde1 Author: Bruno Coudoin Date: Wed Feb 21 22:23:57 2007 +0000 Changed by Jose Jorge to have 4 different backgrounds. Bruno fixed a timer * src/boards/python/ballcatch.py: Changed by Jose Jorge to have 4 different backgrounds. Bruno fixed a timer issue that was not deleted. clicking on next and exiting this activity was crashing it. * src/gcompris/gcompris.c: (main): Moved back local apply after the property is loaded. svn path=/trunk/; revision=2482 ChangeLog | 9 +++++++ boards/images/beach.png | Bin 59711 -> 0 bytes boards/images/beach1.png | Bin 0 -> 55996 bytes boards/images/beach2.png | Bin 0 -> 59406 bytes boards/images/beach3.png | Bin 0 -> 45348 bytes boards/images/beach4.png | Bin 0 -> 22329 bytes src/boards/python/ballcatch.py | 45 ++++++++++++++++++++------------------- src/gcompris/gcompris.c | 46 ++++++++++++++++++++-------------------- 8 files changed, 55 insertions(+), 45 deletions(-) commit 44465c1a0aece0caf3e5652f1b1fddd6902cf58a Author: Bruno Coudoin Date: Wed Feb 21 01:41:39 2007 +0000 - Reworked the log API. Now the logs are saved within our sqlite database. Added a minimal module in the admin to display the log. svn path=/trunk/; revision=2481 ChangeLog | 69 +++++++++++++++++++++ src/boards/advanced_colors.c | 6 +- src/boards/algebra.c | 8 +- src/boards/algebra_guesscount.c | 4 +- src/boards/awele.c | 8 +- src/boards/canal_lock.c | 4 +- src/boards/chess.c | 38 ++++++------ src/boards/click_on_letter.c | 4 +- src/boards/clickgame.c | 4 +- src/boards/clockgame.c | 4 +- src/boards/colors.c | 4 +- src/boards/crane.c | 4 +- src/boards/enumerate.c | 6 +- src/boards/erase.c | 4 +- src/boards/fifteen.c | 4 +- src/boards/gletters.c | 4 +- src/boards/gtans_callbacks.c | 2 +- src/boards/hanoi.c | 4 +- src/boards/hanoi_real.c | 4 +- src/boards/imageid.c | 4 +- src/boards/leftright.c | 4 +- src/boards/machpuzzle.c | 4 +- src/boards/magic_hat.c | 4 +- src/boards/maze.c | 2 +- src/boards/memory.c | 4 +- src/boards/missingletter.c | 4 +- src/boards/money.c | 6 +- src/boards/paratrooper.c | 4 +- src/boards/planegame.c | 2 +- src/boards/py-mod-bonus.c | 31 +++++----- src/boards/py-mod-gcompris.c | 8 +- src/boards/python/admin/module_boards.py | 5 ++ src/boards/railroad.c | 4 +- src/boards/read_colors.c | 6 +- src/boards/reading.c | 6 +- src/boards/reversecount.c | 8 +- src/boards/scale.c | 6 +- src/boards/shapegame.c | 6 +- src/boards/smallnumbers.c | 4 +- src/boards/submarine.c | 6 +- src/boards/superbrain.c | 4 +- src/boards/target.c | 6 +- src/boards/traffic.c | 4 +- src/boards/wordsgame.c | 2 +- src/gcompris/bonus.c | 76 ++++++++++++----------- src/gcompris/bonus.h | 41 +++++++------ src/gcompris/gc_core.h | 1 - src/gcompris/gcompris-board.h | 8 --- src/gcompris/gcompris.c | 3 +- src/gcompris/gcompris.h | 10 +--- src/gcompris/gcompris_alphabeta.h | 16 +---- src/gcompris/gcompris_db.c | 43 +++++++++++-- src/gcompris/gcompris_db.h | 47 +++++++-------- src/gcompris/gcompris_im.h | 9 --- src/gcompris/log.c | 97 ++++-------------------------- src/gcompris/plugin.h | 8 --- 56 files changed, 342 insertions(+), 346 deletions(-) commit cdf4b8949044f9a67a648d53dff46cdcf97ebf00 Author: Yair Hershkovitz Date: Sun Feb 18 13:08:48 2007 +0000 updated hebrew translation. svn path=/trunk/; revision=2480 po/ChangeLog | 4 + po/he.po | 6898 ++++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 5238 insertions(+), 1664 deletions(-) commit 406ec72fc48cb1912963d91596d810d386e9eb74 Author: David Lodge Date: Fri Feb 16 23:38:49 2007 +0000 Updated (British) English translation svn path=/trunk/; revision=2479 po/ChangeLog | 4 ++++ po/en_GB.po | 55 +++++++++++++++++++++++++++++-------------------------- 2 files changed, 33 insertions(+), 26 deletions(-) commit a405421c5ece3dc4b13e09dab602edced257d7e2 Author: Bruno Coudoin Date: Sun Feb 11 14:44:37 2007 +0000 Completed the wordprocessor, this commit make the styles selector to switch to the style we read in the loaded file. svn path=/trunk/; revision=2478 ChangeLog | 10 ++++ src/boards/wordprocessor.c | 120 +++++++++++++++++++++++++++++++------------ 2 files changed, 96 insertions(+), 34 deletions(-) commit e1e45d602d414ed7515189decc91e88d78d37707 Author: Bruno Coudoin Date: Sun Feb 11 14:44:10 2007 +0000 updated by Bruno, only wordprocessor part * fr.po: updated by Bruno, only wordprocessor part svn path=/trunk/; revision=2477 po/ChangeLog | 4 + po/fr.po | 815 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 483 insertions(+), 336 deletions(-) commit ed73b6c2d8dd02502946aaf12bafa70dedc27698 Author: Bruno Coudoin Date: Sun Feb 11 00:51:23 2007 +0000 Improved the wordprocessor, default selection is better managed. svn path=/trunk/; revision=2476 ChangeLog | 12 +++ src/boards/wordprocessor.c | 208 +++++++++++++++++++++++++++----------------- 2 files changed, 141 insertions(+), 79 deletions(-) commit 5a14a6452a62270da87a52e75501c4da5280c672 Author: Bruno Coudoin Date: Sat Feb 10 00:17:07 2007 +0000 Implemented the wordprocessor load svn path=/trunk/; revision=2475 ChangeLog | 1 + src/boards/wordprocessor.c | 113 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 113 insertions(+), 1 deletions(-) commit 1f5308a4f72afa274e0099c66ea32fad38a8efc4 Author: Bruno Coudoin Date: Fri Feb 9 22:06:46 2007 +0000 - Replaced pixmap with GTK buttons for the Headings. svn path=/trunk/; revision=2474 ChangeLog | 9 ++ src/boards/wordprocessor.c | 196 +++++++++++++++++++++++--------------------- 2 files changed, 112 insertions(+), 93 deletions(-) commit 5001a7b2fe7a9c3a670c46dfaa33956163c4bf54 Author: David Lodge Date: Fri Feb 9 13:09:54 2007 +0000 Updated (British) English translation svn path=/trunk/; revision=2473 po/ChangeLog | 4 + po/en_GB.po | 238 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 152 insertions(+), 90 deletions(-) commit 6df41461b5b4c199b79f9d450718658ab94a21d3 Author: Bruno Coudoin Date: Tue Feb 6 23:23:14 2007 +0000 added diagonal in the help - improved. better layout, better save. * boards/connect4-2players.xml.in: added diagonal in the help * boards/connect4.xml.in: - * src/boards/wordprocessor.c: (wordprocessor_create), (display_style_buttons), (display_style_selector), (display_color_style_selector), (save_buffer): improved. better layout, better save. svn path=/trunk/; revision=2472 ChangeLog | 8 +++ boards/connect4-2players.xml.in | 2 +- boards/connect4.xml.in | 2 +- src/boards/wordprocessor.c | 119 ++++++++++++++++++++------------------- 4 files changed, 72 insertions(+), 59 deletions(-) commit 5e6a640fd2210d6010300d9472fe694375659a30 Author: Bruno Coudoin Date: Tue Feb 6 21:07:20 2007 +0000 Updated Norwegian Nynorsk by Karl Ove Hufthammer * nn.po: Updated Norwegian Nynorsk by Karl Ove Hufthammer svn path=/trunk/; revision=2471 po/ChangeLog | 4 + po/nn.po | 1047 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 638 insertions(+), 413 deletions(-) commit 303e189e68f49643ef20565394101a800e3c6d5e Author: Bruno Coudoin Date: Mon Feb 5 22:47:30 2007 +0000 - Improved the wordprocessor to save as xhtml instead of html svn path=/trunk/; revision=2470 ChangeLog | 40 ++++++++----- boards/gcompris/mimetypes/mime_type.xml.in | 4 +- src/boards/wordprocessor.c | 83 ++++++++++++++++------------ 3 files changed, 73 insertions(+), 54 deletions(-) commit 0fbc1473c96e7402b23550fd95b7f38d434e6d79 Author: Bruno Coudoin Date: Sun Feb 4 22:37:17 2007 +0000 replace CVS by .svn Improved help fixed support for --config-dir and * Makefile.am: replace CVS by .svn * boards/mypaint.xml.in: Improved help * src/gcompris/gcompris.c: (main): fixed support for --config-dir and --user-dir * src/gcompris/properties.c: (gc_prop_new), (old_config_migration): - svn path=/trunk/; revision=2469 ChangeLog | 7 ++++ Makefile.am | 4 +- boards/mypaint.xml.in | 2 +- src/gcompris/gcompris.c | 70 ++++++++++++++++++++++++++++---------------- src/gcompris/properties.c | 7 +--- 5 files changed, 56 insertions(+), 34 deletions(-) commit 708ce9ec5f26a8d78cfb58a87bc766c9015af2b6 Author: Yves Combe Date: Sun Feb 4 21:43:37 2007 +0000 add MyPaint brushes and xml.in svn path=/trunk/; revision=2468 ChangeLog | 65 +++++++++++++++++++++++++++ boards/Makefile.am | 1 + boards/boardicons/mypaint.png | Bin 0 -> 4532 bytes boards/mypaint.xml.in | 10 ++++ boards/mypaint/brushes/b003.myb | 24 ++++++++++ boards/mypaint/brushes/b003_prev.png | Bin 0 -> 17822 bytes boards/mypaint/brushes/b004.myb | 24 ++++++++++ boards/mypaint/brushes/b004_prev.png | Bin 0 -> 17417 bytes boards/mypaint/brushes/b008.myb | 24 ++++++++++ boards/mypaint/brushes/b008_prev.png | Bin 0 -> 6484 bytes boards/mypaint/brushes/b016.myb | 24 ++++++++++ boards/mypaint/brushes/b016_prev.png | Bin 0 -> 17357 bytes boards/mypaint/brushes/basic.myb | 24 ++++++++++ boards/mypaint/brushes/basic_prev.png | Bin 0 -> 6626 bytes boards/mypaint/brushes/blur.myb | 24 ++++++++++ boards/mypaint/brushes/blur_prev.png | Bin 0 -> 17513 bytes boards/mypaint/brushes/bulk.myb | 26 +++++++++++ boards/mypaint/brushes/bulk_prev.png | Bin 0 -> 7800 bytes boards/mypaint/brushes/charcoal.myb | 26 +++++++++++ boards/mypaint/brushes/charcoal_prev.png | Bin 0 -> 18687 bytes boards/mypaint/brushes/ink.myb | 26 +++++++++++ boards/mypaint/brushes/ink_prev.png | Bin 0 -> 10842 bytes boards/mypaint/brushes/loosedots.myb | 28 +++++++++++ boards/mypaint/brushes/loosedots_prev.png | Bin 0 -> 9160 bytes boards/mypaint/brushes/o000.myb | 26 +++++++++++ boards/mypaint/brushes/o000_prev.png | Bin 0 -> 20494 bytes boards/mypaint/brushes/o001.myb | 23 +++++++++ boards/mypaint/brushes/o001_prev.png | Bin 0 -> 24424 bytes boards/mypaint/brushes/o005.myb | 26 +++++++++++ boards/mypaint/brushes/o005_prev.png | Bin 0 -> 6480 bytes boards/mypaint/brushes/o006.myb | 23 +++++++++ boards/mypaint/brushes/o006_prev.png | Bin 0 -> 25723 bytes boards/mypaint/brushes/o007.myb | 26 +++++++++++ boards/mypaint/brushes/o007_prev.png | Bin 0 -> 7023 bytes boards/mypaint/brushes/o009.myb | 26 +++++++++++ boards/mypaint/brushes/o009_prev.png | Bin 0 -> 21549 bytes boards/mypaint/brushes/o011.myb | 26 +++++++++++ boards/mypaint/brushes/o011_prev.png | Bin 0 -> 20262 bytes boards/mypaint/brushes/o012.myb | 23 +++++++++ boards/mypaint/brushes/o012_prev.png | Bin 0 -> 22703 bytes boards/mypaint/brushes/o013.myb | 23 +++++++++ boards/mypaint/brushes/o013_prev.png | Bin 0 -> 25484 bytes boards/mypaint/brushes/o014.myb | 23 +++++++++ boards/mypaint/brushes/o014_prev.png | Bin 0 -> 27143 bytes boards/mypaint/brushes/o015.myb | 26 +++++++++++ boards/mypaint/brushes/o015_prev.png | Bin 0 -> 18267 bytes boards/mypaint/brushes/o017.myb | 23 +++++++++ boards/mypaint/brushes/o017_prev.png | Bin 0 -> 12492 bytes boards/mypaint/brushes/o018.myb | 23 +++++++++ boards/mypaint/brushes/o018_prev.png | Bin 0 -> 24269 bytes boards/mypaint/brushes/o019.myb | 23 +++++++++ boards/mypaint/brushes/o019_prev.png | Bin 0 -> 18593 bytes boards/mypaint/brushes/o020.myb | 23 +++++++++ boards/mypaint/brushes/o020_prev.png | Bin 0 -> 23404 bytes boards/mypaint/brushes/o021.myb | 23 +++++++++ boards/mypaint/brushes/o021_prev.png | Bin 0 -> 30302 bytes boards/mypaint/brushes/o022.myb | 23 +++++++++ boards/mypaint/brushes/o022_prev.png | Bin 0 -> 21571 bytes boards/mypaint/brushes/o023.myb | 23 +++++++++ boards/mypaint/brushes/o023_prev.png | Bin 0 -> 20578 bytes boards/mypaint/brushes/o024.myb | 23 +++++++++ boards/mypaint/brushes/o024_prev.png | Bin 0 -> 19931 bytes boards/mypaint/brushes/o025.myb | 23 +++++++++ boards/mypaint/brushes/o025_prev.png | Bin 0 -> 23955 bytes boards/mypaint/brushes/o026.myb | 23 +++++++++ boards/mypaint/brushes/o026_prev.png | Bin 0 -> 14084 bytes boards/mypaint/brushes/o028.myb | 23 +++++++++ boards/mypaint/brushes/o028_prev.png | Bin 0 -> 23736 bytes boards/mypaint/brushes/o029.myb | 23 +++++++++ boards/mypaint/brushes/o029_prev.png | Bin 0 -> 19190 bytes boards/mypaint/brushes/o031.myb | 23 +++++++++ boards/mypaint/brushes/o031_prev.png | Bin 0 -> 14288 bytes boards/mypaint/brushes/o032.myb | 23 +++++++++ boards/mypaint/brushes/o032_prev.png | Bin 0 -> 23151 bytes boards/mypaint/brushes/o033.myb | 23 +++++++++ boards/mypaint/brushes/o033_prev.png | Bin 0 -> 20729 bytes boards/mypaint/brushes/o036.myb | 23 +++++++++ boards/mypaint/brushes/o036_prev.png | Bin 0 -> 24860 bytes boards/mypaint/brushes/o037.myb | 23 +++++++++ boards/mypaint/brushes/o037_prev.png | Bin 0 -> 15251 bytes boards/mypaint/brushes/o038.myb | 23 +++++++++ boards/mypaint/brushes/o038_prev.png | Bin 0 -> 27082 bytes boards/mypaint/brushes/o039.myb | 23 +++++++++ boards/mypaint/brushes/o039_prev.png | Bin 0 -> 20161 bytes boards/mypaint/brushes/o041.myb | 23 +++++++++ boards/mypaint/brushes/o041_prev.png | Bin 0 -> 32771 bytes boards/mypaint/brushes/o043.myb | 26 +++++++++++ boards/mypaint/brushes/o043_prev.png | Bin 0 -> 21527 bytes boards/mypaint/brushes/o398.myb | 26 +++++++++++ boards/mypaint/brushes/o398_prev.png | Bin 0 -> 15846 bytes boards/mypaint/brushes/o501.myb | 26 +++++++++++ boards/mypaint/brushes/o501_prev.png | Bin 0 -> 13375 bytes boards/mypaint/brushes/o512.myb | 26 +++++++++++ boards/mypaint/brushes/o512_prev.png | Bin 0 -> 19171 bytes boards/mypaint/brushes/o519.myb | 26 +++++++++++ boards/mypaint/brushes/o519_prev.png | Bin 0 -> 19025 bytes boards/mypaint/brushes/o665.myb | 26 +++++++++++ boards/mypaint/brushes/o665_prev.png | Bin 0 -> 11031 bytes boards/mypaint/brushes/o945.myb | 26 +++++++++++ boards/mypaint/brushes/o945_prev.png | Bin 0 -> 19388 bytes boards/mypaint/brushes/old_b000.myb | 23 +++++++++ boards/mypaint/brushes/old_b000_prev.png | Bin 0 -> 16569 bytes boards/mypaint/brushes/old_b003.myb | 23 +++++++++ boards/mypaint/brushes/old_b003_prev.png | Bin 0 -> 9963 bytes boards/mypaint/brushes/old_b004.myb | 26 +++++++++++ boards/mypaint/brushes/old_b004_prev.png | Bin 0 -> 17072 bytes boards/mypaint/brushes/old_b008.myb | 23 +++++++++ boards/mypaint/brushes/old_b008_prev.png | Bin 0 -> 15866 bytes boards/mypaint/brushes/old_b024.myb | 23 +++++++++ boards/mypaint/brushes/old_b024_prev.png | Bin 0 -> 33435 bytes boards/mypaint/brushes/order.conf | 54 ++++++++++++++++++++++ boards/mypaint/brushes/pencil.myb | 24 ++++++++++ boards/mypaint/brushes/pencil_prev.png | Bin 0 -> 11053 bytes boards/mypaint/brushes/prev-template.xcf.gz | Bin 0 -> 8890 bytes boards/mypaint/brushes/s000.myb | 28 +++++++++++ boards/mypaint/brushes/s000_prev.png | Bin 0 -> 16939 bytes boards/mypaint/brushes/smudge.myb | 24 ++++++++++ boards/mypaint/brushes/smudge_prev.png | Bin 0 -> 15802 bytes po/POTFILES.in | 1 + 119 files changed, 1488 insertions(+), 0 deletions(-) commit 886ca28285601276ca794a8a59a8cc53157e53d5 Author: Bruno Coudoin Date: Sun Feb 4 21:17:17 2007 +0000 Rework of the way we manage the config and user data directory. Now we respect the freedesktop and save our config file in $XDG_CONFIG_HOME (~/.config/gcompris) In this directory we save the files: gcompris.conf gcompris.log gcompris_sqlite.db The data file are now in a directory ~/My GCompris This contains the Images directory. The children can put image in them, they will be selectable in the anim and drawing activity. The directories 'anim2 draw2 wordprocessor' contains the children creation for each of these activities. It is possible to change the base of these directory with the command line switch --config-dir and --user-dir (Does not work yet). svn path=/trunk/; revision=2467 ChangeLog | 39 +++ src/boards/gtans.c | 57 ----- src/boards/menu2.c | 15 +- src/boards/py-gcompris-properties.c | 4 +- src/boards/py-mod-gcompris.c | 68 ------ src/boards/python/pythontest.py | 3 - src/gcompris/Makefile.am | 1 - src/gcompris/file_selector.c | 2 +- src/gcompris/gameutil.c | 8 - src/gcompris/gcompris.c | 94 ++++---- src/gcompris/gcompris_db.c | 2 +- src/gcompris/main.c | 35 --- src/gcompris/properties.c | 435 +++++++++++++++++++++++------------ src/gcompris/properties.h | 20 +-- src/gcompris/soundutil.c | 7 +- 15 files changed, 395 insertions(+), 395 deletions(-) commit 654a44791a3ecebbca146766937e3aa7b0c7053c Author: Bruno Coudoin Date: Fri Feb 2 22:11:42 2007 +0000 Updated by Frederico Goncalves Guimaraes 2007-02-02 Bruno Coudoin * pt_BR.po: Updated by Frederico Goncalves Guimaraes svn path=/trunk/; revision=2466 po/ChangeLog | 4 + po/pt_BR.po | 633 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 366 insertions(+), 271 deletions(-) commit e1dfa614990ee228ac8a04c14eb287c167c3f2fd Author: Bruno Coudoin Date: Wed Jan 31 23:01:12 2007 +0000 Compilation is fixed svn path=/trunk/; revision=2465 src/boards/memory.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ffb2fd9163a8b43b187c0c39e4b369212c631c11 Author: Bruno Coudoin Date: Tue Jan 30 22:40:21 2007 +0000 Fixed bug#401817 A comment for TRANSLATORS in memory.c contains non UTF-8 * src/boards/memory.c: (start_board): Fixed bug#401817 A comment for TRANSLATORS in memory.c contains non UTF-8 chars, that disturbs opening the file with some editors. Removed UTF-8 from comments. * src/gcompris/gcompris.c: (load_properties): fixed to work again when running the binary in the source. svn path=/trunk/; revision=2464 ChangeLog | 8 ++++++++ src/boards/memory.c | 2 +- src/gcompris/gcompris.c | 10 +++++----- 3 files changed, 14 insertions(+), 6 deletions(-) commit caaf05fe909acb4c6cfb64b5b2686f64a5ddf548 Author: Bruno Coudoin Date: Tue Jan 30 21:45:36 2007 +0000 src/boards/Makefile.am: Now the boards no more link with the libgcompris src/boards/Makefile.am: Now the boards no more link with the libgcompris which has been removed anyway. svn path=/trunk/; revision=2463 ChangeLog | 5 +++ src/boards/Makefile.am | 88 ++++++++++++++++++++++++------------------------ 2 files changed, 49 insertions(+), 44 deletions(-) commit 059da8cd1ac50beed109f1ab0db6c7db34af98ac Author: Bruno Coudoin Date: Tue Jan 30 21:15:03 2007 +0000 prepare-ChangeLog.pl: imported new one to support svn, taken from http://www.gnome.org/~fherrera/patches/prepare-ChangeLog.pl svn path=/trunk/; revision=2462 ChangeLog | 8 +++++++- prepare-ChangeLog.pl | 45 ++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 47 insertions(+), 6 deletions(-) commit 5f5278a79846afcf9390db3fa3185084eba8d6b3 Author: Bruno Coudoin Date: Mon Jan 29 23:42:56 2007 +0000 GCompris no more use a library libgcompris svn path=/trunk/; revision=2461 ChangeLog | 13 ++- boards/ballcatch.xml.in | 2 +- configure.in | 27 ----- src/gcompris/Makefile.am | 137 ++++++----------------- src/gcompris/libgcompris-1.0-uninstalled.pc.in | 11 -- src/gcompris/libgcompris-1.0.pc.in | 11 -- 6 files changed, 49 insertions(+), 152 deletions(-) commit 4af6b20c24836419b2763ec01591237d095713b3 Author: Yves Combe Date: Sun Jan 28 23:07:56 2007 +0000 MyPaint source import. MyPaint is great drawing software: http://people.ee.ethz.ch/~mrenold/mypaint/ Python module compiles and installs into gcompris. Not yet functionnal as a gcompris board yet. svn path=/trunk/; revision=2460 ChangeLog | 42 ++ configure.in | 30 +- src/boards/Makefile.am | 2 +- src/boards/mypaint/COPYING | 340 ++++++++++++ src/boards/mypaint/Makefile.am | 80 +++ src/boards/mypaint/PLAN | 21 + src/boards/mypaint/README | 17 + src/boards/mypaint/application.py | 165 ++++++ src/boards/mypaint/brush.py | 285 ++++++++++ src/boards/mypaint/brush_dab.c | 152 +++++ src/boards/mypaint/brush_dab.h | 13 + src/boards/mypaint/brushselectionwindow.py | 285 ++++++++++ src/boards/mypaint/brushsettings.py | 65 +++ src/boards/mypaint/brushsettingswindow.py | 101 ++++ src/boards/mypaint/caller_owns_return.py | 19 + src/boards/mypaint/colorselectionwindow.py | 153 +++++ src/boards/mypaint/drawwindow.py | 459 ++++++++++++++++ src/boards/mypaint/functionwindow.py | 331 +++++++++++ src/boards/mypaint/generate.py | 27 + src/boards/mypaint/gtkmybrush.c | 824 ++++++++++++++++++++++++++++ src/boards/mypaint/gtkmybrush.h | 107 ++++ src/boards/mypaint/gtkmydrawwidget.c | 440 +++++++++++++++ src/boards/mypaint/gtkmydrawwidget.h | 73 +++ src/boards/mypaint/helpers.c | 201 +++++++ src/boards/mypaint/helpers.h | 30 + src/boards/mypaint/helpers.py | 36 ++ src/boards/mypaint/infinitemydrawwidget.py | 139 +++++ src/boards/mypaint/mydrawwidget.override | 17 + src/boards/mypaint/mydrawwidgetmodule.c | 21 + src/boards/mypaint/mypaint | 92 +++ src/boards/mypaint/mypaint.py | 66 +++ src/boards/mypaint/rename_brushes.py | 27 + src/boards/mypaint/resu | 14 + src/boards/mypaint/surface.c | 218 ++++++++ src/boards/mypaint/surface.h | 56 ++ src/boards/py-gcompris-properties.c | 2 + 36 files changed, 4947 insertions(+), 3 deletions(-) commit 84036013e631741af5fcd3a78c05884129554f16 Author: Priit Laes Date: Sun Jan 28 22:19:31 2007 +0000 Updated Estonian translation by Ivar Smolin . 2007-01-29 Priit Laes * et.po: Updated Estonian translation by Ivar Smolin . svn path=/trunk/; revision=2459 po/et.po | 689 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 461 insertions(+), 228 deletions(-) commit 3c9d0a069b50b916fc74ada910adfbcd9044d6c6 Author: Priit Laes Date: Sun Jan 28 22:19:09 2007 +0000 Updated Estonian translation by Ivar Smolin . 2007-01-29 Priit Laes * et.po: Updated Estonian translation by Ivar Smolin . svn path=/trunk/; revision=2458 po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 3e1d564dfdbb60a62592cefd551f4025704d6c46 Author: David Lodge Date: Tue Jan 23 07:29:08 2007 +0000 Updated (British) English translation svn path=/trunk/; revision=2457 po/ChangeLog | 4 ++ po/en_GB.po | 94 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 53 insertions(+), 45 deletions(-) commit cb06da5636bfb45e863e820d169c8349a05f8c73 Author: Bruno Coudoin Date: Mon Jan 22 00:51:13 2007 +0000 Added the save feature to the wordprocessor. It saves an html file. For now, only the color style is exported as a css html. * boards/gcompris/mimetypes/icons/gnome-mime-text.svg: taken from openclipart.org * src/gcompris/gcompris.c: Replaced LC_MESSAGES by LC_CTYPE. It fixes an openbsd bug. * src/boards/python/anim.py: now the tool buttons have focus highlights * src/boards/wordprocessor.c: Added the save feature. * src/boards/gtans.c: use g_fopen instead of fopen * boards/gcompris/mimetypes/mime_type.xml.in: added wordprocessor mime type svn path=/trunk/; revision=2456 ChangeLog | 13 + .../mimetypes/icons/wordprocessor+html.png | Bin 0 -> 1455 bytes boards/gcompris/mimetypes/mime_type.xml.in | 14 +- src/boards/gtans.c | 187 ++++++------ src/boards/python/anim.py | 13 +- src/boards/wordprocessor.c | 317 +++++++++++++++----- src/gcompris/gcompris.c | 8 +- 7 files changed, 365 insertions(+), 187 deletions(-) commit 64efc0182cabd740fc698c10e2ddfa985e64fd2b Author: Bruno Coudoin Date: Thu Jan 18 22:45:26 2007 +0000 now interrupt playing sounds if any * src/boards/colors.c: now interrupt playing sounds if any svn path=/trunk/; revision=2455 ChangeLog | 4 ++++ src/boards/colors.c | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) commit f01f8400173bb26548fa7f57e7c134502837ce32 Author: Bruno Coudoin Date: Thu Jan 18 00:15:43 2007 +0000 the white duck was too white on LCD screens Jose reworked it. * boards/colors/colors_bg.png: the white duck was too white on LCD screens Jose reworked it. svn path=/trunk/; revision=2454 ChangeLog | 11 +++++++++++ boards/colors/colors_bg.png | Bin 161702 -> 165495 bytes 2 files changed, 11 insertions(+), 0 deletions(-) commit 2dcfdf6b25466610f6051f3c02d5481c8d65db4a Author: Bruno Coudoin Date: Wed Jan 17 23:20:06 2007 +0000 Updated Portuguese translation by Jose * pt.po: Updated Portuguese translation by Jose svn path=/trunk/; revision=2453 po/ChangeLog | 4 + po/pt.po | 1101 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 594 insertions(+), 511 deletions(-) commit 05900379f068990459496533134e02168e9dbb96 Author: Bruno Coudoin Date: Wed Jan 17 20:36:08 2007 +0000 removed gc_ignore_next_focus_out support now pop up windows like in the * src/gcompris/board_config.c: removed gc_ignore_next_focus_out support now pop up windows like in the wordprocessor combo no more switch GCompris out of fullscreen. * src/gcompris/gcompris.c: - * src/gcompris/gcompris.h: - * configure.in: display binreloc compilation status in the summary svn path=/trunk/; revision=2452 configure.in | 1 + src/gcompris/board_config.c | 127 +++++++++++++++++++++---------------------- src/gcompris/gcompris.c | 17 ++----- src/gcompris/gcompris.h | 1 - 4 files changed, 68 insertions(+), 78 deletions(-) commit 9248ad6d38b646811a5cd4773df8b03eb8372eba Author: Priit Laes Date: Wed Jan 17 17:28:37 2007 +0000 Updated Estonian translation by Olle Niit. 2007-01-17 Priit Laes * et.po: Updated Estonian translation by Olle Niit. svn path=/trunk/; revision=2451 po/ChangeLog | 4 + po/et.po | 4307 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 2978 insertions(+), 1333 deletions(-) commit 382ee6b15fa88020a3860a46878497c23585436d Author: Bruno Coudoin Date: Mon Jan 15 23:40:19 2007 +0000 now as an arrow added from Franck art work Added audio feedback - - - * boards/skins/gartoon/cursor_del.png: now as an arrow * boards/images/sponge.png: added from Franck art work * src/boards/python/redraw.py: Added audio feedback * src/boards/scale.c: - * src/boards/erase.c: - * src/boards/machpuzzle.c: - svn path=/trunk/; revision=2450 ChangeLog | 9 +++++++++ boards/images/sponge.png | Bin 0 -> 10300 bytes boards/skins/gartoon/cursor_del.png | Bin 5170 -> 5222 bytes src/boards/erase.c | 13 ++++++++++++- src/boards/machpuzzle.c | 22 +++++++++++++++++----- src/boards/python/redraw.py | 21 +++++++++++++++++++++ src/boards/scale.c | 8 +++++++- 7 files changed, 66 insertions(+), 7 deletions(-) commit e873fef0431289ee7c47d59a7d97907c75d1f87a Author: Bruno Coudoin Date: Sun Jan 14 23:07:16 2007 +0000 Updated Croatian translation svn path=/trunk/; revision=2449 po/ChangeLog | 4 + po/hr.po | 5200 +++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 4085 insertions(+), 1119 deletions(-) commit 34eac18ab89a2a70297dcc6497ee3d679feb34d9 Author: Bruno Coudoin Date: Tue Jan 9 18:24:53 2007 +0000 created by lode leroy fixed NULL printf (crashes on windows only) * boards/wordsgame/default-nl.xml: created by lode leroy * src/boards/menu2.c: fixed NULL printf (crashes on windows only) svn path=/trunk/; revision=2448 ChangeLog | 5 ++ boards/wordsgame/default-nl.xml | 150 +++++++++++++++++++++++++++++++++++++++ src/boards/menu2.c | 2 +- 3 files changed, 156 insertions(+), 1 deletions(-) commit 0fc72572cce80f0fbb41d1766d1fbda005b2f066 Author: David Lodge Date: Tue Jan 9 06:50:15 2007 +0000 Updated English (British) translation svn path=/trunk/; revision=2447 po/ChangeLog | 4 ++++ po/en_GB.po | 28 ++++++++++++++-------------- 2 files changed, 18 insertions(+), 14 deletions(-) commit 726edb9cf73b532ddd445c4dc65a41f593f76666 Author: Bruno Coudoin Date: Thu Jan 4 22:37:59 2007 +0000 New small feature on suggested by Lode Leroy, we can now decrease the * src/gcompris/bar.c: New small feature on suggested by Lode Leroy, we can now decrease the level by clicking on the right button. svn path=/trunk/; revision=2446 ChangeLog | 2 ++ src/gcompris/bar.c | 24 +++++++++++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) commit a2883d4f8ebf93e513997826bea41cc0844396f5 Author: Bruno Coudoin Date: Thu Jan 4 21:00:33 2007 +0000 Fixed typos by Clytie svn path=/trunk/; revision=2445 ChangeLog | 9 ++ boards/chat.xml.in | 4 +- boards/connect4-2players.xml.in | 2 +- boards/connect4.xml.in | 2 +- po/Makefile.in.in | 221 --------------------------------------- src/boards/python/chat.py | 2 +- 6 files changed, 14 insertions(+), 226 deletions(-) commit 91f6eb18b4b8613ff14fb1feb18e293dedb8f3d7 Author: David Lodge Date: Wed Jan 3 20:11:07 2007 +0000 Update English (British) translation svn path=/trunk/; revision=2444 po/ChangeLog | 4 + po/en_GB.po | 682 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 410 insertions(+), 276 deletions(-) commit 3ba02c14fc98a052194bc65e0a76365690f85a1b Author: Bruno Coudoin Date: Tue Jan 2 23:58:53 2007 +0000 Marek Nagy * sk.po: update Slovak translation svn path=/trunk/; revision=2443 po/ChangeLog | 4 + po/sk.po | 3633 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 1978 insertions(+), 1659 deletions(-) commit 4f01ec60172ac0b20d4d32cb511f976c3ae91ec5 Author: Bruno Coudoin Date: Tue Jan 2 23:21:19 2007 +0000 Added en_US in the list of user selectable locales. svn path=/trunk/; revision=2442 ChangeLog | 6 ++++++ src/gcompris/config.c | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) commit 78ee0ce4c0eae8c4179769d8008f73e23221b903 Author: Bruno Coudoin Date: Mon Jan 1 22:46:30 2007 +0000 Cleanup, popt is no more used svn path=/trunk/; revision=2441 ChangeLog | 6 ++++++ INSTALL | 1 - Makefile.mingw.in | 1 - config.h.mingw.in | 3 --- cross-configure.sh | 4 ---- gcompris-installer.nsi.in | 1 - src/gcompris/Makefile.am | 3 +-- 7 files changed, 7 insertions(+), 12 deletions(-) commit 3989bd681d417adf47c6f6ce69b9afdab0cb1d7e Author: Bruno Coudoin Date: Mon Jan 1 22:35:25 2007 +0000 Removed dependancie on libpopt, use glib's GOption instead * configure.in * src/gcompris/gcompris.c svn path=/trunk/; revision=2440 configure.in | 4 - src/gcompris/gcompris.c | 147 ++++++++++++++++++++++------------------------- 2 files changed, 68 insertions(+), 83 deletions(-) commit 7ba6c6e33ae382989ced2212dec51b02fa5b6803 Author: Bruno Coudoin Date: Sat Dec 30 20:40:48 2006 +0000 Removed executable bit svn path=/trunk/; revision=2439 boards/crane/arrow_b.png | Bin 1495 -> 1495 bytes boards/crane/arrow_l.png | Bin 1573 -> 1573 bytes boards/crane/arrow_r.png | Bin 1560 -> 1560 bytes boards/crane/arrow_u.png | Bin 1453 -> 1453 bytes 4 files changed, 0 insertions(+), 0 deletions(-) commit 0d2607527d9849aaefe213019a370ced9ad4bf81 Author: Bruno Coudoin Date: Sat Dec 30 20:35:17 2006 +0000 Removed executation flag svn path=/trunk/; revision=2438 0 files changed, 0 insertions(+), 0 deletions(-) commit b6ff5d62e02114a4f01f7d7df31176d862cf962e Author: Clytie Siddall Date: Sun Dec 24 04:22:23 2006 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 + po/vi.po | 862 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 467 insertions(+), 399 deletions(-) commit 4a783e60d846647a49d27bf6dc86ca8a1d77b02d Author: Bruno Coudoin Date: Wed Dec 20 23:42:21 2006 +0000 added from Tuxpaint added audio effects added audio effects added audio * boards/sounds/scroll.wav: added from Tuxpaint * src/boards/crane.c: (item_event), (arrow_event), (place_item), (select_item): added audio effects * src/boards/gtans_callbacks.c: (on_wdrawareagrande_configure_event), (on_wdrawareagrande_button_press_event), (on_wdrawareapetite_configure_event), (on_arrow_clicked), (on_show_clicked), (on_outline_clicked), (on_symetry_clicked), (on_rotation_clicked): added audio effects * src/boards/hanoi.c: (hanoi_create_item), (item_event): added audio effects fixed non centered title background area. * src/boards/submarine.c: (submarine_next_level), (submarine_create_item), (update_timeout_slow), (open_door): added a treasure that you must pickup first, then the door open itself. * src/gcompris/gcompris.c: (gc_init): now intro sounds are not played is a specific activity is requested. ChangeLog | 19 ++++++++++ boards/sounds/README | 4 ++- boards/sounds/scroll.wav | Bin 0 -> 1604 bytes src/boards/crane.c | 14 ++++--- src/boards/gtans_callbacks.c | 35 ++++++++++-------- src/boards/hanoi.c | 24 +++++++------ src/boards/submarine.c | 82 +++++++++++++++++++++++++++++++++++------- src/gcompris/gcompris.c | 18 ++++++---- 8 files changed, 143 insertions(+), 53 deletions(-) commit edf6291840ffeb2aaa3ec56624e1b5d1b6ff0cd7 Author: Bruno Coudoin Date: Tue Dec 19 23:56:09 2006 +0000 Improved manual to include the new gate added missing chat Fixed * boards/submarine.xml.in: Improved manual to include the new gate * po/POTFILES.in: added missing chat * src/boards/python/sudoku.py: Fixed bug(sf)#1615771 For level 3, the symbols in the grid are too large. ChangeLog | 7 +++++++ boards/submarine.xml.in | 2 +- po/POTFILES.in | 1 + src/boards/python/sudoku.py | 12 +++++++----- 4 files changed, 16 insertions(+), 6 deletions(-) commit db9f1bd894d28b785d07258bb5cd481b2112f9ff Author: Bruno Coudoin Date: Sun Dec 17 00:22:13 2006 +0000 add where to find source images * boards/clickgame/README: add where to find source images * boards/submarine/README: * boards/submarine/sub_bg.jpg: recreated based on guillaume rousse pictures. * src/boards/erase.c: (start_board), (end_board), (erase_next_level), (game_won): removed score display * src/boards/python/chat.py: changed port * src/boards/python/electric.py: fixed a bug when there is no wire on the first component and first node of it. * src/boards/submarine.c: (start_board), (end_board), (set_level), (submarine_next_level), (submarine_destroy_all_items), (submarine_create_item), (update_timeout), (update_timeout_slow), (update_timeout_very_slow), (game_won), (quit_after_delay), (ballast_av_purge_event), (ballast_ar_purge_event), (regleur_purge_event), (ballast_ar_chasse_event), (ballast_av_chasse_event), (regleur_chasse_event), (barre_av_event), (barre_ar_event), (engine_event), (air_compressor_event), (battery_charger_event), (submarine_explosion): reworked this activity to include a goal (a gate on the right) * src/gcompris/file_selector.c: (display_file_selector): fixed entry size. no more limit in read. This fixes a bug in which you cannot reload a file created at it's maximun file length we support. ChangeLog | 24 ++++ boards/clickgame/README | 2 + boards/submarine/README | 5 + boards/submarine/sub_bg.jpg | Bin 40477 -> 79148 bytes src/boards/erase.c | 8 - src/boards/python/chat.py | 7 +- src/boards/python/electric.py | 9 +- src/boards/submarine.c | 286 ++++++++++++++++++++++++++--------------- src/gcompris/file_selector.c | 3 +- 9 files changed, 225 insertions(+), 119 deletions(-) commit b263c14d9382f5ce579bbc611f2e8d10063e15af Author: Bruno Coudoin Date: Fri Dec 15 20:15:13 2006 +0000 Removed deprecated scale files po/POTFILES.in | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) commit 8412d868f6c206c1123d76c06f0be5cf190b6f11 Author: Yves Combe Date: Wed Dec 13 00:19:04 2006 +0000 file configure.in_ALONE was initially added on branch EXPERIMENTAL. commit 0bdf7466964f263793a735c1d994d2efcf2b2f11 Author: Bruno Coudoin Date: Tue Dec 12 23:42:20 2006 +0000 - Added more sound effects to many activities ChangeLog | 23 ++++++++++++++++++++ boards/sounds/Harbor1.wav | Bin 0 -> 74796 bytes boards/sounds/Harbor3.wav | Bin 0 -> 88254 bytes boards/sounds/README | 4 +++ boards/sounds/Water5.wav | Bin 0 -> 88368 bytes boards/sounds/apert2.wav | Bin 0 -> 60904 bytes boards/sounds/eat.wav | Bin 0 -> 22634 bytes boards/sounds/receive.wav | Bin 0 -> 55008 bytes src/boards/algebra_guesscount.c | 3 ++ src/boards/enumerate.c | 6 +++- src/boards/machpuzzle.c | 2 + src/boards/python/anim.py | 13 ++++++++++- src/boards/python/chat.py | 4 +++ src/boards/python/gnumch.py | 18 ++++++++++------ src/boards/python/hexagon.py | 23 ++++++++++++-------- src/boards/python/watercycle.py | 43 ++++++++++++++++++++++++-------------- src/boards/submarine.c | 1 + 17 files changed, 105 insertions(+), 35 deletions(-) commit 4d1bd28395182c5f7402db6d13958891b4bce23a Author: Yves Combe Date: Tue Dec 12 21:29:30 2006 +0000 file demo.py was initially added on branch EXPERIMENTAL. commit 3a9434198abd3bc20ef6e71617b117e8deb468b7 Author: Bruno Coudoin Date: Tue Dec 12 00:38:40 2006 +0000 - Improvement in the new scale activity my Miguel. removed deprecated code from shapegame. removed old scale activity based on the puzzle code. rescaled the tabepice.jpg image to better suit the new scale. ChangeLog | 43 ++++ boards/Makefile.am | 2 +- boards/scales/Makefile.am | 35 --- boards/scales/balance.png | Bin 41659 -> 18004 bytes boards/scales/board1_0.xml.in | 14 -- boards/scales/board1_1.xml.in | 14 -- boards/scales/board1_2.xml.in | 15 -- boards/scales/board1_3.xml.in | 15 -- boards/scales/board1_4.xml.in | 15 -- boards/scales/board1_5.xml.in | 15 -- boards/scales/board2_0.xml.in | 15 -- boards/scales/board2_1.xml.in | 16 -- boards/scales/board2_2.xml.in | 16 -- boards/scales/board2_3.xml.in | 16 -- boards/scales/board2_4.xml.in | 16 -- boards/scales/board2_5.xml.in | 16 -- boards/scales/board3_0.xml.in | 16 -- boards/scales/board3_1.xml.in | 16 -- boards/scales/board3_2.xml.in | 16 -- boards/scales/board3_3.xml.in | 17 -- boards/scales/board3_4.xml.in | 17 -- boards/scales/board3_5.xml.in | 17 -- boards/scales/bras.png | Bin 14853 -> 3180 bytes boards/scales/plateau.png | Bin 9635 -> 5479 bytes boards/scales/scales.png | Bin 50493 -> 0 bytes boards/scales/tabepice.jpg | Bin 43837 -> 69638 bytes configure.in | 1 - docs/C/python.html | 12 +- docs/C/python.xml | 4 + src/boards/scale.c | 456 ++++++++++++++++++++++++++++++++--------- src/boards/shapegame.c | 63 +----- 31 files changed, 423 insertions(+), 475 deletions(-) commit 8257fb61ca11c21ad306ca79dcdd18a0e5774fca Author: Bruno Coudoin Date: Mon Dec 11 00:02:22 2006 +0000 - Moved chat out of experimental. It has an icon now created from the xchat icon of the gartoon theme. More help displayed. Scrolling now follow the last text message - Replaced cursors by a new cursor set from Franck. - Now erase uses the sponge cursor. ChangeLog | 27 ++++++++++++++ INSTALL | 1 + boards/boardicons/chat.png | Bin 0 -> 5937 bytes boards/chat.xml.in | 9 +++-- boards/skins/gartoon/cursor_circle.png | Bin 1485 -> 3203 bytes boards/skins/gartoon/cursor_default.png | Bin 1586 -> 2184 bytes boards/skins/gartoon/cursor_del.png | Bin 3139 -> 5170 bytes boards/skins/gartoon/cursor_fill.png | Bin 1680 -> 2681 bytes boards/skins/gartoon/cursor_fillcircle.png | Bin 1092 -> 2969 bytes boards/skins/gartoon/cursor_fillrect.png | Bin 584 -> 2836 bytes boards/skins/gartoon/cursor_line.png | Bin 758 -> 1683 bytes boards/skins/gartoon/cursor_rect.png | Bin 701 -> 2598 bytes boards/skins/gartoon/cursor_select.png | Bin 1245 -> 2378 bytes po/POTFILES.in | 2 + src/boards/clockgame.c | 1 - src/boards/erase.c | 10 ++++-- src/boards/python/Makefile.am | 1 + src/boards/python/chat.py | 54 +++++++++++++++++++++------- 18 files changed, 84 insertions(+), 21 deletions(-) commit 09257c525f018d37301d64648a834dd0a9090bba Author: Yves Combe Date: Sat Dec 9 00:24:58 2006 +0000 file Makefile.am was initially added on branch EXPERIMENTAL. commit 1e9212184ff9d097bfaed40515dc26a870770d5a Author: Yves Combe Date: Sat Dec 9 00:24:58 2006 +0000 file gc_sound.defs was initially added on branch EXPERIMENTAL. commit 84d307a4b5be3bcfdc8071c03eac4dcd7b576e77 Author: Yves Combe Date: Sat Dec 9 00:24:58 2006 +0000 file gc_sound.override was initially added on branch EXPERIMENTAL. commit 83dceba7b810b48c13af1a38b2d0094909562f89 Author: Yves Combe Date: Sat Dec 9 00:24:58 2006 +0000 file gc_sound_module.c was initially added on branch EXPERIMENTAL. commit d46cc9aae8ecf62eee032c1188f13e2b6d7aebec Author: Bruno Coudoin Date: Sat Dec 9 00:18:19 2006 +0000 - Created a new activity, a mini local chat based on multicast. It does not require a server. * src/boards/python/electric.py: used gobject.source_remove() instead of GTK API * src/gcompris/gcompris.c: (gc_init): fixed static init where it needs allocated memory. ChangeLog | 14 ++- boards/Makefile.am | 1 + boards/chat.xml.in | 15 +++ src/boards/python/chat.py | 249 +++++++++++++++++++++++++++++++++++++++++ src/boards/python/electric.py | 2 +- src/gcompris/gcompris.c | 4 +- 6 files changed, 281 insertions(+), 4 deletions(-) commit 1a9f2b42c706787c63fa71d73f756ee107489654 Author: Bruno Coudoin Date: Fri Dec 8 00:29:39 2006 +0000 - Added more sound effects. All taken from tuxpaints. ChangeLog | 20 ++++++++++++++++++++ src/boards/canal_lock.c | 6 +++++- src/boards/clockgame.c | 26 +++++++++++++++++++------- src/boards/leftright.c | 2 ++ src/boards/paratrooper.c | 6 ++++-- src/boards/python/algorithm.py | 5 +++++ src/boards/submarine.c | 13 +++++++++++++ src/gcompris/bar.c | 1 + src/gcompris/dialog.c | 2 ++ src/gcompris/help.c | 1 + 10 files changed, 72 insertions(+), 10 deletions(-) commit 19985820d16fe887628e1a77be68d762fce1f376 Author: Yves Combe Date: Thu Dec 7 23:19:54 2006 +0000 By Miguel DE IZARRA: - scale: works with two differents level. (normal and find total). - shapegame: fix highlight bug. ChangeLog | 11 +++ src/boards/scale.c | 166 ++++++++++++++++++++++++++++++++++++++++++++++-- src/boards/shapegame.c | 1 - 3 files changed, 170 insertions(+), 8 deletions(-) commit 40504cab8522a3c85fa7b846bb186b8d5ec55f65 Author: Bruno Coudoin Date: Thu Dec 7 00:10:14 2006 +0000 - Added more sound effects. All taken from tuxpaints. - Added more sound effects. All taken from tuxpaints. ChangeLog | 22 ++++++++++++++++++++++ Makefile.mingw.in | 2 +- README.mingw | 7 +++++++ boards/sounds/grow.wav | Bin 0 -> 6694 bytes boards/sounds/paint1.wav | Bin 0 -> 3120 bytes boards/sounds/prompt.wav | Bin 0 -> 2196 bytes src/boards/advanced_colors.c | 1 + src/boards/colors.c | 1 + src/boards/maze.c | 25 ++++++++++++++++++++----- src/boards/memory.c | 13 ++++++++----- src/boards/python/mosaic.py | 3 +++ src/boards/railroad.c | 2 ++ src/boards/read_colors.c | 1 + src/boards/shapegame.c | 7 ++++++- 14 files changed, 72 insertions(+), 12 deletions(-) commit ca80461471f528d2a33cd8aeedf27f8174c37ff3 Author: Francisco Javier F. Serrador Date: Wed Dec 6 22:16:41 2006 +0000 Updated Spanish translation. 2006-12-06 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 545 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 311 insertions(+), 238 deletions(-) commit ddbacc25d5222c2fae4096477be9fae40d454bde Author: Bruno Coudoin Date: Wed Dec 6 00:47:05 2006 +0000 - Fixed 2 annoying bug in anim/draw: It's now easy to move text by using it's anchor The DEL key works now. ChangeLog | 10 +++++++++- src/boards/python/anim.py | 45 +++++++++++++++++++++++---------------------- 2 files changed, 32 insertions(+), 23 deletions(-) commit b241c73368d536452ffe0fb7d14ccf29a0d5ea40 Author: Yves Combe Date: Tue Dec 5 23:36:38 2006 +0000 change sounds to new (made with csound). ChangeLog | 13 +++++++++++++ boards/sounds/melody/guitar/son1.ogg | Bin 4640 -> 14576 bytes boards/sounds/melody/guitar/son2.ogg | Bin 4628 -> 11249 bytes boards/sounds/melody/guitar/son3.ogg | Bin 4631 -> 10465 bytes boards/sounds/melody/guitar/son4.ogg | Bin 4649 -> 7168 bytes boards/sounds/melody/xylofon/son1.ogg | Bin 4910 -> 50654 bytes boards/sounds/melody/xylofon/son2.ogg | Bin 6235 -> 50979 bytes boards/sounds/melody/xylofon/son3.ogg | Bin 5958 -> 53949 bytes boards/sounds/melody/xylofon/son4.ogg | Bin 6388 -> 50580 bytes 9 files changed, 13 insertions(+), 0 deletions(-) commit 7f1bd87bffd97836e7178a530a8706215958e337 Author: Bruno Coudoin Date: Mon Dec 4 22:35:54 2006 +0000 - Improved by Joshua, on a suggestion of Jose. Now the fish count is decreased when one fish escapes the children. ChangeLog | 7 +++++++ src/boards/clickgame.c | 24 ++++++++++++++++-------- 2 files changed, 23 insertions(+), 8 deletions(-) commit b138acc50926824de69e466f7d067f6e4bb6d091 Author: Bruno Coudoin Date: Mon Dec 4 21:50:58 2006 +0000 - New images from Guillaume Rousse (released under GPL) are replacing all undersea images for clickgame. ChangeLog | 15 +++++++++++++++ boards/clickgame.xml.in | 19 ++++--------------- boards/clickgame/README | 3 +++ boards/clickgame/sea1.jpg | Bin 0 -> 84479 bytes boards/clickgame/sea2.jpg | Bin 0 -> 76028 bytes boards/clickgame/sea3.jpg | Bin 0 -> 95986 bytes boards/clickgame/sea4.jpg | Bin 0 -> 76201 bytes boards/clickgame/sea5.jpg | Bin 0 -> 124757 bytes boards/clickgame/sea6.jpg | Bin 0 -> 34816 bytes src/boards/clickgame.c | 12 ++++++------ 10 files changed, 28 insertions(+), 21 deletions(-) commit 740d123d5dd731c52d435b82a27ed27722a17849 Author: Bruno Coudoin Date: Mon Dec 4 21:19:16 2006 +0000 - Added eraser sounds from tuxpaint. - shapegame now uses the default cursor ChangeLog | 11 +++++++++++ boards/sounds/eraser1.wav | Bin 0 -> 9566 bytes boards/sounds/eraser2.wav | Bin 0 -> 8382 bytes src/boards/erase.c | 5 ++++- src/boards/shapegame.c | 13 +++++-------- 5 files changed, 20 insertions(+), 9 deletions(-) commit ab364cb87271bb8320a3041769d2000ac49b8d65 Author: Bruno Coudoin Date: Mon Dec 4 18:38:05 2006 +0000 - Added Korean support - Now fullscreen no more the default. ChangeLog | 11 +++++++++++ boards/flags/ko.png | Bin 0 -> 1891 bytes configure.in | 2 +- docs/gcompris2spip.pl | 5 ++++- src/gcompris/config.c | 1 + src/gcompris/properties.c | 2 +- 6 files changed, 18 insertions(+), 3 deletions(-) commit 4fe7f8c40a4e3856cae148d79f062a56ab8b712f Author: Yves Combe Date: Sun Dec 3 20:17:09 2006 +0000 By Miguel DE IZARRA: - shapegame: fix zommx/zoomy pb. - scale.c: new version of scale game ChangeLog | 19 ++ boards/scales/balance.png | Bin 0 -> 41659 bytes boards/scales/bras.png | Bin 0 -> 14853 bytes boards/scales/plateau.png | Bin 0 -> 9635 bytes boards/scalesboard.xml.in | 4 +- src/boards/Makefile.am | 4 + src/boards/hanoi.c | 3 + src/boards/scale.c | 444 +++++++++++++++++++++++++++++++++++++++++++++ src/boards/shapegame.c | 4 + 9 files changed, 476 insertions(+), 2 deletions(-) commit b1ed5c33d8d294ef383760a713e97084eee13996 Author: Bruno Coudoin Date: Sat Dec 2 00:09:16 2006 +0000 Create Korean Translation by: * ko.po: Create Korean Translation by: po/ChangeLog | 11 +- po/ko.po | 6156 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 6165 insertions(+), 2 deletions(-) commit 2474e4996506bcc54335e5d599ce104eaf4d1a89 Author: Djihed Afifi Date: Fri Dec 1 23:36:02 2006 +0000 Updated Arabic Translation. po/ChangeLog | 4 + po/ar.po | 3002 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 1479 insertions(+), 1527 deletions(-) commit 67e08d8bdeea95e93d753cb79e6464382492f1f7 Author: Bruno Coudoin Date: Fri Dec 1 21:07:04 2006 +0000 Feature enhancement by Joshua N Pritikin now there is a miminum time to * src/boards/erase.c: (erase_destroy_all_items), (erase_create_item), (erase_one_item), (item_event): Feature enhancement by Joshua N Pritikin now there is a miminum time to spend on each block to avoid children to move the mouse rapidly and not focusing on their gesture. The problem we observe at our school is that some young children (mostly boys) think that the way to win the normal mode of the erase game is the move the mouse as fast as possible. The attached patch adds a speed limit. The mouse must remain over the item for 50ms before the item is removed. ChangeLog | 12 +++++++++++ src/boards/erase.c | 57 ++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 52 insertions(+), 17 deletions(-) commit 5425a71add797027529211261a67bb3e9ca2ce10 Author: Yves Combe Date: Fri Dec 1 08:11:04 2006 +0000 file gc-sound-object.c was initially added on branch EXPERIMENTAL. commit 752e989a67420fbdd92410b392d7609987a27e98 Author: Yves Combe Date: Fri Dec 1 08:11:04 2006 +0000 file gc-sound-object.h was initially added on branch EXPERIMENTAL. commit dddb02bca535fc06a648f221e43c47d4c187b0ff Author: Yves Combe Date: Wed Nov 29 22:29:45 2006 +0000 file gc-sound-channel.c was initially added on branch EXPERIMENTAL. commit 9f7c1f5f3022623931a548d331a6d98634ac42f6 Author: Yves Combe Date: Wed Nov 29 22:29:45 2006 +0000 file gc-sound-channel.h was initially added on branch EXPERIMENTAL. commit e46fb5538f059aecb01b9fe21bfb0bfea1cc88f9 Author: Yves Combe Date: Wed Nov 29 22:29:45 2006 +0000 file gc-sound-item.c was initially added on branch EXPERIMENTAL. commit 558d09a92ef77c2e5c84885e54b62f3ad471dee4 Author: Yves Combe Date: Wed Nov 29 22:29:45 2006 +0000 file gc-sound-item.h was initially added on branch EXPERIMENTAL. commit 4bc9f6b21a78455510e8fee7021df1c7dfe8796f Author: Yves Combe Date: Wed Nov 29 22:29:45 2006 +0000 file gc-sound-marshallers.c was initially added on branch EXPERIMENTAL. commit f778b8e4889fb74566f58d471e0a352de2180e2d Author: Yves Combe Date: Wed Nov 29 22:29:45 2006 +0000 file gc-sound-marshallers.h was initially added on branch EXPERIMENTAL. commit f6a214ec31ff727c10664160588897a2a8762dbc Author: Yves Combe Date: Wed Nov 29 22:29:45 2006 +0000 file gc-sound-mixer-SDL.c was initially added on branch EXPERIMENTAL. commit 481438779ce0cfd192913866109a579219b8afe1 Author: Yves Combe Date: Wed Nov 29 22:29:45 2006 +0000 file gc-sound-mixer-SDL.h was initially added on branch EXPERIMENTAL. commit 530d193f79f47f43ae74da0f32a247619a9ea31b Author: Yves Combe Date: Wed Nov 29 22:29:45 2006 +0000 file gc-sound-mixer-private.h was initially added on branch EXPERIMENTAL. commit e094a0bd32a188762d58d61426284b43406e1c0f Author: Yves Combe Date: Wed Nov 29 22:29:45 2006 +0000 file gc-sound-mixer.c was initially added on branch EXPERIMENTAL. commit c49798fe36a103f617adc69f42d27208c08b3064 Author: Yves Combe Date: Wed Nov 29 22:29:45 2006 +0000 file gc-sound-mixer.h was initially added on branch EXPERIMENTAL. commit a37a41df85d8d1cd264c69ea5f00dc3297e5a449 Author: Yves Combe Date: Wed Nov 29 22:29:45 2006 +0000 file marshallers.list was initially added on branch EXPERIMENTAL. commit 85a7c586db1ccc074a49dc9eb8d61e48e118b939 Author: Alessio Frusciante Date: Wed Nov 29 22:23:13 2006 +0000 Updated Italian translation. po/ChangeLog | 5 + po/it.po | 7265 +++++++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 6694 insertions(+), 576 deletions(-) commit 7da6dda682f69800f02a844c417cd49ab57fae17 Author: Bruno Coudoin Date: Tue Nov 28 23:37:07 2006 +0000 - Added Audio effects on more activities. sounds taken from tuxpaint. ChangeLog | 27 ++++++++++++++++++++++ boards/sounds/bleep.wav | Bin 0 -> 1356 bytes boards/sounds/bubble.wav | Bin 0 -> 12302 bytes boards/sounds/darken.wav | Bin 0 -> 9356 bytes boards/sounds/drip.wav | Bin 0 -> 1484 bytes boards/sounds/flip.wav | Bin 0 -> 976 bytes boards/sounds/smudge.wav | Bin 0 -> 21548 bytes boards/sounds/tuxok.wav | Bin 0 -> 129418 bytes boards/sounds/youcannot.wav | Bin 0 -> 182630 bytes src/boards/clickgame.c | 7 ++++- src/boards/erase.c | 10 +++++++- src/boards/gletters.c | 3 +- src/boards/menu2.c | 2 +- src/boards/python/ballcatch.py | 4 +++ src/boards/python/followline.py | 34 +++++++++++++++++++++++++++- src/boards/smallnumbers.c | 47 ++++++++++++++++++++------------------- src/boards/wordsgame.c | 3 +- 17 files changed, 107 insertions(+), 30 deletions(-) commit 6753250a75d50838cc37161086c7b063d3c18d9e Author: Bruno Coudoin Date: Mon Nov 27 22:16:30 2006 +0000 added msvcr71.dll, not all windows have it. imported sounds from Tuxpaint. * Makefile.mingw.in: added msvcr71.dll, not all windows have it. * boards/sounds/README: imported sounds from Tuxpaint. * boards/sounds/brick.wav: * boards/sounds/line_end.wav: * src/boards/py-mod-gcompris.c: (python_gcompris_module_init): * src/boards/target.c: (animate_items), (launch_dart): added sounds. * src/boards/hanoi.c: (animate_items), (launch_dart): fixed bad index, was bringing GC in an infinite loop. ChangeLog | 12 ++++++++++++ Makefile.mingw.in | 3 ++- boards/sounds/README | 2 +- boards/sounds/brick.wav | Bin 0 -> 15266 bytes boards/sounds/line_end.wav | Bin 0 -> 8170 bytes src/boards/hanoi.c | 2 +- src/boards/py-mod-gcompris.c | 1 - src/boards/target.c | 4 ++++ 8 files changed, 20 insertions(+), 4 deletions(-) commit 8c73e64fa3c22112134863ef34334419c5747b0b Author: Bruno Coudoin Date: Sun Nov 26 23:47:49 2006 +0000 - Changed tha way we manage cursors. Now use the gdk_cursor_new_from_pixbuf() which allow us to use regular png images. - removed unused bird icon ChangeLog | 25 ++ boards/skins/gartoon/cursor_circle.png | Bin 0 -> 1485 bytes boards/skins/gartoon/cursor_default.png | Bin 0 -> 1586 bytes boards/skins/gartoon/cursor_del.png | Bin 0 -> 3139 bytes boards/skins/gartoon/cursor_fill.png | Bin 0 -> 1680 bytes boards/skins/gartoon/cursor_fillcircle.png | Bin 0 -> 1092 bytes boards/skins/gartoon/cursor_fillrect.png | Bin 0 -> 584 bytes boards/skins/gartoon/cursor_line.png | Bin 0 -> 758 bytes boards/skins/gartoon/cursor_rect.png | Bin 0 -> 701 bytes boards/skins/gartoon/cursor_select.png | Bin 0 -> 1245 bytes docs/C/python.xml | 3 - src/boards/py-mod-gcompris.c | 1 - src/gcompris/Makefile.am | 2 - src/gcompris/Makefile.mingw | 1 - src/gcompris/cursor.c | 89 ------ src/gcompris/cursor.h | 455 ---------------------------- src/gcompris/gcompris.c | 46 ++-- src/gcompris/gcompris.h | 15 +- 18 files changed, 49 insertions(+), 588 deletions(-) commit 14e87ea988bcafeac6c2b52c17e8f710053896a3 Author: Bruno Coudoin Date: Sat Nov 25 00:31:26 2006 +0000 - Patch by Joshua N Pritikin for parachute activity. Now an explanation is given at level 2 that up/down keys does control the falling speed. Added focus on plane and tux to show active objects. * src/boards/paratrooper.c: (key_press), (paratrooper_next_level), (paratrooper_move_plane), (paratrooper_move_cloud), (paratrooper_destroy_items), (paratrooper_destroy_all_items), (paratrooper_move_tux), (paratrooper_create_cloud), (paratrooper_add_new_item), (next_state), (item_event): ChangeLog | 12 ++++++++ src/boards/paratrooper.c | 67 ++++++++++++++++++++++++++++++++------------- 2 files changed, 59 insertions(+), 20 deletions(-) commit fedbcb018fb60737de195a4751282d0dd24a3398 Author: Bruno Coudoin Date: Sat Nov 25 00:14:00 2006 +0000 - Patch from Patrick GOLDBRONN, replaced water drop in erase because they are deleted too easily. 2 more level were the children must pass several times. * boards/images/transparent_square_green.png: * boards/images/transparent_square_yellow.png: * src/boards/erase.c: (start_board), (erase_next_level), (erase_create_item), (item_event): * src/gcompris/gcompris.c: (gc_init): added the display of wether or not xvidmode was compiled in. * src/gcompris/help.c: (gc_help_start), (item_event_help), (event_disable_right_click_popup): the GTK right click copy/paste menu is disabled now. ChangeLog | 21 +++++++++++- boards/images/transparent_square_green.png | Bin 0 -> 4444 bytes boards/images/transparent_square_yellow.png | Bin 0 -> 3646 bytes src/boards/erase.c | 47 ++++++++++++++++++++------- src/gcompris/gcompris.c | 8 ++++- src/gcompris/help.c | 13 +++++++ 6 files changed, 74 insertions(+), 15 deletions(-) commit 23da91c02ba4c9492a5a4036e4c445bdf0be7776 Author: Yves Combe Date: Fri Nov 24 22:13:00 2006 +0000 By Miguel DE IZARRA: - shadow mode can be unset in board xml file (shapegame). - little hand to help pick up shape in geography. - cleanup. ChangeLog | 18 +++++++ boards/babyshapes/board1_0.xml.in | 2 +- boards/babyshapes/board2_0.xml.in | 2 +- boards/babyshapes/board3_0.xml.in | 2 +- boards/babyshapes/board4_0.xml.in | 2 +- boards/babyshapes/board5_0.xml.in | 2 +- boards/babyshapes/board6_0.xml.in | 2 +- boards/babyshapes/board7_0.xml.in | 2 +- src/boards/shapegame.c | 101 +++++++++++++++++++++--------------- 9 files changed, 84 insertions(+), 49 deletions(-) commit 4f7499923eee423fb7230d113f73c655df38fb80 Author: Yves Combe Date: Fri Nov 24 21:42:35 2006 +0000 fix stupid bug, crash of shapegame in admin mode. ChangeLog | 6 ++++++ src/boards/shapegame.c | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) commit b69c470cf7053cbb14953a8c743bc6fa857fb710 Author: Yves Combe Date: Fri Nov 24 16:45:52 2006 +0000 add command line option to set global drag_mode. global drag_mode stored in properties. ChangeLog | 12 ++++++++++++ src/boards/shapegame.c | 1 - src/gcompris/drag.c | 4 ++-- src/gcompris/gcompris.c | 17 +++++++++++++++++ src/gcompris/gcompris.h | 2 ++ src/gcompris/properties.c | 1 + src/gcompris/properties.h | 1 + 7 files changed, 35 insertions(+), 3 deletions(-) commit ff072e33f596169c4c20ef14b9824b045ac493dd Author: Yves Combe Date: Fri Nov 24 12:41:45 2006 +0000 clean shapegame to not config locale if board is not "imagename". ChangeLog | 6 ++++++ src/boards/shapegame.c | 12 ++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) commit 94c8be46c0da59e027277faf2dae9999d90e11c0 Author: Yves Combe Date: Thu Nov 23 23:22:30 2006 +0000 add choice of DnD mode in config API. ChangeLog | 16 ++++ po/Makefile.in.in | 182 +++++++++++++++++-------------------------- src/boards/shapegame.c | 91 ++++++++++++++------- src/gcompris/board_config.c | 94 ++++++++++++++++++++++ src/gcompris/board_config.h | 2 + src/gcompris/drag.c | 16 ++++- src/gcompris/drag.h | 3 + 7 files changed, 260 insertions(+), 144 deletions(-) commit 9a45d8e9215b68d89744963d8400bb56762c83fc Author: Bruno Coudoin Date: Tue Nov 21 22:18:11 2006 +0000 Updated french sounds by J.P. Ayanides ChangeLog | 17 ++++++ boards/sounds/fr/geography/africa.ogg | Bin 10993 -> 14710 bytes boards/sounds/fr/geography/america.ogg | Bin 15654 -> 21298 bytes boards/sounds/fr/geography/basse-normandie.ogg | Bin 0 -> 19476 bytes boards/sounds/fr/geography/champagne-ardenne.ogg | Bin 0 -> 18870 bytes boards/sounds/fr/geography/franche-conte.ogg | Bin 0 -> 12380 bytes boards/sounds/fr/geography/oceania.ogg | Bin 11140 -> 18358 bytes boards/sounds/fr/geography/poitou-charentes.ogg | Bin 0 -> 16534 bytes boards/sounds/fr/geography/slovania.ogg | Bin 0 -> 17133 bytes boards/sounds/so/alphabet/README | 47 +++++++++++++++ boards/sounds/so/colors/README | 11 ++++ boards/sounds/so/geography/README | 68 ++++++++++++++++++++++ boards/sounds/so/misc/README | 21 +++++++ 13 files changed, 164 insertions(+), 0 deletions(-) commit 6b8282ba2603a4fcd39e7e28e630ac3e98a32c3d Author: Bruno Coudoin Date: Tue Nov 21 21:01:47 2006 +0000 renamed release 8.3BETA1 removed a double call to gcompris.sound.reopen * configure.in: renamed release 8.3BETA1 * src/boards/python/tuxpaint.py: removed a double call to gcompris.sound.reopen A patch from Miguel: in drag : - fix problem when we leave an activity during a drag and drop (in 2 clicks mode) - activities can choose the drag mode (grab, 2clicks or both) in shapegame: - shadow pieces are semi-transparent - remove gnome canvas warning when targetfile is used in pixbuf_util; - add pixbuf_add_transparent function for shadow pieces * src/boards/shapegame.c: (start_board), (end_board), (shape_goes_back_to_list), (target_point_switch_on), (item_event_drag), (get_element_count_listgroup), (get_no_void_group), (update_shapelist_item), (create_title): * src/gcompris/drag.c: (gc_drag_item_move), (gc_drag_event), (gc_drag_event_root), (gc_drag_start), (gc_drag_stop): * src/gcompris/drag.h: * src/gcompris/pixbuf_util.c: (pixbuf_add_transparent): * src/gcompris/pixbuf_util.h: * src/gcompris/about.c: added Yves Combe in the contributor list. Not everybody is in it but Yves really deserve it. * src/gcompris/sdlplayer.c: (sdlplayer_init), (sdlplayer_reopen): minor reformating ChangeLog | 34 ++++++++++++++++++++++++++++++++++ configure.in | 4 ++-- src/boards/py-mod-sound.c | 8 ++++---- src/boards/python/tuxpaint.py | 13 ++++--------- src/boards/shapegame.c | 38 +++++++++++++++++++------------------- src/gcompris/about.c | 2 +- src/gcompris/drag.c | 25 ++++++++++++++++++++----- src/gcompris/drag.h | 8 +++++++- src/gcompris/pixbuf_util.c | 37 +++++++++++++++++++++++++++++++++++++ src/gcompris/pixbuf_util.h | 1 + src/gcompris/sdlplayer.c | 14 ++++++++------ 11 files changed, 137 insertions(+), 47 deletions(-) commit 8a1ac36104eb47e9b57c09d4d1080a7868a5a48f Author: Bruno Coudoin Date: Sun Nov 19 22:51:31 2006 +0000 - Improved parachutist activity. It is now more fun to play and more realistic. Thanks to Joshua N Pritikin. ChangeLog | 8 ++++++++ src/boards/paratrooper.c | 43 +++++++++++++++++++++++++++++-------------- 2 files changed, 37 insertions(+), 14 deletions(-) commit d7192eeabe3866e988a7d780bdf478d5c7e03ce3 Author: Djihed Afifi Date: Sat Nov 18 18:55:45 2006 +0000 updated Arabic po/ChangeLog | 4 + po/ar.po | 2942 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 1613 insertions(+), 1333 deletions(-) commit ed0c26a23df68c6c926cec3f3fbb1ec0ec5cefdb Author: Yves Combe Date: Sat Nov 18 15:09:08 2006 +0000 Fix (hope it's fixed !) crash related to sound_reopen. Fix delay launching tuxpaint. ChangeLog | 10 ++++++++++ src/gcompris/config.c | 4 ---- src/gcompris/sdlplayer.c | 5 +++-- src/gcompris/soundutil.c | 29 +++++++++++++++++------------ 4 files changed, 30 insertions(+), 18 deletions(-) commit 033e5560b683978b7c129c884f2644e42af921ff Author: Bruno Coudoin Date: Sat Nov 18 13:13:37 2006 +0000 pt_BR.po: Updated by Frederico Goncalves Guimaraes po/ChangeLog | 4 + po/pt_BR.po | 760 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 407 insertions(+), 357 deletions(-) commit 54bc2ba65724f2e287ee4f8fccb3dcddbc60468e Author: Bruno Coudoin Date: Fri Nov 17 23:45:34 2006 +0000 Removed a printout src/boards/python/electric.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 13ee6c41f57e9506834260f5eae4b05b66b6faeb Author: Bruno Coudoin Date: Fri Nov 17 23:41:35 2006 +0000 Fixed electricity to work with gnucap-20060830-1mdv2007.0 It should work * INSTALL: * po/Makefile.in.in: * src/boards/python/electric.py: Fixed electricity to work with gnucap-20060830-1mdv2007.0 It should work with other gnucap release as well but untested. ChangeLog | 7 ++ INSTALL | 1 - po/Makefile.in.in | 182 +++++++++++++++++++++++++---------------- src/boards/python/electric.py | 62 ++++++++------ 4 files changed, 156 insertions(+), 96 deletions(-) commit d9c85dab4f9021b09be9934f977a222975bcc6ab Author: Yves Combe Date: Thu Nov 16 23:30:24 2006 +0000 Melody: reset policy at bonus call to make last sound play. ChangeLog | 6 ++++++ src/boards/python/melody.py | 3 +++ 2 files changed, 9 insertions(+), 0 deletions(-) commit 02ac75e04d58e1fc3c22cb0ea4a729e2cab686f5 Author: Yves Combe Date: Thu Nov 16 22:54:09 2006 +0000 fake (2clicks) dnd in GCompris. ChangeLog | 26 ++ src/boards/shapegame.c | 889 ++++++++++++++-------------------------------- src/gcompris/Makefile.am | 2 + src/gcompris/drag.c | 148 ++++++++ src/gcompris/drag.h | 40 ++ src/gcompris/gameutil.c | 2 +- 6 files changed, 479 insertions(+), 628 deletions(-) commit ec5a305207eaca7ebb362d8700158fd8281a143e Author: Bruno Coudoin Date: Tue Nov 14 23:20:57 2006 +0000 Fixed untranslated combo ChangeLog | 6 ++++++ src/boards/wordprocessor.c | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) commit 4eb3f07ff753d0be9b622961bd34b0477d9134fa Author: Yves Combe Date: Tue Nov 14 13:53:20 2006 +0000 file depcomp was initially added on branch EXPERIMENTAL. commit f20f509067e24934f390ad18809131bdafbc6744 Author: Yves Combe Date: Tue Nov 14 11:54:49 2006 +0000 file Makefile.am was initially added on branch EXPERIMENTAL. commit f031793b415625840f0faa61ff5444088f760967 Author: Yves Combe Date: Tue Nov 14 11:54:49 2006 +0000 file gc-sound-channel.gob was initially added on branch EXPERIMENTAL. commit 533e5e460fa736bf207b1d7898afcd3f4dcaa601 Author: Yves Combe Date: Tue Nov 14 11:54:49 2006 +0000 file gc-sound-item.gob was initially added on branch EXPERIMENTAL. commit 61b729dc89f28751d8a5b91de695eabf3a5b0fae Author: Yves Combe Date: Tue Nov 14 11:54:49 2006 +0000 file gc-sound-mixer.gob was initially added on branch EXPERIMENTAL. commit 2b39565232d1937ba82eedef820884ff39a2d236 Author: Yves Combe Date: Tue Nov 14 11:54:49 2006 +0000 file gc-sound.h was initially added on branch EXPERIMENTAL. commit dc60397eabb07b1c877d3e158f11abb4fb4ed69d Author: Yves Combe Date: Tue Nov 14 11:54:49 2006 +0000 file test_gc_sound.c was initially added on branch EXPERIMENTAL. commit cce10f6793bd7bee255d67748635b1aa963cf907 Author: Yves Combe Date: Tue Nov 14 11:54:46 2006 +0000 file ChangeLog was initially added on branch EXPERIMENTAL. commit 15f149fb4b0977aeffdb87a8c1deda8b8040ac75 Author: Yves Combe Date: Tue Nov 14 11:54:46 2006 +0000 file INSTALL was initially added on branch EXPERIMENTAL. commit 0e36fb7b56a91ac4c94047919109af300bfd874c Author: Yves Combe Date: Tue Nov 14 11:54:46 2006 +0000 file NEWS was initially added on branch EXPERIMENTAL. commit 296b768a604fc777a508781a9d912fcb5002fc07 Author: Yves Combe Date: Tue Nov 14 11:54:46 2006 +0000 file README was initially added on branch EXPERIMENTAL. commit 6baea7eaed7adcd6d8e54cbe1145724916b69d69 Author: Yves Combe Date: Tue Nov 14 11:54:46 2006 +0000 file aclocal.m4 was initially added on branch EXPERIMENTAL. commit 656a7c2a84238cab78e32a5843849280a65ee537 Author: Yves Combe Date: Tue Nov 14 11:54:46 2006 +0000 file compile was initially added on branch EXPERIMENTAL. commit 89767617658735b245bd35cebcf0e1fa7789acd2 Author: Yves Combe Date: Tue Nov 14 11:54:46 2006 +0000 file config.guess was initially added on branch EXPERIMENTAL. commit 97140657c96d7a9b181f5d794987b1d2a3b7ab9d Author: Yves Combe Date: Tue Nov 14 11:54:46 2006 +0000 file config.sub was initially added on branch EXPERIMENTAL. commit ff29cfbc4775556f50c1be31325e8467c23a82aa Author: Yves Combe Date: Tue Nov 14 11:54:46 2006 +0000 file configure.in was initially added on branch EXPERIMENTAL. commit 19760ddc546e18340f63cd4e8b246685dd2cb803 Author: Yves Combe Date: Tue Nov 14 11:54:46 2006 +0000 file install-sh was initially added on branch EXPERIMENTAL. commit 2b16805ea411a33cfdf4439da7ec86c6a44640b9 Author: Yves Combe Date: Tue Nov 14 11:54:46 2006 +0000 file ltmain.sh was initially added on branch EXPERIMENTAL. commit 574719bb16580d16132a4c7594f79e3a7fc5865d Author: Yves Combe Date: Tue Nov 14 11:54:46 2006 +0000 file missing was initially added on branch EXPERIMENTAL. commit 06d0203372c80791ff995600a69acb8c910332e6 Author: Yves Combe Date: Tue Nov 14 11:54:45 2006 +0000 file AUTHORS was initially added on branch EXPERIMENTAL. commit 594568a01d827edf015c26b823f41bd123d05879 Author: Yves Combe Date: Tue Nov 14 11:54:45 2006 +0000 file COPYING was initially added on branch EXPERIMENTAL. commit 9016d9806b286d63dec93a4760335473a73bec08 Author: Bruno Coudoin Date: Mon Nov 13 21:56:56 2006 +0000 changed to no more use open. open is not portable and it fails to open * src/gcompris/properties.c: (gc_prop_config_file_get), (gc_prop_new): changed to no more use open. open is not portable and it fails to open file with utf8 characters on windows. ChangeLog | 6 ++++++ src/gcompris/properties.c | 19 +++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) commit 740b3ae36d911523fd8a23552f04f2de6434660b Author: Ronny Standtke Date: Sun Nov 12 22:58:22 2006 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 408 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 247 insertions(+), 165 deletions(-) commit a947a5b18956e90878ced860dd9d4b94da9a432e Author: Bruno Coudoin Date: Sun Nov 12 15:29:20 2006 +0000 Added a connect4 two player mode ChangeLog | 10 + boards/Makefile.am | 1 + boards/connect4-2players.xml.in | 18 ++ boards/connect4.xml.in | 2 +- po/POTFILES.in | 1 + src/boards/python/connect4.py | 557 +++++++++++++++++++++----------------- 6 files changed, 339 insertions(+), 250 deletions(-) commit cf3c2ae09f6a4c6465a96202cad5ad43e10594c6 Author: Bruno Coudoin Date: Sun Nov 12 14:24:29 2006 +0000 Updated arabic translation by Nabil Ben Khalifa po/ChangeLog | 4 + po/ar.po | 5514 ++++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 4199 insertions(+), 1319 deletions(-) commit c4eadef4caf3b3eb682193729390fdeb7e5e3d11 Author: Bruno Coudoin Date: Sun Nov 12 13:40:05 2006 +0000 no more save translated text in the base. save the english version * src/gcompris/menu.c: (_add_xml_to_data): no more save translated text in the base. save the english version instead. ChangeLog | 5 +++++ src/gcompris/menu.c | 28 ++++++++++++++++------------ 2 files changed, 21 insertions(+), 12 deletions(-) commit 5555979c9cbe700c42446d76835e515c9ba1ec2a Author: Bruno Coudoin Date: Sun Nov 12 11:12:15 2006 +0000 - Added support for sqlite compilation under windows * 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 ChangeLog | 16 +++++++++++++++- Makefile.mingw.in | 15 +++++++++++---- src/boards/Makefile.mingw | 6 ++++-- src/boards/erase.c | 2 +- src/boards/python/melody.py | 38 ++++++++++++++++++++------------------ src/gcompris/Makefile.mingw | 8 ++++++-- tools/py2exe/gcompris.py | 5 +++-- 7 files changed, 60 insertions(+), 30 deletions(-) commit 0985b20beab740b5712d4e995aff898fac1887a5 Author: Bruno Coudoin Date: Fri Nov 10 22:07:21 2006 +0000 - Removed Ofset Logo. GCompris is no more an Ofset project. - Removed Ofset Logo. GCompris is no more an Ofset project. * boards/skins/gartoon/ofsetlogo.png: * src/gcompris/about.c: (gc_about_start): * src/gcompris/gameutil.c: Fixed to add G_STDIO_NO_WRAP_ON_UNIX * src/gcompris/gcompris.c: (gc_fullscreen_set): Applied a patch from Karl Tomlinson ChangeLog | 12 ++++++ boards/skins/gartoon/ofsetlogo.png | Bin 12184 -> 0 bytes src/gcompris/about.c | 74 ++++------------------------------- src/gcompris/gameutil.c | 3 +- src/gcompris/gcompris.c | 10 ++++- 5 files changed, 31 insertions(+), 68 deletions(-) commit 0395be6250df92be0cecbb73a7b39b04dc8186ea Author: Yves Combe Date: Fri Nov 10 08:39:49 2006 +0000 Add python binding for sound policy (gcompris.sound). ChangeLog | 10 +++ po/Makefile.in.in | 182 +++++++++++++++++-------------------------- src/boards/py-mod-sound.c | 40 ++++++++++ src/boards/python/melody.py | 4 + 4 files changed, 124 insertions(+), 112 deletions(-) commit 0a496b6f0c718c905ea63122af315ee6faeab601 Author: Bruno Coudoin Date: Thu Nov 9 23:13:19 2006 +0000 Minor, added comment on how to add tuxpaint and sqlite support Makefile.mingw.in | 2 +- tools/py2exe/gcompris.py | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) commit 83086d73f57cb62f889537053a1aa2510c132414 Author: Bruno Coudoin Date: Thu Nov 9 23:01:35 2006 +0000 Minor fix for the prep target Makefile.mingw.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 091bfc7e93756d9bf2cd3660f2dfd0a99013e860 Author: Bruno Coudoin Date: Thu Nov 9 20:50:15 2006 +0000 Minor, just re-formatted to fit 80 columns README.mingw-cross | 24 +++++-- TODO | 1 + po/Makefile.in.in | 182 ++++++++++++++++++++++++++++++++-------------------- 3 files changed, 129 insertions(+), 78 deletions(-) commit 73289ca1d9abe9d962a02df669717eb92000473c Author: Bruno Coudoin Date: Thu Nov 9 19:57:35 2006 +0000 Missing #define G_STDIO_NO_WRAP_ON_UNIX src/gcompris/gameutil.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit a9b4f53ad3f94c572f02b1351ccda8dcc4b5bb46 Author: Yves Combe Date: Thu Nov 9 09:53:06 2006 +0000 Landing of GCOMPRIS_8_2_CROSSCOMPIL branch. Allow cross compilation for win32 with mingw/Linux. Use GLib functions instead of unix one . Adapt Tuxpaint launcher to make it work on Windows. ChangeLog | 80 ++++++ Makefile.am | 14 + Makefile.mingw.in | 6 +- README.mingw-cross | 39 +++ acinclude.m4 | 23 ++- configure.in | 110 +++++++-- cross-configure.sh | 110 ++++++++ cross-make.sh | 9 + gcompris-installer.nsi.in | 50 ++-- po/Makefile.in.in | 182 ++++++--------- src/boards/Makefile.am | 102 +++++---- src/boards/Makefile.mingw | 2 +- src/boards/advanced_colors.c | 8 +- src/boards/algebra.c | 6 +- src/boards/algebra_guesscount.c | 6 +- src/boards/awele.c | 14 +- src/boards/awele_alphaBeta.c | 2 +- src/boards/awele_utils.c | 2 +- src/boards/click_on_letter.c | 6 +- src/boards/clickgame.c | 5 +- src/boards/clockgame.c | 14 +- src/boards/colors.c | 6 +- src/boards/crane.c | 4 +- src/boards/enumerate.c | 6 +- src/boards/erase.c | 4 +- src/boards/fifteen.c | 5 +- src/boards/gletters.c | 4 +- src/boards/gtans.c | 8 - src/boards/gtans_support.c | 11 +- src/boards/hanoi.c | 8 +- src/boards/imageid.c | 2 +- src/boards/leftright.c | 2 +- src/boards/machpuzzle.c | 2 +- src/boards/magic_hat.c | 8 +- src/boards/maze.c | 8 +- src/boards/memory.c | 10 +- src/boards/missingletter.c | 2 +- src/boards/money.c | 8 +- src/boards/paratrooper.c | 6 +- src/boards/planegame.c | 6 +- src/boards/py-mod-gcompris.c | 4 +- src/boards/python/tuxpaint.py | 524 ++++++++++++++++++++------------------- src/boards/railroad.c | 4 +- src/boards/read_colors.c | 6 +- src/boards/reading.c | 6 +- src/boards/reversecount.c | 4 +- src/boards/shapegame.c | 6 +- src/boards/smallnumbers.c | 6 +- src/boards/submarine.c | 4 +- src/boards/superbrain.c | 4 +- src/boards/target.c | 4 +- src/boards/wordsgame.c | 2 +- src/gcompris/Makefile.am | 32 ++- src/gcompris/Makefile.mingw | 2 +- src/gcompris/binreloc.c | 3 +- src/gcompris/board.c | 7 +- src/gcompris/board.h | 14 +- src/gcompris/bonus.c | 19 ++- src/gcompris/file_selector.c | 2 +- src/gcompris/gameutil.c | 15 +- src/gcompris/gameutil.h | 2 +- src/gcompris/gcompris.c | 16 +- src/gcompris/gcompris_db.c | 13 +- src/gcompris/images_selector.c | 2 +- src/gcompris/menu.c | 12 +- src/gcompris/properties.c | 17 +- src/gcompris/sdlplayer.c | 8 +- 67 files changed, 1004 insertions(+), 634 deletions(-) commit df642cc058ca8a81a780b0787040d085198148a3 Author: Bruno Coudoin Date: Wed Nov 8 23:31:48 2006 +0000 Removed uneeded boards/sounds/fr/geography/tt | 39 --------------------------------------- 1 files changed, 0 insertions(+), 39 deletions(-) commit 293142de4ace767b3a3cf742288b40863b40f746 Author: Bruno Coudoin Date: Tue Nov 7 21:54:35 2006 +0000 - Removed unused `no_undefined' ChangeLog | 7 ++ po/Makefile.in.in | 182 ++++++++++++++++++++++++++++------------------ src/gcompris/Makefile.am | 2 +- 3 files changed, 120 insertions(+), 71 deletions(-) commit 06f660920e6cfd8856b89808d8c902df49fbc3e9 Author: Bruno Coudoin Date: Tue Nov 7 00:44:44 2006 +0000 - Patch by Miguel DE IZARRA Patch for memory leaks in shapegame, wordlist, missingletter and reading. With this patch, in shapegame, we can finish a puzzle without changing pages to find pieces. - switch to a non-empty page when the current is empty - when clicking in previous/next page, change only to non-empty pages. ChangeLog | 33 ++++++++++ src/boards/missingletter.c | 1 + src/boards/reading.c | 10 ++- src/boards/shapegame.c | 153 ++++++++++++++++++++++--------------------- src/gcompris/wordlist.c | 2 +- 5 files changed, 120 insertions(+), 79 deletions(-) commit e4afbaa924d0cbc2da2eb0bf1c90c18a17ea08ce Author: Bruno Coudoin Date: Tue Nov 7 00:23:31 2006 +0000 Soudan typo is now fixed created Japanese flag from wikipedia Soudan typo * 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. ChangeLog | 14 ++++++++++++++ TODO | 1 - boards/flags/ja.png | Bin 0 -> 740 bytes boards/geography/board4_2.xml.in | 4 ++-- boards/wordprocessor.xml.in | 2 +- configure.in | 2 +- src/boards/py-mod-anim.c | 1 + src/boards/python/gnumch.py | 9 ++++++--- src/gcompris/config.c | 1 + 9 files changed, 26 insertions(+), 8 deletions(-) commit b0b826282a159f1e91f5f5adf097135052386f4b Author: Bruno Coudoin Date: Mon Nov 6 23:45:06 2006 +0000 Updated by Frederico Goncalves Guimaraes updated by Bruno to test python * pt_BR.po: Updated by Frederico Goncalves Guimaraes * fr.po: updated by Bruno to test python swapping params po/ChangeLog | 55 +- po/fr.po | 466 +++-- po/pt_BR.po | 6172 +++++++++++++++++++++++++++++++++++++++++++--------------- 3 files changed, 4892 insertions(+), 1801 deletions(-) commit 5cc9d09c377ab090682cc8e8cb4db5311b4dd523 Author: Yves Combe Date: Mon Nov 6 21:56:49 2006 +0000 New sound policy to halt previous sound before play. Test in memo sound. ChangeLog | 11 +++ po/Makefile.in.in | 182 ++++++++++++++++++---------------------------- src/boards/memory.c | 15 +++- src/gcompris/soundutil.c | 17 ++++ src/gcompris/soundutil.h | 1 + 5 files changed, 110 insertions(+), 116 deletions(-) commit bb1c239b5e36f903becd5245b3217f20ee08934c Author: Bruno Coudoin Date: Mon Nov 6 21:41:42 2006 +0000 Initial Japanese translation by Yuko Hirata Initial Japanese translation by Yuko Hirata po/ChangeLog | 4 + po/POTFILES.in | 2 + po/POTFILES.skip | 2 - po/ja.po | 5215 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 5221 insertions(+), 2 deletions(-) commit 60aa36cbbd6dbfb77f05e440ddf34b95cb9fa8c0 Author: Bruno Coudoin Date: Sun Nov 5 21:41:05 2006 +0000 *** RELEASE 8.2 *** 2006-11-05 Bruno coudoin - Fixed new activation system to work on windows. - Fixed Marathi voices by Anand Kulkarni ChangeLog | 17 +++++++++++++ README.mingw | 1 - boards/sounds/mr/geography/about.ogg | Bin 21686 -> 0 bytes boards/sounds/mr/geography/configuration.ogg | Bin 26847 -> 0 bytes boards/sounds/mr/misc/about.ogg | Bin 0 -> 21686 bytes boards/sounds/mr/misc/configuration.ogg | Bin 0 -> 26847 bytes config.h.mingw.in | 3 ++ configure.in | 1 + src/gcompris/gcompris.c | 33 ++++++++++++------------- 9 files changed, 37 insertions(+), 18 deletions(-) commit f0c7fa92180522af832b9cb382750ff16a5a384b Author: Bruno Coudoin Date: Sun Nov 5 21:39:36 2006 +0000 Updated Marathi by Sarvangin Vikas Sanstha, Pune, INDIA * mr.po: Updated Marathi by Sarvangin Vikas Sanstha, Pune, INDIA po/ChangeLog | 4 + po/mr.po | 2225 +++++++++++++++++++++++++++------------------------------- 2 files changed, 1023 insertions(+), 1206 deletions(-) commit ceecdcc18def00754bd74bed1ab85e6ee35d1302 Author: Bruno Coudoin Date: Sun Nov 5 11:40:54 2006 +0000 * boards/wordprocessor.xml.in: * src/boards/clickgame.c: (clickgame_move_item): ChangeLog | 66 ++++++++++++++++++++ boards/sounds/mr/geography/about.ogg | Bin 0 -> 21686 bytes boards/sounds/mr/geography/africa.ogg | Bin 0 -> 20570 bytes boards/sounds/mr/geography/algeria.ogg | Bin 0 -> 22256 bytes boards/sounds/mr/geography/america.ogg | Bin 0 -> 20379 bytes boards/sounds/mr/geography/angola.ogg | Bin 0 -> 16662 bytes boards/sounds/mr/geography/antartica.ogg | Bin 0 -> 22960 bytes boards/sounds/mr/geography/asia.ogg | Bin 0 -> 19158 bytes boards/sounds/mr/geography/benin.ogg | Bin 0 -> 17044 bytes boards/sounds/mr/geography/botswana.ogg | Bin 0 -> 23618 bytes boards/sounds/mr/geography/burkina.ogg | Bin 0 -> 16340 bytes boards/sounds/mr/geography/burundi.ogg | Bin 0 -> 18377 bytes boards/sounds/mr/geography/cameroon.ogg | Bin 0 -> 21455 bytes .../mr/geography/central_african_republic.ogg | Bin 0 -> 45280 bytes boards/sounds/mr/geography/chad.ogg | Bin 0 -> 16420 bytes boards/sounds/mr/geography/configuration.ogg | Bin 0 -> 26847 bytes boards/sounds/mr/geography/congo.ogg | Bin 0 -> 18574 bytes boards/sounds/mr/geography/djibouti.ogg | Bin 0 -> 19946 bytes boards/sounds/mr/geography/egypt.ogg | Bin 0 -> 12855 bytes boards/sounds/mr/geography/equatorial_guinea.ogg | Bin 0 -> 29994 bytes boards/sounds/mr/geography/eritrea.ogg | Bin 0 -> 18323 bytes boards/sounds/mr/geography/ethiopia.ogg | Bin 0 -> 20236 bytes boards/sounds/mr/geography/europe.ogg | Bin 0 -> 18469 bytes boards/sounds/mr/geography/gabon.ogg | Bin 0 -> 17344 bytes boards/sounds/mr/geography/gambia.ogg | Bin 0 -> 19245 bytes boards/sounds/mr/geography/ghana.ogg | Bin 0 -> 15323 bytes boards/sounds/mr/geography/guinea.ogg | Bin 0 -> 18131 bytes boards/sounds/mr/geography/guinea_bissau.ogg | Bin 0 -> 25450 bytes boards/sounds/mr/geography/ivory_coast.ogg | Bin 0 -> 30145 bytes boards/sounds/mr/geography/kenya.ogg | Bin 0 -> 17020 bytes boards/sounds/mr/geography/lesotho.ogg | Bin 0 -> 19605 bytes boards/sounds/mr/geography/liberia.ogg | Bin 0 -> 17864 bytes boards/sounds/mr/geography/libya.ogg | Bin 0 -> 16312 bytes boards/sounds/mr/geography/madagascar.ogg | Bin 0 -> 26396 bytes boards/sounds/mr/geography/malawi.ogg | Bin 0 -> 17107 bytes boards/sounds/mr/geography/mali.ogg | Bin 0 -> 16486 bytes boards/sounds/mr/geography/mauritania.ogg | Bin 0 -> 21831 bytes boards/sounds/mr/geography/moroco.ogg | Bin 0 -> 17680 bytes boards/sounds/mr/geography/mozambique.ogg | Bin 0 -> 22720 bytes boards/sounds/mr/geography/namibia.ogg | Bin 0 -> 18283 bytes boards/sounds/mr/geography/niger.ogg | Bin 0 -> 19451 bytes boards/sounds/mr/geography/nigeria.ogg | Bin 0 -> 20399 bytes boards/sounds/mr/geography/north_america.ogg | Bin 0 -> 24834 bytes boards/sounds/mr/geography/oceania.ogg | Bin 0 -> 27282 bytes boards/sounds/mr/geography/republic_of_congo.ogg | Bin 0 -> 27437 bytes boards/sounds/mr/geography/rwanda.ogg | Bin 0 -> 18029 bytes boards/sounds/mr/geography/senegal.ogg | Bin 0 -> 17996 bytes boards/sounds/mr/geography/sierra_leone.ogg | Bin 0 -> 25104 bytes boards/sounds/mr/geography/somalia.ogg | Bin 0 -> 19740 bytes boards/sounds/mr/geography/soudan.ogg | Bin 0 -> 16454 bytes boards/sounds/mr/geography/south_africa.ogg | Bin 0 -> 26198 bytes boards/sounds/mr/geography/south_america.ogg | Bin 0 -> 23966 bytes boards/sounds/mr/geography/swaziland.ogg | Bin 0 -> 19192 bytes boards/sounds/mr/geography/tanzania.ogg | Bin 0 -> 20789 bytes boards/sounds/mr/geography/togo.ogg | Bin 0 -> 14855 bytes boards/sounds/mr/geography/tunisia.ogg | Bin 0 -> 18168 bytes boards/sounds/mr/geography/uganda.ogg | Bin 0 -> 20317 bytes boards/sounds/mr/geography/zambia.ogg | Bin 0 -> 17057 bytes boards/sounds/mr/geography/zimbabwe.ogg | Bin 0 -> 19623 bytes boards/sounds/tr/geography/welcome.ogg | Bin 29306 -> 0 bytes boards/sounds/tr/misc/welcome.ogg | Bin 30857 -> 29306 bytes boards/wordprocessor.xml.in | 4 +- src/boards/clickgame.c | 6 ++ 63 files changed, 74 insertions(+), 2 deletions(-) commit 5b396888fa6cca29b614655d99be2b11b593cce4 Author: Bruno Coudoin Date: Sun Nov 5 00:23:17 2006 +0000 - Large review of the way we handle sounds. Fixed the API names to better match what we are doing. - Now the music on/off in the configure dialog acts in real time. - Now if music and fx are disabled we close the audio output. - Now we reopen the audio output properly if music or fx is selected again. ChangeLog | 19 +++++++++++ src/gcompris/config.c | 23 ++++++++++++- src/gcompris/sdlplayer.c | 77 ++++++++++++++++++---------------------------- src/gcompris/soundutil.c | 58 +++++++++++++++++----------------- src/gcompris/soundutil.h | 14 +++++--- 5 files changed, 108 insertions(+), 83 deletions(-) commit c3a6f5abbf48ccef5d291fcda574031289dc9fc5 Author: Bruno Coudoin Date: Sat Nov 4 20:03:54 2006 +0000 Support for autopackage 1.2 * INSTALL: * autopackage/default.apspec.in: Support for autopackage 1.2 * src/boards/clickgame.c: (canvas_event), (clickgame_start), (clickgame_next_level): A little bit speady, patched by Joshua * src/gcompris/gcompris.c: (gc_activation_check), (gc_init): changed the way --database and --create-db work. Now if the file pointed to --database does not exist, it is created. Now if --create-db is given and the base we point to already exist we erase it first and recreate it. * src/gcompris/sdlplayer.c: (sdlplayer_init), (sdlplayer_quit), (sdlplayer_bg), (sdlplayer), (sdlplayer_halt), (sdlplayer_close), (sdlplayer_reopen), (sdlplayer_pause), (sdlplayer_resume): * src/gcompris/soundutil.c: (gc_sound_init), (gc_sound_close), (gc_sound_reopen), (scheduler_bgnd), (thread_play_ogg): * src/gcompris/soundutil.h: Fixed random freeze when unsetting sounds in the config pannel. ChangeLog | 22 ++++++++++++++++ INSTALL | 7 +++++ autopackage/default.apspec.in | 2 +- src/boards/clickgame.c | 22 ++++++--------- src/gcompris/gcompris.c | 56 +++++++++++++++++++++++----------------- src/gcompris/sdlplayer.c | 46 +++++++++++++++++++++++---------- src/gcompris/soundutil.c | 15 ++++++++++- src/gcompris/soundutil.h | 3 +- 8 files changed, 119 insertions(+), 54 deletions(-) commit f835c7d1dde4020c8e5ebecd6eed7c80f6bc9a88 Author: Bruno Coudoin Date: Sat Nov 4 14:02:56 2006 +0000 - Added Somali voices by M. I. Mursal ChangeLog | 156 ++++++++++++++++++- autopackage/default.apspec.in | 20 +-- boards/sounds/so/alphabet/10.ogg | Bin 0 -> 9596 bytes boards/sounds/so/alphabet/11.ogg | Bin 0 -> 11961 bytes boards/sounds/so/alphabet/12.ogg | Bin 0 -> 13275 bytes boards/sounds/so/alphabet/13.ogg | Bin 0 -> 14325 bytes boards/sounds/so/alphabet/14.ogg | Bin 0 -> 14239 bytes boards/sounds/so/alphabet/15.ogg | Bin 0 -> 15433 bytes boards/sounds/so/alphabet/16.ogg | Bin 0 -> 14294 bytes boards/sounds/so/alphabet/17.ogg | Bin 0 -> 16976 bytes boards/sounds/so/alphabet/18.ogg | Bin 0 -> 14105 bytes boards/sounds/so/alphabet/19.ogg | Bin 0 -> 14735 bytes boards/sounds/so/alphabet/20.ogg | Bin 0 -> 12626 bytes boards/sounds/so/alphabet/U0030.ogg | Bin 0 -> 11344 bytes boards/sounds/so/alphabet/U0031.ogg | Bin 0 -> 9930 bytes boards/sounds/so/alphabet/U0032.ogg | Bin 0 -> 13447 bytes boards/sounds/so/alphabet/U0033.ogg | Bin 0 -> 12791 bytes boards/sounds/so/alphabet/U0034.ogg | Bin 0 -> 11190 bytes boards/sounds/so/alphabet/U0035.ogg | Bin 0 -> 11916 bytes boards/sounds/so/alphabet/U0036.ogg | Bin 0 -> 10896 bytes boards/sounds/so/alphabet/U0037.ogg | Bin 0 -> 12744 bytes boards/sounds/so/alphabet/U0038.ogg | Bin 0 -> 11637 bytes boards/sounds/so/alphabet/U0039.ogg | Bin 0 -> 11929 bytes boards/sounds/so/alphabet/U0061.ogg | Bin 0 -> 8782 bytes boards/sounds/so/alphabet/U0062.ogg | Bin 0 -> 10441 bytes boards/sounds/so/alphabet/U0063.ogg | Bin 0 -> 9266 bytes boards/sounds/so/alphabet/U0064.ogg | Bin 0 -> 9691 bytes boards/sounds/so/alphabet/U0065.ogg | Bin 0 -> 9094 bytes boards/sounds/so/alphabet/U0066.ogg | Bin 0 -> 9179 bytes boards/sounds/so/alphabet/U0067.ogg | Bin 0 -> 9082 bytes boards/sounds/so/alphabet/U0068.ogg | Bin 0 -> 8335 bytes boards/sounds/so/alphabet/U0069.ogg | Bin 0 -> 7637 bytes boards/sounds/so/alphabet/U006A.ogg | Bin 0 -> 8173 bytes boards/sounds/so/alphabet/U006B.ogg | Bin 0 -> 8516 bytes boards/sounds/so/alphabet/U006C.ogg | Bin 0 -> 7576 bytes boards/sounds/so/alphabet/U006D.ogg | Bin 0 -> 7772 bytes boards/sounds/so/alphabet/U006E.ogg | Bin 0 -> 9026 bytes boards/sounds/so/alphabet/U006F.ogg | Bin 0 -> 7298 bytes boards/sounds/so/alphabet/U0070.ogg | Bin 0 -> 8227 bytes boards/sounds/so/alphabet/U0071.ogg | Bin 0 -> 9626 bytes boards/sounds/so/alphabet/U0072.ogg | Bin 0 -> 8775 bytes boards/sounds/so/alphabet/U0073.ogg | Bin 0 -> 10774 bytes boards/sounds/so/alphabet/U0074.ogg | Bin 0 -> 7639 bytes boards/sounds/so/alphabet/U0075.ogg | Bin 0 -> 6805 bytes boards/sounds/so/alphabet/U0076.ogg | Bin 0 -> 8318 bytes boards/sounds/so/alphabet/U0077.ogg | Bin 0 -> 8223 bytes boards/sounds/so/alphabet/U0078.ogg | Bin 0 -> 9082 bytes boards/sounds/so/alphabet/U0079.ogg | Bin 0 -> 7312 bytes boards/sounds/so/alphabet/U007A.ogg | Bin 0 -> 7645 bytes boards/sounds/so/colors/black.ogg | Bin 0 -> 17031 bytes boards/sounds/so/colors/blue.ogg | Bin 0 -> 18510 bytes boards/sounds/so/colors/brown.ogg | Bin 0 -> 22176 bytes boards/sounds/so/colors/green.ogg | Bin 0 -> 17524 bytes boards/sounds/so/colors/grey.ogg | Bin 0 -> 19365 bytes boards/sounds/so/colors/orange.ogg | Bin 0 -> 17751 bytes boards/sounds/so/colors/pink.ogg | Bin 0 -> 23521 bytes boards/sounds/so/colors/purple.ogg | Bin 0 -> 17998 bytes boards/sounds/so/colors/red.ogg | Bin 0 -> 15570 bytes boards/sounds/so/colors/white.ogg | Bin 0 -> 17621 bytes boards/sounds/so/colors/yellow.ogg | Bin 0 -> 20696 bytes boards/sounds/so/geography/alaska.ogg | Bin 0 -> 13370 bytes boards/sounds/so/geography/albania.ogg | Bin 0 -> 13460 bytes boards/sounds/so/geography/argentina.ogg | Bin 0 -> 13071 bytes boards/sounds/so/geography/austria.ogg | Bin 0 -> 12214 bytes boards/sounds/so/geography/bahamas.ogg | Bin 0 -> 12235 bytes boards/sounds/so/geography/belarus.ogg | Bin 0 -> 11602 bytes boards/sounds/so/geography/belgium.ogg | Bin 0 -> 12194 bytes boards/sounds/so/geography/bolivia.ogg | Bin 0 -> 11504 bytes boards/sounds/so/geography/bosnia_herzegovina.ogg | Bin 0 -> 16894 bytes boards/sounds/so/geography/brazil.ogg | Bin 0 -> 10970 bytes boards/sounds/so/geography/bulgaria.ogg | Bin 0 -> 12988 bytes boards/sounds/so/geography/canada.ogg | Bin 0 -> 11153 bytes boards/sounds/so/geography/chile.ogg | Bin 0 -> 8557 bytes boards/sounds/so/geography/colombia.ogg | Bin 0 -> 11603 bytes boards/sounds/so/geography/costa_rica.ogg | Bin 0 -> 3557 bytes boards/sounds/so/geography/croatia.ogg | Bin 0 -> 11366 bytes boards/sounds/so/geography/cuba.ogg | Bin 0 -> 9208 bytes boards/sounds/so/geography/cyprus.ogg | Bin 0 -> 11146 bytes boards/sounds/so/geography/czech.ogg | Bin 0 -> 9780 bytes boards/sounds/so/geography/denmark.ogg | Bin 0 -> 10529 bytes boards/sounds/so/geography/dominican_republic.ogg | Bin 0 -> 17312 bytes boards/sounds/so/geography/ecuador.ogg | Bin 0 -> 11918 bytes boards/sounds/so/geography/estonia.ogg | Bin 0 -> 12499 bytes boards/sounds/so/geography/finland.ogg | Bin 0 -> 10834 bytes boards/sounds/so/geography/france.ogg | Bin 0 -> 11029 bytes boards/sounds/so/geography/french_guiana.ogg | Bin 0 -> 15055 bytes boards/sounds/so/geography/germany.ogg | Bin 0 -> 11928 bytes boards/sounds/so/geography/greece.ogg | Bin 0 -> 10087 bytes boards/sounds/so/geography/greenland.ogg | Bin 0 -> 10810 bytes boards/sounds/so/geography/guatemala.ogg | Bin 0 -> 11761 bytes boards/sounds/so/geography/guyana.ogg | Bin 0 -> 10561 bytes boards/sounds/so/geography/haiti.ogg | Bin 0 -> 9603 bytes boards/sounds/so/geography/honduras.ogg | Bin 0 -> 11698 bytes boards/sounds/so/geography/hungary.ogg | Bin 0 -> 11144 bytes boards/sounds/so/geography/iceland.ogg | Bin 0 -> 10304 bytes boards/sounds/so/geography/ireland.ogg | Bin 0 -> 12700 bytes boards/sounds/so/geography/italy.ogg | Bin 0 -> 10866 bytes boards/sounds/so/geography/jamaica.ogg | Bin 0 -> 10670 bytes boards/sounds/so/geography/latvia.ogg | Bin 0 -> 11935 bytes boards/sounds/so/geography/lithuania.ogg | Bin 0 -> 11435 bytes boards/sounds/so/geography/luxembourg.ogg | Bin 0 -> 12397 bytes boards/sounds/so/geography/macedonia.ogg | Bin 0 -> 11205 bytes boards/sounds/so/geography/mexico.ogg | Bin 0 -> 11448 bytes boards/sounds/so/geography/moldova.ogg | Bin 0 -> 9992 bytes boards/sounds/so/geography/netherland.ogg | Bin 0 -> 11130 bytes boards/sounds/so/geography/nicaragua.ogg | Bin 0 -> 12350 bytes boards/sounds/so/geography/norway.ogg | Bin 0 -> 8962 bytes boards/sounds/so/geography/panama.ogg | Bin 0 -> 11240 bytes boards/sounds/so/geography/paraguay.ogg | Bin 0 -> 10712 bytes boards/sounds/so/geography/peru.ogg | Bin 0 -> 11382 bytes boards/sounds/so/geography/poland.ogg | Bin 0 -> 10882 bytes boards/sounds/so/geography/portugal.ogg | Bin 0 -> 12312 bytes boards/sounds/so/geography/romania.ogg | Bin 0 -> 10852 bytes boards/sounds/so/geography/russia.ogg | Bin 0 -> 11061 bytes boards/sounds/so/geography/salvador.ogg | Bin 0 -> 13322 bytes boards/sounds/so/geography/serbia_montenegro.ogg | Bin 0 -> 16103 bytes boards/sounds/so/geography/slovakia.ogg | Bin 0 -> 13027 bytes boards/sounds/so/geography/slovenia.ogg | Bin 0 -> 11950 bytes boards/sounds/so/geography/spain.ogg | Bin 0 -> 12156 bytes boards/sounds/so/geography/suriname.ogg | Bin 0 -> 12216 bytes boards/sounds/so/geography/sweden.ogg | Bin 0 -> 10504 bytes boards/sounds/so/geography/switz.ogg | Bin 0 -> 11809 bytes boards/sounds/so/geography/turkey.ogg | Bin 0 -> 10836 bytes boards/sounds/so/geography/ukraine.ogg | Bin 0 -> 11384 bytes boards/sounds/so/geography/united_kingdom.ogg | Bin 0 -> 11725 bytes boards/sounds/so/geography/uruguay.ogg | Bin 0 -> 10766 bytes boards/sounds/so/geography/usa.ogg | Bin 0 -> 12677 bytes boards/sounds/so/geography/venezuela.ogg | Bin 0 -> 11314 bytes boards/sounds/so/misc/awesome.ogg | Bin 0 -> 15016 bytes boards/sounds/so/misc/back.ogg | Bin 0 -> 20291 bytes boards/sounds/so/misc/by.ogg | Bin 0 -> 12277 bytes boards/sounds/so/misc/check_answer.ogg | Bin 0 -> 15035 bytes boards/sounds/so/misc/click_on_letter.ogg | Bin 0 -> 17014 bytes boards/sounds/so/misc/congratulation.ogg | Bin 0 -> 12161 bytes boards/sounds/so/misc/equal.ogg | Bin 0 -> 13521 bytes boards/sounds/so/misc/fantastic.ogg | Bin 0 -> 11237 bytes boards/sounds/so/misc/good.ogg | Bin 0 -> 16920 bytes boards/sounds/so/misc/great.ogg | Bin 0 -> 17440 bytes boards/sounds/so/misc/help.ogg | Bin 0 -> 13894 bytes boards/sounds/so/misc/level.ogg | Bin 0 -> 9379 bytes boards/sounds/so/misc/minus.ogg | Bin 0 -> 13266 bytes boards/sounds/so/misc/ok.ogg | Bin 0 -> 15035 bytes boards/sounds/so/misc/outof.ogg | Bin 0 -> 14402 bytes boards/sounds/so/misc/perfect.ogg | Bin 0 -> 11237 bytes boards/sounds/so/misc/plus.ogg | Bin 0 -> 11144 bytes boards/sounds/so/misc/quit.ogg | Bin 0 -> 8958 bytes boards/sounds/so/misc/super.ogg | Bin 0 -> 11380 bytes boards/sounds/so/misc/waytogo.ogg | Bin 0 -> 15925 bytes boards/sounds/so/misc/welcome.ogg | Bin 0 -> 23666 bytes configure.in | 2 +- po/Makefile.in.in | 182 +++++++++++++-------- 151 files changed, 275 insertions(+), 85 deletions(-) commit edcc5c384b2acc0d2bb5a47a11ffa4176259fee3 Author: Bruno Coudoin Date: Sat Nov 4 11:37:40 2006 +0000 Improved clickgame by Joshua N.Pritikin /jpritikin on pobox point com/ * src/boards/clickgame.c: (clickgame_pause), (fish_reverse_direction), (fish_gobble), (canvas_event), (item_event), (clickgame_start), (clickgame_end), (clickgame_is_our_board), (clickgame_next_level), (clickgame_animate_item), (clickgame_move_item), (clickgame_destroy_item), (clickgame_destroy_all_items), (clickgame_move_items), (load_random_fish), (clickgame_create_item), (clickgame_drop_items): Improved clickgame by Joshua N.Pritikin /jpritikin on pobox point com/ Return images from load_random_pixmap instead of via global imagelist. Split the fish list into smallish and biggish. Rename some globals for clarity. Keep both normal and mirror'd fish in anticipation of direction reversal. Clean up background setup code. Add frighten and stun behaviors. Trivial cleanups. Put some fish on the screen immediately after starting. * src/gcompris/config.c: (item_event_ok): * src/gcompris/soundutil.c: (gc_sound_init), (scheduler_bgnd), (gc_sound_play_ogg): Improved the management of the sound: - shuffle the background musics on startup - really close the audio device when sounds are deactivated in the config panel - reopen the audio devide when sounds are activated in tha config panel ChangeLog | 29 ++ src/boards/clickgame.c | 764 ++++++++++++++++++++++++++-------------------- src/gcompris/config.c | 6 +- src/gcompris/soundutil.c | 103 +++---- 4 files changed, 516 insertions(+), 386 deletions(-) commit 10ec7199e8a2c1ecc09ec5ff147ca67450e32ea9 Author: Bruno Coudoin Date: Fri Nov 3 17:16:04 2006 +0000 - Patch from Miguel that: - fixes the digital display in clockgame. - remove a momory leak in memory ChangeLog | 18 +++++++++++++++--- TODO | 13 +++++++------ src/boards/clockgame.c | 23 +++++++++++++++-------- src/boards/memory.c | 8 +++++++- 4 files changed, 44 insertions(+), 18 deletions(-) commit 81fbfe99fbd79f1653ec79cf9fcf158ed55c24af Author: Bruno Coudoin Date: Thu Nov 2 16:15:31 2006 +0000 - new date system, untested. - Now in clockgame hours and minutes turns to the next one or previous one when dragging http://bugzilla.gnome.org/show_bug.cgi?id=368549 - In shapegame, the green dot is now resseted properly when the item is no more in sight (reported by Joshua N Pritikin) ChangeLog | 16 ++++++++ configure.in | 3 ++ src/boards/clockgame.c | 15 +++++++- src/boards/shapegame.c | 17 +++++++-- src/gcompris/board.c | 14 ++----- src/gcompris/gcompris.c | 92 +++++++++++++++++++++++++++++------------------ 6 files changed, 108 insertions(+), 49 deletions(-) commit 7ccc980874f29c90adadcceffc5e4e2aac4f075b Author: Alexander Shopov Date: Thu Nov 2 06:31:22 2006 +0000 Updated Bulgarian translation by Yavor Doganov 2006-11-02 Alexander Shopov * bg.po: Updated Bulgarian translation by Yavor Doganov po/ChangeLog | 5 + po/bg.po | 478 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 235 insertions(+), 248 deletions(-) commit 1bfcf32d0a15eabf8c1a0baac9b64ab5f3d5c8d1 Author: Bruno Coudoin Date: Tue Oct 31 20:10:19 2006 +0000 - Fixed unaligned in the main menu the strategy icon ChangeLog | 7 +++++++ boards/boardicons/strategy.png | Bin 20350 -> 3062 bytes src/boards/menu2.c | 6 +++--- 3 files changed, 10 insertions(+), 3 deletions(-) commit 951948e41a2eee759451a44e2db5b48818a1b893 Author: Bruno Coudoin Date: Tue Oct 31 18:02:12 2006 +0000 Fixed non relative call to bindtextdomain(). It was breaking translation * src/gcompris/gcompris.c: (gc_locale_set): Fixed non relative call to bindtextdomain(). It was breaking translation with autopackage. Need to be tested. ChangeLog | 5 +++++ src/gcompris/gcompris.c | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) commit 3bf6a089d3689b3f47a47f389c9f6da9c7ae3662 Author: Bruno Coudoin Date: Tue Oct 31 15:06:02 2006 +0000 Fixed, no more need to maintain assetml files boards/sounds/HOWTO_ENCODE | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) commit e8e5da2d0b12bd63b53ba65456e76c8c59f4769f Author: Ilkka Tuohela Date: Tue Oct 31 04:05:33 2006 +0000 Updated Finnish translation po/ChangeLog | 4 ++ po/fi.po | 147 +++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 108 insertions(+), 43 deletions(-) commit 08669f70a7848830b2e3d8ae6bfa70ff31cff4f0 Author: Francisco Javier F. Serrador Date: Sun Oct 29 18:23:19 2006 +0000 Updated Spanish translation. 2006-10-29 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 765 +++++++++++++++++++++++++++------------------------------- 2 files changed, 362 insertions(+), 407 deletions(-) commit d5a29bd27902892a37d41bab3bfc92b07fae30d7 Author: Bruno Coudoin Date: Sat Oct 28 15:37:09 2006 +0000 Added support for Somali ChangeLog | 12 + boards/flags/so.png | Bin 0 -> 670 bytes configure.in | 2 +- docs/gcompris2spip.pl | 3 + po/ChangeLog | 4 + po/Makefile.in.in | 182 +-- po/so.po | 5122 +++++++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/config.c | 1 + 8 files changed, 5213 insertions(+), 113 deletions(-) commit 3c75fdbfc77d6725f160dcaa9fd599516c46f148 Author: Ronny Standtke Date: Wed Oct 25 21:23:06 2006 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 470 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 231 insertions(+), 243 deletions(-) commit 3ba73731337d58b107045b7c7c62bed728a082db Author: Bruno Coudoin Date: Tue Oct 24 19:26:20 2006 +0000 === WARNING THIS PATCH SET HAS BEEN REVERTED === autotools croos compilation with mingw32 use glib headers instead of glibc (g_mkdir, g_unlink, g_stat) NEED MORE WORK. cvs maybe broken now. * Makefile.am: * acinclude.m4: * configure.in: * cross-configure.sh: script to run configure. Look variables. * po/Makefile.in.in: * src/boards/Makefile.am: * src/boards/gtans.c: * src/boards/gtans_support.c: (check_file_exists): * src/boards/py-mod-gcompris.c: (py_gcompris_child_watch_add), (py_gcompris_spawn_async): * src/gcompris/Makefile.am: * src/gcompris/binreloc.c: (_br_find_exe): * src/gcompris/board.c: * src/gcompris/board.h: * src/gcompris/file_selector.c: (parse_doc): * src/gcompris/gameutil.c: (gc_util_create_rootdir): * src/gcompris/gcompris.c: (activation_done), (gc_init): * src/gcompris/gcompris_db.c: (gc_db_init): * src/gcompris/images_selector.c: (parse_doc): * src/gcompris/menu.c: (gc_menu_load): * src/gcompris/properties.c: (gc_prop_new): * src/gcompris/sdlplayer.c: (errorv): * src/gcompris/soundutil.c: ChangeLog | 11 +-- Makefile.am | 14 --- Makefile.mingw.in | 6 +- acinclude.m4 | 23 ++---- configure.in | 110 +++++------------------- cross-configure.sh | 46 ---------- gcompris-installer.nsi.in | 50 +++++------ po/Makefile.in.in | 182 ++++++++++++++++++++++++--------------- src/boards/Makefile.am | 100 ++++++++++------------ src/boards/gtans.c | 8 ++ src/boards/gtans_support.c | 13 ++- src/boards/py-mod-gcompris.c | 4 +- src/gcompris/Makefile.am | 32 +------ src/gcompris/binreloc.c | 3 +- src/gcompris/board.c | 6 +- src/gcompris/board.h | 14 +--- src/gcompris/file_selector.c | 2 +- src/gcompris/gameutil.c | 15 ++- src/gcompris/gcompris.c | 10 +- src/gcompris/gcompris_db.c | 11 +-- src/gcompris/images_selector.c | 2 +- src/gcompris/menu.c | 7 +-- src/gcompris/properties.c | 2 - src/gcompris/sdlplayer.c | 8 +- src/gcompris/soundutil.c | 5 - 25 files changed, 274 insertions(+), 410 deletions(-) commit abc162d084e5da85ea3ff36657be370908c599aa Author: Ilkka Tuohela Date: Tue Oct 24 13:05:57 2006 +0000 Updated Finnish translation po/ChangeLog | 4 + po/fi.po | 850 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 427 insertions(+), 427 deletions(-) commit c2aa37712a7915c6cdc04350c9cc9fd39228ca84 Author: Yves Combe Date: Tue Oct 24 05:14:27 2006 +0000 fix in non WIN32 ChangeLog | 6 ++++++ src/gcompris/properties.c | 4 +++- 2 files changed, 9 insertions(+), 1 deletions(-) commit c31d19c2269bf6f440f1a5283020909c2f483c56 Author: Yves Combe Date: Mon Oct 23 22:56:48 2006 +0000 autotools croos compilation with mingw32 use glib headers instead of glibc (g_mkdir, g_unlink, g_stat) NEED MORE WORK. cvs maybe broken now. ChangeLog | 30 +++++++ Makefile.am | 14 +++ acinclude.m4 | 23 ++++-- configure.in | 110 +++++++++++++++++++----- cross-configure.sh | 46 ++++++++++ po/Makefile.in.in | 182 +++++++++++++++------------------------ src/boards/Makefile.am | 100 ++++++++++++---------- src/boards/gtans.c | 8 -- src/boards/gtans_support.c | 13 +-- src/boards/py-mod-gcompris.c | 4 +- src/gcompris/Makefile.am | 32 ++++++- src/gcompris/binreloc.c | 3 +- src/gcompris/board.c | 6 +- src/gcompris/board.h | 14 +++- src/gcompris/file_selector.c | 2 +- src/gcompris/gameutil.c | 15 +-- src/gcompris/gcompris.c | 10 +- src/gcompris/gcompris_db.c | 11 ++- src/gcompris/images_selector.c | 2 +- src/gcompris/menu.c | 7 ++- src/gcompris/properties.c | 2 +- src/gcompris/sdlplayer.c | 8 +- src/gcompris/soundutil.c | 5 + 23 files changed, 404 insertions(+), 243 deletions(-) commit 99b48d68f571bb8b584ad0850ec571d831b56be7 Author: Bruno Coudoin Date: Mon Oct 23 20:12:07 2006 +0000 - more fixes for the windows install procedure - connect4 has been fixed by Miguel to better manage the party end. ChangeLog | 13 ++++++++ Makefile.mingw.in | 4 ++ boards/connect4/back.png | Bin 83041 -> 78578 bytes configure.in | 2 +- gcompris-installer.nsi.in | 68 ++++++++++++++++++++++++++++++++++++++-- src/boards/python/connect4.py | 30 ++++++++--------- tools/py2exe/setup.py | 1 - 7 files changed, 96 insertions(+), 22 deletions(-) commit 4fcc62ff7f6657ebbb6bb62e4e39f037d6dde1f0 Author: Bruno Coudoin Date: Mon Oct 23 17:06:40 2006 +0000 Typo po/ChangeLog | 4 ++++ po/fr.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit eeec0557adfbb9b04ef6e44ee2a9080cd906072d Author: Gabor Kelemen Date: Sun Oct 22 12:01:54 2006 +0000 Translation updated. 2006-10-22 Gabor Kelemen * hu.po: Translation updated. po/ChangeLog | 4 + po/hu.po | 1177 ++++++++++++++++++++++++--------------------------------- 2 files changed, 500 insertions(+), 681 deletions(-) commit 406aad54efb75032c1260d8592dc27eb34634a94 Author: David Lodge Date: Sun Oct 22 10:05:39 2006 +0000 Updated English (British) translation 2006-10-22 David Lodge * en_GB.po: Updated English (British) translation po/ChangeLog | 4 + po/en_GB.po | 849 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 426 insertions(+), 427 deletions(-) commit 7bf6ec4c9b7316cbb6c667e402445508c32c919a Author: Bruno Coudoin Date: Sat Oct 21 23:36:05 2006 +0000 added missing files .cvsignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 8db3d70fc419ea0e59d9a2469f2da30bd29b9c6a Author: Bruno Coudoin Date: Sat Oct 21 23:20:49 2006 +0000 *** RELEASE 8.2BETA1 *** - 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" boards/advanced_colors/Makefile.am | 2 +- boards/babymatch/Makefile.am | 2 +- boards/babyshapes/Makefile.am | 2 +- boards/chronos/Makefile.am | 2 +- boards/doubleentry/Makefile.am | 2 +- boards/geography/Makefile.am | 2 +- boards/imageid/Makefile.am | 2 +- boards/imagename/Makefile.am | 2 +- boards/missing_letter/Makefile.am | 2 +- boards/paintings/Makefile.am | 2 +- boards/read_colors/Makefile.am | 2 +- boards/scales/Makefile.am | 2 +- src/boards/advanced_colors.c | 6 +- src/boards/algebra_guesscount.c | 31 +++---- src/boards/awele.c | 110 ++++++++++++------------ src/boards/canal_lock.c | 34 +++---- src/boards/chess.c | 4 - src/boards/click_on_letter.c | 9 +-- src/boards/colors.c | 33 +++---- src/boards/crane.c | 28 +++---- src/boards/enumerate.c | 47 +++++----- src/boards/erase.c | 5 +- src/boards/fifteen.c | 8 +- src/boards/gletters.c | 105 +++++++++++----------- src/boards/hanoi.c | 72 +++++++-------- src/boards/hanoi_real.c | 68 +++++++-------- src/boards/imageid.c | 35 ++++---- src/boards/leftright.c | 9 +-- src/boards/machpuzzle.c | 42 ++++----- src/boards/maze.c | 170 +++++++++++++++++------------------ src/boards/memory.c | 136 ++++++++++++++-------------- src/boards/missingletter.c | 33 +++---- src/boards/money.c | 10 +-- src/boards/python.c | 74 +++++++--------- src/boards/python/anim.py | 10 +- src/boards/python/tuxpaint.py | 2 +- src/boards/railroad.c | 14 +-- src/boards/read_colors.c | 6 +- src/boards/reading.c | 8 +- src/boards/reversecount.c | 4 - src/boards/shapegame.c | 57 ++++++------ src/boards/submarine.c | 7 +- src/boards/superbrain.c | 52 +++++------ src/boards/target.c | 34 +++---- src/boards/traffic.c | 19 ++--- src/boards/wordprocessor.c | 3 - src/boards/wordsgame.c | 12 +-- src/gcompris/Makefile.am | 19 ---- src/gcompris/Makefile.mingw | 2 +- src/gcompris/menu.c | 4 - tools/py2exe/README | 3 + tools/py2exe/gcompris.py | 25 +++++ tools/py2exe/setup.py | 25 +++++ 53 files changed, 664 insertions(+), 735 deletions(-) commit 8925dc92e49e1b201c26865771e545fc307a1929 Author: Bruno Coudoin Date: Sat Oct 21 23:17:40 2006 +0000 *** RELEASE 8.2BETA1 *** - 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" ChangeLog | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++ INSTALL | 2 +- Makefile.mingw.in | 8 +++- README.mingw | 1 + boards/Makefile.am | 2 +- configure.in | 2 +- 6 files changed, 120 insertions(+), 4 deletions(-) commit ac3550469590c08709a65ef74729b93561331b78 Author: Bruno Coudoin Date: Sat Oct 21 23:06:55 2006 +0000 minor fuzzy due to newline minor fuzzy due to newline po/ChangeLog | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1da1590df232aeec8dbe9ee74cc0beb62777a43b Author: Bruno Coudoin Date: Sat Oct 21 23:06:03 2006 +0000 minor fuzzy due to newlines po/ChangeLog | 4 + po/fr.po | 2669 ++++++++++++++++++++-------------------------------------- 2 files changed, 904 insertions(+), 1769 deletions(-) commit c3f940da2028908c73c00beda4eb975ef394090c Author: Bruno Coudoin Date: Thu Oct 19 22:54:25 2006 +0000 - Unexistant font on windows in gartoon/skin.xml makes it unstable. - cleanup, removed uneeded #if defined _WIN32 - in menu.c, removed a free of the plugin that was not correct. there is a leak but it cannot be fixed this way, we need to ref_count the plugins - fixed config.c to make skin selection work again. ChangeLog | 23 ++++++++++++++++++++ boards/skins/gartoon/skin.xml | 18 ++++++++-------- src/gcompris/about.c | 5 ---- src/gcompris/board.c | 5 ---- src/gcompris/config.c | 46 ++++++++++++++++++---------------------- src/gcompris/gcompris.c | 9 +------ src/gcompris/help.c | 5 ---- src/gcompris/log.c | 5 ---- src/gcompris/menu.c | 9 +++---- src/gcompris/plugin.h | 8 +++--- src/gcompris/properties.c | 5 ---- src/gcompris/soundutil.c | 27 +++++++++-------------- 12 files changed, 74 insertions(+), 91 deletions(-) commit d0895b584a0c59677e31e7609cb9ba5b714dc3cd Author: Bruno Coudoin Date: Wed Oct 18 22:38:52 2006 +0000 - There were a lot of bad formatted xml string in the menus for the help. When a line is split on several lines, the xml:space="preserve" was missing in numerous places. It means that many translations was missing. - Fixed some bad English thanks to Clytie. ChangeLog | 43 ++++++++++++++++++++++++++++++++++++++ boards/algebra_guesscount.xml.in | 6 +---- boards/babyshapes.xml.in | 9 +++---- boards/bargame.xml.in | 4 +-- boards/canal_lock.xml.in | 11 +++------ boards/chess_computer.xml.in | 11 ++++----- boards/chess_movelearn.xml.in | 11 ++++----- boards/chess_partyend.xml.in | 11 ++++----- boards/chronos.xml.in | 14 ++++-------- boards/connect4.xml.in | 13 +++++------ boards/enumerate.xml.in | 12 +++------- boards/erase.xml.in | 8 ++---- boards/erase_clic.xml.in | 7 ++--- boards/erase_double_clic.xml.in | 7 ++--- boards/fifteen.xml.in | 13 +--------- boards/gnumch-factors.xml.in | 3 +- boards/hanoi_real.xml.in | 10 ++++---- boards/imageid.xml.in | 2 +- boards/leftright.xml.in | 5 +-- boards/magic_hat_plus.xml.in | 8 ++---- boards/melody.xml.in | 4 +-- boards/missing_letter.xml.in | 4 +-- boards/money.xml.in | 12 ++++------ boards/money_cents.xml.in | 14 +++++------- boards/paintings.xml.in | 9 +++---- boards/paratrooper.xml.in | 9 +++---- boards/redraw.xml.in | 6 +--- boards/redraw_symmetrical.xml.in | 3 +- boards/scalesboard.xml.in | 10 +++----- boards/searace1player.xml.in | 3 +- boards/sudoku.xml.in | 13 ++++------- boards/superbrain.xml.in | 14 +++-------- boards/target.xml.in | 17 +++++--------- boards/watercycle.xml.in | 4 +-- src/boards/chess.c | 4 +- src/gcompris/gcompris.c | 2 +- 36 files changed, 154 insertions(+), 182 deletions(-) commit 7ee676c3261774968fed5dca2339035658163676 Author: Clytie Siddall Date: Wed Oct 18 07:58:33 2006 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 + po/vi.po | 514 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 260 insertions(+), 258 deletions(-) commit c5d1819d85f9180bf9415bf5782f8dd0fe0f0806 Author: Bruno Coudoin Date: Tue Oct 17 23:32:31 2006 +0000 We now have it in config.h.mingw.in config.h.mingw | 129 -------------------------------------------------------- 1 files changed, 0 insertions(+), 129 deletions(-) commit 6d3e0ee9b806b32030367acb7253550b0c9be1c3 Author: Bruno Coudoin Date: Tue Oct 17 23:31:12 2006 +0000 removed an extra call to python_gcompris_module_init(); * src/boards/python.c: removed an extra call to python_gcompris_module_init(); ChangeLog | 2 + src/boards/python.c | 118 ++++++++++++++++++++++++--------------------------- 2 files changed, 57 insertions(+), 63 deletions(-) commit 6117d444e9e9a6cfbbc53d357985802b191bd043 Author: Bruno Coudoin Date: Tue Oct 17 22:14:46 2006 +0000 - Updated windows makefiles - Cleanup configure.in to no more depend on pyxml and python-gnome. ChangeLog | 10 ++++ Makefile.mingw | 120 -------------------------------------------------- Makefile.mingw.in | 14 +++++- boards/colors.xml.in | 5 +- configure.in | 11 ++--- 5 files changed, 30 insertions(+), 130 deletions(-) commit 036ed53e7bf193f4c85226ddd6d41e176d9e2de0 Author: Bruno Coudoin Date: Mon Oct 16 23:01:32 2006 +0000 - Aplied patch from Hans de Goede - gcompris-8.0-warn.patch This patch fixes a warning (which is turned into an error due to -Werror) when compiling gcompris with the latest gcc. And it fixes a GTK critical error message due to passing a gtk window instead of a gdk window to gdk_grab_pointer. This also means that when a configuration dialog is shown the mouse is no longer constrained to the fullscreen window. - gcompris-8.0-fullscreen.patch One of my latest fixes to the fullscreen code was to leave fullscreen mode when loosing focus, this is nescesarry to play nice with the screensaver and allows alt-tabbing away from gcompris with certain windowmanagers. However when one tries to configure an activity then a new gtk-window is created for the config dialog, causing the main window to loose focus. Thus currently when trying to configure an activity, fullscreen mode is exited which looks rather silly. This patches fixes this. - gcompris-8.0-silence.patch: removed printf * src/boards/chess.c: (engine_local_cb): * src/gcompris/board_config.c: (gc_board_config_window_display): * src/gcompris/gcompris.c: (gc_ignore_next_focus_out), (xf86_vidmode_set_fullscreen), (xf86_window_configured), (xf86_focus_changed): * src/gcompris/gcompris.h: * src/gcompris/gcompris_db.c: added a copy in board_dir pointer to avoid a crash on gcompris exit in gc_menu_board_free ChangeLog | 32 ++++++++++++++++++++++++++++++++ src/boards/chess.c | 2 +- src/gcompris/board_config.c | 7 ++++++- src/gcompris/gcompris.c | 19 +++++++++++-------- src/gcompris/gcompris.h | 1 + src/gcompris/gcompris_db.c | 4 ++-- 6 files changed, 53 insertions(+), 12 deletions(-) commit 921af30d081af8274fbe57dd5eeb5de2531376f5 Author: Bruno Coudoin Date: Mon Oct 16 21:59:37 2006 +0000 - Applied patch from Miguel DE IZARRA that removes memory leaks ChangeLog | 22 +++++++++++++ Makefile.mingw | 52 +++++++++++++------------------ config.h.mingw | 2 +- configure.in | 2 +- src/boards/algebra.c | 45 +++++++++------------------ src/boards/canal_lock.c | 1 + src/boards/hanoi.c | 12 ++++--- src/boards/shapegame.c | 1 + src/gcompris/anim.c | 3 +- src/gcompris/gameutil.c | 3 +- src/gcompris/gc_core.h | 1 + src/gcompris/gcompris.c | 1 + src/gcompris/images_selector.c | 10 +++++- src/gcompris/menu.c | 67 ++++++++++++++++++++++++++++++++++----- src/gcompris/soundutil.c | 1 - 15 files changed, 142 insertions(+), 81 deletions(-) commit 8d5eabeb6409c568e6143cc0d6bab1bb7733ec4a Author: Bruno Coudoin Date: Mon Oct 16 01:21:48 2006 +0000 - Some fixed to compile and run 8.1 on windows. ChangeLog | 13 +++++++ Makefile.mingw | 53 ++++++++++++++++------------ config.h.mingw | 2 +- src/boards/Makefile.mingw | 25 +++---------- src/gcompris/board.c | 50 ++++++++++++++++----------- src/gcompris/gcompris.c | 83 ++++++++++++++++++++++++++------------------ 6 files changed, 128 insertions(+), 98 deletions(-) commit 6470b304ec68f6d2c6b705f1c938211dab99dfda Author: Bruno Coudoin Date: Sun Oct 15 02:56:45 2006 +0000 *** RELEASE 8.1 *** - Fixed a major crash case on images with a focus and a changing image like the level icon. ChangeLog | 29 +++++++++++++++---- Makefile.mingw | 14 ++------- configure.in | 2 +- src/boards/click_on_letter.c | 48 ++++++++++++++++---------------- src/boards/reversecount.c | 56 +++++++++++++++++++------------------- src/gcompris/bar.c | 7 +++-- src/gcompris/board.c | 13 +++++++- src/gcompris/config.c | 9 ++---- src/gcompris/gameutil.c | 20 +++++++++---- src/gcompris/gameutil.h | 5 ++- src/gcompris/gcompris.c | 32 +++++++++++----------- src/gcompris/help.c | 62 +++++++++++++++++++++--------------------- 12 files changed, 161 insertions(+), 136 deletions(-) commit b232d93bddff0d6fec3e3c90933b316fe5e2b490 Author: Bruno Coudoin Date: Sun Oct 15 01:02:00 2006 +0000 *** RELEASE 8.0 *** - Updated Indian Marathi voices by Anand Kulkarni ChangeLog | 154 +++++++++++++++++++++ boards/sounds/mr/alphabet/10.ogg | Bin 29973 -> 23244 bytes boards/sounds/mr/alphabet/11.ogg | Bin 28163 -> 42496 bytes boards/sounds/mr/alphabet/12.ogg | Bin 29463 -> 28154 bytes boards/sounds/mr/alphabet/13.ogg | Bin 18639 -> 26628 bytes boards/sounds/mr/alphabet/14.ogg | Bin 27710 -> 25904 bytes boards/sounds/mr/alphabet/15.ogg | Bin 25141 -> 22715 bytes boards/sounds/mr/alphabet/16.ogg | Bin 23072 -> 35562 bytes boards/sounds/mr/alphabet/17.ogg | Bin 29375 -> 22867 bytes boards/sounds/mr/alphabet/18.ogg | Bin 34150 -> 22649 bytes boards/sounds/mr/alphabet/19.ogg | Bin 27719 -> 23732 bytes boards/sounds/mr/alphabet/20.ogg | Bin 25866 -> 23045 bytes boards/sounds/mr/alphabet/U0030.ogg | Bin 25431 -> 29604 bytes boards/sounds/mr/alphabet/U0031.ogg | Bin 23056 -> 36601 bytes boards/sounds/mr/alphabet/U0032.ogg | Bin 27186 -> 40181 bytes boards/sounds/mr/alphabet/U0033.ogg | Bin 24985 -> 27475 bytes boards/sounds/mr/alphabet/U0034.ogg | Bin 29486 -> 32403 bytes boards/sounds/mr/alphabet/U0035.ogg | Bin 23301 -> 43091 bytes boards/sounds/mr/alphabet/U0036.ogg | Bin 27320 -> 26373 bytes boards/sounds/mr/alphabet/U0037.ogg | Bin 25539 -> 41143 bytes boards/sounds/mr/alphabet/U0038.ogg | Bin 27622 -> 30261 bytes boards/sounds/mr/alphabet/U0039.ogg | Bin 24726 -> 38186 bytes boards/sounds/mr/alphabet/U0061.ogg | Bin 25830 -> 38338 bytes boards/sounds/mr/alphabet/U0062.ogg | Bin 23140 -> 27873 bytes boards/sounds/mr/alphabet/U0063.ogg | Bin 22522 -> 28890 bytes boards/sounds/mr/alphabet/U0064.ogg | Bin 24184 -> 28318 bytes boards/sounds/mr/alphabet/U0065.ogg | Bin 24733 -> 19991 bytes boards/sounds/mr/alphabet/U0066.ogg | Bin 23970 -> 27533 bytes boards/sounds/mr/alphabet/U0067.ogg | Bin 25971 -> 25639 bytes boards/sounds/mr/alphabet/U0068.ogg | Bin 24734 -> 25009 bytes boards/sounds/mr/alphabet/U0069.ogg | Bin 22571 -> 25711 bytes boards/sounds/mr/alphabet/U006A.ogg | Bin 24736 -> 27625 bytes boards/sounds/mr/alphabet/U006B.ogg | Bin 27610 -> 31068 bytes boards/sounds/mr/alphabet/U006C.ogg | Bin 25934 -> 32777 bytes boards/sounds/mr/alphabet/U006D.ogg | Bin 23515 -> 26774 bytes boards/sounds/mr/alphabet/U006E.ogg | Bin 23777 -> 23914 bytes boards/sounds/mr/alphabet/U006F.ogg | Bin 21151 -> 28261 bytes boards/sounds/mr/alphabet/U0070.ogg | Bin 26054 -> 22385 bytes boards/sounds/mr/alphabet/U0071.ogg | Bin 24341 -> 23460 bytes boards/sounds/mr/alphabet/U0072.ogg | Bin 22303 -> 20631 bytes boards/sounds/mr/alphabet/U0073.ogg | Bin 25567 -> 19583 bytes boards/sounds/mr/alphabet/U0074.ogg | Bin 26786 -> 23584 bytes boards/sounds/mr/alphabet/U0075.ogg | Bin 25066 -> 29316 bytes boards/sounds/mr/alphabet/U0076.ogg | Bin 21939 -> 23952 bytes boards/sounds/mr/alphabet/U0077.ogg | Bin 26697 -> 22838 bytes boards/sounds/mr/alphabet/U0078.ogg | Bin 30771 -> 19664 bytes boards/sounds/mr/alphabet/U0079.ogg | Bin 22400 -> 17121 bytes boards/sounds/mr/alphabet/U007A.ogg | Bin 26281 -> 26049 bytes boards/sounds/mr/colors/black.ogg | Bin 29276 -> 30534 bytes boards/sounds/mr/colors/blue.ogg | Bin 28021 -> 25307 bytes boards/sounds/mr/colors/brown.ogg | Bin 29755 -> 28761 bytes boards/sounds/mr/colors/green.ogg | Bin 24685 -> 26677 bytes boards/sounds/mr/colors/grey.ogg | Bin 24884 -> 21251 bytes boards/sounds/mr/colors/orange.ogg | Bin 29302 -> 31190 bytes boards/sounds/mr/colors/pink.ogg | Bin 24750 -> 25902 bytes boards/sounds/mr/colors/purple.ogg | Bin 24734 -> 28074 bytes boards/sounds/mr/colors/red.ogg | Bin 27460 -> 23019 bytes boards/sounds/mr/colors/white.ogg | Bin 23474 -> 24220 bytes boards/sounds/mr/colors/yellow.ogg | Bin 27999 -> 25206 bytes boards/sounds/mr/geography/alaska.ogg | Bin 31132 -> 25572 bytes boards/sounds/mr/geography/albania.ogg | Bin 38866 -> 27271 bytes boards/sounds/mr/geography/argentina.ogg | Bin 30506 -> 25901 bytes boards/sounds/mr/geography/austria.ogg | Bin 35507 -> 32176 bytes boards/sounds/mr/geography/bahamas.ogg | Bin 29498 -> 37725 bytes boards/sounds/mr/geography/belarus.ogg | Bin 30234 -> 26242 bytes boards/sounds/mr/geography/belgium.ogg | Bin 31506 -> 25592 bytes boards/sounds/mr/geography/bolivia.ogg | Bin 28426 -> 31975 bytes boards/sounds/mr/geography/bosnia_herzegovina.ogg | Bin 42768 -> 42670 bytes boards/sounds/mr/geography/brazil.ogg | Bin 28714 -> 27332 bytes boards/sounds/mr/geography/bulgaria.ogg | Bin 33423 -> 31903 bytes boards/sounds/mr/geography/canada.ogg | Bin 24698 -> 32233 bytes boards/sounds/mr/geography/chile.ogg | Bin 23800 -> 23944 bytes boards/sounds/mr/geography/colombia.ogg | Bin 30520 -> 24051 bytes boards/sounds/mr/geography/costa_rica.ogg | Bin 30436 -> 32671 bytes boards/sounds/mr/geography/croatia.ogg | Bin 25971 -> 33233 bytes boards/sounds/mr/geography/cuba.ogg | Bin 24464 -> 28014 bytes boards/sounds/mr/geography/cyprus.ogg | Bin 0 -> 40790 bytes boards/sounds/mr/geography/czech.ogg | Bin 34257 -> 30382 bytes boards/sounds/mr/geography/denmark.ogg | Bin 27044 -> 28875 bytes boards/sounds/mr/geography/dominican_republic.ogg | Bin 40500 -> 46923 bytes boards/sounds/mr/geography/ecuador.ogg | Bin 0 -> 32473 bytes boards/sounds/mr/geography/estonia.ogg | Bin 36827 -> 27623 bytes boards/sounds/mr/geography/finland.ogg | Bin 28055 -> 31985 bytes boards/sounds/mr/geography/france.ogg | Bin 27655 -> 25638 bytes boards/sounds/mr/geography/french_guiana.ogg | Bin 33943 -> 34329 bytes boards/sounds/mr/geography/germany.ogg | Bin 26246 -> 27551 bytes boards/sounds/mr/geography/greece.ogg | Bin 26180 -> 31500 bytes boards/sounds/mr/geography/greenland.ogg | Bin 24676 -> 27321 bytes boards/sounds/mr/geography/guatemala.ogg | Bin 26545 -> 26380 bytes boards/sounds/mr/geography/guyana.ogg | Bin 24840 -> 28313 bytes boards/sounds/mr/geography/haiti.ogg | Bin 22657 -> 24781 bytes boards/sounds/mr/geography/honduras.ogg | Bin 0 -> 29382 bytes boards/sounds/mr/geography/hungary.ogg | Bin 26982 -> 26512 bytes boards/sounds/mr/geography/iceland.ogg | Bin 23090 -> 37440 bytes boards/sounds/mr/geography/ireland.ogg | Bin 26529 -> 28591 bytes boards/sounds/mr/geography/italy.ogg | Bin 26906 -> 28292 bytes boards/sounds/mr/geography/jamaica.ogg | Bin 23744 -> 36336 bytes boards/sounds/mr/geography/latvia.ogg | Bin 27294 -> 31661 bytes boards/sounds/mr/geography/lithuania.ogg | Bin 28913 -> 30869 bytes boards/sounds/mr/geography/luxembourg.ogg | Bin 30512 -> 36196 bytes boards/sounds/mr/geography/macedonia.ogg | Bin 30797 -> 29126 bytes boards/sounds/mr/geography/mexico.ogg | Bin 25057 -> 28616 bytes boards/sounds/mr/geography/moldova.ogg | Bin 23513 -> 34193 bytes boards/sounds/mr/geography/netherland.ogg | Bin 25556 -> 39629 bytes boards/sounds/mr/geography/nicaragua.ogg | Bin 32030 -> 33464 bytes boards/sounds/mr/geography/norway.ogg | Bin 23755 -> 30101 bytes boards/sounds/mr/geography/panama.ogg | Bin 27838 -> 24923 bytes boards/sounds/mr/geography/paraguay.ogg | Bin 29451 -> 22040 bytes boards/sounds/mr/geography/peru.ogg | Bin 24130 -> 20701 bytes boards/sounds/mr/geography/poland.ogg | Bin 25701 -> 33296 bytes boards/sounds/mr/geography/portugal.ogg | Bin 27204 -> 32516 bytes boards/sounds/mr/geography/romania.ogg | Bin 26934 -> 20615 bytes boards/sounds/mr/geography/russia.ogg | Bin 25296 -> 34709 bytes boards/sounds/mr/geography/salvador.ogg | Bin 29596 -> 34418 bytes boards/sounds/mr/geography/serbia_montenegro.ogg | Bin 35307 -> 40450 bytes boards/sounds/mr/geography/slovakia.ogg | Bin 32336 -> 28351 bytes boards/sounds/mr/geography/slovenia.ogg | Bin 33605 -> 29434 bytes boards/sounds/mr/geography/spain.ogg | Bin 20320 -> 31418 bytes boards/sounds/mr/geography/suriname.ogg | Bin 26956 -> 29870 bytes boards/sounds/mr/geography/sweden.ogg | Bin 24071 -> 28410 bytes boards/sounds/mr/geography/switz.ogg | Bin 25675 -> 27870 bytes boards/sounds/mr/geography/turkey.ogg | Bin 26365 -> 29720 bytes boards/sounds/mr/geography/ukraine.ogg | Bin 28085 -> 46912 bytes boards/sounds/mr/geography/united_kingdom.ogg | Bin 27796 -> 32936 bytes boards/sounds/mr/geography/uruguay.ogg | Bin 29833 -> 31311 bytes boards/sounds/mr/geography/usa.ogg | Bin 27910 -> 31516 bytes boards/sounds/mr/geography/venezuela.ogg | Bin 32316 -> 23060 bytes boards/sounds/mr/misc/awesome.ogg | Bin 29549 -> 42044 bytes boards/sounds/mr/misc/back.ogg | Bin 27894 -> 24451 bytes boards/sounds/mr/misc/by.ogg | Bin 22025 -> 36819 bytes boards/sounds/mr/misc/check_answer.ogg | Bin 33174 -> 38440 bytes boards/sounds/mr/misc/click_on_letter.ogg | Bin 39220 -> 37662 bytes boards/sounds/mr/misc/congratulation.ogg | Bin 33892 -> 36536 bytes boards/sounds/mr/misc/equal.ogg | Bin 28189 -> 25799 bytes boards/sounds/mr/misc/fantastic.ogg | Bin 34087 -> 36656 bytes boards/sounds/mr/misc/good.ogg | Bin 22645 -> 34736 bytes boards/sounds/mr/misc/great.ogg | Bin 30706 -> 36028 bytes boards/sounds/mr/misc/help.ogg | Bin 24656 -> 40008 bytes boards/sounds/mr/misc/level.ogg | Bin 28478 -> 31611 bytes boards/sounds/mr/misc/minus.ogg | Bin 22087 -> 37282 bytes boards/sounds/mr/misc/ok.ogg | Bin 30096 -> 33341 bytes boards/sounds/mr/misc/outof.ogg | Bin 21961 -> 30215 bytes boards/sounds/mr/misc/perfect.ogg | Bin 25938 -> 23835 bytes boards/sounds/mr/misc/plus.ogg | Bin 23488 -> 27625 bytes boards/sounds/mr/misc/quit.ogg | Bin 29076 -> 29978 bytes boards/sounds/mr/misc/super.ogg | Bin 30102 -> 45008 bytes boards/sounds/mr/misc/waytogo.ogg | Bin 38266 -> 35196 bytes boards/sounds/mr/misc/welcome.ogg | Bin 44671 -> 201645 bytes 148 files changed, 154 insertions(+), 0 deletions(-) commit 25210deeb7e12ffe20871653d00087005c4836d4 Author: Bruno Coudoin Date: Sat Oct 14 23:56:11 2006 +0000 updated Danish translation by Mogens Jaeger * da.po: updated Danish translation by Mogens Jaeger po/ChangeLog | 4 + po/da.po | 846 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 455 insertions(+), 395 deletions(-) commit 841e58ef52cdf8a65cd9fdd532ab7a33361038cc Author: Bruno Coudoin Date: Sat Oct 14 23:52:54 2006 +0000 Updated Marathi by Sarvangin Vikas Sanstha, Pune, INDIA * mr.po: Updated Marathi by Sarvangin Vikas Sanstha, Pune, INDIA po/ChangeLog | 4 ++ po/mr.po | 96 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 52 insertions(+), 48 deletions(-) commit 5caa0ca1f5fe78fdb780545ebf0e09801b6d4cff Author: Bruno Coudoin Date: Fri Oct 13 23:18:41 2006 +0000 - Fixed a major memory leak in python bindings. all image loading was leaking. - Now electricity works on windows. - On windows disable the colored cursor. Need to use the new GTK API, maybe it would work on windows with it. With the new api, we can provide png files as cursor which would be better for skins as well. ChangeLog | 18 ++++++++++++++++++ Makefile.mingw | 23 ++++++++++++----------- config.h.mingw | 2 +- configure.in | 2 +- src/boards/Makefile.mingw | 2 +- src/boards/py-mod-skin.c | 23 +++++++++++++++++------ src/boards/py-mod-utils.c | 9 ++++++++- src/boards/python/electric.py | 5 ++--- src/gcompris/gcompris.c | 3 +++ 9 files changed, 63 insertions(+), 24 deletions(-) commit 0b851fb59bf91388cb8fa887dafa2767d37e88a2 Author: Bruno Coudoin Date: Fri Oct 13 19:06:33 2006 +0000 2 grammar error fixes in french by J.Ph. Ayanides * fr.po: 2 grammar error fixes in french by J.Ph. Ayanides po/ChangeLog | 4 ++++ po/fr.po | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 5367d342c620930b5198330a8332d8472d0e2c21 Author: Bruno Coudoin Date: Thu Oct 12 23:03:13 2006 +0000 update for windows python support improved to work on windows (untested * src/boards/Makefile.mingw: update for windows python support * src/boards/python/electric.py: improved to work on windows (untested yet) * src/gcompris/board.c: (gc_board_init): added missing crane activity for windows ChangeLog | 6 ++++++ src/boards/Makefile.mingw | 1 + src/boards/python/electric.py | 25 +++++++++++++++++-------- src/gcompris/board.c | 2 ++ 4 files changed, 26 insertions(+), 8 deletions(-) commit 12908e8b9eebfd2ec90fc74fa0ac514c89a743da Author: Bruno Coudoin Date: Thu Oct 12 19:37:19 2006 +0000 Fixed a memleak by Miguel DE IZARRA * src/gcompris/gameutil.c: (gc_item_focus_set): Fixed a memleak by Miguel DE IZARRA ChangeLog | 10 ++++++++++ src/gcompris/gameutil.c | 2 ++ 2 files changed, 12 insertions(+), 0 deletions(-) commit de2da9148df7f398db60bab8a2ff40a0c1c1e304 Author: Francisco Javier F. Serrador Date: Wed Oct 11 15:52:44 2006 +0000 Updated Spanish translation. 2006-10-11 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 233 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 131 insertions(+), 106 deletions(-) commit 9acc750819bad0a6032fa2e3de13576f05bd3a88 Author: Bruno Coudoin Date: Mon Oct 9 23:57:10 2006 +0000 - Jos JORGE created a new set of icons that were missing for the memory - improved windows code to count automatically the number of activity now the -l list option also display the number of activity. ChangeLog | 48 +++++++++++++++++++++++++++ boards/boardicons/mem_solo_all.png | Bin 0 -> 9097 bytes boards/boardicons/mem_solo_calc.png | Bin 0 -> 13645 bytes boards/boardicons/mem_solo_div.png | Bin 0 -> 8221 bytes boards/boardicons/mem_solo_minus.png | Bin 0 -> 8138 bytes boards/boardicons/mem_solo_mult.png | Bin 0 -> 8958 bytes boards/boardicons/mem_solo_mult_div.png | Bin 0 -> 8863 bytes boards/boardicons/mem_solo_plus.png | Bin 0 -> 8060 bytes boards/boardicons/mem_solo_plus_minus.png | Bin 0 -> 8087 bytes boards/boardicons/mem_tux_all.png | Bin 0 -> 10947 bytes boards/boardicons/mem_tux_calc.png | Bin 0 -> 14220 bytes boards/boardicons/mem_tux_div.png | Bin 0 -> 10120 bytes boards/boardicons/mem_tux_minus.png | Bin 0 -> 10089 bytes boards/boardicons/mem_tux_mult.png | Bin 0 -> 10765 bytes boards/boardicons/mem_tux_mult_div.png | Bin 0 -> 10764 bytes boards/boardicons/mem_tux_plus.png | Bin 0 -> 9862 bytes boards/boardicons/mem_tux_plus_minus.png | Bin 0 -> 10433 bytes boards/memory_add.xml.in | 2 +- boards/memory_add_minus.xml.in | 2 +- boards/memory_add_minus_mult_div.xml.in | 2 +- boards/memory_add_minus_mult_div_tux.xml.in | 2 +- boards/memory_add_minus_tux.xml.in | 2 +- boards/memory_add_tux.xml.in | 2 +- boards/memory_div.xml.in | 2 +- boards/memory_div_tux.xml.in | 2 +- boards/memory_minus.xml.in | 2 +- boards/memory_minus_tux.xml.in | 2 +- boards/memory_mult.xml.in | 2 +- boards/memory_mult_div.xml.in | 2 +- boards/memory_mult_div_tux.xml.in | 2 +- boards/memory_mult_tux.xml.in | 2 +- boards/memory_op_group.xml.in | 2 +- boards/memory_op_group_tux.xml.in | 2 +- src/boards/menu2.c | 2 +- src/boards/py-mod-admin.c | 2 +- src/gcompris/board.c | 9 +++-- src/gcompris/board.h | 8 +--- src/gcompris/gcompris.c | 26 ++++++++++++-- 38 files changed, 96 insertions(+), 31 deletions(-) commit 712088d0003c9f34241e32e9fc653c82b72742d6 Author: Bruno Coudoin Date: Mon Oct 9 21:04:26 2006 +0000 All memory leaks fixed by Miguel DE IZARRA (miguel2i) * Makefile.mingw.in: removed deprecated assetml files * boards/flags/Makefile.am: cleanup * boards/flags/README: updated image source * boards/gcompris_pixmaps.assetml.in: removed, no more needed * src/boards/chess.c: (chess_create_item): fixed leak * src/boards/machpuzzle.c: (minigolf_destroy_all_items): fixed leak * src/boards/maze.c: (twoDdisplay): fixed leak * src/boards/menu2.c: (create_top): fixed leak * src/boards/python/electric.py: added windows support * src/boards/shapegame.c: (destroy_shape), (xmlGetProp_Double), (add_xml_shape_to_data): fixed leak * src/gcompris/bar.c: (gc_bar_start): no more show button by default * src/gcompris/config.c: (gc_config_start), (item_event_ok): fixed leak * src/gcompris/dialog.c: (gc_dialog): accept a dialog without a board running this is usefull to display dialog at statup when we don't find a board at all * src/gcompris/gameutil.c: (gc_file_find_absolute): fixed leak * src/gcompris/gcompris.c: (gc_cursor_set), (setup_window), (cleanup), (load_properties), (gc_init): memory leak, display a dialog now when no board are found * src/gcompris/menu.c: (_add_xml_to_data): fixed leak * src/gcompris/properties.c: (gc_prop_new): fixed leak * src/gcompris/skin.c: (gc_skin_free): fixed leak ChangeLog | 27 +++++++++ Makefile.mingw.in | 4 +- boards/flags/Makefile.am | 21 ------- boards/flags/README | 2 +- boards/gcompris_pixmaps.assetml.in | 63 -------------------- src/boards/chess.c | 10 --- src/boards/machpuzzle.c | 8 ++- src/boards/maze.c | 7 ++- src/boards/menu2.c | 1 + src/boards/python/electric.py | 26 +++++---- src/boards/shapegame.c | 110 ++++++++++++++++++++++-------------- src/gcompris/bar.c | 12 ++-- src/gcompris/config.c | 13 +++-- src/gcompris/dialog.c | 16 ++--- src/gcompris/gameutil.c | 15 +++-- src/gcompris/gcompris.c | 32 +++++++---- src/gcompris/menu.c | 4 + src/gcompris/properties.c | 6 +- src/gcompris/skin.c | 3 + 19 files changed, 181 insertions(+), 199 deletions(-) commit 0b19f58475c4dee1dd9254b9fd7dbea1f7aed3b5 Author: Bruno Coudoin Date: Thu Oct 5 23:31:36 2006 +0000 changed text color to avoid blue on blue (in vnc) fixed a double free * src/boards/python/login.py: changed text color to avoid blue on blue (in vnc) * src/gcompris/config.c: (item_event_ok): fixed a double free creating a corrupted locale field in the config file when default locale was selected and not changed. * src/gcompris/properties.c: (gc_prop_new): fixed locale allocation to create a locale pointer in all case ChangeLog | 7 +++++++ src/boards/python/login.py | 4 ++-- src/gcompris/config.c | 12 ++++++------ src/gcompris/properties.c | 2 +- 4 files changed, 16 insertions(+), 9 deletions(-) commit 951e6a4f1ef6acb24977a5596ef7ce625e0ed19f Author: Bruno Coudoin Date: Thu Oct 5 21:38:52 2006 +0000 - fixed to work with shape game that provides a pixmap instead of the red dot. ChangeLog | 7 +++++++ src/boards/shapegame.c | 37 ++++++++++++++++++++++++++++--------- 2 files changed, 35 insertions(+), 9 deletions(-) commit 95e2ab81f5fdc99f6538e483d21f59e235cad371 Author: Bruno Coudoin Date: Thu Oct 5 20:49:38 2006 +0000 2006-10-05 Karl Ove Hufthammer * nn.po: Updated Norwegian Nynorsk by Karl Ove Hufthammer po/ChangeLog | 4 + po/nn.po | 1001 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 541 insertions(+), 464 deletions(-) commit 343f46d0fc3a527c907c6cb786ef0fcdacc83982 Author: Bruno Coudoin Date: Wed Oct 4 23:43:57 2006 +0000 - On a great suggestion of Joshua N Pritikin, now in shapegames like puzzles and geography, the hot point is set in green. This let the kid know in advance where she will drop her piece. * src/boards/shapegame.c: (item_event), (add_shape_to_canvas): ChangeLog | 8 ++++++++ src/boards/shapegame.c | 34 ++++++++++++++++++++++++++++++++-- 2 files changed, 40 insertions(+), 2 deletions(-) commit 1e302736d65ed59586ff48d5bb3917a4856ac40e Author: Bruno Coudoin Date: Wed Oct 4 22:20:50 2006 +0000 - added a new tool from Miguel DE IZARRA /miguel2i on free point fr/ 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 ChangeLog | 12 ++ INSTALL | 23 +-- README | 6 +- tools/gcompris_shapegame.py | 339 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 362 insertions(+), 18 deletions(-) commit 85d9d7f89b98a63d50ad65c91b7c44555e1b372b Author: Francisco Javier F. Serrador Date: Wed Oct 4 20:39:47 2006 +0000 Updated Spanish translation. 2006-10-04 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 1771 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 1151 insertions(+), 624 deletions(-) commit de3dcffa569f9e0bba78e1324b76432084e0e370 Author: Bruno Coudoin Date: Wed Oct 4 20:26:09 2006 +0000 2006-10-04 Marek Nagy * sk.po: update Slovak translation po/ChangeLog | 4 + po/sk.po | 6063 +++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 4329 insertions(+), 1738 deletions(-) commit 38fa1649bcc061e8dc4cbc9de434c00df69d8d60 Author: Ronny Standtke Date: Wed Oct 4 07:21:40 2006 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 876 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 457 insertions(+), 423 deletions(-) commit d97dc510de6ce2c0fb142b929b3f97fec05839e4 Author: Alexander Shopov Date: Tue Oct 3 22:38:02 2006 +0000 Updated Bulgarian translation by Yavor Doganov 2006-10-04 Alexander Shopov * bg.po: Updated Bulgarian translation by Yavor Doganov po/ChangeLog | 5 + po/bg.po | 1090 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 572 insertions(+), 523 deletions(-) commit 64666f5057bd24e3391ee8820733207a5677bd5e Author: Bruno Coudoin Date: Mon Oct 2 22:46:29 2006 +0000 - Imported these files from the gnome-python module in the gnome CVS Now it is no more needed to have gnome-python installed on your system to have the python plugin support. * src/boards/canvas.c: * src/boards/canvasmodule.c: - Improved makefiles to compile python plugins on windows * Makefile.mingw: * src/boards/Makefile.am: * src/boards/Makefile.mingw: - fixed python animation - fixed all python code to no more import gnome ChangeLog | 61 + INSTALL | 6 +- Makefile.mingw | 12 +- gcompris.spec.in | 2 +- src/boards/Makefile.am | 1 + src/boards/Makefile.mingw | 12 +- src/boards/canvas.c | 1853 +++++++++++++++++++++++++ src/boards/canvasmodule.c | 92 ++ src/boards/py-mod-anim.c | 2 +- src/boards/py-mod-gcompris.c | 38 +- src/boards/python.c | 6 +- src/boards/python/admin/board_list.py | 3 +- src/boards/python/admin/class_list.py | 29 +- src/boards/python/admin/group_list.py | 41 +- src/boards/python/admin/group_user_list.py | 29 +- src/boards/python/admin/module.py | 25 +- src/boards/python/admin/module_boards.py | 17 +- src/boards/python/admin/module_groups.py | 17 +- src/boards/python/admin/module_profiles.py | 19 +- src/boards/python/admin/module_users.py | 21 +- src/boards/python/admin/profile_group_list.py | 31 +- src/boards/python/admin/profile_list.py | 35 +- src/boards/python/admin/user_list.py | 41 +- src/boards/python/admin/wordlist.py | 17 +- src/boards/python/administration.py | 31 +- src/boards/python/algorithm.py | 75 +- src/boards/python/anim.py | 109 +- src/boards/python/ballcatch.py | 51 +- src/boards/python/bargame.py | 105 +- src/boards/python/connect4.py | 73 +- src/boards/python/electric.py | 29 +- src/boards/python/followline.py | 69 +- src/boards/python/gnumch.py | 57 +- src/boards/python/guessnumber.py | 17 +- src/boards/python/hexagon.py | 9 +- src/boards/python/login.py | 27 +- src/boards/python/melody.py | 111 +- src/boards/python/mosaic.py | 15 +- src/boards/python/oscar_and_friends.py | 21 +- src/boards/python/pythontest.py | 83 +- src/boards/python/redraw.py | 245 ++-- src/boards/python/searace.py | 219 ++-- src/boards/python/sudoku.py | 131 +- src/boards/python/tuxpaint.py | 53 +- src/boards/python/watercycle.py | 143 +- src/gcompris/Makefile.mingw | 9 +- 46 files changed, 3040 insertions(+), 1052 deletions(-) commit 25e450ea597b5dfb034f83c73fda7271edc75aea Author: Bruno Coudoin Date: Sun Oct 1 16:40:23 2006 +0000 - Added Turkish map by Onur Tolga Sehitoglu (removed translatable title because of string freeze) ChangeLog | 93 ++++++ boards/geography/board9_0.xml.in | 203 ++++++++++++ boards/geography/board9_1.xml.in | 151 +++++++++ boards/geography/board9_2.xml.in | 335 ++++++++++++++++++++ boards/geography/turkey_district/adana.png | Bin 0 -> 597 bytes boards/geography/turkey_district/adiyaman.png | Bin 0 -> 364 bytes boards/geography/turkey_district/afyon.png | Bin 0 -> 514 bytes boards/geography/turkey_district/agri.png | Bin 0 -> 389 bytes boards/geography/turkey_district/aksaray.png | Bin 0 -> 365 bytes boards/geography/turkey_district/amasya.png | Bin 0 -> 335 bytes boards/geography/turkey_district/ankara.png | Bin 0 -> 827 bytes boards/geography/turkey_district/antalya.png | Bin 0 -> 662 bytes boards/geography/turkey_district/ardahan.png | Bin 0 -> 305 bytes boards/geography/turkey_district/artvin.png | Bin 0 -> 368 bytes boards/geography/turkey_district/aydin.png | Bin 0 -> 343 bytes boards/geography/turkey_district/balikesir.png | Bin 0 -> 579 bytes boards/geography/turkey_district/bartin.png | Bin 0 -> 224 bytes boards/geography/turkey_district/batman.png | Bin 0 -> 323 bytes boards/geography/turkey_district/bayburt.png | Bin 0 -> 288 bytes boards/geography/turkey_district/bilecik.png | Bin 0 -> 282 bytes boards/geography/turkey_district/bingol.png | Bin 0 -> 353 bytes boards/geography/turkey_district/bitlis.png | Bin 0 -> 401 bytes boards/geography/turkey_district/bolu.png | Bin 0 -> 354 bytes boards/geography/turkey_district/burdur.png | Bin 0 -> 317 bytes boards/geography/turkey_district/bursa.png | Bin 0 -> 396 bytes boards/geography/turkey_district/canakkale.png | Bin 0 -> 517 bytes boards/geography/turkey_district/cankiri.png | Bin 0 -> 339 bytes boards/geography/turkey_district/corum.png | Bin 0 -> 466 bytes boards/geography/turkey_district/denizli.png | Bin 0 -> 514 bytes boards/geography/turkey_district/diyarbakir.png | Bin 0 -> 452 bytes boards/geography/turkey_district/duzce.png | Bin 0 -> 184 bytes boards/geography/turkey_district/edirne.png | Bin 0 -> 420 bytes boards/geography/turkey_district/elazig.png | Bin 0 -> 394 bytes boards/geography/turkey_district/erzincan.png | Bin 0 -> 414 bytes boards/geography/turkey_district/erzurum.png | Bin 0 -> 625 bytes boards/geography/turkey_district/eskisehir.png | Bin 0 -> 469 bytes boards/geography/turkey_district/gaziantep.png | Bin 0 -> 401 bytes boards/geography/turkey_district/giresun.png | Bin 0 -> 356 bytes boards/geography/turkey_district/gumushane.png | Bin 0 -> 347 bytes boards/geography/turkey_district/hakkari.png | Bin 0 -> 409 bytes boards/geography/turkey_district/hatay.png | Bin 0 -> 348 bytes boards/geography/turkey_district/igdir.png | Bin 0 -> 292 bytes boards/geography/turkey_district/isparta.png | Bin 0 -> 378 bytes boards/geography/turkey_district/istanbul.png | Bin 0 -> 446 bytes boards/geography/turkey_district/izmir.png | Bin 0 -> 635 bytes boards/geography/turkey_district/kahramanmaras.png | Bin 0 -> 420 bytes boards/geography/turkey_district/karabuk.png | Bin 0 -> 426 bytes boards/geography/turkey_district/karaman.png | Bin 0 -> 389 bytes boards/geography/turkey_district/kars.png | Bin 0 -> 363 bytes boards/geography/turkey_district/kastamonu.png | Bin 0 -> 425 bytes boards/geography/turkey_district/kayseri.png | Bin 0 -> 566 bytes boards/geography/turkey_district/kilis.png | Bin 0 -> 195 bytes boards/geography/turkey_district/kirikkale.png | Bin 0 -> 263 bytes boards/geography/turkey_district/kirklareli.png | Bin 0 -> 340 bytes boards/geography/turkey_district/kirsehir.png | Bin 0 -> 365 bytes boards/geography/turkey_district/kocaeli.png | Bin 0 -> 324 bytes boards/geography/turkey_district/konya.png | Bin 0 -> 936 bytes boards/geography/turkey_district/kutahya.png | Bin 0 -> 431 bytes boards/geography/turkey_district/malatya.png | Bin 0 -> 447 bytes boards/geography/turkey_district/manisa.png | Bin 0 -> 452 bytes boards/geography/turkey_district/mardin.png | Bin 0 -> 364 bytes boards/geography/turkey_district/mersin.png | Bin 0 -> 583 bytes boards/geography/turkey_district/mugla.png | Bin 0 -> 619 bytes boards/geography/turkey_district/mus.png | Bin 0 -> 380 bytes boards/geography/turkey_district/nevsehir.png | Bin 0 -> 330 bytes boards/geography/turkey_district/nigde.png | Bin 0 -> 350 bytes boards/geography/turkey_district/ordu.png | Bin 0 -> 362 bytes boards/geography/turkey_district/osmaniye.png | Bin 0 -> 238 bytes boards/geography/turkey_district/rize.png | Bin 0 -> 275 bytes boards/geography/turkey_district/sakarya.png | Bin 0 -> 307 bytes boards/geography/turkey_district/samsun.png | Bin 0 -> 478 bytes boards/geography/turkey_district/sanliurfa.png | Bin 0 -> 487 bytes boards/geography/turkey_district/siirt.png | Bin 0 -> 275 bytes boards/geography/turkey_district/sinop.png | Bin 0 -> 326 bytes boards/geography/turkey_district/sirnak.png | Bin 0 -> 337 bytes boards/geography/turkey_district/sivas.png | Bin 0 -> 609 bytes boards/geography/turkey_district/tekirdag.png | Bin 0 -> 319 bytes boards/geography/turkey_district/tokat.png | Bin 0 -> 359 bytes boards/geography/turkey_district/trabzon.png | Bin 0 -> 274 bytes boards/geography/turkey_district/tunceli.png | Bin 0 -> 322 bytes boards/geography/turkey_district/turkey-east.png | Bin 0 -> 51131 bytes boards/geography/turkey_district/turkey-west.png | Bin 0 -> 77622 bytes boards/geography/turkey_district/turkey.png | Bin 0 -> 117415 bytes boards/geography/turkey_district/usak.png | Bin 0 -> 265 bytes boards/geography/turkey_district/van.png | Bin 0 -> 599 bytes boards/geography/turkey_district/yalova.png | Bin 0 -> 130 bytes boards/geography/turkey_district/yozgat.png | Bin 0 -> 448 bytes boards/geography/turkey_district/zonguldak.png | Bin 0 -> 252 bytes 88 files changed, 782 insertions(+), 0 deletions(-) commit 99adde116cd551d7fdb54f84e52a7b28e099a328 Author: Bruno Coudoin Date: Sun Oct 1 15:39:07 2006 +0000 - Improved the activation system for windows * configure.in: typo in disable-gnet .cvsignore | 1 + ChangeLog | 16 ++++ configure.in | 2 +- src/gcompris/board.c | 2 +- src/gcompris/dialog.c | 14 ++-- src/gcompris/file_selector.c | 3 +- src/gcompris/gcompris.c | 200 ++++++++++++++++++++++++------------------ src/gcompris/gcompris_db.c | 6 +- src/gcompris/menu.c | 4 +- 9 files changed, 146 insertions(+), 102 deletions(-) commit 0b1cffaf9a09814c104cf9ef18cbc1586eb308c3 Author: Christophe Merlet Date: Sun Oct 1 14:15:27 2006 +0000 Updated French translation. po/ChangeLog | 5 + po/fr.po | 1990 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 898 insertions(+), 1097 deletions(-) commit 9d186015a1abaef915e70d1daeb50341544581be Author: Bruno Coudoin Date: Sat Sep 30 22:44:55 2006 +0000 Do not compile it if network mode is not enabled * src/gcompris/cache.c: (_cache_init), (gc_cache_init), (gc_cache_end), (gc_cache_clear), (gc_cache_get), (gc_cache_insert): Do not compile it if network mode is not enabled ChangeLog | 6 ++++++ src/gcompris/cache.c | 22 ++++++++++++++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) commit 23410a9d7036b44c87500a45aa552d7a7c0f9893 Author: Bruno Coudoin Date: Sat Sep 30 21:01:11 2006 +0000 added a tux image set with our tux images commented out svg export code * boards/dataset/misc.xml: added a tux image set with our tux images * src/boards/python/anim.py: commented out svg export code * src/gcompris/file_selector.c: (item_event_file_selector), (parseMime): fixed segfault on mime type * src/gcompris/images_selector.c: (read_dataset_directory): minor, now allow simlynks ChangeLog | 8 + boards/dataset/misc.xml | 20 ++ src/boards/python/anim.py | 430 ++++++++++++++++++++-------------------- src/gcompris/file_selector.c | 15 +- src/gcompris/images_selector.c | 2 +- 5 files changed, 254 insertions(+), 221 deletions(-) commit 428eff1267ad801f45fba2df057831e53472da59 Author: Bruno Coudoin Date: Wed Sep 27 17:47:03 2006 +0000 Jose JORGE update pt.po po/ChangeLog | 148 ++++++------ po/pt.po | 800 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 505 insertions(+), 443 deletions(-) commit bf2de288b1b4ad09aa43a75f6edf42d7e97ab8ae Author: Bruno Coudoin Date: Mon Sep 25 21:20:26 2006 +0000 - fixed missing config.h.mingw.in (that replaces config.h.mingw) - added support for python plugin compilation under mingw - improved wordprocessor activity. it no more crashes and allow two styles, on for the layout, one for the color (on an idea of my daughter Clara) - This activity could be moved out of --experimental now but we are in string freeze. - Added a double switch in electricity. It is now possible to make a 2 switches corridor like circuit (va et vient in french). - config.c : fixed a double memory free on locale that crashed GC at exit time. - file_selector.c: fixed mime type loading and display. now uses gettext instead of inline xml translation. - menu.c: fixed a misplaced free that makes all board description in the database to be junk ChangeLog | 51 +++ Makefile.mingw | 9 +- boards/electric/switch2_icon.png | Bin 0 -> 3324 bytes boards/electric/switch2_off.png | Bin 0 -> 2494 bytes boards/electric/switch2_on.png | Bin 0 -> 2419 bytes boards/gcompris/mimetypes/Makefile.am | 3 +- config.h.mingw.in | 129 ++++++ src/boards/python/electric.py | 163 +++++++- src/boards/wordprocessor.c | 291 +++++++++---- src/gcompris/config.c | 69 ++-- src/gcompris/file_selector.c | 94 ++--- src/gcompris/gameutil.c | 47 +- src/gcompris/gcompris.c | 14 +- src/gcompris/gcompris_db.c | 773 +++++++++++++++++---------------- src/gcompris/menu.c | 107 +++--- src/gcompris/properties.c | 2 + 16 files changed, 1105 insertions(+), 647 deletions(-) commit bb62b10e9c2bfbe6ec720f42ad407082c154b939 Author: Ilkka Tuohela Date: Mon Sep 25 16:51:20 2006 +0000 Updated Finnish translation po/ChangeLog | 4 + po/fi.po | 1121 +++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 797 insertions(+), 328 deletions(-) commit c827d4dceb4a6bb899ed3039a478f1f6e00a64cd Author: Pawan Chitrakar Date: Sun Sep 24 10:46:17 2006 +0000 Updated Nepali Translation po/ChangeLog | 4 + po/ne.po | 5099 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 2758 insertions(+), 2345 deletions(-) commit 6945857c32b8428766ef9e6f6424972be660f54f Author: Bruno Coudoin Date: Fri Sep 22 22:32:03 2006 +0000 - Start of support of python plugin on window. - Fixed several issues in the admin. - Fixed the login mode. - Removed empty config code in some python plugin because it causes the admin to display a conbfiguration icon for them. ChangeLog | 48 ++++++- Makefile.mingw | 5 +- docs/website/footer.php3 | 7 + docs/website/header.php3 | 7 + docs/website/menu.php3 | 7 + docs/website/meta.php3 | 8 + src/boards/Makefile.mingw | 3 +- src/boards/py-gcompris-board.c | 4 + src/boards/py-gcompris-class.c | 14 +- src/boards/py-gcompris-group.c | 14 +- src/boards/py-gcompris-profile.c | 14 +- src/boards/py-gcompris-properties.c | 16 ++- src/boards/py-gcompris-user.c | 14 +- src/boards/py-gcompris-wordlist.c | 22 ++- src/boards/py-mod-admin.c | 10 +- src/boards/py-mod-anim.c | 14 ++- src/boards/python.c | 46 +++--- src/boards/python/admin/board_list.py | 70 +++++----- src/boards/python/electric.py | 262 +++++++++++++++----------------- src/boards/python/guessnumber.py | 70 ++++------ src/boards/python/login.py | 86 ++++++----- src/boards/python/mosaic.py | 92 +++++------- src/gcompris/Makefile.mingw | 6 +- src/gcompris/anim.c | 4 +- src/gcompris/binreloc.c | 6 +- src/gcompris/board.c | 9 +- src/gcompris/log.c | 4 +- src/gcompris/profile.c | 26 ++-- src/gcompris/properties.c | 4 +- 29 files changed, 487 insertions(+), 405 deletions(-) commit 5d2b63c44fcf0579729494328cdf1e7f741b02a5 Author: Priit Laes Date: Thu Sep 21 04:27:19 2006 +0000 Translation updated by Olle Niit. 2006-09-21 Priit Laes * et.po: Translation updated by Olle Niit. po/ChangeLog | 4 ++++ po/et.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit f7a73e471773db5929e195804905c24e81ca5f9d Author: Bruno Coudoin Date: Tue Sep 19 23:27:12 2006 +0000 - Memory leak review by miguel2i (on free.fr) - Fixed chess movelearn level 3, white could take the king immediately. reported by woof. ChangeLog | 33 ++++++++ Makefile.mingw | 4 +- src/boards/Makefile.mingw | 47 ++++++++++- src/boards/chess_position.c | 162 +++++++++++++++++++------------------- src/boards/imageid.c | 2 - src/boards/menu2.c | 12 ++- src/boards/python.c | 1 - src/gcompris/file_selector.c | 1 + src/gcompris/gcompris.c | 1 + src/gcompris/gcompris_confirm.c | 3 + src/gcompris/gcompris_db.c | 6 +- src/gcompris/menu.c | 2 + src/gcompris/profile.c | 17 ++++ src/gcompris/profile.h | 2 + src/gcompris/properties.c | 39 +++++++--- src/gcompris/skin.c | 1 + 16 files changed, 228 insertions(+), 105 deletions(-) commit 2904455a54c26e304d7d1a6408d71ad334023c8d Author: Bruno Coudoin Date: Mon Sep 18 21:07:33 2006 +0000 *** RELEASE 8.0BETA6 *** - Fixed clickgame and chess on windows (uses the old chess.c code) - chess on linux updated to use the new glib API - More GC API fix: board_pause now gc_board_pause board_play now gc_board_play board_stop now gc_board_stop ChangeLog | 57 +++++++++++++++++ Makefile.am | 2 +- Makefile.mingw | 2 +- README.mingw | 2 + config.h.mingw | 2 +- configure.in | 2 +- gcompris-installer.nsi.in | 34 +++++----- src/boards/chess.c | 134 +++++++++++++++++++++++---------------- src/boards/click_on_letter.c | 4 +- src/boards/memory.c | 2 +- src/boards/menu2.c | 96 ++++++++++++++-------------- src/boards/planegame.c | 52 ++++++++-------- src/boards/py-gcompris-board.c | 26 ++++---- src/boards/shapegame.c | 4 +- src/boards/submarine.c | 2 +- src/gcompris/about.c | 4 +- src/gcompris/bar.c | 2 +- src/gcompris/board.c | 56 +++++++++------- src/gcompris/board.h | 9 +-- src/gcompris/bonus.c | 6 +- src/gcompris/config.c | 6 +- src/gcompris/dialog.c | 4 +- src/gcompris/file_selector.c | 4 +- src/gcompris/gcompris.c | 18 +++--- src/gcompris/gcompris_confirm.c | 4 +- src/gcompris/help.c | 4 +- src/gcompris/images_selector.c | 4 +- src/gcompris/menu.c | 68 ++++++++++---------- 28 files changed, 350 insertions(+), 260 deletions(-) commit 4b953d15e25f0e2c69ece356ee9038a0ae4370e6 Author: Bruno Coudoin Date: Sun Sep 17 14:04:57 2006 +0000 - Minor resizing of some icons do make them appear smother - Changed gcompris logo to newer design from Franck. - Fixed clickgame to work again on windows ChangeLog | 37 +++++++ Makefile.am | 5 +- README.mingw | 6 +- boards/boardicons/book.png | Bin 1766 -> 1074 bytes boards/boardicons/computer.png | Bin 9070 -> 2852 bytes boards/boardicons/discovery.png | Bin 8401 -> 3585 bytes boards/boardicons/experience.png | Bin 8270 -> 2340 bytes boards/boardicons/fun.png | Bin 5176 -> 1935 bytes boards/boardicons/puzzles.png | Bin 5956 -> 2566 bytes boards/skins/gartoon/gcompris-about.png | Bin 63987 -> 19233 bytes boards/skins/gartoon/gcomprislogo.png | Bin 9546 -> 7640 bytes config.h.mingw | 22 ++--- configure.in | 1 + nsis/gcompris-intro.bmp | Bin 174054 -> 174054 bytes src/boards/chess.c | 167 ++++++++++++++++--------------- src/boards/clickgame.c | 64 ++++++------ src/gcompris/Makefile.mingw | 13 ++- src/gcompris/about.c | 34 +++--- src/gcompris/gcompris.c | 5 +- src/gcompris/images_selector.c | 13 ++- src/gcompris/skin.c | 50 +++++----- 21 files changed, 232 insertions(+), 185 deletions(-) commit 91de01835d8625970565a36622f8e1300dba09e3 Author: Bruno Coudoin Date: Fri Sep 15 21:45:19 2006 +0000 minor update fixed category based on Poiroud Marc input Education;Teaching * README.mingw: minor update * gcompris-edit.desktop.in: fixed category based on Poiroud Marc input Education;Teaching * gcompris.desktop.in: Game;KidsGame * src/boards/py-mod-bonus.c: (python_gcompris_bonus_module_init): fixed API for board_finished * src/boards/python/hexagon.py: reindent ChangeLog | 8 ++++++ README.mingw | 1 + gcompris-edit.desktop.in | 2 +- gcompris.desktop.in | 2 +- src/boards/py-mod-bonus.c | 24 ++++++++-------- src/boards/python/hexagon.py | 58 +++++++++++++++++++++--------------------- 6 files changed, 52 insertions(+), 43 deletions(-) commit b450ca9eec5a16851cab443c73cb7e893d1fd0b4 Author: Bruno Coudoin Date: Fri Sep 15 00:07:50 2006 +0000 Resized boards/boardicons/math.png to avoid pixels boards/boardicons/enumerate.png: changed to use the correct one boards/boardicons/enumerate.png | Bin 8746 -> 5213 bytes boards/boardicons/math.png | Bin 8526 -> 4060 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit d0077eb0555b9af766467ea9b7d0fabe41af16bc Author: Bruno Coudoin Date: Thu Sep 14 22:59:02 2006 +0000 Fixed horse2.png not found in erase. Fixed bad color title in boards/paintings/board3_1.xml.in ChangeLog | 2 + Makefile.mingw | 2 +- boards/paintings/board3_1.xml.in | 2 +- src/boards/erase.c | 28 +++++++++++----------- src/gcompris/log.c | 45 +++++++++++++++++++++---------------- 5 files changed, 43 insertions(+), 36 deletions(-) commit c71755a2f2680dfdc49b8fe502b49676e46714a7 Author: Bruno Coudoin Date: Thu Sep 14 20:07:50 2006 +0000 Missing audio files by Onur Tolga Sehitoglu boards/sounds/tr/misc/about.ogg | Bin 0 -> 33702 bytes boards/sounds/tr/misc/check_answer.ogg | Bin 0 -> 37613 bytes boards/sounds/tr/misc/configuration.ogg | Bin 0 -> 31604 bytes 3 files changed, 0 insertions(+), 0 deletions(-) commit bdc4c6939db9a5eb3cae2715709f10f68d5aead0 Author: David Lodge Date: Thu Sep 14 06:05:58 2006 +0000 Updated English (British) translation 2006-09-13 David Lodge * en_GB.po: Updated English (British) translation po/ChangeLog | 4 ++++ po/en_GB.po | 55 +++++++++++++++++++++++++++---------------------------- 2 files changed, 31 insertions(+), 28 deletions(-) commit d4cfa9f58fce2644f0161f3c40f23dd8d4f939f3 Author: Bruno Coudoin Date: Thu Sep 14 00:38:16 2006 +0000 Fixed regarding failure to find pixmap for level10 Now next level display in the bar is called only when needed src/boards/shapegame.c | 298 ++++++++++++++++++++++++------------------------ 1 files changed, 149 insertions(+), 149 deletions(-) commit 0d57b7d74790767d30959cda9be3794fb58afa2d Author: Bruno Coudoin Date: Thu Sep 14 00:13:29 2006 +0000 - Added Turk voices by Meltem Turhan Yndem - Added Turk internal geography maps (3 maps) - Fixed reading activity, now it uses the wordlist API - fixed desktop file category to suit freedesktop list. ChangeLog | 232 ++++++++++++++++++++ boards/geography/Makefile.am | 5 +- boards/sounds/tr/alphabet/10.ogg | Bin 0 -> 23932 bytes boards/sounds/tr/alphabet/11.ogg | Bin 0 -> 25455 bytes boards/sounds/tr/alphabet/12.ogg | Bin 0 -> 25813 bytes boards/sounds/tr/alphabet/13.ogg | Bin 0 -> 37615 bytes boards/sounds/tr/alphabet/14.ogg | Bin 0 -> 28786 bytes boards/sounds/tr/alphabet/15.ogg | Bin 0 -> 24073 bytes boards/sounds/tr/alphabet/16.ogg | Bin 0 -> 24080 bytes boards/sounds/tr/alphabet/17.ogg | Bin 0 -> 24120 bytes boards/sounds/tr/alphabet/18.ogg | Bin 0 -> 23805 bytes boards/sounds/tr/alphabet/19.ogg | Bin 0 -> 27782 bytes boards/sounds/tr/alphabet/20.ogg | Bin 0 -> 24533 bytes boards/sounds/tr/alphabet/U0030.ogg | Bin 0 -> 23885 bytes boards/sounds/tr/alphabet/U0031.ogg | Bin 0 -> 23440 bytes boards/sounds/tr/alphabet/U0032.ogg | Bin 0 -> 24180 bytes boards/sounds/tr/alphabet/U0033.ogg | Bin 0 -> 26089 bytes boards/sounds/tr/alphabet/U0034.ogg | Bin 0 -> 25441 bytes boards/sounds/tr/alphabet/U0035.ogg | Bin 0 -> 24244 bytes boards/sounds/tr/alphabet/U0036.ogg | Bin 0 -> 20812 bytes boards/sounds/tr/alphabet/U0037.ogg | Bin 0 -> 26848 bytes boards/sounds/tr/alphabet/U0038.ogg | Bin 0 -> 24498 bytes boards/sounds/tr/alphabet/U0039.ogg | Bin 0 -> 28244 bytes boards/sounds/tr/alphabet/U0061.ogg | Bin 0 -> 22995 bytes boards/sounds/tr/alphabet/U0062.ogg | Bin 0 -> 24497 bytes boards/sounds/tr/alphabet/U0063.ogg | Bin 0 -> 24237 bytes boards/sounds/tr/alphabet/U0064.ogg | Bin 0 -> 23350 bytes boards/sounds/tr/alphabet/U0065.ogg | Bin 0 -> 23322 bytes boards/sounds/tr/alphabet/U0066.ogg | Bin 0 -> 23334 bytes boards/sounds/tr/alphabet/U0067.ogg | Bin 0 -> 18644 bytes boards/sounds/tr/alphabet/U0068.ogg | Bin 0 -> 25370 bytes boards/sounds/tr/alphabet/U0069.ogg | Bin 0 -> 20968 bytes boards/sounds/tr/alphabet/U006A.ogg | Bin 0 -> 16932 bytes boards/sounds/tr/alphabet/U006B.ogg | Bin 0 -> 23856 bytes boards/sounds/tr/alphabet/U006C.ogg | Bin 0 -> 22348 bytes boards/sounds/tr/alphabet/U006D.ogg | Bin 0 -> 24023 bytes boards/sounds/tr/alphabet/U006E.ogg | Bin 0 -> 21296 bytes boards/sounds/tr/alphabet/U006F.ogg | Bin 0 -> 19040 bytes boards/sounds/tr/alphabet/U0070.ogg | Bin 0 -> 20019 bytes boards/sounds/tr/alphabet/U0071.ogg | Bin 0 -> 20880 bytes boards/sounds/tr/alphabet/U0072.ogg | Bin 0 -> 21129 bytes boards/sounds/tr/alphabet/U0073.ogg | Bin 0 -> 22836 bytes boards/sounds/tr/alphabet/U0074.ogg | Bin 0 -> 20290 bytes boards/sounds/tr/alphabet/U0075.ogg | Bin 0 -> 16782 bytes boards/sounds/tr/alphabet/U0076.ogg | Bin 0 -> 20587 bytes boards/sounds/tr/alphabet/U0077.ogg | Bin 0 -> 24503 bytes boards/sounds/tr/alphabet/U0078.ogg | Bin 0 -> 19975 bytes boards/sounds/tr/alphabet/U0079.ogg | Bin 0 -> 21141 bytes boards/sounds/tr/alphabet/U007A.ogg | Bin 0 -> 23102 bytes boards/sounds/tr/colors/black.ogg | Bin 0 -> 23347 bytes boards/sounds/tr/colors/blue.ogg | Bin 0 -> 22375 bytes boards/sounds/tr/colors/brown.ogg | Bin 0 -> 26853 bytes boards/sounds/tr/colors/green.ogg | Bin 0 -> 23020 bytes boards/sounds/tr/colors/grey.ogg | Bin 0 -> 20599 bytes boards/sounds/tr/colors/orange.ogg | Bin 0 -> 27279 bytes boards/sounds/tr/colors/pink.ogg | Bin 0 -> 22126 bytes boards/sounds/tr/colors/purple.ogg | Bin 0 -> 20433 bytes boards/sounds/tr/colors/red.ogg | Bin 0 -> 23107 bytes boards/sounds/tr/colors/white.ogg | Bin 0 -> 24521 bytes boards/sounds/tr/colors/yellow.ogg | Bin 0 -> 23966 bytes boards/sounds/tr/geography/africa.ogg | Bin 0 -> 27233 bytes boards/sounds/tr/geography/alaska.ogg | Bin 0 -> 23314 bytes boards/sounds/tr/geography/albania.ogg | Bin 0 -> 25703 bytes boards/sounds/tr/geography/algeria.ogg | Bin 0 -> 25158 bytes boards/sounds/tr/geography/america.ogg | Bin 0 -> 32345 bytes boards/sounds/tr/geography/angola.ogg | Bin 0 -> 27889 bytes boards/sounds/tr/geography/antartica.ogg | Bin 0 -> 33354 bytes boards/sounds/tr/geography/argentina.ogg | Bin 0 -> 25871 bytes boards/sounds/tr/geography/asia.ogg | Bin 0 -> 28451 bytes boards/sounds/tr/geography/austria.ogg | Bin 0 -> 26563 bytes boards/sounds/tr/geography/bahamas.ogg | Bin 0 -> 21976 bytes boards/sounds/tr/geography/belarus.ogg | Bin 0 -> 22717 bytes boards/sounds/tr/geography/belgium.ogg | Bin 0 -> 23247 bytes boards/sounds/tr/geography/benin.ogg | Bin 0 -> 24401 bytes boards/sounds/tr/geography/bolivia.ogg | Bin 0 -> 25052 bytes boards/sounds/tr/geography/bosnia_herzegovina.ogg | Bin 0 -> 28128 bytes boards/sounds/tr/geography/botswana.ogg | Bin 0 -> 26656 bytes boards/sounds/tr/geography/brazil.ogg | Bin 0 -> 24290 bytes boards/sounds/tr/geography/bulgaria.ogg | Bin 0 -> 25329 bytes boards/sounds/tr/geography/burkina.ogg | Bin 0 -> 30019 bytes boards/sounds/tr/geography/burundi.ogg | Bin 0 -> 25717 bytes boards/sounds/tr/geography/cameroon.ogg | Bin 0 -> 28303 bytes boards/sounds/tr/geography/canada.ogg | Bin 0 -> 24557 bytes .../tr/geography/central_african_republic.ogg | Bin 0 -> 41650 bytes boards/sounds/tr/geography/chad.ogg | Bin 0 -> 20385 bytes boards/sounds/tr/geography/chile.ogg | Bin 0 -> 28004 bytes boards/sounds/tr/geography/colombia.ogg | Bin 0 -> 23832 bytes boards/sounds/tr/geography/congo.ogg | Bin 0 -> 24754 bytes boards/sounds/tr/geography/costa_rica.ogg | Bin 0 -> 27929 bytes boards/sounds/tr/geography/croatia.ogg | Bin 0 -> 24042 bytes boards/sounds/tr/geography/cuba.ogg | Bin 0 -> 22227 bytes boards/sounds/tr/geography/cyprus.ogg | Bin 0 -> 22304 bytes boards/sounds/tr/geography/czech.ogg | Bin 0 -> 27438 bytes boards/sounds/tr/geography/denmark.ogg | Bin 0 -> 26578 bytes boards/sounds/tr/geography/djibouti.ogg | Bin 0 -> 28193 bytes boards/sounds/tr/geography/dominican_republic.ogg | Bin 0 -> 27961 bytes boards/sounds/tr/geography/ecuador.ogg | Bin 0 -> 25411 bytes boards/sounds/tr/geography/egypt.ogg | Bin 0 -> 28519 bytes boards/sounds/tr/geography/equatorial_guinea.ogg | Bin 0 -> 35503 bytes boards/sounds/tr/geography/eritrea.ogg | Bin 0 -> 28534 bytes boards/sounds/tr/geography/estonia.ogg | Bin 0 -> 28300 bytes boards/sounds/tr/geography/ethiopia.ogg | Bin 0 -> 28838 bytes boards/sounds/tr/geography/europe.ogg | Bin 0 -> 27423 bytes boards/sounds/tr/geography/finland.ogg | Bin 0 -> 21802 bytes boards/sounds/tr/geography/france.ogg | Bin 0 -> 24309 bytes boards/sounds/tr/geography/french_guiana.ogg | Bin 0 -> 28512 bytes boards/sounds/tr/geography/gabon.ogg | Bin 0 -> 22181 bytes boards/sounds/tr/geography/gambia.ogg | Bin 0 -> 26298 bytes boards/sounds/tr/geography/germany.ogg | Bin 0 -> 21799 bytes boards/sounds/tr/geography/ghana.ogg | Bin 0 -> 22945 bytes boards/sounds/tr/geography/greece.ogg | Bin 0 -> 26313 bytes boards/sounds/tr/geography/greenland.ogg | Bin 0 -> 30643 bytes boards/sounds/tr/geography/guatemala.ogg | Bin 0 -> 25027 bytes boards/sounds/tr/geography/guinea.ogg | Bin 0 -> 25606 bytes boards/sounds/tr/geography/guinea_bissau.ogg | Bin 0 -> 29101 bytes boards/sounds/tr/geography/guyana.ogg | Bin 0 -> 21226 bytes boards/sounds/tr/geography/haiti.ogg | Bin 0 -> 22653 bytes boards/sounds/tr/geography/honduras.ogg | Bin 0 -> 22109 bytes boards/sounds/tr/geography/hungary.ogg | Bin 0 -> 25470 bytes boards/sounds/tr/geography/iceland.ogg | Bin 0 -> 23594 bytes boards/sounds/tr/geography/ireland.ogg | Bin 0 -> 23704 bytes boards/sounds/tr/geography/italy.ogg | Bin 0 -> 24791 bytes boards/sounds/tr/geography/ivory_coast.ogg | Bin 0 -> 34743 bytes boards/sounds/tr/geography/jamaica.ogg | Bin 0 -> 24351 bytes boards/sounds/tr/geography/kenya.ogg | Bin 0 -> 25538 bytes boards/sounds/tr/geography/latvia.ogg | Bin 0 -> 19936 bytes boards/sounds/tr/geography/lesotho.ogg | Bin 0 -> 26884 bytes boards/sounds/tr/geography/liberia.ogg | Bin 0 -> 28273 bytes boards/sounds/tr/geography/libya.ogg | Bin 0 -> 25216 bytes boards/sounds/tr/geography/lithuania.ogg | Bin 0 -> 23845 bytes boards/sounds/tr/geography/luxembourg.ogg | Bin 0 -> 23417 bytes boards/sounds/tr/geography/macedonia.ogg | Bin 0 -> 23112 bytes boards/sounds/tr/geography/madagascar.ogg | Bin 0 -> 33351 bytes boards/sounds/tr/geography/malawi.ogg | Bin 0 -> 23424 bytes boards/sounds/tr/geography/mali.ogg | Bin 0 -> 25747 bytes boards/sounds/tr/geography/mauritania.ogg | Bin 0 -> 27360 bytes boards/sounds/tr/geography/mexico.ogg | Bin 0 -> 21173 bytes boards/sounds/tr/geography/moldova.ogg | Bin 0 -> 22092 bytes boards/sounds/tr/geography/moroco.ogg | Bin 0 -> 22328 bytes boards/sounds/tr/geography/mozambique.ogg | Bin 0 -> 31767 bytes boards/sounds/tr/geography/namibia.ogg | Bin 0 -> 28805 bytes boards/sounds/tr/geography/netherland.ogg | Bin 0 -> 24958 bytes boards/sounds/tr/geography/nicaragua.ogg | Bin 0 -> 24450 bytes boards/sounds/tr/geography/niger.ogg | Bin 0 -> 26854 bytes boards/sounds/tr/geography/nigeria.ogg | Bin 0 -> 24887 bytes boards/sounds/tr/geography/north_america.ogg | Bin 0 -> 28469 bytes boards/sounds/tr/geography/norway.ogg | Bin 0 -> 21706 bytes boards/sounds/tr/geography/oceania.ogg | Bin 0 -> 35531 bytes boards/sounds/tr/geography/panama.ogg | Bin 0 -> 22433 bytes boards/sounds/tr/geography/paraguay.ogg | Bin 0 -> 23018 bytes boards/sounds/tr/geography/peru.ogg | Bin 0 -> 18675 bytes boards/sounds/tr/geography/poland.ogg | Bin 0 -> 21013 bytes boards/sounds/tr/geography/portugal.ogg | Bin 0 -> 20701 bytes boards/sounds/tr/geography/republic_of_congo.ogg | Bin 0 -> 34187 bytes boards/sounds/tr/geography/romania.ogg | Bin 0 -> 20615 bytes boards/sounds/tr/geography/russia.ogg | Bin 0 -> 17298 bytes boards/sounds/tr/geography/rwanda.ogg | Bin 0 -> 22650 bytes boards/sounds/tr/geography/salvador.ogg | Bin 0 -> 21405 bytes boards/sounds/tr/geography/senegal.ogg | Bin 0 -> 29067 bytes boards/sounds/tr/geography/serbia_montenegro.ogg | Bin 0 -> 28733 bytes boards/sounds/tr/geography/sierra_leone.ogg | Bin 0 -> 27913 bytes boards/sounds/tr/geography/slovakia.ogg | Bin 0 -> 24646 bytes boards/sounds/tr/geography/slovenia.ogg | Bin 0 -> 26441 bytes boards/sounds/tr/geography/somalia.ogg | Bin 0 -> 23648 bytes boards/sounds/tr/geography/soudan.ogg | Bin 0 -> 25575 bytes boards/sounds/tr/geography/south_africa.ogg | Bin 0 -> 31534 bytes boards/sounds/tr/geography/south_america.ogg | Bin 0 -> 34328 bytes boards/sounds/tr/geography/spain.ogg | Bin 0 -> 19548 bytes boards/sounds/tr/geography/suriname.ogg | Bin 0 -> 19884 bytes boards/sounds/tr/geography/swaziland.ogg | Bin 0 -> 28828 bytes boards/sounds/tr/geography/sweden.ogg | Bin 0 -> 18740 bytes boards/sounds/tr/geography/switz.ogg | Bin 0 -> 18228 bytes boards/sounds/tr/geography/tanzania.ogg | Bin 0 -> 25504 bytes boards/sounds/tr/geography/togo.ogg | Bin 0 -> 28191 bytes boards/sounds/tr/geography/tunisia.ogg | Bin 0 -> 23308 bytes boards/sounds/tr/geography/turkey.ogg | Bin 0 -> 24761 bytes boards/sounds/tr/geography/uganda.ogg | Bin 0 -> 26239 bytes boards/sounds/tr/geography/ukraine.ogg | Bin 0 -> 20249 bytes boards/sounds/tr/geography/united_kingdom.ogg | Bin 0 -> 24079 bytes boards/sounds/tr/geography/uruguay.ogg | Bin 0 -> 20470 bytes boards/sounds/tr/geography/usa.ogg | Bin 0 -> 30410 bytes boards/sounds/tr/geography/venezuela.ogg | Bin 0 -> 25378 bytes boards/sounds/tr/geography/welcome.ogg | Bin 0 -> 29306 bytes boards/sounds/tr/geography/zambia.ogg | Bin 0 -> 24636 bytes boards/sounds/tr/geography/zimbabwe.ogg | Bin 0 -> 25918 bytes boards/sounds/tr/misc/awesome.ogg | Bin 0 -> 21773 bytes boards/sounds/tr/misc/back.ogg | Bin 0 -> 21109 bytes boards/sounds/tr/misc/by.ogg | Bin 0 -> 29105 bytes boards/sounds/tr/misc/click_on_letter.ogg | Bin 0 -> 33720 bytes boards/sounds/tr/misc/congratulation.ogg | Bin 0 -> 26793 bytes boards/sounds/tr/misc/equal.ogg | Bin 0 -> 32275 bytes boards/sounds/tr/misc/fantastic.ogg | Bin 0 -> 26992 bytes boards/sounds/tr/misc/good.ogg | Bin 0 -> 21773 bytes boards/sounds/tr/misc/great.ogg | Bin 0 -> 25813 bytes boards/sounds/tr/misc/help.ogg | Bin 0 -> 22538 bytes boards/sounds/tr/misc/level.ogg | Bin 0 -> 24110 bytes boards/sounds/tr/misc/minus.ogg | Bin 0 -> 24287 bytes boards/sounds/tr/misc/ok.ogg | Bin 0 -> 21298 bytes boards/sounds/tr/misc/outof.ogg | Bin 0 -> 25264 bytes boards/sounds/tr/misc/perfect.ogg | Bin 0 -> 24291 bytes boards/sounds/tr/misc/plus.ogg | Bin 0 -> 24081 bytes boards/sounds/tr/misc/quit.ogg | Bin 0 -> 22708 bytes boards/sounds/tr/misc/super.ogg | Bin 0 -> 24805 bytes boards/sounds/tr/misc/waytogo.ogg | Bin 0 -> 33817 bytes boards/sounds/tr/misc/welcome.ogg | Bin 0 -> 30857 bytes configure.in | 14 +- gcompris-edit.desktop.in | 4 +- gcompris.desktop.in | 2 +- gcompris.spec.in | 121 ++++++----- src/boards/reading.c | 170 ++++++--------- src/boards/wordsgame.c | 126 ++++++------ src/gcompris/bar.c | 38 ++-- src/gcompris/gcompris.c | 3 + src/gcompris/wordlist.c | 26 +- tools/check_missing_voices.pl | 2 +- 215 files changed, 476 insertions(+), 267 deletions(-) commit 3638e46da48d6a5bf04ea5c6c2fd804c525d67d6 Author: David Lodge Date: Wed Sep 13 20:42:24 2006 +0000 Updated English (British) translation 2006-09-13 David Lodge * en_GB.po: Updated English (British) translation po/ChangeLog | 4 + po/en_GB.po | 4446 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 3019 insertions(+), 1431 deletions(-) commit dfe68474cb4040fc54695e0844a250e3efe09150 Author: Bruno Coudoin Date: Tue Sep 12 22:44:38 2006 +0000 added again gnome2-macros updated - - - fixed window name * Makefile.am: added again gnome2-macros * docs/screenshots/memory_div.jpg: updated * docs/screenshots/memory_div_small.jpg: - * docs/screenshots/submarine.jpg: - * docs/screenshots/submarine_small.jpg: - * docs/take_screenshots.sh: fixed window name * po/POTFILES.in: * src/boards/py-mod-utils.c: (py_gc_item_absolute_move), (py_gc_item_rotate), (py_gc_item_rotate_relative), (py_gc_item_rotate_with_center), (py_gc_item_rotate_relative_with_center): fixed, bad replace. anim work again. * src/gcompris/Makefile.am: * src/gcompris/gc_core.h: * src/gcompris/gc_net.c: * src/gcompris/gcompris.c: (board_widget_key_press_callback), (gc_set_background), (init_background), (gc_cursor_set), (setup_window), (gc_fullscreen_set), (gc_canvas_item_grab), (gc_terminate), (xf86_vidmode_init), (xf86_vidmode_set_fullscreen), (xf86_window_configured), (gc_init): added cache support * src/gcompris/images_selector.c: (gc_selector_images_start), (gc_selector_images_stop), (display_image), (display_image_set), (item_event_imageset_selector), (item_event_images_selector), (item_event_scroll), (parseImage), (parse_doc), (read_xml_file), (read_dataset_directory): typo, removed white space * src/gcompris/properties.c: (gc_prop_default_database_name_get), (gc_prop_new), (gc_prop_user_dirname_get): * src/gcompris/properties.h: added cache support * src/gcompris/cache.c: not functional yet cache mecanism for the web version. ChangeLog | 709 +++++++++++++++++---------------- Makefile.am | 5 +- docs/screenshots/memory_div.jpg | Bin 17490 -> 33046 bytes docs/screenshots/memory_div_small.jpg | Bin 9223 -> 14147 bytes docs/screenshots/submarine.jpg | Bin 29800 -> 29864 bytes docs/screenshots/submarine_small.jpg | Bin 14456 -> 14315 bytes docs/take_screenshots.sh | 2 +- po/POTFILES.in | 1 + src/boards/py-mod-utils.c | 34 +- src/gcompris/Makefile.am | 5 +- src/gcompris/cache.c | 186 +++++++++ src/gcompris/gc_core.h | 11 +- src/gcompris/gc_net.c | 1 + src/gcompris/gcompris.c | 133 ++++--- src/gcompris/images_selector.c | 74 ++-- src/gcompris/properties.c | 13 +- src/gcompris/properties.h | 1 + 17 files changed, 708 insertions(+), 467 deletions(-) commit 8ce8a89f6ef7eb019537c7359b9f99a0e03d1757 Author: Gintautas Miliauskas Date: Sun Sep 3 11:22:38 2006 +0000 Updated Lithuanian translation po/ChangeLog | 4 + po/lt.po | 1353 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 700 insertions(+), 657 deletions(-) commit fabc90c70556e668d347ebb624eada4324e37a8e Author: Clytie Siddall Date: Sat Sep 2 08:29:27 2006 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 ++ po/vi.po | 98 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 62 insertions(+), 40 deletions(-) commit 3c0aa5c00fd93a542d87ff44e6ecf7f960f4414f Author: Bruno Coudoin Date: Thu Aug 31 22:45:58 2006 +0000 Updated Polish translation by Rafal Konkolewski * pl.po: Updated Polish translation by Rafal Konkolewski po/ChangeLog | 4 ++++ po/pl.po | 17 +++++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) commit 90fde407dd84d9b3fe0257859f5c96883ba5835e Author: Bruno Coudoin Date: Tue Aug 29 21:43:55 2006 +0000 - Last iteration over API cleanup. Some fine tune will be needed later but most of the clenup is done now. ChangeLog | 72 +++++++++++++++++++++ src/boards/click_on_letter.c | 24 ++++---- src/boards/colors.c | 20 +++--- src/boards/gletters.c | 26 ++++---- src/boards/gtans.c | 2 +- src/boards/imageid.c | 18 +++--- src/boards/missingletter.c | 18 +++--- src/boards/py-mod-admin.c | 48 +++++++------- src/boards/py-mod-gcompris.c | 138 ++++++++++++++++++++-------------------- src/boards/py-mod-timer.c | 2 +- src/boards/python/anim.py | 3 +- src/boards/python/bargame.py | 3 - src/boards/reading.c | 18 +++--- src/boards/shapegame.c | 18 +++--- src/boards/smallnumbers.c | 12 ++-- src/gcompris/Makefile.am | 2 - src/gcompris/board_config.c | 81 +++++++++++++----------- src/gcompris/board_config.h | 20 +++--- src/gcompris/file_selector.c | 2 +- src/gcompris/gcompris.c | 3 +- src/gcompris/gcompris.h | 1 - src/gcompris/gcompris_db.c | 26 ++++---- src/gcompris/gcompris_db.h | 22 +++--- src/gcompris/gcompris_files.c | 64 ------------------- src/gcompris/gcompris_files.h | 43 ------------- src/gcompris/profile.c | 1 + src/gcompris/profile.h | 4 +- src/gcompris/properties.c | 41 ++++++++++++ src/gcompris/properties.h | 7 ++ 29 files changed, 378 insertions(+), 361 deletions(-) commit 26bc2ba7157c2a92248c1e8e8e24d6a2cb5d301e Author: Bruno Coudoin Date: Mon Aug 28 23:47:22 2006 +0000 Continued the rework of the API. ChangeLog | 260 +++++++++++++++++++++++++++++++++++++ docs/C/python.xml | 53 ++++---- src/boards/advanced_colors.c | 16 +- src/boards/algebra.c | 40 +++--- src/boards/algebra_guesscount.c | 26 ++-- src/boards/animtest.c | 6 +- src/boards/awele.c | 30 ++-- src/boards/awele_alphaBeta.c | 18 ++-- src/boards/canal_lock.c | 20 ++-- src/boards/chess.c | 20 ++-- src/boards/click_on_letter.c | 28 ++-- src/boards/clickgame.c | 36 +++--- src/boards/clockgame.c | 44 +++--- src/boards/colors.c | 20 ++-- src/boards/crane.c | 12 +- src/boards/draw.c | 14 +- src/boards/enumerate.c | 16 +- src/boards/erase.c | 16 +- src/boards/fifteen.c | 12 +- src/boards/gletters.c | 34 +++--- src/boards/gtans.c | 2 +- src/boards/gtans_callbacks.c | 2 +- src/boards/gtans_interface.c | 6 +- src/boards/hanoi.c | 24 ++-- src/boards/hanoi_real.c | 24 ++-- src/boards/imageid.c | 44 +++--- src/boards/leftright.c | 22 ++-- src/boards/machpuzzle.c | 8 +- src/boards/magic_hat.c | 12 +- src/boards/maze.c | 32 +++--- src/boards/memory.c | 36 +++--- src/boards/menu2.c | 46 ++++---- src/boards/missingletter.c | 54 ++++---- src/boards/money.c | 14 +- src/boards/money_widget.c | 2 +- src/boards/paratrooper.c | 10 +- src/boards/planegame.c | 24 ++-- src/boards/py-mod-admin.c | 48 ++++---- src/boards/py-mod-bonus.c | 22 ++-- src/boards/py-mod-gcompris.c | 90 +++++++------- src/boards/py-mod-score.c | 33 +++--- src/boards/py-mod-score.h | 2 +- src/boards/py-mod-skin.c | 70 +++++----- src/boards/py-mod-skin.h | 2 +- src/boards/py-mod-sound.c | 56 ++++---- src/boards/py-mod-timer.c | 54 ++++---- src/boards/py-mod-timer.h | 2 +- src/boards/python.c | 12 +- src/boards/railroad.c | 18 ++-- src/boards/read_colors.c | 12 +- src/boards/reading.c | 38 +++--- src/boards/reversecount.c | 18 ++-- src/boards/shapegame.c | 54 ++++---- src/boards/smallnumbers.c | 30 ++-- src/boards/submarine.c | 34 +++--- src/boards/superbrain.c | 8 +- src/boards/target.c | 20 ++-- src/boards/traffic.c | 24 ++-- src/boards/wordprocessor.c | 14 +- src/boards/wordsgame.c | 28 ++-- src/gcompris/about.c | 90 +++++++------- src/gcompris/anim.c | 25 +++-- src/gcompris/bar.c | 50 ++++---- src/gcompris/board.c | 25 ++-- src/gcompris/board.h | 6 +- src/gcompris/board_config.c | 129 ++++++++++-------- src/gcompris/board_config.h | 22 +--- src/gcompris/bonus.c | 75 ++++++----- src/gcompris/bonus.h | 41 +++---- src/gcompris/config.c | 136 ++++++++++---------- src/gcompris/dialog.c | 10 +- src/gcompris/file_selector.c | 42 +++--- src/gcompris/gameutil.c | 34 +++++- src/gcompris/gameutil.h | 1 + src/gcompris/gc_core.h | 4 + src/gcompris/gcompris.c | 154 +++++++++++----------- src/gcompris/gcompris.h | 16 +-- src/gcompris/gcompris_alphabeta.c | 20 ++-- src/gcompris/gcompris_alphabeta.h | 24 ++-- src/gcompris/gcompris_config.h | 4 +- src/gcompris/gcompris_confirm.c | 36 +++--- src/gcompris/gcompris_db.c | 48 ++++---- src/gcompris/gcompris_db.h | 32 +++--- src/gcompris/gcompris_files.c | 22 ++-- src/gcompris/gcompris_files.h | 2 +- src/gcompris/gcompris_im.c | 37 +++--- src/gcompris/gcompris_im.h | 9 +- src/gcompris/help.c | 62 +++++----- src/gcompris/images_selector.c | 16 +- src/gcompris/log.c | 4 +- src/gcompris/main.c | 4 +- src/gcompris/menu.c | 38 +++--- src/gcompris/profile.c | 11 +- src/gcompris/profile.h | 19 +-- src/gcompris/properties.c | 94 ++++++-------- src/gcompris/properties.h | 23 +--- src/gcompris/score.c | 26 ++-- src/gcompris/score.h | 13 +- src/gcompris/skin.c | 201 +++++++++++++++-------------- src/gcompris/skin.h | 60 +++++----- src/gcompris/soundutil.c | 85 +++++++----- src/gcompris/soundutil.h | 28 ++-- src/gcompris/timer.c | 101 ++++++++------ src/gcompris/timer.h | 18 ++-- 104 files changed, 1995 insertions(+), 1674 deletions(-) commit 504e830c3cdd0eb23db3b2d0e8f2f464da57d1de Author: Bruno Coudoin Date: Mon Aug 28 23:46:08 2006 +0000 Updated Turkish translation by Meltem Turhan Yondem. po/ChangeLog | 4 + po/POTFILES.in | 1 + po/tr.po | 5776 ++++++++++++++++++++++++++++++++++++++++++-------------- 3 files changed, 4360 insertions(+), 1421 deletions(-) commit 595b48391866ca3888caf7ea73be37a37ae9b4b9 Author: Clytie Siddall Date: Sun Aug 27 06:52:55 2006 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 + po/vi.po | 303 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 158 insertions(+), 149 deletions(-) commit 877b8e15ad7772a5f67bf78357b9b36c510b5b49 Author: Bruno Coudoin Date: Fri Aug 25 15:11:27 2006 +0000 Fixed to continue even when a directory is missing tools/check_missing_voices.pl | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 09a1b0a58f7266379faabeba419ffdb6807ba948 Author: Bruno Coudoin Date: Tue Aug 22 22:25:38 2006 +0000 - fixed bug#352350 Some typos in the PO file - added ukrainian flag, waiting for po file. - fixed several acivity make them work with gc_net_load_xml API they no more get their xml data file locally - fixed several activity to get their translations from gettext instead of the xml data file itself. It saves a lot of space and makes packagers happy. ChangeLog | 30 +++++ boards/advanced_colors/Makefile.am | 3 +- boards/flags/uk.png | Bin 0 -> 427 bytes boards/imageid/Makefile.am | 4 +- boards/missing_letter/Makefile.am | 5 +- boards/read_colors/Makefile.am | 4 +- boards/scales/Makefile.am | 3 +- boards/traffic.xml.in | 2 +- docs/gcompris2spip.pl | 7 +- src/boards/advanced_colors.c | 76 ++++-------- src/boards/imageid.c | 233 ++++++++++++++---------------------- src/boards/missingletter.c | 41 ++----- src/boards/read_colors.c | 44 ++----- src/gcompris/gcompris.c | 2 +- 14 files changed, 183 insertions(+), 271 deletions(-) commit c6427287a3c13436404f720f411072ebea9aeeb8 Author: Bruno Coudoin Date: Tue Aug 22 20:04:48 2006 +0000 - cleanup, removed deprecated wordslevel* now the xml version default-*.xml are used. - cleanup, removed deprecated files boards/gletters/gletters.* we now use the IM API. ChangeLog | 74 +++++ README.translators | 9 +- boards/gletters/README | 35 --- boards/gletters/gletters.ja | 134 --------- boards/gletters/gletters.nb | 9 - boards/gletters/gletters.nn | 9 - boards/gletters/gletters.ru | 76 ----- boards/gletters/gletters.sv | 6 - boards/wordsgame/default-en.xml | 17 +- boards/wordsgame/default-fr.xml | 20 +- boards/wordsgame/default-tr.xml | 147 ++++++++++ boards/wordsgame/wordslevel1.da | 35 --- boards/wordsgame/wordslevel1.de | 36 --- boards/wordsgame/wordslevel1.el | 36 --- boards/wordsgame/wordslevel1.en | 35 --- boards/wordsgame/wordslevel1.es | 38 --- boards/wordsgame/wordslevel1.eu | 24 -- boards/wordsgame/wordslevel1.fi | 35 --- boards/wordsgame/wordslevel1.fr | 17 -- boards/wordsgame/wordslevel1.hu | 108 ------- boards/wordsgame/wordslevel1.it | 34 --- boards/wordsgame/wordslevel1.lt | 38 --- boards/wordsgame/wordslevel1.nb | 76 ----- boards/wordsgame/wordslevel1.nn | 76 ----- boards/wordsgame/wordslevel1.pt | 27 -- boards/wordsgame/wordslevel1.pt_BR | 37 --- boards/wordsgame/wordslevel1.ro | 32 --- boards/wordsgame/wordslevel1.ru | 35 --- boards/wordsgame/wordslevel1.sk | 34 --- boards/wordsgame/wordslevel1.sl | 28 -- boards/wordsgame/wordslevel1.sv | 70 ----- boards/wordsgame/wordslevel2.da | 32 --- boards/wordsgame/wordslevel2.de | 32 --- boards/wordsgame/wordslevel2.el | 34 --- boards/wordsgame/wordslevel2.en | 34 --- boards/wordsgame/wordslevel2.es | 68 ----- boards/wordsgame/wordslevel2.eu | 28 -- boards/wordsgame/wordslevel2.fi | 11 - boards/wordsgame/wordslevel2.fr | 17 -- boards/wordsgame/wordslevel2.it | 34 --- boards/wordsgame/wordslevel2.lt | 82 ------ boards/wordsgame/wordslevel2.nb | 47 ---- boards/wordsgame/wordslevel2.nn | 47 ---- boards/wordsgame/wordslevel2.pt | 39 --- boards/wordsgame/wordslevel2.pt_BR | 45 --- boards/wordsgame/wordslevel2.ro | 35 --- boards/wordsgame/wordslevel2.ru | 34 --- boards/wordsgame/wordslevel2.sk | 34 --- boards/wordsgame/wordslevel2.sl | 41 --- boards/wordsgame/wordslevel2.sv | 96 ------- boards/wordsgame/wordslevel3.fr | 21 -- boards/wordsgame/wordslevel3.lt | 173 ------------ boards/wordsgame/wordslevelmax.da | 67 ----- boards/wordsgame/wordslevelmax.de | 49 ---- boards/wordsgame/wordslevelmax.el | 67 ----- boards/wordsgame/wordslevelmax.en | 68 ----- boards/wordsgame/wordslevelmax.es | 87 ------ boards/wordsgame/wordslevelmax.eu | 69 ----- boards/wordsgame/wordslevelmax.fi | 46 --- boards/wordsgame/wordslevelmax.fr | 23 -- boards/wordsgame/wordslevelmax.hu | 75 ----- boards/wordsgame/wordslevelmax.it | 96 ------- boards/wordsgame/wordslevelmax.lt | 351 ----------------------- boards/wordsgame/wordslevelmax.nb | 69 ----- boards/wordsgame/wordslevelmax.nl | 506 ---------------------------------- boards/wordsgame/wordslevelmax.nn | 69 ----- boards/wordsgame/wordslevelmax.pt | 81 ------ boards/wordsgame/wordslevelmax.pt_BR | 93 ------- boards/wordsgame/wordslevelmax.ro | 35 --- boards/wordsgame/wordslevelmax.ru | 69 ----- boards/wordsgame/wordslevelmax.sk | 68 ----- boards/wordsgame/wordslevelmax.sl | 68 ----- boards/wordsgame/wordslevelmax.sv | 94 ------- src/boards/wordsgame.c | 1 + 74 files changed, 243 insertions(+), 4279 deletions(-) commit 2c8aec38842c4b0ebdfb7e705b638ded06332cde Author: Bruno Coudoin Date: Tue Aug 22 00:26:38 2006 +0000 - completed the wordlist API which look like this now: GcomprisWordlist *gc_wordlist_get_from_file(const gchar *fileformat, ...); void gc_wordlist_free(GcomprisWordlist *wordlist); gchar *gc_wordlist_random_word_get(GcomprisWordlist *wordlist, guint level); - changed wordsgame.c to use the gc_wordlist API. - renamed gcompris_get_properties() in gc_prop_get() * Still need to cleanup boards/wordsgame/wordslevel*.* that are replaced by default-*.xml ChangeLog | 89 ++++++ configure.in | 2 +- src/boards/advanced_colors.c | 2 +- src/boards/algebra.c | 13 +- src/boards/click_on_letter.c | 2 +- src/boards/clickgame.c | 12 +- src/boards/clockgame.c | 13 +- src/boards/colors.c | 4 +- src/boards/gletters.c | 13 +- src/boards/gtans.c | 2 +- src/boards/imageid.c | 2 +- src/boards/memory.c | 13 +- src/boards/menu2.c | 22 +- src/boards/missingletter.c | 2 +- src/boards/paratrooper.c | 13 +- src/boards/planegame.c | 12 +- src/boards/py-gcompris-wordlist.c | 6 +- src/boards/py-mod-gcompris.c | 39 ++- src/boards/python.c | 6 +- src/boards/read_colors.c | 2 +- src/boards/reading.c | 16 +- src/boards/reversecount.c | 2 +- src/boards/shapegame.c | 13 +- src/boards/smallnumbers.c | 13 +- src/boards/wordsgame.c | 622 +++++++++++++++++-------------------- src/gcompris/about.c | 13 +- src/gcompris/bar.c | 13 +- src/gcompris/board.c | 13 +- src/gcompris/board_config.c | 19 +- src/gcompris/config.c | 17 +- src/gcompris/file_selector.c | 2 +- src/gcompris/gameutil.c | 2 +- src/gcompris/gc_net.c | 6 +- src/gcompris/gc_net.h | 2 - src/gcompris/gcompris.c | 16 +- src/gcompris/gcompris_alphabeta.c | 12 +- src/gcompris/gcompris_db.c | 16 +- src/gcompris/gcompris_files.c | 16 +- src/gcompris/gcompris_im.c | 19 +- src/gcompris/help.c | 13 +- src/gcompris/images_selector.c | 14 +- src/gcompris/menu.c | 12 +- src/gcompris/profile.c | 19 +- src/gcompris/properties.c | 11 +- src/gcompris/properties.h | 2 +- src/gcompris/score.c | 12 +- src/gcompris/skin.c | 2 +- src/gcompris/soundutil.c | 24 +- src/gcompris/timer.c | 4 +- src/gcompris/wordlist.c | 294 +++++++++++------- src/gcompris/wordlist.h | 19 +- 51 files changed, 692 insertions(+), 835 deletions(-) commit ae173b8d65b4d13709c201e98d454e4165cf88e5 Author: Bruno Coudoin Date: Mon Aug 21 00:37:12 2006 +0000 - Major review of the API. now all the API follows the naming convention: gc___ for example gc_board_end, gc_bar_start, ... - added in gc_core.h functions that are shared in the core only. - fixed python plugins to remove API entries not needed for activities. docs/C/overview.dia | Bin 1768 -> 1936 bytes docs/C/overview.jpg | Bin 47927 -> 32973 bytes docs/C/python.xml | 65 ++-- src/boards/advanced_colors.c | 20 +- src/boards/algebra.c | 4 +- src/boards/algebra_guesscount.c | 14 +- src/boards/animtest.c | 12 +- src/boards/awele.c | 38 +- src/boards/canal_lock.c | 8 +- src/boards/chess.c | 14 +- src/boards/click_on_letter.c | 24 +- src/boards/clickgame.c | 106 ++--- src/boards/clockgame.c | 8 +- src/boards/colors.c | 12 +- src/boards/crane.c | 20 +- src/boards/draw.c | 56 ++-- src/boards/enumerate.c | 12 +- src/boards/erase.c | 10 +- src/boards/fifteen.c | 6 +- src/boards/gletters.c | 6 +- src/boards/gtans.c | 2 +- src/boards/gtans_interface.c | 30 +- src/boards/hanoi.c | 16 +- src/boards/hanoi_real.c | 18 +- src/boards/imageid.c | 18 +- src/boards/leftright.c | 12 +- src/boards/machpuzzle.c | 6 +- src/boards/magic_hat.c | 32 +- src/boards/maze.c | 26 +- src/boards/memory.c | 20 +- src/boards/menu2.c | 24 +- src/boards/missingletter.c | 14 +- src/boards/money.c | 6 +- src/boards/money_widget.c | 2 +- src/boards/paratrooper.c | 14 +- src/boards/planegame.c | 8 +- src/boards/py-mod-admin.c | 6 +- src/boards/py-mod-anim.c | 14 +- src/boards/py-mod-gcompris.c | 302 +++++--------- src/boards/py-mod-utils.c | 106 +++--- src/boards/python.c | 2 +- src/boards/railroad.c | 14 +- src/boards/read_colors.c | 18 +- src/boards/reading.c | 12 +- src/boards/reversecount.c | 22 +- src/boards/shapegame.c | 58 ++-- src/boards/smallnumbers.c | 6 +- src/boards/submarine.c | 78 ++-- src/boards/superbrain.c | 4 +- src/boards/target.c | 6 +- src/boards/traffic.c | 10 +- src/boards/wordprocessor.c | 4 +- src/boards/wordsgame.c | 8 +- src/gcompris/Makefile.am | 45 ++- src/gcompris/about.c | 23 +- src/gcompris/about.h | 3 - src/gcompris/anim.c | 16 +- src/gcompris/anim.h | 12 +- src/gcompris/bar.c | 63 ++-- src/gcompris/board.c | 4 +- src/gcompris/board_config.c | 22 +- src/gcompris/board_config.h | 4 +- src/gcompris/bonus.c | 32 +- src/gcompris/config.c | 43 +- src/gcompris/dialog.c | 182 +++++++++ src/gcompris/file_selector.c | 60 ++-- src/gcompris/gameutil.c | 853 +++------------------------------------ src/gcompris/gameutil.h | 56 +--- src/gcompris/gc_core.h | 48 +++ src/gcompris/gc_net.c | 124 ++++++ src/gcompris/gcompris.c | 91 ++--- src/gcompris/gcompris.h | 102 +++--- src/gcompris/gcompris_confirm.c | 43 +- src/gcompris/gcompris_db.c | 2 +- src/gcompris/gcompris_db.h | 2 +- src/gcompris/help.c | 21 +- src/gcompris/images_selector.c | 32 +- src/gcompris/log.c | 24 +- src/gcompris/menu.c | 639 +++++++++++++++++++++++++++++ src/gcompris/skin.c | 4 +- src/gcompris/soundutil.c | 2 +- src/gcompris/timer.c | 8 +- 82 files changed, 1989 insertions(+), 1924 deletions(-) commit 006afba88f8aa23a4cc6031ce94adbee4bcd40a8 Author: Bruno Coudoin Date: Sun Aug 20 23:08:44 2006 +0000 - Major review of the API. now all the API follows the naming convention: gc___ for example gc_board_end, gc_bar_start, ... - added in gc_core.h functions that are shared in the core only. - fixed python plugins to remove API entries not needed for activities. ChangeLog | 209 +++++++++++++++++++++++++++++++++++++++++++++++ Makefile.am | 2 +- autopackage/.cvsignore | 2 + autopackage/Makefile.am | 1 + boards/clickgame.xml.in | 1 + configure.in | 2 + docs/gcompris2spip.pl | 6 +- 7 files changed, 219 insertions(+), 4 deletions(-) commit 51e4bdb87202642235adfdcb8b044a1508f30b21 Author: Clytie Siddall Date: Sun Aug 20 12:49:20 2006 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 + po/vi.po | 3026 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 1596 insertions(+), 1434 deletions(-) commit c753c10a280d759fb91ff8bbba08e304b3b3b8e3 Author: Bruno Coudoin Date: Sat Aug 19 13:15:30 2006 +0000 *** RELEASE 8.0BETA4 *** - removed several race conditions. What happens is that in many activity and even in GCompris core, we set callback before the end of the initialisation like displaying all the content. It is then possible for the user to click start an action while it's not completly displayed. It ends up either in graphical inconsistencies or may even crash. Hopefully, this may solve some intermitent crashes we have in GCompris. - Fixed several compilation issues - No more warnings when sqlite is disabled ChangeLog | 36 +++++++ Makefile.mingw | 2 +- boards/skins/gartoon/dialogbox.png | Bin 14034 -> 13983 bytes configure.in | 2 +- src/boards/draw.c | 9 +-- src/boards/python/anim.py | 2 +- src/boards/shapegame.c | 54 ++++------- src/gcompris/gameutil.c | 15 +-- src/gcompris/gc_net.c | 41 +++++++- src/gcompris/gc_net.h | 10 ++- src/gcompris/gcompris.c | 2 +- src/gcompris/gcompris_confirm.c | 6 +- src/gcompris/gcompris_db.c | 8 +- src/gcompris/images_selector.c | 198 +++++++++++++++++++++-------------- src/gcompris/skin.c | 11 +- 15 files changed, 245 insertions(+), 151 deletions(-) commit 38af4a95abc20e697af2cff4428d8579478ec48d Author: Gintautas Miliauskas Date: Fri Aug 18 19:13:57 2006 +0000 Updated Lithuanian translation.Updated Lithuanian translation.Updated Lithuanian translation. po/ChangeLog | 4 + po/lt.po | 6016 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 4066 insertions(+), 1954 deletions(-) commit 4ab5145d10664d0f88302e06b7419b556cd751df Author: Gabor Kelemen Date: Wed Aug 16 01:45:05 2006 +0000 Translation updated. 2006-08-16 Gabor Kelemen * hu.po: Translation updated. po/ChangeLog | 4 + po/hu.po | 2168 +++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 1532 insertions(+), 640 deletions(-) commit d6cf7d18c1eff223a2f0fe9cd3d01a2fc893847a Author: Bruno Coudoin Date: Tue Aug 15 10:42:27 2006 +0000 - Fixed default path search for platform not supported by binreloc - removed x86-64 warning (all remaining ones I hope). - Added "weight", PANGO_WEIGHT_HEAVY, in all dialogs for the title and ok button. It looks better. - Fixed menu2 to lock the user board selection until the display is complete. - Added support in gc_net_load_pixmap to also load local file. Thus I standartize on called this one which will make local or remote load depending on the url given. ChangeLog | 34 ++++++++++++++ src/boards/click_on_letter.c | 4 +- src/boards/gtans_callbacks.c | 2 +- src/boards/menu2.c | 37 ++++++++++------ src/boards/money_widget.c | 5 ++- src/boards/smallnumbers.c | 5 +- src/boards/target.c | 34 ++++++++++---- src/gcompris/about.c | 6 ++- src/gcompris/bar.c | 3 +- src/gcompris/config.c | 61 ++++++++++++++++---------- src/gcompris/gameutil.c | 96 ++++++++++++++++++++++++---------------- src/gcompris/gc_net.c | 68 +++++++++++++++++++++++++--- src/gcompris/gc_net.h | 4 +- src/gcompris/gcompris.c | 99 ++++++++++++++++++++++++++---------------- src/gcompris/help.c | 20 +++++--- src/gcompris/skin.c | 8 +++- src/gcompris/timer.c | 34 +++++++++------ 17 files changed, 359 insertions(+), 161 deletions(-) commit d463d12dc20ea5862f2d36818889affed9b3127a Author: Bruno Coudoin Date: Mon Aug 14 19:49:53 2006 +0000 more compilation warning on x86-64 ChangeLog | 14 ++++++++++++++ src/boards/gtans_callbacks.c | 2 +- 2 files changed, 15 insertions(+), 1 deletions(-) commit 8ceb14e20fc07e3265c3c5b1e10d50d403138a9a Author: Bruno Coudoin Date: Mon Aug 14 16:16:40 2006 +0000 - Fixed compilation warnings and potential bugs for x86-64. Reviewed enumerate activity to have 9 level instead of 6 and make it easier (less objects). Fixed the oject icons to keep their image ratio in the entry section. src/boards/algebra_guesscount.c | 3 +- src/boards/draw.c | 4 +- src/boards/enumerate.c | 43 +++++++++++++++++++++++++------------- 3 files changed, 32 insertions(+), 18 deletions(-) commit 843b1268eeff084374a3e7ef4a66879f24c9fc72 Author: Bruno Coudoin Date: Mon Aug 14 11:02:54 2006 +0000 Updated to reflect the current windows compilation process. fixed a * README.mingw: Updated to reflect the current windows compilation process. * src/boards/superbrain.c: (superbrain_create_item): fixed a warning and highly potential problem. * src/gcompris/gameutil.c: (gcompris_find_absolute_filename): minor, fixed a debug warning ChangeLog | 8 ++++- README.mingw | 73 ++++++++++++++++++---------------------------- src/boards/superbrain.c | 4 +- src/gcompris/gameutil.c | 4 +- 4 files changed, 40 insertions(+), 49 deletions(-) commit 2cba2a20e2bfea4e82758f13bbe0d07f05798c8b Author: Bruno Coudoin Date: Sun Aug 13 23:57:04 2006 +0000 - Added support for relocation using http://autopackage.org/docs/binreloc/ (Needed to create an autopackage installer) Now GCompris will detect at runtime where it is installed and find it's data. As a fallback, default set at compile time are used (like before). To disable is, use sh configure --disable-binreloc Very usefull for developers, you can now run gcompris from within it's source code without even installing it !. The new code detect that and set the data dir accordingly. Warning, developers must no more use the PACKAGE_DATA_DIR define but must get the data dir always from the property object like this: GcomprisProperties *properties = gcompris_get_properties(); properties->package_xxx_dir contains the root data directory, like: package_data_dir = /usr/local/share/gcompris/boards package_locale_dir = /usr/local/share/locale package_plugin_dir = /usr/local/lib/gcompris package_python_plugin_dir= /usr/local/share/gcompris/python ChangeLog | 66 ++++ Makefile.mingw | 2 +- acinclude.m4 | 78 ++++ autopackage/default.apspec.in | 4 +- config.h.mingw | 4 +- configure.in | 27 +- docs/C/Makefile.am | 11 +- gcompris.desktop.in | 4 +- gcompris.spec.in | 1 - src/boards/advanced_colors.c | 10 +- src/boards/clickgame.c | 8 +- src/boards/draw.c | 8 +- src/boards/gtans.c | 20 - src/boards/imageid.c | 5 +- src/boards/missingletter.c | 3 +- src/boards/py-mod-gcompris.c | 1 + src/boards/python.c | 26 +- src/boards/python/administration.py | 2 +- src/boards/python/ballcatch.py | 10 +- src/boards/read_colors.c | 5 +- src/boards/reading.c | 12 +- src/boards/shapegame.c | 16 +- src/boards/wordsgame.c | 7 +- src/gcompris/Makefile.am | 2 + src/gcompris/binreloc.c | 698 +++++++++++++++++++++++++++++++++++ src/gcompris/binreloc.h | 68 ++++ src/gcompris/board.c | 45 +-- src/gcompris/board_config.c | 11 +- src/gcompris/config.c | 18 +- src/gcompris/file_selector.c | 15 +- src/gcompris/gameutil.c | 6 +- src/gcompris/gcompris.c | 78 ++++- src/gcompris/images_selector.c | 9 +- src/gcompris/properties.c | 13 +- src/gcompris/properties.h | 6 +- src/gcompris/skin.c | 14 +- src/gcompris/soundutil.c | 25 +- src/gcompris/timer.c | 7 +- 38 files changed, 1161 insertions(+), 184 deletions(-) commit 83d9f62c2022f18b514b8730288d55050d08ae83 Author: Bruno Coudoin Date: Sat Aug 12 23:44:55 2006 +0000 Missing ChangeLog | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 8bb6b26d2bf2b8b2d65dc24d354a887b71562548 Author: Bruno Coudoin Date: Sat Aug 12 18:04:13 2006 +0000 - changed transformation of xml.in files to xml files. Now the translations 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. ChangeLog | 26 +++++++++++++ autopackage/.cvsignore | 1 + autopackage/default.apspec.in | 64 +++++++++++++++++++++++++++++++++ boards/Makefile.am | 8 ++++- boards/advanced_colors/Makefile.am | 11 +++++- boards/babymatch/Makefile.am | 9 ++++- boards/babyshapes/Makefile.am | 9 ++++- boards/chronos/Makefile.am | 9 ++++- boards/doubleentry/Makefile.am | 9 ++++- boards/flags/Makefile.am | 9 ++++- boards/gcompris/mimetypes/Makefile.am | 9 ++++- boards/geography/Makefile.am | 9 ++++- boards/imageid/Makefile.am | 9 ++++- boards/imagename/Makefile.am | 9 ++++- boards/missing_letter/Makefile.am | 9 ++++- boards/paintings/Makefile.am | 9 ++++- boards/read_colors/Makefile.am | 11 +++++- boards/scales/Makefile.am | 9 ++++- configure.in | 1 + src/gcompris/gcompris.c | 4 ++- 20 files changed, 216 insertions(+), 18 deletions(-) commit 3b3de6053c4ad386535808aeaa285e216d9c2bb6 Author: Bruno Coudoin Date: Sat Aug 12 01:27:03 2006 +0000 - fixed many bad reference to sounds. - melody game playable again. ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++ boards/melody.xml.in | 2 +- boards/sounds/explos.ogg | Bin 11288 -> 0 bytes src/boards/algebra.c | 4 ++-- src/boards/canal_lock.c | 14 +++++++------- src/boards/chess.c | 2 +- src/boards/clickgame.c | 6 +++--- src/boards/clockgame.c | 4 ++-- src/boards/crane.c | 4 ++-- src/boards/enumerate.c | 2 +- src/boards/erase.c | 2 +- src/boards/fifteen.c | 2 +- src/boards/gletters.c | 6 +++--- src/boards/hanoi.c | 2 +- src/boards/hanoi_real.c | 2 +- src/boards/machpuzzle.c | 2 +- src/boards/magic_hat.c | 4 ++-- src/boards/maze.c | 2 +- src/boards/memory.c | 12 ++++++------ src/boards/menu2.c | 4 ++-- src/boards/money.c | 2 +- src/boards/paratrooper.c | 6 +++--- src/boards/planegame.c | 6 +++--- src/boards/python/melody.py | 26 +++++++++++++------------- src/boards/railroad.c | 2 +- src/boards/reversecount.c | 6 +++--- src/boards/shapegame.c | 4 ++-- src/boards/smallnumbers.c | 4 ++-- src/boards/submarine.c | 4 ++-- src/boards/superbrain.c | 2 +- src/boards/target.c | 2 +- src/boards/traffic.c | 2 +- src/boards/wordsgame.c | 8 ++++---- 33 files changed, 116 insertions(+), 75 deletions(-) commit ff5005365dd6d82f32b199872a4bab1fd1e7d9fc Author: Bruno Coudoin Date: Sat Aug 12 00:58:07 2006 +0000 - Fixed africa maps. Removed too tiny country in the whole africa map. Fixed missing country pixmaps. Closes sourceforge GCompris bug#1538043. - Added -Werror as a global option. Fixed all warnings. I may have introduced bugs during this process. - click_on_letter: re-added the spoken instruction click on the letter - algebra: re-added the spoken numbers. ChangeLog | 97 ++++++++++++++++++++++ Makefile.am | 2 +- boards/geography/africa/angola.png | Bin 891 -> 904 bytes boards/geography/africa/eritrea.png | Bin 0 -> 600 bytes boards/geography/africa/ethiopia.png | Bin 1062 -> 1094 bytes boards/geography/africa/north_africa.png | Bin 14044 -> 14131 bytes boards/geography/africa/north_africa.xcf | Bin 72968 -> 0 bytes boards/geography/africa/sudan.png | Bin 1289 -> 1277 bytes boards/geography/afrique/africa.png | Bin 4044 -> 7762 bytes boards/geography/afrique/burundi.png | Bin 232 -> 0 bytes boards/geography/afrique/djibouti.png | Bin 227 -> 0 bytes boards/geography/afrique/equatorial_guinea.png | Bin 191 -> 0 bytes boards/geography/afrique/gambia.png | Bin 204 -> 0 bytes boards/geography/afrique/guinea_bissau.png | Bin 238 -> 0 bytes boards/geography/afrique/lesotho.png | Bin 235 -> 0 bytes boards/geography/afrique/rwanda.png | Bin 247 -> 0 bytes boards/geography/afrique/sierra_leone.png | Bin 267 -> 0 bytes boards/geography/afrique/swaziland.png | Bin 202 -> 0 bytes boards/geography/board4_0.xml.in | 6 +- boards/geography/board4_2.xml.in | 39 ++-------- configure.in | 4 +- src/boards/Makefile.am | 1 + src/boards/advanced_colors.c | 17 ++-- src/boards/algebra.c | 41 +++++++-- src/boards/chess.c | 69 +++++++++++----- src/boards/chess_position.c | 2 +- src/boards/click_on_letter.c | 2 +- src/boards/colors.c | 12 +-- src/boards/draw.c | 43 ++--------- src/boards/enumerate.c | 2 + src/boards/erase.c | 2 +- src/boards/fifteen.c | 4 +- src/boards/gtans.c | 1 - src/boards/gtans_callbacks.c | 4 +- src/boards/hanoi.c | 2 +- src/boards/magic_hat.c | 37 +++++---- src/boards/menu2.c | 6 +- src/boards/money.c | 4 +- src/boards/money_widget.c | 8 +-- src/boards/planegame.c | 5 +- src/boards/py-gcompris-class.c | 2 - src/boards/py-gcompris-group.c | 2 - src/boards/py-gcompris-profile.c | 2 - src/boards/py-gcompris-properties.c | 2 - src/boards/py-gcompris-user.c | 2 - src/boards/py-mod-gcompris.c | 6 +- src/boards/py-mod-utils.c | 1 - src/boards/python.c | 4 - src/boards/read_colors.c | 10 +- src/boards/reading.c | 18 ++-- src/boards/shapegame.c | 104 ++++++++++++------------ src/boards/smallnumbers.c | 10 +-- src/boards/traffic.c | 2 +- src/boards/wordprocessor.c | 4 +- src/boards/wordsgame.c | 5 +- src/gcompris/about.c | 15 +--- src/gcompris/anim.h | 1 + src/gcompris/board_config.c | 4 +- src/gcompris/bonus.c | 12 +-- src/gcompris/config.c | 102 +++++++++++------------ src/gcompris/file_selector.c | 15 +--- src/gcompris/gameutil.c | 10 +-- src/gcompris/gcompris_confirm.c | 24 +----- src/gcompris/gcompris_im.c | 4 +- src/gcompris/help.c | 23 ++---- src/gcompris/images_selector.c | 13 +--- src/gcompris/log.c | 2 +- src/gcompris/profile.c | 8 +- src/gcompris/profile.h | 4 +- src/gcompris/wordlist.c | 3 +- 70 files changed, 412 insertions(+), 412 deletions(-) commit 7c9d8c5f8483c6c389b31459cc297ed6d2cdb837 Author: Bruno Coudoin Date: Fri Aug 11 13:17:42 2006 +0000 - Fixed potential the exit code to avoid a potential core dump when exiting GCompris Fixed administration. When leave the boards module, GCompris was quitting. This bug has been introduced in a fix the 2006-07-10. Now leaving GCompris in administration mode, there is no more segfaults. * boards/oscar_and_friends/scene1_0.png: improved by Josef Vybiral * configure.in: added support for gnet (disabled by default) * src/boards/python/admin/module_boards.py: fixed management of the module state. no more double stop modules. * src/boards/python/admin/module_users.py: - * src/boards/python/administration.py: - * src/boards/python/oscar_and_friends.py: changed text coordinate and colors * src/gcompris/Makefile.am: added gc_net.* * src/gcompris/gc_net.c: empty now, will hold the network code * src/gcompris/gc_net.h: - * src/gcompris/board.c: (board_pause), (board_stop), (get_board_playing): * src/gcompris/board.h: cleanup, removed pause board state saving. now board_pause takes an argument, no more a toggle. * src/gcompris/board_config.c: (gcompris_combo_box_changed), (my_strcmp): added several static. code cleanup. * src/gcompris/gameutil.c: (gcompris_load_pixmap), (gcompris_dialog), (item_event_ok): prepared net code. * src/gcompris/gcompris.c: (gcompris_end_board), (cleanup), (gcompris_exit), (quit_cb), (gcompris_init): fixed quit sequence. now a real exit is done after gtk_main_quit * src/gcompris/gcompris.h: added gc_net * src/gcompris/properties.c: (gcompris_properties_new): added server option * src/gcompris/properties.h: - * src/gcompris/sdlplayer.c: (sdlplayer_init), (sdlplayer_quit), (sdlplayer_bg): replaced printf by g_warning * src/gcompris/skin.c: (gcompris_image_to_skin): no more return an empty skin but the default one anyway. It will fail later on anyway if the image is not available. ChangeLog | 33 +++++++++++++++++++++ boards/oscar_and_friends/scene1_0.png | Bin 104467 -> 102681 bytes configure.in | 16 ++++++++++ src/boards/python/admin/module_boards.py | 5 ++- src/boards/python/admin/module_users.py | 2 +- src/boards/python/administration.py | 16 +++++++--- src/boards/python/oscar_and_friends.py | 7 +--- src/gcompris/Makefile.am | 5 ++- src/gcompris/board.c | 21 ++----------- src/gcompris/board.h | 4 +-- src/gcompris/board_config.c | 24 +++++++------- src/gcompris/gameutil.c | 47 ++++++++++++++++------------- src/gcompris/gc_net.c | 42 ++++++++++++++++++++++++++ src/gcompris/gc_net.h | 38 ++++++++++++++++++++++++ src/gcompris/gcompris.c | 38 ++++++++++++++++------- src/gcompris/gcompris.h | 3 +- src/gcompris/properties.c | 4 ++- src/gcompris/properties.h | 3 +- src/gcompris/sdlplayer.c | 8 ++-- src/gcompris/skin.c | 18 ++--------- 20 files changed, 232 insertions(+), 102 deletions(-) commit f36b9357b877bc24da03f367aad0f61ee9eac460 Author: Bruno Coudoin Date: Fri Aug 11 09:47:35 2006 +0000 forget to commit it in previous commits ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) commit 953c026efd62376aa509743a7bc04c9d3c7a50fd Author: Bruno Coudoin Date: Thu Aug 10 22:08:53 2006 +0000 - Added a new activity (uncomplete). It's a story based on the drawings of Josef Vybiral For now the kid can just read the text of the first image in the first scene. * boards/Makefile.am: * boards/oscar_and_friends.xml.in: * boards/oscar_and_friends/scene1_0.png: * po/POTFILES.in: * src/boards/python/Makefile.am: * src/boards/python/oscar_and_friends.py: * src/boards/railroad.c: (animate_model): fixed sounds. the train sounds was no more played. boards/Makefile.am | 1 + boards/oscar_and_friends.xml.in | 18 ++++ boards/oscar_and_friends/scene1_0.png | Bin 0 -> 104467 bytes po/POTFILES.in | 1 + src/boards/python/Makefile.am | 1 + src/boards/python/oscar_and_friends.py | 172 ++++++++++++++++++++++++++++++++ src/boards/railroad.c | 2 +- 7 files changed, 194 insertions(+), 1 deletions(-) commit 3c5d8c562a37ea2c33b2f9ed0f5b73fc9821dd52 Author: Bruno Coudoin Date: Thu Aug 10 20:20:08 2006 +0000 Removed extra debug traces src/gcompris/gcompris_db.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 416adefde052a37c3b38d442987abdab1c01cfc1 Author: Bruno Coudoin Date: Thu Aug 10 18:18:54 2006 +0000 - saved several images with more compression. - added horses2.jpg butterfly.jpg pigeon.jpg by Anne and Erwan. boards/gcompris/animals/butterfly.jpg | Bin 0 -> 46727 bytes boards/gcompris/animals/cow.jpg | Bin 392786 -> 90129 bytes boards/gcompris/animals/horses.jpg | Bin 314350 -> 112081 bytes boards/gcompris/animals/horses2.jpg | Bin 0 -> 52482 bytes boards/gcompris/animals/maki1.jpg | Bin 429046 -> 121120 bytes boards/gcompris/animals/maki2.jpg | Bin 351402 -> 72239 bytes boards/gcompris/animals/maki3.jpg | Bin 370095 -> 79271 bytes boards/gcompris/animals/maki4.jpg | Bin 381937 -> 80057 bytes boards/gcompris/animals/maki5.jpg | Bin 350846 -> 58740 bytes boards/gcompris/animals/maki6.jpg | Bin 394116 -> 81247 bytes boards/gcompris/animals/pigeon.jpg | Bin 0 -> 134741 bytes boards/gcompris/animals/readme.txt | 3 +-- boards/gcompris/animals/sheep_irish.jpg | Bin 383562 -> 140833 bytes boards/gcompris/animals/sheep_irish2.jpg | Bin 360510 -> 110540 bytes boards/gcompris/animals/squirrel.jpg | Bin 366388 -> 92316 bytes src/boards/erase.c | 3 +++ 16 files changed, 4 insertions(+), 2 deletions(-) commit 56a247dcea9b94f95f670c2dd7af6831148b8b4f Author: Inaki Larranaga Date: Tue Aug 8 08:58:25 2006 +0000 Updated Basque translation. 2006-08-08 Inaki Larranaga * eu.po: Updated Basque translation. po/ChangeLog | 4 + po/eu.po | 251 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 134 insertions(+), 121 deletions(-) commit 78def88f76e78f5a4468b538475134ea29518db6 Author: Jakub Friedl Date: Sat Aug 5 20:28:40 2006 +0000 Updated Czech translation. 2006-08-05 Jakub Friedl * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 224 +++++++++++++++++++++++++-------------------------------- 2 files changed, 102 insertions(+), 126 deletions(-) commit 09b46a75e9efcd703fdc739adc0e872be0fea621 Author: Theppitak Karoonboonyanan Date: Mon Jul 31 04:00:03 2006 +0000 Updated Thai translation. 2006-07-31 Theppitak Karoonboonyanan * th.po: Updated Thai translation. po/ChangeLog | 4 ++ po/th.po | 148 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 78 insertions(+), 74 deletions(-) commit 8eacd0a4e020a277e0cb47ba5970f65f742b58af Author: Bruno Coudoin Date: Mon Jul 31 01:20:42 2006 +0000 added to report that wahoo comes from childsplay * boards/sounds/README: added to report that wahoo comes from childsplay * boards/sounds/wahoo.ogg: * configure.in: removed not yet provided ta.po * src/boards/click_on_letter.c: (sounds_are_fine): fixed dialog messages assetml-voices-alphabet are almost never used under that name on any distro. Now give a more generic message. * src/gcompris/bonus.c: (gcompris_display_bonus): * src/gcompris/config.c: removed not yet provided ta.po ChangeLog | 10 ++++++++++ boards/sounds/README | 2 ++ boards/sounds/wahoo.ogg | Bin 0 -> 5383 bytes configure.in | 2 +- src/boards/click_on_letter.c | 4 ++-- src/gcompris/bonus.c | 29 +++++++++++++++++++++++++++-- src/gcompris/config.c | 4 ++-- 7 files changed, 44 insertions(+), 7 deletions(-) commit be2bb8114a8410f9c8313e43b9fc7a4b0051db82 Author: Ronny Standtke Date: Fri Jul 28 07:10:10 2006 +0000 *** empty log message *** po/de.po | 420 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 203 insertions(+), 217 deletions(-) commit ae0939903e03bd6d71ea4a74a0fde0af78bef52d Author: Bruno Coudoin Date: Sun Jul 16 18:19:17 2006 +0000 - Added missing French audio voices by Zohra Coudoin Released under GPL * Makefile.mingw.in: created based on Makefile.mingw to include @VERSION@ * boards/clickgame/nur00523.jpg: moved from boards/gcompris/ * boards/geography/board4_2.xml.in: fixed zambia.png reference (was broken link) * boards/skins/gartoon/mini_bad.png: rotate to make it more like it's bad * gcompris-edit.desktop.in: moved edit menu in the same section as GCompris. * gcompris-installer.nsi.in: now will get version automatically * gcompris-uninstal.ico: remade, not sure yet it will be accepted by the installer * po/POTFILES.in: * src/boards/shapegame.c: (shapegame_init_canvas), (item_event): now the tooltip is always locate in the lower left to avoid hidding the map. * src/gcompris/config.c: (set_locale_flag): fixed to display no flags if none found * src/gcompris/gcompris.c: replaced display_resource by display-resource ChangeLog | 81 ++ Makefile.mingw | 2 +- Makefile.mingw.in | 122 +++ boards/Makefile.am | 1 - boards/clickgame.xml.in | 1 + boards/clickgame/nur00523.jpg | Bin 0 -> 91764 bytes boards/clickgame/nur03006.jpg | Bin 0 -> 46359 bytes boards/clickgame/nur03010.jpg | Bin 0 -> 52309 bytes boards/clickgame/nur03011.jpg | Bin 0 -> 56294 bytes boards/clickgame/nur03013.jpg | Bin 0 -> 66168 bytes boards/clickgame/nur03505.jpg | Bin 0 -> 47006 bytes boards/gcompris/nur00523.jpg | Bin 91764 -> 0 bytes boards/gcompris/nur03006.jpg | Bin 46359 -> 0 bytes boards/gcompris/nur03010.jpg | Bin 52309 -> 0 bytes boards/gcompris/nur03011.jpg | Bin 56294 -> 0 bytes boards/gcompris/nur03013.jpg | Bin 66168 -> 0 bytes boards/gcompris/nur03505.jpg | Bin 47006 -> 0 bytes boards/geography/board4_2.xml.in | 2 +- boards/menu.xml.in | 1 + boards/menu2.xml.in | 28 - boards/skins/gartoon/mini_bad.png | Bin 658 -> 733 bytes boards/sounds/fr/colors/pink.ogg | Bin 0 -> 15103 bytes boards/sounds/fr/geography/albania.ogg | Bin 0 -> 15171 bytes boards/sounds/fr/geography/austria.ogg | Bin 0 -> 14835 bytes boards/sounds/fr/geography/belarus.ogg | Bin 0 -> 17610 bytes boards/sounds/fr/geography/belgium.ogg | Bin 0 -> 16159 bytes boards/sounds/fr/geography/bosnia_herzegovina.ogg | Bin 0 -> 23848 bytes boards/sounds/fr/geography/bulgaria.ogg | Bin 0 -> 14716 bytes boards/sounds/fr/geography/croatia.ogg | Bin 0 -> 14353 bytes boards/sounds/fr/geography/cyprus.ogg | Bin 0 -> 14893 bytes boards/sounds/fr/geography/czech.ogg | Bin 0 -> 14196 bytes boards/sounds/fr/geography/denmark.ogg | Bin 0 -> 16628 bytes boards/sounds/fr/geography/estonia.ogg | Bin 0 -> 12865 bytes boards/sounds/fr/geography/finland.ogg | Bin 0 -> 14230 bytes boards/sounds/fr/geography/france.ogg | Bin 0 -> 14315 bytes boards/sounds/fr/geography/germany.ogg | Bin 0 -> 15882 bytes boards/sounds/fr/geography/greece.ogg | Bin 0 -> 16329 bytes boards/sounds/fr/geography/hungary.ogg | Bin 0 -> 12936 bytes boards/sounds/fr/geography/ireland.ogg | Bin 0 -> 15324 bytes boards/sounds/fr/geography/italy.ogg | Bin 0 -> 10897 bytes boards/sounds/fr/geography/latvia.ogg | Bin 0 -> 14946 bytes boards/sounds/fr/geography/lithuania.ogg | Bin 0 -> 14552 bytes boards/sounds/fr/geography/luxembourg.ogg | Bin 0 -> 13943 bytes boards/sounds/fr/geography/macedonia.ogg | Bin 0 -> 17004 bytes boards/sounds/fr/geography/moldova.ogg | Bin 0 -> 12852 bytes boards/sounds/fr/geography/netherland.ogg | Bin 0 -> 12629 bytes boards/sounds/fr/geography/norway.ogg | Bin 0 -> 16708 bytes boards/sounds/fr/geography/poland.ogg | Bin 0 -> 11818 bytes boards/sounds/fr/geography/portugal.ogg | Bin 0 -> 14856 bytes boards/sounds/fr/geography/romania.ogg | Bin 0 -> 13051 bytes boards/sounds/fr/geography/russia.ogg | Bin 0 -> 14817 bytes boards/sounds/fr/geography/serbia_montenegro.ogg | Bin 0 -> 24258 bytes boards/sounds/fr/geography/slovakia.ogg | Bin 0 -> 17338 bytes boards/sounds/fr/geography/slovenia.ogg | Bin 0 -> 15456 bytes boards/sounds/fr/geography/spain.ogg | Bin 0 -> 14668 bytes boards/sounds/fr/geography/sweden.ogg | Bin 0 -> 13283 bytes boards/sounds/fr/geography/switz.ogg | Bin 0 -> 14281 bytes boards/sounds/fr/geography/tt | 39 + boards/sounds/fr/geography/turkey.ogg | Bin 0 -> 12480 bytes boards/sounds/fr/geography/ukraine.ogg | Bin 0 -> 12804 bytes boards/sounds/fr/geography/united_kingdom.ogg | Bin 0 -> 13418 bytes boards/sounds/fr/misc/awesome.ogg | Bin 0 -> 17154 bytes boards/sounds/fr/misc/check_answer.ogg | Bin 0 -> 18080 bytes boards/sounds/fr/misc/fantastic.ogg | Bin 0 -> 20130 bytes boards/sounds/fr/misc/perfect.ogg | Bin 0 -> 11080 bytes boards/sounds/fr/misc/waytogo.ogg | Bin 0 -> 15085 bytes configure.in | 4 +- docs/gcompris2spip.pl | 3 + gcompris-edit.desktop.in | 2 +- gcompris-installer.nsi | 843 --------------------- gcompris-installer.nsi.in | 843 +++++++++++++++++++++ gcompris-uninstal.ico | Bin 7358 -> 9662 bytes po/POTFILES.in | 1 - src/boards/clickgame.c | 15 +- src/boards/shapegame.c | 10 +- src/gcompris/config.c | 10 +- src/gcompris/gcompris.c | 2 +- 77 files changed, 1117 insertions(+), 893 deletions(-) commit e9a349629c6cdd929517028fbdfb4a6e390e2dc0 Author: Bruno Coudoin Date: Fri Jul 14 18:26:08 2006 +0000 - Fixed location and name of many voices - 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 ChangeLog | 27 +++++++++ README.translators | 3 + boards/sounds/cs/geography/uruguay.ogg | Bin 0 -> 12941 bytes boards/sounds/cs/geography/uruquay.ogg | Bin 12941 -> 0 bytes boards/sounds/da/misc/perfect.ogg | Bin 0 -> 11065 bytes boards/sounds/da/misc/perfekt.ogg | Bin 11065 -> 0 bytes boards/sounds/de/colors/back.ogg | Bin 14582 -> 0 bytes boards/sounds/de/misc/back.ogg | Bin 0 -> 14582 bytes boards/sounds/es/colors/back.ogg | Bin 12835 -> 0 bytes boards/sounds/es/misc/back.ogg | Bin 0 -> 12835 bytes boards/sounds/eu/geography/french-guyana.ogg | Bin 40514 -> 0 bytes boards/sounds/fi/geography/luxembourg.ogg | Bin 0 -> 13541 bytes boards/sounds/fi/geography/luxemburg.ogg | Bin 13541 -> 0 bytes boards/sounds/fr/misc/about.ogg | Bin 11137 -> 25533 bytes boards/sounds/fr/misc/configuration.ogg | Bin 15581 -> 15289 bytes boards/sounds/pt_BR/misc/congratulations.ogg | Bin 18758 -> 0 bytes boards/sounds/sv/geography/antarctica.ogg | Bin 8367 -> 0 bytes boards/sounds/sv/geography/antartica.ogg | Bin 0 -> 8367 bytes configure.in | 4 + gcompris.spec.in | 23 +++++--- src/gcompris/Makefile.mingw | 1 - tools/check_missing_voices.pl | 80 ++++++++++++++++++++++++++ tools/list_missing_sounds.sh | 45 -------------- 23 files changed, 128 insertions(+), 55 deletions(-) commit 2fd3f5043f8c81e891f6e99d796ca602b06ea9e1 Author: Bruno Coudoin Date: Wed Jul 12 19:06:03 2006 +0000 *** release 8.0BETA2 ** copyed hi.png * configure.in: *** release 8.0BETA2 ** * boards/flags/mr.png: copyed hi.png ChangeLog | 5 + INSTALL | 13 ++- boards/flags/mr.png | Bin 0 -> 1012 bytes configure.in | 2 +- po/mr.po | 392 +++++++++++++++++++++++++------------------------- 5 files changed, 211 insertions(+), 201 deletions(-) commit f30d833e6ce11f7fa3f1b9c25fd0603e26f2c615 Author: Theppitak Karoonboonyanan Date: Wed Jul 12 17:45:15 2006 +0000 Updated Thai translation. Thanks to Philippe BOURCIER for the help on 2006-07-13 Theppitak Karoonboonyanan * th.po: Updated Thai translation. Thanks to Philippe BOURCIER for the help on French words, and Kitt Tientanopajai for helping in transliteration. po/ChangeLog | 6 ++++++ po/th.po | 26 +++++++++++++------------- 2 files changed, 19 insertions(+), 13 deletions(-) commit cca860f883b2490f1c099c2fd2b6b5232feb0e8d Author: Theppitak Karoonboonyanan Date: Tue Jul 11 16:32:33 2006 +0000 Updated Thai translation. 2006-07-11 Theppitak Karoonboonyanan * th.po: Updated Thai translation. po/ChangeLog | 4 ++ po/th.po | 153 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 84 insertions(+), 73 deletions(-) commit 749e29d40fafcb7e583a8b28ae3816266bcd8768 Author: Bruno Coudoin Date: Mon Jul 10 22:23:15 2006 +0000 Added support for Marathi by Sarvangin Vikas Sanstha, Pune. ChangeLog | 153 + boards/sounds/mr/alphabet/10.ogg | Bin 0 -> 29973 bytes boards/sounds/mr/alphabet/11.ogg | Bin 0 -> 28163 bytes boards/sounds/mr/alphabet/12.ogg | Bin 0 -> 29463 bytes boards/sounds/mr/alphabet/13.ogg | Bin 0 -> 18639 bytes boards/sounds/mr/alphabet/14.ogg | Bin 0 -> 27710 bytes boards/sounds/mr/alphabet/15.ogg | Bin 0 -> 25141 bytes boards/sounds/mr/alphabet/16.ogg | Bin 0 -> 23072 bytes boards/sounds/mr/alphabet/17.ogg | Bin 0 -> 29375 bytes boards/sounds/mr/alphabet/18.ogg | Bin 0 -> 34150 bytes boards/sounds/mr/alphabet/19.ogg | Bin 0 -> 27719 bytes boards/sounds/mr/alphabet/20.ogg | Bin 0 -> 25866 bytes boards/sounds/mr/alphabet/U0030.ogg | Bin 0 -> 25431 bytes boards/sounds/mr/alphabet/U0031.ogg | Bin 0 -> 23056 bytes boards/sounds/mr/alphabet/U0032.ogg | Bin 0 -> 27186 bytes boards/sounds/mr/alphabet/U0033.ogg | Bin 0 -> 24985 bytes boards/sounds/mr/alphabet/U0034.ogg | Bin 0 -> 29486 bytes boards/sounds/mr/alphabet/U0035.ogg | Bin 0 -> 23301 bytes boards/sounds/mr/alphabet/U0036.ogg | Bin 0 -> 27320 bytes boards/sounds/mr/alphabet/U0037.ogg | Bin 0 -> 25539 bytes boards/sounds/mr/alphabet/U0038.ogg | Bin 0 -> 27622 bytes boards/sounds/mr/alphabet/U0039.ogg | Bin 0 -> 24726 bytes boards/sounds/mr/alphabet/U0061.ogg | Bin 0 -> 25830 bytes boards/sounds/mr/alphabet/U0062.ogg | Bin 0 -> 23140 bytes boards/sounds/mr/alphabet/U0063.ogg | Bin 0 -> 22522 bytes boards/sounds/mr/alphabet/U0064.ogg | Bin 0 -> 24184 bytes boards/sounds/mr/alphabet/U0065.ogg | Bin 0 -> 24733 bytes boards/sounds/mr/alphabet/U0066.ogg | Bin 0 -> 23970 bytes boards/sounds/mr/alphabet/U0067.ogg | Bin 0 -> 25971 bytes boards/sounds/mr/alphabet/U0068.ogg | Bin 0 -> 24734 bytes boards/sounds/mr/alphabet/U0069.ogg | Bin 0 -> 22571 bytes boards/sounds/mr/alphabet/U006A.ogg | Bin 0 -> 24736 bytes boards/sounds/mr/alphabet/U006B.ogg | Bin 0 -> 27610 bytes boards/sounds/mr/alphabet/U006C.ogg | Bin 0 -> 25934 bytes boards/sounds/mr/alphabet/U006D.ogg | Bin 0 -> 23515 bytes boards/sounds/mr/alphabet/U006E.ogg | Bin 0 -> 23777 bytes boards/sounds/mr/alphabet/U006F.ogg | Bin 0 -> 21151 bytes boards/sounds/mr/alphabet/U0070.ogg | Bin 0 -> 26054 bytes boards/sounds/mr/alphabet/U0071.ogg | Bin 0 -> 24341 bytes boards/sounds/mr/alphabet/U0072.ogg | Bin 0 -> 22303 bytes boards/sounds/mr/alphabet/U0073.ogg | Bin 0 -> 25567 bytes boards/sounds/mr/alphabet/U0074.ogg | Bin 0 -> 26786 bytes boards/sounds/mr/alphabet/U0075.ogg | Bin 0 -> 25066 bytes boards/sounds/mr/alphabet/U0076.ogg | Bin 0 -> 21939 bytes boards/sounds/mr/alphabet/U0077.ogg | Bin 0 -> 26697 bytes boards/sounds/mr/alphabet/U0078.ogg | Bin 0 -> 30771 bytes boards/sounds/mr/alphabet/U0079.ogg | Bin 0 -> 22400 bytes boards/sounds/mr/alphabet/U007A.ogg | Bin 0 -> 26281 bytes boards/sounds/mr/colors/black.ogg | Bin 0 -> 29276 bytes boards/sounds/mr/colors/blue.ogg | Bin 0 -> 28021 bytes boards/sounds/mr/colors/brown.ogg | Bin 0 -> 29755 bytes boards/sounds/mr/colors/green.ogg | Bin 0 -> 24685 bytes boards/sounds/mr/colors/grey.ogg | Bin 0 -> 24884 bytes boards/sounds/mr/colors/orange.ogg | Bin 0 -> 29302 bytes boards/sounds/mr/colors/pink.ogg | Bin 0 -> 24750 bytes boards/sounds/mr/colors/purple.ogg | Bin 0 -> 24734 bytes boards/sounds/mr/colors/red.ogg | Bin 0 -> 27460 bytes boards/sounds/mr/colors/white.ogg | Bin 0 -> 23474 bytes boards/sounds/mr/colors/yellow.ogg | Bin 0 -> 27999 bytes boards/sounds/mr/geography/alaska.ogg | Bin 0 -> 31132 bytes boards/sounds/mr/geography/albania.ogg | Bin 0 -> 38866 bytes boards/sounds/mr/geography/argentina.ogg | Bin 0 -> 30506 bytes boards/sounds/mr/geography/austria.ogg | Bin 0 -> 35507 bytes boards/sounds/mr/geography/bahamas.ogg | Bin 0 -> 29498 bytes boards/sounds/mr/geography/belarus.ogg | Bin 0 -> 30234 bytes boards/sounds/mr/geography/belgium.ogg | Bin 0 -> 31506 bytes boards/sounds/mr/geography/bolivia.ogg | Bin 0 -> 28426 bytes boards/sounds/mr/geography/bosnia_herzegovina.ogg | Bin 0 -> 42768 bytes boards/sounds/mr/geography/brazil.ogg | Bin 0 -> 28714 bytes boards/sounds/mr/geography/bulgaria.ogg | Bin 0 -> 33423 bytes boards/sounds/mr/geography/canada.ogg | Bin 0 -> 24698 bytes boards/sounds/mr/geography/chile.ogg | Bin 0 -> 23800 bytes boards/sounds/mr/geography/colombia.ogg | Bin 0 -> 30520 bytes boards/sounds/mr/geography/costa_rica.ogg | Bin 0 -> 30436 bytes boards/sounds/mr/geography/croatia.ogg | Bin 0 -> 25971 bytes boards/sounds/mr/geography/cuba.ogg | Bin 0 -> 24464 bytes boards/sounds/mr/geography/czech.ogg | Bin 0 -> 34257 bytes boards/sounds/mr/geography/denmark.ogg | Bin 0 -> 27044 bytes boards/sounds/mr/geography/dominican_republic.ogg | Bin 0 -> 40500 bytes boards/sounds/mr/geography/estonia.ogg | Bin 0 -> 36827 bytes boards/sounds/mr/geography/finland.ogg | Bin 0 -> 28055 bytes boards/sounds/mr/geography/france.ogg | Bin 0 -> 27655 bytes boards/sounds/mr/geography/french_guiana.ogg | Bin 0 -> 33943 bytes boards/sounds/mr/geography/germany.ogg | Bin 0 -> 26246 bytes boards/sounds/mr/geography/greece.ogg | Bin 0 -> 26180 bytes boards/sounds/mr/geography/greenland.ogg | Bin 0 -> 24676 bytes boards/sounds/mr/geography/guatemala.ogg | Bin 0 -> 26545 bytes boards/sounds/mr/geography/guyana.ogg | Bin 0 -> 24840 bytes boards/sounds/mr/geography/haiti.ogg | Bin 0 -> 22657 bytes boards/sounds/mr/geography/hungary.ogg | Bin 0 -> 26982 bytes boards/sounds/mr/geography/iceland.ogg | Bin 0 -> 23090 bytes boards/sounds/mr/geography/ireland.ogg | Bin 0 -> 26529 bytes boards/sounds/mr/geography/italy.ogg | Bin 0 -> 26906 bytes boards/sounds/mr/geography/jamaica.ogg | Bin 0 -> 23744 bytes boards/sounds/mr/geography/latvia.ogg | Bin 0 -> 27294 bytes boards/sounds/mr/geography/lithuania.ogg | Bin 0 -> 28913 bytes boards/sounds/mr/geography/luxembourg.ogg | Bin 0 -> 30512 bytes boards/sounds/mr/geography/macedonia.ogg | Bin 0 -> 30797 bytes boards/sounds/mr/geography/mexico.ogg | Bin 0 -> 25057 bytes boards/sounds/mr/geography/moldova.ogg | Bin 0 -> 23513 bytes boards/sounds/mr/geography/netherland.ogg | Bin 0 -> 25556 bytes boards/sounds/mr/geography/nicaragua.ogg | Bin 0 -> 32030 bytes boards/sounds/mr/geography/norway.ogg | Bin 0 -> 23755 bytes boards/sounds/mr/geography/panama.ogg | Bin 0 -> 27838 bytes boards/sounds/mr/geography/paraguay.ogg | Bin 0 -> 29451 bytes boards/sounds/mr/geography/peru.ogg | Bin 0 -> 24130 bytes boards/sounds/mr/geography/poland.ogg | Bin 0 -> 25701 bytes boards/sounds/mr/geography/portugal.ogg | Bin 0 -> 27204 bytes boards/sounds/mr/geography/romania.ogg | Bin 0 -> 26934 bytes boards/sounds/mr/geography/russia.ogg | Bin 0 -> 25296 bytes boards/sounds/mr/geography/salvador.ogg | Bin 0 -> 29596 bytes boards/sounds/mr/geography/serbia_montenegro.ogg | Bin 0 -> 35307 bytes boards/sounds/mr/geography/slovakia.ogg | Bin 0 -> 32336 bytes boards/sounds/mr/geography/slovenia.ogg | Bin 0 -> 33605 bytes boards/sounds/mr/geography/spain.ogg | Bin 0 -> 20320 bytes boards/sounds/mr/geography/suriname.ogg | Bin 0 -> 26956 bytes boards/sounds/mr/geography/sweden.ogg | Bin 0 -> 24071 bytes boards/sounds/mr/geography/switz.ogg | Bin 0 -> 25675 bytes boards/sounds/mr/geography/turkey.ogg | Bin 0 -> 26365 bytes boards/sounds/mr/geography/ukraine.ogg | Bin 0 -> 28085 bytes boards/sounds/mr/geography/united_kingdom.ogg | Bin 0 -> 27796 bytes boards/sounds/mr/geography/uruguay.ogg | Bin 0 -> 29833 bytes boards/sounds/mr/geography/usa.ogg | Bin 0 -> 27910 bytes boards/sounds/mr/geography/venezuela.ogg | Bin 0 -> 32316 bytes boards/sounds/mr/misc/awesome.ogg | Bin 0 -> 29549 bytes boards/sounds/mr/misc/back.ogg | Bin 0 -> 27894 bytes boards/sounds/mr/misc/by.ogg | Bin 0 -> 22025 bytes boards/sounds/mr/misc/check_answer.ogg | Bin 0 -> 33174 bytes boards/sounds/mr/misc/click_on_letter.ogg | Bin 0 -> 39220 bytes boards/sounds/mr/misc/congratulation.ogg | Bin 0 -> 33892 bytes boards/sounds/mr/misc/equal.ogg | Bin 0 -> 28189 bytes boards/sounds/mr/misc/fantastic.ogg | Bin 0 -> 34087 bytes boards/sounds/mr/misc/good.ogg | Bin 0 -> 22645 bytes boards/sounds/mr/misc/great.ogg | Bin 0 -> 30706 bytes boards/sounds/mr/misc/help.ogg | Bin 0 -> 24656 bytes boards/sounds/mr/misc/level.ogg | Bin 0 -> 28478 bytes boards/sounds/mr/misc/minus.ogg | Bin 0 -> 22087 bytes boards/sounds/mr/misc/ok.ogg | Bin 0 -> 30096 bytes boards/sounds/mr/misc/outof.ogg | Bin 0 -> 21961 bytes boards/sounds/mr/misc/perfect.ogg | Bin 0 -> 25938 bytes boards/sounds/mr/misc/plus.ogg | Bin 0 -> 23488 bytes boards/sounds/mr/misc/quit.ogg | Bin 0 -> 29076 bytes boards/sounds/mr/misc/super.ogg | Bin 0 -> 30102 bytes boards/sounds/mr/misc/waytogo.ogg | Bin 0 -> 38266 bytes boards/sounds/mr/misc/welcome.ogg | Bin 0 -> 44671 bytes configure.in | 2 +- docs/gcompris2spip.pl | 3 + po/mr.po | 5413 +++++++++++++++++++++ src/gcompris/config.c | 3 +- 149 files changed, 5572 insertions(+), 2 deletions(-) commit 6fec392743ff2cc4561eab9794a3b0d788f81a69 Author: Inaki Larranaga Date: Mon Jul 10 06:57:44 2006 +0000 Updated Basque translation. 2006-07-10 Inaki Larranaga * eu.po: Updated Basque translation. po/ChangeLog | 4 + po/eu.po | 648 ++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 480 insertions(+), 172 deletions(-) commit 25bc47edae347764ce9666576a9d818dbf3bed9a Author: Bruno Coudoin Date: Mon Jul 10 00:07:15 2006 +0000 - added support for the --display-resource option (uncomplete yet) * Makefile.am: Moved po/TRANSLATORS.README in README.translators * README.translators: * README.windows: * boards/geography.xml.in: added a resource (test) * po/TRANSLATORS.README: moved up * src/boards/py-gcompris-board.c: (pyGcomprisBoardType_getattr): replace a printf by a g_warning * src/boards/python/admin/module_boards.py: now exit gcompris when closed. It avoids a crash when quiting the admin mode. What happens is that since admin is the only activity, it is restarted by the menu and it creates an sqlite assertion. * src/gcompris/gameutil.c: (gcompris_add_xml_to_data): added support for the --display-resource option * src/gcompris/gcompris.c: (gcompris_init): - * src/gcompris/gcompris_db.c: (gcompris_is_activity_in_profile): added function to support --display-resource * src/gcompris/gcompris_db.h: - * src/gcompris/skin.c: (gcompris_skin_xml_load): fixed warnings ChangeLog | 21 +++++++++++++ Makefile.am | 4 ++- README.translators | 41 ++++++++++++++++++++++++++ README.windows | 2 +- boards/geography.xml.in | 1 + po/TRANSLATORS.README | 41 -------------------------- src/boards/py-gcompris-board.c | 2 +- src/boards/python/admin/module_boards.py | 3 ++ src/gcompris/gameutil.c | 20 +++++++++++-- src/gcompris/gcompris.c | 12 ++++++++ src/gcompris/gcompris_db.c | 46 ++++++++++++++++++++++++++++++ src/gcompris/gcompris_db.h | 4 ++- src/gcompris/skin.c | 8 ++-- 13 files changed, 153 insertions(+), 52 deletions(-) commit 7ec96c29cc5bd3d92917edc178af7f969afb00eb Author: Bruno Coudoin Date: Sat Jul 8 10:14:34 2006 +0000 added pt_BR section redone based on Franck GCompris logo plane redone * docs/gcompris2spip.pl: added pt_BR section * gcompris-edit.png: redone based on Franck GCompris logo plane * gcompris.gif: redone based on Franck GCompris logo plane * gcompris.ico: redone based on Franck GCompris logo plane * gcompris.png: redone based on Franck GCompris logo plane * src/boards/py-mod-gcompris.c: (py_gcompris_get_board_conf), (pyGcomprisConfCallback), (py_gcompris_combo_box), (pyGcomprisTextCallback): removed compilation warnings * src/gcompris/gcompris.c: (setup_window), (gcompris_canvas_item_grab), (gcompris_canvas_item_ungrab), (xf86_vidmode_set_fullscreen), (xf86_window_configured), (xf86_focus_changed): fixed fullscreen issues by Hans de Goede. * src/gcompris/properties.c: (gcompris_properties_new): added display_resource option (unused yet) * src/gcompris/properties.h: added display_resource option ChangeLog | 19 ++++++++++++ docs/gcompris2spip.pl | 6 ++-- gcompris-edit.png | Bin 4862 -> 4168 bytes gcompris.gif | Bin 1240 -> 1239 bytes gcompris.ico | Bin 3774 -> 9662 bytes gcompris.png | Bin 3111 -> 2415 bytes src/boards/py-mod-gcompris.c | 4 -- src/gcompris/gcompris.c | 64 ++++++++++++++++++++++++++++++++++-------- src/gcompris/properties.c | 3 +- src/gcompris/properties.h | 3 +- 10 files changed, 78 insertions(+), 21 deletions(-) commit 54a25ecacc994d590d4e60f7235cd7e9a90fdde5 Author: Nguyen Thai Ngoc Duy Date: Thu Jul 6 15:03:40 2006 +0000 Fixed several misspelled words po/vi.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1a0160ce80970512fb39a6d6a7a02827b2ec7b22 Author: Nguyen Thai Ngoc Duy Date: Thu Jul 6 13:40:59 2006 +0000 Fixed misspelled 'phạm vị' po/vi.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 074649c517f0eeb8e6ab7d44c8a314b1f1ea2c34 Author: Nguyen Thai Ngoc Duy Date: Mon Jul 3 15:12:45 2006 +0000 Fixed 'kết thức' po/vi.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit d822daec041dc02f6f9243549de570af78ad7273 Author: Bruno Coudoin Date: Thu Jun 29 21:32:46 2006 +0000 Rafal Konkolewski created the map of poland internals. ChangeLog | 26 ++++++ boards/geography/Makefile.am | 3 +- boards/geography/board8_0.xml.in | 89 ++++++++++++++++++++ .../geography/poland_voivodship/dolnoslaskie.png | Bin 0 -> 3457 bytes .../poland_voivodship/kujawsko-pomorskie.png | Bin 0 -> 2545 bytes boards/geography/poland_voivodship/lodzkie.png | Bin 0 -> 2858 bytes boards/geography/poland_voivodship/lubelskie.png | Bin 0 -> 3400 bytes boards/geography/poland_voivodship/lubuskie.png | Bin 0 -> 2719 bytes boards/geography/poland_voivodship/malopolskie.png | Bin 0 -> 2638 bytes boards/geography/poland_voivodship/mazowieckie.png | Bin 0 -> 4763 bytes boards/geography/poland_voivodship/opolskie.png | Bin 0 -> 1985 bytes .../geography/poland_voivodship/podkarpackie.png | Bin 0 -> 2855 bytes boards/geography/poland_voivodship/podlaskie.png | Bin 0 -> 2907 bytes boards/geography/poland_voivodship/poland.png | Bin 0 -> 4405 bytes boards/geography/poland_voivodship/pomorskie.png | Bin 0 -> 2981 bytes boards/geography/poland_voivodship/slaskie.png | Bin 0 -> 2735 bytes .../geography/poland_voivodship/swietokrzyskie.png | Bin 0 -> 1977 bytes .../poland_voivodship/warminsko-mazurskie.png | Bin 0 -> 2628 bytes .../geography/poland_voivodship/wielkopolskie.png | Bin 0 -> 4686 bytes .../poland_voivodship/zachodnio-pomorskie.png | Bin 0 -> 3190 bytes boards/music/background/COPYRIGHT | 1 + 21 files changed, 118 insertions(+), 1 deletions(-) commit 32f7aa19682d279a965b4f9f4fc5dbf62bffbb4f Author: Theppitak Karoonboonyanan Date: Mon Jun 26 13:42:10 2006 +0000 Updated Thai translation by Isriya Paireepairit. 2006-06-26 Theppitak Karoonboonyanan * th.po: Updated Thai translation by Isriya Paireepairit. po/ChangeLog | 4 +++ po/th.po | 64 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 37 insertions(+), 31 deletions(-) commit bdbf1aa6ec1cd53bbcbdf2ebdf01023c3170cb59 Author: Theppitak Karoonboonyanan Date: Sun Jun 25 02:58:47 2006 +0000 Updated Thai translation. 2006-06-25 Theppitak Karoonboonyanan * th.po: Updated Thai translation. po/ChangeLog | 4 + po/th.po | 181 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 96 insertions(+), 89 deletions(-) commit bfc01fd01b0db56242c8a785f1386101facc9967 Author: Bruno Coudoin Date: Thu Jun 22 21:56:44 2006 +0000 added help ChangeLog | 4 ++++ boards/traffic.xml.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 0c3a4caac48d8238289282e77044959972140f0e Author: Bruno Coudoin Date: Thu Jun 22 20:42:12 2006 +0000 Updated nn.po by Karl Ove Hufthammer po/ChangeLog | 4 + po/nn.po | 300 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 176 insertions(+), 128 deletions(-) commit fc35af21bcb5699be37bdfcd0fb6f05b4b87d382 Author: Theppitak Karoonboonyanan Date: Thu Jun 22 13:30:55 2006 +0000 Updated Thai translation. 2006-06-22 Theppitak Karoonboonyanan * th.po: Updated Thai translation. po/ChangeLog | 4 ++ po/th.po | 98 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 53 insertions(+), 49 deletions(-) commit c95f72abd7ee11df38608e8bcb31617b300ed94d Author: Theppitak Karoonboonyanan Date: Tue Jun 20 11:02:16 2006 +0000 Revised & updated Thai translation (finished). 2006-06-20 Theppitak Karoonboonyanan * th.po: Revised & updated Thai translation (finished). po/ChangeLog | 4 + po/th.po | 765 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 382 insertions(+), 387 deletions(-) commit d6ba4e941be3577b19284dbbc4c0dc01b9abaf31 Author: Bruno Coudoin Date: Sat Jun 17 19:06:55 2006 +0000 Updated web site ChangeLog | 46 ++++++++++++++++++++ docs/gcompris2spip.pl | 9 +++- docs/screenshots/chess_computer.jpg | Bin 25265 -> 25790 bytes docs/screenshots/chess_computer_small.jpg | Bin 12606 -> 12904 bytes docs/screenshots/chess_movelearn.jpg | Bin 19473 -> 20039 bytes docs/screenshots/chess_movelearn_small.jpg | Bin 12243 -> 12562 bytes docs/screenshots/chess_partyend.jpg | Bin 19759 -> 20181 bytes docs/screenshots/chess_partyend_small.jpg | Bin 12254 -> 12521 bytes docs/screenshots/magic_hat_minus.jpg | Bin 0 -> 22743 bytes docs/screenshots/magic_hat_minus_small.jpg | Bin 0 -> 10943 bytes docs/screenshots/magic_hat_plus.jpg | Bin 0 -> 23414 bytes docs/screenshots/magic_hat_plus_small.jpg | Bin 0 -> 11140 bytes docs/screenshots/memory_add.jpg | Bin 0 -> 36061 bytes docs/screenshots/memory_add_minus.jpg | Bin 0 -> 33824 bytes docs/screenshots/memory_add_minus_mult.jpg | Bin 0 -> 40662 bytes docs/screenshots/memory_add_minus_mult_div.jpg | Bin 0 -> 39136 bytes .../memory_add_minus_mult_div_small.jpg | Bin 0 -> 15021 bytes docs/screenshots/memory_add_minus_mult_div_tux.jpg | Bin 0 -> 38936 bytes .../memory_add_minus_mult_div_tux_small.jpg | Bin 0 -> 15312 bytes docs/screenshots/memory_add_minus_mult_small.jpg | Bin 0 -> 15262 bytes docs/screenshots/memory_add_minus_small.jpg | Bin 0 -> 14247 bytes docs/screenshots/memory_add_minus_tux.jpg | Bin 0 -> 33180 bytes docs/screenshots/memory_add_minus_tux_small.jpg | Bin 0 -> 14604 bytes docs/screenshots/memory_add_small.jpg | Bin 0 -> 14357 bytes docs/screenshots/memory_add_tux.jpg | Bin 0 -> 36795 bytes docs/screenshots/memory_add_tux_small.jpg | Bin 0 -> 15084 bytes docs/screenshots/memory_div.jpg | Bin 0 -> 17490 bytes docs/screenshots/memory_div_small.jpg | Bin 0 -> 9223 bytes docs/screenshots/memory_div_tux.jpg | Bin 0 -> 32953 bytes docs/screenshots/memory_div_tux_small.jpg | Bin 0 -> 14419 bytes docs/screenshots/memory_minus.jpg | Bin 0 -> 35843 bytes docs/screenshots/memory_minus_small.jpg | Bin 0 -> 14549 bytes docs/screenshots/memory_minus_tux.jpg | Bin 0 -> 38967 bytes docs/screenshots/memory_minus_tux_small.jpg | Bin 0 -> 15239 bytes docs/screenshots/memory_mult.jpg | Bin 0 -> 29649 bytes docs/screenshots/memory_mult_div.jpg | Bin 0 -> 34042 bytes docs/screenshots/memory_mult_div_small.jpg | Bin 0 -> 14611 bytes docs/screenshots/memory_mult_div_tux.jpg | Bin 0 -> 39480 bytes docs/screenshots/memory_mult_div_tux_small.jpg | Bin 0 -> 15586 bytes docs/screenshots/memory_mult_small.jpg | Bin 0 -> 13734 bytes docs/screenshots/memory_mult_tux.jpg | Bin 0 -> 36799 bytes docs/screenshots/memory_mult_tux_small.jpg | Bin 0 -> 15151 bytes 42 files changed, 52 insertions(+), 3 deletions(-) commit 884de0d5e92b5b4479992e55ee274ac6089e8999 Author: Bruno Coudoin Date: Sat Jun 17 11:34:03 2006 +0000 Updated Polish translation by Rafal Konkolewski * pl.po: Updated Polish translation by Rafal Konkolewski po/ChangeLog | 4 + po/pl.po |10299 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 5313 insertions(+), 4990 deletions(-) commit 4c4922ab94b11b7f0ef6bcee4432839d916b0385 Author: Hendrik Richter Date: Thu Jun 15 14:19:07 2006 +0000 Updated German translation. 2006-06-15 Hendrik Richter * de.po: Updated German translation. po/ChangeLog | 4 ++++ po/de.po | 17 ++++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) commit f669115c2cebc3e33c007fbb06c96513e925d486 Author: Theppitak Karoonboonyanan Date: Tue Jun 13 16:18:11 2006 +0000 Revised & updated Thai translation (68% revised). 2006-06-13 Theppitak Karoonboonyanan * th.po: Revised & updated Thai translation (68% revised). po/ChangeLog | 4 + po/th.po | 544 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 279 insertions(+), 269 deletions(-) commit 7b5a605a13821a05130106bf4a8a9910a781c5bd Author: Theppitak Karoonboonyanan Date: Mon Jun 12 16:07:52 2006 +0000 Revised Thai translation (49%). 2006-06-12 Theppitak Karoonboonyanan * th.po: Revised Thai translation (49%). po/ChangeLog | 4 + po/th.po | 2660 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 1828 insertions(+), 836 deletions(-) commit 2bd885f2407dee3bef63dceb3873ddfe2f30b776 Author: Jakub Friedl Date: Sat Jun 10 18:28:26 2006 +0000 Updated Czech translation. 2006-06-10 Jakub Friedl * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 588 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 310 insertions(+), 282 deletions(-) commit 1578d9e7ec21ceef12335e5075c37f2c486245d1 Author: Bruno Coudoin Date: Thu Jun 8 20:11:10 2006 +0000 Updated Polish translation by Rafal Konkolewski * pl.po: Updated Polish translation by Rafal Konkolewski po/ChangeLog | 4 + po/pl.po | 8306 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 4994 insertions(+), 3316 deletions(-) commit 29d927071211192661e8bee558218ed7469d9326 Author: Bruno Coudoin Date: Mon Jun 5 21:49:26 2006 +0000 Release 8.0BETA1 * Release 8.0BETA1 - Fixes GCompris flashing at startup when running in windows mode Again by Hans de Goede. * gcompris.desktop.in: Changed to be in the education category. * src/gcompris/gcompris.c: (gcompris_set_fullscreen), (map_cb), (xf86_window_configured): ChangeLog | 11 +++++++++++ gcompris.desktop.in | 2 +- src/gcompris/gcompris.c | 17 ++++++++++------- 3 files changed, 22 insertions(+), 8 deletions(-) commit 69f53c334a09c7a779fa0ef17accacd53821dcdd Author: Bruno Coudoin Date: Mon Jun 5 17:35:08 2006 +0000 - Fixes fullscreen issue with xvidmode. By Hans de Goede. ChangeLog | 9 +++ src/gcompris/gcompris.c | 154 +++++++++++++++++++++-------------------------- 2 files changed, 77 insertions(+), 86 deletions(-) commit 42cecf87443e146525639f6877a0bb3f10a26f83 Author: Bruno Coudoin Date: Mon Jun 5 12:04:46 2006 +0000 - Added Argentina map in geography. Contributed by Gonzalo Odiard. * boards/images/scenery_background.png: Remade by Herve Chanal * configure.in: Moved to 0.8BETA1 ChangeLog | 35 ++++++ boards/geography/Makefile.am | 3 +- boards/geography/argentina/argentina.png | Bin 0 -> 129489 bytes boards/geography/argentina/buenos_aires.png | Bin 0 -> 730 bytes boards/geography/argentina/catamarca.png | Bin 0 -> 642 bytes boards/geography/argentina/chaco.png | Bin 0 -> 452 bytes boards/geography/argentina/chubut.png | Bin 0 -> 523 bytes boards/geography/argentina/cordoba.png | Bin 0 -> 428 bytes boards/geography/argentina/corrientes.png | Bin 0 -> 443 bytes boards/geography/argentina/entre_rios.png | Bin 0 -> 395 bytes boards/geography/argentina/formosa.png | Bin 0 -> 626 bytes boards/geography/argentina/jujuy.png | Bin 0 -> 4113 bytes boards/geography/argentina/la_pampa.png | Bin 0 -> 382 bytes boards/geography/argentina/la_rioja.png | Bin 0 -> 440 bytes boards/geography/argentina/mendoza.png | Bin 0 -> 464 bytes boards/geography/argentina/misiones.png | Bin 0 -> 394 bytes boards/geography/argentina/neuquen.png | Bin 0 -> 456 bytes boards/geography/argentina/rio_negro.png | Bin 0 -> 578 bytes boards/geography/argentina/salta.png | Bin 0 -> 673 bytes boards/geography/argentina/san_juan.png | Bin 0 -> 430 bytes boards/geography/argentina/san_luis.png | Bin 0 -> 290 bytes boards/geography/argentina/santa_cruz.png | Bin 0 -> 654 bytes boards/geography/argentina/santa_fe.png | Bin 0 -> 480 bytes boards/geography/argentina/santiago_del_estero.png | Bin 0 -> 368 bytes boards/geography/argentina/tierra_del_fuego.png | Bin 0 -> 441 bytes boards/geography/argentina/tucuman.png | Bin 0 -> 306 bytes boards/geography/board7_0.xml.in | 122 ++++++++++++++++++++ boards/images/scenery_background.png | Bin 25674 -> 118939 bytes configure.in | 2 +- src/gcompris/gcompris.c | 4 +- 30 files changed, 162 insertions(+), 4 deletions(-) commit 2a95c9149c1601dc19bce0350e25871ae40463eb Author: Funda Wang Date: Sun Jun 4 07:07:11 2006 +0000 Removed obsolete file from POTFILES.in. po/ChangeLog | 4 ++++ po/POTFILES.in | 1 - 2 files changed, 4 insertions(+), 1 deletions(-) commit 340f6445dd146ebc60fcf1cdaa9e59a8cb78f531 Author: Bruno Coudoin Date: Wed May 24 13:12:29 2006 +0000 th.po: Translation created by Ouychai Chaita po/th.po | 4864 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 4864 insertions(+), 0 deletions(-) commit d787fa9ae9068be33f3660d67f9032b6259cfbd6 Author: Bruno Coudoin Date: Sun May 21 00:06:01 2006 +0000 Jose JORGE Updated Portuguese translation. po/ChangeLog | 4 ++ po/pt.po | 150 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 90 insertions(+), 64 deletions(-) commit 49ee2368c225cad3b877007dadcdce3a8430a1b9 Author: Bruno Coudoin Date: Sun May 21 00:01:07 2006 +0000 Fixed imageid and missingletter to work fine when there is a short and Fixed imageid and missingletter to work fine when there is a short and long locale translated (e.g. pt and pt_br). This bug is a long standing bug. Fixed memory leaks at the same time. Removed all compilation warnings in them. ChangeLog | 12 +++++ src/boards/imageid.c | 115 ++++++++++++++++++++++++++++++-------------- src/boards/missingletter.c | 74 +++++++++++++++++----------- 3 files changed, 137 insertions(+), 64 deletions(-) commit f91c2b7bd3f73c582409a83f6e4f9234297d3790 Author: Bruno Coudoin Date: Wed May 17 06:09:37 2006 +0000 Added support for Thai ChangeLog | 8 ++++++++ configure.in | 2 +- po/ChangeLog | 4 ++++ src/gcompris/config.c | 3 ++- 4 files changed, 15 insertions(+), 2 deletions(-) commit e9d84fcb178fef2d1b905d131e6897825b55ab89 Author: Bruno Coudoin Date: Sun May 14 23:10:38 2006 +0000 Minor fix by Hans de Goede for the XF86VidMode ChangeLog | 6 ++++++ src/gcompris/gcompris.c | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) commit f66ade93d9f146e79457097f9f5627f3f2deb211 Author: Bruno Coudoin Date: Thu May 11 22:40:07 2006 +0000 - Applyed a patch by Hans de Goede to improve fullscreen - Now OK is sent to a board only on Enter KP_Enter and Space - Now we make one sound package by locale - Fixed a bug in image selector that crashes GCompris if a file contains a % in it - Activated live fullscreen in configuration but it does not work yet. ChangeLog | 25 ++ configure.in | 178 ++--------- gcompris.spec.in | 673 +++++++--------------------------------- src/boards/click_on_letter.c | 2 +- src/boards/colors.c | 2 +- src/boards/python/tuxpaint.py | 5 +- src/gcompris/board_config.c | 41 +++- src/gcompris/config.c | 6 +- src/gcompris/gameutil.c | 11 +- src/gcompris/gcompris.c | 18 +- src/gcompris/images_selector.c | 23 +- 11 files changed, 249 insertions(+), 735 deletions(-) commit 824fa0f6047470888b3ac3d19cb7a4383f51817f Author: Bruno Coudoin Date: Wed May 10 22:15:52 2006 +0000 fixed strings of the like : bolsa/bo_sa/l/p/t * pt_BR.po: fixed strings of the like : bolsa/bo_sa/l/p/t po/ChangeLog | 6 +++++- po/pt_BR.po | 22 +++++++++++----------- 2 files changed, 16 insertions(+), 12 deletions(-) commit 6224d17aa2c95ac01aad4570c775ad19df3338e8 Author: Bruno Coudoin Date: Wed May 10 21:49:50 2006 +0000 Added Czech sounds from by Martin Sin Added Brasilian sounds by Francisco Marcelo Mendes Damasceno Cleanup to remove assetml files and makefiles. * Makefile.am: * src/gcompris/board_config.c: added code to grab the dialog (from Hans de Goede) ChangeLog | 452 ++++++++++++++++++++ Makefile.am | 2 +- boards/sounds/cs/README | 2 + boards/sounds/cs/alphabet/10.ogg | Bin 0 -> 9601 bytes boards/sounds/cs/alphabet/11.ogg | Bin 0 -> 13786 bytes boards/sounds/cs/alphabet/12.ogg | Bin 0 -> 13751 bytes boards/sounds/cs/alphabet/13.ogg | Bin 0 -> 12372 bytes boards/sounds/cs/alphabet/14.ogg | Bin 0 -> 14408 bytes boards/sounds/cs/alphabet/15.ogg | Bin 0 -> 12932 bytes boards/sounds/cs/alphabet/16.ogg | Bin 0 -> 15201 bytes boards/sounds/cs/alphabet/17.ogg | Bin 0 -> 15841 bytes boards/sounds/cs/alphabet/18.ogg | Bin 0 -> 15243 bytes boards/sounds/cs/alphabet/19.ogg | Bin 0 -> 15045 bytes boards/sounds/cs/alphabet/20.ogg | Bin 0 -> 11134 bytes boards/sounds/cs/alphabet/U0031.ogg | Bin 0 -> 10377 bytes boards/sounds/cs/alphabet/U0032.ogg | Bin 0 -> 9390 bytes boards/sounds/cs/alphabet/U0033.ogg | Bin 0 -> 9076 bytes boards/sounds/cs/alphabet/U0034.ogg | Bin 0 -> 11349 bytes boards/sounds/cs/alphabet/U0035.ogg | Bin 0 -> 8710 bytes boards/sounds/cs/alphabet/U0036.ogg | Bin 0 -> 10962 bytes boards/sounds/cs/alphabet/U0037.ogg | Bin 0 -> 10998 bytes boards/sounds/cs/alphabet/U0038.ogg | Bin 0 -> 10467 bytes boards/sounds/cs/alphabet/U0039.ogg | Bin 0 -> 10234 bytes boards/sounds/cs/alphabet/U0061.ogg | Bin 0 -> 11387 bytes boards/sounds/cs/alphabet/U0062.ogg | Bin 0 -> 11363 bytes boards/sounds/cs/alphabet/U0063.ogg | Bin 0 -> 12014 bytes boards/sounds/cs/alphabet/U0064.ogg | Bin 0 -> 12865 bytes boards/sounds/cs/alphabet/U0065.ogg | Bin 0 -> 10788 bytes boards/sounds/cs/alphabet/U0066.ogg | Bin 0 -> 11291 bytes boards/sounds/cs/alphabet/U0067.ogg | Bin 0 -> 11934 bytes boards/sounds/cs/alphabet/U0068.ogg | Bin 0 -> 11974 bytes boards/sounds/cs/alphabet/U0069.ogg | Bin 0 -> 9784 bytes boards/sounds/cs/alphabet/U006A.ogg | Bin 0 -> 13372 bytes boards/sounds/cs/alphabet/U006B.ogg | Bin 0 -> 10746 bytes boards/sounds/cs/alphabet/U006C.ogg | Bin 0 -> 9589 bytes boards/sounds/cs/alphabet/U006D.ogg | Bin 0 -> 10745 bytes boards/sounds/cs/alphabet/U006E.ogg | Bin 0 -> 10017 bytes boards/sounds/cs/alphabet/U006F.ogg | Bin 0 -> 11280 bytes boards/sounds/cs/alphabet/U0070.ogg | Bin 0 -> 8500 bytes boards/sounds/cs/alphabet/U0071.ogg | Bin 0 -> 16365 bytes boards/sounds/cs/alphabet/U0072.ogg | Bin 0 -> 10695 bytes boards/sounds/cs/alphabet/U0073.ogg | Bin 0 -> 10292 bytes boards/sounds/cs/alphabet/U0074.ogg | Bin 0 -> 11820 bytes boards/sounds/cs/alphabet/U0075.ogg | Bin 0 -> 10353 bytes boards/sounds/cs/alphabet/U0076.ogg | Bin 0 -> 10345 bytes boards/sounds/cs/alphabet/U0077.ogg | Bin 0 -> 15214 bytes boards/sounds/cs/alphabet/U0078.ogg | Bin 0 -> 11081 bytes boards/sounds/cs/alphabet/U0079.ogg | Bin 0 -> 13364 bytes boards/sounds/cs/alphabet/U007A.ogg | Bin 0 -> 9988 bytes boards/sounds/cs/alphabet/U00E1.ogg | Bin 0 -> 15811 bytes boards/sounds/cs/alphabet/U00E9.ogg | Bin 0 -> 15591 bytes boards/sounds/cs/alphabet/U00ED.ogg | Bin 0 -> 15187 bytes boards/sounds/cs/alphabet/U00F3.ogg | Bin 0 -> 16183 bytes boards/sounds/cs/alphabet/U00FA.ogg | Bin 0 -> 13427 bytes boards/sounds/cs/alphabet/U00FD.ogg | Bin 0 -> 20450 bytes boards/sounds/cs/alphabet/U010D.ogg | Bin 0 -> 12695 bytes boards/sounds/cs/alphabet/U010F.ogg | Bin 0 -> 8840 bytes boards/sounds/cs/alphabet/U011B.ogg | Bin 0 -> 16976 bytes boards/sounds/cs/alphabet/U0148.ogg | Bin 0 -> 19289 bytes boards/sounds/cs/alphabet/U0159.ogg | Bin 0 -> 8952 bytes boards/sounds/cs/alphabet/U0161.ogg | Bin 0 -> 12663 bytes boards/sounds/cs/alphabet/U0165.ogg | Bin 0 -> 11768 bytes boards/sounds/cs/alphabet/U016F.ogg | Bin 0 -> 15819 bytes boards/sounds/cs/alphabet/U017E.ogg | Bin 0 -> 9369 bytes boards/sounds/cs/colors/black.ogg | Bin 0 -> 11622 bytes boards/sounds/cs/colors/blue.ogg | Bin 0 -> 10656 bytes boards/sounds/cs/colors/brown.ogg | Bin 0 -> 10680 bytes boards/sounds/cs/colors/green.ogg | Bin 0 -> 12511 bytes boards/sounds/cs/colors/grey.ogg | Bin 0 -> 9995 bytes boards/sounds/cs/colors/orange.ogg | Bin 0 -> 11874 bytes boards/sounds/cs/colors/pink.ogg | Bin 0 -> 11218 bytes boards/sounds/cs/colors/purple.ogg | Bin 0 -> 11849 bytes boards/sounds/cs/colors/red.ogg | Bin 0 -> 13457 bytes boards/sounds/cs/colors/white.ogg | Bin 0 -> 10329 bytes boards/sounds/cs/colors/yellow.ogg | Bin 0 -> 10701 bytes boards/sounds/cs/geography/alaska.ogg | Bin 0 -> 13560 bytes boards/sounds/cs/geography/albania.ogg | Bin 0 -> 13327 bytes boards/sounds/cs/geography/argentina.ogg | Bin 0 -> 15661 bytes boards/sounds/cs/geography/austria.ogg | Bin 0 -> 15229 bytes boards/sounds/cs/geography/bahamas.ogg | Bin 0 -> 11837 bytes boards/sounds/cs/geography/belarus.ogg | Bin 0 -> 14993 bytes boards/sounds/cs/geography/belgium.ogg | Bin 0 -> 13005 bytes boards/sounds/cs/geography/bolivia.ogg | Bin 0 -> 16789 bytes boards/sounds/cs/geography/bosnia_herzegovina.ogg | Bin 0 -> 23881 bytes boards/sounds/cs/geography/brazil.ogg | Bin 0 -> 14638 bytes boards/sounds/cs/geography/bulgaria.ogg | Bin 0 -> 16514 bytes boards/sounds/cs/geography/canada.ogg | Bin 0 -> 13331 bytes boards/sounds/cs/geography/chile.ogg | Bin 0 -> 12466 bytes boards/sounds/cs/geography/colombia.ogg | Bin 0 -> 13277 bytes boards/sounds/cs/geography/costa_rica.ogg | Bin 0 -> 22711 bytes boards/sounds/cs/geography/croatia.ogg | Bin 0 -> 18770 bytes boards/sounds/cs/geography/cuba.ogg | Bin 0 -> 13784 bytes boards/sounds/cs/geography/cyprus.ogg | Bin 0 -> 15783 bytes boards/sounds/cs/geography/czech.ogg | Bin 0 -> 11853 bytes boards/sounds/cs/geography/denmark.ogg | Bin 0 -> 13688 bytes boards/sounds/cs/geography/dominican_republic.ogg | Bin 0 -> 25343 bytes boards/sounds/cs/geography/ecuador.ogg | Bin 0 -> 13745 bytes boards/sounds/cs/geography/estonia.ogg | Bin 0 -> 15669 bytes boards/sounds/cs/geography/finland.ogg | Bin 0 -> 13827 bytes boards/sounds/cs/geography/france.ogg | Bin 0 -> 15578 bytes boards/sounds/cs/geography/french_guiana.ogg | Bin 0 -> 19774 bytes boards/sounds/cs/geography/germany.ogg | Bin 0 -> 13804 bytes boards/sounds/cs/geography/greece.ogg | Bin 0 -> 13481 bytes boards/sounds/cs/geography/greenland.ogg | Bin 0 -> 14987 bytes boards/sounds/cs/geography/guatemala.ogg | Bin 0 -> 13937 bytes boards/sounds/cs/geography/guyana.ogg | Bin 0 -> 12700 bytes boards/sounds/cs/geography/haiti.ogg | Bin 0 -> 13645 bytes boards/sounds/cs/geography/honduras.ogg | Bin 0 -> 15495 bytes boards/sounds/cs/geography/hungary.ogg | Bin 0 -> 13133 bytes boards/sounds/cs/geography/iceland.ogg | Bin 0 -> 12352 bytes boards/sounds/cs/geography/ireland.ogg | Bin 0 -> 13423 bytes boards/sounds/cs/geography/italy.ogg | Bin 0 -> 13364 bytes boards/sounds/cs/geography/jamaica.ogg | Bin 0 -> 14140 bytes boards/sounds/cs/geography/latvia.ogg | Bin 0 -> 15292 bytes boards/sounds/cs/geography/lithuania.ogg | Bin 0 -> 14397 bytes boards/sounds/cs/geography/luxembourg.ogg | Bin 0 -> 15943 bytes boards/sounds/cs/geography/macedonia.ogg | Bin 0 -> 17881 bytes boards/sounds/cs/geography/mexico.ogg | Bin 0 -> 16036 bytes boards/sounds/cs/geography/moldova.ogg | Bin 0 -> 15302 bytes boards/sounds/cs/geography/netherland.ogg | Bin 0 -> 13838 bytes boards/sounds/cs/geography/nicaragua.ogg | Bin 0 -> 16166 bytes boards/sounds/cs/geography/norway.ogg | Bin 0 -> 13211 bytes boards/sounds/cs/geography/panama.ogg | Bin 0 -> 13313 bytes boards/sounds/cs/geography/paraguay.ogg | Bin 0 -> 13477 bytes boards/sounds/cs/geography/peru.ogg | Bin 0 -> 10910 bytes boards/sounds/cs/geography/poland.ogg | Bin 0 -> 12396 bytes boards/sounds/cs/geography/portugal.ogg | Bin 0 -> 16114 bytes boards/sounds/cs/geography/romania.ogg | Bin 0 -> 15649 bytes boards/sounds/cs/geography/russia.ogg | Bin 0 -> 13320 bytes boards/sounds/cs/geography/salvador.ogg | Bin 0 -> 16460 bytes boards/sounds/cs/geography/serbia_montenegro.ogg | Bin 0 -> 21154 bytes boards/sounds/cs/geography/slovakia.ogg | Bin 0 -> 14377 bytes boards/sounds/cs/geography/slovenia.ogg | Bin 0 -> 15420 bytes boards/sounds/cs/geography/spain.ogg | Bin 0 -> 15715 bytes boards/sounds/cs/geography/suriname.ogg | Bin 0 -> 13058 bytes boards/sounds/cs/geography/sweden.ogg | Bin 0 -> 15285 bytes boards/sounds/cs/geography/switz.ogg | Bin 0 -> 16109 bytes boards/sounds/cs/geography/turkey.ogg | Bin 0 -> 13761 bytes boards/sounds/cs/geography/ukraine.ogg | Bin 0 -> 14327 bytes boards/sounds/cs/geography/united_kingdom.ogg | Bin 0 -> 19497 bytes boards/sounds/cs/geography/uruquay.ogg | Bin 0 -> 12941 bytes boards/sounds/cs/geography/usa.ogg | Bin 0 -> 19216 bytes boards/sounds/cs/geography/venezuela.ogg | Bin 0 -> 12528 bytes boards/sounds/cs/misc/awesome.ogg | Bin 0 -> 10477 bytes boards/sounds/cs/misc/back.ogg | Bin 0 -> 9127 bytes boards/sounds/cs/misc/by.ogg | Bin 0 -> 8911 bytes boards/sounds/cs/misc/check_answer.ogg | Bin 0 -> 10449 bytes boards/sounds/cs/misc/click_on_letter.ogg | Bin 0 -> 16643 bytes boards/sounds/cs/misc/congratulation.ogg | Bin 0 -> 11607 bytes boards/sounds/cs/misc/equal.ogg | Bin 0 -> 12778 bytes boards/sounds/cs/misc/fantastic.ogg | Bin 0 -> 12610 bytes boards/sounds/cs/misc/good.ogg | Bin 0 -> 9602 bytes boards/sounds/cs/misc/great.ogg | Bin 0 -> 10353 bytes boards/sounds/cs/misc/help.ogg | Bin 0 -> 11380 bytes boards/sounds/cs/misc/level.ogg | Bin 0 -> 12435 bytes boards/sounds/cs/misc/minus.ogg | Bin 0 -> 10747 bytes boards/sounds/cs/misc/ok.ogg | Bin 0 -> 10448 bytes boards/sounds/cs/misc/perfect.ogg | Bin 0 -> 10394 bytes boards/sounds/cs/misc/plus.ogg | Bin 0 -> 9622 bytes boards/sounds/cs/misc/quit.ogg | Bin 0 -> 9304 bytes boards/sounds/cs/misc/super.ogg | Bin 0 -> 9278 bytes boards/sounds/cs/misc/waytogo.ogg | Bin 0 -> 9944 bytes boards/sounds/cs/misc/welcome.ogg | Bin 0 -> 13361 bytes boards/sounds/da/.cvsignore | 5 - boards/sounds/da/Makefile.am | 1 - boards/sounds/da/alphabet/.cvsignore | 5 - boards/sounds/da/alphabet/Makefile.am | 14 - boards/sounds/da/colors/.cvsignore | 5 - boards/sounds/da/colors/Makefile.am | 14 - boards/sounds/da/geography/.cvsignore | 5 - boards/sounds/da/geography/Makefile.am | 14 - boards/sounds/da/misc/.cvsignore | 5 - boards/sounds/da/misc/Makefile.am | 14 - boards/sounds/de/.cvsignore | 5 - boards/sounds/de/Makefile.am | 1 - boards/sounds/de/alphabet/.cvsignore | 5 - boards/sounds/de/alphabet/Makefile.am | 14 - boards/sounds/de/colors/.cvsignore | 5 - boards/sounds/de/colors/Makefile.am | 14 - boards/sounds/de/geography/.cvsignore | 5 - boards/sounds/de/geography/Makefile.am | 14 - boards/sounds/de/misc/.cvsignore | 5 - boards/sounds/de/misc/Makefile.am | 14 - boards/sounds/en/.cvsignore | 5 - boards/sounds/en/Makefile.am | 1 - boards/sounds/en/alphabet/.cvsignore | 5 - boards/sounds/en/alphabet/Makefile.am | 14 - boards/sounds/en/colors/.cvsignore | 5 - boards/sounds/en/colors/Makefile.am | 14 - boards/sounds/en/geography/.cvsignore | 5 - boards/sounds/en/geography/Makefile.am | 14 - boards/sounds/en/misc/.cvsignore | 5 - boards/sounds/en/misc/Makefile.am | 14 - boards/sounds/es/.cvsignore | 5 - boards/sounds/es/Makefile.am | 1 - boards/sounds/es/alphabet/.cvsignore | 5 - boards/sounds/es/alphabet/Makefile.am | 14 - boards/sounds/es/colors/.cvsignore | 5 - boards/sounds/es/colors/Makefile.am | 14 - boards/sounds/es/geography/.cvsignore | 5 - boards/sounds/es/geography/Makefile.am | 14 - boards/sounds/es/misc/.cvsignore | 5 - boards/sounds/es/misc/Makefile.am | 14 - boards/sounds/eu/.cvsignore | 5 - boards/sounds/eu/Makefile.am | 1 - boards/sounds/eu/alphabet/.cvsignore | 5 - boards/sounds/eu/alphabet/Makefile.am | 14 - boards/sounds/eu/colors/.cvsignore | 5 - boards/sounds/eu/colors/Makefile.am | 14 - boards/sounds/eu/geography/.cvsignore | 5 - boards/sounds/eu/geography/Makefile.am | 14 - boards/sounds/eu/misc/.cvsignore | 5 - boards/sounds/eu/misc/Makefile.am | 14 - boards/sounds/fi/.cvsignore | 5 - boards/sounds/fi/Makefile.am | 1 - boards/sounds/fi/alphabet/.cvsignore | 5 - boards/sounds/fi/alphabet/Makefile.am | 14 - boards/sounds/fi/colors/.cvsignore | 5 - boards/sounds/fi/colors/Makefile.am | 14 - boards/sounds/fi/geography/.cvsignore | 5 - boards/sounds/fi/geography/Makefile.am | 14 - boards/sounds/fi/misc/.cvsignore | 5 - boards/sounds/fi/misc/Makefile.am | 14 - boards/sounds/fr/.cvsignore | 5 - boards/sounds/fr/Makefile.am | 1 - boards/sounds/fr/alphabet/.cvsignore | 5 - boards/sounds/fr/alphabet/Makefile.am | 14 - boards/sounds/fr/colors/.cvsignore | 5 - boards/sounds/fr/colors/Makefile.am | 14 - boards/sounds/fr/france_region/.cvsignore | 5 - boards/sounds/fr/france_region/Makefile.am | 11 - boards/sounds/fr/geography/.cvsignore | 5 - boards/sounds/fr/geography/Makefile.am | 14 - boards/sounds/fr/misc/.cvsignore | 5 - boards/sounds/fr/misc/Makefile.am | 14 - boards/sounds/hu/.cvsignore | 5 - boards/sounds/hu/Makefile.am | 1 - boards/sounds/hu/alphabet/.cvsignore | 5 - boards/sounds/hu/alphabet/Makefile.am | 14 - boards/sounds/hu/colors/.cvsignore | 5 - boards/sounds/hu/colors/Makefile.am | 14 - boards/sounds/hu/geography/.cvsignore | 5 - boards/sounds/hu/geography/Makefile.am | 14 - boards/sounds/hu/misc/.cvsignore | 5 - boards/sounds/hu/misc/Makefile.am | 14 - boards/sounds/it/.cvsignore | 5 - boards/sounds/it/Makefile.am | 1 - boards/sounds/it/alphabet/.cvsignore | 5 - boards/sounds/it/alphabet/Makefile.am | 14 - boards/sounds/it/colors/.cvsignore | 5 - boards/sounds/it/colors/Makefile.am | 14 - boards/sounds/it/geography/.cvsignore | 5 - boards/sounds/it/geography/Makefile.am | 14 - boards/sounds/it/misc/.cvsignore | 5 - boards/sounds/it/misc/Makefile.am | 14 - boards/sounds/nl/.cvsignore | 5 - boards/sounds/nl/Makefile.am | 1 - boards/sounds/nl/alphabet/.cvsignore | 5 - boards/sounds/nl/alphabet/Makefile.am | 14 - boards/sounds/nl/colors/.cvsignore | 5 - boards/sounds/nl/colors/Makefile.am | 14 - boards/sounds/nl/geography/.cvsignore | 5 - boards/sounds/nl/geography/Makefile.am | 14 - boards/sounds/nl/misc/.cvsignore | 5 - boards/sounds/nl/misc/Makefile.am | 14 - boards/sounds/pt/.cvsignore | 5 - boards/sounds/pt/Makefile.am | 1 - boards/sounds/pt/alphabet/.cvsignore | 5 - boards/sounds/pt/alphabet/Makefile.am | 14 - boards/sounds/pt/colors/.cvsignore | 5 - boards/sounds/pt/colors/Makefile.am | 14 - boards/sounds/pt/geography/.cvsignore | 5 - boards/sounds/pt/geography/Makefile.am | 14 - boards/sounds/pt/misc/.cvsignore | 5 - boards/sounds/pt/misc/Makefile.am | 14 - boards/sounds/pt_BR/README | 2 + boards/sounds/pt_BR/alphabet/10.ogg | Bin 0 -> 10994 bytes boards/sounds/pt_BR/alphabet/11.ogg | Bin 0 -> 10364 bytes boards/sounds/pt_BR/alphabet/12.ogg | Bin 0 -> 11287 bytes boards/sounds/pt_BR/alphabet/13.ogg | Bin 0 -> 12024 bytes boards/sounds/pt_BR/alphabet/14.ogg | Bin 0 -> 13026 bytes boards/sounds/pt_BR/alphabet/16.ogg | Bin 0 -> 17575 bytes boards/sounds/pt_BR/alphabet/17.ogg | Bin 0 -> 13704 bytes boards/sounds/pt_BR/alphabet/18.ogg | Bin 0 -> 12916 bytes boards/sounds/pt_BR/alphabet/19.ogg | Bin 0 -> 13703 bytes boards/sounds/pt_BR/alphabet/U0031.ogg | Bin 0 -> 11521 bytes boards/sounds/pt_BR/alphabet/U0032.ogg | Bin 0 -> 10318 bytes boards/sounds/pt_BR/alphabet/U0033.ogg | Bin 0 -> 11290 bytes boards/sounds/pt_BR/alphabet/U0034.ogg | Bin 0 -> 12222 bytes boards/sounds/pt_BR/alphabet/U0035.ogg | Bin 0 -> 11064 bytes boards/sounds/pt_BR/alphabet/U0036.ogg | Bin 0 -> 11502 bytes boards/sounds/pt_BR/alphabet/U0037.ogg | Bin 0 -> 9785 bytes boards/sounds/pt_BR/alphabet/U0038.ogg | Bin 0 -> 9946 bytes boards/sounds/pt_BR/alphabet/U0039.ogg | Bin 0 -> 10511 bytes boards/sounds/pt_BR/alphabet/U0061.ogg | Bin 0 -> 8926 bytes boards/sounds/pt_BR/alphabet/U0062.ogg | Bin 0 -> 7613 bytes boards/sounds/pt_BR/alphabet/U0063.ogg | Bin 0 -> 9296 bytes boards/sounds/pt_BR/alphabet/U0064.ogg | Bin 0 -> 8809 bytes boards/sounds/pt_BR/alphabet/U0065.ogg | Bin 0 -> 8617 bytes boards/sounds/pt_BR/alphabet/U0066.ogg | Bin 0 -> 9815 bytes boards/sounds/pt_BR/alphabet/U0067.ogg | Bin 0 -> 9166 bytes boards/sounds/pt_BR/alphabet/U0068.ogg | Bin 0 -> 9114 bytes boards/sounds/pt_BR/alphabet/U0069.ogg | Bin 0 -> 8598 bytes boards/sounds/pt_BR/alphabet/U006A.ogg | Bin 0 -> 10094 bytes boards/sounds/pt_BR/alphabet/U006B.ogg | Bin 0 -> 8470 bytes boards/sounds/pt_BR/alphabet/U006C.ogg | Bin 0 -> 9885 bytes boards/sounds/pt_BR/alphabet/U006D.ogg | Bin 0 -> 9933 bytes boards/sounds/pt_BR/alphabet/U006E.ogg | Bin 0 -> 9871 bytes boards/sounds/pt_BR/alphabet/U006F.ogg | Bin 0 -> 9482 bytes boards/sounds/pt_BR/alphabet/U006H.ogg | Bin 0 -> 8467 bytes boards/sounds/pt_BR/alphabet/U0070.ogg | Bin 0 -> 8896 bytes boards/sounds/pt_BR/alphabet/U0071.ogg | Bin 0 -> 8244 bytes boards/sounds/pt_BR/alphabet/U0072.ogg | Bin 0 -> 10584 bytes boards/sounds/pt_BR/alphabet/U0073.ogg | Bin 0 -> 10165 bytes boards/sounds/pt_BR/alphabet/U0074.ogg | Bin 0 -> 8075 bytes boards/sounds/pt_BR/alphabet/U0075.ogg | Bin 0 -> 8997 bytes boards/sounds/pt_BR/alphabet/U0076.ogg | Bin 0 -> 8820 bytes boards/sounds/pt_BR/alphabet/U0077.ogg | Bin 0 -> 9797 bytes boards/sounds/pt_BR/alphabet/U0078.ogg | Bin 0 -> 11800 bytes boards/sounds/pt_BR/alphabet/U0079.ogg | Bin 0 -> 12127 bytes boards/sounds/pt_BR/alphabet/U007A.ogg | Bin 0 -> 9484 bytes boards/sounds/pt_BR/colors/black.ogg | Bin 0 -> 11534 bytes boards/sounds/pt_BR/colors/blue.ogg | Bin 0 -> 11660 bytes boards/sounds/pt_BR/colors/brown.ogg | Bin 0 -> 11161 bytes boards/sounds/pt_BR/colors/green.ogg | Bin 0 -> 11787 bytes boards/sounds/pt_BR/colors/grey.ogg | Bin 0 -> 11068 bytes boards/sounds/pt_BR/colors/orange.ogg | Bin 0 -> 12595 bytes boards/sounds/pt_BR/colors/purple.ogg | Bin 0 -> 13435 bytes boards/sounds/pt_BR/colors/red.ogg | Bin 0 -> 13581 bytes boards/sounds/pt_BR/colors/white.ogg | Bin 0 -> 11149 bytes boards/sounds/pt_BR/colors/yellow.ogg | Bin 0 -> 12760 bytes boards/sounds/pt_BR/geography/africa.ogg | Bin 0 -> 13565 bytes boards/sounds/pt_BR/geography/alaska.ogg | Bin 0 -> 11861 bytes boards/sounds/pt_BR/geography/albania.ogg | Bin 0 -> 10874 bytes boards/sounds/pt_BR/geography/america.ogg | Bin 0 -> 11565 bytes boards/sounds/pt_BR/geography/antartica.ogg | Bin 0 -> 12940 bytes boards/sounds/pt_BR/geography/argentina.ogg | Bin 0 -> 15042 bytes boards/sounds/pt_BR/geography/asia.ogg | Bin 0 -> 9769 bytes boards/sounds/pt_BR/geography/austria.ogg | Bin 0 -> 11481 bytes boards/sounds/pt_BR/geography/bahamas.ogg | Bin 0 -> 12961 bytes boards/sounds/pt_BR/geography/belarus.ogg | Bin 0 -> 13564 bytes boards/sounds/pt_BR/geography/belgium.ogg | Bin 0 -> 11039 bytes boards/sounds/pt_BR/geography/bolivia.ogg | Bin 0 -> 11539 bytes .../sounds/pt_BR/geography/bosnia_herzegovina.ogg | Bin 0 -> 23725 bytes boards/sounds/pt_BR/geography/brazil.ogg | Bin 0 -> 10939 bytes boards/sounds/pt_BR/geography/bulgaria.ogg | Bin 0 -> 11724 bytes boards/sounds/pt_BR/geography/canada.ogg | Bin 0 -> 10492 bytes boards/sounds/pt_BR/geography/chile.ogg | Bin 0 -> 10360 bytes boards/sounds/pt_BR/geography/colombia.ogg | Bin 0 -> 11739 bytes boards/sounds/pt_BR/geography/costa_rica.ogg | Bin 0 -> 13049 bytes boards/sounds/pt_BR/geography/croatia.ogg | Bin 0 -> 12193 bytes boards/sounds/pt_BR/geography/cuba.ogg | Bin 0 -> 9921 bytes boards/sounds/pt_BR/geography/cyprus.ogg | Bin 0 -> 10630 bytes boards/sounds/pt_BR/geography/czech.ogg | Bin 0 -> 17046 bytes boards/sounds/pt_BR/geography/denmark.ogg | Bin 0 -> 14458 bytes .../sounds/pt_BR/geography/dominican_republic.ogg | Bin 0 -> 19069 bytes boards/sounds/pt_BR/geography/ecuador.ogg | Bin 0 -> 11049 bytes boards/sounds/pt_BR/geography/estonia.ogg | Bin 0 -> 11649 bytes boards/sounds/pt_BR/geography/europe.ogg | Bin 0 -> 11351 bytes boards/sounds/pt_BR/geography/finland.ogg | Bin 0 -> 11793 bytes boards/sounds/pt_BR/geography/france.ogg | Bin 0 -> 10719 bytes boards/sounds/pt_BR/geography/french_guiana.ogg | Bin 0 -> 17363 bytes boards/sounds/pt_BR/geography/germany.ogg | Bin 0 -> 11222 bytes boards/sounds/pt_BR/geography/greece.ogg | Bin 0 -> 12425 bytes boards/sounds/pt_BR/geography/greenland.ogg | Bin 0 -> 14681 bytes boards/sounds/pt_BR/geography/guatemala.ogg | Bin 0 -> 13732 bytes boards/sounds/pt_BR/geography/guyana.ogg | Bin 0 -> 12071 bytes boards/sounds/pt_BR/geography/haiti.ogg | Bin 0 -> 10562 bytes boards/sounds/pt_BR/geography/honduras.ogg | Bin 0 -> 12807 bytes boards/sounds/pt_BR/geography/hungary.ogg | Bin 0 -> 11860 bytes boards/sounds/pt_BR/geography/iceland.ogg | Bin 0 -> 13843 bytes boards/sounds/pt_BR/geography/ireland.ogg | Bin 0 -> 13853 bytes boards/sounds/pt_BR/geography/italy.ogg | Bin 0 -> 11441 bytes boards/sounds/pt_BR/geography/jamaica.ogg | Bin 0 -> 13024 bytes boards/sounds/pt_BR/geography/latvia.ogg | Bin 0 -> 14165 bytes boards/sounds/pt_BR/geography/lithuania.ogg | Bin 0 -> 13010 bytes boards/sounds/pt_BR/geography/luxembourg.ogg | Bin 0 -> 14264 bytes boards/sounds/pt_BR/geography/macedonia.ogg | Bin 0 -> 13305 bytes boards/sounds/pt_BR/geography/mexico.ogg | Bin 0 -> 11394 bytes boards/sounds/pt_BR/geography/moldova.ogg | Bin 0 -> 14245 bytes boards/sounds/pt_BR/geography/netherland.ogg | Bin 0 -> 18513 bytes boards/sounds/pt_BR/geography/nicaragua.ogg | Bin 0 -> 13139 bytes boards/sounds/pt_BR/geography/norway.ogg | Bin 0 -> 12758 bytes boards/sounds/pt_BR/geography/oceania.ogg | Bin 0 -> 12934 bytes boards/sounds/pt_BR/geography/panama.ogg | Bin 0 -> 10861 bytes boards/sounds/pt_BR/geography/paraguay.ogg | Bin 0 -> 11624 bytes boards/sounds/pt_BR/geography/peru.ogg | Bin 0 -> 10358 bytes boards/sounds/pt_BR/geography/poland.ogg | Bin 0 -> 11849 bytes boards/sounds/pt_BR/geography/portugal.ogg | Bin 0 -> 12931 bytes boards/sounds/pt_BR/geography/romania.ogg | Bin 0 -> 12794 bytes boards/sounds/pt_BR/geography/russia.ogg | Bin 0 -> 10964 bytes boards/sounds/pt_BR/geography/salvador.ogg | Bin 0 -> 13969 bytes .../sounds/pt_BR/geography/serbia_montenegro.ogg | Bin 0 -> 22077 bytes boards/sounds/pt_BR/geography/slovakia.ogg | Bin 0 -> 14298 bytes boards/sounds/pt_BR/geography/slovenia.ogg | Bin 0 -> 13094 bytes boards/sounds/pt_BR/geography/spain.ogg | Bin 0 -> 12600 bytes boards/sounds/pt_BR/geography/suriname.ogg | Bin 0 -> 13571 bytes boards/sounds/pt_BR/geography/sweden.ogg | Bin 0 -> 13781 bytes boards/sounds/pt_BR/geography/switz.ogg | Bin 0 -> 12179 bytes boards/sounds/pt_BR/geography/turkey.ogg | Bin 0 -> 12840 bytes boards/sounds/pt_BR/geography/ukraine.ogg | Bin 0 -> 12648 bytes boards/sounds/pt_BR/geography/united_kingdom.ogg | Bin 0 -> 16444 bytes boards/sounds/pt_BR/geography/uruguay.ogg | Bin 0 -> 12169 bytes boards/sounds/pt_BR/geography/usa.ogg | Bin 0 -> 23544 bytes boards/sounds/pt_BR/geography/venezuela.ogg | Bin 0 -> 14243 bytes boards/sounds/pt_BR/misc/about.ogg | Bin 0 -> 17175 bytes boards/sounds/pt_BR/misc/back.ogg | Bin 0 -> 12650 bytes boards/sounds/pt_BR/misc/by.ogg | Bin 0 -> 10433 bytes boards/sounds/pt_BR/misc/click_on_letter.ogg | Bin 0 -> 23708 bytes boards/sounds/pt_BR/misc/configuration.ogg | Bin 0 -> 19207 bytes boards/sounds/pt_BR/misc/congratulation.ogg | Bin 0 -> 14410 bytes boards/sounds/pt_BR/misc/congratulations.ogg | Bin 0 -> 18758 bytes boards/sounds/pt_BR/misc/equal.ogg | Bin 0 -> 11673 bytes boards/sounds/pt_BR/misc/good.ogg | Bin 0 -> 13091 bytes boards/sounds/pt_BR/misc/great.ogg | Bin 0 -> 12407 bytes boards/sounds/pt_BR/misc/help.ogg | Bin 0 -> 9707 bytes boards/sounds/pt_BR/misc/level.ogg | Bin 0 -> 11387 bytes boards/sounds/pt_BR/misc/minus.ogg | Bin 0 -> 10520 bytes boards/sounds/pt_BR/misc/ok.ogg | Bin 0 -> 13818 bytes boards/sounds/pt_BR/misc/outof.ogg | Bin 0 -> 16895 bytes boards/sounds/pt_BR/misc/plus.ogg | Bin 0 -> 11158 bytes boards/sounds/pt_BR/misc/quit.ogg | Bin 0 -> 10249 bytes boards/sounds/pt_BR/misc/super.ogg | Bin 0 -> 14937 bytes boards/sounds/pt_BR/misc/welcome.ogg | Bin 0 -> 20875 bytes boards/sounds/ru/.cvsignore | 5 - boards/sounds/ru/Makefile.am | 1 - boards/sounds/ru/alphabet/.cvsignore | 5 - boards/sounds/ru/alphabet/Makefile.am | 14 - boards/sounds/ru/colors/.cvsignore | 5 - boards/sounds/ru/colors/Makefile.am | 14 - boards/sounds/ru/geography/.cvsignore | 5 - boards/sounds/ru/geography/Makefile.am | 14 - boards/sounds/ru/misc/.cvsignore | 5 - boards/sounds/ru/misc/Makefile.am | 14 - boards/sounds/sv/.cvsignore | 4 - boards/sounds/sv/Makefile.am | 1 - boards/sounds/sv/alphabet/.cvsignore | 5 - boards/sounds/sv/alphabet/Makefile.am | 11 - boards/sounds/sv/colors/.cvsignore | 5 - boards/sounds/sv/colors/Makefile.am | 14 - boards/sounds/sv/geography/.cvsignore | 5 - boards/sounds/sv/geography/Makefile.am | 14 - boards/sounds/sv/misc/.cvsignore | 5 - boards/sounds/sv/misc/Makefile.am | 14 - src/gcompris/board_config.c | 9 +- src/gcompris/config.c | 4 +- 446 files changed, 467 insertions(+), 1082 deletions(-) commit 4d886d9679fca3baf3f180dfa8404eb3f0fdbd0b Author: Bruno Coudoin Date: Wed May 10 20:19:47 2006 +0000 Updated Czech translation by Martin Sin po/ChangeLog | 4 + po/cs.po | 4393 +++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 3157 insertions(+), 1240 deletions(-) commit a9507094f37880737217ff426cec0d322452f36f Author: Inaki Larranaga Date: Wed May 10 18:43:31 2006 +0000 Updated Basque translation. 2006-05-10 Inaki Larranaga * eu.po: Updated Basque translation. po/ChangeLog | 4 ++ po/eu.po | 110 ++++++++++++++++++++++----------------------------------- 2 files changed, 47 insertions(+), 67 deletions(-) commit 385924eafdc889abdc206acabbc72d8d7911d6e9 Author: Bruno Coudoin Date: Wed May 10 18:41:35 2006 +0000 assetml removal continues. added support for local sounds in click_on_letter and colors. * src/boards/click_on_letter.c: (start_board), (conf_ok): * src/boards/colors.c: (conf_ok), (start_board), (end_board): support sound locale. now the background music is muted. * src/gcompris/board_config.c: (gcompris_get_locales_list), (gcompris_get_locales_asset_list): now support $LOCALE in the file to check for. * src/gcompris/config.c: (gcompris_config_start), (gcompris_get_locale_name), (item_event_ok): added an API entry gcompris_get_locale_name() to return the country name based on a locale name. * src/gcompris/gameutil.c: (gcompris_find_absolute_filename): improved to limit searches * src/gcompris/gcompris.h: ChangeLog | 16 ++++++++++++++++ src/boards/click_on_letter.c | 4 ++-- src/boards/colors.c | 14 +++++++------- src/gcompris/board_config.c | 37 +++++++++++++++++++++++++++++-------- src/gcompris/config.c | 18 +++++++++++------- src/gcompris/gameutil.c | 22 ++++++++++++---------- src/gcompris/gcompris.h | 3 ++- 7 files changed, 79 insertions(+), 35 deletions(-) commit ec1ecb4ddd97c2e02581fa2b2c52c5c2858753ba Author: Bruno Coudoin Date: Tue May 9 22:24:26 2006 +0000 Major patch by Hans de Goede /j dot w dot r dot degoede on hhs.nl/ replaces xrandr by XF86VidMode XF86VidMode is more appropriate for our usage since it does not change the real screen size, only the virtual one. Improved a little bit board_config.c locale management in gcompris_get_locales_asset_list() src/boards/chess.c | 4 +- src/boards/clickgame.c | 4 +- src/boards/clockgame.c | 4 +- src/boards/draw.c | 8 +- src/boards/enumerate.c | 4 +- src/boards/hanoi.c | 4 +- src/boards/hanoi_real.c | 4 +- src/boards/planegame.c | 4 +- src/boards/py-gcompris-properties.c | 4 +- src/boards/python/tuxpaint.py | 10 +- src/boards/shapegame.c | 8 +- src/boards/traffic.c | 6 +- src/gcompris/board_config.c | 20 ++- src/gcompris/gcompris.c | 306 ++++++++++++++++++++--------------- src/gcompris/gcompris.h | 6 + src/gcompris/properties.c | 6 +- src/gcompris/properties.h | 2 +- src/gcompris/soundutil.c | 4 +- 18 files changed, 236 insertions(+), 172 deletions(-) commit 4f6c5cbc52509eeabf8fbd025e7f73a563e1b8cc Author: Bruno Coudoin Date: Tue May 9 22:16:57 2006 +0000 Major patch by Hans de Goede /j dot w dot r dot degoede on hhs.nl/ replaces xrandr by XF86VidMode XF86VidMode is more appropriate for our usage since it does not change the real screen size, only the virtual one. Improved a little bit board_config.c locale management in gcompris_get_locales_asset_list() ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ configure.in | 32 ++++++++++++++++---------------- 2 files changed, 52 insertions(+), 16 deletions(-) commit df4f243973b8ce7229ca628d4dcdc9a831905ae6 Author: Bruno Coudoin Date: Tue May 9 00:01:23 2006 +0000 assetml removal. need more test. ChangeLog | 175 ++++++ Makefile.am | 2 +- boards/Makefile.am | 2 +- boards/chronos.xml.in | 2 +- boards/chronos/board1_0.xml.in | 8 +- boards/chronos/board3_0.xml.in | 4 +- boards/chronos/board3_1.xml.in | 6 +- boards/chronos/board3_2.xml.in | 6 +- boards/chronos/board3_3.xml.in | 6 +- boards/chronos/board3_4.xml.in | 6 +- boards/chronos/board4_0.xml.in | 6 +- boards/chronos/board4_1.xml.in | 6 +- boards/chronos/board4_2.xml.in | 6 +- boards/chronos/board4_3.xml.in | 6 +- boards/click_on_letter.xml.in | 3 +- boards/geography.xml.in | 3 +- boards/geography/board1_0.xml.in | 12 +- boards/geography/board2_0.xml.in | 22 +- boards/geography/board2_1.xml.in | 28 +- boards/geography/board3_0.xml.in | 34 +- boards/geography/board3_1.xml.in | 44 +- boards/geography/board4_0.xml.in | 66 +- boards/geography/board4_1.xml.in | 42 +- boards/geography/board4_2.xml.in | 96 ++-- boards/geography/board5_0.xml.in | 46 +- boards/memory_sound.xml.in | 2 +- boards/memory_sound_tux.xml.in | 2 +- boards/sounds/Makefile.am | 1 - boards/sounds/da/alphabet/README | 50 ++ .../da/alphabet/gcompris_alphabet_da.assetml.in | 253 -------- boards/sounds/da/colors/README | 10 + .../sounds/da/colors/gcompris_colors_da.assetml.in | 53 -- boards/sounds/da/geography/README | 68 +++ .../da/geography/gcompris_geography_da.assetml.in | 343 ----------- boards/sounds/da/misc/README | 15 + boards/sounds/da/misc/gcompris_misc_da.assetml.in | 78 --- boards/sounds/de/alphabet/README | 37 ++ .../de/alphabet/gcompris_alphabet_de.assetml.in | 188 ------ boards/sounds/de/colors/README | 10 + .../sounds/de/colors/gcompris_colors_de.assetml.in | 53 -- .../de/geography/gcompris_geography_de.assetml.in | 3 - boards/sounds/de/misc/README | 15 + boards/sounds/de/misc/gcompris_misc_de.assetml.in | 78 --- boards/sounds/en/alphabet/README | 47 ++ .../en/alphabet/gcompris_alphabet_en.assetml.in | 238 -------- boards/sounds/en/colors/README | 11 + .../sounds/en/colors/gcompris_colors_en.assetml.in | 58 -- boards/sounds/en/geography/README | 68 +++ .../en/geography/gcompris_geography_en.assetml.in | 343 ----------- boards/sounds/en/misc/README | 21 + boards/sounds/en/misc/gcompris_misc_en.assetml.in | 108 ---- boards/sounds/es/alphabet/README | 37 ++ .../es/alphabet/gcompris_alphabet_es.assetml.in | 188 ------ boards/sounds/es/colors/README | 10 + .../sounds/es/colors/gcompris_colors_es.assetml.in | 53 -- boards/sounds/es/geography/README | 68 +++ .../es/geography/gcompris_geography_es.assetml.in | 343 ----------- boards/sounds/es/misc/README | 15 + boards/sounds/es/misc/gcompris_misc_es.assetml.in | 78 --- boards/sounds/eu/alphabet/README | 46 ++ .../eu/alphabet/gcompris_alphabet_eu.assetml.in | 233 ------- boards/sounds/eu/colors/README | 11 + .../sounds/eu/colors/gcompris_colors_eu.assetml.in | 58 -- boards/sounds/eu/geography/README | 66 ++ .../eu/geography/gcompris_geography_eu.assetml.in | 333 ---------- boards/sounds/eu/misc/README | 16 + boards/sounds/eu/misc/gcompris_misc_eu.assetml.in | 83 --- boards/sounds/fi/alphabet/README | 50 ++ .../fi/alphabet/gcompris_alphabet_fi.assetml.in | 253 -------- boards/sounds/fi/colors/README | 11 + .../sounds/fi/colors/gcompris_colors_fi.assetml.in | 58 -- boards/sounds/fi/geography/README | 68 +++ .../fi/geography/gcompris_geography_fi.assetml.in | 343 ----------- boards/sounds/fi/misc/README | 21 + boards/sounds/fi/misc/gcompris_misc_fi.assetml.in | 108 ---- boards/sounds/fr/alphabet/README | 38 ++- .../fr/alphabet/gcompris_alphabet_fr.assetml.in | 188 ------ boards/sounds/fr/colors/README | 10 + .../sounds/fr/colors/gcompris_colors_fr.assetml.in | 53 -- boards/sounds/fr/france_region/README | 22 + .../gcompris_franceregion_fr.assetml.in | 113 ---- boards/sounds/fr/geography/README | 73 +++ .../fr/geography/gcompris_geography_fr.assetml.in | 368 ------------ boards/sounds/fr/misc/README | 19 + boards/sounds/fr/misc/gcompris_misc_fr.assetml.in | 93 --- boards/sounds/hu/alphabet/README | 20 + .../hu/alphabet/gcompris_alphabet_hu.assetml.in | 103 ---- boards/sounds/hu/colors/README | 11 + .../sounds/hu/colors/gcompris_colors_hu.assetml.in | 58 -- boards/sounds/hu/geography/README | 68 +++ .../hu/geography/gcompris_geography_hu.assetml.in | 343 ----------- boards/sounds/hu/misc/README | 13 + boards/sounds/hu/misc/gcompris_misc_hu.assetml.in | 68 --- boards/sounds/it/alphabet/README | 46 ++ .../it/alphabet/gcompris_alphabet_it.assetml.in | 233 ------- boards/sounds/it/colors/README | 11 + .../sounds/it/colors/gcompris_colors_it.assetml.in | 58 -- boards/sounds/it/geography/README | 66 ++ .../it/geography/gcompris_geography_it.assetml.in | 333 ---------- boards/sounds/it/misc/README | 16 + boards/sounds/it/misc/gcompris_misc_it.assetml.in | 83 --- boards/sounds/nl/alphabet/README | 47 ++ .../nl/alphabet/gcompris_alphabet_nl.assetml.in | 238 -------- boards/sounds/nl/colors/README | 11 + .../sounds/nl/colors/gcompris_colors_nl.assetml.in | 58 -- boards/sounds/nl/geography/README | 68 +++ .../nl/geography/gcompris_geography_nl.assetml.in | 343 ----------- boards/sounds/nl/misc/README | 21 + boards/sounds/nl/misc/gcompris_misc_nl.assetml.in | 108 ---- boards/sounds/pt/alphabet/README | 47 ++ .../pt/alphabet/gcompris_alphabet_pt.assetml.in | 238 -------- boards/sounds/pt/colors/README | 12 + .../sounds/pt/colors/gcompris_colors_pt.assetml.in | 63 -- boards/sounds/pt/geography/README | 74 +++ .../pt/geography/gcompris_geography_pt.assetml.in | 373 ------------ boards/sounds/pt/misc/README | 22 + boards/sounds/pt/misc/gcompris_misc_pt.assetml.in | 113 ---- boards/sounds/ru/alphabet/README | 81 +++ .../ru/alphabet/gcompris_alphabet_ru.assetml.in | 403 ------------- boards/sounds/ru/colors/README | 11 + .../sounds/ru/colors/gcompris_colors_ru.assetml.in | 58 -- boards/sounds/ru/geography/README | 68 +++ .../ru/geography/gcompris_geography_ru.assetml.in | 343 ----------- boards/sounds/ru/misc/README | 16 + boards/sounds/ru/misc/gcompris_misc_ru.assetml.in | 83 --- boards/sounds/sv/alphabet/README | 50 ++ .../sv/alphabet/gcompris_alphabet_sv.assetml.in | 248 -------- boards/sounds/sv/colors/README | 11 + .../sounds/sv/colors/gcompris_colors_sv.assetml.in | 58 -- boards/sounds/sv/geography/README | 75 +++ .../sv/geography/gcompris_geography_sv.assetml.in | 373 ------------ boards/sounds/sv/misc/README | 22 + boards/sounds/sv/misc/gcompris_misc_sv.assetml.in | 113 ---- configure.in | 74 +--- docs/C/python.xml | 10 - gcompris.spec.in | 54 +-- src/boards/click_on_letter.c | 220 ++++---- src/boards/colors.c | 37 +- src/boards/gletters.c | 91 ++-- src/boards/imageid.c | 6 +- src/boards/menu.c | 634 -------------------- src/boards/menu2.c | 22 +- src/boards/py-mod-gcompris.c | 20 +- src/boards/py-mod-utils.c | 72 --- src/boards/python/admin/board_list.py | 4 +- src/boards/smallnumbers.c | 73 ++- src/gcompris/Makefile.am | 2 - src/gcompris/assetml.c | 493 --------------- src/gcompris/assetml.h | 58 -- src/gcompris/board.c | 4 +- src/gcompris/board_config.c | 99 ++- src/gcompris/board_config.h | 8 +- src/gcompris/bonus.c | 2 +- src/gcompris/config.c | 11 +- src/gcompris/gameutil.c | 156 +---- src/gcompris/gameutil.h | 18 +- src/gcompris/gcompris.c | 2 +- src/gcompris/soundutil.c | 69 +-- src/gcompris/soundutil.h | 2 +- 159 files changed, 2592 insertions(+), 11345 deletions(-) commit d845e7557a622464b3c122e741ea2fe5d52ba652 Author: Bruno Coudoin Date: Sun May 7 21:41:16 2006 +0000 Updated Norwegian Nynorsk by Klaus Ade Johnstad * nb.po: Updated Norwegian Nynorsk by Klaus Ade Johnstad po/ChangeLog | 8 +- po/nb.po | 411 +++++++++++++++++++++++----------------------------------- 2 files changed, 170 insertions(+), 249 deletions(-) commit 2f5e98e87c36b0973b90dafb645c2c4b54e8c71e Author: Bruno Coudoin Date: Thu May 4 23:01:16 2006 +0000 Removed unused sounds (10.ogg and above) from the install because we don't use them. Removed Brahms because it's huge and of bad quality. Started the removal of assetml. Now in the core, all sounds are assetml free. Improved the function gcompris_find_absolute_filename() to support a $LOCALE tag in a string. It will be replaced by the current locale when found. Next step is to remove assetml from the activity and dataset, then from the API. ChangeLog | 28 +++++++++++++ Makefile.am | 2 +- ...ohannes-String_Quartet_C_minor_Op_51_mvmt_4.ogg | Bin 4998997 -> 0 bytes boards/sounds/eu/alphabet/a.ogg | Bin 19295 -> 0 bytes src/gcompris/bar.c | 28 +++++-------- src/gcompris/bonus.c | 22 ++++------ src/gcompris/file_selector.c | 18 ++++---- src/gcompris/gameutil.c | 42 +++++++++++++++++++- src/gcompris/gcompris.c | 11 +---- src/gcompris/skin.h | 1 + src/gcompris/soundutil.c | 39 +++++++++--------- src/gcompris/soundutil.h | 4 +- 12 files changed, 122 insertions(+), 73 deletions(-) commit 1aefe58be8685f0d6c44fbef137ac4d9e06100e4 Author: Bruno Coudoin Date: Sat Apr 29 21:21:59 2006 +0000 Added mandatory_sound_file to have missing sound icon displayed ChangeLog | 14 +++++++++++--- boards/memory_sound.xml.in | 1 + boards/memory_sound_tux.xml.in | 1 + src/gcompris/config.c | 4 +--- 4 files changed, 14 insertions(+), 6 deletions(-) commit 02c610637ee0e863ac6a44233e4bfccee903edad Author: Bruno Coudoin Date: Fri Apr 28 23:40:06 2006 +0000 Started to remove assetml usage. Flags are no more in an assetml package animation cannot be loaded from assetml (wasn't used anyway) ChangeLog | 25 ++++ boards/Makefile.am | 2 +- boards/flags/gcompris_flags.assetml.in | 243 -------------------------------- configure.in | 5 - gcompris.spec.in | 19 +--- src/boards/py-mod-anim.c | 17 +-- src/gcompris/anim.c | 15 -- src/gcompris/anim.h | 14 -- src/gcompris/config.c | 36 +++-- 9 files changed, 53 insertions(+), 323 deletions(-) commit cefd2194ab025a34995964c8b1ca5fc0a82cf1ed Author: Bruno Coudoin Date: Fri Apr 28 20:35:21 2006 +0000 Fixed case where we fallback to english sounds. now the dialog properly hides the toolbar buttons. Removed unused property audio_works. Fixed to test fx in menu instead of audio_works Now the menu properly display a no sound icon if the activity require sounds and fx is disabled (or we failed to init sounds). ChangeLog | 16 ++++++++ src/boards/click_on_letter.c | 66 ++++++++++++++++++++--------------- src/boards/menu.c | 4 +- src/boards/menu2.c | 4 +- src/boards/py-gcompris-properties.c | 9 ----- src/gcompris/properties.c | 5 +-- src/gcompris/properties.h | 3 +- 7 files changed, 60 insertions(+), 47 deletions(-) commit c69db0ed25d9c9038c5b10d9ac46f8e5fb6fcde0 Author: Bruno Coudoin Date: Thu Apr 27 12:45:40 2006 +0000 Fixed crash when you click on the configure icon then cancel Fixed toggle effect if you click on configuration but do not touch the upper case check box. The game is one time, in upper, one in lower while the check box remains the same. ChangeLog | 9 +++++++++ src/boards/click_on_letter.c | 16 ++++++++++------ 2 files changed, 19 insertions(+), 6 deletions(-) commit 43dc0dea1d74314a2476ff8b7881baf8017df37f Author: Bruno Coudoin Date: Wed Apr 26 20:56:03 2006 +0000 Fixed a typo, Franche Compt ChangeLog | 6 +++++- boards/geography/board5_0.xml.in | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) commit 8771d96b242b2be6c6e4ede9d5924f63cf920ae8 Author: Bruno Coudoin Date: Wed Apr 26 20:31:41 2006 +0000 Fixed the management of the bar when the sounds are not found and the dialog is displayed. ChangeLog | 8 ++++++++ INSTALL | 2 +- src/boards/click_on_letter.c | 10 ++++------ 3 files changed, 13 insertions(+), 7 deletions(-) commit cd7f894932047591839a5922197f9e2596a75836 Author: Bruno Coudoin Date: Sun Apr 23 23:10:51 2006 +0000 fixed typo, missing ; in > 2005-04-24 Bruno Coudoin * nl.po: fixed typo, missing ; in > po/ChangeLog | 4 ++++ po/nl.po | 12 +++--------- 2 files changed, 7 insertions(+), 9 deletions(-) commit 36ffbab600fc135abd08551835331076ae3eab04 Author: Bruno Coudoin Date: Sun Apr 23 22:10:45 2006 +0000 Fixes Dutch alphabet by Hans de Goede * docs/C/gcompris.6: added the man from debian * src/boards/python/electric.py: fixes a potential vunerability by not using /tmp. Fixed the delete button that was freezing GCompris when used on an empty 2nd level. ChangeLog | 25 +- boards/sounds/nl/alphabet/U006A.ogg | Bin 0 -> 13638 bytes boards/sounds/nl/alphabet/U006B.ogg | Bin 0 -> 11475 bytes boards/sounds/nl/alphabet/U006C.ogg | Bin 0 -> 13080 bytes boards/sounds/nl/alphabet/U006D.ogg | Bin 0 -> 11822 bytes boards/sounds/nl/alphabet/U006E.ogg | Bin 0 -> 10157 bytes boards/sounds/nl/alphabet/U006F.ogg | Bin 0 -> 12023 bytes boards/sounds/nl/alphabet/U007B.ogg | Bin 11475 -> 0 bytes boards/sounds/nl/alphabet/U007C.ogg | Bin 13080 -> 0 bytes boards/sounds/nl/alphabet/U007D.ogg | Bin 11822 -> 0 bytes boards/sounds/nl/alphabet/U007E.ogg | Bin 10157 -> 0 bytes boards/sounds/nl/alphabet/U007F.ogg | Bin 12023 -> 0 bytes .../nl/alphabet/gcompris_alphabet_nl.assetml.in | 469 ++++++++++---------- boards/sounds/nl/misc/check_answer.ogg | Bin 0 -> 17211 bytes boards/sounds/nl/misc/gcompris_misc_nl.assetml.in | 59 ++- docs/C/Makefile.am | 5 +- docs/C/gcompris.6 | 124 +++++ src/boards/python/electric.py | 15 +- 18 files changed, 441 insertions(+), 256 deletions(-) commit 96ba0397b1d5bbc691e98434a6189d96c82aa61e Author: Bruno Coudoin Date: Tue Apr 18 22:18:14 2006 +0000 updated for 7.4 windows * Makefile.mingw: updated for 7.4 windows * boards/images/README: * boards/images/enumerate_background.png: Remade by by Herve Chanal. * src/boards/click_on_letter.c: (start_board), (end_board), (sounds_are_fine), (click_on_letter_create_item), (conf_ok): now sounds is muted * src/boards/memory.c: (start_board): added a dialog when sounds is not activated that the activity cannot be played. ChangeLog | 22 +++++++ Makefile.mingw | 2 +- boards/images/README | 1 + boards/images/enumerate_background.png | Bin 8729 -> 89689 bytes src/boards/click_on_letter.c | 104 +++++++++++++++----------------- src/boards/memory.c | 10 +++- 6 files changed, 82 insertions(+), 57 deletions(-) commit 9175bc2a41a6ee264e3bab753dce717563c25fc4 Author: Bruno Coudoin Date: Tue Apr 18 20:11:56 2006 +0000 updated french by Bruno, little fix. * fr.po: updated french by Bruno, little fix. po/ChangeLog | 4 ++++ po/fr.po | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit f447b2763edbe3df2d54f48d5bf822156efb6ccf Author: Daniel Nylander Date: Mon Apr 17 22:23:57 2006 +0000 Updated Swedish translation. 2006-04-18 Daniel Nylander * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 4740 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 2978 insertions(+), 1766 deletions(-) commit 48528375353cd81ed6978c585f1f3abc0819e645 Author: Kjartan Maraas Date: Mon Apr 17 09:22:44 2006 +0000 Updated Norwegian bokmål translation. 2006-04-16 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation. po/ChangeLog | 4 + po/nb.po | 1570 ++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 1157 insertions(+), 417 deletions(-) commit 199e7e1d3c6f0c8481a9a7d115e2d84dbacdcc31 Author: Bruno Coudoin Date: Tue Apr 11 23:35:35 2006 +0000 release 7.4 ChangeLog | 5 ++--- configure.in | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) commit c7db7b167f81574e9c053085d93e8c9974b6c660 Author: Bruno Coudoin Date: Tue Apr 11 23:03:35 2006 +0000 updated french by J.Ph. Ayanides * fr.po: updated french by J.Ph. Ayanides po/ChangeLog | 4 + po/fr.po | 2328 +++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 1744 insertions(+), 588 deletions(-) commit 70297067de411e5c3699061ff345af8ce51bfb73 Author: Bruno Coudoin Date: Sun Apr 9 22:07:39 2006 +0000 Added scroolbars in the help dialogs. Added an entry in skin.c to get a GdkColor : gcompris_skin_get_gdkcolor() Changed confirmation dialog to use the new colors for dialogs in skins ChangeLog | 18 +++++++ boards/skins/babytoy/help_bg.png | Bin 29504 -> 23539 bytes boards/skins/babytoy/skin.xml | 5 ++ boards/skins/gartoon/skin.xml | 5 ++ src/gcompris/gcompris_confirm.c | 11 ++-- src/gcompris/help.c | 97 +++++++++++++++++++------------------- src/gcompris/skin.c | 25 ++++++++-- src/gcompris/skin.h | 8 ++- 8 files changed, 109 insertions(+), 60 deletions(-) commit 3ebab9293379e7394da313a385800e0c6cac98cd Author: Bruno Coudoin Date: Sun Apr 9 00:16:53 2006 +0000 Reworked bargame to load all it's images only once. We have a problem with images in python not being freed. I did put the load of all our images in the __init__ section but it is called on each activity restart. The leak is much lower than before but not fixed. ChangeLog | 11 ++ src/boards/python/bargame.py | 345 ++++++++++++++++++++++----------------- src/boards/python/connect4.py | 12 +- src/boards/python/watercycle.py | 4 +- 4 files changed, 214 insertions(+), 158 deletions(-) commit ec2e41f78341a061ed36550cf6578d8d085ccf68 Author: Bruno Coudoin Date: Wed Apr 5 00:17:07 2006 +0000 Code cleanup, tracking memory leaks. Especially magic_hat no more requires a lot of memory, removed double image loading. ChangeLog | 13 +++++++++ src/boards/clockgame.c | 8 ++++- src/boards/crane.c | 5 +++- src/boards/magic_hat.c | 65 ++++++++++++++++++++++++++++++++--------------- src/boards/target.c | 2 + 5 files changed, 69 insertions(+), 24 deletions(-) commit ae07f5ecb8c3186d1e5276c9920016b78929c3b3 Author: Vincent van Adrighem Date: Tue Apr 4 11:02:07 2006 +0000 Translation updated by Johan Blok. 2006-04-04 Vincent van Adrighem * nl.po: Translation updated by Johan Blok. po/ChangeLog | 4 ++++ po/nl.po | 36 ++++++++++++++++++++++-------------- 2 files changed, 26 insertions(+), 14 deletions(-) commit c6caddb3089a0f77e8e25b939a975674ecf67211 Author: Bruno Coudoin Date: Mon Apr 3 23:16:08 2006 +0000 Fix by Slava. Set the sqlite library to the linking of libgcompris instead of the binary. ChangeLog | 7 +++++++ src/gcompris/Makefile.am | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 5c33f79fdf3bcace40be626bbf8353328f844c6d Author: Bruno Coudoin Date: Mon Apr 3 23:04:43 2006 +0000 Fixed several small memory leaks. ChangeLog | 23 +++++++++++++++++++++++ src/boards/awele.c | 5 ++++- src/boards/chess.c | 5 ++++- src/boards/clockgame.c | 7 +++++-- src/boards/crane.c | 6 +++++- src/boards/draw.c | 6 +++++- src/boards/erase.c | 24 ++++++++++++++++++------ src/boards/fifteen.c | 5 ++++- src/boards/leftright.c | 6 +++++- src/boards/magic_hat.c | 6 +++++- src/boards/maze.c | 6 +++++- src/boards/missingletter.c | 5 ++++- src/boards/money.c | 5 ++++- src/boards/reading.c | 8 ++++++-- src/boards/shapegame.c | 8 ++++++-- src/boards/traffic.c | 6 +++++- src/boards/wordprocessor.c | 6 +++++- src/gcompris/gameutil.c | 6 ++---- 18 files changed, 115 insertions(+), 28 deletions(-) commit 8b4d7efb152c125392fd11a9cabd5b7273653c70 Author: Bruno Coudoin Date: Mon Apr 3 23:03:51 2006 +0000 nn.po: Updated Norwegian Nynorsk by Karl Ove Hufthammer po/POTFILES.skip | 3 +- po/nn.po | 1440 ++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 1127 insertions(+), 316 deletions(-) commit 2d3b48074d2fe9126a7102011f35441b08e86473 Author: Bruno Coudoin Date: Mon Apr 3 18:08:30 2006 +0000 Updated po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 7810a274def1b9e94c8768c78d7344b8b9a8dfb7 Author: Vincent van Adrighem Date: Sun Apr 2 18:33:14 2006 +0000 Translation updated by Johan Blok. 2006-04-02 Vincent van Adrighem * nl.po: Translation updated by Johan Blok. po/ChangeLog | 4 + po/nl.po | 2260 ++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 1662 insertions(+), 602 deletions(-) commit 6ee4c58d37093e3df11478e228e2d348fd207cfa Author: Alexander Shopov Date: Sun Apr 2 13:49:32 2006 +0000 Updated Bulgarian translation by Yavor Doganov 2006-04-02 Alexander Shopov * bg.po: Updated Bulgarian translation by Yavor Doganov po/ChangeLog | 5 + po/bg.po | 501 ++++++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 419 insertions(+), 87 deletions(-) commit 823924463255ced4fdbe466d232697621a582761 Author: Yves Combe Date: Fri Mar 31 21:21:09 2006 +0000 fix stupid typo in memrory (substration). ChangeLog | 6 ++++++ src/boards/memory.c | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) commit a3219707392d3c8c66b4c0044225dbaeedc3d3b9 Author: Ronny Standtke Date: Fri Mar 31 19:58:06 2006 +0000 *** empty log message *** po/ChangeLog | 4 ++++ po/de.po | 33 +++++++++++++++++---------------- 2 files changed, 21 insertions(+), 16 deletions(-) commit d12e47ac610444e6f7c823735b325dbed2506eb5 Author: Bruno Coudoin Date: Thu Mar 30 21:34:22 2006 +0000 - Fixes unexpected empty menu on windows (untested) - Fixes unexpected empty menu on windows (untested) ChangeLog | 8 ++++++++ src/gcompris/board.c | 2 ++ src/gcompris/gameutil.c | 16 ++++++++++++---- 3 files changed, 22 insertions(+), 4 deletions(-) commit 4950a18ba9c7fda73aed7bf31745e3b081895158 Author: Vladimer Sichinava Date: Thu Mar 30 16:05:14 2006 +0000 Updated Georgian translation po/ChangeLog | 5 + po/ka.po | 7730 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 4127 insertions(+), 3608 deletions(-) commit 75e4032a7d0f320fb7c710fad3d71ecd93aa0db0 Author: Yves Combe Date: Thu Mar 30 07:24:14 2006 +0000 board was not reinitialised correctly after first use. ChangeLog | 6 ++++++ src/boards/memory.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletions(-) commit 2afcbc9599bcfd20c2013353a0d6cd3dc32586d9 Author: Clytie Siddall Date: Thu Mar 30 06:03:09 2006 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 ++ po/vi.po | 122 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 84 insertions(+), 42 deletions(-) commit 173821316e5ad13a2a38360acb1b3a5fd0f51c74 Author: Bruno Coudoin Date: Wed Mar 29 23:20:42 2006 +0000 - Updated for windows release 7.4BETA2 * config.h.mingw: * config.h.windows: * gcompris-installer.nsi: * src/boards/awele.c: (awele_destroy_all_items), (awele_create_item): huge memory leak fixed * src/boards/menu2.c: (menu_start): memory leak fixed. This one is probably in many other boards. * src/gcompris/anim.c: (gcompris_load_animation): debug string change * src/gcompris/gameutil.c: (gcompris_board_has_activity): fixed to have menu properly hidden if empty. ChangeLog | 15 +++++ config.h.mingw | 2 +- config.h.windows | 134 ----------------------------------------------- gcompris-installer.nsi | 2 +- src/boards/awele.c | 18 ++++++- src/boards/menu2.c | 7 ++- src/gcompris/anim.c | 2 +- src/gcompris/gameutil.c | 5 +- 8 files changed, 43 insertions(+), 142 deletions(-) commit c86ba54b7f62b62e5de50e5a4e2b4812b7dc85f0 Author: Yves Combe Date: Wed Mar 29 21:54:56 2006 +0000 fix string encoding for operators. ChangeLog | 6 ++++++ src/boards/memory.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 2907adba2052a288ad075907101023a5164c22de Author: Bruno Coudoin Date: Wed Mar 29 20:20:52 2006 +0000 Updated Portuguese translation by Jose po/ChangeLog | 4 + po/pt.po | 573 +++++++++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 491 insertions(+), 86 deletions(-) commit 771cae60b2453e2e66d100825935a4807c1003d4 Author: Ronny Standtke Date: Wed Mar 29 09:58:43 2006 +0000 *** empty log message *** po/ChangeLog | 4 ++ po/de.po | 131 +++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 103 insertions(+), 32 deletions(-) commit 449a332f6328f0a859c2719b164dc551d29500a8 Author: Bruno Coudoin Date: Tue Mar 28 23:39:27 2006 +0000 - Fixed cameroon image reference. - Better colorscheme for chess. - Now empty menu will no more be displayed. ChangeLog | 13 +++++++ boards/geography/board4_2.xml.in | 2 +- src/boards/chess.c | 16 ++++---- src/gcompris/gameutil.c | 72 +++++++++++++++++++++++++++++++------ src/gcompris/profile.c | 5 ++- 5 files changed, 86 insertions(+), 22 deletions(-) commit b8b81581bf7d523d6432fff3c1b3d4cf7653bac5 Author: Bruno Coudoin Date: Tue Mar 28 21:49:09 2006 +0000 updated Danish translation by Mogens Jaeger * da.po: updated Danish translation by Mogens Jaeger po/ChangeLog | 4 + po/da.po | 3210 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 2107 insertions(+), 1107 deletions(-) commit ee44526dc42ca59141d952d56d96aa093dc34512 Author: Bruno Coudoin Date: Mon Mar 27 22:25:39 2006 +0000 Now erase has 10 sublevels to let small children play longer at the same level Now sudoku has a new level 5x5 with numbers. Removed translation from assetml files because it's useless. ChangeLog | 59 ++++ boards/sounds/Makefile.am | 2 +- .../da/alphabet/gcompris_alphabet_da.assetml.in | 100 +++--- .../sounds/da/colors/gcompris_colors_da.assetml.in | 20 +- .../da/geography/gcompris_geography_da.assetml.in | 136 ++++---- boards/sounds/da/misc/gcompris_misc_da.assetml.in | 30 +- .../de/alphabet/gcompris_alphabet_de.assetml.in | 74 ++-- .../sounds/de/colors/gcompris_colors_de.assetml.in | 20 +- boards/sounds/de/misc/gcompris_misc_de.assetml.in | 30 +- .../en/alphabet/gcompris_alphabet_en.assetml.in | 94 +++--- .../sounds/en/colors/gcompris_colors_en.assetml.in | 22 +- .../en/geography/gcompris_geography_en.assetml.in | 136 ++++---- boards/sounds/en/misc/gcompris_misc_en.assetml.in | 42 ++-- .../es/alphabet/gcompris_alphabet_es.assetml.in | 74 ++-- .../sounds/es/colors/gcompris_colors_es.assetml.in | 20 +- .../es/geography/gcompris_geography_es.assetml.in | 136 ++++---- boards/sounds/es/misc/gcompris_misc_es.assetml.in | 30 +- .../eu/alphabet/gcompris_alphabet_eu.assetml.in | 92 +++--- .../sounds/eu/colors/gcompris_colors_eu.assetml.in | 22 +- .../eu/geography/gcompris_geography_eu.assetml.in | 132 ++++---- boards/sounds/eu/misc/gcompris_misc_eu.assetml.in | 32 +- .../fi/alphabet/gcompris_alphabet_fi.assetml.in | 100 +++--- .../sounds/fi/colors/gcompris_colors_fi.assetml.in | 22 +- .../fi/geography/gcompris_geography_fi.assetml.in | 136 ++++---- boards/sounds/fi/misc/gcompris_misc_fi.assetml.in | 42 ++-- .../fr/alphabet/gcompris_alphabet_fr.assetml.in | 74 ++-- .../sounds/fr/colors/gcompris_colors_fr.assetml.in | 20 +- .../fr/geography/gcompris_geography_fr.assetml.in | 146 ++++---- boards/sounds/fr/misc/gcompris_misc_fr.assetml.in | 36 +- .../hu/alphabet/gcompris_alphabet_hu.assetml.in | 40 ++-- .../sounds/hu/colors/gcompris_colors_hu.assetml.in | 22 +- .../hu/geography/gcompris_geography_hu.assetml.in | 136 ++++---- boards/sounds/hu/misc/gcompris_misc_hu.assetml.in | 26 +- .../it/alphabet/gcompris_alphabet_it.assetml.in | 92 +++--- .../sounds/it/colors/gcompris_colors_it.assetml.in | 22 +- boards/sounds/it/misc/gcompris_misc_it.assetml.in | 32 +- .../sounds/nl/colors/gcompris_colors_nl.assetml.in | 39 --- .../nl/geography/gcompris_geography_nl.assetml.in | 353 -------------------- boards/sounds/nl/misc/gcompris_misc_nl.assetml.in | 46 --- .../pt/alphabet/gcompris_alphabet_pt.assetml.in | 94 +++--- .../sounds/pt/colors/gcompris_colors_pt.assetml.in | 24 +- .../pt/geography/gcompris_geography_pt.assetml.in | 136 ++++---- boards/sounds/pt/misc/gcompris_misc_pt.assetml.in | 44 ++-- .../ru/alphabet/gcompris_alphabet_ru.assetml.in | 160 +++++----- .../sounds/ru/colors/gcompris_colors_ru.assetml.in | 22 +- .../ru/geography/gcompris_geography_ru.assetml.in | 136 ++++---- boards/sounds/ru/misc/gcompris_misc_ru.assetml.in | 32 +- .../sv/alphabet/gcompris_alphabet_sv.assetml.in | 98 +++--- boards/sounds/sv/misc/gcompris_misc_sv.assetml.in | 4 +- gcompris.spec.in | 11 +- src/boards/erase.c | 10 +- src/boards/python/sudoku.py | 44 +++ 52 files changed, 1588 insertions(+), 1914 deletions(-) commit 68878dcae8f90911b392fae860c79bb77e4b6398 Author: Bruno Coudoin Date: Sun Mar 26 23:07:07 2006 +0000 New image by Herve Chanal. changed to use the new image. * boards/images/README: * boards/images/scenery7_background.png: New image by Herve Chanal. * src/boards/smallnumbers.c: (start_board): changed to use the new image. ChangeLog | 8 ++++++++ boards/images/README | 5 ++++- boards/images/scenery7_background.png | Bin 0 -> 66190 bytes src/boards/smallnumbers.c | 4 ++-- 4 files changed, 14 insertions(+), 3 deletions(-) commit 3e3b115902a93531da70b3a7bd9c33327cc8c589 Author: Bruno Coudoin Date: Sun Mar 26 22:45:49 2006 +0000 *** Release 7.4BETA2 *** Added voices for Dutch by Ivar Snaaijer (Ivar at Snaaijer nl) boards/sounds/nl/.cvsignore | 5 + boards/sounds/nl/Makefile.am | 1 + boards/sounds/nl/alphabet/.cvsignore | 5 + boards/sounds/nl/alphabet/10.ogg | Bin 0 -> 12124 bytes boards/sounds/nl/alphabet/11.ogg | Bin 0 -> 13455 bytes boards/sounds/nl/alphabet/12.ogg | Bin 0 -> 12717 bytes boards/sounds/nl/alphabet/13.ogg | Bin 0 -> 13682 bytes boards/sounds/nl/alphabet/14.ogg | Bin 0 -> 14835 bytes boards/sounds/nl/alphabet/15.ogg | Bin 0 -> 16873 bytes boards/sounds/nl/alphabet/16.ogg | Bin 0 -> 16394 bytes boards/sounds/nl/alphabet/17.ogg | Bin 0 -> 17246 bytes boards/sounds/nl/alphabet/18.ogg | Bin 0 -> 14227 bytes boards/sounds/nl/alphabet/19.ogg | Bin 0 -> 14708 bytes boards/sounds/nl/alphabet/20.ogg | Bin 0 -> 13580 bytes boards/sounds/nl/alphabet/Makefile.am | 14 + boards/sounds/nl/alphabet/U0030.ogg | Bin 0 -> 13141 bytes boards/sounds/nl/alphabet/U0031.ogg | Bin 0 -> 11775 bytes boards/sounds/nl/alphabet/U0032.ogg | Bin 0 -> 12954 bytes boards/sounds/nl/alphabet/U0033.ogg | Bin 0 -> 11868 bytes boards/sounds/nl/alphabet/U0034.ogg | Bin 0 -> 13871 bytes boards/sounds/nl/alphabet/U0035.ogg | Bin 0 -> 13220 bytes boards/sounds/nl/alphabet/U0036.ogg | Bin 0 -> 14130 bytes boards/sounds/nl/alphabet/U0037.ogg | Bin 0 -> 14249 bytes boards/sounds/nl/alphabet/U0038.ogg | Bin 0 -> 14261 bytes boards/sounds/nl/alphabet/U0039.ogg | Bin 0 -> 13746 bytes boards/sounds/nl/alphabet/U0061.ogg | Bin 0 -> 10578 bytes boards/sounds/nl/alphabet/U0062.ogg | Bin 0 -> 11106 bytes boards/sounds/nl/alphabet/U0063.ogg | Bin 0 -> 12789 bytes boards/sounds/nl/alphabet/U0064.ogg | Bin 0 -> 12810 bytes boards/sounds/nl/alphabet/U0065.ogg | Bin 0 -> 11352 bytes boards/sounds/nl/alphabet/U0066.ogg | Bin 0 -> 12169 bytes boards/sounds/nl/alphabet/U0067.ogg | Bin 0 -> 11834 bytes boards/sounds/nl/alphabet/U0068.ogg | Bin 0 -> 10919 bytes boards/sounds/nl/alphabet/U0069.ogg | Bin 0 -> 11827 bytes boards/sounds/nl/alphabet/U0070.ogg | Bin 0 -> 10787 bytes boards/sounds/nl/alphabet/U0071.ogg | Bin 0 -> 10940 bytes boards/sounds/nl/alphabet/U0072.ogg | Bin 0 -> 12050 bytes boards/sounds/nl/alphabet/U0073.ogg | Bin 0 -> 14211 bytes boards/sounds/nl/alphabet/U0074.ogg | Bin 0 -> 12169 bytes boards/sounds/nl/alphabet/U0075.ogg | Bin 0 -> 10925 bytes boards/sounds/nl/alphabet/U0076.ogg | Bin 0 -> 14494 bytes boards/sounds/nl/alphabet/U0077.ogg | Bin 0 -> 11954 bytes boards/sounds/nl/alphabet/U0078.ogg | Bin 0 -> 13248 bytes boards/sounds/nl/alphabet/U0079.ogg | Bin 0 -> 12540 bytes boards/sounds/nl/alphabet/U007A.ogg | Bin 0 -> 13855 bytes boards/sounds/nl/alphabet/U007B.ogg | Bin 0 -> 11475 bytes boards/sounds/nl/alphabet/U007C.ogg | Bin 0 -> 13080 bytes boards/sounds/nl/alphabet/U007D.ogg | Bin 0 -> 11822 bytes boards/sounds/nl/alphabet/U007E.ogg | Bin 0 -> 10157 bytes boards/sounds/nl/alphabet/U007F.ogg | Bin 0 -> 12023 bytes .../nl/alphabet/gcompris_alphabet_nl.assetml.in | 233 +++++++ boards/sounds/nl/colors/.cvsignore | 5 + boards/sounds/nl/colors/Makefile.am | 14 + boards/sounds/nl/colors/black.ogg | Bin 0 -> 16094 bytes boards/sounds/nl/colors/blue.ogg | Bin 0 -> 12926 bytes boards/sounds/nl/colors/brown.ogg | Bin 0 -> 12911 bytes .../sounds/nl/colors/gcompris_colors_nl.assetml.in | 97 +++ boards/sounds/nl/colors/green.ogg | Bin 0 -> 12573 bytes boards/sounds/nl/colors/grey.ogg | Bin 0 -> 16142 bytes boards/sounds/nl/colors/orange.ogg | Bin 0 -> 15286 bytes boards/sounds/nl/colors/pink.ogg | Bin 0 -> 14432 bytes boards/sounds/nl/colors/purple.ogg | Bin 0 -> 13255 bytes boards/sounds/nl/colors/red.ogg | Bin 0 -> 14722 bytes boards/sounds/nl/colors/white.ogg | Bin 0 -> 11832 bytes boards/sounds/nl/colors/yellow.ogg | Bin 0 -> 12660 bytes boards/sounds/nl/geography/.cvsignore | 5 + boards/sounds/nl/geography/Makefile.am | 14 + boards/sounds/nl/geography/alaska.ogg | Bin 0 -> 15637 bytes boards/sounds/nl/geography/albania.ogg | Bin 0 -> 15738 bytes boards/sounds/nl/geography/argentina.ogg | Bin 0 -> 18187 bytes boards/sounds/nl/geography/austria.ogg | Bin 0 -> 15717 bytes boards/sounds/nl/geography/bahamas.ogg | Bin 0 -> 20522 bytes boards/sounds/nl/geography/belarus.ogg | Bin 0 -> 21419 bytes boards/sounds/nl/geography/belgium.ogg | Bin 0 -> 16856 bytes boards/sounds/nl/geography/bolivia.ogg | Bin 0 -> 16991 bytes boards/sounds/nl/geography/bosnia_herzegovina.ogg | Bin 0 -> 25273 bytes boards/sounds/nl/geography/brazil.ogg | Bin 0 -> 16433 bytes boards/sounds/nl/geography/bulgaria.ogg | Bin 0 -> 18122 bytes boards/sounds/nl/geography/canada.ogg | Bin 0 -> 15656 bytes boards/sounds/nl/geography/chile.ogg | Bin 0 -> 12068 bytes boards/sounds/nl/geography/colombia.ogg | Bin 0 -> 15281 bytes boards/sounds/nl/geography/costa_rica.ogg | Bin 0 -> 15833 bytes boards/sounds/nl/geography/croatia.ogg | Bin 0 -> 15958 bytes boards/sounds/nl/geography/cuba.ogg | Bin 0 -> 10887 bytes boards/sounds/nl/geography/cyprus.ogg | Bin 0 -> 15061 bytes boards/sounds/nl/geography/czech.ogg | Bin 0 -> 13263 bytes boards/sounds/nl/geography/denmark.ogg | Bin 0 -> 16969 bytes boards/sounds/nl/geography/dominican_republic.ogg | Bin 0 -> 21919 bytes boards/sounds/nl/geography/ecuador.ogg | Bin 0 -> 13497 bytes boards/sounds/nl/geography/estonia.ogg | Bin 0 -> 15534 bytes boards/sounds/nl/geography/finland.ogg | Bin 0 -> 14600 bytes boards/sounds/nl/geography/france.ogg | Bin 0 -> 16641 bytes boards/sounds/nl/geography/french_guiana.ogg | Bin 0 -> 20581 bytes .../nl/geography/gcompris_geography_nl.assetml.in | 696 ++++++++++++++++++++ boards/sounds/nl/geography/germany.ogg | Bin 0 -> 16965 bytes boards/sounds/nl/geography/greece.ogg | Bin 0 -> 16799 bytes boards/sounds/nl/geography/greenland.ogg | Bin 0 -> 16585 bytes boards/sounds/nl/geography/guatemala.ogg | Bin 0 -> 16616 bytes boards/sounds/nl/geography/guyana.ogg | Bin 0 -> 14561 bytes boards/sounds/nl/geography/haiti.ogg | Bin 0 -> 12994 bytes boards/sounds/nl/geography/honduras.ogg | Bin 0 -> 17399 bytes boards/sounds/nl/geography/hungary.ogg | Bin 0 -> 14890 bytes boards/sounds/nl/geography/iceland.ogg | Bin 0 -> 14036 bytes boards/sounds/nl/geography/ireland.ogg | Bin 0 -> 14577 bytes boards/sounds/nl/geography/italy.ogg | Bin 0 -> 14101 bytes boards/sounds/nl/geography/jamaica.ogg | Bin 0 -> 14132 bytes boards/sounds/nl/geography/latvia.ogg | Bin 0 -> 15272 bytes boards/sounds/nl/geography/lithuania.ogg | Bin 0 -> 13199 bytes boards/sounds/nl/geography/luxembourg.ogg | Bin 0 -> 14616 bytes boards/sounds/nl/geography/macedonia.ogg | Bin 0 -> 15520 bytes boards/sounds/nl/geography/mexico.ogg | Bin 0 -> 14040 bytes boards/sounds/nl/geography/moldova.ogg | Bin 0 -> 14752 bytes boards/sounds/nl/geography/netherland.ogg | Bin 0 -> 15674 bytes boards/sounds/nl/geography/nicaragua.ogg | Bin 0 -> 16844 bytes boards/sounds/nl/geography/norway.ogg | Bin 0 -> 14710 bytes boards/sounds/nl/geography/panama.ogg | Bin 0 -> 13231 bytes boards/sounds/nl/geography/paraguay.ogg | Bin 0 -> 15208 bytes boards/sounds/nl/geography/peru.ogg | Bin 0 -> 10715 bytes boards/sounds/nl/geography/poland.ogg | Bin 0 -> 12755 bytes boards/sounds/nl/geography/portugal.ogg | Bin 0 -> 14868 bytes boards/sounds/nl/geography/romania.ogg | Bin 0 -> 14259 bytes boards/sounds/nl/geography/russia.ogg | Bin 0 -> 16209 bytes boards/sounds/nl/geography/salvador.ogg | Bin 0 -> 14870 bytes boards/sounds/nl/geography/serbia_montenegro.ogg | Bin 0 -> 23059 bytes boards/sounds/nl/geography/slovakia.ogg | Bin 0 -> 15610 bytes boards/sounds/nl/geography/slovenia.ogg | Bin 0 -> 15176 bytes boards/sounds/nl/geography/spain.ogg | Bin 0 -> 12961 bytes boards/sounds/nl/geography/suriname.ogg | Bin 0 -> 14780 bytes boards/sounds/nl/geography/sweden.ogg | Bin 0 -> 15365 bytes boards/sounds/nl/geography/switz.ogg | Bin 0 -> 16619 bytes boards/sounds/nl/geography/turkey.ogg | Bin 0 -> 12973 bytes boards/sounds/nl/geography/ukraine.ogg | Bin 0 -> 14635 bytes boards/sounds/nl/geography/united_kingdom.ogg | Bin 0 -> 17093 bytes boards/sounds/nl/geography/uruguay.ogg | Bin 0 -> 13194 bytes boards/sounds/nl/geography/usa.ogg | Bin 0 -> 29100 bytes boards/sounds/nl/geography/venezuela.ogg | Bin 0 -> 14267 bytes boards/sounds/nl/misc/.cvsignore | 5 + boards/sounds/nl/misc/Makefile.am | 14 + boards/sounds/nl/misc/awesome.ogg | Bin 0 -> 18736 bytes boards/sounds/nl/misc/back.ogg | Bin 0 -> 13586 bytes boards/sounds/nl/misc/by.ogg | Bin 0 -> 13281 bytes boards/sounds/nl/misc/click_on_letter.ogg | Bin 0 -> 18595 bytes boards/sounds/nl/misc/congratulation.ogg | Bin 0 -> 25068 bytes boards/sounds/nl/misc/equal.ogg | Bin 0 -> 17556 bytes boards/sounds/nl/misc/fantastic.ogg | Bin 0 -> 22100 bytes boards/sounds/nl/misc/gcompris_misc_nl.assetml.in | 129 ++++ boards/sounds/nl/misc/good.ogg | Bin 0 -> 19366 bytes boards/sounds/nl/misc/great.ogg | Bin 0 -> 20613 bytes boards/sounds/nl/misc/help.ogg | Bin 0 -> 12252 bytes boards/sounds/nl/misc/level.ogg | Bin 0 -> 14697 bytes boards/sounds/nl/misc/minus.ogg | Bin 0 -> 14869 bytes boards/sounds/nl/misc/ok.ogg | Bin 0 -> 17211 bytes boards/sounds/nl/misc/outof.ogg | Bin 0 -> 14190 bytes boards/sounds/nl/misc/perfect.ogg | Bin 0 -> 19647 bytes boards/sounds/nl/misc/plus.ogg | Bin 0 -> 12486 bytes boards/sounds/nl/misc/quit.ogg | Bin 0 -> 13998 bytes boards/sounds/nl/misc/super.ogg | Bin 0 -> 16320 bytes boards/sounds/nl/misc/waytogo.ogg | Bin 0 -> 20077 bytes boards/sounds/nl/misc/welcome.ogg | Bin 0 -> 26594 bytes 159 files changed, 1237 insertions(+), 0 deletions(-) commit 3cff27819d3364f18262e358604821a97523842f Author: Bruno Coudoin Date: Sun Mar 26 22:36:51 2006 +0000 *** Release 7.4BETA2 *** Added voices for Dutch by Ivar Snaaijer (Ivar at Snaaijer nl) ChangeLog | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 20 ++++++- gcompris.spec.in | 59 ++++++++++++++++++- 3 files changed, 243 insertions(+), 4 deletions(-) commit 523a9405e8c20fad2da35de9163fc5fd80601012 Author: Bruno Coudoin Date: Wed Mar 22 22:38:41 2006 +0000 Fixed bad compilation directive sqlite_ldflags replaced by sqlite_ldadd (Thanks to Slava Dubrovskiy) Added a warning in the INSTALL file to warn make -j does not work. ChangeLog | 9 +++++++++ INSTALL | 3 +++ src/gcompris/Makefile.am | 7 ++++--- 3 files changed, 16 insertions(+), 3 deletions(-) commit 553050b42c438fd6a30c8620dcb727b70c8dacf1 Author: Ronny Standtke Date: Wed Mar 22 07:29:22 2006 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 544 ++++++++++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 478 insertions(+), 70 deletions(-) commit 23b12cd6654691adcd1ccd3523b9d575f990eae0 Author: Bruno Coudoin Date: Wed Mar 22 00:17:45 2006 +0000 By Anne and Erwan. Released under GPL. * boards/gcompris/animals/donkey.jpg: By Anne and Erwan. Released under GPL. * boards/gcompris/animals/readme.txt: * boards/images/README: * boards/images/scenery2_background.png: remade Bruno drawing by Herve CHANAL. Released under GPL. * boards/skins/babytoy/gcompris-menu2bg.png: remade by Bruno based on Franck Doucet artwork * boards/skins/gartoon/gcompris-menu2bg.png: - * src/boards/erase.c: added the donkey. * src/boards/menu2.c: fixed coordinate to suit the new backgrounds * src/boards/python/admin/board_list.py: remove '/' from translation ChangeLog | 14 +++++++++++++- boards/gcompris/animals/donkey.jpg | Bin 0 -> 101579 bytes boards/gcompris/animals/readme.txt | 3 ++- boards/images/README | 1 + boards/images/scenery2_background.png | Bin 12422 -> 66416 bytes boards/skins/babytoy/gcompris-menu2bg.png | Bin 0 -> 79606 bytes boards/skins/gartoon/gcompris-menu2bg.png | Bin 105351 -> 15885 bytes src/boards/erase.c | 1 + src/boards/menu2.c | 10 +++++----- src/boards/python/admin/board_list.py | 2 +- 10 files changed, 23 insertions(+), 8 deletions(-) commit a06799bb8b84ba82bd7cd1bea60ea97c5adfef71 Author: Yves Combe Date: Tue Mar 21 23:16:10 2006 +0000 fix [ 1451703 ] Learning Clock without refresh in time window ChangeLog | 7 +++++++ src/boards/clockgame.c | 5 ++++- 2 files changed, 11 insertions(+), 1 deletions(-) commit 48bf8b9a863f12096ebb61d8378f43c5163c112c Author: Yves Combe Date: Tue Mar 21 22:38:10 2006 +0000 pass operators in translated string. ChangeLog | 6 ++++++ src/boards/memory.c | 32 +++++++++++++++++++++++++++----- 2 files changed, 33 insertions(+), 5 deletions(-) commit 3f5c46ae23c7001b0c8f02b63f90d4bf150b4fb2 Author: Yves Combe Date: Mon Mar 20 22:34:30 2006 +0000 fix crash on g_assert(not hidden). Change math symbol to unicode version. ChangeLog | 7 +++++++ src/boards/memory.c | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) commit 3c347926ef8b42331bc42318f1c10179c0ad4303 Author: Yves Combe Date: Sun Mar 19 22:24:06 2006 +0000 fix crashes and misfonctionnement of boards config on fly if compiled without sqlite (e.g. Windows version). ChangeLog | 15 ++++++++++++ src/boards/click_on_letter.c | 22 +++++++++++++---- src/boards/colors.c | 17 ++++++++----- src/boards/gletters.c | 53 ++++++++++++++++++++++++++++++++++------- src/boards/imageid.c | 26 ++++++++++++++------ src/boards/missingletter.c | 28 +++++++++++++++------ src/boards/reading.c | 29 +++++++++++++++-------- src/boards/shapegame.c | 28 +++++++++++++++------- src/boards/smallnumbers.c | 20 ++++++++++----- 9 files changed, 175 insertions(+), 63 deletions(-) commit b15f7f26439b092e508e12d0f04b4d861c34c1d7 Author: Yves Combe Date: Thu Mar 16 19:46:26 2006 +0000 fix missing images for buttons in gtans. ChangeLog | 8 +++++++- src/boards/gtans_interface.c | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) commit 4c5977001cc543b379806368494359b13a3bcb09 Author: Clytie Siddall Date: Wed Mar 15 07:41:43 2006 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 + po/vi.po | 342 +++++++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 318 insertions(+), 28 deletions(-) commit d70661cb6e2003790ff5df74082e7ead368cf019 Author: Bruno Coudoin Date: Tue Mar 14 21:52:50 2006 +0000 Added an animal image by Erwan Velu. Released under GPL. ChangeLog | 7 +++++++ boards/gcompris/animals/black-headed-gull.jpg | Bin 0 -> 42959 bytes src/boards/erase.c | 1 + 3 files changed, 8 insertions(+), 0 deletions(-) commit 6381c0d834e47d960a282a361798f4591f2f0133 Author: Bruno Coudoin Date: Mon Mar 13 23:13:38 2006 +0000 Minor changes to update the windows version. ChangeLog | 14 ++++++++++++++ Makefile.mingw | 2 +- gcompris-installer.nsi | 2 +- src/boards/Makefile.mingw | 4 +++- src/boards/advanced_colors.c | 1 + src/boards/awele_alphaBeta.c | 18 +++++++++--------- src/boards/gtans.c | 1 - src/gcompris/Makefile.mingw | 2 ++ src/gcompris/board.c | 12 ++++++++---- 9 files changed, 39 insertions(+), 17 deletions(-) commit 01e751a3861edd0fd014665628a409409d3cfedf Author: Bruno Coudoin Date: Sun Mar 12 02:09:38 2006 +0000 String review by Clytie. ChangeLog | 21 +++++++++++++++ boards/geography.xml.in | 2 +- boards/magic_hat_minus.xml.in | 8 +++--- boards/magic_hat_plus.xml.in | 4 ++- boards/memory_add_minus.xml.in | 12 +++----- boards/memory_add_minus_tux.xml.in | 4 +- boards/memory_div.xml.in | 8 ++--- boards/memory_div_tux.xml.in | 6 +--- boards/memory_mult.xml.in | 6 +--- boards/memory_mult_div.xml.in | 6 ++-- boards/memory_mult_div_tux.xml.in | 6 ++-- boards/memory_mult_tux.xml.in | 10 ++++--- docs/website/footer.html | 44 ++++++++++++++++++++++++++++++++- po/POTFILES.in | 16 ++++++++++++ src/boards/awele.c | 2 +- src/boards/python/admin/board_list.py | 8 +++--- src/gcompris/bar.c | 4 +- 17 files changed, 121 insertions(+), 46 deletions(-) commit a3e0d98c88b55f8d09b6569b90e1aa1c8980906e Author: Alexander Shopov Date: Sat Mar 11 13:42:34 2006 +0000 Updated Bulgarian translation by Alexander Shopov 2006-03-11 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov po/ChangeLog | 5 + po/bg.po | 272 +++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 216 insertions(+), 61 deletions(-) commit e5b41efd81e2862426860e0ae17057d55454d8f9 Author: Clytie Siddall Date: Fri Mar 10 10:18:36 2006 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 + po/vi.po | 259 ++++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 202 insertions(+), 61 deletions(-) commit 3b98535140774a2b0f098d4424e520fddef66718 Author: Bruno Coudoin Date: Fri Mar 10 00:57:05 2006 +0000 Included Clytie Siddall documentation. In fact, I have only the plus from her. I adapted for the other one. There is still some review to be done. ChangeLog | 22 ++++++++++++++++++++++ boards/memory_add.xml.in | 16 ++++++++++------ boards/memory_add_minus.xml.in | 16 ++++++++++------ boards/memory_add_minus_mult_div.xml.in | 14 ++++++++------ boards/memory_add_minus_mult_div_tux.xml.in | 14 ++++++++------ boards/memory_add_minus_tux.xml.in | 14 ++++++++------ boards/memory_add_tux.xml.in | 14 +++++++++----- boards/memory_div.xml.in | 16 ++++++++++------ boards/memory_div_tux.xml.in | 16 ++++++++++------ boards/memory_minus.xml.in | 16 ++++++++++------ boards/memory_minus_tux.xml.in | 14 +++++++++----- boards/memory_mult.xml.in | 16 ++++++++++------ boards/memory_mult_div.xml.in | 14 ++++++++------ boards/memory_mult_div_tux.xml.in | 14 ++++++++------ boards/memory_op_group.xml.in | 4 ++-- boards/memory_op_group_tux.xml.in | 4 ++-- 16 files changed, 144 insertions(+), 80 deletions(-) commit 6b906883f97d90848bc2d654dca8c4f4ce54eff8 Author: Inaki Larranaga Date: Mon Mar 6 09:59:16 2006 +0000 Updated Basque translation. 2006-03-06 Inaki Larranaga * eu.po: Updated Basque translation. po/ChangeLog | 4 + po/eu.po | 4970 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 3411 insertions(+), 1563 deletions(-) commit d863d2e7425d6f9cf6b970d2ca04d244d93fa426 Author: Yves Combe Date: Sun Mar 5 22:49:25 2006 +0000 pass memory operations from /experimental to /math/algebramenu. ChangeLog | 22 ++++++++++++++++++++++ boards/memory_add.xml.in | 2 +- boards/memory_add_minus.xml.in | 2 +- boards/memory_add_minus_mult_div.xml.in | 2 +- boards/memory_add_minus_mult_div_tux.xml.in | 2 +- boards/memory_add_minus_tux.xml.in | 2 +- boards/memory_add_tux.xml.in | 2 +- boards/memory_div.xml.in | 2 +- boards/memory_div_tux.xml.in | 2 +- boards/memory_minus.xml.in | 2 +- boards/memory_minus_tux.xml.in | 2 +- boards/memory_mult.xml.in | 2 +- boards/memory_mult_div.xml.in | 2 +- boards/memory_mult_div_tux.xml.in | 2 +- boards/memory_mult_tux.xml.in | 2 +- boards/memory_op_group.xml.in | 2 +- boards/memory_op_group_tux.xml.in | 2 +- 17 files changed, 38 insertions(+), 16 deletions(-) commit 3e5b77cacf5349eeec1d109be6d28788dee03298 Author: Yves Combe Date: Sun Mar 5 21:59:20 2006 +0000 fix tux mode playing already played cards. ChangeLog | 6 ++++++ src/boards/memory.c | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) commit 4c5fcd3118b4614713c73c3f456b49cf7ab46598 Author: Bruno Coudoin Date: Sun Mar 5 14:05:23 2006 +0000 translation file list cleanup. Removed translation of german region, just the map title is translated. ChangeLog | 19 +++++++++++++++++++ boards/awele.xml.in | 2 +- boards/geography/board6_0.xml.in | 32 ++++++++++++++++---------------- boards/magic_hat_minus.xml.in | 6 +++--- boards/magic_hat_plus.xml.in | 6 +++--- po/POTFILES.in | 6 ++++++ 6 files changed, 48 insertions(+), 23 deletions(-) commit dfd058594ed01fa3334f0a97a1c5afd06ea02972 Author: Bruno Coudoin Date: Thu Mar 2 23:15:54 2006 +0000 - removed many warnings - added two options from the command line to use GCompris in a kiosk mode. --disable-quit Disable the quit button --disable-config Disable the config button ChangeLog | 31 ++++++++++++ src/boards/algebra.c | 6 ++- src/boards/awele.c | 19 +++---- src/boards/awele.h | 2 - src/boards/menu2.c | 8 ++-- src/gcompris/bar.c | 106 ++++++++++++++++++++++------------------ src/gcompris/cursor.c | 4 +- src/gcompris/gameutil.c | 86 ++++++++++++++++---------------- src/gcompris/gcompris.c | 24 +++++++-- src/gcompris/gcompris.h | 3 +- src/gcompris/gcompris_db.c | 4 +- src/gcompris/gcompris_db.h | 6 +- src/gcompris/images_selector.c | 24 +++++---- src/gcompris/properties.c | 18 +++--- src/gcompris/properties.h | 4 +- src/gcompris/skin.c | 14 +++--- 16 files changed, 208 insertions(+), 151 deletions(-) commit 0efd36e66326eb6a04180d87c19dea62032f690a Author: Bruno Coudoin Date: Wed Mar 1 00:34:43 2006 +0000 MERGE gcompris_7-4 UNTESTED MERGE gcompris_7-4 UNTESTED ChangeLog | 1247 +++++++++++++++++++- boards/Makefile.am | 20 + boards/boardicons/README | 1 + boards/boardicons/magic_hat_minus.png | Bin 0 -> 6594 bytes boards/boardicons/magic_hat_plus.png | Bin 0 -> 6976 bytes boards/boardicons/wordprocessor.png | Bin 0 -> 8742 bytes boards/geography.xml.in | 1 + boards/geography/Makefile.am | 3 +- boards/geography/board6_0.xml.in | 23 + boards/geography/germany_region/back.png | Bin 0 -> 17285 bytes .../germany_region/baden-wuerttemberg.png | Bin 0 -> 5452 bytes boards/geography/germany_region/bayern.png | Bin 0 -> 7173 bytes boards/geography/germany_region/berlin.png | Bin 0 -> 871 bytes boards/geography/germany_region/brandenburg.png | Bin 0 -> 5458 bytes boards/geography/germany_region/bremen.png | Bin 0 -> 1028 bytes boards/geography/germany_region/hamburg.png | Bin 0 -> 1159 bytes boards/geography/germany_region/hessen.png | Bin 0 -> 3989 bytes .../germany_region/mecklenburg-vorpommern.png | Bin 0 -> 7179 bytes boards/geography/germany_region/niedersachsen.png | Bin 0 -> 7213 bytes .../germany_region/nordrhein-westfalen.png | Bin 0 -> 6784 bytes .../geography/germany_region/rheinland-pfalz.png | Bin 0 -> 4850 bytes boards/geography/germany_region/saarland.png | Bin 0 -> 2020 bytes boards/geography/germany_region/sachsen-anhalt.png | Bin 0 -> 4881 bytes boards/geography/germany_region/sachsen.png | Bin 0 -> 4070 bytes .../germany_region/schleswig_holstein.png | Bin 0 -> 5813 bytes .../germany_region/target_baden-wuerttemberg.png | Bin 0 -> 157 bytes boards/geography/germany_region/target_bayern.png | Bin 0 -> 162 bytes boards/geography/germany_region/target_berlin.png | Bin 0 -> 129 bytes .../germany_region/target_brandenburg.png | Bin 0 -> 156 bytes boards/geography/germany_region/target_bremen.png | Bin 0 -> 131 bytes boards/geography/germany_region/target_hamburg.png | Bin 0 -> 131 bytes boards/geography/germany_region/target_hessen.png | Bin 0 -> 153 bytes .../target_mecklenburg-vorpommern.png | Bin 0 -> 153 bytes .../germany_region/target_niedersachsen.png | Bin 0 -> 161 bytes .../germany_region/target_nordrhein-westfalen.png | Bin 0 -> 158 bytes .../germany_region/target_rheinland-pfalz.png | Bin 0 -> 148 bytes .../geography/germany_region/target_saarland.png | Bin 0 -> 129 bytes .../germany_region/target_sachsen-anhalt.png | Bin 0 -> 149 bytes boards/geography/germany_region/target_sachsen.png | Bin 0 -> 147 bytes .../germany_region/target_schleswig_holstein.png | Bin 0 -> 150 bytes .../geography/germany_region/target_thueringen.png | Bin 0 -> 145 bytes boards/geography/germany_region/thueringen.png | Bin 0 -> 3661 bytes boards/magic_hat/hat-point.png | Bin 0 -> 20896 bytes boards/magic_hat/hat.png | Bin 0 -> 21187 bytes boards/magic_hat/magic_hat_minus.png | Bin 0 -> 6594 bytes boards/magic_hat/magic_hat_minus_bg.png | Bin 0 -> 15631 bytes boards/magic_hat/magic_hat_plus.png | Bin 0 -> 6976 bytes boards/magic_hat/magic_hat_plus_bg.png | Bin 0 -> 15652 bytes boards/magic_hat/star-clear.png | Bin 0 -> 23543 bytes boards/magic_hat/star1.png | Bin 0 -> 11869 bytes boards/magic_hat/star2.png | Bin 0 -> 23027 bytes boards/magic_hat/star3.png | Bin 0 -> 25059 bytes boards/magic_hat_minus.xml.in | 19 + boards/magic_hat_plus.xml.in | 19 + boards/memory_add.xml.in | 19 + boards/memory_add_minus.xml.in | 19 + boards/memory_add_minus_mult_div.xml.in | 19 + boards/memory_add_minus_mult_div_tux.xml.in | 19 + boards/memory_add_minus_tux.xml.in | 19 + boards/memory_add_tux.xml.in | 19 + boards/memory_div.xml.in | 19 + boards/memory_div_tux.xml.in | 19 + boards/memory_minus.xml.in | 19 + boards/memory_minus_tux.xml.in | 19 + boards/memory_mult.xml.in | 19 + boards/memory_mult_div.xml.in | 19 + boards/memory_mult_div_tux.xml.in | 19 + boards/memory_mult_tux.xml.in | 19 + boards/memory_op_group.xml.in | 12 + boards/memory_op_group_tux.xml.in | 12 + boards/menu2.xml.in | 28 + boards/skins/gartoon/gcompris-menu2bg.png | Bin 0 -> 105351 bytes boards/wordprocessor.xml.in | 19 + configure.in | 2 +- po/TRANSLATORS.README | 2 + src/boards/Makefile.am | 13 +- src/boards/awele.c | 545 +++++---- src/boards/awele.h | 5 +- src/boards/awele_alphaBeta.c | 356 +++--- src/boards/awele_utils.c | 325 ++---- src/boards/awele_utils.h | 31 +- src/boards/click_on_letter.c | 50 +- src/boards/colors.c | 42 +- src/boards/gletters.c | 38 +- src/boards/imageid.c | 32 +- src/boards/magic_hat.c | 730 ++++++++++++ src/boards/memory.c | 442 ++++++- src/boards/menu2.c | 1047 ++++++++++++++++ src/boards/missingletter.c | 27 +- src/boards/py-gcompris-profile.c | 3 + src/boards/py-mod-anim.c | 4 +- src/boards/py-mod-gcompris.c | 5 +- src/boards/python/gnumch.py | 4 + src/boards/python/pythontest.py | 9 +- src/boards/reading.c | 31 +- src/boards/shapegame.c | 34 +- src/boards/smallnumbers.c | 64 +- src/boards/wordprocessor.c | 605 ++++++++++ src/gcompris/Makefile.am | 3 + src/gcompris/anim.c | 7 +- src/gcompris/bar.c | 22 +- src/gcompris/board_config.c | 132 +-- src/gcompris/gameutil.c | 8 +- src/gcompris/gcompris.c | 1 + src/gcompris/gcompris.h | 13 +- src/gcompris/gcompris_alphabeta.c | 131 ++ src/gcompris/gcompris_alphabeta.h | 62 + src/gcompris/gcompris_confirm.c | 491 ++++++++ src/gcompris/properties.c | 3 +- src/gcompris/properties.h | 3 +- tools/list_missing_sounds.sh | 45 + tools/shapegame/HOWTO | 114 ++ tools/shapegame/Makefile | 2 + tools/shapegame/dt/.cvsignore | 1 + tools/shapegame/dt/Makefile | 23 + tools/shapegame/dt/README | 34 + tools/shapegame/dt/dt.cpp | 58 + tools/shapegame/dt/dt.h | 115 ++ tools/shapegame/dt/image.h | 101 ++ tools/shapegame/dt/imconv.h | 177 +++ tools/shapegame/dt/imutil.h | 66 + tools/shapegame/dt/input.pbm | Bin 0 -> 5014 bytes tools/shapegame/dt/misc.h | 65 + tools/shapegame/dt/pnmfile.h | 211 ++++ tools/shapegame/nice_target_spot.cpp | 126 ++ tools/shapegame/test.pbm | Bin 0 -> 120 bytes 126 files changed, 7229 insertions(+), 901 deletions(-) commit 2a8c07d1ca5c4da91fac5e517bcb74b64ef7fe23 Author: Bruno Coudoin Date: Tue Feb 28 23:06:12 2006 +0000 Added protections to try to avoid a crash hapenning after or during the * src/boards/python/sudoku.py: Added protections to try to avoid a crash hapenning after or during the bonus. It has been observed after level 4. ChangeLog | 6 ++++++ src/boards/python/sudoku.py | 12 ++++++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) commit 5daab4be689ec9a6b65adb1eb7b791ee19ca2df2 Author: Bruno Coudoin Date: Sun Feb 26 22:37:20 2006 +0000 Includes the correct release ChangeLog | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit 6b4f804cb532d460f09bd12ddd68310229ef92ce Author: Bruno Coudoin Date: Sun Feb 26 22:12:02 2006 +0000 Release 7.3.2 src/boards/python/electric.py: now values can be used in the Release 7.3.2 src/boards/python/electric.py: now values can be used in the drag and drop ChangeLog | 7 +++++++ configure.in | 2 +- src/boards/python/electric.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) commit 11ecc75f6fae087042b967313b4783e2a22149fd Author: Bruno Coudoin Date: Sun Feb 26 09:39:59 2006 +0000 Cleanup, missing comilation file for Finish boards/sounds/fi/.cvsignore | 5 +++++ boards/sounds/fi/Makefile.am | 1 + boards/sounds/fi/alphabet/.cvsignore | 5 +++++ boards/sounds/fi/alphabet/Makefile.am | 14 ++++++++++++++ boards/sounds/fi/colors/.cvsignore | 5 +++++ boards/sounds/fi/colors/Makefile.am | 14 ++++++++++++++ boards/sounds/fi/geography/.cvsignore | 5 +++++ boards/sounds/fi/geography/Makefile.am | 14 ++++++++++++++ boards/sounds/fi/misc/.cvsignore | 5 +++++ boards/sounds/fi/misc/Makefile.am | 14 ++++++++++++++ 10 files changed, 82 insertions(+), 0 deletions(-) commit 668656abbed74b0341a5b70c77c11031142e64e6 Author: Bruno Coudoin Date: Sat Feb 25 23:49:27 2006 +0000 - Added Finish voices by Niko Lewman - Fixed eu numbers voices to use unicode formatting. ChangeLog | 187 +++++++++++ boards/sounds/Makefile.am | 2 +- boards/sounds/eu/alphabet/0.ogg | Bin 19984 -> 0 bytes boards/sounds/eu/alphabet/1.ogg | Bin 18735 -> 0 bytes boards/sounds/eu/alphabet/2.ogg | Bin 19739 -> 0 bytes boards/sounds/eu/alphabet/3.ogg | Bin 21859 -> 0 bytes boards/sounds/eu/alphabet/4.ogg | Bin 20838 -> 0 bytes boards/sounds/eu/alphabet/5.ogg | Bin 20736 -> 0 bytes boards/sounds/eu/alphabet/6.ogg | Bin 23374 -> 0 bytes boards/sounds/eu/alphabet/7.ogg | Bin 26154 -> 0 bytes boards/sounds/eu/alphabet/8.ogg | Bin 27624 -> 0 bytes boards/sounds/eu/alphabet/9.ogg | Bin 29572 -> 0 bytes boards/sounds/eu/alphabet/U0030.ogg | Bin 0 -> 19984 bytes boards/sounds/eu/alphabet/U0031.ogg | Bin 0 -> 18735 bytes boards/sounds/eu/alphabet/U0032.ogg | Bin 0 -> 19739 bytes boards/sounds/eu/alphabet/U0033.ogg | Bin 0 -> 21859 bytes boards/sounds/eu/alphabet/U0034.ogg | Bin 0 -> 20838 bytes boards/sounds/eu/alphabet/U0035.ogg | Bin 0 -> 20736 bytes boards/sounds/eu/alphabet/U0036.ogg | Bin 0 -> 23374 bytes boards/sounds/eu/alphabet/U0037.ogg | Bin 0 -> 26154 bytes boards/sounds/eu/alphabet/U0038.ogg | Bin 0 -> 27624 bytes boards/sounds/eu/alphabet/U0039.ogg | Bin 0 -> 29572 bytes .../eu/alphabet/gcompris_alphabet_eu.assetml.in | 18 +- boards/sounds/fi/alphabet/10.ogg | Bin 0 -> 24467 bytes boards/sounds/fi/alphabet/11.ogg | Bin 0 -> 27326 bytes boards/sounds/fi/alphabet/12.ogg | Bin 0 -> 23115 bytes boards/sounds/fi/alphabet/13.ogg | Bin 0 -> 24306 bytes boards/sounds/fi/alphabet/14.ogg | Bin 0 -> 26791 bytes boards/sounds/fi/alphabet/15.ogg | Bin 0 -> 25489 bytes boards/sounds/fi/alphabet/16.ogg | Bin 0 -> 23783 bytes boards/sounds/fi/alphabet/17.ogg | Bin 0 -> 26985 bytes boards/sounds/fi/alphabet/18.ogg | Bin 0 -> 27165 bytes boards/sounds/fi/alphabet/19.ogg | Bin 0 -> 27218 bytes boards/sounds/fi/alphabet/20.ogg | Bin 0 -> 22214 bytes boards/sounds/fi/alphabet/U0030.ogg | Bin 0 -> 21949 bytes boards/sounds/fi/alphabet/U0031.ogg | Bin 0 -> 19608 bytes boards/sounds/fi/alphabet/U0032.ogg | Bin 0 -> 23475 bytes boards/sounds/fi/alphabet/U0033.ogg | Bin 0 -> 22077 bytes boards/sounds/fi/alphabet/U0034.ogg | Bin 0 -> 20392 bytes boards/sounds/fi/alphabet/U0035.ogg | Bin 0 -> 21478 bytes boards/sounds/fi/alphabet/U0036.ogg | Bin 0 -> 21550 bytes boards/sounds/fi/alphabet/U0037.ogg | Bin 0 -> 21742 bytes boards/sounds/fi/alphabet/U0038.ogg | Bin 0 -> 24450 bytes boards/sounds/fi/alphabet/U0039.ogg | Bin 0 -> 22470 bytes boards/sounds/fi/alphabet/U0061.ogg | Bin 0 -> 20952 bytes boards/sounds/fi/alphabet/U0062.ogg | Bin 0 -> 20601 bytes boards/sounds/fi/alphabet/U0063.ogg | Bin 0 -> 19450 bytes boards/sounds/fi/alphabet/U0064.ogg | Bin 0 -> 23401 bytes boards/sounds/fi/alphabet/U0065.ogg | Bin 0 -> 23136 bytes boards/sounds/fi/alphabet/U0066.ogg | Bin 0 -> 21245 bytes boards/sounds/fi/alphabet/U0067.ogg | Bin 0 -> 19069 bytes boards/sounds/fi/alphabet/U0068.ogg | Bin 0 -> 18794 bytes boards/sounds/fi/alphabet/U0069.ogg | Bin 0 -> 18113 bytes boards/sounds/fi/alphabet/U006A.ogg | Bin 0 -> 17411 bytes boards/sounds/fi/alphabet/U006B.ogg | Bin 0 -> 16296 bytes boards/sounds/fi/alphabet/U006C.ogg | Bin 0 -> 17599 bytes boards/sounds/fi/alphabet/U006D.ogg | Bin 0 -> 19634 bytes boards/sounds/fi/alphabet/U006E.ogg | Bin 0 -> 23631 bytes boards/sounds/fi/alphabet/U006F.ogg | Bin 0 -> 17016 bytes boards/sounds/fi/alphabet/U0070.ogg | Bin 0 -> 19058 bytes boards/sounds/fi/alphabet/U0071.ogg | Bin 0 -> 15848 bytes boards/sounds/fi/alphabet/U0072.ogg | Bin 0 -> 16318 bytes boards/sounds/fi/alphabet/U0073.ogg | Bin 0 -> 19304 bytes boards/sounds/fi/alphabet/U0074.ogg | Bin 0 -> 21110 bytes boards/sounds/fi/alphabet/U0075.ogg | Bin 0 -> 18740 bytes boards/sounds/fi/alphabet/U0076.ogg | Bin 0 -> 19062 bytes boards/sounds/fi/alphabet/U0077.ogg | Bin 0 -> 22054 bytes boards/sounds/fi/alphabet/U0078.ogg | Bin 0 -> 19305 bytes boards/sounds/fi/alphabet/U0079.ogg | Bin 0 -> 20118 bytes boards/sounds/fi/alphabet/U007A.ogg | Bin 0 -> 18701 bytes boards/sounds/fi/alphabet/U00E4.ogg | Bin 0 -> 17624 bytes boards/sounds/fi/alphabet/U00E5.ogg | Bin 0 -> 24639 bytes boards/sounds/fi/alphabet/U00F6.ogg | Bin 0 -> 19414 bytes .../fi/alphabet/gcompris_alphabet_fi.assetml.in | 253 +++++++++++++++ boards/sounds/fi/colors/black.ogg | Bin 0 -> 18385 bytes boards/sounds/fi/colors/blue.ogg | Bin 0 -> 23520 bytes boards/sounds/fi/colors/brown.ogg | Bin 0 -> 22716 bytes .../sounds/fi/colors/gcompris_colors_fi.assetml.in | 58 ++++ boards/sounds/fi/colors/green.ogg | Bin 0 -> 25481 bytes boards/sounds/fi/colors/grey.ogg | Bin 0 -> 22168 bytes boards/sounds/fi/colors/orange.ogg | Bin 0 -> 22034 bytes boards/sounds/fi/colors/pink.ogg | Bin 0 -> 28450 bytes boards/sounds/fi/colors/purple.ogg | Bin 0 -> 23863 bytes boards/sounds/fi/colors/red.ogg | Bin 0 -> 23509 bytes boards/sounds/fi/colors/white.ogg | Bin 0 -> 24029 bytes boards/sounds/fi/colors/yellow.ogg | Bin 0 -> 25661 bytes boards/sounds/fi/geography/alaska.ogg | Bin 0 -> 13012 bytes boards/sounds/fi/geography/albania.ogg | Bin 0 -> 14395 bytes boards/sounds/fi/geography/argentina.ogg | Bin 0 -> 13484 bytes boards/sounds/fi/geography/austria.ogg | Bin 0 -> 13914 bytes boards/sounds/fi/geography/bahamas.ogg | Bin 0 -> 15652 bytes boards/sounds/fi/geography/belarus.ogg | Bin 0 -> 14652 bytes boards/sounds/fi/geography/belgium.ogg | Bin 0 -> 11510 bytes boards/sounds/fi/geography/bolivia.ogg | Bin 0 -> 11800 bytes boards/sounds/fi/geography/bosnia_herzegovina.ogg | Bin 0 -> 17296 bytes boards/sounds/fi/geography/brazil.ogg | Bin 0 -> 13241 bytes boards/sounds/fi/geography/bulgaria.ogg | Bin 0 -> 12899 bytes boards/sounds/fi/geography/canada.ogg | Bin 0 -> 13362 bytes boards/sounds/fi/geography/chile.ogg | Bin 0 -> 12342 bytes boards/sounds/fi/geography/colombia.ogg | Bin 0 -> 14399 bytes boards/sounds/fi/geography/costa_rica.ogg | Bin 0 -> 14815 bytes boards/sounds/fi/geography/croatia.ogg | Bin 0 -> 12681 bytes boards/sounds/fi/geography/cuba.ogg | Bin 0 -> 11690 bytes boards/sounds/fi/geography/cyprus.ogg | Bin 0 -> 14143 bytes boards/sounds/fi/geography/czech.ogg | Bin 0 -> 13065 bytes boards/sounds/fi/geography/denmark.ogg | Bin 0 -> 12915 bytes boards/sounds/fi/geography/dominican_republic.ogg | Bin 0 -> 21385 bytes boards/sounds/fi/geography/ecuador.ogg | Bin 0 -> 13593 bytes boards/sounds/fi/geography/estonia.ogg | Bin 0 -> 12894 bytes boards/sounds/fi/geography/finland.ogg | Bin 0 -> 14053 bytes boards/sounds/fi/geography/france.ogg | Bin 0 -> 12979 bytes boards/sounds/fi/geography/french_guiana.ogg | Bin 0 -> 15654 bytes .../fi/geography/gcompris_geography_fi.assetml.in | 343 ++++++++++++++++++++ boards/sounds/fi/geography/germany.ogg | Bin 0 -> 12741 bytes boards/sounds/fi/geography/greece.ogg | Bin 0 -> 13051 bytes boards/sounds/fi/geography/greenland.ogg | Bin 0 -> 13686 bytes boards/sounds/fi/geography/guatemala.ogg | Bin 0 -> 14322 bytes boards/sounds/fi/geography/guyana.ogg | Bin 0 -> 14709 bytes boards/sounds/fi/geography/haiti.ogg | Bin 0 -> 11373 bytes boards/sounds/fi/geography/honduras.ogg | Bin 0 -> 12526 bytes boards/sounds/fi/geography/hungary.ogg | Bin 0 -> 13209 bytes boards/sounds/fi/geography/iceland.ogg | Bin 0 -> 13707 bytes boards/sounds/fi/geography/ireland.ogg | Bin 0 -> 14451 bytes boards/sounds/fi/geography/italy.ogg | Bin 0 -> 13096 bytes boards/sounds/fi/geography/jamaica.ogg | Bin 0 -> 12807 bytes boards/sounds/fi/geography/latvia.ogg | Bin 0 -> 12215 bytes boards/sounds/fi/geography/lithuania.ogg | Bin 0 -> 12569 bytes boards/sounds/fi/geography/luxemburg.ogg | Bin 0 -> 13541 bytes boards/sounds/fi/geography/macedonia.ogg | Bin 0 -> 14547 bytes boards/sounds/fi/geography/mexico.ogg | Bin 0 -> 12359 bytes boards/sounds/fi/geography/moldova.ogg | Bin 0 -> 11850 bytes boards/sounds/fi/geography/netherland.ogg | Bin 0 -> 13539 bytes boards/sounds/fi/geography/nicaragua.ogg | Bin 0 -> 12926 bytes boards/sounds/fi/geography/norway.ogg | Bin 0 -> 11655 bytes boards/sounds/fi/geography/panama.ogg | Bin 0 -> 11920 bytes boards/sounds/fi/geography/paraguay.ogg | Bin 0 -> 12552 bytes boards/sounds/fi/geography/peru.ogg | Bin 0 -> 10644 bytes boards/sounds/fi/geography/poland.ogg | Bin 0 -> 14178 bytes boards/sounds/fi/geography/portugal.ogg | Bin 0 -> 12310 bytes boards/sounds/fi/geography/romania.ogg | Bin 0 -> 12538 bytes boards/sounds/fi/geography/russia.ogg | Bin 0 -> 12892 bytes boards/sounds/fi/geography/salvador.ogg | Bin 0 -> 12907 bytes boards/sounds/fi/geography/serbia_montenegro.ogg | Bin 0 -> 15532 bytes boards/sounds/fi/geography/slovakia.ogg | Bin 0 -> 13006 bytes boards/sounds/fi/geography/slovenia.ogg | Bin 0 -> 14068 bytes boards/sounds/fi/geography/spain.ogg | Bin 0 -> 12961 bytes boards/sounds/fi/geography/suriname.ogg | Bin 0 -> 12907 bytes boards/sounds/fi/geography/sweden.ogg | Bin 0 -> 12204 bytes boards/sounds/fi/geography/switz.ogg | Bin 0 -> 13148 bytes boards/sounds/fi/geography/turkey.ogg | Bin 0 -> 11965 bytes boards/sounds/fi/geography/ukraine.ogg | Bin 0 -> 12700 bytes boards/sounds/fi/geography/united_kingdom.ogg | Bin 0 -> 15335 bytes boards/sounds/fi/geography/uruguay.ogg | Bin 0 -> 12313 bytes boards/sounds/fi/geography/usa.ogg | Bin 0 -> 13652 bytes boards/sounds/fi/geography/venezuela.ogg | Bin 0 -> 13735 bytes boards/sounds/fi/misc/awesome.ogg | Bin 0 -> 21888 bytes boards/sounds/fi/misc/back.ogg | Bin 0 -> 20715 bytes boards/sounds/fi/misc/by.ogg | Bin 0 -> 25926 bytes boards/sounds/fi/misc/check_answer.ogg | Bin 0 -> 28260 bytes boards/sounds/fi/misc/click_on_letter.ogg | Bin 0 -> 29079 bytes boards/sounds/fi/misc/congratulation.ogg | Bin 0 -> 25813 bytes boards/sounds/fi/misc/equal.ogg | Bin 0 -> 26086 bytes boards/sounds/fi/misc/fantastic.ogg | Bin 0 -> 25780 bytes boards/sounds/fi/misc/gcompris_misc_fi.assetml.in | 108 ++++++ boards/sounds/fi/misc/good.ogg | Bin 0 -> 19211 bytes boards/sounds/fi/misc/great.ogg | Bin 0 -> 21656 bytes boards/sounds/fi/misc/help.ogg | Bin 0 -> 21939 bytes boards/sounds/fi/misc/level.ogg | Bin 0 -> 19756 bytes boards/sounds/fi/misc/minus.ogg | Bin 0 -> 18503 bytes boards/sounds/fi/misc/ok.ogg | Bin 0 -> 27557 bytes boards/sounds/fi/misc/outof.ogg | Bin 0 -> 26895 bytes boards/sounds/fi/misc/perfect.ogg | Bin 0 -> 23054 bytes boards/sounds/fi/misc/plus.ogg | Bin 0 -> 19979 bytes boards/sounds/fi/misc/quit.ogg | Bin 0 -> 21908 bytes boards/sounds/fi/misc/super.ogg | Bin 0 -> 22144 bytes boards/sounds/fi/misc/waytogo.ogg | Bin 0 -> 24998 bytes boards/sounds/fi/misc/welcome.ogg | Bin 0 -> 33166 bytes .../fr/alphabet/gcompris_alphabet_fr.assetml.in | 2 +- configure.in | 18 + gcompris.spec.in | 54 +++ src/gcompris/bar.c | 6 +- src/gcompris/soundutil.c | 5 +- 182 files changed, 1040 insertions(+), 14 deletions(-) commit d1fd7f504872649603c3ecc34448c168e28ddf3f Author: Bruno Coudoin Date: Sat Feb 25 00:31:20 2006 +0000 taken from en/finland.ogg. We need to rerecord finland. Susan, Jim where * boards/sounds/en/misc/check_answer.ogg: taken from en/finland.ogg. We need to rerecord finland. Susan, Jim where are you. * boards/sounds/en/misc/gcompris_misc_en.assetml.in: * src/boards/gtans.c: (taninitstart): Fixed a random crash / non functional on many distrib. * src/boards/gtans.h: cleanup * src/boards/python/electric.py: included a patch from Christian Gagneraud to better handle the rheostat. Created 3 difficulty levels. ChangeLog | 10 ++ boards/sounds/en/misc/check_answer.ogg | Bin 0 -> 14799 bytes boards/sounds/en/misc/gcompris_misc_en.assetml.in | 5 + src/boards/gtans.c | 16 ++-- src/boards/gtans.h | 6 - src/boards/python/electric.py | 117 ++++++++++++++------- 6 files changed, 103 insertions(+), 51 deletions(-) commit 68e9d9e0c9b9895ad7bed7ca4429509271f2d3b4 Author: Bruno Coudoin Date: Tue Feb 21 22:20:09 2006 +0000 Fixed by Christian Gagneraud. Now the diode is idealized. the wire 0 is * src/boards/python/electric.py: Fixed by Christian Gagneraud. Now the diode is idealized. the wire 0 is correctly managed regarding gnucap needs. ChangeLog | 5 + src/boards/python/electric.py | 162 +++++++++++++++++++++++++++-------------- 2 files changed, 113 insertions(+), 54 deletions(-) commit e7faf9f7779e678d845aad3be2127e4fa141de0e Author: Bruno Coudoin Date: Tue Feb 21 19:07:57 2006 +0000 updated russian by Dubrovskiy Vyacheslav. * ru.po: updated russian by Dubrovskiy Vyacheslav. po/ChangeLog | 4 + po/ru.po | 918 +++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 568 insertions(+), 354 deletions(-) commit fcfdbdb8d26488127323874e0fa7bbf9c63e4b5c Author: Bruno Coudoin Date: Mon Feb 20 21:05:03 2006 +0000 Applyed patch by Yves. A crash happens when starting playing sound on some system. ChangeLog | 12 ++++++++++++ configure.in | 2 +- src/gcompris/soundutil.c | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) commit 9364d5a162ad952ac3e7301c3013ae0f8704c1a0 Author: Bruno Coudoin Date: Sun Feb 19 02:37:57 2006 +0000 Minor fixes in board name for the screenshot site. Fixed screenshot web site generator ChangeLog | 6 ++++++ boards/tangram.xml.in | 2 +- configure.in | 2 +- docs/gcompris2spip.pl | 20 ++++++++++++-------- docs/screenshots/tangram.jpg | Bin 0 -> 15765 bytes docs/screenshots/tangram_small.jpg | Bin 0 -> 9689 bytes docs/spip_menuboard.xsl | 2 +- 7 files changed, 21 insertions(+), 11 deletions(-) commit 3638116c1b5e304ba6b0edb08ad30d1580e914e1 Author: Bruno Coudoin Date: Thu Feb 16 23:57:45 2006 +0000 new tool to remove old screenshots article from a previous SPIP dump. * docs/spip_screenshot_remove.pl: new tool to remove old screenshots article from a previous SPIP dump. ChangeLog | 5 ++ docs/spip_screenshot_remove.pl | 114 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 119 insertions(+), 0 deletions(-) commit 433a84584eccbb18f99d66a16819c67b8da39de7 Author: Ilkka Tuohela Date: Wed Feb 15 04:30:05 2006 +0000 Updated Finnish translation po/ChangeLog | 4 ++ po/fi.po | 111 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 65 insertions(+), 50 deletions(-) commit a89e391ad2f7d11fe32daf09ba82a678bce08162 Author: Bruno Coudoin Date: Tue Feb 14 23:31:25 2006 +0000 Fixed location of sv/misc/fantastic.ogg ChangeLog | 7 +++++++ boards/sounds/sv/geography/fantastic.ogg | Bin 23659 -> 0 bytes boards/sounds/sv/misc/fantastic.ogg | Bin 0 -> 23659 bytes 3 files changed, 7 insertions(+), 0 deletions(-) commit 4fa4c11692ee66a25c1416b03d81e87b5ffe503a Author: Bruno Coudoin Date: Mon Feb 13 23:16:34 2006 +0000 Updated, created screenshots of new activities. ChangeLog | 26 ++ boards/crane.xml.in | 2 +- boards/electric/variable_resistor.svg | 408 --------------------------------- boards/fifteen.xml.in | 2 +- boards/hanoi.xml.in | 2 +- boards/hanoi_real.xml.in | 2 +- boards/paintings.xml.in | 2 +- boards/puzzle.xml.in | 2 +- boards/sudoku.xml.in | 2 +- boards/superbrain.xml.in | 2 +- boards/tangram.xml.in | 2 +- boards/traffic.xml.in | 2 +- docs/screenshots/awele.jpg | Bin 0 -> 29693 bytes docs/screenshots/awele_small.jpg | Bin 0 -> 12605 bytes docs/screenshots/colors.jpg | Bin 0 -> 22999 bytes docs/screenshots/colors1.jpg | Bin 22999 -> 0 bytes docs/screenshots/colors_small.jpg | Bin 0 -> 13306 bytes docs/screenshots/crane.jpg | Bin 0 -> 26257 bytes docs/screenshots/crane_small.jpg | Bin 0 -> 12967 bytes docs/screenshots/electric.jpg | Bin 0 -> 21286 bytes docs/screenshots/electric_small.jpg | Bin 0 -> 10922 bytes docs/take_screenshots.sh | 2 +- 22 files changed, 37 insertions(+), 419 deletions(-) commit d1f98a83cbcb39bd99c833ad192fc353f17dfd1f Author: Ronny Standtke Date: Sun Feb 12 18:24:40 2006 +0000 *** empty log message *** po/ChangeLog | 4 ++++ po/de.po | 37 +++++++++++++++++++++++-------------- 2 files changed, 27 insertions(+), 14 deletions(-) commit e5524083ec647c846b0fb2bb898b1d8882a3ae5a Author: Bruno coudoin Date: Sun Feb 12 09:18:46 2006 +0000 added missing melody.py 2006-02-12 Bruno coudoin * po/POTFILES.in: added missing melody.py *** RELEASE 7.3RC1 *** 2006-02-11 Bruno coudoin * boards/awele.xml.in: * gcompris.spec.in: * src/boards/Makefile.am: * configure.in: * src/gcompris/gcompris_db.c: (gcompris_db_init): patch by Yves from 7.4 branch to remove sqlite database if it is empty. ChangeLog | 7 +++++++ boards/awele.xml.in | 4 ++-- gcompris.spec.in | 3 ++- po/POTFILES.in | 1 + src/boards/Makefile.am | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) commit 2b2580b29b1ea039eaffd85fd3caea4c0e6d648d Author: Bruno Coudoin Date: Sat Feb 11 20:46:07 2006 +0000 *** RELEASE 7.3RC1 *** * configure.in: * src/gcompris/gcompris_db.c: (gcompris_db_init): patch by Yves from 7.4 branch to remove sqlite database if it is empty. ChangeLog | 8 ++++++++ configure.in | 2 +- src/gcompris/gcompris_db.c | 18 +++++++++++++++++- 3 files changed, 26 insertions(+), 2 deletions(-) commit a25256dd074fd333a53c12ffca874cb731ccecf3 Author: Bruno Coudoin Date: Sat Feb 11 00:15:33 2006 +0000 New icons from Franck Doucet. ChangeLog | 18 +++++ boards/boardicons/eye_colors.png | Bin 6191 -> 7538 bytes boards/boardicons/geometry.png | Bin 4229 -> 9054 bytes boards/boardicons/memory_elephant.png | Bin 4867 -> 9342 bytes boards/boardicons/submarine.png | Bin 7093 -> 6859 bytes boards/gtans/gtans_2x-rotate-left.png | Bin 0 -> 3957 bytes boards/gtans/gtans_2x-rotate.png | Bin 0 -> 3920 bytes boards/gtans/gtans_outline.png | Bin 462 -> 3572 bytes boards/gtans/gtans_rotate-left.png | Bin 0 -> 3661 bytes boards/gtans/gtans_rotate.png | Bin 0 -> 3639 bytes boards/gtans/gtans_show.png | Bin 1997 -> 3532 bytes boards/submarine/submarine-broken.png | Bin 5771 -> 3346 bytes boards/submarine/submarine.png | Bin 4945 -> 6287 bytes src/boards/gtans_interface.c | 126 +++----------------------------- 14 files changed, 30 insertions(+), 114 deletions(-) commit 64dc7acb7442a7256f35bb96366b7da32dc71c72 Author: Clytie Siddall Date: Fri Feb 10 05:52:44 2006 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 ++++ po/vi.po | 30 +++++++++++++++++++----------- 2 files changed, 23 insertions(+), 11 deletions(-) commit beb703e266ccd263f45d9d41bdb0b30f5e69856d Author: Alessio Frusciante Date: Thu Feb 9 21:31:54 2006 +0000 Updated Italian translation. po/ChangeLog | 5 + po/it.po | 945 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 632 insertions(+), 318 deletions(-) commit 91755e4c82da2bf21a9f2e4b30137943900e9904 Author: Bruno Coudoin Date: Wed Feb 8 22:19:09 2006 +0000 Removed for 7.3 release, Yves remade it for 7.4, the current version has * boards/awele.xml.in: Removed for 7.3 release, Yves remade it for 7.4, the current version has many problems. * src/boards/python/electric.py: removed the diode. will reintroduce it only when the wire renumbering will be correct for gnucap (always a 0 wire) ChangeLog | 7 +++++++ boards/awele.xml.in | 2 +- src/boards/python/electric.py | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) commit d139daade449fc36b0779f3ea343b5d5af25b267 Author: Bruno Coudoin Date: Tue Feb 7 23:40:35 2006 +0000 Updated Catalan translation. Xavier Conde Rueda * ca.po: Updated Catalan translation. Xavier Conde Rueda po/ChangeLog | 4 + po/ca.po | 3492 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 2260 insertions(+), 1236 deletions(-) commit 7d28d89c5d640cce0f81029513419f783021a1d8 Author: Bruno Coudoin Date: Tue Feb 7 23:03:23 2006 +0000 fixed to check properly for long locale (e.g. pt_BR) - added a dialog if * src/boards/advanced_colors.c: (add_xml_data): fixed to check properly for long locale (e.g. pt_BR) * src/boards/read_colors.c: (add_xml_data), (parse_doc): - * src/boards/python/melody.py: added a dialog if run without sound fx activated changed to use the reload icon instead of mouth sign for the repeat. ChangeLog | 7 +++++++ src/boards/advanced_colors.c | 9 +++++---- src/boards/python/melody.py | 26 +++++++++++++++++++++----- src/boards/read_colors.c | 14 ++++++++------ 4 files changed, 41 insertions(+), 15 deletions(-) commit 535135eca8c8dd4395b17a8df219ed515be97bc3 Author: Bruno Coudoin Date: Tue Feb 7 22:44:03 2006 +0000 Updated by Wei-Lun Chao * zh_TW.po: Updated by Wei-Lun Chao po/ChangeLog | 6 +- po/POTFILES.in | 1 + po/zh_TW.po | 1306 +++++++++++++++++++++++++++++++++----------------------- 3 files changed, 777 insertions(+), 536 deletions(-) commit a377284dc121ff7cfaa0b79289f673adffff88a5 Author: Ilkka Tuohela Date: Tue Feb 7 14:41:52 2006 +0000 Updated Finnish translation po/ChangeLog | 4 ++++ po/fi.po | 23 ++++++++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletions(-) commit 4f18cc67c926573cb322a78e763d204d4a33c439 Author: Ilkka Tuohela Date: Tue Feb 7 06:40:34 2006 +0000 Updated Finnish translation po/ChangeLog | 4 ++ po/fi.po | 141 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 87 insertions(+), 58 deletions(-) commit 98298a83b8478e20a06a29cf972b0b026b349620 Author: Alexander Shopov Date: Mon Feb 6 09:21:38 2006 +0000 Updated Bulgarian translation by Yavor Doganov 2006-02-06 Alexander Shopov * bg.po: Updated Bulgarian translation by Yavor Doganov po/ChangeLog | 5 + po/bg.po | 932 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 629 insertions(+), 308 deletions(-) commit 846ae3db324e88ea05fe161b3445e72ac507a670 Author: Vincent van Adrighem Date: Sun Feb 5 22:24:07 2006 +0000 Translation updated by Johan Blok. 2006-02-05 Vincent van Adrighem * nl.po: Translation updated by Johan Blok. po/ChangeLog | 4 + po/nl.po | 2167 +++++++++++++++++++++++++--------------------------------- 2 files changed, 950 insertions(+), 1221 deletions(-) commit 386955787e136b179cd9d97b68175adf1499c104 Author: Bruno Coudoin Date: Sun Feb 5 10:14:21 2006 +0000 updated french by J.Ph. Ayanides po/ChangeLog | 4 ++++ po/fr.po | 14 ++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) commit 4a6e74a8becf1da426db09f6eae49850ad7b1d80 Author: Bruno Coudoin Date: Sat Feb 4 23:50:23 2006 +0000 Updated by Bruno po/fr.po | 34 ++++++++++++++++++---------------- 1 files changed, 18 insertions(+), 16 deletions(-) commit 3a8f43746aca61697cf3dff09888abe53cded813 Author: Bruno Coudoin Date: Sat Feb 4 23:20:45 2006 +0000 Changed background entry color to white. The blue background color was no more working for me for no reason. ChangeLog | 7 +++++++ boards/sounds/eu/alphabet/b.ogg | Bin 20688 -> 0 bytes src/boards/python/guessnumber.py | 4 +--- 3 files changed, 8 insertions(+), 3 deletions(-) commit 9c832b1e113bde335701fb2c34caf08c7884bad2 Author: Bruno Coudoin Date: Sat Feb 4 23:07:33 2006 +0000 updated french by J.Ph. Ayanides * fr.po: updated french by J.Ph. Ayanides po/fr.po | 709 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 472 insertions(+), 237 deletions(-) commit 2767102930aa7f72c5eaeb408aa0c0aacb2a5671 Author: Ronny Standtke Date: Sat Feb 4 16:02:01 2006 +0000 *** empty log message *** po/ChangeLog | 4 ++++ po/de.po | 25 ++++++++++++------------- 2 files changed, 16 insertions(+), 13 deletions(-) commit c240e6155e02259b6962e12bfd80183cb3a65145 Author: Bruno Coudoin Date: Fri Feb 3 21:51:25 2006 +0000 - Fixed eu alphabet to use unicode formatting. * src/boards/awele.c: (start_board), (set_level), (awele_create_item), (updateCapturedBeans): fix from Yves in 7_4 branch. * src/boards/python/guessnumber.py: realigned title * src/boards/smallnumbers.c: (key_press), (smallnumbers_destroy_all_items), (smallnumbers_create_item), (save_table), (conf_ok): use bar level dices (skins) instead of old gnome one. ChangeLog | 36 ++++++++++++++ boards/sounds/eu/alphabet/U0061.ogg | Bin 0 -> 19295 bytes boards/sounds/eu/alphabet/U0062.ogg | Bin 0 -> 20688 bytes boards/sounds/eu/alphabet/U0063.ogg | Bin 0 -> 23076 bytes boards/sounds/eu/alphabet/U0064.ogg | Bin 0 -> 21587 bytes boards/sounds/eu/alphabet/U0065.ogg | Bin 0 -> 19321 bytes boards/sounds/eu/alphabet/U0066.ogg | Bin 0 -> 23899 bytes boards/sounds/eu/alphabet/U0067.ogg | Bin 0 -> 20981 bytes boards/sounds/eu/alphabet/U0068.ogg | Bin 0 -> 24220 bytes boards/sounds/eu/alphabet/U0069.ogg | Bin 0 -> 17448 bytes boards/sounds/eu/alphabet/U006A.ogg | Bin 0 -> 26368 bytes boards/sounds/eu/alphabet/U006B.ogg | Bin 0 -> 17980 bytes boards/sounds/eu/alphabet/U006C.ogg | Bin 0 -> 23908 bytes boards/sounds/eu/alphabet/U006D.ogg | Bin 0 -> 21074 bytes boards/sounds/eu/alphabet/U006E.ogg | Bin 0 -> 23844 bytes boards/sounds/eu/alphabet/U006F.ogg | Bin 0 -> 18451 bytes boards/sounds/eu/alphabet/U0070.ogg | Bin 0 -> 17547 bytes boards/sounds/eu/alphabet/U0071.ogg | Bin 0 -> 16678 bytes boards/sounds/eu/alphabet/U0072.ogg | Bin 0 -> 22049 bytes boards/sounds/eu/alphabet/U0073.ogg | Bin 0 -> 21993 bytes boards/sounds/eu/alphabet/U0074.ogg | Bin 0 -> 15708 bytes boards/sounds/eu/alphabet/U0075.ogg | Bin 0 -> 17222 bytes boards/sounds/eu/alphabet/U0076.ogg | Bin 0 -> 19152 bytes boards/sounds/eu/alphabet/U0077.ogg | Bin 0 -> 32093 bytes boards/sounds/eu/alphabet/U0078.ogg | Bin 0 -> 20356 bytes boards/sounds/eu/alphabet/U0079.ogg | Bin 0 -> 23960 bytes boards/sounds/eu/alphabet/U007A.ogg | Bin 0 -> 25114 bytes boards/sounds/eu/alphabet/c.ogg | Bin 23076 -> 0 bytes boards/sounds/eu/alphabet/d.ogg | Bin 21587 -> 0 bytes boards/sounds/eu/alphabet/e.ogg | Bin 19321 -> 0 bytes boards/sounds/eu/alphabet/f.ogg | Bin 23899 -> 0 bytes boards/sounds/eu/alphabet/g.ogg | Bin 20981 -> 0 bytes .../eu/alphabet/gcompris_alphabet_eu.assetml.in | 52 ++++++++++---------- boards/sounds/eu/alphabet/h.ogg | Bin 24220 -> 0 bytes boards/sounds/eu/alphabet/i.ogg | Bin 17448 -> 0 bytes boards/sounds/eu/alphabet/j.ogg | Bin 26368 -> 0 bytes boards/sounds/eu/alphabet/k.ogg | Bin 17980 -> 0 bytes boards/sounds/eu/alphabet/l.ogg | Bin 23908 -> 0 bytes boards/sounds/eu/alphabet/m.ogg | Bin 21074 -> 0 bytes boards/sounds/eu/alphabet/n.ogg | Bin 23844 -> 0 bytes boards/sounds/eu/alphabet/o.ogg | Bin 18451 -> 0 bytes boards/sounds/eu/alphabet/p.ogg | Bin 17547 -> 0 bytes boards/sounds/eu/alphabet/q.ogg | Bin 16678 -> 0 bytes boards/sounds/eu/alphabet/r.ogg | Bin 22049 -> 0 bytes boards/sounds/eu/alphabet/s.ogg | Bin 21993 -> 0 bytes boards/sounds/eu/alphabet/t.ogg | Bin 15708 -> 0 bytes boards/sounds/eu/alphabet/u.ogg | Bin 17222 -> 0 bytes boards/sounds/eu/alphabet/v.ogg | Bin 19152 -> 0 bytes boards/sounds/eu/alphabet/w.ogg | Bin 32093 -> 0 bytes boards/sounds/eu/alphabet/x.ogg | Bin 20356 -> 0 bytes boards/sounds/eu/alphabet/y.ogg | Bin 23960 -> 0 bytes boards/sounds/eu/alphabet/z.ogg | Bin 25114 -> 0 bytes src/boards/awele.c | 27 ++++++++-- src/boards/python/guessnumber.py | 4 +- src/boards/smallnumbers.c | 19 ++++--- 55 files changed, 97 insertions(+), 41 deletions(-) commit d546ffff7ccb41a11dd4ea1a688c99c042193e4a Author: Bruno Coudoin Date: Fri Feb 3 21:44:31 2006 +0000 Updated by Wei-Lun Chao po/ChangeLog | 4 + po/zh_TW.po | 1549 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 809 insertions(+), 744 deletions(-) commit 096ef62427290500e9968d1383f71aaadfeb63f6 Author: Bruno Coudoin Date: Thu Feb 2 22:15:18 2006 +0000 Updated audio voices for Portuguese by Jose Jorge ChangeLog | 18 ++++++++++++++++++ boards/sounds/pt/alphabet/19.ogg | Bin 0 -> 7096 bytes boards/sounds/pt/alphabet/20.ogg | Bin 0 -> 7391 bytes .../pt/alphabet/gcompris_alphabet_pt.assetml.in | 10 ++++++++++ boards/sounds/pt/colors/back.ogg | Bin 8273 -> 0 bytes .../sounds/pt/colors/gcompris_colors_pt.assetml.in | 5 +++++ boards/sounds/pt/colors/pink.ogg | Bin 0 -> 9833 bytes boards/sounds/pt/misc/awesome.ogg | Bin 0 -> 10038 bytes boards/sounds/pt/misc/congratulation.ogg | Bin 8636 -> 8296 bytes boards/sounds/pt/misc/congratulations.ogg | Bin 8296 -> 0 bytes boards/sounds/pt/misc/fantastic.ogg | Bin 0 -> 10595 bytes boards/sounds/pt/misc/gcompris_misc_pt.assetml.in | 20 ++++++++++++++++++++ boards/sounds/pt/misc/perfect.ogg | Bin 0 -> 8103 bytes boards/sounds/pt/misc/waytogo.ogg | Bin 0 -> 8900 bytes 14 files changed, 53 insertions(+), 0 deletions(-) commit fd0ae822ff268bd392dae816ab1ac432d1f7683d Author: Bruno Coudoin Date: Thu Feb 2 21:53:42 2006 +0000 Jose JORGE * pt.po: Updated Portuguese translation. po/ChangeLog | 4 ++ po/pt.po | 167 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 105 insertions(+), 66 deletions(-) commit 596f1960454b2999647c28bfb2001129f833e27c Author: Ilkka Tuohela Date: Wed Feb 1 17:24:09 2006 +0000 Updated Finnish translation po/ChangeLog | 4 + po/fi.po | 865 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 588 insertions(+), 281 deletions(-) commit 5216c04b5f56f3f6ef468ace5e1d4506a6d67a02 Author: Clytie Siddall Date: Wed Feb 1 06:10:23 2006 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 ++++ po/vi.po | 51 +++++++++++++++++++++++++++++++++------------------ 2 files changed, 37 insertions(+), 18 deletions(-) commit e2e1f0d32a59cf3b15e020d6b07cf80b1c45c369 Author: Bruno Coudoin Date: Tue Jan 31 21:31:50 2006 +0000 2006-01-31 Jose JORGE * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 1435 +++++++++++++++++++++++----------------------------------- 2 files changed, 577 insertions(+), 862 deletions(-) commit 24f35ec6deaf1d50451242d4e80289715e0995a5 Author: Bruno Coudoin Date: Mon Jan 30 21:57:07 2006 +0000 file .cvsignore was initially added on branch gcompris_7_4. commit f3ad1d21d5042415e8cc0e98815b31127c4fe784 Author: Bruno Coudoin Date: Mon Jan 30 20:24:19 2006 +0000 - Fixed string typo by Clytie (BUG#329035) ChangeLog | 12 +++++++++++- boards/experience.xml.in | 2 +- boards/gnumchmenu.xml.in | 2 +- boards/miscelaneous.xml.in | 2 +- boards/mouse.xml.in | 2 +- boards/puzzle.xml.in | 2 +- 6 files changed, 16 insertions(+), 6 deletions(-) commit 87350b1df686dbbc5f8f4a7518f49e943dda81ac Author: Francisco Javier F. Serrador Date: Mon Jan 30 17:50:57 2006 +0000 Updated Spanish translation. 2006-01-30 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 ++++ po/es.po | 58 +++++++++++++++++----------------------------------------- 2 files changed, 21 insertions(+), 41 deletions(-) commit 97bad56f58c515384048266e411fc9685482b615 Author: Bruno Coudoin Date: Mon Jan 30 00:27:17 2006 +0000 - Cleanup in awele. Now uses translatable strings for NORTH and SOUTH. - Changed to use GCompris reload button instead of 'in game' one ChangeLog | 19 + boards/awele/awele_frame.jpg | Bin 33353 -> 0 bytes boards/awele/awele_frame.png | Bin 440146 -> 433301 bytes boards/awele/awele_frame_avec_messages.png | Bin 500899 -> 0 bytes boards/awele/nv_partie.png | Bin 6244 -> 0 bytes boards/awele/nv_partie_clic.png | Bin 5065 -> 0 bytes boards/awele/nv_partie_notify.png | Bin 6336 -> 0 bytes po/TRANSLATORS.README | 3 + src/boards/awele.c | 213 ++++--- src/boards/awele.h | 23 +- src/boards/python/electric.py | 7 +- src/gcompris/gcompris-edit.glade | 908 ---------------------------- src/gcompris/gcompris-edit.gladep | 12 - 13 files changed, 149 insertions(+), 1036 deletions(-) commit d49c121227a2ea1469340b8fdbffdc4f5dc5f3fd Author: Ronny Standtke Date: Sun Jan 29 17:29:59 2006 +0000 update po/ChangeLog | 4 + po/de.po | 938 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 634 insertions(+), 308 deletions(-) commit be818eeef8530150fe082c7b1a9ecf8933a4ee27 Author: Francisco Javier F. Serrador Date: Sun Jan 29 16:10:50 2006 +0000 Updated Spanish translation. 2006-01-29 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 890 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 577 insertions(+), 317 deletions(-) commit 97eda8f3de3993267b15400d2363ec599ddf77e7 Author: Clytie Siddall Date: Sun Jan 29 03:59:48 2006 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 + po/vi.po | 767 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 462 insertions(+), 309 deletions(-) commit d12c6fa1e166be74ebb9fbdd18bdd9dd3b231b40 Author: Vincent van Adrighem Date: Fri Jan 27 20:36:18 2006 +0000 Translation updated by Johan Blok. 2006-01-27 Vincent van Adrighem * nl.po: Translation updated by Johan Blok. po/ChangeLog | 4 + po/nl.po | 1003 ++++++++++------------------------------------------------ 2 files changed, 179 insertions(+), 828 deletions(-) commit 774ca103475c2c9d3d91e9f3c78ca190fa756fe5 Author: Adam Weinberger Date: Thu Jan 26 06:05:24 2006 +0000 Updated Canadian English translation. 2006-01-26 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 878 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 522 insertions(+), 360 deletions(-) commit 537ff7d3328392d65451ec097365ef72489c2ca7 Author: Bruno Coudoin Date: Mon Jan 23 23:15:25 2006 +0000 Fixed po file list ChangeLog | 8 ++++++++ boards/geography/board4_2.xml.in | 2 +- po/POTFILES.in | 2 -- po/POTFILES.skip | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) commit d15a764e9882e5c47de178873e0d55d97a9636a9 Author: Bruno Coudoin Date: Sun Jan 22 23:31:04 2006 +0000 - Review of English strings by Clytie Siddall - Improved the submarine icon based on a Nicu icon from openclipart.org - Fixed Tux_mute.png, it was commited without -kb option and was obviously corrupted. ChangeLog | 52 +++++++++++++++++++++++++++++++++ INSTALL | 1 + boards/administration.xml.in | 9 ++--- boards/awele.xml.in | 11 +------ boards/babymatch.xml.in | 2 +- boards/babyshapes.xml.in | 2 +- boards/boardicons/submarine.png | Bin 9270 -> 7093 bytes boards/chronos/board3_0.xml.in | 2 +- boards/connect4.xml.in | 2 +- boards/crane.xml.in | 2 +- boards/electric.xml.in | 10 ++---- boards/gcompris/misc/Tux_mute.png | Bin 9780 -> 9467 bytes boards/geography/board2_0.xml.in | 2 +- boards/geography/board4_0.xml.in | 2 +- boards/gnumch-equality.xml.in | 2 +- boards/gnumch-factors.xml.in | 5 +-- boards/gnumch-inequality.xml.in | 2 +- boards/gnumch-multiples.xml.in | 4 +-- boards/gnumch-primes.xml.in | 4 +-- boards/guessnumber.xml.in | 4 +- boards/hanoi.xml.in | 4 +-- boards/hanoi_real.xml.in | 8 ++--- boards/login.xml.in | 10 +++--- boards/mazeMenu.xml.in | 2 +- boards/memory_sound_tux.xml.in | 2 +- boards/memory_tux.xml.in | 4 +- boards/menu.xml.in | 10 +++--- boards/readingh.xml.in | 2 +- boards/redraw_symmetrical.xml.in | 2 +- boards/reversecount.xml.in | 7 +--- boards/smallnumbers.xml.in | 2 +- boards/smallnumbers2.xml.in | 2 +- boards/submarine/submarine-broken.png | Bin 2927 -> 5771 bytes boards/submarine/submarine.png | Bin 2474 -> 4945 bytes boards/submarine/whale_hit.png | Bin 6616 -> 6499 bytes boards/tangram.xml.in | 25 ++++++---------- gcompris.spec.in | 2 +- po/POTFILES.in | 15 ++++++++- po/fr.po | 4 +- src/boards/hanoi_real.c | 4 +- src/boards/paratrooper.c | 6 ++-- src/boards/python/admin/user_edit.py | 2 +- src/boards/python/admin/user_list.py | 2 +- src/boards/python/gnumch.py | 2 +- src/boards/python/tuxpaint.py | 2 +- src/gcompris/gcompris.c | 2 +- src/gcompris/gcompris_db.c | 2 +- 47 files changed, 137 insertions(+), 104 deletions(-) commit 29851575217ce357d335570de4fa95ce4b1b6e47 Author: Yves Combe Date: Sun Jan 22 17:23:58 2006 +0000 file magic_hat.png was initially added on branch gcompris_7_4. commit 462063c57fd5344bc8a16234e3d224ac7a485233 Author: Yves Combe Date: Sun Jan 22 17:23:58 2006 +0000 file magic_hat-bg.png was initially added on branch gcompris_7_4. commit 9289e24d9c2e83efb8bce5bd8a1abf69a8999eb0 Author: Yves Combe Date: Sun Jan 22 17:23:58 2006 +0000 file star.png was initially added on branch gcompris_7_4. commit 09189abdfe6fcc5be6697dc13b343882217b9cce Author: Yves Combe Date: Sun Jan 22 17:23:57 2006 +0000 file magic_hat.xml.in was initially added on branch gcompris_7_4. commit a9cd9573ea9661e631cfa4c21d3547b96aa303cc Author: Bruno Coudoin Date: Wed Jan 18 23:29:01 2006 +0000 Improved board english description. Remade dice icons based on openclipart work. ChangeLog | 12 ++++++++++++ boards/boardicons/README | 2 +- boards/boardicons/smallnumbers.png | Bin 8203 -> 8099 bytes boards/boardicons/smallnumbers2.png | Bin 8203 -> 9334 bytes boards/computer.xml.in | 2 +- boards/keyboard.xml.in | 2 +- boards/strategy.xml.in | 2 +- 7 files changed, 16 insertions(+), 4 deletions(-) commit 7ed4a1bac6b8d4c4daa6fd17b7560b7aff6efa1f Author: Yves Combe Date: Wed Jan 18 22:36:43 2006 +0000 new menus architecture improvment. Resize some icons. ChangeLog | 16 ++++++++++++++++ boards/awele.xml.in | 2 +- boards/boardicons/ear.png | Bin 6000 -> 5680 bytes boards/boardicons/memory_elephant.png | Bin 4993 -> 4867 bytes boards/electric.xml.in | 2 +- boards/experimental.xml.in | 2 +- boards/maze.xml.in | 2 +- boards/maze2DRelative.xml.in | 2 +- boards/maze3D.xml.in | 2 +- boards/mazeInvisible.xml.in | 2 +- boards/mazeMenu.xml.in | 2 +- 11 files changed, 24 insertions(+), 8 deletions(-) commit 1b4c28d2a52517860a1856c800cb79ea538bbbea Author: Yves Combe Date: Wed Jan 18 15:25:57 2006 +0000 reorganise menus suppress -d filter option in menu.c add --experimental reorganise menus suppress -d filter option in menu.c add --experimental probably some boards will disappears (if typo in xml.in section). pass version to 7.29 to force reread xml ChangeLog | 118 +++++++++++++++++++++++++++++++++ boards/Makefile.am | 55 +++++++++------- boards/advanced_colors.xml.in | 2 +- boards/algebra_by.xml.in | 2 +- boards/algebra_group.xml.in | 2 +- boards/algebra_guesscount.xml.in | 2 +- boards/algebra_minus.xml.in | 2 +- boards/algebra_plus.xml.in | 2 +- boards/algebramenu.xml.in | 6 +- boards/algorithm.xml.in | 2 +- boards/awele.xml.in | 2 +- boards/babymatch.xml.in | 2 +- boards/babyshapes.xml.in | 2 +- boards/ballcatch.xml.in | 2 +- boards/bargame.xml.in | 2 +- boards/billard.xml.in | 2 +- boards/boardicons/boards.png | Bin 5956 -> 0 bytes boards/boardicons/discovery.png | Bin 0 -> 8401 bytes boards/boardicons/ear.png | Bin 0 -> 6000 bytes boards/boardicons/eye_colors.png | Bin 0 -> 6191 bytes boards/boardicons/geometry.png | Bin 0 -> 4229 bytes boards/boardicons/keyboard.png | Bin 0 -> 9768 bytes boards/boardicons/math.png | Bin 0 -> 8526 bytes boards/boardicons/memory_elephant.png | Bin 0 -> 4993 bytes boards/boardicons/miscelaneous.png | Bin 0 -> 4769 bytes boards/boardicons/numeration.png | Bin 0 -> 12311 bytes boards/boardicons/puzzles.png | Bin 0 -> 5956 bytes boards/boardicons/strategy.png | Bin 0 -> 20350 bytes boards/boardicons/tangram.png | Bin 0 -> 7329 bytes boards/boardicons/warning.png | Bin 0 -> 5081 bytes boards/boards.xml.in | 12 ---- boards/chess.xml.in | 2 +- boards/chess_computer.xml.in | 2 +- boards/chess_movelearn.xml.in | 2 +- boards/chess_partyend.xml.in | 2 +- boards/chronos.xml.in | 2 +- boards/clockgame.xml.in | 2 +- boards/colors.xml.in | 4 +- boards/colors_group.xml.in | 6 +- boards/computer.xml.in | 2 +- boards/connect4.xml.in | 2 +- boards/crane.xml.in | 2 +- boards/discovery.xml.in | 12 ++++ boards/doubleentry.xml.in | 2 +- boards/draw.xml.in | 2 +- boards/electric.xml.in | 2 +- boards/enumerate.xml.in | 2 +- boards/experience.xml.in | 2 +- boards/experimental.xml.in | 13 ++++ boards/fifteen.xml.in | 2 +- boards/fun.xml.in | 2 +- boards/geography.xml.in | 2 +- boards/geometry.xml.in | 12 ++++ boards/gletters.xml.in | 2 +- boards/gnumch-equality.xml.in | 2 +- boards/gnumch-factors.xml.in | 2 +- boards/gnumch-inequality.xml.in | 2 +- boards/gnumch-multiples.xml.in | 2 +- boards/gnumch-primes.xml.in | 2 +- boards/gnumchmenu.xml.in | 4 +- boards/gtans.xml.in | 33 --------- boards/guessnumber.xml.in | 2 +- boards/hanoi.xml.in | 2 +- boards/hanoi_real.xml.in | 2 +- boards/hexagon.xml.in | 2 +- boards/keyboard.xml.in | 12 ++++ boards/leftright.xml.in | 2 +- boards/math.xml.in | 12 ++++ boards/maze.xml.in | 2 +- boards/maze2DRelative.xml.in | 2 +- boards/maze3D.xml.in | 2 +- boards/mazeInvisible.xml.in | 2 +- boards/mazeMenu.xml.in | 2 +- boards/melody.xml.in | 2 +- boards/memory.xml.in | 2 +- boards/memory_group.xml.in | 8 +- boards/memory_sound.xml.in | 2 +- boards/memory_sound_tux.xml.in | 2 +- boards/memory_tux.xml.in | 2 +- boards/miscelaneous.xml.in | 12 ++++ boards/money.xml.in | 2 +- boards/money_cents.xml.in | 2 +- boards/mosaic.xml.in | 2 +- boards/mouse.xml.in | 4 +- boards/numeration.xml.in | 12 ++++ boards/paintings.xml.in | 2 +- boards/planegame.xml.in | 2 +- boards/puzzle.xml.in | 12 ++++ boards/pythontest.xml.in | 4 +- boards/railroad.xml.in | 2 +- boards/read_colors.xml.in | 2 +- boards/reading.xml.in | 2 +- boards/redraw.xml.in | 2 +- boards/redraw_symmetrical.xml.in | 2 +- boards/reversecount.xml.in | 2 +- boards/scalesboard.xml.in | 2 +- boards/smallnumbers.xml.in | 2 +- boards/smallnumbers2.xml.in | 2 +- boards/sound_group.xml.in | 12 ++++ boards/strategy.xml.in | 12 ++++ boards/sudoku.xml.in | 2 +- boards/superbrain.xml.in | 2 +- boards/tangram.xml.in | 33 +++++++++ boards/target.xml.in | 2 +- boards/traffic.xml.in | 2 +- boards/wordsgame.xml.in | 2 +- configure.in | 2 +- src/boards/menu.c | 33 ++-------- src/gcompris/gcompris.c | 9 +++ src/gcompris/properties.c | 3 +- src/gcompris/properties.h | 3 +- 111 files changed, 411 insertions(+), 187 deletions(-) commit 3e2a655331768b3b0471ff841ade6c3bc4889a63 Author: Adam Weinberger Date: Wed Jan 18 01:03:31 2006 +0000 Updated Canadian English translation. 2006-01-17 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 +++ po/POTFILES.in | 1 + po/en_CA.po | 76 +++++++++++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 70 insertions(+), 11 deletions(-) commit 710efe02aac54141a48262cb654b02d2af8baffd Author: Bruno Coudoin Date: Tue Jan 17 22:31:05 2006 +0000 minor fix boards/electric.xml.in | 2 +- src/boards/python/electric.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit d3efd45a6cbe7f6e74b47ca46d3917202e554c2b Author: Bruno Coudoin Date: Tue Jan 17 22:26:57 2006 +0000 Ported electric to rely on python 2.3 instead of 2.4 Added a feature, you can now blow a bulb by right clicking on it ChangeLog | 8 ++++ boards/electric.xml.in | 6 +++- src/boards/python/electric.py | 73 ++++++++++++++++++++++++++--------------- 3 files changed, 59 insertions(+), 28 deletions(-) commit b0674a02654fd039ee42c97f25c99b1cd0206ff5 Author: Bruno Coudoin Date: Mon Jan 16 23:55:16 2006 +0000 - Improved letters icons in crane - Removed a memory leak in crane related to pixmaps not freed - added a dialog box when gnucap is not found / or spawn fails - added help in electric.xml.in ChangeLog | 20 +++++++++++ boards/awele.xml.in | 2 +- boards/crane/arrow_down.png | Bin 0 -> 1495 bytes boards/crane/arrow_left.png | Bin 0 -> 1573 bytes boards/crane/arrow_right.png | Bin 0 -> 1560 bytes boards/crane/arrow_up.png | Bin 0 -> 1453 bytes boards/crane/letter-a.png | Bin 1396 -> 2570 bytes boards/crane/letter-b.png | Bin 1481 -> 2846 bytes boards/crane/letter-c.png | Bin 1170 -> 0 bytes boards/electric.xml.in | 15 ++++---- src/boards/crane.c | 56 +++++++++++++++++------------- src/boards/python/electric.py | 75 +++++++++++++++++++++++++++------------- src/boards/python/tuxpaint.py | 2 +- 13 files changed, 112 insertions(+), 58 deletions(-) commit af98bd8dbff09855ace588afc0855c2f0d659d57 Author: Clytie Siddall Date: Sat Jan 14 04:03:07 2006 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 + po/vi.po | 231 ++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 158 insertions(+), 77 deletions(-) commit 76878a311c4ca10a96c9c62a466415b2d3afd051 Author: Bruno Coudoin Date: Fri Jan 13 23:59:43 2006 +0000 Implemented a short circuit feedback by changing the battery image to a dead battery (should be improved). ChangeLog | 8 +++++++ boards/electric/battery_dead.png | Bin 0 -> 4845 bytes src/boards/python/electric.py | 39 +++++++++++++++++++++++++++++++++++-- 3 files changed, 44 insertions(+), 3 deletions(-) commit cc41955d3943c5101ba2e19c661934064775b81e Author: Bruno Coudoin Date: Fri Jan 13 18:56:13 2006 +0000 Reviewed crane drawing, the arrow used to control the crane are now bigger. ChangeLog | 12 ++++++++++++ boards/crane/arrow_b.png | Bin 874 -> 1495 bytes boards/crane/arrow_l.png | Bin 901 -> 1573 bytes boards/crane/arrow_r.png | Bin 904 -> 1560 bytes boards/crane/arrow_u.png | Bin 799 -> 1453 bytes boards/crane/crane-bg.png | Bin 37829 -> 50409 bytes src/boards/crane.c | 20 ++++++++++---------- 7 files changed, 22 insertions(+), 10 deletions(-) commit f95cf79c6dfd979dd338d6f4f070a66f7f06a6d5 Author: Bruno Coudoin Date: Thu Jan 12 23:38:11 2006 +0000 Bulb is smaller now ChangeLog | 18 ++++++++++++++++++ boards/electric/bulb1.png | Bin 13523 -> 10575 bytes boards/electric/bulb10.png | Bin 16313 -> 8957 bytes boards/electric/bulb11.png | Bin 9332 -> 10510 bytes boards/electric/bulb12.png | Bin 13910 -> 0 bytes boards/electric/bulb2.png | Bin 19187 -> 11652 bytes boards/electric/bulb3.png | Bin 19568 -> 12959 bytes boards/electric/bulb4.png | Bin 19671 -> 13679 bytes boards/electric/bulb5.png | Bin 19514 -> 14566 bytes boards/electric/bulb6.png | Bin 19221 -> 14452 bytes boards/electric/bulb7.png | Bin 19025 -> 14260 bytes boards/electric/bulb8.png | Bin 18580 -> 14065 bytes boards/electric/bulb9.png | Bin 17709 -> 13003 bytes src/boards/python/electric.py | 17 +++++++++-------- 14 files changed, 27 insertions(+), 8 deletions(-) commit c0ed4463d90195368588018c40f7769d8d103c07 Author: Bruno Coudoin Date: Wed Jan 11 23:56:50 2006 +0000 Many component are smaller now. More will follow. ChangeLog | 12 ++++++++ boards/electric/battery.png | Bin 5071 -> 4233 bytes boards/electric/diode.png | Bin 1483 -> 1256 bytes boards/electric/resistor.png | Bin 1962 -> 1668 bytes boards/electric/resistor_track.png | Bin 6609 -> 4022 bytes boards/electric/resistor_wiper.png | Bin 774 -> 613 bytes src/boards/python/electric.py | 52 ++++++++++++++++++------------------ 7 files changed, 38 insertions(+), 26 deletions(-) commit 8eb224c6cc167317ed77fd0feb2a63e45dbff251 Author: Bruno Coudoin Date: Tue Jan 10 22:14:49 2006 +0000 Minor feature enhancement, now in delete mode, a click on a component in the selector change the tool to select mode. ChangeLog | 7 +++++++ src/boards/python/electric.py | 31 ++++++++++++++++++++++--------- 2 files changed, 29 insertions(+), 9 deletions(-) commit 08713491f89c5e85067c59d50431b270ffbbdb00 Author: Adam Weinberger Date: Tue Jan 10 03:24:05 2006 +0000 Updated Canadian English translation. 2006-01-09 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 2370 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 1268 insertions(+), 1106 deletions(-) commit 68753f0994c8cf2282304d6bfcf1031a077623c9 Author: Bruno Coudoin Date: Mon Jan 9 23:37:32 2006 +0000 Remade searace icons from image in openclipart.org Added support for Chinese Traditional by Wei-Lun Chao Added delete tool in electric. ChangeLog | 16 + boards/boardicons/README | 1 + boards/boardicons/searace.png | Bin 6852 -> 13178 bytes boards/boardicons/searace1player.png | Bin 7871 -> 12370 bytes configure.in | 2 +- docs/gcompris2spip.pl | 3 + po/ChangeLog | 4 + po/zh_TW.po | 5023 ++++++++++++++++++++++++++++++++++ src/boards/python/electric.py | 121 +- src/gcompris/config.c | 3 +- 10 files changed, 5159 insertions(+), 14 deletions(-) commit a46a476a699a77fc163547b39c2f19ca8020208c Author: Clytie Siddall Date: Mon Jan 9 11:28:14 2006 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 6 + po/vi.po | 4395 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 2297 insertions(+), 2104 deletions(-) commit 6970bb2eee0de7d6b13659f52a67bcdb697a3c70 Author: Bruno Coudoin Date: Sun Jan 8 22:41:23 2006 +0000 Added the component selector. Created icons. ChangeLog | 14 ++ boards/electric/battery_icon.png | Bin 0 -> 3887 bytes boards/electric/bulb_icon.png | Bin 0 -> 4905 bytes boards/electric/connect_icon.png | Bin 0 -> 3447 bytes boards/electric/diode.png | Bin 828 -> 1483 bytes boards/electric/diode_icon.png | Bin 0 -> 1389 bytes boards/electric/resistor_icon.png | Bin 0 -> 1823 bytes boards/electric/resistor_track_icon.png | Bin 0 -> 3638 bytes boards/electric/switch_icon.png | Bin 0 -> 1798 bytes src/boards/python/electric.py | 198 +++++++++++++++++++++++-------- 10 files changed, 164 insertions(+), 48 deletions(-) commit 323ea57b54c53dac472650b62496ddf0fd9b4727 Author: Bruno Coudoin Date: Sun Jan 8 16:30:12 2006 +0000 Improved strings boards/crane.xml.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit eab2e2c06b320f5d76cb12b20b3fa6bf267459f3 Author: Bruno Coudoin Date: Sun Jan 8 14:43:02 2006 +0000 Added boards/crane.xml.in, fixed awele po/POTFILES.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 545ae1956f6d46fa2d8c580a6a950177e40794c4 Author: Bruno Coudoin Date: Sun Jan 8 00:58:46 2006 +0000 Improved electric. Added diode support. Not sure it's correct but it 'does' something and show evidence of the current order Added a little spot to let the user layout wires cleanly. ChangeLog | 11 + boards/electric/battery.png | Bin 5501 -> 5071 bytes boards/electric/connect_spot.png | Bin 0 -> 1878 bytes boards/electric/diode.png | Bin 0 -> 828 bytes src/boards/python/electric.py | 404 +++++++++++++++++++++++++++----------- 5 files changed, 298 insertions(+), 117 deletions(-) commit 6c25935f5e9c30f0951ae386003c77b366fdc4c9 Author: Bruno Coudoin Date: Thu Jan 5 23:05:39 2006 +0000 Improved the placement of object. Fixed multiple gnucap component for the rheostat ChangeLog | 7 ++ src/boards/python/electric.py | 122 ++++++++++++++++++++++++++++++++--------- 2 files changed, 102 insertions(+), 27 deletions(-) commit c5af43bb1a3a994a9d1da1d095e421f529bc086e Author: Bruno Coudoin Date: Wed Jan 4 22:52:40 2006 +0000 Improved crane drawing with new arrow and a rope. Improved electric. It's now playable in free mode with a switch, resistor, rheostat and bulb. Need more work to make it playable. ChangeLog | 34 +++ boards/crane/arrow_b.png | Bin 331 -> 874 bytes boards/crane/arrow_l.png | Bin 362 -> 901 bytes boards/crane/arrow_r.png | Bin 361 -> 904 bytes boards/crane/arrow_u.png | Bin 330 -> 799 bytes boards/crane/crane-bg.png | Bin 38683 -> 37829 bytes boards/electric/bulb.png | Bin 12990 -> 0 bytes boards/electric/bulb1.png | Bin 0 -> 13523 bytes boards/electric/bulb10.png | Bin 0 -> 16313 bytes boards/electric/bulb11.png | Bin 0 -> 9332 bytes boards/electric/bulb12.png | Bin 0 -> 13910 bytes boards/electric/bulb2.png | Bin 0 -> 19187 bytes boards/electric/bulb3.png | Bin 0 -> 19568 bytes boards/electric/bulb4.png | Bin 0 -> 19671 bytes boards/electric/bulb5.png | Bin 0 -> 19514 bytes boards/electric/bulb6.png | Bin 0 -> 19221 bytes boards/electric/bulb7.png | Bin 0 -> 19025 bytes boards/electric/bulb8.png | Bin 0 -> 18580 bytes boards/electric/bulb9.png | Bin 0 -> 17709 bytes boards/electric/resistor_track.png | Bin 0 -> 6609 bytes boards/electric/resistor_wiper.png | Bin 0 -> 774 bytes boards/electric/switch_click.png | Bin 0 -> 971 bytes boards/electric/switch_off.png | Bin 0 -> 1671 bytes boards/electric/switch_on.png | Bin 0 -> 1638 bytes boards/electric/variable_resistor.svg | 408 +++++++++++++++++++++++++++++++++ src/boards/crane.c | 130 ++++++----- src/boards/python/electric.py | 131 +++++++++-- 27 files changed, 633 insertions(+), 70 deletions(-) commit 36f57d83f4d311c295ac0d976553151bf48e054e Author: Bruno Coudoin Date: Mon Jan 2 23:01:07 2006 +0000 set to level 2. fully playable activity. improved the documentation boards/crane.xml.in | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit 4385bfd1b9af45b769b93fc38c08ccd083a9f0cb Author: Bruno Coudoin Date: Mon Jan 2 21:44:47 2006 +0000 Some code cleanup in crane.c, removed image memory leaks Improved drawings. ChangeLog | 28 +++++++++++++++ boards/Makefile.am | 1 + boards/boardicons/crane.png | Bin 5270 -> 11561 bytes boards/crane/bulb.png | Bin 3212 -> 2579 bytes boards/crane/crane-bg.png | Bin 128721 -> 38683 bytes boards/crane/letter-a.png | Bin 1505 -> 1396 bytes boards/crane/letter-b.png | Bin 1751 -> 1481 bytes boards/crane/letter-c.png | Bin 1345 -> 1170 bytes boards/crane/rectangle1.png | Bin 1262 -> 1150 bytes boards/crane/rectangle2.png | Bin 1314 -> 1183 bytes boards/crane/square1.png | Bin 2682 -> 2222 bytes boards/crane/square2.png | Bin 2706 -> 2241 bytes boards/crane/triangle1.png | Bin 1963 -> 1764 bytes boards/crane/triangle2.png | Bin 1911 -> 1728 bytes boards/crane/tux.png | Bin 3696 -> 2933 bytes boards/crane/water_drop1.png | Bin 2388 -> 1998 bytes boards/crane/water_drop2.png | Bin 2789 -> 2303 bytes boards/crane/water_spot1.png | Bin 2557 -> 2303 bytes boards/crane/water_spot2.png | Bin 2839 -> 2589 bytes po/POTFILES.in | 1 + src/boards/crane.c | 57 ++++++++++++++++++++++-------- src/boards/python/electric.py | 77 +++++++++++++++++++++++++++++++++++------ 22 files changed, 138 insertions(+), 26 deletions(-) commit f359abe39cb6accfc3d4bec7c43947880070bdad Author: Yves Combe Date: Mon Jan 2 09:31:58 2006 +0000 Change crane icon boards/boardicons/crane.png | Bin 1764 -> 5270 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 9a99a80f3e3810611981456afbc85129d95cadb5 Author: Yves Combe Date: Sun Jan 1 22:56:29 2006 +0000 new board crane by Marc BRUN. ChangeLog | 38 +++ boards/Makefile.am | 1 + boards/boardicons/crane.png | Bin 0 -> 1764 bytes boards/crane.xml.in | 21 ++ boards/crane/arrow_b.png | Bin 0 -> 331 bytes boards/crane/arrow_l.png | Bin 0 -> 362 bytes boards/crane/arrow_r.png | Bin 0 -> 361 bytes boards/crane/arrow_u.png | Bin 0 -> 330 bytes boards/crane/bulb.png | Bin 0 -> 3212 bytes boards/crane/crane-bg.png | Bin 0 -> 128721 bytes boards/crane/letter-a.png | Bin 0 -> 1505 bytes boards/crane/letter-b.png | Bin 0 -> 1751 bytes boards/crane/letter-c.png | Bin 0 -> 1345 bytes boards/crane/rectangle1.png | Bin 0 -> 1262 bytes boards/crane/rectangle2.png | Bin 0 -> 1314 bytes boards/crane/selected.png | Bin 0 -> 319 bytes boards/crane/square1.png | Bin 0 -> 2682 bytes boards/crane/square2.png | Bin 0 -> 2706 bytes boards/crane/triangle1.png | Bin 0 -> 1963 bytes boards/crane/triangle2.png | Bin 0 -> 1911 bytes boards/crane/tux.png | Bin 0 -> 3696 bytes boards/crane/water_drop1.png | Bin 0 -> 2388 bytes boards/crane/water_drop2.png | Bin 0 -> 2789 bytes boards/crane/water_spot1.png | Bin 0 -> 2557 bytes boards/crane/water_spot2.png | Bin 0 -> 2839 bytes po/Makefile.in.in | 41 ++- src/boards/Makefile.am | 5 + src/boards/crane.c | 677 ++++++++++++++++++++++++++++++++++++++++++ 28 files changed, 766 insertions(+), 17 deletions(-) commit 08ddffc9016bb96ba6b6c00e86ac350f884ffe89 Author: Bruno Coudoin Date: Fri Dec 30 00:12:32 2005 +0000 added .pyc src/boards/python/gcompris/timer/.cvsignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a7fd9b10536f478ff50f802a77f6b1aeb3b67be0 Author: Bruno Coudoin Date: Fri Dec 30 00:09:51 2005 +0000 Fixed wire colorisation src/boards/python/electric.py | 52 +++++++++++++++++++++++++--------------- 1 files changed, 32 insertions(+), 20 deletions(-) commit ae21f68b3d9da6867ecf4d6eec5a44458e180ef7 Author: Bruno Coudoin Date: Wed Dec 28 19:39:06 2005 +0000 updated russian by Dubrovskiy Vyacheslav. po/ChangeLog | 4 + po/ru.po | 1986 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 1249 insertions(+), 741 deletions(-) commit dafc3b21eb92f305f6b71ed5e1f63dd28d84f44c Author: Bruno Coudoin Date: Tue Dec 27 22:27:32 2005 +0000 Added colored wires po/Makefile.in.in | 41 ++++------ src/boards/python/electric.py | 175 ++++++++++++++++++++++++++++------------- 2 files changed, 138 insertions(+), 78 deletions(-) commit 4208cfa0162f433ef17f289c6568f19648341fd9 Author: Bruno Coudoin Date: Mon Dec 19 22:24:28 2005 +0000 - Patch by Patrick GOLDBRONN pgoldbronn on free.fr Support out of dir compilation ChangeLog | 9 +++++++++ Makefile.am | 12 ++++++------ autogen.sh | 5 +++-- gnome2-macros/autogen.sh | 9 ++++++--- 4 files changed, 24 insertions(+), 11 deletions(-) commit a8b3a8f9d2b01ce8e17747a145048fb0247a48ad Author: Bruno Coudoin Date: Sun Dec 18 23:31:31 2005 +0000 reworked by bruno based on frederic images boards/boardicons/awele.png | Bin 6244 -> 20350 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit ad4fb30a2211bb585695570e54e27f2594a88ff7 Author: Bruno Coudoin Date: Sun Dec 18 22:59:13 2005 +0000 Added file headers assigning correct copyright to Frederic. Added board description from wikipedia. ChangeLog | 12 +++++++ boards/awele.xml.in | 16 +++++++--- src/boards/awele.c | 50 +++++++++++++++--------------- src/boards/awele.h | 14 ++++++++ src/boards/awele_alphaBeta.c | 36 +++++++++++++++------- src/boards/awele_utils.c | 68 +++++++++++++++++++++++++---------------- src/boards/awele_utils.h | 16 +++++++++- 7 files changed, 143 insertions(+), 69 deletions(-) commit 340183e20ff54fdb6230486230771edeb428c0c7 Author: Yves Combe Date: Sun Dec 18 12:13:16 2005 +0000 awele board by frederic Mazzarol ChangeLog | 53 ++ boards/Makefile.am | 1 + boards/awele.xml.in | 19 + boards/awele/awele_frame.jpg | Bin 0 -> 33353 bytes boards/awele/awele_frame.png | Bin 0 -> 440146 bytes boards/awele/awele_frame_avec_messages.png | Bin 0 -> 500899 bytes boards/awele/bouton1.png | Bin 0 -> 5448 bytes boards/awele/bouton1_clic.png | Bin 0 -> 4403 bytes boards/awele/bouton1_notify.png | Bin 0 -> 5201 bytes boards/awele/bouton2.png | Bin 0 -> 5440 bytes boards/awele/bouton2_clic.png | Bin 0 -> 4446 bytes boards/awele/bouton2_notify.png | Bin 0 -> 5176 bytes boards/awele/bouton3.png | Bin 0 -> 5210 bytes boards/awele/bouton3_clic.png | Bin 0 -> 4273 bytes boards/awele/bouton3_notify.png | Bin 0 -> 5172 bytes boards/awele/bouton4.png | Bin 0 -> 5442 bytes boards/awele/bouton4_clic.png | Bin 0 -> 4389 bytes boards/awele/bouton4_notify.png | Bin 0 -> 5213 bytes boards/awele/bouton5.png | Bin 0 -> 5507 bytes boards/awele/bouton5_clic.png | Bin 0 -> 4489 bytes boards/awele/bouton5_notify.png | Bin 0 -> 5261 bytes boards/awele/bouton6.png | Bin 0 -> 5542 bytes boards/awele/bouton6_clic.png | Bin 0 -> 4548 bytes boards/awele/bouton6_notify.png | Bin 0 -> 5304 bytes boards/awele/graine1.png | Bin 0 -> 1468 bytes boards/awele/graine2.png | Bin 0 -> 2048 bytes boards/awele/graine3.png | Bin 0 -> 2294 bytes boards/awele/graine4.png | Bin 0 -> 2294 bytes boards/awele/graine4bis.png | Bin 0 -> 2017 bytes boards/awele/nv_partie.png | Bin 0 -> 6244 bytes boards/awele/nv_partie_clic.png | Bin 0 -> 5065 bytes boards/awele/nv_partie_notify.png | Bin 0 -> 6336 bytes boards/boardicons/awele.png | Bin 0 -> 6244 bytes src/boards/Makefile.am | 5 + src/boards/awele.c | 825 ++++++++++++++++++++++++++++ src/boards/awele.h | 57 ++ src/boards/awele_alphaBeta.c | 225 ++++++++ src/boards/awele_utils.c | 309 +++++++++++ src/boards/awele_utils.h | 72 +++ 39 files changed, 1566 insertions(+), 0 deletions(-) commit aa51028e8e990c194bfa03e75ab04506a3fdddf9 Author: Bruno Coudoin Date: Sun Dec 18 09:24:15 2005 +0000 Improved electric. Now it's possible to connect/unconnect components boards/electric/bulb.png | Bin 13513 -> 12990 bytes src/boards/python/electric.py | 5 ++++- 2 files changed, 4 insertions(+), 1 deletions(-) commit bffdb7db80ca794d220e261a6931f6cd6310752d Author: Bruno Coudoin Date: Tue Dec 13 23:13:52 2005 +0000 - Minor fixes for windows version - Fixed configure.in to set SQLITE even if pysqlite is not detected * configure.in: * gcompris-installer.nsi: * src/boards/Makefile.mingw: * src/gcompris/board.c: (init_plugins): * src/gcompris/gcompris.c: (setup_window), (map_cb), (gcompris_terminate): ChangeLog | 12 ++++++++++++ configure.in | 32 ++++++++++++++++++-------------- gcompris-installer.nsi | 12 ++++++------ po/fr.po | 4 ++-- src/boards/Makefile.mingw | 1 + src/gcompris/board.c | 41 ++++++++++++++++++++++------------------- src/gcompris/gcompris.c | 12 ++++++++---- 7 files changed, 69 insertions(+), 45 deletions(-) commit c3099202f532496e92c0649adbb5a2cf7382dafa Author: Bruno coudoin Date: Sun Dec 11 22:51:46 2005 +0000 *** RELEASE 7.2 *** 2005-12-11 Bruno coudoin * docs/gcompris2spip.pl: added Hungarian * src/boards/gtans.c: (start_board): removed the OK button ChangeLog | 7 +++++++ configure.in | 2 +- docs/gcompris2spip.pl | 6 +++--- src/boards/gtans.c | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) commit d7af5c5d5d1979fe0c15e88c91f5761b27469db8 Author: Gabor Kelemen Date: Sun Dec 11 22:03:45 2005 +0000 Hungarian translation updated. 2005-12-11 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 2501 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 1404 insertions(+), 1101 deletions(-) commit 038cf2c48116574b00c58d7375920551ac0c8d34 Author: Francisco Javier F. Serrador Date: Sun Dec 11 11:59:32 2005 +0000 Updated Spanish translation. 2005-12-11 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 +++ po/es.po | 86 +++++++++++++++++++++++++++++++++------------------------ 2 files changed, 54 insertions(+), 36 deletions(-) commit e76c083f191780a419e11b1f9b8ee605b01758dd Author: Alessio Frusciante Date: Fri Dec 9 10:40:30 2005 +0000 Updated Italian translation. po/ChangeLog | 5 + po/it.po | 1822 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 943 insertions(+), 884 deletions(-) commit fc9c7adf01ebb842ad6c0b8ac6461be0fda02892 Author: Bruno Coudoin Date: Thu Dec 8 23:41:58 2005 +0000 Improved, uncomplete yet src/boards/python/electric.py | 95 ++++++++++++++++++++++++++++++----------- 1 files changed, 70 insertions(+), 25 deletions(-) commit c61f27048efb355dee60eb3fed2c08c51bd6c4bb Author: Bruno Coudoin Date: Wed Dec 7 21:01:10 2005 +0000 Updated Portuguese translation. * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 878 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 517 insertions(+), 365 deletions(-) commit 50a1c4ff3e153605418587fa08322a3d7ce1b3e1 Author: Bruno Coudoin Date: Mon Dec 5 22:59:57 2005 +0000 Added a fix to let the fullscreen happen only when the window is mapped ChangeLog | 8 ++++++++ src/boards/python/electric.py | 39 ++++++++++++++++++++++++++++++++++----- src/gcompris/gcompris.c | 23 ++++++++++++++++++++++- 3 files changed, 64 insertions(+), 6 deletions(-) commit 2c842c27876a12da5eec41d0255fb74f142d3f69 Author: Yves Combe Date: Mon Dec 5 09:46:38 2005 +0000 fixed widget being over the help * src/boards/gtans.c: fixed widget being over the help ChangeLog | 4 ++++ src/boards/gtans.c | 10 ++++++++++ 2 files changed, 14 insertions(+), 0 deletions(-) commit fa8026fe80c3ce95764b77aa0092c47aa708c3c8 Author: Bruno Coudoin Date: Sun Dec 4 22:27:56 2005 +0000 fixed widget being over the help improved. now should no more crash * src/boards/python/administration.py: fixed widget being over the help * src/boards/python/electric.py: improved. now should no more crash gcompris if python 2.4 is not available. the activity will not work without warning. ChangeLog | 6 ++++ src/boards/python/administration.py | 11 +++++++ src/boards/python/electric.py | 55 ++++++++++++++++++++++++++++++---- 3 files changed, 65 insertions(+), 7 deletions(-) commit bf440a8ed3fa4bf672fd71819919b0ae9c57b2f8 Author: Bruno Coudoin Date: Sun Dec 4 22:19:31 2005 +0000 Web site header docs/website/bandeauhaut.gif | Bin 0 -> 8551 bytes docs/website/hautdroit.gif | Bin 0 -> 889 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit 4ae2c393c3dbabe0c253d7081325a1850001ec38 Author: Adam Weinberger Date: Sun Dec 4 06:12:50 2005 +0000 Added missing file. Updated Canadian English translation. 2005-12-04 Adam Weinberger * POTFILES.in: Added missing file. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 5 +++++ po/POTFILES.in | 1 + po/en_CA.po | 36 ++++++++++++++++++++++-------------- 3 files changed, 28 insertions(+), 14 deletions(-) commit edd860a6f89b41edd5c23c410d80ff7d872e675b Author: Bruno Coudoin Date: Wed Nov 30 19:30:42 2005 +0000 Fixed to install electric.py src/boards/python/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 15e6a57d472ccf40918c953e35b9126f170ecc8f Author: Bruno Coudoin Date: Wed Nov 30 19:24:30 2005 +0000 Fixed to include the electronic activity src/boards/python/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 2b855b7d96b299f80ef8cd4a8011f69a95023fbc Author: Alexander Shopov Date: Wed Nov 30 08:15:19 2005 +0000 Updated Bulgarian translation by Yavor Doganov 2005-11-30 Alexander Shopov * bg.po: Updated Bulgarian translation by Yavor Doganov po/ChangeLog | 5 ++++ po/bg.po | 66 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 39 insertions(+), 32 deletions(-) commit d16be33b3832f04ba8f30d645e83b78c2bc3c0e9 Author: Bruno Coudoin Date: Tue Nov 29 22:02:57 2005 +0000 Fix Debian Bug#341280 Our automated buildd log filter[1] detected a problem that will cause your package to segfault on architectures where the size of a pointer is greater than the size of an integer, such as ia64. ChangeLog | 11 +++++++++++ src/boards/py-gcompris-wordlist.h | 4 ++-- src/boards/python/electric.py | 3 ++- src/gcompris/gcompris.c | 3 ++- 4 files changed, 17 insertions(+), 4 deletions(-) commit cbd551a631ad9f8ab214c6ff8bb007a86abfd3d4 Author: Bruno Coudoin Date: Tue Nov 29 00:27:23 2005 +0000 Proof of concect for electric activity is almost completed. If /usr/bin/gnucap is installed, create a schematic and click the OK button. The voltage and current value will be displayed on stdout. ChangeLog | 16 ++ boards/boardicons/electric.png | Bin 0 -> 17049 bytes boards/electric.xml.in | 2 +- boards/electric/battery.png | Bin 0 -> 5501 bytes boards/electric/bulb.png | Bin 0 -> 13513 bytes boards/electric/connect.png | Bin 0 -> 1667 bytes boards/electric/diod.png | Bin 0 -> 828 bytes boards/electric/resistor.png | Bin 0 -> 1962 bytes src/boards/python/electric.py | 519 ++++++++++++++++++++++++++++++++++++++++ 9 files changed, 536 insertions(+), 1 deletions(-) commit 49282b553d398da54408aee0b949d9ebfb78cd25 Author: Ronny Standtke Date: Mon Nov 28 08:10:14 2005 +0000 some fixes po/de.po | 79 +++++++++++++++++++++++-------------------------------------- 1 files changed, 30 insertions(+), 49 deletions(-) commit 68c4cbe33fde2e13e205f56505dc28375c3859a5 Author: Bruno Coudoin Date: Sun Nov 27 14:36:25 2005 +0000 replaced & by and to be XML compliant .../hu/alphabet/gcompris_alphabet_hu.assetml.in | 40 ++++++++++---------- .../sounds/hu/colors/gcompris_colors_hu.assetml.in | 22 +++++----- boards/sounds/hu/misc/gcompris_misc_hu.assetml.in | 24 ++++++------ 3 files changed, 43 insertions(+), 43 deletions(-) commit dadf96ec02f2809ef497850b69406f63381c2b3e Author: Ronny Standtke Date: Sun Nov 27 14:15:13 2005 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 2158 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 1157 insertions(+), 1005 deletions(-) commit 83f3a473dd66f5903e942d5db87534141e440796 Author: Bruno Coudoin Date: Sun Nov 27 11:35:52 2005 +0000 Started the electric activiry. Nothing runs yet. ChangeLog | 6 ++++++ boards/electric.xml.in | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) commit bf8309ba880ef09f82c1d6f0dd0b82d735f3ca9c Author: Bruno Coudoin Date: Sun Nov 27 10:48:16 2005 +0000 Added Hungarian audio voices by Miklos Merenyi & Margareta Merenyi Released under GPL. Updated web site screenshots. Aplyed patch from Yann Dirson for Python detection. ChangeLog | 167 ++++++++++ boards/Makefile.am | 3 +- boards/colors.xml.in | 4 +- boards/sounds/Makefile.am | 2 +- boards/sounds/hu/.cvsignore | 5 + boards/sounds/hu/Makefile.am | 1 + boards/sounds/hu/alphabet/.cvsignore | 5 + boards/sounds/hu/alphabet/10.ogg | Bin 0 -> 10248 bytes boards/sounds/hu/alphabet/11.ogg | Bin 0 -> 12306 bytes boards/sounds/hu/alphabet/12.ogg | Bin 0 -> 14901 bytes boards/sounds/hu/alphabet/13.ogg | Bin 0 -> 14135 bytes boards/sounds/hu/alphabet/14.ogg | Bin 0 -> 14040 bytes boards/sounds/hu/alphabet/15.ogg | Bin 0 -> 13339 bytes boards/sounds/hu/alphabet/16.ogg | Bin 0 -> 13974 bytes boards/sounds/hu/alphabet/17.ogg | Bin 0 -> 15850 bytes boards/sounds/hu/alphabet/18.ogg | Bin 0 -> 17024 bytes boards/sounds/hu/alphabet/19.ogg | Bin 0 -> 15878 bytes boards/sounds/hu/alphabet/20.ogg | Bin 0 -> 9105 bytes boards/sounds/hu/alphabet/Makefile.am | 14 + boards/sounds/hu/alphabet/U0031.ogg | Bin 0 -> 9946 bytes boards/sounds/hu/alphabet/U0032.ogg | Bin 0 -> 12095 bytes boards/sounds/hu/alphabet/U0033.ogg | Bin 0 -> 13605 bytes boards/sounds/hu/alphabet/U0034.ogg | Bin 0 -> 11029 bytes boards/sounds/hu/alphabet/U0035.ogg | Bin 0 -> 10957 bytes boards/sounds/hu/alphabet/U0036.ogg | Bin 0 -> 9161 bytes boards/sounds/hu/alphabet/U0037.ogg | Bin 0 -> 9029 bytes boards/sounds/hu/alphabet/U0038.ogg | Bin 0 -> 9890 bytes boards/sounds/hu/alphabet/U0039.ogg | Bin 0 -> 10891 bytes .../hu/alphabet/gcompris_alphabet_hu.assetml.in | 103 ++++++ boards/sounds/hu/colors/.cvsignore | 5 + boards/sounds/hu/colors/Makefile.am | 14 + boards/sounds/hu/colors/black.ogg | Bin 0 -> 11293 bytes boards/sounds/hu/colors/blue.ogg | Bin 0 -> 8990 bytes boards/sounds/hu/colors/brown.ogg | Bin 0 -> 11019 bytes .../sounds/hu/colors/gcompris_colors_hu.assetml.in | 58 ++++ boards/sounds/hu/colors/green.ogg | Bin 0 -> 11131 bytes boards/sounds/hu/colors/grey.ogg | Bin 0 -> 11613 bytes boards/sounds/hu/colors/orange.ogg | Bin 0 -> 15710 bytes boards/sounds/hu/colors/pink.ogg | Bin 0 -> 12736 bytes boards/sounds/hu/colors/purple.ogg | Bin 0 -> 10359 bytes boards/sounds/hu/colors/red.ogg | Bin 0 -> 11583 bytes boards/sounds/hu/colors/white.ogg | Bin 0 -> 11277 bytes boards/sounds/hu/colors/yellow.ogg | Bin 0 -> 15347 bytes boards/sounds/hu/geography/.cvsignore | 5 + boards/sounds/hu/geography/Makefile.am | 14 + boards/sounds/hu/geography/alaska.ogg | Bin 0 -> 9362 bytes boards/sounds/hu/geography/albania.ogg | Bin 0 -> 11136 bytes boards/sounds/hu/geography/argentina.ogg | Bin 0 -> 12614 bytes boards/sounds/hu/geography/austria.ogg | Bin 0 -> 11190 bytes boards/sounds/hu/geography/bahamas.ogg | Bin 0 -> 10772 bytes boards/sounds/hu/geography/belarus.ogg | Bin 0 -> 14750 bytes boards/sounds/hu/geography/belgium.ogg | Bin 0 -> 11155 bytes boards/sounds/hu/geography/bolivia.ogg | Bin 0 -> 11077 bytes boards/sounds/hu/geography/bosnia_herzegovina.ogg | Bin 0 -> 17277 bytes boards/sounds/hu/geography/brazil.ogg | Bin 0 -> 12453 bytes boards/sounds/hu/geography/bulgaria.ogg | Bin 0 -> 11801 bytes boards/sounds/hu/geography/canada.ogg | Bin 0 -> 9548 bytes boards/sounds/hu/geography/chile.ogg | Bin 0 -> 8288 bytes boards/sounds/hu/geography/colombia.ogg | Bin 0 -> 10382 bytes boards/sounds/hu/geography/costa_rica.ogg | Bin 0 -> 11976 bytes boards/sounds/hu/geography/croatia.ogg | Bin 0 -> 13830 bytes boards/sounds/hu/geography/cuba.ogg | Bin 0 -> 7641 bytes boards/sounds/hu/geography/cyprus.ogg | Bin 0 -> 10446 bytes boards/sounds/hu/geography/czech.ogg | Bin 0 -> 11453 bytes boards/sounds/hu/geography/denmark.ogg | Bin 0 -> 10837 bytes boards/sounds/hu/geography/dominican_republic.ogg | Bin 0 -> 19032 bytes boards/sounds/hu/geography/ecuador.ogg | Bin 0 -> 11548 bytes boards/sounds/hu/geography/estonia.ogg | Bin 0 -> 12096 bytes boards/sounds/hu/geography/finland.ogg | Bin 0 -> 12702 bytes boards/sounds/hu/geography/france.ogg | Bin 0 -> 15380 bytes boards/sounds/hu/geography/french_guiana.ogg | Bin 0 -> 14921 bytes .../hu/geography/gcompris_geography_hu.assetml.in | 343 ++++++++++++++++++++ boards/sounds/hu/geography/germany.ogg | Bin 0 -> 13734 bytes boards/sounds/hu/geography/greece.ogg | Bin 0 -> 13034 bytes boards/sounds/hu/geography/greenland.ogg | Bin 0 -> 12294 bytes boards/sounds/hu/geography/guatemala.ogg | Bin 0 -> 10986 bytes boards/sounds/hu/geography/guyana.ogg | Bin 0 -> 9634 bytes boards/sounds/hu/geography/haiti.ogg | Bin 0 -> 9447 bytes boards/sounds/hu/geography/honduras.ogg | Bin 0 -> 12341 bytes boards/sounds/hu/geography/hungary.ogg | Bin 0 -> 12472 bytes boards/sounds/hu/geography/iceland.ogg | Bin 0 -> 10161 bytes boards/sounds/hu/geography/ireland.ogg | Bin 0 -> 11994 bytes boards/sounds/hu/geography/italy.ogg | Bin 0 -> 13295 bytes boards/sounds/hu/geography/jamaica.ogg | Bin 0 -> 11005 bytes boards/sounds/hu/geography/latvia.ogg | Bin 0 -> 12481 bytes boards/sounds/hu/geography/lithuania.ogg | Bin 0 -> 11576 bytes boards/sounds/hu/geography/luxembourg.ogg | Bin 0 -> 12310 bytes boards/sounds/hu/geography/macedonia.ogg | Bin 0 -> 12317 bytes boards/sounds/hu/geography/mexico.ogg | Bin 0 -> 11156 bytes boards/sounds/hu/geography/moldova.ogg | Bin 0 -> 9705 bytes boards/sounds/hu/geography/netherland.ogg | Bin 0 -> 11542 bytes boards/sounds/hu/geography/nicaragua.ogg | Bin 0 -> 11936 bytes boards/sounds/hu/geography/norway.ogg | Bin 0 -> 11640 bytes boards/sounds/hu/geography/panama.ogg | Bin 0 -> 8648 bytes boards/sounds/hu/geography/paraguay.ogg | Bin 0 -> 10645 bytes boards/sounds/hu/geography/peru.ogg | Bin 0 -> 7051 bytes boards/sounds/hu/geography/poland.ogg | Bin 0 -> 13469 bytes boards/sounds/hu/geography/portugal.ogg | Bin 0 -> 13776 bytes boards/sounds/hu/geography/romania.ogg | Bin 0 -> 11833 bytes boards/sounds/hu/geography/russia.ogg | Bin 0 -> 12654 bytes boards/sounds/hu/geography/salvador.ogg | Bin 0 -> 11857 bytes boards/sounds/hu/geography/serbia_montenegro.ogg | Bin 0 -> 18668 bytes boards/sounds/hu/geography/slovakia.ogg | Bin 0 -> 11884 bytes boards/sounds/hu/geography/slovenia.ogg | Bin 0 -> 11937 bytes boards/sounds/hu/geography/spain.ogg | Bin 0 -> 14905 bytes boards/sounds/hu/geography/suriname.ogg | Bin 0 -> 11618 bytes boards/sounds/hu/geography/sweden.ogg | Bin 0 -> 13229 bytes boards/sounds/hu/geography/switz.ogg | Bin 0 -> 10868 bytes boards/sounds/hu/geography/turkey.ogg | Bin 0 -> 12469 bytes boards/sounds/hu/geography/ukraine.ogg | Bin 0 -> 12278 bytes boards/sounds/hu/geography/united_kingdom.ogg | Bin 0 -> 17155 bytes boards/sounds/hu/geography/uruguay.ogg | Bin 0 -> 9353 bytes boards/sounds/hu/geography/usa.ogg | Bin 0 -> 21249 bytes boards/sounds/hu/geography/venezuela.ogg | Bin 0 -> 11525 bytes boards/sounds/hu/misc/.cvsignore | 5 + boards/sounds/hu/misc/Makefile.am | 14 + boards/sounds/hu/misc/awesome.ogg | Bin 0 -> 10771 bytes boards/sounds/hu/misc/back.ogg | Bin 0 -> 9408 bytes boards/sounds/hu/misc/click_on_letter.ogg | Bin 0 -> 16851 bytes boards/sounds/hu/misc/congratulation.ogg | Bin 0 -> 14454 bytes boards/sounds/hu/misc/fantastic.ogg | Bin 0 -> 18759 bytes boards/sounds/hu/misc/gcompris_misc_hu.assetml.in | 68 ++++ boards/sounds/hu/misc/good.ogg | Bin 0 -> 8488 bytes boards/sounds/hu/misc/great.ogg | Bin 0 -> 13263 bytes boards/sounds/hu/misc/help.ogg | Bin 0 -> 14443 bytes boards/sounds/hu/misc/ok.ogg | Bin 0 -> 9725 bytes boards/sounds/hu/misc/perfect.ogg | Bin 0 -> 13232 bytes boards/sounds/hu/misc/quit.ogg | Bin 0 -> 12825 bytes boards/sounds/hu/misc/super.ogg | Bin 0 -> 13502 bytes boards/sounds/hu/misc/welcome.ogg | Bin 0 -> 16202 bytes configure.in | 50 ++- docs/screenshots/anim.jpg | Bin 22523 -> 31876 bytes docs/screenshots/anim_small.jpg | Bin 10445 -> 14271 bytes docs/screenshots/colors1.jpg | Bin 23077 -> 22999 bytes docs/screenshots/colors1_small.jpg | Bin 14020 -> 13306 bytes docs/screenshots/draw.jpg | Bin 25900 -> 28368 bytes docs/screenshots/draw_small.jpg | Bin 12300 -> 13652 bytes docs/screenshots/erase.jpg | Bin 23574 -> 35387 bytes docs/screenshots/erase_clic.jpg | Bin 25889 -> 38003 bytes docs/screenshots/erase_clic_small.jpg | Bin 13530 -> 14408 bytes docs/screenshots/erase_double_clic.jpg | Bin 29718 -> 28658 bytes docs/screenshots/erase_double_clic_small.jpg | Bin 14036 -> 14166 bytes docs/screenshots/erase_small.jpg | Bin 13355 -> 15911 bytes docs/screenshots/gtans.jpg | Bin 17412 -> 15941 bytes docs/screenshots/gtans_small.jpg | Bin 10247 -> 9938 bytes docs/screenshots/guessnumber.jpg | Bin 16644 -> 17225 bytes docs/screenshots/guessnumber_small.jpg | Bin 10191 -> 10521 bytes docs/screenshots/leftright.jpg | Bin 15813 -> 16821 bytes docs/screenshots/leftright_small.jpg | Bin 11100 -> 9650 bytes docs/screenshots/memory_sound.jpg | Bin 33416 -> 33499 bytes docs/screenshots/memory_sound_small.jpg | Bin 14897 -> 14987 bytes docs/screenshots/memory_sound_tux.jpg | Bin 34564 -> 35145 bytes docs/screenshots/memory_sound_tux_small.jpg | Bin 15133 -> 15297 bytes docs/screenshots/mosaic.jpg | Bin 17779 -> 18404 bytes docs/screenshots/mosaic_small.jpg | Bin 10370 -> 10671 bytes gcompris-installer.nsi | 2 +- gcompris.spec.in | 60 ++++- src/boards/Makefile.am | 5 + src/boards/draw.c | 2 +- 159 files changed, 924 insertions(+), 25 deletions(-) commit 31ae4d6bd2e0d20b886de7f175f32fc3a69613f7 Author: Yves Combe Date: Wed Nov 23 22:29:58 2005 +0000 fix broken menus. ChangeLog | 32 ++++++++++++++++++++++++++++++++ boards/advanced_colors.xml.in | 2 +- boards/algebra_by.xml.in | 2 +- boards/algebra_group.xml.in | 2 +- boards/algebra_guesscount.xml.in | 2 +- boards/algebra_minus.xml.in | 2 +- boards/algebra_plus.xml.in | 2 +- boards/colors.xml.in | 2 +- boards/doubleentry.xml.in | 2 +- boards/enumerate.xml.in | 2 +- boards/gnumch-equality.xml.in | 2 +- boards/gnumch-factors.xml.in | 2 +- boards/gnumch-inequality.xml.in | 2 +- boards/gnumch-multiples.xml.in | 2 +- boards/gnumch-primes.xml.in | 2 +- boards/gnumchmenu.xml.in | 2 +- boards/maze.xml.in | 2 +- boards/maze2DRelative.xml.in | 2 +- boards/maze3D.xml.in | 2 +- boards/mazeInvisible.xml.in | 2 +- boards/money.xml.in | 2 +- boards/money_cents.xml.in | 2 +- boards/planegame.xml.in | 2 +- boards/read_colors.xml.in | 2 +- boards/reversecount.xml.in | 2 +- boards/scalesboard.xml.in | 2 +- boards/smallnumbers2.xml.in | 2 +- boards/target.xml.in | 2 +- 28 files changed, 59 insertions(+), 27 deletions(-) commit 54482ce463ba0e8d3dbef80f1c4b8271e29fd7eb Author: Yves Combe Date: Wed Nov 23 21:47:12 2005 +0000 fix crash in python sys.argv fix crash in memory (g_queue = NULL). ChangeLog | 7 +++++++ src/boards/memory.c | 4 ++-- src/boards/python.c | 3 +++ 3 files changed, 12 insertions(+), 2 deletions(-) commit b419cf2101f2701ea31534dadfceb6994ba8b33d Author: Francisco Javier F. Serrador Date: Sun Nov 20 18:35:45 2005 +0000 Updated Spanish translation. 2005-11-20 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 ++++ po/es.po | 52 ++++++++++++++++++++++++++++------------------------ 2 files changed, 32 insertions(+), 24 deletions(-) commit 949404832edb30b04e50c2e267a9c119b308c4b9 Author: Bruno Coudoin Date: Sun Nov 20 12:55:27 2005 +0000 - Shortened some files due to 99 chars limitation in tar files - Fixed spec to include new files ChangeLog | 21 ++++++++++++++++++++ .../LRFrogsInPondDuringStormByLionelAllorgeCut.ogg | Bin 0 -> 58930 bytes ..._in_pond_during_storm_by_Lionel_Allorge_cut.ogg | Bin 58930 -> 0 bytes .../LRStartAndStopCarEngine1ByLionelAllorgeCut.ogg | Bin 0 -> 48594 bytes ...and_stop_car_engine_1_by_Lionel_Allorge_cut.ogg | Bin 48594 -> 0 bytes configure.in | 2 +- gcompris.spec.in | 2 + src/boards/Makefile.am | 4 +- src/boards/memory.c | 6 ++-- 9 files changed, 29 insertions(+), 6 deletions(-) commit 070a9aa48851b3c3bb6e7a1df90813f94603fe83 Author: Ilkka Tuohela Date: Sun Nov 20 08:10:11 2005 +0000 Updated Finnish translation po/ChangeLog | 4 + po/fi.po | 264 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 142 insertions(+), 126 deletions(-) commit 0f7441089b95b696af0de10a4389a6af9abf24d4 Author: Bruno Coudoin Date: Sat Nov 19 23:17:09 2005 +0000 fixed in make prep removed printout * Makefile.mingw: fixed in make prep * src/boards/memory.c: (get_random_token): removed printout ChangeLog | 5 +++++ Makefile.mingw | 2 +- gcompris.gif | Bin 0 -> 1240 bytes src/boards/memory.c | 6 +++--- 4 files changed, 9 insertions(+), 4 deletions(-) commit 4df6d87a41b4c75924d4f9505cc08967b2382bd0 Author: Bruno Coudoin Date: Sat Nov 19 00:11:58 2005 +0000 - Fixed a crash in memory.c Replaced fixed length static lenght of array by the dynamic magic macro G_N_ELEMENTS(array) ChangeLog | 12 ++++++++++++ src/boards/enumerate.c | 2 +- src/boards/erase.c | 2 +- src/boards/hanoi.c | 2 +- src/boards/memory.c | 15 ++++++++------- 5 files changed, 23 insertions(+), 10 deletions(-) commit 81cbc1b2e9784120aacbc45e5d059aacf8411bd3 Author: Bruno Coudoin Date: Sat Nov 19 00:04:17 2005 +0000 updated french by Bruno po/ChangeLog | 4 + po/fr.po | 2090 +++++++++++++++++++++++----------------------------------- 2 files changed, 843 insertions(+), 1251 deletions(-) commit edc79acb196ace5aec270183720dc0efb20f1954 Author: Bruno Coudoin Date: Fri Nov 18 22:13:53 2005 +0000 Updated Norwegian Nynorsk by Klaus Ade Johnstad * nb.po: Updated Norwegian Nynorsk by Klaus Ade Johnstad po/ChangeLog | 4 + po/nb.po | 350 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 176 insertions(+), 178 deletions(-) commit c446fe62ce20ae32fc55476d3be9d0909bd9469b Author: Adam Weinberger Date: Fri Nov 18 02:14:28 2005 +0000 Updated Canadian English translation. 2005-11-17 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 213 +++++++++++++++++++++++----------------------------------- 2 files changed, 88 insertions(+), 129 deletions(-) commit a8109d1e465455b0542cd56ff6704bbb465b24e6 Author: Bruno Coudoin Date: Thu Nov 17 23:41:48 2005 +0000 - Fixed board naming for the spip script - Improved gtans big rotation - Improved memory sound background to avoid confusion. - Added Screenshots ChangeLog | 20 +++++++++ boards/algebra_group.xml.in | 2 +- boards/algebramenu.xml.in | 2 +- boards/colors_group.xml.in | 2 +- boards/gnumchmenu.xml.in | 2 +- boards/images/transparent_square2.png | Bin 0 -> 1309 bytes boards/mazeMenu.xml.in | 2 +- docs/gcompris2spip.pl | 11 ++++- docs/screenshots/gtans.jpg | Bin 0 -> 17412 bytes docs/screenshots/gtans_small.jpg | Bin 0 -> 10247 bytes docs/screenshots/guessnumber.jpg | Bin 0 -> 16644 bytes docs/screenshots/guessnumber_small.jpg | Bin 0 -> 10191 bytes docs/screenshots/memory_sound.jpg | Bin 0 -> 33416 bytes docs/screenshots/memory_sound_small.jpg | Bin 0 -> 14897 bytes docs/screenshots/memory_sound_tux.jpg | Bin 0 -> 34564 bytes docs/screenshots/memory_sound_tux_small.jpg | Bin 0 -> 15133 bytes docs/screenshots/mosaic.jpg | Bin 0 -> 17779 bytes docs/screenshots/mosaic_small.jpg | Bin 0 -> 10370 bytes docs/website/footer.html | 2 +- docs/website/meta.html | 8 +++- src/boards/gtans_interface.c | 61 +++++++++++++++++++-------- src/boards/memory.c | 14 ++++++- src/boards/money.c | 1 + 23 files changed, 98 insertions(+), 29 deletions(-) commit 61ebdae10f98d98ca55a284eb009d210b1596d0e Author: Yves Combe Date: Thu Nov 17 21:08:09 2005 +0000 add uppercase only configuration option in click_on_letter. ChangeLog | 7 +++++ src/boards/click_on_letter.c | 59 ++++++++++++++++++++++++++++++++--------- 2 files changed, 53 insertions(+), 13 deletions(-) commit 02915474878002b73923153f6bcd13d73aa56456 Author: Yves Combe Date: Thu Nov 17 10:21:04 2005 +0000 Fix xml i18n bug. ChangeLog | 7 +++++++ src/gcompris/gameutil.c | 28 ++++++++++++++++++++-------- 2 files changed, 27 insertions(+), 8 deletions(-) commit 8494b178ec4582d6551bfeb917077c45acc10f51 Author: Yves Combe Date: Wed Nov 16 22:22:55 2005 +0000 add uppercase only configuration option in gletter. ChangeLog | 7 ++++++ src/boards/gletters.c | 51 ++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 55 insertions(+), 3 deletions(-) commit 03a4900bbbcdd2144e80fdce19620d167e3974c1 Author: Bruno Coudoin Date: Tue Nov 15 22:33:11 2005 +0000 Updated Norwegian Nynorsk by Karl Ove Hufthammer po/ChangeLog | 4 + po/nn.po | 392 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 208 insertions(+), 188 deletions(-) commit 75f5cb5b114f8fd1813a4fe6c5e4e29eb91b9980 Author: Yves Combe Date: Mon Nov 14 23:45:54 2005 +0000 Fix segfaults in python callback and memory. Cause is sound finished after board quit. ChangeLog | 9 +++++++++ src/boards/memory.c | 22 ++++++++++++++-------- src/boards/py-mod-sound.c | 3 +++ 3 files changed, 26 insertions(+), 8 deletions(-) commit cd06b55254d3f7be33ef78419b7d0102bbd79fed Author: Bruno Coudoin Date: Mon Nov 14 20:55:27 2005 +0000 Created the gtans icon based on an www.openclipart.org design reviewed by Bruno Coudoin and placed under GPL. * boards/boardicons/gtans.png: * boards/gtans.xml.in: * src/gcompris/timer.c: (gcompris_timer_pause): removed printout. ChangeLog | 9 +++++++++ boards/boardicons/gtans.png | Bin 0 -> 7329 bytes boards/gtans.xml.in | 2 +- src/gcompris/timer.c | 2 -- 4 files changed, 10 insertions(+), 3 deletions(-) commit e2569dc85e5d3ae64f0321e782b451ba8e05e2cc Author: Francisco Javier F. Serrador Date: Mon Nov 14 17:49:15 2005 +0000 Updated spanish translation. 2005-11-14 Francisco Javier F. Serrador * es.po: Updated spanish translation. po/ChangeLog | 4 ++ po/es.po | 91 +++++++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 78 insertions(+), 17 deletions(-) commit 01e3496da6f26f2acbaccaa5904b431949e5a923 Author: Yves Combe Date: Mon Nov 14 13:48:29 2005 +0000 clean tangram code from debug. add rotation buttons in tangram. ChangeLog | 13 +++++ src/boards/gtans.c | 36 ------------ src/boards/gtans_callbacks.c | 34 +++++++++++- src/boards/gtans_callbacks.h | 4 ++ src/boards/gtans_interface.c | 121 +++++++++++++++++++++++++++++++++-------- 5 files changed, 147 insertions(+), 61 deletions(-) commit 0f1a0e9368960b1a24af2fa62dcd09b75e0260bd Author: Alexander Shopov Date: Mon Nov 14 10:11:33 2005 +0000 Updated Bulgarian translation by Yavor Doganov 2005-11-14 Alexander Shopov * bg.po: Updated Bulgarian translation by Yavor Doganov po/ChangeLog | 5 + po/bg.po | 3270 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 2237 insertions(+), 1038 deletions(-) commit 3d3eba8d9a2644948342bc25131600ee6f3dbf79 Author: Bruno Coudoin Date: Sun Nov 13 23:33:44 2005 +0000 Finally found the way to set the background color src/boards/gtans.c | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) commit abbe6567adf11a67a9d6df3420515ab77a0dfd4e Author: Bruno Coudoin Date: Sun Nov 13 23:19:18 2005 +0000 Improved gtans (a little bit.) Added the board description, added it for translation. Created a temporary background until we have someting better. * src/boards/python/mosaic.py: added a checked image over the selected color. ChangeLog | 15 +++++++++++++ boards/gtans.xml.in | 26 +++++++++++++++++----- boards/images/gtans_bg.png | Bin 0 -> 21851 bytes boards/images/mosaic_palette.png | Bin 32242 -> 29059 bytes po/POTFILES.in | 1 + src/boards/gtans.c | 6 ++-- src/boards/gtans_interface.c | 9 ++++--- src/boards/gtans_support.c | 4 +- src/boards/python/mosaic.py | 43 +++++++++++++++++++++++--------------- 9 files changed, 72 insertions(+), 32 deletions(-) commit e11db0fda7ab6d30ec5fae964851ec3a02ae996d Author: Francisco Javier F. Serrador Date: Sun Nov 13 11:00:35 2005 +0000 Updated Spanish translation. 2005-11-13 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 282 +++++++++++++++++++++------------------------------------- 2 files changed, 104 insertions(+), 182 deletions(-) commit 2310e21f613db769427ef2fd7d4ca2e8bed4055f Author: Bruno Coudoin Date: Sun Nov 13 10:16:48 2005 +0000 - Graphically enhanced the mosaic activity. ChangeLog | 9 ++ boards/images/mosaic_bg.png | Bin 18924 -> 18316 bytes boards/images/mosaic_palette.png | Bin 0 -> 32242 bytes src/boards/python/mosaic.py | 261 ++++++++++++++++---------------------- src/gcompris/gcompris.c | 3 + 5 files changed, 122 insertions(+), 151 deletions(-) commit b573e5557723f8e80c272dfd6b587e041b47b2aa Author: Yves Combe Date: Sat Nov 12 23:21:09 2005 +0000 finish code part for gtans board. Now buttons, gtans.xml.in and look needs improvment. ChangeLog | 14 +++++ boards/gtans/gtans_outline.png | Bin 0 -> 462 bytes boards/gtans/gtans_show.png | Bin 0 -> 1997 bytes src/boards/gtans.c | 12 ++++ src/boards/gtans.h | 2 +- src/boards/gtans_callbacks.c | 61 ++++++++++++++++++++++ src/boards/gtans_callbacks.h | 56 ++++++-------------- src/boards/gtans_interface.c | 111 ++++++++++++++++++++++++++++++++++++++- 8 files changed, 212 insertions(+), 44 deletions(-) commit 20968e74dc326ff9a041908a33ebdc61229e27fe Author: Bruno Coudoin Date: Sat Nov 12 18:11:12 2005 +0000 Removed translation on all g_warning(). improved erase to try to avoid to remove 2 images in one shot when they are underneath. It's just a little better than before. ChangeLog | 26 ++++++++++++++++++++++++++ src/boards/advanced_colors.c | 4 ++-- src/boards/erase.c | 20 +++++++++++--------- src/boards/imageid.c | 4 ++-- src/boards/missingletter.c | 4 ++-- src/boards/read_colors.c | 8 ++++---- src/boards/shapegame.c | 6 +++--- src/gcompris/config.c | 4 ++-- src/gcompris/file_selector.c | 4 ++-- src/gcompris/gameutil.c | 8 ++++---- src/gcompris/gcompris.c | 6 +++--- src/gcompris/images_selector.c | 12 ++++++------ src/gcompris/skin.c | 4 ++-- src/gcompris/soundutil.c | 4 ++-- src/gcompris/wordlist.c | 4 ++-- 15 files changed, 73 insertions(+), 45 deletions(-) commit a2dad75dfb0cc57ce70b9a39115d036c18239c54 Author: Yves Combe Date: Sat Nov 12 16:53:28 2005 +0000 add gtans based boards ChangeLog | 54 + boards/Makefile.am | 1 + boards/gtans.xml.in | 19 + boards/gtans/figures/alpha.figures | 753 +++++++++ boards/gtans/figures/default.figures | 1422 +++++++++++++++++ boards/gtans/figures/misc.figures | 923 +++++++++++ boards/gtans/figures/similar.figures | 344 ++++ boards/gtans/pixmaps/gtans_brightburtwood.xpm | 353 +++++ boards/gtans/pixmaps/gtans_brightwood.xpm | 788 ++++++++++ boards/gtans/pixmaps/gtans_burtwood.xpm | 353 +++++ boards/gtans/pixmaps/gtans_paper.xpm | 208 +++ boards/gtans/pixmaps/gtans_puzzle.xpm | 88 + boards/gtans/pixmaps/gtans_recessed.xpm | 313 ++++ boards/gtans/pixmaps/gtans_rope.xpm | 356 +++++ boards/gtans/pixmaps/gtans_stones.xpm | 171 ++ boards/gtans/pixmaps/gtans_volcanic.xpm | 340 ++++ boards/gtans/pixmaps/gtans_wood.xpm | 1457 +++++++++++++++++ src/boards/Makefile.am | 5 + src/boards/gtans.c | 2098 +++++++++++++++++++++++++ src/boards/gtans.h | 220 +++ src/boards/gtans_callbacks.c | 287 ++++ src/boards/gtans_callbacks.h | 205 +++ src/boards/gtans_interface.c | 180 +++ src/boards/gtans_interface.h | 11 + src/boards/gtans_support.c | 159 ++ src/boards/gtans_support.h | 38 + src/boards/memory.c | 2 +- 27 files changed, 11147 insertions(+), 1 deletions(-) commit c524210940de7ad27eca0b99531ad1a8e8922ee4 Author: Bruno Coudoin Date: Sat Nov 12 16:12:14 2005 +0000 Erase.c has been improved in 2 ways: - now a shuffle of the image list is done at activity startup and them images are taken incrementaly. It means, children can no more get the same image twice. - replaced rectangles by transparent images. It makes the game more pleasant. ChangeLog | 13 +++ boards/images/transparent_square.png | Bin 0 -> 6919 bytes boards/images/water_drop.png | Bin 0 -> 6775 bytes src/boards/erase.c | 138 ++++++++++++++++++++-------------- 4 files changed, 95 insertions(+), 56 deletions(-) commit 5533585a112bb6ebacf99905739cef5361c78c89 Author: Bruno Coudoin Date: Sat Nov 12 13:49:02 2005 +0000 - More animals from 2 contributions. They appear in the erase activity. Following images are from Erwan Velu and Anne Nicolas. Taken in Ireland, released under the GPL: horses.jpg squirrel.jpg sheep_irish.jpg sheep_irish2.jpg cow.jpg Following images are from Julien Noel , released under the GPL: maki*.jpg * src/boards/memory.c: (end_board): removed a printf * src/boards/submarine.c: (update_timeout), (update_timeout_slow), (update_timeout_very_slow): fixed some compile warnings * src/gcompris/gcompris.c: (init_background), (xrandr_set_config): removed a printf. ChangeLog | 31 ++++++++++++++++++++++++++++++ boards/gcompris/animals/cow.jpg | Bin 0 -> 392786 bytes boards/gcompris/animals/horses.jpg | Bin 0 -> 314350 bytes boards/gcompris/animals/maki1.jpg | Bin 0 -> 429046 bytes boards/gcompris/animals/maki2.jpg | Bin 0 -> 351402 bytes boards/gcompris/animals/maki3.jpg | Bin 0 -> 370095 bytes boards/gcompris/animals/maki4.jpg | Bin 0 -> 381937 bytes boards/gcompris/animals/maki5.jpg | Bin 0 -> 350846 bytes boards/gcompris/animals/maki6.jpg | Bin 0 -> 394116 bytes boards/gcompris/animals/readme.txt | 7 ++++++ boards/gcompris/animals/sheep_irish.jpg | Bin 0 -> 383562 bytes boards/gcompris/animals/sheep_irish2.jpg | Bin 0 -> 360510 bytes boards/gcompris/animals/squirrel.jpg | Bin 0 -> 366388 bytes docs/website/rubrique.html | 6 ++-- src/boards/erase.c | 13 +++++++++++- src/boards/memory.c | 4 +-- src/boards/submarine.c | 6 ++-- src/gcompris/gcompris.c | 4 +- 18 files changed, 59 insertions(+), 12 deletions(-) commit 39b77a4d7e61f96b119b313a88c4b9687f5c7b44 Author: Ilkka Tuohela Date: Sat Nov 12 05:40:52 2005 +0000 Updated Finnish translation po/ChangeLog | 4 + po/fi.po | 266 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 166 insertions(+), 104 deletions(-) commit 63f3c9f094336374f7f5a2720c0ad1622db7b9df Author: Yves Combe Date: Fri Nov 11 21:18:53 2005 +0000 fix segfault in memory. g_queue freed by mistake ChangeLog | 6 ++++++ src/boards/memory.c | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) commit f0874307e8d36c4804044adc1dbded2162b146a2 Author: Bruno Coudoin Date: Fri Nov 11 21:02:35 2005 +0000 added an explanation on languages in GCompris fixed compile warning fixed * docs/website/sommaire.html: added an explanation on languages in GCompris * src/boards/machpuzzle.c: (minigolf_create_item), (create_machine_item), (minigolf_move): fixed compile warning * src/boards/memory.c: (end_board), (memory_destroy_all_items): fixed a crash, tux_memory was not set to NULL and was reused. * src/gcompris/config.c: (item_event_ok): implemented instant fullscreen. * src/gcompris/gcompris.c: (init_background), (setup_window), (gcompris_set_fullscreen), (gcompris_exit), (gcompris_init): implemented instant fullscreen. * src/gcompris/gcompris.h: implemented instant fullscreen. ChangeLog | 12 ++++ docs/website/sommaire.html | 2 + src/boards/machpuzzle.c | 14 ++--- src/boards/memory.c | 13 ++-- src/gcompris/config.c | 10 +++- src/gcompris/gcompris.c | 148 ++++++++++++++++++++++++++------------------ src/gcompris/gcompris.h | 4 +- 7 files changed, 126 insertions(+), 77 deletions(-) commit 7dc72432f105804527a1d624fc86956e3687cd02 Author: Francisco Javier F. Serrador Date: Fri Nov 11 18:57:13 2005 +0000 Updated Spanish translation. 2005-11-11 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 1161 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 655 insertions(+), 510 deletions(-) commit 11a4509bc15aa348119165d5ba020ecfa98d0264 Author: Bruno Coudoin Date: Thu Nov 10 23:38:03 2005 +0000 cleanup, tries to solve double free but it's not this yet. * src/boards/memory.c: (memory_destroy_all_items), (hide_card): cleanup, tries to solve double free but it's not this yet. * src/gcompris/gameutil.c: (gcompris_find_absolute_filename): * src/gcompris/images_selector.c: (display_image), (parseImage), (read_dataset_directory): fixed bug where directory was considered as an image to load and caused the bad file dialog to be displayed. ChangeLog | 11 +++++++++++ src/boards/memory.c | 21 ++++++++++++--------- src/boards/python/anim.py | 4 ++-- src/gcompris/gameutil.c | 4 ++-- src/gcompris/images_selector.c | 12 ++++++++---- 5 files changed, 35 insertions(+), 17 deletions(-) commit 09febd4a8358ac71feadcb28ae1e16dda9bdcccf Author: Bruno Coudoin Date: Wed Nov 9 23:41:34 2005 +0000 Improved to make the audio version of the memory to being displayed in a smaller area (it let Franck art being well shown and not confused with the actual game). Fixed a memomy allocation issue in update_scores. (Sadly, this does not remove all memory issues in this activity) ChangeLog | 12 ++++++ src/boards/memory.c | 101 +++++++++++++++++++++++++++++++-------------------- 2 files changed, 73 insertions(+), 40 deletions(-) commit 6a3888796e5d6304e01eb28ab458f6ec31ae23ea Author: Adam Weinberger Date: Wed Nov 9 17:40:10 2005 +0000 Updated Canadian English translation. 2005-11-09 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 99 ++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 76 insertions(+), 27 deletions(-) commit 257f29be785f1047ca762b1903d853e3bd01f590 Author: Bruno Coudoin Date: Tue Nov 8 23:03:20 2005 +0000 Fixed english typos, it's Math not Maths created based on Francks artwork * boards/algebramenu.xml.in: Fixed english typos, it's Math not Maths * boards/boardicons/memory_sound.png: created based on Francks artwork * boards/boardicons/memory_sound_tux.png: - * boards/colors_group.xml.in: Fixed english typos, it's Color not Colour * boards/guessnumber.xml.in: Fixed English typos: Tux hide(s) a number * boards/memory_sound.xml.in: Updated board description, documentation * boards/memory_sound_tux.xml.in: Updated board description, documentation * po/POTFILES.in: added memory_sound * src/boards/memory.c: (update_scores), (create_item): added a text shadow * src/boards/money.c: (money_next_level): Now the money format is I18N (to Use $...) * src/gcompris/gameutil.c: (gcompris_find_absolute_filename): removed debug printout * src/gcompris/gcompris.c: (init_background), (gcompris_init): Moved the xrandr fullscreen set at the end of the initialisation to avoid flickering. ChangeLog | 16 ++++++++++++++++ boards/algebramenu.xml.in | 2 +- boards/boardicons/memory_sound.png | Bin 0 -> 9491 bytes boards/boardicons/memory_sound_tux.png | Bin 0 -> 11342 bytes boards/colors_group.xml.in | 2 +- boards/guessnumber.xml.in | 2 +- boards/memory_sound.xml.in | 14 +++++++------- boards/memory_sound_tux.xml.in | 10 +++++----- po/POTFILES.in | 2 ++ src/boards/memory.c | 24 +++++++++++++++++++++++- src/boards/money.c | 11 ++++++----- src/gcompris/gameutil.c | 4 +--- src/gcompris/gcompris.c | 8 +++++++- 13 files changed, 70 insertions(+), 25 deletions(-) commit 97e1a16dabdec0ff22cfd3ceab6bed32c59df137 Author: Yves Combe Date: Tue Nov 8 21:51:28 2005 +0000 Change Tux_play with colorized version, better in against computer version. Change LRLaPause_short.ogg place, for copyright. ChangeLog | 10 ++++++++++ boards/gcompris/misc/Tux_play.png | Bin 8804 -> 17104 bytes boards/sounds/LuneRouge/LRLaPause_short.ogg | Bin 0 -> 50185 bytes boards/sounds/memory/LRLaPause_short.ogg | Bin 50185 -> 0 bytes src/boards/memory.c | 4 ++-- 5 files changed, 12 insertions(+), 2 deletions(-) commit aee0b73c31afd5122c32bbfbdf7258af82d451ee Author: Yves Combe Date: Tue Nov 8 11:33:03 2005 +0000 add small sounds and apdate memory sound list. Now the two memory sound boards are playable. Needs again to rewritte their xml.in, and maybe find more and sounds than melody's and mine. ChangeLog | 11 +++ boards/sounds/memory/LRLaPause_short.ogg | Bin 0 -> 50185 bytes boards/sounds/memory/plick.ogg | Bin 0 -> 11483 bytes boards/sounds/memory/tick.ogg | Bin 0 -> 7857 bytes boards/sounds/memory/tri.ogg | Bin 0 -> 15061 bytes src/boards/memory.c | 114 ++++++++++++++--------------- 6 files changed, 66 insertions(+), 59 deletions(-) commit 19ebb4ff8672efeb95aec0de748309a825d9dac3 Author: Yves Combe Date: Mon Nov 7 22:28:38 2005 +0000 choose and modify sounds for usage in memory. ChangeLog | 94 ++++++++++++++++++++ boards/sounds/LuneRouge/COPYRIGHT | 2 + .../animaux/LRBark_1_by_Lionel_Allorge.ogg | Bin 166636 -> 0 bytes .../animaux/LRBark_1_by_Lionel_Allorge_cut.ogg | Bin 0 -> 21783 bytes .../animaux/LRBark_2_by_Lionel_Allorge.ogg | Bin 102751 -> 0 bytes .../animaux/LRBark_3_by_Lionel_Allorge.ogg | Bin 220176 -> 0 bytes .../animaux/LRBark_3_by_Lionel_Allorge_cut.ogg | Bin 0 -> 27444 bytes ...rogs_in_pond_during_storm_by_Lionel_Allorge.ogg | Bin 1505919 -> 0 bytes ..._in_pond_during_storm_by_Lionel_Allorge_cut.ogg | Bin 0 -> 58930 bytes .../LRRain_in_garden_01_by_Lionel_Allorge.ogg | Bin 1857366 -> 0 bytes .../LRRain_in_garden_01_by_Lionel_Allorge_cut.ogg | Bin 0 -> 69010 bytes .../engins/LR9mm_one_shot_by_Lionel_Allorge.ogg | Bin 25111 -> 0 bytes .../engins/LRCars_01_by_Lionel_Allorge.ogg | Bin 918793 -> 0 bytes .../engins/LRChopper_01_by_Lionel_Allorge.ogg | Bin 177705 -> 0 bytes .../engins/LRChopper_02_by_Lionel_Allorge.ogg | Bin 276837 -> 0 bytes .../engins/LRChopper_03_by_Lionel_Allorge.ogg | Bin 226013 -> 0 bytes .../engins/LRExplosion_01_by_Lionel_Allorge.ogg | Bin 47296 -> 0 bytes .../engins/LRExplosion_02_by_Lionel_Allorge.ogg | Bin 26953 -> 0 bytes .../engins/LRExplosion_03_by_Lionel_Allorge.ogg | Bin 29593 -> 0 bytes .../engins/LRHighway_1_by_Lionel_Allorge.ogg | Bin 317050 -> 0 bytes .../engins/LRShotgun_3_shots_by_Lionel_Allorge.ogg | Bin 97618 -> 0 bytes ...art_and_stop_car_engine_1_by_Lionel_Allorge.ogg | Bin 733070 -> 0 bytes ...and_stop_car_engine_1_by_Lionel_Allorge_cut.ogg | Bin 0 -> 48594 bytes .../engins/LRThruster_1_by_Lionel_Allorge.ogg | Bin 589253 -> 0 bytes .../LRTrain_going_slow_01_by_Lionel_Allorge.ogg | Bin 918963 -> 0 bytes .../LRTrain_slowing_down_01_by_Lionel_Allorge.ogg | Bin 601375 -> 0 bytes ...Train_slowing_down_01_by_Lionel_Allorge_cut.ogg | Bin 0 -> 75688 bytes .../humain/LRApplauses_1_by_Lionel_Allorge.ogg | Bin 213246 -> 0 bytes .../humain/LRApplauses_1_by_Lionel_Allorge_cut.ogg | Bin 0 -> 36483 bytes .../LRFrench_restaurant_01_by_Lionel_Allorge.ogg | Bin 344549 -> 0 bytes .../LRFrench_restaurant_02_by_Lionel_Allorge.ogg | Bin 846219 -> 0 bytes .../LRFrench_restaurant_03_by_Lionel_Allorge.ogg | Bin 1033716 -> 0 bytes .../LRCleaning_a_window_01_par_Lionel_Allorge.ogg | Bin 295329 -> 0 bytes .../maison/LRDoor_Open_1_by_Lionel_Allorge.ogg | Bin 72256 -> 0 bytes .../LRBuddhist_gong_01_by_Lionel_Allorge.ogg | Bin 148700 -> 0 bytes .../LRBuddhist_gong_02_by_Lionel_Allorge.ogg | Bin 125268 -> 0 bytes .../LRBuddhist_gong_03_by_Lionel_Allorge.ogg | Bin 149265 -> 0 bytes .../LRBuddhist_gong_04_by_Lionel_Allorge.ogg | Bin 115379 -> 0 bytes .../LRBuddhist_gong_06_by_Lionel_Allorge.ogg | Bin 406846 -> 0 bytes .../LRBuddhist_gong_07_by_Lionel_Allorge.ogg | Bin 138354 -> 0 bytes .../LRBuddhist_gong_08_by_Lionel_Allorge.ogg | Bin 140997 -> 0 bytes .../sf/LRBeast_from_space_01_by_Lionel_Allorge.ogg | Bin 94918 -> 0 bytes .../sf/LRBlast_passing_01_by_Lionel_Allorge.ogg | Bin 21473 -> 0 bytes .../sf/LRBlast_passing_02_by_Lionel_Allorge.ogg | Bin 31050 -> 0 bytes .../sf/LRET_phone_home_01_by_Lionel_Allorge.ogg | Bin 94598 -> 0 bytes .../sf/LRLaser_gun_01_by_Lionel_Allorge.ogg | Bin 19081 -> 0 bytes .../sf/LRLaser_gun_02_by_Lionel_Allorge.ogg | Bin 20241 -> 0 bytes .../sf/LRLaser_gun_03_by_Lionel_Allorge.ogg | Bin 29197 -> 0 bytes .../sf/LRLaser_gun_04_by_Lionel_Allorge.ogg | Bin 43832 -> 0 bytes .../sf/LRLaser_gun_05_by_Lionel_Allorge.ogg | Bin 26059 -> 0 bytes .../sf/LRLaser_gun_06_by_Lionel_Allorge.ogg | Bin 20412 -> 0 bytes src/boards/memory.c | 93 ++++++------------- 52 files changed, 126 insertions(+), 63 deletions(-) commit a4f3c20c23fc16f93fb60638ebb655b5701872f2 Author: Yves Combe Date: Mon Nov 7 09:17:21 2005 +0000 memo_sound and memo_sound_tux code finished. We need a function to stop running sound if board is stopped before end. And sound needs yet to be choosen correctly. ChangeLog | 7 +++ src/boards/memory.c | 147 ++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 124 insertions(+), 30 deletions(-) commit 4e0a59443ebc44f1c08d5401cdc933b2faaf818b Author: Yves Combe Date: Mon Nov 7 07:26:29 2005 +0000 add autor's name for LuneRouge musics. ChangeLog | 7 +++++++ boards/music/background/COPYRIGHT | 2 +- boards/sounds/LuneRouge/COPYRIGHT | 3 +++ 3 files changed, 11 insertions(+), 1 deletions(-) commit afde7484f93486d2dce2a2eb1b6b931960661805 Author: Yves Combe Date: Mon Nov 7 07:19:57 2005 +0000 Add LaPause piano music in background music. Update LuneRouge/Licence.txt to english version of the licence. ChangeLog | 9 ++ boards/music/background/COPYRIGHT | 8 ++ boards/music/background/LRLaPause.ogg | Bin 0 -> 1019667 bytes boards/sounds/LuneRouge/Licence.txt | 166 ++++++++++++++++----------------- 4 files changed, 98 insertions(+), 85 deletions(-) commit 1a4e9288c553547fde7f9855d654079b090845eb Author: Yves Combe Date: Mon Nov 7 00:03:47 2005 +0000 missing xml;in from previous commit. boards/memory_sound.xml.in | 19 +++++++++++++++++++ boards/memory_sound_tux.xml.in | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+), 0 deletions(-) commit c44741825f6389f34653787cac95a050fec83e18 Author: Yves Combe Date: Sun Nov 6 23:49:23 2005 +0000 memo sound. Callback not used yet. new xml.in are missing in po, they needs rewriting. ChangeLog | 117 +++++++ boards/Makefile.am | 4 +- boards/gcompris/misc/Tux_mute.png | Bin 0 -> 9780 bytes boards/gcompris/misc/Tux_play.png | Bin 0 -> 8804 bytes boards/images/gcompris_band.png | Bin 0 -> 294952 bytes boards/sounds/LuneRouge/Licence.txt | 145 +++++++++ .../animaux/LRBark_1_by_Lionel_Allorge.ogg | Bin 0 -> 166636 bytes .../animaux/LRBark_2_by_Lionel_Allorge.ogg | Bin 0 -> 102751 bytes .../animaux/LRBark_3_by_Lionel_Allorge.ogg | Bin 0 -> 220176 bytes ...rogs_in_pond_during_storm_by_Lionel_Allorge.ogg | Bin 0 -> 1505919 bytes .../LRRain_in_garden_01_by_Lionel_Allorge.ogg | Bin 0 -> 1857366 bytes .../engins/LR9mm_one_shot_by_Lionel_Allorge.ogg | Bin 0 -> 25111 bytes .../engins/LRCars_01_by_Lionel_Allorge.ogg | Bin 0 -> 918793 bytes .../engins/LRChopper_01_by_Lionel_Allorge.ogg | Bin 0 -> 177705 bytes .../engins/LRChopper_02_by_Lionel_Allorge.ogg | Bin 0 -> 276837 bytes .../engins/LRChopper_03_by_Lionel_Allorge.ogg | Bin 0 -> 226013 bytes .../engins/LRExplosion_01_by_Lionel_Allorge.ogg | Bin 0 -> 47296 bytes .../engins/LRExplosion_02_by_Lionel_Allorge.ogg | Bin 0 -> 26953 bytes .../engins/LRExplosion_03_by_Lionel_Allorge.ogg | Bin 0 -> 29593 bytes .../engins/LRHighway_1_by_Lionel_Allorge.ogg | Bin 0 -> 317050 bytes .../LRObject_falling_01_by_Lionel_Allorge.ogg | Bin 0 -> 25637 bytes .../LRObject_falling_02_by_Lionel_Allorge.ogg | Bin 0 -> 56007 bytes .../engins/LRShotgun_3_shots_by_Lionel_Allorge.ogg | Bin 0 -> 97618 bytes ...art_and_stop_car_engine_1_by_Lionel_Allorge.ogg | Bin 0 -> 733070 bytes .../engins/LRThruster_1_by_Lionel_Allorge.ogg | Bin 0 -> 589253 bytes .../LRTrain_going_slow_01_by_Lionel_Allorge.ogg | Bin 0 -> 918963 bytes .../LRTrain_slowing_down_01_by_Lionel_Allorge.ogg | Bin 0 -> 601375 bytes .../humain/LRApplauses_1_by_Lionel_Allorge.ogg | Bin 0 -> 213246 bytes .../LRFrench_restaurant_01_by_Lionel_Allorge.ogg | Bin 0 -> 344549 bytes .../LRFrench_restaurant_02_by_Lionel_Allorge.ogg | Bin 0 -> 846219 bytes .../LRFrench_restaurant_03_by_Lionel_Allorge.ogg | Bin 0 -> 1033716 bytes .../humain/LRHeart_beat_01_by_Lionel_Allorge.ogg | Bin 0 -> 23596 bytes .../LRCleaning_a_window_01_par_Lionel_Allorge.ogg | Bin 0 -> 295329 bytes .../maison/LRDoor_Open_1_by_Lionel_Allorge.ogg | Bin 0 -> 72256 bytes .../maison/LRDoor_Open_2_by_Lionel_Allorge.ogg | Bin 0 -> 71612 bytes .../maison/LRRing_01_by_Lionel_Allorge.ogg | Bin 0 -> 18062 bytes .../LRBuddhist_gong_01_by_Lionel_Allorge.ogg | Bin 0 -> 148700 bytes .../LRBuddhist_gong_02_by_Lionel_Allorge.ogg | Bin 0 -> 125268 bytes .../LRBuddhist_gong_03_by_Lionel_Allorge.ogg | Bin 0 -> 149265 bytes .../LRBuddhist_gong_04_by_Lionel_Allorge.ogg | Bin 0 -> 115379 bytes .../LRBuddhist_gong_05_by_Lionel_Allorge.ogg | Bin 0 -> 62074 bytes .../LRBuddhist_gong_06_by_Lionel_Allorge.ogg | Bin 0 -> 406846 bytes .../LRBuddhist_gong_07_by_Lionel_Allorge.ogg | Bin 0 -> 138354 bytes .../LRBuddhist_gong_08_by_Lionel_Allorge.ogg | Bin 0 -> 140997 bytes .../sf/LRBeast_from_space_01_by_Lionel_Allorge.ogg | Bin 0 -> 94918 bytes .../sf/LRBlast_passing_01_by_Lionel_Allorge.ogg | Bin 0 -> 21473 bytes .../sf/LRBlast_passing_02_by_Lionel_Allorge.ogg | Bin 0 -> 31050 bytes .../sf/LRET_phone_home_01_by_Lionel_Allorge.ogg | Bin 0 -> 94598 bytes .../sf/LRLaser_gun_01_by_Lionel_Allorge.ogg | Bin 0 -> 19081 bytes .../sf/LRLaser_gun_02_by_Lionel_Allorge.ogg | Bin 0 -> 20241 bytes .../sf/LRLaser_gun_03_by_Lionel_Allorge.ogg | Bin 0 -> 29197 bytes .../sf/LRLaser_gun_04_by_Lionel_Allorge.ogg | Bin 0 -> 43832 bytes .../sf/LRLaser_gun_05_by_Lionel_Allorge.ogg | Bin 0 -> 26059 bytes .../sf/LRLaser_gun_06_by_Lionel_Allorge.ogg | Bin 0 -> 20412 bytes .../LuneRouge/sf/LRWeird_1_by_Lionel_Allorge.ogg | Bin 0 -> 41208 bytes .../LuneRouge/sf/LRWeird_2_by_Lionel_Allorge.ogg | Bin 0 -> 40628 bytes .../LuneRouge/sf/LRWeird_3_by_Lionel_Allorge.ogg | Bin 0 -> 106567 bytes .../LuneRouge/sf/LRWeird_4_by_Lionel_Allorge.ogg | Bin 0 -> 52454 bytes .../LuneRouge/sf/LRWeird_5_by_Lionel_Allorge.ogg | Bin 0 -> 71475 bytes .../LuneRouge/sf/LRWeird_6_by_Lionel_Allorge.ogg | Bin 0 -> 48037 bytes .../usine/LRFactory_noise_01_by_Lionel_Allorge.ogg | Bin 0 -> 16306 bytes .../usine/LRFactory_noise_02_by_Lionel_Allorge.ogg | Bin 0 -> 15634 bytes .../usine/LRFactory_noise_03_by_Lionel_Allorge.ogg | Bin 0 -> 14838 bytes .../usine/LRFactory_noise_04_by_Lionel_Allorge.ogg | Bin 0 -> 21606 bytes .../usine/LRFactory_noise_05_by_Lionel_Allorge.ogg | Bin 0 -> 11588 bytes .../usine/LRFactory_noise_06_by_Lionel_Allorge.ogg | Bin 0 -> 13566 bytes .../usine/LRFireballs_01_by_Lionel_Allorge.ogg | Bin 0 -> 70008 bytes .../usine/LRHits_01_by_Lionel_Allorge.ogg | Bin 0 -> 109626 bytes src/boards/memory.c | 319 +++++++++++++------- 69 files changed, 474 insertions(+), 111 deletions(-) commit c2d26b059881cfeee4f62853f2909928d7fc1578 Author: Yves Combe Date: Sun Nov 6 19:59:56 2005 +0000 use Quark internal string in g_hash. fix double free. ChangeLog | 7 ++++ src/boards/memory.c | 84 +++++++++++++++++++++++++++++++++++++++++++++- src/gcompris/soundutil.c | 9 +++-- 3 files changed, 96 insertions(+), 4 deletions(-) commit e9fcfa88ad5297d5b1c8639d99406f4e73d03b6d Author: Bruno Coudoin Date: Sun Nov 6 19:20:58 2005 +0000 - Fixed. We not returning NULL upon search failure. sound was broken. ChangeLog | 7 +++++++ src/gcompris/gameutil.c | 21 +++++++++++---------- 2 files changed, 18 insertions(+), 10 deletions(-) commit 465f70955c2352adbed3dca408f4dfa5b88fd6db Author: Bruno Coudoin Date: Sun Nov 6 18:03:36 2005 +0000 - Improved mosaic background - changed gameutil to search files in ~/.gcompris/Plugins/boards if a file is not found in the /usr/.../gcompris/boards directory ChangeLog | 15 ++++++++++ boards/images/mosaic_bg.png | Bin 44521 -> 18924 bytes src/boards/python/mosaic.py | 9 ------ src/gcompris/gameutil.c | 62 ++++++++++++++++++++++++++---------------- src/gcompris/gcompris.c | 8 ++++- src/gcompris/properties.c | 5 +++- src/gcompris/properties.h | 3 +- 7 files changed, 65 insertions(+), 37 deletions(-) commit d3044e13d4a187ec4b5e8bd0b471c4134578df2a Author: Yves Combe Date: Sat Nov 5 21:14:27 2005 +0000 fix double free. fix melody to wait intro finished before start. fix double free. fix melody to wait intro finished before start. ChangeLog | 9 +++++++++ src/boards/memory.c | 5 +++-- src/boards/py-mod-sound.c | 2 +- src/boards/python/melody.py | 10 ++++++---- 4 files changed, 19 insertions(+), 7 deletions(-) commit 245328c59288d04897fcd7167d5897a996c7cd00 Author: Yves Combe Date: Sat Nov 5 14:58:18 2005 +0000 add gcompris_play_ogg_cb function, to get called when sound is finished. Yet a double free in melody. ChangeLog | 17 +++++ src/boards/click_on_letter.c | 10 +++- src/boards/py-mod-sound.c | 81 +++++++++++++++++++++ src/boards/python/melody.py | 12 +++- src/gcompris/gcompris-marshal.list | 1 + src/gcompris/soundutil.c | 138 ++++++++++++++++++++++++++++++++++++ src/gcompris/soundutil.h | 47 ++++++++++++ 7 files changed, 302 insertions(+), 4 deletions(-) commit 1531855c5439d6a98645aea21a5e8d66e8ee2ada Author: Bruno Coudoin Date: Sat Nov 5 13:54:34 2005 +0000 Completed the mosaic activity. * boards/boardicons/guessnumber.png: * boards/boardicons/mosaic.png: * boards/images/mosaic_bg.png: * boards/mosaic.xml.in: * configure.in: * src/boards/python/mosaic.py: * src/gcompris/gcompris.c: (gcompris_exit): Do not call xrandr if our pointer it's no more there. Strange I hot this case. ChangeLog | 16 +++- boards/boardicons/guessnumber.png | Bin 9419 -> 14891 bytes boards/boardicons/mosaic.png | Bin 0 -> 9281 bytes boards/images/mosaic_bg.png | Bin 0 -> 44521 bytes boards/mosaic.xml.in | 4 +- configure.in | 16 ++-- src/boards/python/mosaic.py | 237 ++++++++++++++++++++++++++---------- src/gcompris/gcompris.c | 9 +- 8 files changed, 202 insertions(+), 80 deletions(-) commit ca05a74141d46914c2c8efc32f9ad83f387ba1d5 Author: Bruno Coudoin Date: Fri Nov 4 20:47:09 2005 +0000 Updated Norwegian Nynorsk by Klaus Ade Johnstad * nb.po: Updated Norwegian Nynorsk by Klaus Ade Johnstad po/ChangeLog | 4 + po/nb.po | 509 +++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 316 insertions(+), 197 deletions(-) commit f0a19b7e88fe957b094aafd53e355ca47d7dfc28 Author: Yves Combe Date: Fri Nov 4 13:16:47 2005 +0000 Fix signal name presentation in gcompris_terminate. Suppress gnome_canvas_update_now in menu (cause of segfault in fullscreen mode). ChangeLog | 8 ++++++++ src/boards/menu.c | 6 +++--- src/gcompris/gcompris.c | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) commit bcdeed907cc641ce15c37c64d470314dcb9c4309 Author: Bruno Coudoin Date: Thu Nov 3 20:35:19 2005 +0000 - fixed audio file detection to not accept a directory as a valid input. - fixed bad named audio files in geography. ChangeLog | 23 ++--------------------- src/gcompris/soundutil.c | 4 ++-- 2 files changed, 4 insertions(+), 23 deletions(-) commit a30d2a8c1764a2dcf2ee64b4bff4f688f5ee16a0 Author: Bruno Coudoin Date: Wed Nov 2 23:10:32 2005 +0000 - fixed audio file detection to not accept a directory as a valid input. - fixed bad named audio files in geography. ChangeLog | 16 ++++++++++++++++ boards/doubleentry/Makefile.am | 2 +- boards/geography/Makefile.am | 2 +- boards/geography/board1_0.xml.in | 2 +- boards/sounds/fr/geography/europa.ogg | Bin 10256 -> 0 bytes boards/sounds/fr/geography/europe.ogg | Bin 0 -> 10256 bytes .../fr/geography/gcompris_geography_fr.assetml.in | 4 ++-- boards/sounds/pt/geography/europa.ogg | Bin 8763 -> 0 bytes boards/sounds/pt/geography/europe.ogg | Bin 0 -> 8763 bytes .../pt/geography/gcompris_geography_pt.assetml.in | 4 ++-- src/gcompris/gameutil.c | 6 +++--- src/gcompris/soundutil.c | 2 +- 12 files changed, 27 insertions(+), 11 deletions(-) commit 55fd5a17b7ad3e3599857c58d56f87bff3d93162 Author: Bruno Coudoin Date: Wed Nov 2 20:18:06 2005 +0000 updated russian by Dubrovskiy Vyacheslav. po/ChangeLog | 4 + po/ru.po | 363 ++++++++++++++++++++-------------------------------------- 2 files changed, 130 insertions(+), 237 deletions(-) commit 38df8152b8e33dfa466de8eea72e3a68b01bd680 Author: Adam Weinberger Date: Wed Nov 2 15:46:54 2005 +0000 Updated Canadian English translation. 2005-11-02 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 +++ po/en_CA.po | 78 +++++++++++++++++++++++++-------------------------------- 2 files changed, 38 insertions(+), 44 deletions(-) commit aecea09a3a88427d3f79a69ad049c00cf92a43aa Author: Bruno Coudoin Date: Tue Nov 1 20:55:42 2005 +0000 - Fixes text of board description being badly wrapped I now use the richtext canvas to display it. We may loose on reliabilty. * boards/canal_lock.xml.in: * boards/clickgame.xml.in: * boards/gnumch-inequality.xml.in: * boards/guessnumber.xml.in: * boards/redraw_symmetrical.xml.in: * boards/traffic.xml.in: * boards/watercycle.xml.in: * src/boards/menu.c: (menu_start), (menu_end), (item_event), (set_content), (create_info_area): * src/boards/python/anim.py: fix for import old animation not working * src/boards/python/guessnumber.py: Fix for widget that appers over bonus and/or help * src/gcompris/gameutil.c: (gcompris_add_xml_to_data): * src/gcompris/help.c: (set_content): ChangeLog | 39 ++++++++ boards/canal_lock.xml.in | 3 +- boards/clickgame.xml.in | 3 +- boards/gnumch-inequality.xml.in | 3 +- boards/guessnumber.xml.in | 3 +- boards/redraw_symmetrical.xml.in | 3 +- boards/traffic.xml.in | 3 +- boards/watercycle.xml.in | 3 +- src/boards/menu.c | 180 +++++++++++++++++++++++++++---------- src/boards/python/anim.py | 2 + src/boards/python/guessnumber.py | 10 ++- src/gcompris/gameutil.c | 23 +----- src/gcompris/help.c | 12 +--- 13 files changed, 189 insertions(+), 98 deletions(-) commit 41e1ff78d4567715baa4f258bb83953dda54dbc3 Author: Bruno Coudoin Date: Tue Nov 1 20:47:25 2005 +0000 updated french by Bruno, fixed only line break for board descriptions * fr.po: updated french by Bruno, fixed only line break for board descriptions po/ChangeLog | 4 ++++ po/fr.po | 49 ++++++++++++++----------------------------------- 2 files changed, 18 insertions(+), 35 deletions(-) commit 957a28485dee1741fbfa20a499f846bcecfa77d1 Author: Vincent van Adrighem Date: Tue Nov 1 08:19:47 2005 +0000 Translation updated by Tino Meinen. 2005-11-01 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 2398 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 1521 insertions(+), 881 deletions(-) commit c24a77a9f17b6009a57fd53ae2eacb92c8158b05 Author: Adam Weinberger Date: Mon Oct 31 19:19:03 2005 +0000 Updated Canadian English translation. 2005-10-31 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 364 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 208 insertions(+), 160 deletions(-) commit abfad84514504108563a19bc620df60382b65c92 Author: Bruno Coudoin Date: Sun Oct 30 23:14:58 2005 +0000 Many bugfixes. * boards/guessnumber.xml.in: Name of section change to fix the bug of memory disapearing * boards/memory.xml.in: - * boards/memory_group.xml.in: - * boards/memory_tux.xml.in: - * boards/mosaic.xml.in: - * boards/railroad.xml.in: - * boards/submarine/vanne.png: Changed to be easier to catch * boards/tuxpaint.xml.in: added translation aware * po/POTFILES.in: added tuxpaint * src/boards/erase.c: (game_won): added more animals images to give more change they change at each gameplay * src/boards/python/guessnumber.py: fixed pause. back from help was broken. * src/boards/python/hexagon.py: fixed pause. back from help was broken. * src/boards/railroad.c: (reposition_model), (animate_step), (animate_model): fixed anormal speed increase * src/boards/wordsgame.c: (key_press), (wordsgame_read_wordfile): removed compile warnings * src/gcompris/gcompris_db.c: (gcompris_db_init), (gcompris_db_set_date), (gcompris_db_set_version), (gcompris_db_board_update), (gcompris_db_read_board_from_section), (gcompris_db_get_board_id), (gcompris_db_remove_board), (gcompris_db_get_profile), (gcompris_get_user_from_id), (gcompris_get_class_from_id), (gcompris_get_groups_list), (gcompris_get_users_list), (gcompris_get_classes_list): removed compile warnings ChangeLog | 27 +++++++++++++++++++++++++++ boards/guessnumber.xml.in | 2 +- boards/memory.xml.in | 2 +- boards/memory_group.xml.in | 6 +++--- boards/memory_tux.xml.in | 9 ++------- boards/mosaic.xml.in | 2 +- boards/railroad.xml.in | 2 +- boards/submarine/vanne.png | Bin 483 -> 605 bytes boards/tuxpaint.xml.in | 10 +++++----- po/POTFILES.in | 1 + src/boards/erase.c | 25 ++++++++++++++++++------- src/boards/python/guessnumber.py | 4 +++- src/boards/python/hexagon.py | 6 ++++-- src/boards/railroad.c | 13 ++++++------- src/boards/wordsgame.c | 6 +++--- src/gcompris/gcompris_db.c | 28 +++++----------------------- 16 files changed, 81 insertions(+), 62 deletions(-) commit cb5e92d7c069eaa9d1fe10af3b2738a71e920691 Author: Bruno Coudoin Date: Sun Oct 30 22:05:48 2005 +0000 Updated Norwegian Nynorsk by Karl Ove Hufthammer po/ChangeLog | 4 + po/nn.po | 504 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 323 insertions(+), 185 deletions(-) commit 18fc7b70823aa3a2e7cbe1ada705e6384192880b Author: Ilkka Tuohela Date: Sun Oct 30 16:56:07 2005 +0000 Updated Finnish translation po/ChangeLog | 4 + po/fi.po | 363 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 217 insertions(+), 150 deletions(-) commit f072f98513a1e4748ff30ee7f4c5a2f80c4ea5cf Author: Bruno Coudoin Date: Sun Oct 30 15:18:41 2005 +0000 Updated Norwegian Nynorsk by Klaus Ade Johnstad * nb.po: Updated Norwegian Nynorsk by Klaus Ade Johnstad po/ChangeLog | 4 + po/nb.po | 342 ++++++++++++++++++++-------------------------------------- 2 files changed, 123 insertions(+), 223 deletions(-) commit fde12488cde247aeccd750a66b8047460d0bfdf2 Author: Bruno Coudoin Date: Sun Oct 30 00:38:36 2005 +0000 - login do no more need pysqlite - user report now use the gcompris login name if available - created a new activity, called mosaic. Not playable yet. ChangeLog | 18 ++ boards/Makefile.am | 1 + boards/mosaic.xml.in | 19 +++ gcompris.spec.in | 2 +- po/POTFILES.in | 2 + src/boards/fifteen.c | 3 +- src/boards/python/Makefile.am | 1 + src/boards/python/guessnumber.py | 7 +- src/boards/python/login.py | 13 -- src/boards/python/mosaic.py | 328 ++++++++++++++++++++++++++++++++++++++ src/gcompris/log.c | 12 ++- 11 files changed, 382 insertions(+), 24 deletions(-) commit ca2b4b198a450a92d5031b1085a83d8407b262fd Author: Bruno Coudoin Date: Sat Oct 29 16:32:46 2005 +0000 added missing xml:space="preserve" missing file Fixed missing _ for I18N * boards/chronos.xml.in: added missing xml:space="preserve" * boards/geography/Makefile.am: missing file * boards/geography/board4_0.xml.in: Fixed missing _ for I18N * boards/geography/board4_1.xml.in: Fixed missing _ for I18N * boards/geography/board4_2.xml.in: Fixed Maritania image reference ChangeLog | 8 +++++ boards/chronos.xml.in | 2 +- boards/geography/Makefile.am | 1 + boards/geography/board4_0.xml.in | 64 +++++++++++++++++++------------------- boards/geography/board4_1.xml.in | 40 ++++++++++++------------ boards/geography/board4_2.xml.in | 2 +- 6 files changed, 63 insertions(+), 54 deletions(-) commit 83e29bd16849714f9773b0424523aa622f8f8a34 Author: Bruno Coudoin Date: Fri Oct 28 22:19:18 2005 +0000 Updated by Slava Dubrovskiy po/ChangeLog | 4 ++++ po/ru.po | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) commit 60558b047bf7b89c6cdb62ff6842ad9daf1e1053 Author: Bruno Coudoin Date: Fri Oct 28 05:56:48 2005 +0000 fixes a crash that happens at quit time with xrandr set but for some * src/gcompris/gcompris.c: (init_background), (xrandr_init), (xrandr_get_config), (xrandr_set_config): fixes a crash that happens at quit time with xrandr set but for some reason, the xrandr variable is at NULL. Added signal handler on SIGSEGV to trap gcompris crash and set back the screen resolution. ChangeLog | 8 ++++++++ src/gcompris/gcompris.c | 32 +++++++++++++++++++++++--------- 2 files changed, 31 insertions(+), 9 deletions(-) commit 1b12e96bac38e8f46c4c86232486e6404c0c9378 Author: Bruno Coudoin Date: Wed Oct 26 21:49:59 2005 +0000 updated french by J.Ph. Ayanides updated russian by Dubrovskiy Vyacheslav. * fr.po: updated french by J.Ph. Ayanides * ru.po: updated russian by Dubrovskiy Vyacheslav. po/ChangeLog | 5 + po/fr.po | 2327 ++++++++++++++++------------- po/ru.po | 4723 ++++++++++++++++++++++++++++++++++++++-------------------- 3 files changed, 4371 insertions(+), 2684 deletions(-) commit 4b0352b2cc1d2c520623dd826bdb2ce8f67d0a64 Author: Ilkka Tuohela Date: Sun Oct 23 07:29:33 2005 +0000 Updated Finnish translation po/ChangeLog | 4 + po/fi.po | 1462 +++++++++++++++++++++++++++------------------------------- 2 files changed, 676 insertions(+), 790 deletions(-) commit b46f705c9eef53d406988c99acb8e6f58a74cd50 Author: Adam Weinberger Date: Sun Oct 23 06:20:54 2005 +0000 Updated Canadian English translation. 2005-10-23 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 95 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 56 insertions(+), 43 deletions(-) commit bcbcf6d383d1501d1feab4bbd21173e63a62240d Author: Francisco Javier F. Serrador Date: Sat Oct 22 17:30:22 2005 +0000 Updated Spanish translation. 2005-10-22 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 2490 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 1354 insertions(+), 1140 deletions(-) commit cfcd299059542669d7075f33a220557d5b19c250 Author: Bruno Coudoin Date: Fri Oct 21 21:11:59 2005 +0000 Completed leftright remake, integrated new highlight selector by Franck. ChangeLog | 9 ++++ boards/leftright/highlight_torus.png | Bin 9413 -> 0 bytes boards/leftright/leftright-select.png | Bin 0 -> 7070 bytes src/boards/leftright.c | 70 ++++++++++++++++++++------------ 4 files changed, 53 insertions(+), 26 deletions(-) commit 67a2a834d493ead5acbc954669b5b85db0e91199 Author: Bruno Coudoin Date: Thu Oct 20 21:54:28 2005 +0000 Franck has ramake 2 backgrounds. one for color and one for leftright. Still need to review the way we highlight the button uppon click in the leftright game. Fixed string issues (Thanks Ronny) ChangeLog | 26 ++++++++++++++++++++++++-- INSTALL | 2 ++ boards/chronos.xml.in | 2 +- boards/colors/colors_bg.jpg | Bin 41974 -> 0 bytes boards/colors/colors_bg.png | Bin 0 -> 161702 bytes boards/leftright/leftright-bg.jpg | Bin 15991 -> 0 bytes boards/skins/babytoy/leftright-bg.jpg | Bin 0 -> 25743 bytes boards/skins/gartoon/leftright-bg.jpg | Bin 0 -> 25483 bytes configure.in | 2 +- src/boards/colors.c | 22 +++++++++++----------- src/boards/leftright.c | 3 ++- src/boards/python/guessnumber.py | 4 ++-- 12 files changed, 43 insertions(+), 18 deletions(-) commit c22de9b69e7aa9d324424c271c6ded689f76b7da Author: Adam Weinberger Date: Wed Oct 19 18:47:36 2005 +0000 Updated Canadian English translation. 2005-10-19 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 133 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 85 insertions(+), 52 deletions(-) commit d415903210979aa005d97857ccdde56d4eb87b4e Author: Yair Hershkovitz Date: Tue Oct 18 11:55:38 2005 +0000 Updated Hebrew translation. 2005-10-18 Yair Hershkovitz * he.po: Updated Hebrew translation. po/ChangeLog | 4 ++++ po/he.po | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) commit ade27be0ba1941b05771693f45dfdeae7c6ba184 Author: Jose JORGE Date: Mon Oct 17 17:56:38 2005 +0000 Updated Portuguese translation. 2005-10-17 Jose JORGE * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 1804 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 1019 insertions(+), 789 deletions(-) commit 116286e59eddd55b7293e53bd7313f2d41db53b3 Author: Bruno Coudoin Date: Sun Oct 16 22:45:54 2005 +0000 Fixed crash if exit is done while tux move src/boards/python/guessnumber.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 712c736632e9f4069b58d78e65b20892fb64f8d1 Author: Bruno Coudoin Date: Sun Oct 16 22:05:41 2005 +0000 src/boards/python/guessnumber.py: now display messages when text entered is out of range boards/gnumchmenu.xml.in | 2 +- boards/guessnumber.xml.in | 10 +++++--- src/boards/python/guessnumber.py | 39 ++++++++++++++++--------------------- 3 files changed, 24 insertions(+), 27 deletions(-) commit a3b8bb391f20a0c6af21ef47277cc55a2095cff4 Author: Kjartan Maraas Date: Sun Oct 16 19:09:34 2005 +0000 Updated Norwegian bokmål translation. 2005-10-16 Kjartan Maraas * nb.po: Updated Norwegian bokmål translation. po/ChangeLog | 4 + po/nb.po | 1545 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 825 insertions(+), 724 deletions(-) commit cf4e1472fd8daefe3bffe8ec0979e2117956ee9d Author: Bruno Coudoin Date: Sun Oct 16 18:38:43 2005 +0000 - Completed the guessnumber activity, including artwork ChangeLog | 8 +++++ boards/boardicons/guessnumber.png | Bin 0 -> 9419 bytes boards/guessnumber.xml.in | 2 +- boards/images/cave.png | Bin 0 -> 57443 bytes src/boards/python/guessnumber.py | 56 +++++++++++++++++++++++++++---------- 5 files changed, 50 insertions(+), 16 deletions(-) commit a03c0c80615b15024e0f773341075fe5fabdc0a5 Author: Bruno Coudoin Date: Sun Oct 16 14:34:46 2005 +0000 - Fixed non translated string in chronos. (strings in xml with preverve must not use \n) - Added a new icon for the gnumch game by Franck Doucet. - Removed keymap association that are not more needed in python boards - Now the guessnumber game as an helico that shows the distance to the number to find ChangeLog | 58 ++++++ boards/boardicons/connect4.png | Bin 7276 -> 8735 bytes boards/boardicons/gnumch-equal.png | Bin 0 -> 9727 bytes boards/boardicons/gnumch-factors.png | Bin 0 -> 11010 bytes boards/boardicons/gnumch-inequal.png | Bin 0 -> 10039 bytes boards/boardicons/gnumch-multiples.png | Bin 0 -> 10191 bytes boards/boardicons/gnumch-primes.png | Bin 0 -> 10030 bytes boards/boardicons/gnumch.png | Bin 6026 -> 10652 bytes boards/boardicons/sudoku.png | Bin 4155 -> 5715 bytes boards/chronos/board3_0.xml.in | 5 +- boards/chronos/board3_1.xml.in | 8 +- boards/chronos/board3_2.xml.in | 7 +- boards/chronos/board3_3.xml.in | 9 +- boards/chronos/board4_0.xml.in | 3 +- boards/chronos/board4_3.xml.in | 2 +- boards/gnumch-equality.xml.in | 2 +- boards/gnumch-factors.xml.in | 2 +- boards/gnumch-inequality.xml.in | 2 +- boards/gnumch-multiples.xml.in | 2 +- boards/gnumch-primes.xml.in | 2 +- src/boards/planegame.c | 15 +-- src/boards/python/algorithm.py | 13 +- src/boards/python/anim.py | 23 --- src/boards/python/guessnumber.py | 299 +++++++++++++++++++++++--------- src/boards/python/pythontest.py | 23 --- src/boards/python/sudoku.py | 23 --- 26 files changed, 308 insertions(+), 190 deletions(-) commit de8437b85e2209ec6bcaba4a5b83f1afef3f80e5 Author: Bruno Coudoin Date: Sat Oct 15 18:13:08 2005 +0000 Updated Norwegian Nynorsk by Karl Ove Hufthammer * nn.po: Updated Norwegian Nynorsk by Karl Ove Hufthammer po/ChangeLog | 4 + po/nn.po | 1524 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 764 insertions(+), 764 deletions(-) commit e050357809b31b1ca39f2f5b40fad6c194c4429c Author: Bruno Coudoin Date: Fri Oct 14 21:48:02 2005 +0000 Replaced UK English to US English for: "Colour", "metre", and "practise" are all examples of non-US English spellings. They, and any other British English spellings, should be changed to their US English counterparts. boards/administration.xml.in | 2 +- boards/algebra_minus.xml.in | 2 +- boards/algebra_plus.xml.in | 2 +- boards/anim.xml.in | 2 +- boards/chess.xml.in | 2 +- boards/colors.xml.in | 8 ++++---- boards/draw.xml.in | 2 +- boards/gnumch-equality.xml.in | 2 +- boards/gnumch-inequality.xml.in | 2 +- boards/read_colors.xml.in | 6 +++--- src/boards/python/pythontest.py | 2 +- src/boards/target.c | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) commit 58ca55411726391e269f2df1f46342aa76498beb Author: Adam Weinberger Date: Thu Oct 13 01:20:41 2005 +0000 Added missing files. Updated Canadian English translation. 2005-10-12 Adam Weinberger * POTFILES.in: Added missing files. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 5 + po/POTFILES.in | 2 + po/en_CA.po | 1434 ++++++++++++++++++++++++++++---------------------------- 3 files changed, 714 insertions(+), 727 deletions(-) commit 3918461e9680a2453da5445a11f6476596edf4a1 Author: Bruno Coudoin Date: Wed Oct 12 22:24:34 2005 +0000 - Changed the key system for windows to use only numbers - Now the keypad is always considered with num lock set. boards no more need to make the keypad adaptation. - created a new group ChangeLog | 23 +++++++ boards/Makefile.am | 1 + boards/memory.xml.in | 2 +- boards/memory_group.xml.in | 12 ++++ boards/memory_tux.xml.in | 2 +- boards/railroad.xml.in | 2 +- po/POTFILES.in | 1 + src/boards/algebra.c | 42 +------------ src/boards/draw.c | 30 --------- src/boards/enumerate.c | 30 --------- src/boards/paratrooper.c | 42 +------------ src/boards/planegame.c | 42 +------------ src/boards/shapegame.c | 42 +------------ src/boards/smallnumbers.c | 45 +------------ src/boards/target.c | 40 ----------- src/gcompris/gcompris.c | 156 ++++++++++++++++++++++++++++++++++++-------- 16 files changed, 176 insertions(+), 336 deletions(-) commit 9ba4e2ddecceacbb0492b3ee8670503f083e47f6 Author: Yves Combe Date: Wed Oct 12 20:52:43 2005 +0000 test and fix wordlist reading. Will be continued after 7.1. ChangeLog | 7 +++++++ src/gcompris/gcompris.c | 19 +++++++++++++++++++ src/gcompris/wordlist.c | 9 +++++++-- 3 files changed, 33 insertions(+), 2 deletions(-) commit bbfdd2a0c3219400312bb0f4b2999da96c14e637 Author: Bruno Coudoin Date: Tue Oct 11 23:08:01 2005 +0000 A new activity coded by my son Clement. Tux hide a number and you have to find it. It's already playable but uncomplete. It's hidden by a difficulty 0 run 'gcompris -d 0' to play with it ChangeLog | 14 ++- boards/guessnumber.xml.in | 18 +++ src/boards/python/guessnumber.py | 248 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 279 insertions(+), 1 deletions(-) commit e42dd558abb509637d204bb14c56c39289f932da Author: Bruno Coudoin Date: Tue Oct 11 22:51:59 2005 +0000 Clytie Siddall gave us a complete string review. This commit is the intergration of her work. AUTHORS | 15 +++- ChangeLog | 113 ++++++++++++++++++++++++++++++++++ boards/Makefile.am | 1 + boards/babymatch.xml.in | 9 +-- boards/babyshapes.xml.in | 6 +- boards/babyshapes/board6_0.xml.in | 2 +- boards/ballcatch.xml.in | 4 +- boards/bargame.xml.in | 2 +- boards/billard.xml.in | 5 +- boards/boards.xml.in | 2 +- boards/canal_lock.xml.in | 4 +- boards/chess.xml.in | 2 +- boards/chess_computer.xml.in | 2 +- boards/chess_movelearn.xml.in | 2 +- boards/chess_partyend.xml.in | 4 +- boards/chronos/board3_0.xml.in | 4 +- boards/chronos/board3_1.xml.in | 4 +- boards/chronos/board3_2.xml.in | 2 +- boards/chronos/board3_3.xml.in | 2 +- boards/chronos/board3_4.xml.in | 2 +- boards/chronos/board4_0.xml.in | 4 +- boards/chronos/board4_1.xml.in | 4 +- boards/chronos/board4_2.xml.in | 5 +- boards/click_on_letter.xml.in | 9 +-- boards/clickgame.xml.in | 9 ++- boards/clockgame.xml.in | 6 +- boards/colors.xml.in | 9 +-- boards/colors_group.xml.in | 2 +- boards/connect4.xml.in | 5 +- boards/doubleentry.xml.in | 9 +-- boards/draw.xml.in | 12 +--- boards/erase.xml.in | 7 +- boards/erase_clic.xml.in | 12 ++-- boards/erase_double_clic.xml.in | 12 ++-- boards/fifteen.xml.in | 11 +-- boards/followline.xml.in | 7 +-- boards/geography.xml.in | 4 +- boards/geography/board2_1.xml.in | 2 +- boards/geography/board3_0.xml.in | 2 +- boards/geography/board3_1.xml.in | 8 +- boards/gletters.xml.in | 2 +- boards/hanoi.xml.in | 2 +- boards/hexagon.xml.in | 4 +- boards/imageid.xml.in | 3 +- boards/imagename.xml.in | 5 +- boards/imagename/board1_0.xml.in | 2 +- boards/imagename/board2_0.xml.in | 2 +- boards/imagename/board3_0.xml.in | 2 +- boards/imagename/board4_0.xml.in | 2 +- boards/imagename/board5_0.xml.in | 2 +- boards/imagename/board6_0.xml.in | 2 +- boards/images/billard_background.jpg | Bin 23933 -> 0 bytes boards/leftright.xml.in | 6 +- boards/maze3D.xml.in | 5 +- boards/mazeInvisible.xml.in | 5 +- boards/melody.xml.in | 4 +- boards/memory.xml.in | 9 +-- boards/menu.xml.in | 6 +- boards/missing_letter.xml.in | 2 +- boards/money.xml.in | 5 +- boards/money_cents.xml.in | 5 +- boards/mouse.xml.in | 2 +- boards/paintings.xml.in | 4 +- boards/paratrooper.xml.in | 9 +-- boards/planegame.xml.in | 4 +- boards/pythontest.xml.in | 2 +- boards/railroad.xml.in | 11 +--- boards/read_colors.xml.in | 6 +- boards/readingh.xml.in | 6 +- boards/readingv.xml.in | 8 +-- boards/redraw.xml.in | 7 +-- boards/redraw_symmetrical.xml.in | 9 +-- boards/reversecount.xml.in | 2 +- boards/scalesboard.xml.in | 8 +-- boards/searace.xml.in | 15 +---- boards/searace1player.xml.in | 19 +----- boards/smallnumbers.xml.in | 5 +- boards/smallnumbers2.xml.in | 5 +- boards/submarine.xml.in | 3 +- boards/traffic.xml.in | 5 +- boards/watercycle.xml.in | 4 +- gcompris.desktop.in | 2 +- src/boards/advanced_colors.c | 4 +- src/boards/algebra.c | 6 +- src/boards/algebra_guesscount.c | 4 +- src/boards/canal_lock.c | 4 +- src/boards/chess.c | 10 ++-- src/boards/click_on_letter.c | 6 +- src/boards/clickgame.c | 6 +- src/boards/clockgame.c | 6 +- src/boards/colors.c | 6 +- src/boards/draw.c | 4 +- src/boards/erase.c | 4 +- src/boards/fifteen.c | 4 +- src/boards/hanoi.c | 4 +- src/boards/leftright.c | 4 +- src/boards/maze.c | 4 +- src/boards/money.c | 4 +- src/boards/python/Makefile.am | 1 + src/boards/python/pythontest.py | 12 ++-- src/boards/python/searace.py | 6 +- src/boards/reading.c | 6 +- src/boards/reversecount.c | 4 +- src/boards/shapegame.c | 8 +- src/boards/smallnumbers.c | 4 +- src/boards/target.c | 6 +- src/boards/traffic.c | 2 +- src/gcompris/config.c | 4 +- src/gcompris/gcompris.c | 8 ++- 109 files changed, 350 insertions(+), 328 deletions(-) commit 1d44cc73094710dbbb342f91613670e1317bf338 Author: Yves Combe Date: Tue Oct 11 20:51:04 2005 +0000 change -L behaviour: folder/boards a,d folder/python are now needed. fix wordlist compilation, untested yet. ChangeLog | 15 +++++ src/boards/menu.c | 9 ++- src/boards/py-gcompris-wordlist.c | 32 +++++++---- src/boards/python.c | 37 +++++++++++-- src/gcompris/gameutil.c | 12 +++-- src/gcompris/wordlist.c | 105 +++++++++++++++++++++++++----------- src/gcompris/wordlist.h | 10 +++- 7 files changed, 162 insertions(+), 58 deletions(-) commit 9e08048de0d90ae682332972dea7c68b98ae61dd Author: Yves Combe Date: Sun Oct 9 20:34:31 2005 +0000 add pause/resume functions for sound bg. Example in melody.py ChangeLog | 15 +++++++++++++++ po/Makefile.in.in | 28 +++++++++++++++------------- src/boards/py-mod-sound.c | 32 ++++++++++++++++++++++++++++++++ src/boards/python/melody.py | 6 ++++++ src/gcompris/sdlplayer.c | 20 +++++++++++++++++++- src/gcompris/soundutil.c | 7 +++++++ src/gcompris/soundutil.h | 4 ++++ 7 files changed, 98 insertions(+), 14 deletions(-) commit 5b911efb2415e1b18bda2a55373290f2cf01dbfe Author: Alessio Frusciante Date: Sun Oct 9 15:58:10 2005 +0000 Updated Italian translation. po/ChangeLog | 5 ++ po/it.po | 199 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 118 insertions(+), 86 deletions(-) commit 6ad4182d9efcf4f4495dc5b01934ca0290a40453 Author: Bruno Coudoin Date: Sun Oct 9 08:43:14 2005 +0000 Started to integrate a complete review of our english strings by Clytie Siddall Updated screenshots. Changed the web site generation to have clean URL. ChangeLog | 45 ++++++++++++++++++++++++++++++++- boards/algebra_by.xml.in | 4 +-- boards/algebra_group.xml.in | 2 +- boards/algebra_guesscount.xml.in | 19 ++++---------- boards/algebra_minus.xml.in | 8 ++---- boards/algebra_plus.xml.in | 6 +--- boards/algebramenu.xml.in | 2 +- boards/algorithm.xml.in | 3 +- boards/anim.xml.in | 18 ++----------- boards/bargame.xml.in | 2 +- boards/boards.xml.in | 2 +- boards/colors_group.xml.in | 2 +- boards/computer.xml.in | 2 +- boards/draw.xml.in | 2 +- boards/erase_clic.xml.in | 3 +- boards/erase_double_clic.xml.in | 3 +- boards/experience.xml.in | 2 +- boards/fun.xml.in | 2 +- boards/hexagon.xml.in | 2 +- boards/menu.xml.in | 2 +- boards/mouse.xml.in | 2 +- boards/reading.xml.in | 2 +- docs/gcompris2spip.pl | 13 ++++++++- docs/screenshots/algorithm.jpg | Bin 29212 -> 28729 bytes docs/screenshots/algorithm_small.jpg | Bin 15385 -> 15116 bytes docs/screenshots/bargame.jpg | Bin 28561 -> 31102 bytes docs/screenshots/bargame_small.jpg | Bin 14627 -> 14531 bytes docs/screenshots/clockgame.jpg | Bin 26976 -> 26298 bytes docs/screenshots/clockgame_small.jpg | Bin 12657 -> 11608 bytes docs/screenshots/melody.jpg | Bin 20400 -> 17303 bytes docs/screenshots/melody_small.jpg | Bin 12112 -> 10613 bytes docs/screenshots/traffic.jpg | Bin 27228 -> 27485 bytes docs/screenshots/traffic_small.jpg | Bin 12626 -> 14571 bytes docs/spip_menuboard.xsl | 2 +- docs/spip_oneboard.xsl | 2 +- 35 files changed, 87 insertions(+), 65 deletions(-) commit ed44343c2ad46a9df7e3eaf2f8d78275e71ca876 Author: Ilkka Tuohela Date: Sat Oct 8 11:44:01 2005 +0000 Updated Finnish translation po/ChangeLog | 4 + po/fi.po | 543 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 301 insertions(+), 246 deletions(-) commit 88afb2e49615ae6ad6c4023981eb5e2e0a9e45c3 Author: Bruno Coudoin Date: Thu Oct 6 23:03:39 2005 +0000 Improved gcompris2spip to include url_propre create for gnuedu project Fixed image reference in hanoi_real (was broken on windows only) ChangeLog | 13 +++++++++++-- docs/spip_menuboard.xsl | 2 +- docs/spip_oneboard.xsl | 1 + src/boards/hanoi_real.c | 6 ++---- 4 files changed, 15 insertions(+), 7 deletions(-) commit 112a739cc8e00f35de3815ad5a4e30aa29472a72 Author: Alessio Frusciante Date: Thu Oct 6 20:46:38 2005 +0000 Updated Italian translation. po/ChangeLog | 5 + po/it.po | 4144 +++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 2971 insertions(+), 1178 deletions(-) commit 225432d0b70fb7e9e0f2dba46a0e2a6380f4cb38 Author: Bruno Coudoin Date: Wed Oct 5 21:48:04 2005 +0000 New image set for the bar game from Franck. Now we have a different image set by level that show up the difficulty increase. .cvsignore | 1 + ChangeLog | 16 ++++++++++++++++ boards/images/README | 2 ++ boards/images/school_bg1.jpg | Bin 0 -> 48363 bytes boards/images/school_bg2.jpg | Bin 0 -> 38034 bytes boards/images/school_bg3.jpg | Bin 0 -> 74930 bytes boards/images/school_bg4.jpg | Bin 0 -> 75413 bytes boards/images/tux.png | Bin 0 -> 12947 bytes boards/images/tux_albert.png | Bin 0 -> 17752 bytes boards/images/tux_graduate.png | Bin 0 -> 15468 bytes boards/images/tux_teen.png | Bin 0 -> 14161 bytes src/boards/python/bargame.py | 17 ++++++++++++----- 12 files changed, 31 insertions(+), 5 deletions(-) commit 1adec2162fcf8c3f06782eb77023ac079780d072 Author: Yves Combe Date: Wed Oct 5 19:45:38 2005 +0000 fix a stupid bug causing crash in memory_tux. ChangeLog | 7 +++++++ src/boards/memory.c | 21 +++++++++------------ 2 files changed, 16 insertions(+), 12 deletions(-) commit 9be0d5ffa2a8b230c106db32f80cf4fc587ff3f2 Author: Bruno Coudoin Date: Tue Oct 4 23:57:03 2005 +0000 fixed icon back to it's original. Don't know why it was broken boards/boardicons/money.png | Bin 3584 -> 13438 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit e6d6a82f0b2326f64d32a6f1a317ece8718eb39b Author: Bruno Coudoin Date: Tue Oct 4 23:05:41 2005 +0000 Fixed compilation chain to include everything needed to compile on windows Makefile.am | 2 +- Makefile.mingw | 19 ++++++++++++++----- src/boards/Makefile.am | 4 +++- src/gcompris/Makefile.am | 4 +++- src/gcompris/about.c | 4 ++-- 5 files changed, 23 insertions(+), 10 deletions(-) commit 74a8cfb7fe97fb802147315e2d0718c0d3476aba Author: Bruno Coudoin Date: Tue Oct 4 18:30:51 2005 +0000 Fixed rpm compilation to include Basque docs/eu/Makefile.am | 3 +- docs/fr/Makefile.am | 3 +- gcompris.spec.in | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 2 deletions(-) commit 4bcd799bb59994f147f32d1542d9e9cdbed7f4cb Author: Bruno Coudoin Date: Mon Oct 3 19:49:02 2005 +0000 fixed reload images in the bar that was thrinked. * Makefile.mingw: added a prep target to prepare gcompris for nsis installer * src/gcompris/bar.c: (gcompris_bar_start): ChangeLog | 7 +++++++ Makefile.mingw | 7 ++++++- src/gcompris/bar.c | 38 +++----------------------------------- 3 files changed, 16 insertions(+), 36 deletions(-) commit 71497e41f2c9244d99088b758cd3d8f36fc64b55 Author: Bruno Coudoin Date: Sun Oct 2 22:51:29 2005 +0000 updated mingw makefiles. Added a new background for traffic from Franck. Since I also did one I added traffic background in skins, one from me in babytoy, the new one in gartoon. Fixed gcompris_im.c not to crash if no profiles are found Removed some warnings ChangeLog | 38 +++++++++++++++++++++++++++++++++++ Makefile.mingw | 13 ++++++++++- boards/boardicons/money.png | Bin 13438 -> 3584 bytes boards/skins/babytoy/traffic-bg.jpg | Bin 0 -> 145845 bytes boards/skins/gartoon/traffic-bg.jpg | Bin 0 -> 158254 bytes boards/traffic/.cvsignore | 4 --- boards/traffic/traffic.png | Bin 117174 -> 0 bytes config.h.mingw | 2 +- configure.in | 2 +- gcompris-installer.nsi | 2 +- po/Makefile.in.in | 28 ++++++++++++------------- src/boards/traffic.c | 3 +- src/gcompris/gcompris_im.c | 29 +++++++++++++------------ src/gcompris/gcompris_im.h | 8 +++--- src/gcompris/images_selector.c | 5 +-- 15 files changed, 88 insertions(+), 46 deletions(-) commit e5aad26e904b685b03ce446e64c006d63ada9490 Author: Bruno Coudoin Date: Sun Oct 2 20:38:47 2005 +0000 Updated Norwegian Bokmal translation (reverted file release 1.12 because * nb.po: Updated Norwegian Bokmal translation (reverted file release 1.12 because 1.13 contains many missing translation) po/ChangeLog | 5 + po/nb.po | 7830 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 4221 insertions(+), 3614 deletions(-) commit 898c36ea6a83dd1e6ef892766e5234634ca4bf5f Author: Bruno Coudoin Date: Sat Oct 1 21:18:36 2005 +0000 Removed some more warnings Fixed config file searching (was broken on win98) Improved traffic activity background and icon based on the red car from Franck ChangeLog | 29 ++++++++++++++++++++++ boards/boardicons/traffic.png | Bin 9556 -> 9561 bytes boards/traffic/traffic-bg.jpg | Bin 63662 -> 0 bytes boards/traffic/traffic.png | Bin 0 -> 117174 bytes src/boards/chess_position.c | 4 +-- src/boards/click_on_letter.c | 2 + src/boards/gletters.c | 8 +----- src/boards/hanoi.c | 8 ++---- src/boards/hanoi_real.c | 2 +- src/boards/money_widget.c | 2 + src/boards/traffic.c | 52 +-------------------------------------- src/gcompris/board.c | 5 +++- src/gcompris/board_config.c | 11 +++++++- src/gcompris/images_selector.c | 14 +++++----- src/gcompris/main.c | 2 + src/gcompris/properties.c | 32 ++++++++++++++---------- 16 files changed, 81 insertions(+), 90 deletions(-) commit 583d68a548914bfc921c26a5b8707d28507cb176 Author: Bruno Coudoin Date: Fri Sep 30 23:46:29 2005 +0000 Cleanup of clockgame.c, make a good usage of it's 2 background images. Adapter skins to support 2 different file selector Added a function in skin API to accept number in skins: Updated our 2 skin.xml removed many warnings. ChangeLog | 26 ++++++ boards/skins/babytoy/clockgame-bg.jpg | Bin 0 -> 35559 bytes boards/skins/babytoy/file_selector_bg.png | Bin 0 -> 23226 bytes boards/skins/babytoy/skin.xml | 26 ++++-- boards/skins/gartoon/skin.xml | 27 ++++--- src/boards/canal_lock.c | 13 +-- src/boards/clockgame.c | 138 +++++++++++++++++----------- src/gcompris/file_selector.c | 43 +++++----- src/gcompris/images_selector.c | 4 +- src/gcompris/skin.c | 31 ++++++- src/gcompris/skin.h | 5 +- src/gcompris/soundutil.c | 6 +- src/gcompris/soundutil.h | 9 ++ 13 files changed, 217 insertions(+), 111 deletions(-) commit 0a584a65d46d6a03d984b39fffa39b31986cbc61 Author: Bruno Coudoin Date: Thu Sep 29 20:52:52 2005 +0000 Fixed formatting of boards/wordsgame/default-* Removed some warnings Added shadow in missingletter question and changed it's color to come from the skin ChangeLog | 31 +++++++++++++++++++++++++++++++ boards/skins/gartoon/skin.xml | 3 +++ boards/wordsgame/default-da.xml | 6 +++--- boards/wordsgame/default-de.xml | 6 +++--- boards/wordsgame/default-el.xml | 6 +++--- boards/wordsgame/default-en.xml | 6 +++--- boards/wordsgame/default-es.xml | 6 +++--- boards/wordsgame/default-eu.xml | 6 +++--- boards/wordsgame/default-fi.xml | 6 +++--- boards/wordsgame/default-fr.xml | 8 ++++---- boards/wordsgame/default-hu.xml | 4 ++-- boards/wordsgame/default-it.xml | 6 +++--- boards/wordsgame/default-lt.xml | 6 +++--- boards/wordsgame/default-nb.xml | 6 +++--- boards/wordsgame/default-nn.xml | 6 +++--- boards/wordsgame/default-pt.xml | 6 +++--- boards/wordsgame/default-pt_BR.xml | 6 +++--- boards/wordsgame/default-ro.xml | 6 +++--- boards/wordsgame/default-ru.xml | 6 +++--- boards/wordsgame/default-sk.xml | 6 +++--- boards/wordsgame/default-sl.xml | 6 +++--- boards/wordsgame/default-sv.xml | 6 +++--- src/boards/missingletter.c | 6 +++--- src/boards/reading.c | 4 ++-- 24 files changed, 99 insertions(+), 65 deletions(-) commit d793aa4f2e9d9fa791ba95d6c8be1d89e5731754 Author: Adam Weinberger Date: Thu Sep 29 01:31:21 2005 +0000 Updated Canadian English translation. 2005-09-28 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 352 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 199 insertions(+), 157 deletions(-) commit 2c9c0c618c4d339176348c985430f4737de6cb54 Author: Bruno Coudoin Date: Wed Sep 28 21:32:19 2005 +0000 Improved gartoon text colors. Added many text shadows Removed warnings ChangeLog | 73 ++++++++++++++++++ boards/algebra_by.xml.in | 6 -- boards/algebra_minus.xml.in | 8 -- boards/algebra_plus.xml.in | 7 -- boards/bargame.xml.in | 8 -- boards/chess_computer.xml.in | 5 - boards/chess_movelearn.xml.in | 7 -- boards/chess_partyend.xml.in | 7 -- boards/connect4.xml.in | 9 -- boards/enumerate.xml.in | 5 - boards/fifteen.xml.in | 9 -- boards/gnumch-equality.xml.in | 8 -- boards/gnumch-factors.xml.in | 6 -- boards/gnumch-inequality.xml.in | 6 -- boards/gnumch-multiples.xml.in | 8 -- boards/gnumch-primes.xml.in | 7 -- boards/hanoi.xml.in | 17 ---- boards/memory.xml.in | 8 -- boards/paintings.xml.in | 7 -- boards/railroad.xml.in | 9 -- boards/skins/babytoy/difficulty_star1.png | Bin 0 -> 2309 bytes boards/skins/babytoy/difficulty_star2.png | Bin 0 -> 3392 bytes boards/skins/babytoy/difficulty_star3.png | Bin 0 -> 4117 bytes boards/skins/babytoy/difficulty_star4.png | Bin 0 -> 3100 bytes boards/skins/babytoy/difficulty_star5.png | Bin 0 -> 4685 bytes boards/skins/babytoy/difficulty_star6.png | Bin 0 -> 5720 bytes boards/skins/babytoy/draw/camera.png | Bin 24746 -> 0 bytes boards/skins/babytoy/skin.xml | 1 + boards/skins/gartoon/config_boards.png | Bin 0 -> 6965 bytes boards/skins/gartoon/config_groups.png | Bin 0 -> 4948 bytes boards/skins/gartoon/config_profiles.png | Bin 0 -> 6095 bytes boards/skins/gartoon/config_users.png | Bin 0 -> 5598 bytes boards/skins/gartoon/dialogbox.png | Bin 0 -> 14034 bytes boards/skins/gartoon/directory.png | Bin 0 -> 2040 bytes boards/skins/gartoon/draw/camera.png | Bin 0 -> 24746 bytes boards/skins/gartoon/file.png | Bin 0 -> 1475 bytes boards/skins/gartoon/fsflogo.png | Bin 0 -> 12192 bytes boards/skins/gartoon/gcompris-about.png | Bin 0 -> 63987 bytes boards/skins/gartoon/gcomprislogo.png | Bin 0 -> 9546 bytes boards/skins/gartoon/images_selector_bg.png | Bin 0 -> 13982 bytes boards/skins/gartoon/menuicon.png | Bin 0 -> 634 bytes boards/skins/gartoon/mini_bad.png | Bin 0 -> 658 bytes boards/skins/gartoon/ofsetlogo.png | Bin 0 -> 12184 bytes boards/skins/gartoon/skin.xml | 18 ++-- boards/skins/gartoon/voice.png | Bin 0 -> 1548 bytes boards/skins/gartoon/voice_bad.png | Bin 0 -> 1527 bytes boards/sudoku.xml.in | 12 --- boards/superbrain.xml.in | 6 -- docs/website/meta.html | 26 ++++++ src/boards/imageid.c | 33 +++++++- src/boards/menu.c | 8 +- src/boards/missingletter.c | 55 +++++++++++-- src/boards/shapegame.c | 23 +++++- src/gcompris/about.c | 110 ++++++++++++++++++++------- src/gcompris/bar.c | 4 +- src/gcompris/bonus.c | 4 +- src/gcompris/config.c | 40 +++++++--- src/gcompris/gcompris.h | 11 ++- src/gcompris/help.c | 67 +++++++++++----- src/gcompris/images_selector.c | 4 +- src/gcompris/properties.c | 9 ++- src/gcompris/properties.h | 5 +- src/gcompris/skin.c | 10 ++- src/gcompris/skin.h | 1 + 64 files changed, 397 insertions(+), 270 deletions(-) commit 0edbbc8cd75fef5ef13290eecb4fb71f88fccdee Author: Bruno Coudoin Date: Wed Sep 28 19:40:16 2005 +0000 really remove default skin boards/skins/default/.cvsignore | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 25fb38829eb1b8263c08b0edb7342d0e8a1c0325 Author: Bruno Coudoin Date: Wed Sep 28 17:28:41 2005 +0000 these files are useless now. Should have been removed in the previous commit boards/skins/default/button_style2.png | Bin 5098 -> 0 bytes boards/skins/default/config_boards.png | Bin 6965 -> 0 bytes boards/skins/default/config_groups.png | Bin 4948 -> 0 bytes boards/skins/default/config_profiles.png | Bin 6095 -> 0 bytes boards/skins/default/config_users.png | Bin 5598 -> 0 bytes boards/skins/default/dialogbox.png | Bin 14034 -> 0 bytes boards/skins/default/directory.png | Bin 2040 -> 0 bytes boards/skins/default/file.png | Bin 1475 -> 0 bytes boards/skins/default/fsflogo.png | Bin 12192 -> 0 bytes boards/skins/default/gcompris-about.png | Bin 63987 -> 0 bytes boards/skins/default/gcomprislogo.png | Bin 9546 -> 0 bytes boards/skins/default/images_selector_bg.png | Bin 13982 -> 0 bytes boards/skins/default/menuicon.png | Bin 634 -> 0 bytes boards/skins/default/mini_bad.png | Bin 658 -> 0 bytes boards/skins/default/ofsetlogo.png | Bin 12184 -> 0 bytes boards/skins/default/voice.png | Bin 1548 -> 0 bytes boards/skins/default/voice_bad.png | Bin 1527 -> 0 bytes 17 files changed, 0 insertions(+), 0 deletions(-) commit a4fa51fb107e208d214e333a2c110adaebca7e7a Author: Bruno Coudoin Date: Tue Sep 27 23:13:31 2005 +0000 fixed web site html validation ChangeLog | 12 ++++++++++++ docs/website/article.html | 10 +++++----- docs/website/forum.html | 2 +- docs/website/gcompris.css | 17 +++++++++++++++++ docs/website/menu.html | 19 ++----------------- docs/website/rubrique.html | 2 +- docs/website/sommaire-black.html | 2 +- docs/website/sommaire.html | 2 +- 8 files changed, 40 insertions(+), 26 deletions(-) commit 71d2a5f1e776d1abf498b3c50bbff69637e75673 Author: Bruno Coudoin Date: Tue Sep 27 21:55:40 2005 +0000 Removed sub-quality skins (default, pink, linha_verde) Now the default skin is gartoon. The only other option is babytoy. Fixed some warnings. ChangeLog | 210 +++++++++++++++++++- boards/boardicons/anim.png | Bin 9746 -> 12040 bytes boards/boardicons/tuxpaint.png | Bin 4019 -> 6991 bytes boards/skins/babytoy/draw/camera.png | Bin 0 -> 24746 bytes boards/skins/babytoy/draw/color-selector.png | Bin 0 -> 3165 bytes boards/skins/babytoy/draw/counter.png | Bin 0 -> 1177 bytes boards/skins/babytoy/draw/down.png | Bin 0 -> 1016 bytes boards/skins/babytoy/draw/little-tool-selector.png | Bin 0 -> 9661 bytes boards/skins/babytoy/draw/tool-camera.png | Bin 0 -> 2950 bytes boards/skins/babytoy/draw/tool-camera_on.png | Bin 0 -> 2916 bytes boards/skins/babytoy/draw/tool-circle.png | Bin 0 -> 2837 bytes boards/skins/babytoy/draw/tool-circle_on.png | Bin 0 -> 2807 bytes boards/skins/babytoy/draw/tool-del.png | Bin 0 -> 3069 bytes boards/skins/babytoy/draw/tool-del_on.png | Bin 0 -> 3016 bytes boards/skins/babytoy/draw/tool-down.png | Bin 0 -> 2855 bytes boards/skins/babytoy/draw/tool-down_on.png | Bin 0 -> 2773 bytes boards/skins/babytoy/draw/tool-empty.png | Bin 0 -> 2264 bytes boards/skins/babytoy/draw/tool-empty_on.png | Bin 0 -> 2196 bytes boards/skins/babytoy/draw/tool-fill.png | Bin 0 -> 3314 bytes boards/skins/babytoy/draw/tool-fill_on.png | Bin 0 -> 3254 bytes boards/skins/babytoy/draw/tool-filledcircle.png | Bin 0 -> 2692 bytes boards/skins/babytoy/draw/tool-filledcircle_on.png | Bin 0 -> 2649 bytes boards/skins/babytoy/draw/tool-filledrectangle.png | Bin 0 -> 2373 bytes .../skins/babytoy/draw/tool-filledrectangle_on.png | Bin 0 -> 2323 bytes boards/skins/babytoy/draw/tool-flip.png | Bin 0 -> 3147 bytes boards/skins/babytoy/draw/tool-flip_on.png | Bin 0 -> 3086 bytes boards/skins/babytoy/draw/tool-grid.png | Bin 0 -> 2872 bytes boards/skins/babytoy/draw/tool-grid_on.png | Bin 0 -> 2806 bytes boards/skins/babytoy/draw/tool-image.png | Bin 0 -> 3234 bytes boards/skins/babytoy/draw/tool-image_on.png | Bin 0 -> 3151 bytes boards/skins/babytoy/draw/tool-line.png | Bin 0 -> 2703 bytes boards/skins/babytoy/draw/tool-line_on.png | Bin 0 -> 2628 bytes boards/skins/babytoy/draw/tool-load.png | Bin 0 -> 3345 bytes boards/skins/babytoy/draw/tool-movie.png | Bin 0 -> 3429 bytes boards/skins/babytoy/draw/tool-movie_on.png | Bin 0 -> 3402 bytes boards/skins/babytoy/draw/tool-rectangle.png | Bin 0 -> 2392 bytes boards/skins/babytoy/draw/tool-rectangle_on.png | Bin 0 -> 2331 bytes boards/skins/babytoy/draw/tool-rotation-ccw.png | Bin 0 -> 3067 bytes boards/skins/babytoy/draw/tool-rotation-ccw_on.png | Bin 0 -> 3008 bytes boards/skins/babytoy/draw/tool-rotation-cw.png | Bin 0 -> 3065 bytes boards/skins/babytoy/draw/tool-rotation-cw_on.png | Bin 0 -> 3031 bytes boards/skins/babytoy/draw/tool-save.png | Bin 0 -> 2945 bytes boards/skins/babytoy/draw/tool-select.png | Bin 0 -> 3649 bytes boards/skins/babytoy/draw/tool-select_on.png | Bin 0 -> 3616 bytes boards/skins/babytoy/draw/tool-selector.png | Bin 0 -> 9254 bytes boards/skins/babytoy/draw/tool-text.png | Bin 0 -> 2639 bytes boards/skins/babytoy/draw/tool-text_on.png | Bin 0 -> 2550 bytes boards/skins/babytoy/draw/tool-up.png | Bin 0 -> 2830 bytes boards/skins/babytoy/draw/tool-up_on.png | Bin 0 -> 2750 bytes boards/skins/babytoy/draw/up.png | Bin 0 -> 1118 bytes boards/skins/default/README | 2 - boards/skins/default/about.png | Bin 7133 -> 0 bytes boards/skins/default/bad.png | Bin 4424 -> 0 bytes boards/skins/default/bar_bg.jpg | Bin 13018 -> 0 bytes boards/skins/default/button.png | Bin 693 -> 0 bytes boards/skins/default/button_backward.png | Bin 3668 -> 0 bytes boards/skins/default/button_checked.png | Bin 3351 -> 0 bytes boards/skins/default/button_exit.png | Bin 6893 -> 0 bytes boards/skins/default/button_forward.png | Bin 3641 -> 0 bytes boards/skins/default/button_large.png | Bin 5219 -> 0 bytes boards/skins/default/button_large2.png | Bin 850 -> 0 bytes boards/skins/default/button_large_selected.png | Bin 5165 -> 0 bytes boards/skins/default/button_redo.png | Bin 6549 -> 0 bytes boards/skins/default/button_reload.png | Bin 7248 -> 0 bytes boards/skins/default/button_selected.png | Bin 697 -> 0 bytes boards/skins/default/button_small.png | Bin 625 -> 0 bytes boards/skins/default/button_unchecked.png | Bin 3531 -> 0 bytes boards/skins/default/button_up.png | Bin 3034 -> 0 bytes boards/skins/default/button_up_selected.png | Bin 3044 -> 0 bytes boards/skins/default/clockgame-bg.jpg | Bin 35559 -> 0 bytes boards/skins/default/config.png | Bin 6664 -> 0 bytes boards/skins/default/difficulty_star1.png | Bin 2309 -> 0 bytes boards/skins/default/difficulty_star2.png | Bin 3392 -> 0 bytes boards/skins/default/difficulty_star3.png | Bin 4117 -> 0 bytes boards/skins/default/difficulty_star4.png | Bin 3100 -> 0 bytes boards/skins/default/difficulty_star5.png | Bin 4685 -> 0 bytes boards/skins/default/difficulty_star6.png | Bin 5720 -> 0 bytes boards/skins/default/display_area_small.png | Bin 13934 -> 0 bytes boards/skins/default/file_selector_bg.png | Bin 23226 -> 0 bytes boards/skins/default/gcompris-bg.jpg | Bin 64654 -> 0 bytes boards/skins/default/gcompris-init.jpg | Bin 63729 -> 0 bytes boards/skins/default/gcompris-shapebg.jpg | Bin 14974 -> 0 bytes boards/skins/default/gcompris-shapelabel.png | Bin 9498 -> 0 bytes boards/skins/default/help.png | Bin 7614 -> 0 bytes boards/skins/default/help_bg.png | Bin 16981 -> 0 bytes boards/skins/default/home.png | Bin 7906 -> 0 bytes boards/skins/default/level1.png | Bin 7862 -> 0 bytes boards/skins/default/level2.png | Bin 7932 -> 0 bytes boards/skins/default/level3.png | Bin 7999 -> 0 bytes boards/skins/default/level4.png | Bin 8066 -> 0 bytes boards/skins/default/level5.png | Bin 8116 -> 0 bytes boards/skins/default/level6.png | Bin 8180 -> 0 bytes boards/skins/default/level7.png | Bin 7990 -> 0 bytes boards/skins/default/level8.png | Bin 8020 -> 0 bytes boards/skins/default/level9.png | Bin 8023 -> 0 bytes boards/skins/default/maze-2d-bubble.png | Bin 6068 -> 0 bytes boards/skins/default/maze-3d-bubble.png | Bin 6553 -> 0 bytes boards/skins/default/missingletter-bg.jpg | Bin 49629 -> 0 bytes boards/skins/default/money-bg.png | Bin 23362 -> 0 bytes boards/skins/default/ok.png | Bin 7619 -> 0 bytes boards/skins/default/reading-bg.jpg | Bin 50836 -> 0 bytes boards/skins/default/repeat.png | Bin 6959 -> 0 bytes boards/skins/default/skin.xml | 58 ------ boards/skins/gartoon/draw/color-selector.png | Bin 0 -> 2280 bytes boards/skins/gartoon/draw/counter.png | Bin 0 -> 1177 bytes boards/skins/gartoon/draw/down.png | Bin 0 -> 932 bytes boards/skins/gartoon/draw/tool-camera.png | Bin 0 -> 4086 bytes boards/skins/gartoon/draw/tool-camera_on.png | Bin 0 -> 3990 bytes boards/skins/gartoon/draw/tool-circle.png | Bin 0 -> 3765 bytes boards/skins/gartoon/draw/tool-circle_on.png | Bin 0 -> 3696 bytes boards/skins/gartoon/draw/tool-del.png | Bin 0 -> 3861 bytes boards/skins/gartoon/draw/tool-del_on.png | Bin 0 -> 3745 bytes boards/skins/gartoon/draw/tool-down.png | Bin 0 -> 3683 bytes boards/skins/gartoon/draw/tool-down_on.png | Bin 0 -> 3663 bytes boards/skins/gartoon/draw/tool-empty.png | Bin 0 -> 2836 bytes boards/skins/gartoon/draw/tool-empty_on.png | Bin 0 -> 2740 bytes boards/skins/gartoon/draw/tool-fill.png | Bin 0 -> 3988 bytes boards/skins/gartoon/draw/tool-fill_on.png | Bin 0 -> 3849 bytes boards/skins/gartoon/draw/tool-filledcircle.png | Bin 0 -> 2981 bytes boards/skins/gartoon/draw/tool-filledcircle_on.png | Bin 0 -> 3008 bytes boards/skins/gartoon/draw/tool-filledrectangle.png | Bin 0 -> 2686 bytes .../skins/gartoon/draw/tool-filledrectangle_on.png | Bin 0 -> 2641 bytes boards/skins/gartoon/draw/tool-flip.png | Bin 0 -> 3810 bytes boards/skins/gartoon/draw/tool-flip_on.png | Bin 0 -> 3658 bytes boards/skins/gartoon/draw/tool-image.png | Bin 0 -> 4270 bytes boards/skins/gartoon/draw/tool-image_on.png | Bin 0 -> 4093 bytes boards/skins/gartoon/draw/tool-line.png | Bin 0 -> 3657 bytes boards/skins/gartoon/draw/tool-line_on.png | Bin 0 -> 3462 bytes boards/skins/gartoon/draw/tool-load.png | Bin 0 -> 4469 bytes boards/skins/gartoon/draw/tool-load_on.png | Bin 0 -> 4299 bytes boards/skins/gartoon/draw/tool-movie.png | Bin 0 -> 4044 bytes boards/skins/gartoon/draw/tool-movie_on.png | Bin 0 -> 3976 bytes boards/skins/gartoon/draw/tool-rectangle.png | Bin 0 -> 3000 bytes boards/skins/gartoon/draw/tool-rectangle_on.png | Bin 0 -> 3001 bytes boards/skins/gartoon/draw/tool-rotate-ccw_on.png | Bin 0 -> 3904 bytes boards/skins/gartoon/draw/tool-rotate-cw_on.png | Bin 0 -> 3902 bytes boards/skins/gartoon/draw/tool-rotation-ccw.png | Bin 0 -> 4091 bytes boards/skins/gartoon/draw/tool-rotation-cw.png | Bin 0 -> 4030 bytes boards/skins/gartoon/draw/tool-save.png | Bin 0 -> 4403 bytes boards/skins/gartoon/draw/tool-save_on.png | Bin 0 -> 4246 bytes boards/skins/gartoon/draw/tool-select.png | Bin 0 -> 4266 bytes boards/skins/gartoon/draw/tool-select_on.png | Bin 0 -> 4195 bytes boards/skins/gartoon/draw/tool-selector.png | Bin 0 -> 18736 bytes boards/skins/gartoon/draw/tool-text.png | Bin 0 -> 3415 bytes boards/skins/gartoon/draw/tool-text_on.png | Bin 0 -> 3273 bytes boards/skins/gartoon/draw/tool-up.png | Bin 0 -> 3728 bytes boards/skins/gartoon/draw/tool-up_on.png | Bin 0 -> 3660 bytes boards/skins/gartoon/draw/up.png | Bin 0 -> 1014 bytes boards/skins/linha_verde/about.png | Bin 3836 -> 0 bytes boards/skins/linha_verde/bad.png | Bin 4424 -> 0 bytes boards/skins/linha_verde/bar_bg.jpg | Bin 8976 -> 0 bytes boards/skins/linha_verde/button.png | Bin 8835 -> 0 bytes boards/skins/linha_verde/button_backward.png | Bin 2670 -> 0 bytes boards/skins/linha_verde/button_checked.png | Bin 2630 -> 0 bytes boards/skins/linha_verde/button_exit.png | Bin 6306 -> 0 bytes boards/skins/linha_verde/button_forward.png | Bin 2694 -> 0 bytes boards/skins/linha_verde/button_large.png | Bin 12864 -> 0 bytes boards/skins/linha_verde/button_large2.png | Bin 26299 -> 0 bytes boards/skins/linha_verde/button_large_selected.png | Bin 590 -> 0 bytes boards/skins/linha_verde/button_redo.png | Bin 4867 -> 0 bytes boards/skins/linha_verde/button_reload.png | Bin 6526 -> 0 bytes boards/skins/linha_verde/button_selected.png | Bin 697 -> 0 bytes boards/skins/linha_verde/button_small.png | Bin 405 -> 0 bytes boards/skins/linha_verde/button_style2.png | Bin 2093 -> 0 bytes boards/skins/linha_verde/button_unchecked.png | Bin 1321 -> 0 bytes boards/skins/linha_verde/button_up.png | Bin 2660 -> 0 bytes boards/skins/linha_verde/button_up_selected.png | Bin 2840 -> 0 bytes boards/skins/linha_verde/config.png | Bin 4220 -> 0 bytes boards/skins/linha_verde/dialogbox.png | Bin 71022 -> 0 bytes boards/skins/linha_verde/gcompris-bg.jpg | Bin 14453 -> 0 bytes boards/skins/linha_verde/gcompris-init.jpg | Bin 16205 -> 0 bytes boards/skins/linha_verde/gcompris-shapebg.jpg | Bin 14135 -> 0 bytes boards/skins/linha_verde/help.png | Bin 4803 -> 0 bytes boards/skins/linha_verde/help_bg.png | Bin 6476 -> 0 bytes boards/skins/linha_verde/home.png | Bin 3641 -> 0 bytes boards/skins/linha_verde/images_selector_bg.png | Bin 52209 -> 0 bytes boards/skins/linha_verde/level1.png | Bin 3101 -> 0 bytes boards/skins/linha_verde/level2.png | Bin 3595 -> 0 bytes boards/skins/linha_verde/level3.png | Bin 4370 -> 0 bytes boards/skins/linha_verde/level4.png | Bin 4291 -> 0 bytes boards/skins/linha_verde/level5.png | Bin 3814 -> 0 bytes boards/skins/linha_verde/level6.png | Bin 4091 -> 0 bytes boards/skins/linha_verde/level7.png | Bin 4614 -> 0 bytes boards/skins/linha_verde/level8.png | Bin 5399 -> 0 bytes boards/skins/linha_verde/level9.png | Bin 4659 -> 0 bytes boards/skins/linha_verde/ok.png | Bin 3328 -> 0 bytes boards/skins/linha_verde/repeat.png | Bin 4077 -> 0 bytes boards/skins/linha_verde/skin.xml | 58 ------ boards/skins/linha_verde/voice.png | Bin 1018 -> 0 bytes boards/skins/linha_verde/voice_bad.png | Bin 1282 -> 0 bytes boards/skins/pink/.cvsignore | 4 - boards/skins/pink/bar_bg.jpg | Bin 6996 -> 0 bytes boards/skins/pink/display_area_small.png | Bin 16862 -> 0 bytes boards/skins/pink/gcompris-bg.jpg | Bin 66489 -> 0 bytes boards/skins/pink/gcompris-init.jpg | Bin 62330 -> 0 bytes boards/skins/pink/gcompris-shapelabel.jpg | Bin 1917 -> 0 bytes boards/skins/pink/skin.xml | 54 ----- src/boards/python/anim.py | 32 ++-- src/boards/superbrain.c | 2 - src/gcompris/gcompris.c | 14 +- src/gcompris/gcompris.h | 4 +- 201 files changed, 230 insertions(+), 208 deletions(-) commit ef9bc323efe255ffab4ffecf435a525bd126c21f Author: Bruno Coudoin Date: Mon Sep 26 22:17:46 2005 +0000 Added keywords in our menu file to provide keyword searching for the ofset gnuedu project. It maybe usefull also for the gcompris website and our administratif activity filter. The keywords are incomplete yet. Fixed some warnings. ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ boards/algebra_by.xml.in | 6 ++++++ boards/algebra_minus.xml.in | 8 ++++++++ boards/algebra_plus.xml.in | 7 +++++++ boards/bargame.xml.in | 8 ++++++++ boards/chess_computer.xml.in | 5 +++++ boards/chess_movelearn.xml.in | 7 +++++++ boards/chess_partyend.xml.in | 7 +++++++ boards/connect4.xml.in | 9 +++++++++ boards/enumerate.xml.in | 5 +++++ boards/fifteen.xml.in | 18 ++++++++++++++++++ boards/geography.xml.in | 1 + boards/gnumch-equality.xml.in | 8 ++++++++ boards/gnumch-factors.xml.in | 6 ++++++ boards/gnumch-inequality.xml.in | 6 ++++++ boards/gnumch-multiples.xml.in | 8 ++++++++ boards/gnumch-primes.xml.in | 7 +++++++ boards/hanoi.xml.in | 17 +++++++++++++++++ boards/memory.xml.in | 8 ++++++++ boards/paintings.xml.in | 7 +++++++ boards/railroad.xml.in | 9 +++++++++ boards/sudoku.xml.in | 12 ++++++++++++ boards/superbrain.xml.in | 6 ++++++ docs/website/menu.html | 2 +- src/gcompris/file_selector.c | 22 +++++++++++----------- src/gcompris/gameutil.c | 10 ++++++---- src/gcompris/gameutil.h | 5 ++++- 27 files changed, 236 insertions(+), 17 deletions(-) commit 0b42a7daf83b1bcdac73a9112e8402cb5c567ada Author: Yves Combe Date: Sun Sep 25 22:28:31 2005 +0000 Use IMContext: compare words with commit_str only, show preedit string as help. ChangeLog | 7 ++ src/boards/wordsgame.c | 234 +++++++++++++++++++++++++---------------------- 2 files changed, 131 insertions(+), 110 deletions(-) commit da3166caae2b77ea1e72592649cefddc372b7685 Author: Yves Combe Date: Sun Sep 25 07:54:10 2005 +0000 fix segfault in worsgame (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=273680). Same bug as in reading (see 2005-11-09). ChangeLog | 6 ++++++ src/boards/wordsgame.c | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit 8ec1595419fe4a074f34008cdcf5de567d27b030 Author: Yves Combe Date: Sat Sep 24 22:23:59 2005 +0000 fix macro name in gletters: plugin was fail starting. ChangeLog | 6 ++++++ src/boards/gletters.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit cc5f5d15cf7664ebb04504bcf845d07b2caab694 Author: Yves Combe Date: Sat Sep 24 22:17:08 2005 +0000 end of previous commit stopped unexpetedly src/gcompris/gameutil.c | 3 ++- src/gcompris/gcompris.c | 1 + src/gcompris/soundutil.c | 32 ++++++++++++++++++++++++++++++++ src/gcompris/soundutil.h | 2 ++ 4 files changed, 37 insertions(+), 1 deletions(-) commit f946147a73733484ef2374ac43c642c575348c0a Author: Yves Combe Date: Sat Sep 24 22:16:09 2005 +0000 pass sounds files from name like y.ogg to U0079.ogg. Update assetml.in too. Alexey Lubimov fixes the description in russian assetml alphabet file. gameutil.c: fix crash when closing dialog with a callback. click_on_letter: fallback to english if locale sound is not here. soundutil: add usefull function to get filename Uxxxx.ogg from letter. gcompris: fix compilation error with gcc 4.0 (missing declaration) ChangeLog | 747 ++++++++++++++++++ boards/sounds/da/alphabet/1.ogg | Bin 6485 -> 0 bytes boards/sounds/da/alphabet/2.ogg | Bin 6314 -> 0 bytes boards/sounds/da/alphabet/3.ogg | Bin 6448 -> 0 bytes boards/sounds/da/alphabet/4.ogg | Bin 7389 -> 0 bytes boards/sounds/da/alphabet/5.ogg | Bin 5437 -> 0 bytes boards/sounds/da/alphabet/6.ogg | Bin 8629 -> 0 bytes boards/sounds/da/alphabet/7.ogg | Bin 6795 -> 0 bytes boards/sounds/da/alphabet/8.ogg | Bin 7583 -> 0 bytes boards/sounds/da/alphabet/9.ogg | Bin 5851 -> 0 bytes boards/sounds/da/alphabet/U0031.ogg | Bin 0 -> 6485 bytes boards/sounds/da/alphabet/U0032.ogg | Bin 0 -> 6314 bytes boards/sounds/da/alphabet/U0033.ogg | Bin 0 -> 6448 bytes boards/sounds/da/alphabet/U0034.ogg | Bin 0 -> 7389 bytes boards/sounds/da/alphabet/U0035.ogg | Bin 0 -> 5437 bytes boards/sounds/da/alphabet/U0036.ogg | Bin 0 -> 8629 bytes boards/sounds/da/alphabet/U0037.ogg | Bin 0 -> 6795 bytes boards/sounds/da/alphabet/U0038.ogg | Bin 0 -> 7583 bytes boards/sounds/da/alphabet/U0039.ogg | Bin 0 -> 5851 bytes boards/sounds/da/alphabet/U0061.ogg | Bin 0 -> 5559 bytes boards/sounds/da/alphabet/U0062.ogg | Bin 0 -> 5559 bytes boards/sounds/da/alphabet/U0063.ogg | Bin 0 -> 6521 bytes boards/sounds/da/alphabet/U0064.ogg | Bin 0 -> 6007 bytes boards/sounds/da/alphabet/U0065.ogg | Bin 0 -> 5666 bytes boards/sounds/da/alphabet/U0066.ogg | Bin 0 -> 5898 bytes boards/sounds/da/alphabet/U0067.ogg | Bin 0 -> 6058 bytes boards/sounds/da/alphabet/U0068.ogg | Bin 0 -> 5441 bytes boards/sounds/da/alphabet/U0069.ogg | Bin 0 -> 5626 bytes boards/sounds/da/alphabet/U006A.ogg | Bin 0 -> 7228 bytes boards/sounds/da/alphabet/U006B.ogg | Bin 0 -> 6014 bytes boards/sounds/da/alphabet/U006C.ogg | Bin 0 -> 6522 bytes boards/sounds/da/alphabet/U006D.ogg | Bin 0 -> 6126 bytes boards/sounds/da/alphabet/U006E.ogg | Bin 0 -> 6305 bytes boards/sounds/da/alphabet/U006F.ogg | Bin 0 -> 5507 bytes boards/sounds/da/alphabet/U0070.ogg | Bin 0 -> 5864 bytes boards/sounds/da/alphabet/U0071.ogg | Bin 0 -> 6072 bytes boards/sounds/da/alphabet/U0072.ogg | Bin 0 -> 5881 bytes boards/sounds/da/alphabet/U0073.ogg | Bin 0 -> 7679 bytes boards/sounds/da/alphabet/U0074.ogg | Bin 0 -> 5968 bytes boards/sounds/da/alphabet/U0075.ogg | Bin 0 -> 5705 bytes boards/sounds/da/alphabet/U0076.ogg | Bin 0 -> 6063 bytes boards/sounds/da/alphabet/U0077.ogg | Bin 0 -> 8765 bytes boards/sounds/da/alphabet/U0078.ogg | Bin 0 -> 8056 bytes boards/sounds/da/alphabet/U0079.ogg | Bin 0 -> 5807 bytes boards/sounds/da/alphabet/U007A.ogg | Bin 0 -> 8094 bytes boards/sounds/da/alphabet/U00E5.ogg | Bin 0 -> 5491 bytes boards/sounds/da/alphabet/U00E6.ogg | Bin 0 -> 5709 bytes boards/sounds/da/alphabet/U00F8.ogg | Bin 0 -> 5656 bytes boards/sounds/da/alphabet/a.ogg | Bin 5559 -> 0 bytes boards/sounds/da/alphabet/aa.ogg | Bin 5491 -> 0 bytes boards/sounds/da/alphabet/ae.ogg | Bin 5709 -> 0 bytes boards/sounds/da/alphabet/b.ogg | Bin 5559 -> 0 bytes boards/sounds/da/alphabet/c.ogg | Bin 6521 -> 0 bytes boards/sounds/da/alphabet/d.ogg | Bin 6007 -> 0 bytes boards/sounds/da/alphabet/e.ogg | Bin 5666 -> 0 bytes boards/sounds/da/alphabet/f.ogg | Bin 5898 -> 0 bytes boards/sounds/da/alphabet/g.ogg | Bin 6058 -> 0 bytes .../da/alphabet/gcompris_alphabet_da.assetml.in | 502 ++++++------ boards/sounds/da/alphabet/h.ogg | Bin 5441 -> 0 bytes boards/sounds/da/alphabet/i.ogg | Bin 5626 -> 0 bytes boards/sounds/da/alphabet/j.ogg | Bin 7228 -> 0 bytes boards/sounds/da/alphabet/k.ogg | Bin 6014 -> 0 bytes boards/sounds/da/alphabet/l.ogg | Bin 6522 -> 0 bytes boards/sounds/da/alphabet/m.ogg | Bin 6126 -> 0 bytes boards/sounds/da/alphabet/n.ogg | Bin 6305 -> 0 bytes boards/sounds/da/alphabet/o.ogg | Bin 5507 -> 0 bytes boards/sounds/da/alphabet/oe.ogg | Bin 5656 -> 0 bytes boards/sounds/da/alphabet/p.ogg | Bin 5864 -> 0 bytes boards/sounds/da/alphabet/q.ogg | Bin 6072 -> 0 bytes boards/sounds/da/alphabet/r.ogg | Bin 5881 -> 0 bytes boards/sounds/da/alphabet/s.ogg | Bin 7679 -> 0 bytes boards/sounds/da/alphabet/t.ogg | Bin 5968 -> 0 bytes boards/sounds/da/alphabet/u.ogg | Bin 5705 -> 0 bytes boards/sounds/da/alphabet/v.ogg | Bin 6063 -> 0 bytes boards/sounds/da/alphabet/w.ogg | Bin 8765 -> 0 bytes boards/sounds/da/alphabet/x.ogg | Bin 8056 -> 0 bytes boards/sounds/da/alphabet/y.ogg | Bin 5807 -> 0 bytes boards/sounds/da/alphabet/z.ogg | Bin 8094 -> 0 bytes boards/sounds/de/alphabet/0.ogg | Bin 14455 -> 0 bytes boards/sounds/de/alphabet/1.ogg | Bin 18464 -> 0 bytes boards/sounds/de/alphabet/2.ogg | Bin 16754 -> 0 bytes boards/sounds/de/alphabet/3.ogg | Bin 17156 -> 0 bytes boards/sounds/de/alphabet/4.ogg | Bin 15346 -> 0 bytes boards/sounds/de/alphabet/5.ogg | Bin 16306 -> 0 bytes boards/sounds/de/alphabet/6.ogg | Bin 17546 -> 0 bytes boards/sounds/de/alphabet/7.ogg | Bin 15187 -> 0 bytes boards/sounds/de/alphabet/8.ogg | Bin 12258 -> 0 bytes boards/sounds/de/alphabet/9.ogg | Bin 10997 -> 0 bytes boards/sounds/de/alphabet/U0030.ogg | Bin 0 -> 14455 bytes boards/sounds/de/alphabet/U0031.ogg | Bin 0 -> 18464 bytes boards/sounds/de/alphabet/U0032.ogg | Bin 0 -> 16754 bytes boards/sounds/de/alphabet/U0033.ogg | Bin 0 -> 17156 bytes boards/sounds/de/alphabet/U0034.ogg | Bin 0 -> 15346 bytes boards/sounds/de/alphabet/U0035.ogg | Bin 0 -> 16306 bytes boards/sounds/de/alphabet/U0036.ogg | Bin 0 -> 17546 bytes boards/sounds/de/alphabet/U0037.ogg | Bin 0 -> 15187 bytes boards/sounds/de/alphabet/U0038.ogg | Bin 0 -> 12258 bytes boards/sounds/de/alphabet/U0039.ogg | Bin 0 -> 10997 bytes boards/sounds/de/alphabet/U0061.ogg | Bin 0 -> 17067 bytes boards/sounds/de/alphabet/U0062.ogg | Bin 0 -> 14350 bytes boards/sounds/de/alphabet/U0063.ogg | Bin 0 -> 15695 bytes boards/sounds/de/alphabet/U0064.ogg | Bin 0 -> 14659 bytes boards/sounds/de/alphabet/U0065.ogg | Bin 0 -> 15382 bytes boards/sounds/de/alphabet/U0066.ogg | Bin 0 -> 17108 bytes boards/sounds/de/alphabet/U0067.ogg | Bin 0 -> 14680 bytes boards/sounds/de/alphabet/U0068.ogg | Bin 0 -> 14978 bytes boards/sounds/de/alphabet/U0069.ogg | Bin 0 -> 19629 bytes boards/sounds/de/alphabet/U006A.ogg | Bin 0 -> 17073 bytes boards/sounds/de/alphabet/U006B.ogg | Bin 0 -> 15401 bytes boards/sounds/de/alphabet/U006C.ogg | Bin 0 -> 15791 bytes boards/sounds/de/alphabet/U006D.ogg | Bin 0 -> 16062 bytes boards/sounds/de/alphabet/U006E.ogg | Bin 0 -> 21839 bytes boards/sounds/de/alphabet/U006F.ogg | Bin 0 -> 17185 bytes boards/sounds/de/alphabet/U0070.ogg | Bin 0 -> 14794 bytes boards/sounds/de/alphabet/U0071.ogg | Bin 0 -> 17842 bytes boards/sounds/de/alphabet/U0072.ogg | Bin 0 -> 15083 bytes boards/sounds/de/alphabet/U0073.ogg | Bin 0 -> 18674 bytes boards/sounds/de/alphabet/U0074.ogg | Bin 0 -> 17723 bytes boards/sounds/de/alphabet/U0075.ogg | Bin 0 -> 14901 bytes boards/sounds/de/alphabet/U0076.ogg | Bin 0 -> 15943 bytes boards/sounds/de/alphabet/U0077.ogg | Bin 0 -> 19292 bytes boards/sounds/de/alphabet/U0078.ogg | Bin 0 -> 15823 bytes boards/sounds/de/alphabet/U0079.ogg | Bin 0 -> 17691 bytes boards/sounds/de/alphabet/U007A.ogg | Bin 0 -> 17239 bytes boards/sounds/de/alphabet/a.ogg | Bin 17067 -> 0 bytes boards/sounds/de/alphabet/b.ogg | Bin 14350 -> 0 bytes boards/sounds/de/alphabet/c.ogg | Bin 15695 -> 0 bytes boards/sounds/de/alphabet/d.ogg | Bin 14659 -> 0 bytes boards/sounds/de/alphabet/e.ogg | Bin 15382 -> 0 bytes boards/sounds/de/alphabet/f.ogg | Bin 17108 -> 0 bytes boards/sounds/de/alphabet/g.ogg | Bin 14680 -> 0 bytes .../de/alphabet/gcompris_alphabet_de.assetml.in | 372 +++++----- boards/sounds/de/alphabet/h.ogg | Bin 14978 -> 0 bytes boards/sounds/de/alphabet/i.ogg | Bin 19629 -> 0 bytes boards/sounds/de/alphabet/j.ogg | Bin 17073 -> 0 bytes boards/sounds/de/alphabet/k.ogg | Bin 15401 -> 0 bytes boards/sounds/de/alphabet/l.ogg | Bin 15791 -> 0 bytes boards/sounds/de/alphabet/m.ogg | Bin 16062 -> 0 bytes boards/sounds/de/alphabet/n.ogg | Bin 21839 -> 0 bytes boards/sounds/de/alphabet/o.ogg | Bin 17185 -> 0 bytes boards/sounds/de/alphabet/p.ogg | Bin 14794 -> 0 bytes boards/sounds/de/alphabet/q.ogg | Bin 17842 -> 0 bytes boards/sounds/de/alphabet/r.ogg | Bin 15083 -> 0 bytes boards/sounds/de/alphabet/s.ogg | Bin 18674 -> 0 bytes boards/sounds/de/alphabet/t.ogg | Bin 17723 -> 0 bytes boards/sounds/de/alphabet/u.ogg | Bin 14901 -> 0 bytes boards/sounds/de/alphabet/v.ogg | Bin 15943 -> 0 bytes boards/sounds/de/alphabet/w.ogg | Bin 19292 -> 0 bytes boards/sounds/de/alphabet/x.ogg | Bin 15823 -> 0 bytes boards/sounds/de/alphabet/y.ogg | Bin 17691 -> 0 bytes boards/sounds/de/alphabet/z.ogg | Bin 17239 -> 0 bytes boards/sounds/en/alphabet/0.ogg | Bin 22533 -> 0 bytes boards/sounds/en/alphabet/1.ogg | Bin 14234 -> 0 bytes boards/sounds/en/alphabet/2.ogg | Bin 12708 -> 0 bytes boards/sounds/en/alphabet/3.ogg | Bin 13954 -> 0 bytes boards/sounds/en/alphabet/4.ogg | Bin 12357 -> 0 bytes boards/sounds/en/alphabet/5.ogg | Bin 14278 -> 0 bytes boards/sounds/en/alphabet/6.ogg | Bin 14398 -> 0 bytes boards/sounds/en/alphabet/7.ogg | Bin 14592 -> 0 bytes boards/sounds/en/alphabet/8.ogg | Bin 13884 -> 0 bytes boards/sounds/en/alphabet/9.ogg | Bin 13775 -> 0 bytes boards/sounds/en/alphabet/U0030.ogg | Bin 0 -> 22533 bytes boards/sounds/en/alphabet/U0031.ogg | Bin 0 -> 14234 bytes boards/sounds/en/alphabet/U0032.ogg | Bin 0 -> 12708 bytes boards/sounds/en/alphabet/U0033.ogg | Bin 0 -> 13954 bytes boards/sounds/en/alphabet/U0034.ogg | Bin 0 -> 12357 bytes boards/sounds/en/alphabet/U0035.ogg | Bin 0 -> 14278 bytes boards/sounds/en/alphabet/U0036.ogg | Bin 0 -> 14398 bytes boards/sounds/en/alphabet/U0037.ogg | Bin 0 -> 14592 bytes boards/sounds/en/alphabet/U0038.ogg | Bin 0 -> 13884 bytes boards/sounds/en/alphabet/U0039.ogg | Bin 0 -> 13775 bytes boards/sounds/en/alphabet/U0061.ogg | Bin 0 -> 13694 bytes boards/sounds/en/alphabet/U0062.ogg | Bin 0 -> 14621 bytes boards/sounds/en/alphabet/U0063.ogg | Bin 0 -> 15691 bytes boards/sounds/en/alphabet/U0064.ogg | Bin 0 -> 13885 bytes boards/sounds/en/alphabet/U0065.ogg | Bin 0 -> 17481 bytes boards/sounds/en/alphabet/U0066.ogg | Bin 0 -> 13003 bytes boards/sounds/en/alphabet/U0067.ogg | Bin 0 -> 16587 bytes boards/sounds/en/alphabet/U0068.ogg | Bin 0 -> 16828 bytes boards/sounds/en/alphabet/U0069.ogg | Bin 0 -> 13912 bytes boards/sounds/en/alphabet/U006A.ogg | Bin 0 -> 16674 bytes boards/sounds/en/alphabet/U006B.ogg | Bin 0 -> 16010 bytes boards/sounds/en/alphabet/U006C.ogg | Bin 0 -> 15318 bytes boards/sounds/en/alphabet/U006D.ogg | Bin 0 -> 15772 bytes boards/sounds/en/alphabet/U006E.ogg | Bin 0 -> 14916 bytes boards/sounds/en/alphabet/U006F.ogg | Bin 0 -> 14099 bytes boards/sounds/en/alphabet/U0070.ogg | Bin 0 -> 13284 bytes boards/sounds/en/alphabet/U0071.ogg | Bin 0 -> 14677 bytes boards/sounds/en/alphabet/U0072.ogg | Bin 0 -> 14490 bytes boards/sounds/en/alphabet/U0073.ogg | Bin 0 -> 13030 bytes boards/sounds/en/alphabet/U0074.ogg | Bin 0 -> 12529 bytes boards/sounds/en/alphabet/U0075.ogg | Bin 0 -> 14406 bytes boards/sounds/en/alphabet/U0076.ogg | Bin 0 -> 14048 bytes boards/sounds/en/alphabet/U0077.ogg | Bin 0 -> 16430 bytes boards/sounds/en/alphabet/U0078.ogg | Bin 0 -> 15633 bytes boards/sounds/en/alphabet/U0079.ogg | Bin 0 -> 14434 bytes boards/sounds/en/alphabet/U007A.ogg | Bin 0 -> 14839 bytes boards/sounds/en/alphabet/a.ogg | Bin 13694 -> 0 bytes boards/sounds/en/alphabet/b.ogg | Bin 14621 -> 0 bytes boards/sounds/en/alphabet/c.ogg | Bin 15691 -> 0 bytes boards/sounds/en/alphabet/d.ogg | Bin 13885 -> 0 bytes boards/sounds/en/alphabet/e.ogg | Bin 17481 -> 0 bytes boards/sounds/en/alphabet/f.ogg | Bin 13003 -> 0 bytes boards/sounds/en/alphabet/g.ogg | Bin 16587 -> 0 bytes .../en/alphabet/gcompris_alphabet_en.assetml.in | 472 ++++++------ boards/sounds/en/alphabet/h.ogg | Bin 16828 -> 0 bytes boards/sounds/en/alphabet/i.ogg | Bin 13912 -> 0 bytes boards/sounds/en/alphabet/j.ogg | Bin 16674 -> 0 bytes boards/sounds/en/alphabet/k.ogg | Bin 16010 -> 0 bytes boards/sounds/en/alphabet/l.ogg | Bin 15318 -> 0 bytes boards/sounds/en/alphabet/m.ogg | Bin 15772 -> 0 bytes boards/sounds/en/alphabet/n.ogg | Bin 14916 -> 0 bytes boards/sounds/en/alphabet/o.ogg | Bin 14099 -> 0 bytes boards/sounds/en/alphabet/p.ogg | Bin 13284 -> 0 bytes boards/sounds/en/alphabet/q.ogg | Bin 14677 -> 0 bytes boards/sounds/en/alphabet/r.ogg | Bin 14490 -> 0 bytes boards/sounds/en/alphabet/s.ogg | Bin 13030 -> 0 bytes boards/sounds/en/alphabet/t.ogg | Bin 12529 -> 0 bytes boards/sounds/en/alphabet/u.ogg | Bin 14406 -> 0 bytes boards/sounds/en/alphabet/v.ogg | Bin 14048 -> 0 bytes boards/sounds/en/alphabet/w.ogg | Bin 16430 -> 0 bytes boards/sounds/en/alphabet/x.ogg | Bin 15633 -> 0 bytes boards/sounds/en/alphabet/y.ogg | Bin 14434 -> 0 bytes boards/sounds/en/alphabet/z.ogg | Bin 14839 -> 0 bytes boards/sounds/es/alphabet/0.ogg | Bin 43586 -> 0 bytes boards/sounds/es/alphabet/1.ogg | Bin 42863 -> 0 bytes boards/sounds/es/alphabet/2.ogg | Bin 37473 -> 0 bytes boards/sounds/es/alphabet/3.ogg | Bin 42962 -> 0 bytes boards/sounds/es/alphabet/4.ogg | Bin 32255 -> 0 bytes boards/sounds/es/alphabet/5.ogg | Bin 48883 -> 0 bytes boards/sounds/es/alphabet/6.ogg | Bin 43531 -> 0 bytes boards/sounds/es/alphabet/7.ogg | Bin 54240 -> 0 bytes boards/sounds/es/alphabet/8.ogg | Bin 49062 -> 0 bytes boards/sounds/es/alphabet/9.ogg | Bin 54021 -> 0 bytes boards/sounds/es/alphabet/U0030.ogg | Bin 0 -> 43586 bytes boards/sounds/es/alphabet/U0031.ogg | Bin 0 -> 42863 bytes boards/sounds/es/alphabet/U0032.ogg | Bin 0 -> 37473 bytes boards/sounds/es/alphabet/U0033.ogg | Bin 0 -> 42962 bytes boards/sounds/es/alphabet/U0034.ogg | Bin 0 -> 32255 bytes boards/sounds/es/alphabet/U0035.ogg | Bin 0 -> 48883 bytes boards/sounds/es/alphabet/U0036.ogg | Bin 0 -> 43531 bytes boards/sounds/es/alphabet/U0037.ogg | Bin 0 -> 54240 bytes boards/sounds/es/alphabet/U0038.ogg | Bin 0 -> 49062 bytes boards/sounds/es/alphabet/U0039.ogg | Bin 0 -> 54021 bytes boards/sounds/es/alphabet/U0061.ogg | Bin 0 -> 42926 bytes boards/sounds/es/alphabet/U0062.ogg | Bin 0 -> 48471 bytes boards/sounds/es/alphabet/U0063.ogg | Bin 0 -> 48635 bytes boards/sounds/es/alphabet/U0064.ogg | Bin 0 -> 54047 bytes boards/sounds/es/alphabet/U0065.ogg | Bin 0 -> 53952 bytes boards/sounds/es/alphabet/U0066.ogg | Bin 0 -> 59710 bytes boards/sounds/es/alphabet/U0067.ogg | Bin 0 -> 12750 bytes boards/sounds/es/alphabet/U0068.ogg | Bin 0 -> 48849 bytes boards/sounds/es/alphabet/U0069.ogg | Bin 0 -> 37312 bytes boards/sounds/es/alphabet/U006A.ogg | Bin 0 -> 54586 bytes boards/sounds/es/alphabet/U006B.ogg | Bin 0 -> 42743 bytes boards/sounds/es/alphabet/U006C.ogg | Bin 0 -> 54720 bytes boards/sounds/es/alphabet/U006D.ogg | Bin 0 -> 48850 bytes boards/sounds/es/alphabet/U006E.ogg | Bin 0 -> 48857 bytes boards/sounds/es/alphabet/U006F.ogg | Bin 0 -> 42927 bytes boards/sounds/es/alphabet/U0070.ogg | Bin 0 -> 42916 bytes boards/sounds/es/alphabet/U0071.ogg | Bin 0 -> 53978 bytes boards/sounds/es/alphabet/U0072.ogg | Bin 0 -> 43344 bytes boards/sounds/es/alphabet/U0073.ogg | Bin 0 -> 48315 bytes boards/sounds/es/alphabet/U0074.ogg | Bin 0 -> 42810 bytes boards/sounds/es/alphabet/U0075.ogg | Bin 0 -> 37003 bytes boards/sounds/es/alphabet/U0076.ogg | Bin 0 -> 12680 bytes boards/sounds/es/alphabet/U0077.ogg | Bin 0 -> 16927 bytes boards/sounds/es/alphabet/U0078.ogg | Bin 0 -> 43576 bytes boards/sounds/es/alphabet/U0079.ogg | Bin 0 -> 48930 bytes boards/sounds/es/alphabet/U007A.ogg | Bin 0 -> 59603 bytes boards/sounds/es/alphabet/a.ogg | Bin 42926 -> 0 bytes boards/sounds/es/alphabet/b.ogg | Bin 48471 -> 0 bytes boards/sounds/es/alphabet/c.ogg | Bin 48635 -> 0 bytes boards/sounds/es/alphabet/d.ogg | Bin 54047 -> 0 bytes boards/sounds/es/alphabet/e.ogg | Bin 53952 -> 0 bytes boards/sounds/es/alphabet/f.ogg | Bin 59710 -> 0 bytes boards/sounds/es/alphabet/g.ogg | Bin 12750 -> 0 bytes .../es/alphabet/gcompris_alphabet_es.assetml.in | 372 +++++----- boards/sounds/es/alphabet/h.ogg | Bin 48849 -> 0 bytes boards/sounds/es/alphabet/i.ogg | Bin 37312 -> 0 bytes boards/sounds/es/alphabet/j.ogg | Bin 54586 -> 0 bytes boards/sounds/es/alphabet/k.ogg | Bin 42743 -> 0 bytes boards/sounds/es/alphabet/l.ogg | Bin 54720 -> 0 bytes boards/sounds/es/alphabet/m.ogg | Bin 48850 -> 0 bytes boards/sounds/es/alphabet/n.ogg | Bin 48857 -> 0 bytes boards/sounds/es/alphabet/o.ogg | Bin 42927 -> 0 bytes boards/sounds/es/alphabet/p.ogg | Bin 42916 -> 0 bytes boards/sounds/es/alphabet/q.ogg | Bin 53978 -> 0 bytes boards/sounds/es/alphabet/r.ogg | Bin 43344 -> 0 bytes boards/sounds/es/alphabet/s.ogg | Bin 48315 -> 0 bytes boards/sounds/es/alphabet/t.ogg | Bin 42810 -> 0 bytes boards/sounds/es/alphabet/u.ogg | Bin 37003 -> 0 bytes boards/sounds/es/alphabet/v.ogg | Bin 12680 -> 0 bytes boards/sounds/es/alphabet/w.ogg | Bin 16927 -> 0 bytes boards/sounds/es/alphabet/x.ogg | Bin 43576 -> 0 bytes boards/sounds/es/alphabet/y.ogg | Bin 48930 -> 0 bytes boards/sounds/es/alphabet/z.ogg | Bin 59603 -> 0 bytes boards/sounds/fr/alphabet/0.ogg | Bin 10755 -> 0 bytes boards/sounds/fr/alphabet/1.ogg | Bin 9828 -> 0 bytes boards/sounds/fr/alphabet/2.ogg | Bin 8167 -> 0 bytes boards/sounds/fr/alphabet/3.ogg | Bin 8492 -> 0 bytes boards/sounds/fr/alphabet/4.ogg | Bin 11232 -> 0 bytes boards/sounds/fr/alphabet/5.ogg | Bin 13097 -> 0 bytes boards/sounds/fr/alphabet/6.ogg | Bin 12530 -> 0 bytes boards/sounds/fr/alphabet/7.ogg | Bin 11785 -> 0 bytes boards/sounds/fr/alphabet/8.ogg | Bin 10973 -> 0 bytes boards/sounds/fr/alphabet/9.ogg | Bin 11516 -> 0 bytes boards/sounds/fr/alphabet/U0030.ogg | Bin 0 -> 10755 bytes boards/sounds/fr/alphabet/U0031.ogg | Bin 0 -> 9828 bytes boards/sounds/fr/alphabet/U0032.ogg | Bin 0 -> 8167 bytes boards/sounds/fr/alphabet/U0033.ogg | Bin 0 -> 8492 bytes boards/sounds/fr/alphabet/U0034.ogg | Bin 0 -> 11232 bytes boards/sounds/fr/alphabet/U0035.ogg | Bin 0 -> 13097 bytes boards/sounds/fr/alphabet/U0036.ogg | Bin 0 -> 12530 bytes boards/sounds/fr/alphabet/U0037.ogg | Bin 0 -> 11785 bytes boards/sounds/fr/alphabet/U0038.ogg | Bin 0 -> 10973 bytes boards/sounds/fr/alphabet/U0039.ogg | Bin 0 -> 11516 bytes boards/sounds/fr/alphabet/U0061.ogg | Bin 0 -> 8722 bytes boards/sounds/fr/alphabet/U0062.ogg | Bin 0 -> 8394 bytes boards/sounds/fr/alphabet/U0063.ogg | Bin 0 -> 8061 bytes boards/sounds/fr/alphabet/U0064.ogg | Bin 0 -> 7058 bytes boards/sounds/fr/alphabet/U0065.ogg | Bin 0 -> 7895 bytes boards/sounds/fr/alphabet/U0066.ogg | Bin 0 -> 10683 bytes boards/sounds/fr/alphabet/U0067.ogg | Bin 0 -> 7945 bytes boards/sounds/fr/alphabet/U0068.ogg | Bin 0 -> 10468 bytes boards/sounds/fr/alphabet/U0069.ogg | Bin 0 -> 7051 bytes boards/sounds/fr/alphabet/U006A.ogg | Bin 0 -> 7967 bytes boards/sounds/fr/alphabet/U006B.ogg | Bin 0 -> 6909 bytes boards/sounds/fr/alphabet/U006C.ogg | Bin 0 -> 10072 bytes boards/sounds/fr/alphabet/U006D.ogg | Bin 0 -> 11036 bytes boards/sounds/fr/alphabet/U006E.ogg | Bin 0 -> 10446 bytes boards/sounds/fr/alphabet/U006F.ogg | Bin 0 -> 6779 bytes boards/sounds/fr/alphabet/U0070.ogg | Bin 0 -> 6860 bytes boards/sounds/fr/alphabet/U0071.ogg | Bin 0 -> 7637 bytes boards/sounds/fr/alphabet/U0072.ogg | Bin 0 -> 11279 bytes boards/sounds/fr/alphabet/U0073.ogg | Bin 0 -> 11462 bytes boards/sounds/fr/alphabet/U0074.ogg | Bin 0 -> 7091 bytes boards/sounds/fr/alphabet/U0075.ogg | Bin 0 -> 7101 bytes boards/sounds/fr/alphabet/U0076.ogg | Bin 0 -> 8332 bytes boards/sounds/fr/alphabet/U0077.ogg | Bin 0 -> 14077 bytes boards/sounds/fr/alphabet/U0078.ogg | Bin 0 -> 10937 bytes boards/sounds/fr/alphabet/U0079.ogg | Bin 0 -> 13029 bytes boards/sounds/fr/alphabet/U007A.ogg | Bin 0 -> 13559 bytes boards/sounds/fr/alphabet/a.ogg | Bin 8722 -> 0 bytes boards/sounds/fr/alphabet/b.ogg | Bin 8394 -> 0 bytes boards/sounds/fr/alphabet/c.ogg | Bin 8061 -> 0 bytes boards/sounds/fr/alphabet/d.ogg | Bin 7058 -> 0 bytes boards/sounds/fr/alphabet/e.ogg | Bin 7895 -> 0 bytes boards/sounds/fr/alphabet/f.ogg | Bin 10683 -> 0 bytes boards/sounds/fr/alphabet/g.ogg | Bin 7945 -> 0 bytes .../fr/alphabet/gcompris_alphabet_fr.assetml.in | 372 +++++----- boards/sounds/fr/alphabet/h.ogg | Bin 10468 -> 0 bytes boards/sounds/fr/alphabet/i.ogg | Bin 7051 -> 0 bytes boards/sounds/fr/alphabet/j.ogg | Bin 7967 -> 0 bytes boards/sounds/fr/alphabet/k.ogg | Bin 6909 -> 0 bytes boards/sounds/fr/alphabet/l.ogg | Bin 10072 -> 0 bytes boards/sounds/fr/alphabet/m.ogg | Bin 11036 -> 0 bytes boards/sounds/fr/alphabet/n.ogg | Bin 10446 -> 0 bytes boards/sounds/fr/alphabet/o.ogg | Bin 6779 -> 0 bytes boards/sounds/fr/alphabet/p.ogg | Bin 6860 -> 0 bytes boards/sounds/fr/alphabet/q.ogg | Bin 7637 -> 0 bytes boards/sounds/fr/alphabet/r.ogg | Bin 11279 -> 0 bytes boards/sounds/fr/alphabet/s.ogg | Bin 11462 -> 0 bytes boards/sounds/fr/alphabet/t.ogg | Bin 7091 -> 0 bytes boards/sounds/fr/alphabet/u.ogg | Bin 7101 -> 0 bytes boards/sounds/fr/alphabet/v.ogg | Bin 8332 -> 0 bytes boards/sounds/fr/alphabet/w.ogg | Bin 14077 -> 0 bytes boards/sounds/fr/alphabet/x.ogg | Bin 10937 -> 0 bytes boards/sounds/fr/alphabet/y.ogg | Bin 13029 -> 0 bytes boards/sounds/fr/alphabet/z.ogg | Bin 13559 -> 0 bytes boards/sounds/it/alphabet/1.ogg | Bin 20290 -> 0 bytes boards/sounds/it/alphabet/2.ogg | Bin 21472 -> 0 bytes boards/sounds/it/alphabet/3.ogg | Bin 15792 -> 0 bytes boards/sounds/it/alphabet/4.ogg | Bin 17849 -> 0 bytes boards/sounds/it/alphabet/5.ogg | Bin 15672 -> 0 bytes boards/sounds/it/alphabet/6.ogg | Bin 15090 -> 0 bytes boards/sounds/it/alphabet/7.ogg | Bin 16376 -> 0 bytes boards/sounds/it/alphabet/8.ogg | Bin 15312 -> 0 bytes boards/sounds/it/alphabet/9.ogg | Bin 15430 -> 0 bytes boards/sounds/it/alphabet/U0031.ogg | Bin 0 -> 20290 bytes boards/sounds/it/alphabet/U0032.ogg | Bin 0 -> 21472 bytes boards/sounds/it/alphabet/U0033.ogg | Bin 0 -> 15792 bytes boards/sounds/it/alphabet/U0034.ogg | Bin 0 -> 17849 bytes boards/sounds/it/alphabet/U0035.ogg | Bin 0 -> 15672 bytes boards/sounds/it/alphabet/U0036.ogg | Bin 0 -> 15090 bytes boards/sounds/it/alphabet/U0037.ogg | Bin 0 -> 16376 bytes boards/sounds/it/alphabet/U0038.ogg | Bin 0 -> 15312 bytes boards/sounds/it/alphabet/U0039.ogg | Bin 0 -> 15430 bytes boards/sounds/it/alphabet/U0061.ogg | Bin 0 -> 13157 bytes boards/sounds/it/alphabet/U0062.ogg | Bin 0 -> 12654 bytes boards/sounds/it/alphabet/U0063.ogg | Bin 0 -> 13069 bytes boards/sounds/it/alphabet/U0064.ogg | Bin 0 -> 14682 bytes boards/sounds/it/alphabet/U0065.ogg | Bin 0 -> 16252 bytes boards/sounds/it/alphabet/U0066.ogg | Bin 0 -> 14925 bytes boards/sounds/it/alphabet/U0067.ogg | Bin 0 -> 12768 bytes boards/sounds/it/alphabet/U0068.ogg | Bin 0 -> 15900 bytes boards/sounds/it/alphabet/U0069.ogg | Bin 0 -> 14142 bytes boards/sounds/it/alphabet/U006A.ogg | Bin 0 -> 12662 bytes boards/sounds/it/alphabet/U006B.ogg | Bin 0 -> 12078 bytes boards/sounds/it/alphabet/U006C.ogg | Bin 0 -> 16419 bytes boards/sounds/it/alphabet/U006D.ogg | Bin 0 -> 13460 bytes boards/sounds/it/alphabet/U006E.ogg | Bin 0 -> 13955 bytes boards/sounds/it/alphabet/U006F.ogg | Bin 0 -> 10917 bytes boards/sounds/it/alphabet/U0070.ogg | Bin 0 -> 10865 bytes boards/sounds/it/alphabet/U0071.ogg | Bin 0 -> 13919 bytes boards/sounds/it/alphabet/U0072.ogg | Bin 0 -> 14899 bytes boards/sounds/it/alphabet/U0073.ogg | Bin 0 -> 14886 bytes boards/sounds/it/alphabet/U0074.ogg | Bin 0 -> 13663 bytes boards/sounds/it/alphabet/U0075.ogg | Bin 0 -> 9950 bytes boards/sounds/it/alphabet/U0076.ogg | Bin 0 -> 11084 bytes boards/sounds/it/alphabet/U0077.ogg | Bin 0 -> 13046 bytes boards/sounds/it/alphabet/U0078.ogg | Bin 0 -> 12784 bytes boards/sounds/it/alphabet/U0079.ogg | Bin 0 -> 13782 bytes boards/sounds/it/alphabet/U007A.ogg | Bin 0 -> 14103 bytes boards/sounds/it/alphabet/a.ogg | Bin 13157 -> 0 bytes boards/sounds/it/alphabet/b.ogg | Bin 12654 -> 0 bytes boards/sounds/it/alphabet/c.ogg | Bin 13069 -> 0 bytes boards/sounds/it/alphabet/d.ogg | Bin 14682 -> 0 bytes boards/sounds/it/alphabet/e.ogg | Bin 16252 -> 0 bytes boards/sounds/it/alphabet/f.ogg | Bin 14925 -> 0 bytes boards/sounds/it/alphabet/g.ogg | Bin 12768 -> 0 bytes .../it/alphabet/gcompris_alphabet_it.assetml.in | 462 ++++++------ boards/sounds/it/alphabet/h.ogg | Bin 15900 -> 0 bytes boards/sounds/it/alphabet/i.ogg | Bin 14142 -> 0 bytes boards/sounds/it/alphabet/j.ogg | Bin 12662 -> 0 bytes boards/sounds/it/alphabet/k.ogg | Bin 12078 -> 0 bytes boards/sounds/it/alphabet/l.ogg | Bin 16419 -> 0 bytes boards/sounds/it/alphabet/m.ogg | Bin 13460 -> 0 bytes boards/sounds/it/alphabet/n.ogg | Bin 13955 -> 0 bytes boards/sounds/it/alphabet/o.ogg | Bin 10917 -> 0 bytes boards/sounds/it/alphabet/p.ogg | Bin 10865 -> 0 bytes boards/sounds/it/alphabet/q.ogg | Bin 13919 -> 0 bytes boards/sounds/it/alphabet/r.ogg | Bin 14899 -> 0 bytes boards/sounds/it/alphabet/s.ogg | Bin 14886 -> 0 bytes boards/sounds/it/alphabet/t.ogg | Bin 13663 -> 0 bytes boards/sounds/it/alphabet/u.ogg | Bin 9950 -> 0 bytes boards/sounds/it/alphabet/v.ogg | Bin 11084 -> 0 bytes boards/sounds/it/alphabet/w.ogg | Bin 13046 -> 0 bytes boards/sounds/it/alphabet/x.ogg | Bin 12784 -> 0 bytes boards/sounds/it/alphabet/y.ogg | Bin 13782 -> 0 bytes boards/sounds/it/alphabet/z.ogg | Bin 14103 -> 0 bytes boards/sounds/pt/alphabet/0.ogg | Bin 5873 -> 0 bytes boards/sounds/pt/alphabet/1.ogg | Bin 5781 -> 0 bytes boards/sounds/pt/alphabet/2.ogg | Bin 7126 -> 0 bytes boards/sounds/pt/alphabet/3.ogg | Bin 7626 -> 0 bytes boards/sounds/pt/alphabet/4.ogg | Bin 6753 -> 0 bytes boards/sounds/pt/alphabet/5.ogg | Bin 8141 -> 0 bytes boards/sounds/pt/alphabet/6.ogg | Bin 8493 -> 0 bytes boards/sounds/pt/alphabet/7.ogg | Bin 7748 -> 0 bytes boards/sounds/pt/alphabet/8.ogg | Bin 6758 -> 0 bytes boards/sounds/pt/alphabet/9.ogg | Bin 7490 -> 0 bytes boards/sounds/pt/alphabet/U0030.ogg | Bin 0 -> 5873 bytes boards/sounds/pt/alphabet/U0031.ogg | Bin 0 -> 5781 bytes boards/sounds/pt/alphabet/U0032.ogg | Bin 0 -> 7126 bytes boards/sounds/pt/alphabet/U0033.ogg | Bin 0 -> 7626 bytes boards/sounds/pt/alphabet/U0034.ogg | Bin 0 -> 6753 bytes boards/sounds/pt/alphabet/U0035.ogg | Bin 0 -> 8141 bytes boards/sounds/pt/alphabet/U0036.ogg | Bin 0 -> 8493 bytes boards/sounds/pt/alphabet/U0037.ogg | Bin 0 -> 7748 bytes boards/sounds/pt/alphabet/U0038.ogg | Bin 0 -> 6758 bytes boards/sounds/pt/alphabet/U0039.ogg | Bin 0 -> 7490 bytes boards/sounds/pt/alphabet/U0061.ogg | Bin 0 -> 4880 bytes boards/sounds/pt/alphabet/U0062.ogg | Bin 0 -> 6031 bytes boards/sounds/pt/alphabet/U0063.ogg | Bin 0 -> 6137 bytes boards/sounds/pt/alphabet/U0064.ogg | Bin 0 -> 5533 bytes boards/sounds/pt/alphabet/U0065.ogg | Bin 0 -> 5270 bytes boards/sounds/pt/alphabet/U0066.ogg | Bin 0 -> 6487 bytes boards/sounds/pt/alphabet/U0067.ogg | Bin 0 -> 4989 bytes boards/sounds/pt/alphabet/U0068.ogg | Bin 0 -> 5896 bytes boards/sounds/pt/alphabet/U0069.ogg | Bin 0 -> 4590 bytes boards/sounds/pt/alphabet/U006A.ogg | Bin 0 -> 7537 bytes boards/sounds/pt/alphabet/U006B.ogg | Bin 0 -> 6735 bytes boards/sounds/pt/alphabet/U006C.ogg | Bin 0 -> 6104 bytes boards/sounds/pt/alphabet/U006D.ogg | Bin 0 -> 5951 bytes boards/sounds/pt/alphabet/U006E.ogg | Bin 0 -> 5716 bytes boards/sounds/pt/alphabet/U006F.ogg | Bin 0 -> 4834 bytes boards/sounds/pt/alphabet/U0070.ogg | Bin 0 -> 5368 bytes boards/sounds/pt/alphabet/U0071.ogg | Bin 0 -> 5512 bytes boards/sounds/pt/alphabet/U0072.ogg | Bin 0 -> 5274 bytes boards/sounds/pt/alphabet/U0073.ogg | Bin 0 -> 6295 bytes boards/sounds/pt/alphabet/U0074.ogg | Bin 0 -> 5448 bytes boards/sounds/pt/alphabet/U0075.ogg | Bin 0 -> 5013 bytes boards/sounds/pt/alphabet/U0076.ogg | Bin 0 -> 6033 bytes boards/sounds/pt/alphabet/U0077.ogg | Bin 0 -> 7686 bytes boards/sounds/pt/alphabet/U0078.ogg | Bin 0 -> 6964 bytes boards/sounds/pt/alphabet/U0079.ogg | Bin 0 -> 7943 bytes boards/sounds/pt/alphabet/U007A.ogg | Bin 0 -> 7500 bytes boards/sounds/pt/alphabet/a.ogg | Bin 4880 -> 0 bytes boards/sounds/pt/alphabet/b.ogg | Bin 6031 -> 0 bytes boards/sounds/pt/alphabet/c.ogg | Bin 6137 -> 0 bytes boards/sounds/pt/alphabet/d.ogg | Bin 5533 -> 0 bytes boards/sounds/pt/alphabet/e.ogg | Bin 5270 -> 0 bytes boards/sounds/pt/alphabet/f.ogg | Bin 6487 -> 0 bytes boards/sounds/pt/alphabet/g.ogg | Bin 4989 -> 0 bytes .../pt/alphabet/gcompris_alphabet_pt.assetml.in | 452 ++++++------ boards/sounds/pt/alphabet/h.ogg | Bin 5896 -> 0 bytes boards/sounds/pt/alphabet/i.ogg | Bin 4590 -> 0 bytes boards/sounds/pt/alphabet/j.ogg | Bin 7537 -> 0 bytes boards/sounds/pt/alphabet/k.ogg | Bin 6735 -> 0 bytes boards/sounds/pt/alphabet/l.ogg | Bin 6104 -> 0 bytes boards/sounds/pt/alphabet/m.ogg | Bin 5951 -> 0 bytes boards/sounds/pt/alphabet/n.ogg | Bin 5716 -> 0 bytes boards/sounds/pt/alphabet/o.ogg | Bin 4834 -> 0 bytes boards/sounds/pt/alphabet/p.ogg | Bin 5368 -> 0 bytes boards/sounds/pt/alphabet/q.ogg | Bin 5512 -> 0 bytes boards/sounds/pt/alphabet/r.ogg | Bin 5274 -> 0 bytes boards/sounds/pt/alphabet/s.ogg | Bin 6295 -> 0 bytes boards/sounds/pt/alphabet/t.ogg | Bin 5448 -> 0 bytes boards/sounds/pt/alphabet/u.ogg | Bin 5013 -> 0 bytes boards/sounds/pt/alphabet/v.ogg | Bin 6033 -> 0 bytes boards/sounds/pt/alphabet/w.ogg | Bin 7686 -> 0 bytes boards/sounds/pt/alphabet/x.ogg | Bin 6964 -> 0 bytes boards/sounds/pt/alphabet/y.ogg | Bin 7943 -> 0 bytes boards/sounds/pt/alphabet/z.ogg | Bin 7500 -> 0 bytes boards/sounds/ru/alphabet/1.ogg | Bin 10554 -> 0 bytes boards/sounds/ru/alphabet/2.ogg | Bin 9017 -> 0 bytes boards/sounds/ru/alphabet/3.ogg | Bin 9702 -> 0 bytes boards/sounds/ru/alphabet/4.ogg | Bin 12166 -> 0 bytes boards/sounds/ru/alphabet/5.ogg | Bin 6822 -> 0 bytes boards/sounds/ru/alphabet/6.ogg | Bin 7367 -> 0 bytes boards/sounds/ru/alphabet/7.ogg | Bin 7517 -> 0 bytes boards/sounds/ru/alphabet/8.ogg | Bin 10349 -> 0 bytes boards/sounds/ru/alphabet/9.ogg | Bin 9134 -> 0 bytes boards/sounds/ru/alphabet/U0031.ogg | Bin 0 -> 10554 bytes boards/sounds/ru/alphabet/U0032.ogg | Bin 0 -> 9017 bytes boards/sounds/ru/alphabet/U0033.ogg | Bin 0 -> 9702 bytes boards/sounds/ru/alphabet/U0034.ogg | Bin 0 -> 12166 bytes boards/sounds/ru/alphabet/U0035.ogg | Bin 0 -> 6822 bytes boards/sounds/ru/alphabet/U0036.ogg | Bin 0 -> 7367 bytes boards/sounds/ru/alphabet/U0037.ogg | Bin 0 -> 7517 bytes boards/sounds/ru/alphabet/U0038.ogg | Bin 0 -> 10349 bytes boards/sounds/ru/alphabet/U0039.ogg | Bin 0 -> 9134 bytes boards/sounds/ru/alphabet/U0061.ogg | Bin 0 -> 13694 bytes boards/sounds/ru/alphabet/U0062.ogg | Bin 0 -> 14621 bytes boards/sounds/ru/alphabet/U0063.ogg | Bin 0 -> 15691 bytes boards/sounds/ru/alphabet/U0064.ogg | Bin 0 -> 13885 bytes boards/sounds/ru/alphabet/U0065.ogg | Bin 0 -> 17481 bytes boards/sounds/ru/alphabet/U0066.ogg | Bin 0 -> 13003 bytes boards/sounds/ru/alphabet/U0067.ogg | Bin 0 -> 16587 bytes boards/sounds/ru/alphabet/U0068.ogg | Bin 0 -> 16828 bytes boards/sounds/ru/alphabet/U0069.ogg | Bin 0 -> 13912 bytes boards/sounds/ru/alphabet/U006A.ogg | Bin 0 -> 16674 bytes boards/sounds/ru/alphabet/U006B.ogg | Bin 0 -> 16010 bytes boards/sounds/ru/alphabet/U006C.ogg | Bin 0 -> 15318 bytes boards/sounds/ru/alphabet/U006D.ogg | Bin 0 -> 15772 bytes boards/sounds/ru/alphabet/U006E.ogg | Bin 0 -> 14916 bytes boards/sounds/ru/alphabet/U006F.ogg | Bin 0 -> 14099 bytes boards/sounds/ru/alphabet/U0070.ogg | Bin 0 -> 13284 bytes boards/sounds/ru/alphabet/U0071.ogg | Bin 0 -> 14677 bytes boards/sounds/ru/alphabet/U0072.ogg | Bin 0 -> 14490 bytes boards/sounds/ru/alphabet/U0073.ogg | Bin 0 -> 13030 bytes boards/sounds/ru/alphabet/U0074.ogg | Bin 0 -> 12529 bytes boards/sounds/ru/alphabet/U0075.ogg | Bin 0 -> 14406 bytes boards/sounds/ru/alphabet/U0076.ogg | Bin 0 -> 14048 bytes boards/sounds/ru/alphabet/U0077.ogg | Bin 0 -> 16430 bytes boards/sounds/ru/alphabet/U0078.ogg | Bin 0 -> 15633 bytes boards/sounds/ru/alphabet/U0079.ogg | Bin 0 -> 14434 bytes boards/sounds/ru/alphabet/U007A.ogg | Bin 0 -> 14839 bytes boards/sounds/ru/alphabet/U0430.ogg | Bin 0 -> 7433 bytes boards/sounds/ru/alphabet/U0431.ogg | Bin 0 -> 9059 bytes boards/sounds/ru/alphabet/U0432.ogg | Bin 0 -> 8727 bytes boards/sounds/ru/alphabet/U0433.ogg | Bin 0 -> 8577 bytes boards/sounds/ru/alphabet/U0434.ogg | Bin 0 -> 8182 bytes boards/sounds/ru/alphabet/U0435.ogg | Bin 0 -> 8287 bytes boards/sounds/ru/alphabet/U0436.ogg | Bin 0 -> 9003 bytes boards/sounds/ru/alphabet/U0437.ogg | Bin 0 -> 8953 bytes boards/sounds/ru/alphabet/U0438.ogg | Bin 0 -> 7264 bytes boards/sounds/ru/alphabet/U0439.ogg | Bin 0 -> 14609 bytes boards/sounds/ru/alphabet/U043A.ogg | Bin 0 -> 7068 bytes boards/sounds/ru/alphabet/U043B.ogg | Bin 0 -> 10351 bytes boards/sounds/ru/alphabet/U043C.ogg | Bin 0 -> 8592 bytes boards/sounds/ru/alphabet/U043D.ogg | Bin 0 -> 9216 bytes boards/sounds/ru/alphabet/U043E.ogg | Bin 0 -> 6912 bytes boards/sounds/ru/alphabet/U043F.ogg | Bin 0 -> 6202 bytes boards/sounds/ru/alphabet/U0440.ogg | Bin 0 -> 7567 bytes boards/sounds/ru/alphabet/U0441.ogg | Bin 0 -> 9177 bytes boards/sounds/ru/alphabet/U0442.ogg | Bin 0 -> 6508 bytes boards/sounds/ru/alphabet/U0443.ogg | Bin 0 -> 7539 bytes boards/sounds/ru/alphabet/U0444.ogg | Bin 0 -> 9961 bytes boards/sounds/ru/alphabet/U0445.ogg | Bin 0 -> 8128 bytes boards/sounds/ru/alphabet/U0446.ogg | Bin 0 -> 7073 bytes boards/sounds/ru/alphabet/U0447.ogg | Bin 0 -> 7237 bytes boards/sounds/ru/alphabet/U0448.ogg | Bin 0 -> 9128 bytes boards/sounds/ru/alphabet/U0449.ogg | Bin 0 -> 8880 bytes boards/sounds/ru/alphabet/U044A.ogg | Bin 0 -> 12865 bytes boards/sounds/ru/alphabet/U044B.ogg | Bin 0 -> 8909 bytes boards/sounds/ru/alphabet/U044C.ogg | Bin 0 -> 15760 bytes boards/sounds/ru/alphabet/U044D.ogg | Bin 0 -> 9310 bytes boards/sounds/ru/alphabet/U044E.ogg | Bin 0 -> 8912 bytes boards/sounds/ru/alphabet/U044F.ogg | Bin 0 -> 9458 bytes boards/sounds/ru/alphabet/U0451.ogg | Bin 0 -> 7511 bytes boards/sounds/ru/alphabet/a.ogg | Bin 13694 -> 0 bytes boards/sounds/ru/alphabet/b.ogg | Bin 14621 -> 0 bytes boards/sounds/ru/alphabet/c.ogg | Bin 15691 -> 0 bytes boards/sounds/ru/alphabet/cyr_a.ogg | Bin 7433 -> 0 bytes boards/sounds/ru/alphabet/cyr_b.ogg | Bin 9059 -> 0 bytes boards/sounds/ru/alphabet/cyr_c.ogg | Bin 7073 -> 0 bytes boards/sounds/ru/alphabet/cyr_ch.ogg | Bin 7237 -> 0 bytes boards/sounds/ru/alphabet/cyr_d.ogg | Bin 8182 -> 0 bytes boards/sounds/ru/alphabet/cyr_e.ogg | Bin 8287 -> 0 bytes boards/sounds/ru/alphabet/cyr_f.ogg | Bin 9961 -> 0 bytes boards/sounds/ru/alphabet/cyr_g.ogg | Bin 8577 -> 0 bytes boards/sounds/ru/alphabet/cyr_h.ogg | Bin 8128 -> 0 bytes boards/sounds/ru/alphabet/cyr_hard.ogg | Bin 12865 -> 0 bytes boards/sounds/ru/alphabet/cyr_hard_e.ogg | Bin 9310 -> 0 bytes boards/sounds/ru/alphabet/cyr_hard_i.ogg | Bin 8909 -> 0 bytes boards/sounds/ru/alphabet/cyr_i.ogg | Bin 7264 -> 0 bytes boards/sounds/ru/alphabet/cyr_iy.ogg | Bin 14609 -> 0 bytes boards/sounds/ru/alphabet/cyr_j.ogg | Bin 9003 -> 0 bytes boards/sounds/ru/alphabet/cyr_k.ogg | Bin 7068 -> 0 bytes boards/sounds/ru/alphabet/cyr_l.ogg | Bin 10351 -> 0 bytes boards/sounds/ru/alphabet/cyr_m.ogg | Bin 8592 -> 0 bytes boards/sounds/ru/alphabet/cyr_n.ogg | Bin 9216 -> 0 bytes boards/sounds/ru/alphabet/cyr_o.ogg | Bin 6912 -> 0 bytes boards/sounds/ru/alphabet/cyr_p.ogg | Bin 6202 -> 0 bytes boards/sounds/ru/alphabet/cyr_r.ogg | Bin 7567 -> 0 bytes boards/sounds/ru/alphabet/cyr_s.ogg | Bin 9177 -> 0 bytes boards/sounds/ru/alphabet/cyr_sch.ogg | Bin 9128 -> 0 bytes boards/sounds/ru/alphabet/cyr_schy.ogg | Bin 8880 -> 0 bytes boards/sounds/ru/alphabet/cyr_soft.ogg | Bin 15760 -> 0 bytes boards/sounds/ru/alphabet/cyr_t.ogg | Bin 6508 -> 0 bytes boards/sounds/ru/alphabet/cyr_u.ogg | Bin 7539 -> 0 bytes boards/sounds/ru/alphabet/cyr_v.ogg | Bin 8727 -> 0 bytes boards/sounds/ru/alphabet/cyr_ya.ogg | Bin 9458 -> 0 bytes boards/sounds/ru/alphabet/cyr_yo.ogg | Bin 7511 -> 0 bytes boards/sounds/ru/alphabet/cyr_yu.ogg | Bin 8912 -> 0 bytes boards/sounds/ru/alphabet/cyr_z.ogg | Bin 8953 -> 0 bytes boards/sounds/ru/alphabet/d.ogg | Bin 13885 -> 0 bytes boards/sounds/ru/alphabet/e.ogg | Bin 17481 -> 0 bytes boards/sounds/ru/alphabet/f.ogg | Bin 13003 -> 0 bytes boards/sounds/ru/alphabet/g.ogg | Bin 16587 -> 0 bytes .../ru/alphabet/gcompris_alphabet_ru.assetml.in | 804 ++++++++++---------- boards/sounds/ru/alphabet/h.ogg | Bin 16828 -> 0 bytes boards/sounds/ru/alphabet/i.ogg | Bin 13912 -> 0 bytes boards/sounds/ru/alphabet/j.ogg | Bin 16674 -> 0 bytes boards/sounds/ru/alphabet/k.ogg | Bin 16010 -> 0 bytes boards/sounds/ru/alphabet/l.ogg | Bin 15318 -> 0 bytes boards/sounds/ru/alphabet/m.ogg | Bin 15772 -> 0 bytes boards/sounds/ru/alphabet/n.ogg | Bin 14916 -> 0 bytes boards/sounds/ru/alphabet/o.ogg | Bin 14099 -> 0 bytes boards/sounds/ru/alphabet/p.ogg | Bin 13284 -> 0 bytes boards/sounds/ru/alphabet/q.ogg | Bin 14677 -> 0 bytes boards/sounds/ru/alphabet/r.ogg | Bin 14490 -> 0 bytes boards/sounds/ru/alphabet/s.ogg | Bin 13030 -> 0 bytes boards/sounds/ru/alphabet/t.ogg | Bin 12529 -> 0 bytes boards/sounds/ru/alphabet/u.ogg | Bin 14406 -> 0 bytes boards/sounds/ru/alphabet/v.ogg | Bin 14048 -> 0 bytes boards/sounds/ru/alphabet/w.ogg | Bin 16430 -> 0 bytes boards/sounds/ru/alphabet/x.ogg | Bin 15633 -> 0 bytes boards/sounds/ru/alphabet/y.ogg | Bin 14434 -> 0 bytes boards/sounds/ru/alphabet/z.ogg | Bin 14839 -> 0 bytes boards/sounds/sv/alphabet/0.ogg | Bin 16034 -> 0 bytes boards/sounds/sv/alphabet/1.ogg | Bin 18702 -> 0 bytes boards/sounds/sv/alphabet/2.ogg | Bin 15977 -> 0 bytes boards/sounds/sv/alphabet/3.ogg | Bin 13100 -> 0 bytes boards/sounds/sv/alphabet/4.ogg | Bin 11510 -> 0 bytes boards/sounds/sv/alphabet/5.ogg | Bin 10675 -> 0 bytes boards/sounds/sv/alphabet/6.ogg | Bin 15196 -> 0 bytes boards/sounds/sv/alphabet/7.ogg | Bin 12343 -> 0 bytes boards/sounds/sv/alphabet/8.ogg | Bin 18991 -> 0 bytes boards/sounds/sv/alphabet/9.ogg | Bin 7484 -> 0 bytes boards/sounds/sv/alphabet/U0030.ogg | Bin 0 -> 16034 bytes boards/sounds/sv/alphabet/U0031.ogg | Bin 0 -> 18702 bytes boards/sounds/sv/alphabet/U0032.ogg | Bin 0 -> 15977 bytes boards/sounds/sv/alphabet/U0033.ogg | Bin 0 -> 13100 bytes boards/sounds/sv/alphabet/U0034.ogg | Bin 0 -> 11510 bytes boards/sounds/sv/alphabet/U0035.ogg | Bin 0 -> 10675 bytes boards/sounds/sv/alphabet/U0036.ogg | Bin 0 -> 15196 bytes boards/sounds/sv/alphabet/U0037.ogg | Bin 0 -> 12343 bytes boards/sounds/sv/alphabet/U0038.ogg | Bin 0 -> 18991 bytes boards/sounds/sv/alphabet/U0039.ogg | Bin 0 -> 7484 bytes boards/sounds/sv/alphabet/U0061.ogg | Bin 0 -> 16028 bytes boards/sounds/sv/alphabet/U0062.ogg | Bin 0 -> 14860 bytes boards/sounds/sv/alphabet/U0063.ogg | Bin 0 -> 12786 bytes boards/sounds/sv/alphabet/U0064.ogg | Bin 0 -> 14082 bytes boards/sounds/sv/alphabet/U0065.ogg | Bin 0 -> 8503 bytes boards/sounds/sv/alphabet/U0066.ogg | Bin 0 -> 11486 bytes boards/sounds/sv/alphabet/U0067.ogg | Bin 0 -> 15921 bytes boards/sounds/sv/alphabet/U0068.ogg | Bin 0 -> 16803 bytes boards/sounds/sv/alphabet/U0069.ogg | Bin 0 -> 14585 bytes boards/sounds/sv/alphabet/U006A.ogg | Bin 0 -> 7761 bytes boards/sounds/sv/alphabet/U006B.ogg | Bin 0 -> 12583 bytes boards/sounds/sv/alphabet/U006C.ogg | Bin 0 -> 14477 bytes boards/sounds/sv/alphabet/U006D.ogg | Bin 0 -> 17524 bytes boards/sounds/sv/alphabet/U006E.ogg | Bin 0 -> 16405 bytes boards/sounds/sv/alphabet/U006F.ogg | Bin 0 -> 13353 bytes boards/sounds/sv/alphabet/U0070.ogg | Bin 0 -> 7075 bytes boards/sounds/sv/alphabet/U0071.ogg | Bin 0 -> 15599 bytes boards/sounds/sv/alphabet/U0072.ogg | Bin 0 -> 15295 bytes boards/sounds/sv/alphabet/U0073.ogg | Bin 0 -> 14542 bytes boards/sounds/sv/alphabet/U0074.ogg | Bin 0 -> 19268 bytes boards/sounds/sv/alphabet/U0075.ogg | Bin 0 -> 16099 bytes boards/sounds/sv/alphabet/U0076.ogg | Bin 0 -> 16142 bytes boards/sounds/sv/alphabet/U0078.ogg | Bin 0 -> 18824 bytes boards/sounds/sv/alphabet/U0079.ogg | Bin 0 -> 15159 bytes boards/sounds/sv/alphabet/U007A.ogg | Bin 0 -> 17382 bytes boards/sounds/sv/alphabet/U00E4.ogg | Bin 0 -> 17209 bytes boards/sounds/sv/alphabet/U00E5.ogg | Bin 0 -> 17060 bytes boards/sounds/sv/alphabet/U00F6.ogg | Bin 0 -> 11847 bytes boards/sounds/sv/alphabet/a.ogg | Bin 16028 -> 0 bytes boards/sounds/sv/alphabet/aa.ogg | Bin 17060 -> 0 bytes boards/sounds/sv/alphabet/ae.ogg | Bin 17209 -> 0 bytes boards/sounds/sv/alphabet/b.ogg | Bin 14860 -> 0 bytes boards/sounds/sv/alphabet/c.ogg | Bin 12786 -> 0 bytes boards/sounds/sv/alphabet/d.ogg | Bin 14082 -> 0 bytes boards/sounds/sv/alphabet/e.ogg | Bin 8503 -> 0 bytes boards/sounds/sv/alphabet/f.ogg | Bin 11486 -> 0 bytes boards/sounds/sv/alphabet/g.ogg | Bin 15921 -> 0 bytes .../sv/alphabet/gcompris_alphabet_sv.assetml.in | 492 ++++++------ boards/sounds/sv/alphabet/h.ogg | Bin 16803 -> 0 bytes boards/sounds/sv/alphabet/i.ogg | Bin 14585 -> 0 bytes boards/sounds/sv/alphabet/j.ogg | Bin 7761 -> 0 bytes boards/sounds/sv/alphabet/k.ogg | Bin 12583 -> 0 bytes boards/sounds/sv/alphabet/l.ogg | Bin 14477 -> 0 bytes boards/sounds/sv/alphabet/m.ogg | Bin 17524 -> 0 bytes boards/sounds/sv/alphabet/n.ogg | Bin 16405 -> 0 bytes boards/sounds/sv/alphabet/o.ogg | Bin 13353 -> 0 bytes boards/sounds/sv/alphabet/oe.ogg | Bin 11847 -> 0 bytes boards/sounds/sv/alphabet/p.ogg | Bin 7075 -> 0 bytes boards/sounds/sv/alphabet/q.ogg | Bin 15599 -> 0 bytes boards/sounds/sv/alphabet/r.ogg | Bin 15295 -> 0 bytes boards/sounds/sv/alphabet/s.ogg | Bin 14542 -> 0 bytes boards/sounds/sv/alphabet/t.ogg | Bin 19268 -> 0 bytes boards/sounds/sv/alphabet/u.ogg | Bin 16099 -> 0 bytes boards/sounds/sv/alphabet/v.ogg | Bin 16142 -> 0 bytes boards/sounds/sv/alphabet/x.ogg | Bin 18824 -> 0 bytes boards/sounds/sv/alphabet/y.ogg | Bin 15159 -> 0 bytes boards/sounds/sv/alphabet/z.ogg | Bin 17382 -> 0 bytes po/Makefile.in.in | 28 +- src/boards/click_on_letter.c | 104 ++- src/boards/gletters.c | 12 +- 731 files changed, 2984 insertions(+), 2207 deletions(-) commit d4e32d475c205430d99b37dcd31cefd12a473d07 Author: Bruno Coudoin Date: Sat Sep 24 10:38:08 2005 +0000 A new background image by Franck Doucet ChangeLog | 9 +++++++++ boards/clockgame/clockgame-bg.jpg | Bin 35559 -> 0 bytes boards/skins/default/clockgame-bg.jpg | Bin 0 -> 35559 bytes boards/skins/gartoon/clockgame-bg.jpg | Bin 0 -> 78856 bytes src/boards/clockgame.c | 6 +++--- 5 files changed, 12 insertions(+), 3 deletions(-) commit ac4b123546b84b10d6f339a6d572ca1a3561ae2c Author: Bruno Coudoin Date: Sat Sep 24 09:55:19 2005 +0000 Fixes to compile on windows again. Hanoi_real is back to life Fixed several warnings Makefile.mingw | 2 +- boards/hanoi_real.xml.in | 2 +- gcompris-installer.nsi | 2 +- src/boards/Makefile.mingw | 1 + src/boards/hanoi_real.c | 13 ++----------- src/gcompris/Makefile.mingw | 37 +++++++++++++++++++++---------------- src/gcompris/board.c | 2 ++ src/gcompris/gcompris.c | 4 +++- src/gcompris/profile.c | 8 +++++--- 9 files changed, 37 insertions(+), 34 deletions(-) commit 57cd517e8838f5509876247062b600e9c99ed85d Author: Bruno Coudoin Date: Fri Sep 23 23:57:00 2005 +0000 Integrated new gartoon theme by Franck Doucet Original theme from Zeus (zeussama_at_yahoo.com) http://art.gnome.org/themes/icon/675/ Licence DSL Design Science License Franck gave us 3 new background images for missingletter, money and reading. We are lucky. Integrated Basque sounds by Jone de la Cruz Plazaola (GPL) Added a shadows in the text of the menu. Need to be well designed for each skin. enumerate.c: fixed, was crashing at activity startup ChangeLog | 254 +++++++++++++++ boards/missing_letter/missingletter-bg.jpg | Bin 49629 -> 0 bytes boards/money/money-bg.png | Bin 23362 -> 0 bytes boards/reading/reading-bg.jpg | Bin 50836 -> 0 bytes boards/skins/babytoy/skin.xml | 1 + boards/skins/default/missingletter-bg.jpg | Bin 0 -> 49629 bytes boards/skins/default/money-bg.png | Bin 0 -> 23362 bytes boards/skins/default/reading-bg.jpg | Bin 0 -> 50836 bytes boards/skins/default/skin.xml | 1 + boards/skins/gartoon/README | 11 + boards/skins/gartoon/about.png | Bin 0 -> 4998 bytes boards/skins/gartoon/bad.png | Bin 0 -> 2500 bytes boards/skins/gartoon/bar_bg.jpg | Bin 0 -> 3147 bytes boards/skins/gartoon/button.png | Bin 0 -> 689 bytes boards/skins/gartoon/button_backward.png | Bin 0 -> 1812 bytes boards/skins/gartoon/button_checked.png | Bin 0 -> 2144 bytes boards/skins/gartoon/button_exit.png | Bin 0 -> 3581 bytes boards/skins/gartoon/button_forward.png | Bin 0 -> 1811 bytes boards/skins/gartoon/button_large.png | Bin 0 -> 740 bytes boards/skins/gartoon/button_large2.png | Bin 0 -> 899 bytes boards/skins/gartoon/button_large_selected.png | Bin 0 -> 903 bytes boards/skins/gartoon/button_redo.png | Bin 0 -> 3687 bytes boards/skins/gartoon/button_reload.png | Bin 0 -> 4422 bytes boards/skins/gartoon/button_selected.png | Bin 0 -> 1047 bytes boards/skins/gartoon/button_small.png | Bin 0 -> 522 bytes boards/skins/gartoon/button_small_selected.png | Bin 0 -> 1390 bytes boards/skins/gartoon/button_unchecked.png | Bin 0 -> 1520 bytes boards/skins/gartoon/button_up.png | Bin 0 -> 1865 bytes boards/skins/gartoon/button_up_selected.png | Bin 0 -> 2198 bytes boards/skins/gartoon/config.png | Bin 0 -> 5461 bytes boards/skins/gartoon/difficulty_star1.png | Bin 0 -> 2141 bytes boards/skins/gartoon/difficulty_star2.png | Bin 0 -> 3055 bytes boards/skins/gartoon/difficulty_star3.png | Bin 0 -> 3508 bytes boards/skins/gartoon/difficulty_star4.png | Bin 0 -> 3043 bytes boards/skins/gartoon/difficulty_star5.png | Bin 0 -> 4480 bytes boards/skins/gartoon/difficulty_star6.png | Bin 0 -> 5576 bytes boards/skins/gartoon/file_selector_bg.png | Bin 0 -> 29824 bytes boards/skins/gartoon/gcompris-bg.jpg | Bin 0 -> 5978 bytes boards/skins/gartoon/gcompris-init.jpg | Bin 0 -> 9399 bytes boards/skins/gartoon/gcompris-shapebg.jpg | Bin 0 -> 9115 bytes boards/skins/gartoon/gcompris-shapelabel.png | Bin 0 -> 680 bytes boards/skins/gartoon/help.png | Bin 0 -> 2597 bytes boards/skins/gartoon/help_bg.png | Bin 0 -> 9512 bytes boards/skins/gartoon/home.png | Bin 0 -> 5630 bytes boards/skins/gartoon/level1.png | Bin 0 -> 4136 bytes boards/skins/gartoon/level2.png | Bin 0 -> 4262 bytes boards/skins/gartoon/level3.png | Bin 0 -> 4462 bytes boards/skins/gartoon/level4.png | Bin 0 -> 4614 bytes boards/skins/gartoon/level5.png | Bin 0 -> 4679 bytes boards/skins/gartoon/level6.png | Bin 0 -> 4836 bytes boards/skins/gartoon/level7.png | Bin 0 -> 4972 bytes boards/skins/gartoon/level8.png | Bin 0 -> 5195 bytes boards/skins/gartoon/level9.png | Bin 0 -> 5266 bytes boards/skins/gartoon/maze-2d-bubble.png | Bin 0 -> 2172 bytes boards/skins/gartoon/maze-3d-bubble.png | Bin 0 -> 1817 bytes boards/skins/gartoon/missingletter-bg.jpg | Bin 0 -> 14636 bytes boards/skins/gartoon/money-bg.jpg | Bin 0 -> 16760 bytes boards/skins/gartoon/money-bg.png | Bin 0 -> 26329 bytes boards/skins/gartoon/ok.png | Bin 0 -> 2905 bytes boards/skins/gartoon/reading-bg.jpg | Bin 0 -> 19217 bytes boards/skins/gartoon/repeat.png | Bin 0 -> 2290 bytes boards/skins/gartoon/skin.xml | 62 ++++ boards/skins/linha_verde/skin.xml | 1 + boards/skins/pink/skin.xml | 1 + boards/sounds/Makefile.am | 2 +- boards/sounds/eu/.cvsignore | 5 + boards/sounds/eu/Makefile.am | 1 + boards/sounds/eu/alphabet/.cvsignore | 5 + boards/sounds/eu/alphabet/0.ogg | Bin 0 -> 19984 bytes boards/sounds/eu/alphabet/1.ogg | Bin 0 -> 18735 bytes boards/sounds/eu/alphabet/10.ogg | Bin 0 -> 24194 bytes boards/sounds/eu/alphabet/11.ogg | Bin 0 -> 29601 bytes boards/sounds/eu/alphabet/12.ogg | Bin 0 -> 26925 bytes boards/sounds/eu/alphabet/13.ogg | Bin 0 -> 26400 bytes boards/sounds/eu/alphabet/14.ogg | Bin 0 -> 27070 bytes boards/sounds/eu/alphabet/15.ogg | Bin 0 -> 28992 bytes boards/sounds/eu/alphabet/16.ogg | Bin 0 -> 28088 bytes boards/sounds/eu/alphabet/17.ogg | Bin 0 -> 33672 bytes boards/sounds/eu/alphabet/18.ogg | Bin 0 -> 32978 bytes boards/sounds/eu/alphabet/19.ogg | Bin 0 -> 30836 bytes boards/sounds/eu/alphabet/2.ogg | Bin 0 -> 19739 bytes boards/sounds/eu/alphabet/20.ogg | Bin 0 -> 23053 bytes boards/sounds/eu/alphabet/3.ogg | Bin 0 -> 21859 bytes boards/sounds/eu/alphabet/4.ogg | Bin 0 -> 20838 bytes boards/sounds/eu/alphabet/5.ogg | Bin 0 -> 20736 bytes boards/sounds/eu/alphabet/6.ogg | Bin 0 -> 23374 bytes boards/sounds/eu/alphabet/7.ogg | Bin 0 -> 26154 bytes boards/sounds/eu/alphabet/8.ogg | Bin 0 -> 27624 bytes boards/sounds/eu/alphabet/9.ogg | Bin 0 -> 29572 bytes boards/sounds/eu/alphabet/Makefile.am | 14 + boards/sounds/eu/alphabet/a.ogg | Bin 0 -> 19295 bytes boards/sounds/eu/alphabet/b.ogg | Bin 0 -> 20688 bytes boards/sounds/eu/alphabet/c.ogg | Bin 0 -> 23076 bytes boards/sounds/eu/alphabet/d.ogg | Bin 0 -> 21587 bytes boards/sounds/eu/alphabet/e.ogg | Bin 0 -> 19321 bytes boards/sounds/eu/alphabet/f.ogg | Bin 0 -> 23899 bytes boards/sounds/eu/alphabet/g.ogg | Bin 0 -> 20981 bytes .../eu/alphabet/gcompris_alphabet_eu.assetml.in | 233 ++++++++++++++ boards/sounds/eu/alphabet/h.ogg | Bin 0 -> 24220 bytes boards/sounds/eu/alphabet/i.ogg | Bin 0 -> 17448 bytes boards/sounds/eu/alphabet/j.ogg | Bin 0 -> 26368 bytes boards/sounds/eu/alphabet/k.ogg | Bin 0 -> 17980 bytes boards/sounds/eu/alphabet/l.ogg | Bin 0 -> 23908 bytes boards/sounds/eu/alphabet/m.ogg | Bin 0 -> 21074 bytes boards/sounds/eu/alphabet/n.ogg | Bin 0 -> 23844 bytes boards/sounds/eu/alphabet/o.ogg | Bin 0 -> 18451 bytes boards/sounds/eu/alphabet/p.ogg | Bin 0 -> 17547 bytes boards/sounds/eu/alphabet/q.ogg | Bin 0 -> 16678 bytes boards/sounds/eu/alphabet/r.ogg | Bin 0 -> 22049 bytes boards/sounds/eu/alphabet/s.ogg | Bin 0 -> 21993 bytes boards/sounds/eu/alphabet/t.ogg | Bin 0 -> 15708 bytes boards/sounds/eu/alphabet/u.ogg | Bin 0 -> 17222 bytes boards/sounds/eu/alphabet/v.ogg | Bin 0 -> 19152 bytes boards/sounds/eu/alphabet/w.ogg | Bin 0 -> 32093 bytes boards/sounds/eu/alphabet/x.ogg | Bin 0 -> 20356 bytes boards/sounds/eu/alphabet/y.ogg | Bin 0 -> 23960 bytes boards/sounds/eu/alphabet/z.ogg | Bin 0 -> 25114 bytes boards/sounds/eu/colors/.cvsignore | 5 + boards/sounds/eu/colors/Makefile.am | 14 + boards/sounds/eu/colors/black.ogg | Bin 0 -> 23536 bytes boards/sounds/eu/colors/blue.ogg | Bin 0 -> 23550 bytes boards/sounds/eu/colors/brown.ogg | Bin 0 -> 24826 bytes .../sounds/eu/colors/gcompris_colors_eu.assetml.in | 58 ++++ boards/sounds/eu/colors/green.ogg | Bin 0 -> 24062 bytes boards/sounds/eu/colors/grey.ogg | Bin 0 -> 21033 bytes boards/sounds/eu/colors/orange.ogg | Bin 0 -> 26755 bytes boards/sounds/eu/colors/pink.ogg | Bin 0 -> 25538 bytes boards/sounds/eu/colors/purple.ogg | Bin 0 -> 23834 bytes boards/sounds/eu/colors/red.ogg | Bin 0 -> 24217 bytes boards/sounds/eu/colors/white.ogg | Bin 0 -> 23508 bytes boards/sounds/eu/colors/yellow.ogg | Bin 0 -> 22672 bytes boards/sounds/eu/geography/.cvsignore | 5 + boards/sounds/eu/geography/Makefile.am | 14 + boards/sounds/eu/geography/alaska.ogg | Bin 0 -> 24551 bytes boards/sounds/eu/geography/albania.ogg | Bin 0 -> 24839 bytes boards/sounds/eu/geography/argentina.ogg | Bin 0 -> 25915 bytes boards/sounds/eu/geography/austria.ogg | Bin 0 -> 23994 bytes boards/sounds/eu/geography/bahamas.ogg | Bin 0 -> 21607 bytes boards/sounds/eu/geography/belarus.ogg | Bin 0 -> 30626 bytes boards/sounds/eu/geography/belgium.ogg | Bin 0 -> 23700 bytes boards/sounds/eu/geography/bolivia.ogg | Bin 0 -> 21450 bytes boards/sounds/eu/geography/bosnia_herzegovina.ogg | Bin 0 -> 37255 bytes boards/sounds/eu/geography/brazil.ogg | Bin 0 -> 22838 bytes boards/sounds/eu/geography/bulgaria.ogg | Bin 0 -> 26584 bytes boards/sounds/eu/geography/canada.ogg | Bin 0 -> 22414 bytes boards/sounds/eu/geography/chile.ogg | Bin 0 -> 18849 bytes boards/sounds/eu/geography/colombia.ogg | Bin 0 -> 26405 bytes boards/sounds/eu/geography/costa_rica.ogg | Bin 0 -> 25243 bytes boards/sounds/eu/geography/croatia.ogg | Bin 0 -> 27867 bytes boards/sounds/eu/geography/cuba.ogg | Bin 0 -> 17446 bytes boards/sounds/eu/geography/cyprus.ogg | Bin 0 -> 21607 bytes boards/sounds/eu/geography/czech.ogg | Bin 0 -> 23650 bytes boards/sounds/eu/geography/denmark.ogg | Bin 0 -> 28123 bytes boards/sounds/eu/geography/dominican_republic.ogg | Bin 0 -> 46437 bytes boards/sounds/eu/geography/ecuador.ogg | Bin 0 -> 22624 bytes boards/sounds/eu/geography/estonia.ogg | Bin 0 -> 24845 bytes boards/sounds/eu/geography/finland.ogg | Bin 0 -> 27169 bytes boards/sounds/eu/geography/france.ogg | Bin 0 -> 25709 bytes boards/sounds/eu/geography/french-guyana.ogg | Bin 0 -> 40514 bytes boards/sounds/eu/geography/french_guiana.ogg | Bin 0 -> 36157 bytes .../eu/geography/gcompris_geography_eu.assetml.in | 333 ++++++++++++++++++++ boards/sounds/eu/geography/germany.ogg | Bin 0 -> 29680 bytes boards/sounds/eu/geography/greece.ogg | Bin 0 -> 23963 bytes boards/sounds/eu/geography/greenland.ogg | Bin 0 -> 29870 bytes boards/sounds/eu/geography/guatemala.ogg | Bin 0 -> 26835 bytes boards/sounds/eu/geography/guyana.ogg | Bin 0 -> 25867 bytes boards/sounds/eu/geography/haiti.ogg | Bin 0 -> 20735 bytes boards/sounds/eu/geography/honduras.ogg | Bin 0 -> 24010 bytes boards/sounds/eu/geography/hungary.ogg | Bin 0 -> 26592 bytes boards/sounds/eu/geography/iceland.ogg | Bin 0 -> 26144 bytes boards/sounds/eu/geography/ireland.ogg | Bin 0 -> 25379 bytes boards/sounds/eu/geography/italy.ogg | Bin 0 -> 24639 bytes boards/sounds/eu/geography/jamaica.ogg | Bin 0 -> 26019 bytes boards/sounds/eu/geography/latvia.ogg | Bin 0 -> 25980 bytes boards/sounds/eu/geography/lithuania.ogg | Bin 0 -> 26776 bytes boards/sounds/eu/geography/luxembourg.ogg | Bin 0 -> 26492 bytes boards/sounds/eu/geography/macedonia.ogg | Bin 0 -> 29814 bytes boards/sounds/eu/geography/mexico.ogg | Bin 0 -> 24019 bytes boards/sounds/eu/geography/moldova.ogg | Bin 0 -> 27036 bytes boards/sounds/eu/geography/netherland.ogg | Bin 0 -> 25758 bytes boards/sounds/eu/geography/nicaragua.ogg | Bin 0 -> 29434 bytes boards/sounds/eu/geography/norway.ogg | Bin 0 -> 28006 bytes boards/sounds/eu/geography/panama.ogg | Bin 0 -> 21677 bytes boards/sounds/eu/geography/paraguay.ogg | Bin 0 -> 23228 bytes boards/sounds/eu/geography/peru.ogg | Bin 0 -> 17926 bytes boards/sounds/eu/geography/poland.ogg | Bin 0 -> 24705 bytes boards/sounds/eu/geography/portugal.ogg | Bin 0 -> 25373 bytes boards/sounds/eu/geography/romania.ogg | Bin 0 -> 29104 bytes boards/sounds/eu/geography/russia.ogg | Bin 0 -> 23172 bytes boards/sounds/eu/geography/salvador.ogg | Bin 0 -> 28228 bytes boards/sounds/eu/geography/serbia_montenegro.ogg | Bin 0 -> 41590 bytes boards/sounds/eu/geography/slovakia.ogg | Bin 0 -> 29777 bytes boards/sounds/eu/geography/slovenia.ogg | Bin 0 -> 27137 bytes boards/sounds/eu/geography/spain.ogg | Bin 0 -> 23386 bytes boards/sounds/eu/geography/suriname.ogg | Bin 0 -> 22579 bytes boards/sounds/eu/geography/sweden.ogg | Bin 0 -> 23395 bytes boards/sounds/eu/geography/switz.ogg | Bin 0 -> 24250 bytes boards/sounds/eu/geography/turkey.ogg | Bin 0 -> 23647 bytes boards/sounds/eu/geography/ukraine.ogg | Bin 0 -> 25438 bytes boards/sounds/eu/geography/united_kingdom.ogg | Bin 0 -> 29749 bytes boards/sounds/eu/geography/uruguay.ogg | Bin 0 -> 23179 bytes boards/sounds/eu/geography/usa.ogg | Bin 0 -> 30041 bytes boards/sounds/eu/geography/venezuela.ogg | Bin 0 -> 29144 bytes boards/sounds/eu/misc/.cvsignore | 5 + boards/sounds/eu/misc/Makefile.am | 14 + boards/sounds/eu/misc/awesome.ogg | Bin 0 -> 32643 bytes boards/sounds/eu/misc/back.ogg | Bin 0 -> 21504 bytes boards/sounds/eu/misc/by.ogg | Bin 0 -> 18794 bytes boards/sounds/eu/misc/click_on_letter.ogg | Bin 0 -> 46693 bytes boards/sounds/eu/misc/congratulation.ogg | Bin 0 -> 40461 bytes boards/sounds/eu/misc/equal.ogg | Bin 0 -> 20137 bytes boards/sounds/eu/misc/fantastic.ogg | Bin 0 -> 29435 bytes boards/sounds/eu/misc/gcompris_misc_eu.assetml.in | 83 +++++ boards/sounds/eu/misc/good.ogg | Bin 0 -> 26225 bytes boards/sounds/eu/misc/great.ogg | Bin 0 -> 26972 bytes boards/sounds/eu/misc/help.ogg | Bin 0 -> 27901 bytes boards/sounds/eu/misc/level.ogg | Bin 0 -> 22759 bytes boards/sounds/eu/misc/minus.ogg | Bin 0 -> 17993 bytes boards/sounds/eu/misc/ok.ogg | Bin 0 -> 44160 bytes boards/sounds/eu/misc/outof.ogg | Bin 0 -> 23618 bytes boards/sounds/eu/misc/perfect.ogg | Bin 0 -> 26864 bytes boards/sounds/eu/misc/plus.ogg | Bin 0 -> 21237 bytes boards/sounds/eu/misc/quit.ogg | Bin 0 -> 23300 bytes boards/sounds/eu/misc/super.ogg | Bin 0 -> 31521 bytes boards/sounds/eu/misc/waytogo.ogg | Bin 0 -> 45825 bytes boards/sounds/eu/misc/welcome.ogg | Bin 0 -> 63149 bytes configure.in | 20 ++- docs/eu/Makefile.am | 3 +- docs/fr/Makefile.am | 3 +- gcompris.spec.in | 2 +- po/Makefile.in.in | 28 +- src/boards/enumerate.c | 4 +- src/boards/menu.c | 68 ++++- src/boards/missingletter.c | 2 +- src/boards/money.c | 2 +- src/boards/reading.c | 5 +- 236 files changed, 1232 insertions(+), 27 deletions(-) commit 519cd37dbab4f5438eacae410eb6e9501ea8dcde Author: Adam Weinberger Date: Fri Sep 23 13:34:08 2005 +0000 Updated Canadian English translation. 2005-09-23 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 505 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 280 insertions(+), 229 deletions(-) commit c418ac83fdad6499fa8ea382d1f37ef346e5fd31 Author: Yves Combe Date: Thu Sep 22 22:04:17 2005 +0000 fixed gletters to work with IMContext. Seems ok, but needs more tests. ChangeLog | 12 ++- src/boards/gletters.c | 403 ++++++++++++++---------------------------------- 2 files changed, 129 insertions(+), 286 deletions(-) commit de7083085912516b59d6af9344cf739ae8ed28db Author: Yves Combe Date: Wed Sep 21 22:16:04 2005 +0000 fix all boards after IMContext installation. At least gletters needs to be rewritten. anim/draw use IMContext, others desactive it. Add a gcomprisBoard->disable_im_context for that. clean gcompris.c from timer stuff and output. fix connect4p/minmax from psyco import. ChangeLog | 33 +++++++++++++++++++++++++++++++++ src/boards/algebra.c | 11 ++++------- src/boards/draw.c | 3 +++ src/boards/enumerate.c | 3 +++ src/boards/maze.c | 4 ++++ src/boards/paratrooper.c | 5 ++++- src/boards/planegame.c | 5 ++++- src/boards/py-gcompris-board.c | 7 +++++++ src/boards/python/anim.py | 1 - src/boards/python/ballcatch.py | 2 ++ src/boards/python/connect4p/minmax.py | 6 ------ src/boards/python/gnumch.py | 12 +++--------- src/boards/python/login.py | 2 ++ src/boards/python/melody.py | 3 +++ src/boards/python/pythontest.py | 3 +++ src/boards/python/sudoku.py | 2 ++ src/boards/reversecount.c | 4 ++++ src/boards/shapegame.c | 5 ++++- src/boards/smallnumbers.c | 5 ++++- src/boards/target.c | 4 ++++ src/boards/wordsgame.c | 5 ++++- src/gcompris/board.c | 4 ++++ src/gcompris/gcompris-board.h | 5 ++++- src/gcompris/gcompris.c | 30 ++++++------------------------ src/gcompris/gcompris_im.h | 2 +- 25 files changed, 112 insertions(+), 54 deletions(-) commit 14b11116b87d6e4a70dde9a74ca523e8871aad33 Author: Bruno Coudoin Date: Tue Sep 20 23:17:37 2005 +0000 HEAD is not 7.1 * configure.in: HEAD is not 7.1 * gcompris.spec.in: * src/boards/python/pythontest.py: (preparing a board with my son Clement) * src/gcompris/Makefile.am: * src/gcompris/about.c: (gcompris_about_start): added support for an optional icon sponsor * src/gcompris/properties.c: (gcompris_properties_save): no more save difficulty * src/gcompris/sdlplayer.c: (sdlplayer_quit), (sdlplayer): removed warnings ChangeLog | 11 ++++++++++ configure.in | 4 ++- gcompris.spec.in | 5 ++- src/boards/python/pythontest.py | 41 +++++++++++++++++++++++++++++++++++++- src/gcompris/Makefile.am | 4 +- src/gcompris/about.c | 37 ++++++++++++++++++++++++++++++++++- src/gcompris/properties.c | 11 ++++++--- src/gcompris/sdlplayer.c | 4 ++- 8 files changed, 104 insertions(+), 13 deletions(-) commit 1c2839161b550237ee079d0d36705c992f27a032 Author: Yves Combe Date: Tue Sep 20 22:20:07 2005 +0000 pass text colors for menu into skin (Franck Doucet need it). ChangeLog | 11 +++++++++++ boards/skins/babytoy/skin.xml | 2 +- boards/skins/default/skin.xml | 2 ++ boards/skins/linha_verde/skin.xml | 2 ++ boards/skins/pink/skin.xml | 2 ++ po/Makefile.in.in | 28 +++++++++++++++------------- src/boards/menu.c | 9 ++++----- 7 files changed, 37 insertions(+), 19 deletions(-) commit da0a46b6c535245d1437c23b952e38c70be6de5a Author: Yves Combe Date: Tue Sep 20 19:45:28 2005 +0000 Add missing files. ChangeLog | 10 +++ src/boards/algebra.c | 7 +- src/gcompris/gcompris_im.c | 137 ++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/gcompris_im.h | 44 ++++++++++++++ 4 files changed, 194 insertions(+), 4 deletions(-) commit d57bea109cc5e19a92b339b120bb3a26ed2a45fd Author: Yves Combe Date: Mon Sep 19 20:59:54 2005 +0000 Uses GtkIMContext to handle correctly input in all languages. All boards using key_press are now broken. anim.py and gnumch.py are fixed. ChangeLog | 48 ++++++++++++++++++++++++++++++++ src/boards/algebra.c | 13 +++++++-- src/boards/draw.c | 4 +- src/boards/enumerate.c | 4 +- src/boards/gletters.c | 6 ++-- src/boards/maze.c | 16 +++++----- src/boards/memory.c | 5 +++- src/boards/paratrooper.c | 6 ++-- src/boards/planegame.c | 6 ++-- src/boards/py-gcompris-properties.c | 11 +++++++ src/boards/py-mod-gcompris.c | 16 +++++++++++ src/boards/python.c | 6 ++-- src/boards/python/administration.py | 2 +- src/boards/python/algorithm.py | 2 +- src/boards/python/anim.py | 52 ++++++++++++++++++++++++----------- src/boards/python/ballcatch.py | 2 +- src/boards/python/bargame.py | 2 +- src/boards/python/connect4.py | 2 +- src/boards/python/followline.py | 2 +- src/boards/python/gnumch.py | 11 ++++++- src/boards/python/hexagon.py | 2 +- src/boards/python/login.py | 2 +- src/boards/python/melody.py | 2 +- src/boards/python/pythontest.py | 4 +- src/boards/python/redraw.py | 2 +- src/boards/python/searace.py | 2 +- src/boards/python/sudoku.py | 2 +- src/boards/python/tuxpaint.py | 2 +- src/boards/python/watercycle.py | 2 +- src/boards/reversecount.c | 4 +- src/boards/shapegame.c | 6 ++-- src/boards/smallnumbers.c | 6 ++-- src/boards/target.c | 4 +- src/boards/wordsgame.c | 6 ++-- src/gcompris/Makefile.am | 14 ++++++--- src/gcompris/gcompris.c | 43 +++++++++++++++++----------- src/gcompris/gcompris.h | 3 +- src/gcompris/gcompris_db.h | 5 +++- src/gcompris/plugin.h | 6 +++- src/gcompris/properties.h | 5 +++- 40 files changed, 236 insertions(+), 102 deletions(-) commit 0e4e93e693be74f1d5bcbbad33c1f875989d7e7d Author: Bruno Coudoin Date: Sun Sep 18 16:43:03 2005 +0000 Set difficulty to 0 to branch 7.0 boards/hanoi_real.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 002af3ddec250f002bb23bd03149d3ff1cacbe16 Author: Bruno Coudoin Date: Sun Sep 18 16:31:23 2005 +0000 Fixed gcompris2spip to work with spip 1.8.2 Commit of XRANDR patch from debian Bug report logs - #310058 ChangeLog | 19 ++++++++++ INSTALL | 2 +- boards/hanoi_real.xml.in | 2 +- docs/screenshots/memory_tux.jpg | Bin 0 -> 34335 bytes docs/screenshots/memory_tux_small.jpg | Bin 0 -> 14796 bytes docs/screenshots/tuxpaint.jpg | Bin 0 -> 40771 bytes docs/screenshots/tuxpaint_small.jpg | Bin 0 -> 16914 bytes docs/spip_menuboard.xsl | 7 +++- docs/spip_oneboard.xsl | 2 +- po/Makefile.in.in | 28 +++++++-------- src/gcompris/gcompris.c | 60 +++++++++++++++++++++------------ src/gcompris/properties.c | 6 ++- 12 files changed, 83 insertions(+), 43 deletions(-) commit 2df956167bfef6728f84932c35e62f8e97819cdb Author: Yves Combe Date: Sat Sep 17 22:19:18 2005 +0000 try to fix dependances on gtk 2.4 and not 2.6 ChangeLog | 8 ++++++++ po/Makefile.in.in | 28 +++++++++++++++------------- src/gcompris/board_config.c | 24 +++++++++++++++++++++--- 3 files changed, 44 insertions(+), 16 deletions(-) commit 62dd4bf73b429beed7390871d4a3ceecd90096c8 Author: Bruno coudoin Date: Sat Sep 17 11:20:09 2005 +0000 Release 7.0.1 Minor fixes for this release 2005-09-17 Bruno coudoin Release 7.0.1 Minor fixes for this release * boards/flags/ka.png: * boards/hanoi_real.xml.in: * configure.in: * po/Makefile.in.in: * po/POTFILES.in: * src/boards/hanoi_real.c: ChangeLog | 24 ++++++++++++++++++++++++ boards/flags/ka.png | Bin 0 -> 1289 bytes boards/hanoi_real.xml.in | 2 +- configure.in | 2 +- po/Makefile.in.in | 28 +++++++++++++--------------- src/boards/hanoi_real.c | 2 +- 6 files changed, 40 insertions(+), 18 deletions(-) commit 1fe143b0db54e411a7ba78c2ac2b14129ab88278 Author: Bruno Coudoin Date: Sat Sep 17 11:06:21 2005 +0000 updated french translation po/ChangeLog | 4 + po/POTFILES.in | 2 +- po/fr.po | 1140 ++++++++++++++++++++++++++++++++++---------------------- 3 files changed, 705 insertions(+), 441 deletions(-) commit c8a5dd72f172604bf09a9fc66fa1913a188d954c Author: Bruno Coudoin Date: Sat Sep 17 00:04:40 2005 +0000 Added support for Georgian boards/Makefile.am | 3 +-- boards/flags/gcompris_flags.assetml.in | 5 +++++ configure.in | 2 +- docs/C/gcompris.texi | 2 +- docs/eu/overview.txt | 2 ++ docs/gcompris2spip.pl | 3 +++ 6 files changed, 13 insertions(+), 4 deletions(-) commit be590db193dd6148a590e1816c5a8c2c4190fa09 Author: Gia Shervashidze Date: Fri Sep 16 23:54:32 2005 +0000 Created Georgian translation 2004-09-17 Gia Shervashidze * ka.po: Created Georgian translation 2004-09-17 Hans Petter Birkeland * nb.po: Updated Norwegian Bokmal translation. po/ChangeLog | 8 + po/ka.po | 4378 ++++++++++++++++++++++++++++++++ po/nb.po | 7828 +++++++++++++++++++++++++++------------------------------- 3 files changed, 7999 insertions(+), 4215 deletions(-) commit f0e1ad9b4408d1d0aa6bfee5f15da699eb5afede Author: Yves Combe Date: Fri Sep 16 21:56:53 2005 +0000 add georgian ka_GE ChangeLog | 6 ++++++ src/gcompris/config.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletions(-) commit 938890b4c5885144d522afeb7450e67c396836d4 Author: Clytie Siddall Date: Fri Sep 16 06:42:28 2005 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 ++++ po/vi.po | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) commit 3b389bf1321f3ec371f7973d65f75e573d51d5e3 Author: Bruno Coudoin Date: Thu Sep 15 11:14:51 2005 +0000 removed commit conflict strings ChangeLog | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) commit 1a4159b1a0db86b9f3c6d8ab34994cb2e502aa7f Author: Bruno Coudoin Date: Thu Sep 15 10:53:24 2005 +0000 2005-09-15 Mogens Jaeger da.po: updated Danish translation. po/ChangeLog | 4 + po/da.po | 3427 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 2259 insertions(+), 1172 deletions(-) commit d592a87a855e97afad19199b8c44352f763a2569 Author: Klaus Ade Johnstad Date: Wed Sep 14 22:29:28 2005 +0000 Updated Norwegian Bokmal translation. 2004-09-15 Klaus Ade Johnstad. * nb.po: Updated Norwegian Bokmal translation. po/ChangeLog | 8 + po/nb.po | 866 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 532 insertions(+), 342 deletions(-) commit 8aedb4687e7b670b4fe624ea41863a161a4b612d Author: Ronny Standtke Date: Wed Sep 14 19:59:01 2005 +0000 *** empty log message *** po/ChangeLog | 4 ++ po/de.po | 99 +++++++++++++++++++++++++++++++++------------------------ 2 files changed, 61 insertions(+), 42 deletions(-) commit 1eaedf3727b15625b6c7c5833746ef085b48560e Author: Bruno Coudoin Date: Tue Sep 13 23:38:57 2005 +0000 Improved images and icons Added full activity path/name in the help so that user can run gcompris -l activity ChangeLog | 27 +++++++++++++++++++++++++++ boards/boardicons/algorithm.png | Bin 15463 -> 9906 bytes boards/boardicons/hexagon.png | Bin 9055 -> 7698 bytes boards/images/scenery5_background.png | Bin 55173 -> 75300 bytes src/gcompris/help.c | 25 +++++++++++++++---------- 5 files changed, 42 insertions(+), 10 deletions(-) commit 34167ff24cefb8151ad8675cc725fb77fb20ec94 Author: Bruno Coudoin Date: Tue Sep 13 23:29:55 2005 +0000 completed by Jose po/pt.po | 108 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 56 insertions(+), 52 deletions(-) commit 92c18bba819016e0dee3ce2c6ec090e6ddba93e3 Author: Yves Combe Date: Tue Sep 13 22:02:56 2005 +0000 add numbers in filter boards tool. ChangeLog | 6 ++++++ src/boards/python/admin/board_list.py | 9 ++++++++- 2 files changed, 14 insertions(+), 1 deletions(-) commit 709c2c43e9db62c4cd89cf81c1ded1c9d297da9b Author: Bruno Coudoin Date: Tue Sep 13 21:48:10 2005 +0000 Fixed a few typo in strings. (Thanks Jose) boards/administration.xml.in | 2 +- boards/clockgame.xml.in | 2 +- docs/eu/Makefile.am | 2 +- po/TRANSLATORS.README | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) commit 8b835f7608fca21999e64e1596605ffaed7fddee Author: Yves Combe Date: Tue Sep 13 21:25:07 2005 +0000 new version was not written in the db when reread boards because of version change. ChangeLog | 8 ++++++++ src/gcompris/gameutil.c | 3 ++- src/gcompris/gcompris_db.c | 33 +++++++++++++++++++++++++++++++++ src/gcompris/gcompris_db.h | 4 +++- 4 files changed, 46 insertions(+), 2 deletions(-) commit d7c53719cb3755994a62859541f3e5339242b309 Author: Yves Combe Date: Tue Sep 13 20:33:10 2005 +0000 change background with level, to make level change visible. ChangeLog | 6 ++++++ src/boards/python/bargame.py | 9 ++++++++- 2 files changed, 14 insertions(+), 1 deletions(-) commit 4e12f0b30aa73aae37ca7ba0ee298412b5691183 Author: Yves Combe Date: Tue Sep 13 20:11:31 2005 +0000 sqlite quote string in conf too. workaround tuxpaint lockfile bug. ChangeLog | 11 ++++ po/Makefile.in.in | 96 +++++++++++++++++++++-------------- src/boards/py-gcompris-properties.c | 2 +- src/boards/python/tuxpaint.py | 27 +++++++++- src/gcompris/gcompris_db.c | 50 +++++++++--------- 5 files changed, 122 insertions(+), 64 deletions(-) commit 482dbd17dda07b04fa3056d5ba740d936462f6ae Author: Bruno Coudoin Date: Tue Sep 13 19:04:25 2005 +0000 Jose JORGE Updated Portuguese translation. Jose JORGE * Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 1431 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 877 insertions(+), 558 deletions(-) commit 545d021f4576fc158329371b155b0b70aabc9584 Author: Ronny Standtke Date: Tue Sep 13 07:01:48 2005 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 217 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 129 insertions(+), 92 deletions(-) commit e508d5384382f4dca80053d1573b2ead1a0b3667 Author: Bruno Coudoin Date: Mon Sep 12 23:13:10 2005 +0000 missing file docs/eu/topic.dat | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 403aabab31a8187765a37da345ff4710a3143106 Author: Bruno Coudoin Date: Mon Sep 12 23:03:56 2005 +0000 added name of the xml menu in the help (usefull to know what activity is being run) ChangeLog | 2 ++ src/gcompris/help.c | 14 ++++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) commit cceec182fce23134834fd00d2822648383bb27d7 Author: Bruno Coudoin Date: Mon Sep 12 21:45:25 2005 +0000 Added Basque support (from dooteo ) ChangeLog | 23 + boards/flags/eu.png | Bin 2907 -> 1817 bytes boards/flags/gcompris_flags.assetml.in | 5 + boards/wordsgame/default-eu.xml | 128 +++++ boards/wordsgame/wordslevel1.eu | 24 + boards/wordsgame/wordslevel2.eu | 28 + boards/wordsgame/wordslevelmax.eu | 69 +++ configure.in | 3 +- docs/Makefile.am | 4 +- docs/checkScreenshots.sh | 4 + docs/eu/.cvsignore | 4 + docs/eu/Makefile.am | 40 ++ docs/eu/gcompris.texi | 851 ++++++++++++++++++++++++++++++++ docs/eu/overview.dia | Bin 0 -> 1768 bytes docs/eu/overview.jpg | Bin 0 -> 47927 bytes docs/eu/python.xml | 242 +++++++++ docs/gcompris2spip.pl | 3 + po/Makefile.in.in | 96 ++--- src/gcompris/config.c | 4 +- 19 files changed, 1465 insertions(+), 63 deletions(-) commit 07eb357a9032fb8ebca22a71623d2fdbd1dc0cac Author: Bruno Coudoin Date: Mon Sep 12 20:49:20 2005 +0000 Created by Hizkuntza Politikarako Sailburuordetza po/ChangeLog | 8 +- po/eu.po | 3858 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 3864 insertions(+), 2 deletions(-) commit 5241a7a18d9bc4e698debfa1894ecc3a0bc1a2e3 Author: Yves Combe Date: Sun Sep 11 22:40:20 2005 +0000 refuse --reread-menu if db is read-only. quote boards strings before inserting in db with sqlite3_mprintf. ChangeLog | 9 +++++++++ src/gcompris/gcompris.c | 5 ++++- src/gcompris/gcompris_db.c | 39 ++++++++++++++++++++++++++++----------- 3 files changed, 41 insertions(+), 12 deletions(-) commit 598bb65a2619c4f7910485a6a16945ca59590845 Author: Bruno Coudoin Date: Sun Sep 11 21:18:07 2005 +0000 fixes a crash when no profiles (no sqlite). src/gcompris/gcompris.c | 2 +- src/gcompris/gcompris_db.c | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) commit 45d030daa980f679669b4b1b3e27685d5a43fa50 Author: Bruno Coudoin Date: Sun Sep 11 18:45:30 2005 +0000 Fixed comilation option --disable-sqlite. Should work as expected now. Changed all original message to use > and < in .xml.in files. Not using them bugs the libxml2 parsing. I added them around all http://... reference because translators tend to use the form now hopefully they will respect this syntax. ChangeLog | 56 +++++++++++++++++++++++++++++++++ boards/algebra_guesscount.xml.in | 2 +- boards/chronos.xml.in | 2 +- boards/clickgame.xml.in | 2 +- boards/connect4.xml.in | 2 +- boards/erase.xml.in | 2 +- boards/erase_clic.xml.in | 2 +- boards/erase_double_clic.xml.in | 2 +- boards/hanoi_real.xml.in | 2 +- boards/sudoku.xml.in | 2 +- docs/create_thumbnails.pl | 1 + docs/screenshots/billard_small.jpg | Bin 7014 -> 8975 bytes docs/screenshots/hanoi_real.jpg | Bin 0 -> 18014 bytes docs/screenshots/hanoi_real_small.jpg | Bin 0 -> 10908 bytes src/gcompris/gameutil.c | 27 +++++++++++----- src/gcompris/gcompris.c | 8 ++-- src/gcompris/gcompris_db.c | 10 +++++- 17 files changed, 97 insertions(+), 23 deletions(-) commit d42780157e9186c09ea5c92fe48d60e9886d0a3b Author: Yves Combe Date: Sun Sep 11 14:42:57 2005 +0000 cleaning unused files ChangeLog | 64 ++++ boards/wordsgame/wordslevel_1_da.xml | 40 --- boards/wordsgame/wordslevel_1_de.xml | 41 --- boards/wordsgame/wordslevel_1_el.xml | 41 --- boards/wordsgame/wordslevel_1_en.xml | 40 --- boards/wordsgame/wordslevel_1_es.xml | 43 --- boards/wordsgame/wordslevel_1_fi.xml | 40 --- boards/wordsgame/wordslevel_1_fr.xml | 22 -- boards/wordsgame/wordslevel_1_hu.xml | 113 ------- boards/wordsgame/wordslevel_1_it.xml | 39 --- boards/wordsgame/wordslevel_1_lt.xml | 42 --- boards/wordsgame/wordslevel_1_nb.xml | 81 ----- boards/wordsgame/wordslevel_1_nn.xml | 81 ----- boards/wordsgame/wordslevel_1_pt.xml | 32 -- boards/wordsgame/wordslevel_1_pt_BR.xml | 42 --- boards/wordsgame/wordslevel_1_ro.xml | 37 -- boards/wordsgame/wordslevel_1_ru.xml | 40 --- boards/wordsgame/wordslevel_1_sk.xml | 39 --- boards/wordsgame/wordslevel_1_sl.xml | 33 -- boards/wordsgame/wordslevel_1_sv.xml | 75 ----- boards/wordsgame/wordslevel_2_da.xml | 37 -- boards/wordsgame/wordslevel_2_de.xml | 37 -- boards/wordsgame/wordslevel_2_el.xml | 39 --- boards/wordsgame/wordslevel_2_en.xml | 39 --- boards/wordsgame/wordslevel_2_es.xml | 73 ---- boards/wordsgame/wordslevel_2_fi.xml | 16 - boards/wordsgame/wordslevel_2_fr.xml | 22 -- boards/wordsgame/wordslevel_2_it.xml | 39 --- boards/wordsgame/wordslevel_2_lt.xml | 86 ----- boards/wordsgame/wordslevel_2_nb.xml | 52 --- boards/wordsgame/wordslevel_2_nn.xml | 52 --- boards/wordsgame/wordslevel_2_pt.xml | 44 --- boards/wordsgame/wordslevel_2_pt_BR.xml | 50 --- boards/wordsgame/wordslevel_2_ro.xml | 40 --- boards/wordsgame/wordslevel_2_ru.xml | 39 --- boards/wordsgame/wordslevel_2_sk.xml | 39 --- boards/wordsgame/wordslevel_2_sl.xml | 46 --- boards/wordsgame/wordslevel_2_sv.xml | 101 ------ boards/wordsgame/wordslevel_3_fr.xml | 26 -- boards/wordsgame/wordslevel_3_lt.xml | 177 ---------- boards/wordsgame/wordslevel_max_da.xml | 72 ---- boards/wordsgame/wordslevel_max_de.xml | 54 --- boards/wordsgame/wordslevel_max_el.xml | 72 ---- boards/wordsgame/wordslevel_max_en.xml | 73 ---- boards/wordsgame/wordslevel_max_es.xml | 92 ----- boards/wordsgame/wordslevel_max_fi.xml | 51 --- boards/wordsgame/wordslevel_max_fr.xml | 28 -- boards/wordsgame/wordslevel_max_hu.xml | 80 ----- boards/wordsgame/wordslevel_max_it.xml | 101 ------ boards/wordsgame/wordslevel_max_lt.xml | 355 -------------------- boards/wordsgame/wordslevel_max_nb.xml | 74 ----- boards/wordsgame/wordslevel_max_nl.xml | 511 ----------------------------- boards/wordsgame/wordslevel_max_nn.xml | 74 ----- boards/wordsgame/wordslevel_max_pt.xml | 86 ----- boards/wordsgame/wordslevel_max_pt_BR.xml | 98 ------ boards/wordsgame/wordslevel_max_ro.xml | 40 --- boards/wordsgame/wordslevel_max_ru.xml | 74 ----- boards/wordsgame/wordslevel_max_sk.xml | 73 ---- boards/wordsgame/wordslevel_max_sl.xml | 73 ---- boards/wordsgame/wordslevel_max_sv.xml | 99 ------ 60 files changed, 64 insertions(+), 4155 deletions(-) commit 3d82ed5ee71aa5b8cde8463ce5c12797bb343bf1 Author: Yves Combe Date: Sun Sep 11 14:38:02 2005 +0000 fix crash in reading, when looking for wordlevel_max file. ChangeLog | 8 ++++ po/Makefile.in.in | 96 ++++++++++++++++++++++++++++++-------------------- src/boards/reading.c | 26 +++---------- 3 files changed, 72 insertions(+), 58 deletions(-) commit 150e3163b10ef2565d0df85d2cace168ab863a49 Author: Bruno Coudoin Date: Sun Sep 11 13:51:45 2005 +0000 Reworked icons by Bruno boards/boardicons/fifteen.png | Bin 2942 -> 11887 bytes boards/boardicons/hanoi.png | Bin 9406 -> 11700 bytes boards/boardicons/hanoi_real.png | Bin 6430 -> 8464 bytes 3 files changed, 0 insertions(+), 0 deletions(-) commit b67a8663438fe07900061e827ae304aeb397df5e Author: Ilkka Tuohela Date: Sat Sep 10 14:58:51 2005 +0000 Updated Finnish translation po/ChangeLog | 4 ++++ po/fi.po | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 703472f16c2b55d1619582461ac05d8cd6829801 Author: Bruno Coudoin Date: Sat Sep 10 14:56:45 2005 +0000 Complete the real hanoi game, including new images. moved configure to 7.0 boards/boardicons/hanoi_real.png | Bin 0 -> 6430 bytes boards/hanoi_real.xml.in | 4 +- boards/images/disc1.png | Bin 0 -> 3017 bytes boards/images/disc2.png | Bin 0 -> 1825 bytes boards/images/disc3.png | Bin 0 -> 1831 bytes boards/images/disc4.png | Bin 0 -> 1749 bytes boards/images/disc_support.png | Bin 0 -> 4779 bytes configure.in | 2 +- src/boards/hanoi_real.c | 155 +++++++++++++------------------------- 9 files changed, 57 insertions(+), 104 deletions(-) commit e1431cb7b6b3a239f21bc5011cd7fe3ff9c38091 Author: Ilkka Tuohela Date: Sat Sep 10 14:34:41 2005 +0000 Updated Finnish translation po/fi.po | 181 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 115 insertions(+), 66 deletions(-) commit b57bf9c709cda0f874653042892786ed6e8ecc9b Author: Bruno Coudoin Date: Sat Sep 10 14:16:13 2005 +0000 Updated Norwegian Nynorsk by Karl Ove Hufthammer * nn.po: Updated Norwegian Nynorsk by Karl Ove Hufthammer po/ChangeLog | 4 + po/nn.po | 1037 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 600 insertions(+), 441 deletions(-) commit 1cf84ab347f1f22c43b852198333e81a74147de1 Author: Bruno Coudoin Date: Sat Sep 10 01:01:15 2005 +0000 Added non functionnal hanoi_real game (the real tower of hanoi). * boards/searace.xml.in: removed " and <> that bugs our reread menu ChangeLog | 17 + boards/Makefile.am | 1 + boards/hanoi_real.xml.in | 23 ++ boards/searace.xml.in | 8 +- docs/screenshots/billard.jpg | Bin 11293 -> 14137 bytes po/Makefile.in.in | 96 +++---- po/POTFILES.in | 2 + src/boards/Makefile.am | 5 + src/boards/hanoi.c | 2 +- src/boards/hanoi_real.c | 679 ++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 770 insertions(+), 63 deletions(-) commit ff75254f4ef2a0ea40678775934c7c82d93d87a2 Author: Bruno Coudoin Date: Fri Sep 9 20:46:59 2005 +0000 Updated missing info from last commit ChangeLog | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit d32f91dfbeb343f60a7b6f052c01385516b2ae99 Author: Bruno Coudoin Date: Fri Sep 9 18:41:43 2005 +0000 Fixed connect4 (bug #313432) Added sudoku dataset (9x9 level) Removed external lauch of mozilla in the about box. It create problems when kids click all around. src/boards/python/connect4.py | 42 ++- src/boards/python/sudoku.py | 684 ++++++++++++++++++++++++++++++++++++++++- src/gcompris/about.c | 94 +------ src/gcompris/bonus.c | 9 + 4 files changed, 725 insertions(+), 104 deletions(-) commit 0b4af10fed267d6f988095d6b3ec13b101e04003 Author: Bruno Coudoin Date: Fri Sep 9 18:22:20 2005 +0000 updated po/ChangeLog | 4 ++++ po/fr.po | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 10b64e5dd729f3d1e63a1df221674170572756eb Author: Yves Combe Date: Thu Sep 8 20:53:43 2005 +0000 fix bargame help bug ChangeLog | 10 ++++++++++ src/boards/py-mod-gcompris.c | 10 ++++++++-- src/boards/python/bargame.py | 4 +++- src/boards/python/pythontest.py | 9 +++++++++ src/gcompris/wordlist.c | 4 ++-- 5 files changed, 32 insertions(+), 5 deletions(-) commit 1464374abc42afd47e673b3e100ccae30427b85a Author: Ronny Standtke Date: Wed Sep 7 19:16:04 2005 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 816 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 501 insertions(+), 319 deletions(-) commit c8163fe220561433f19481a4504f0b2ba78e2f6d Author: Ilkka Tuohela Date: Wed Sep 7 04:31:14 2005 +0000 Updated Finnish translation po/ChangeLog | 4 ++++ po/fi.po | 45 +++++++++++++++++++++++++++++++++++---------- 2 files changed, 39 insertions(+), 10 deletions(-) commit 067a6824f1175d9d2d08aa15068227ce8257630e Author: Bruno Coudoin Date: Tue Sep 6 22:33:27 2005 +0000 missing boards/wordsgame/default-de.xml | 128 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 128 insertions(+), 0 deletions(-) commit cdfc3682b12afebe5bff875cd78e65fd6a5f48f5 Author: Adam Weinberger Date: Tue Sep 6 22:12:12 2005 +0000 Updated Canadian English translation. 2005-09-06 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 892 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 539 insertions(+), 357 deletions(-) commit 7301a5843a27fa2e1f67bf6b4c30e85db4ec5235 Author: Ilkka Tuohela Date: Tue Sep 6 03:30:48 2005 +0000 Updated Finnish translation po/ChangeLog | 4 + po/fi.po | 907 +++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 561 insertions(+), 350 deletions(-) commit 2e77e777a2e3f4d4deb206c4181c7c0876124fa8 Author: Bruno Coudoin Date: Mon Sep 5 22:38:29 2005 +0000 fixed levels boards/wordsgame/default-da.xml | 2 +- boards/wordsgame/default-el.xml | 2 +- boards/wordsgame/default-en.xml | 2 +- boards/wordsgame/default-es.xml | 2 +- boards/wordsgame/default-fi.xml | 2 +- boards/wordsgame/default-hu.xml | 2 +- boards/wordsgame/default-it.xml | 2 +- boards/wordsgame/default-lt.xml | 2 +- boards/wordsgame/default-nb.xml | 2 +- boards/wordsgame/default-nn.xml | 2 +- boards/wordsgame/default-pt.xml | 2 +- boards/wordsgame/default-pt_BR.xml | 2 +- boards/wordsgame/default-ru.xml | 2 +- boards/wordsgame/default-sk.xml | 3 +-- boards/wordsgame/default-sl.xml | 2 +- boards/wordsgame/default-sv.xml | 2 +- 16 files changed, 16 insertions(+), 17 deletions(-) commit 07d87f784ca264e38607d5ab5721dddaab1362c3 Author: Bruno Coudoin Date: Mon Sep 5 22:34:38 2005 +0000 Created new xml files for new wordlist format. The new file format includes all levels in a single file It will be easier to manage them at all level ChangeLog | 26 ++ boards/wordsgame/default-da.xml | 145 +++++++++++ boards/wordsgame/default-el.xml | 148 +++++++++++ boards/wordsgame/default-en.xml | 148 +++++++++++ boards/wordsgame/default-es.xml | 204 +++++++++++++++ boards/wordsgame/default-fi.xml | 103 ++++++++ boards/wordsgame/default-fr.xml | 89 +++++++ boards/wordsgame/default-hu.xml | 192 ++++++++++++++ boards/wordsgame/default-it.xml | 175 +++++++++++++ boards/wordsgame/default-lt.xml | 482 ++++++++++++++++++++++++++++++++++++ boards/wordsgame/default-nb.xml | 203 +++++++++++++++ boards/wordsgame/default-nn.xml | 203 +++++++++++++++ boards/wordsgame/default-pt.xml | 158 ++++++++++++ boards/wordsgame/default-pt_BR.xml | 158 ++++++++++++ boards/wordsgame/default-ro.xml | 113 +++++++++ boards/wordsgame/default-ru.xml | 149 +++++++++++ boards/wordsgame/default-sk.xml | 147 +++++++++++ boards/wordsgame/default-sl.xml | 148 +++++++++++ boards/wordsgame/default-sv.xml | 271 ++++++++++++++++++++ docs/gcompris2spip.pl | 6 +- 20 files changed, 3265 insertions(+), 3 deletions(-) commit a26afbf0f840e788b3f020855349087be6553edb Author: Francisco Javier F. Serrador Date: Mon Sep 5 13:38:54 2005 +0000 Updated Spanish translation. 2005-09-05 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 355 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 248 insertions(+), 111 deletions(-) commit 2bb53ec4a9ee5426bfaace77417b5d25d853eb1f Author: Jose JORGE Date: Sun Sep 4 21:41:41 2005 +0000 Updated Portuguese translation. 2005-09-04 Jose JORGE * pt.po: Updated Portuguese translation. po/ChangeLog | 4 ++ po/pt.po | 103 +++++++++++++++++++++++++++------------------------------ 2 files changed, 53 insertions(+), 54 deletions(-) commit 7d3c15484c45827127b1efc2254f09e025ccd76e Author: Bruno Coudoin Date: Sun Sep 4 21:34:40 2005 +0000 Fixed bug #314680 http://bugzilla.gnome.org/show_bug.cgi?id=314680 Thanks Fixed bug #314680 http://bugzilla.gnome.org/show_bug.cgi?id=314680 Thanks to Clytie Siddall ChangeLog | 11 +++++++++++ boards/administration.xml.in | 10 +++++----- po/TRANSLATORS.README | 14 ++++++++++++++ src/boards/python/admin/user_list.py | 2 +- src/gcompris/gcompris.c | 6 +++--- 5 files changed, 34 insertions(+), 9 deletions(-) commit a513514e390d1e369e3dc19b8166619757440a3e Author: Yves Combe Date: Sun Sep 4 21:21:35 2005 +0000 add file for wordlists in xml format. add missing file from yesterday's commit. ChangeLog | 70 ++++ boards/wordsgame/wordslevel_1_da.xml | 40 +++ boards/wordsgame/wordslevel_1_de.xml | 41 +++ boards/wordsgame/wordslevel_1_el.xml | 41 +++ boards/wordsgame/wordslevel_1_en.xml | 40 +++ boards/wordsgame/wordslevel_1_es.xml | 43 +++ boards/wordsgame/wordslevel_1_fi.xml | 40 +++ boards/wordsgame/wordslevel_1_fr.xml | 22 ++ boards/wordsgame/wordslevel_1_hu.xml | 113 +++++++ boards/wordsgame/wordslevel_1_it.xml | 39 +++ boards/wordsgame/wordslevel_1_lt.xml | 42 +++ boards/wordsgame/wordslevel_1_nb.xml | 81 +++++ boards/wordsgame/wordslevel_1_nn.xml | 81 +++++ boards/wordsgame/wordslevel_1_pt.xml | 32 ++ boards/wordsgame/wordslevel_1_pt_BR.xml | 42 +++ boards/wordsgame/wordslevel_1_ro.xml | 37 ++ boards/wordsgame/wordslevel_1_ru.xml | 40 +++ boards/wordsgame/wordslevel_1_sk.xml | 39 +++ boards/wordsgame/wordslevel_1_sl.xml | 33 ++ boards/wordsgame/wordslevel_1_sv.xml | 75 +++++ boards/wordsgame/wordslevel_2_da.xml | 37 ++ boards/wordsgame/wordslevel_2_de.xml | 37 ++ boards/wordsgame/wordslevel_2_el.xml | 39 +++ boards/wordsgame/wordslevel_2_en.xml | 39 +++ boards/wordsgame/wordslevel_2_es.xml | 73 ++++ boards/wordsgame/wordslevel_2_fi.xml | 16 + boards/wordsgame/wordslevel_2_fr.xml | 22 ++ boards/wordsgame/wordslevel_2_it.xml | 39 +++ boards/wordsgame/wordslevel_2_lt.xml | 86 +++++ boards/wordsgame/wordslevel_2_nb.xml | 52 +++ boards/wordsgame/wordslevel_2_nn.xml | 52 +++ boards/wordsgame/wordslevel_2_pt.xml | 44 +++ boards/wordsgame/wordslevel_2_pt_BR.xml | 50 +++ boards/wordsgame/wordslevel_2_ro.xml | 40 +++ boards/wordsgame/wordslevel_2_ru.xml | 39 +++ boards/wordsgame/wordslevel_2_sk.xml | 39 +++ boards/wordsgame/wordslevel_2_sl.xml | 46 +++ boards/wordsgame/wordslevel_2_sv.xml | 101 ++++++ boards/wordsgame/wordslevel_3_fr.xml | 26 ++ boards/wordsgame/wordslevel_3_lt.xml | 177 ++++++++++ boards/wordsgame/wordslevel_max_da.xml | 72 ++++ boards/wordsgame/wordslevel_max_de.xml | 54 +++ boards/wordsgame/wordslevel_max_el.xml | 72 ++++ boards/wordsgame/wordslevel_max_en.xml | 73 ++++ boards/wordsgame/wordslevel_max_es.xml | 92 +++++ boards/wordsgame/wordslevel_max_fi.xml | 51 +++ boards/wordsgame/wordslevel_max_fr.xml | 28 ++ boards/wordsgame/wordslevel_max_hu.xml | 80 +++++ boards/wordsgame/wordslevel_max_it.xml | 101 ++++++ boards/wordsgame/wordslevel_max_lt.xml | 355 ++++++++++++++++++++ boards/wordsgame/wordslevel_max_nb.xml | 74 +++++ boards/wordsgame/wordslevel_max_nl.xml | 511 +++++++++++++++++++++++++++++ boards/wordsgame/wordslevel_max_nn.xml | 74 +++++ boards/wordsgame/wordslevel_max_pt.xml | 86 +++++ boards/wordsgame/wordslevel_max_pt_BR.xml | 98 ++++++ boards/wordsgame/wordslevel_max_ro.xml | 40 +++ boards/wordsgame/wordslevel_max_ru.xml | 74 +++++ boards/wordsgame/wordslevel_max_sk.xml | 73 ++++ boards/wordsgame/wordslevel_max_sl.xml | 73 ++++ boards/wordsgame/wordslevel_max_sv.xml | 99 ++++++ src/boards/py-gcompris-wordlist.c | 99 ++++++ src/boards/py-gcompris-wordlist.h | 14 + 62 files changed, 4338 insertions(+), 0 deletions(-) commit 4d788bff4f22f0e4fedd8c7cb7d9501667ed8284 Author: Bruno Coudoin Date: Sun Sep 4 20:04:53 2005 +0000 Fixed english text. Bug #315177 http://bugzilla.gnome.org/show_bug.cgi?id=315177 Thanks to Clytie Siddall for this complete fixup of our bad english. It's very important for an educational software like GCompris to be as correct as possible in the text messages. ChangeLog | 95 +++++++++++++++++++++++++++++++ boards/anim.xml.in | 2 +- boards/babymatch.xml.in | 3 +- boards/ballcatch.xml.in | 2 +- boards/bargame.xml.in | 4 +- boards/billard.xml.in | 4 +- boards/canal_lock.xml.in | 2 +- boards/chronos.xml.in | 11 ++-- boards/chronos/board4_0.xml.in | 6 +- boards/chronos/board4_1.xml.in | 8 +- boards/chronos/board4_2.xml.in | 3 +- boards/clickgame.xml.in | 2 +- boards/clockgame.xml.in | 15 ++--- boards/colors_group.xml.in | 2 +- boards/connect4.xml.in | 2 +- boards/doubleentry.xml.in | 2 +- boards/draw.xml.in | 2 +- boards/experience.xml.in | 2 +- boards/followline.xml.in | 9 ++- boards/geography.xml.in | 2 +- boards/geography/board1_0.xml.in | 2 +- boards/geography/board2_0.xml.in | 2 +- boards/geography/board3_0.xml.in | 6 +- boards/geography/board3_1.xml.in | 6 +- boards/geography/board4_0.xml.in | 2 +- boards/geography/board4_1.xml.in | 2 +- boards/geography/board4_2.xml.in | 4 +- boards/gnumch-equality.xml.in | 2 +- boards/gnumch-factors.xml.in | 2 +- boards/gnumch-inequality.xml.in | 2 +- boards/login.xml.in | 2 +- boards/memory.xml.in | 2 +- boards/menu.xml.in | 12 ++-- boards/missing_letter.xml.in | 4 +- boards/money.xml.in | 2 +- boards/readingh.xml.in | 2 +- boards/reversecount.xml.in | 4 +- boards/scales/board1_0.xml.in | 2 +- boards/scales/board1_1.xml.in | 2 +- boards/scales/board1_2.xml.in | 2 +- boards/scales/board1_3.xml.in | 2 +- boards/scales/board1_4.xml.in | 2 +- boards/scales/board1_5.xml.in | 2 +- boards/scales/board2_0.xml.in | 2 +- boards/scales/board2_1.xml.in | 2 +- boards/scales/board2_2.xml.in | 2 +- boards/scales/board2_3.xml.in | 2 +- boards/scales/board2_4.xml.in | 2 +- boards/scales/board2_5.xml.in | 2 +- boards/scales/board3_0.xml.in | 2 +- boards/scales/board3_1.xml.in | 2 +- boards/scales/board3_2.xml.in | 2 +- boards/scales/board3_3.xml.in | 2 +- boards/scales/board3_4.xml.in | 2 +- boards/scales/board3_5.xml.in | 2 +- boards/scalesboard.xml.in | 2 +- boards/searace.xml.in | 27 ++++----- boards/smallnumbers2.xml.in | 2 +- boards/sudoku.xml.in | 2 +- boards/target.xml.in | 4 +- boards/traffic.xml.in | 3 +- src/boards/chess.c | 2 +- src/boards/click_on_letter.c | 4 +- src/boards/clockgame.c | 4 +- src/boards/erase.c | 12 ++-- src/boards/hanoi.c | 2 +- src/boards/leftright.c | 2 +- src/boards/python/admin/class_edit.py | 4 +- src/boards/python/admin/group_edit.py | 4 +- src/boards/python/admin/profile_edit.py | 4 +- src/boards/python/admin/user_edit.py | 4 +- src/boards/python/admin/user_list.py | 2 +- src/boards/python/login.py | 2 +- src/boards/python/pythontest.py | 4 +- src/boards/python/tuxpaint.py | 4 +- src/boards/reading.c | 2 +- src/boards/shapegame.c | 4 +- src/boards/smallnumbers.c | 4 +- src/boards/target.c | 2 +- src/boards/wordsgame.c | 4 +- src/gcompris/config.c | 14 ++-- src/gcompris/gcompris.c | 12 ++-- src/gcompris/gcompris_db.c | 9 ++- src/gcompris/images_selector.c | 4 +- 84 files changed, 254 insertions(+), 167 deletions(-) commit ba379005c688c65542781799cd25e3eb80d5b1b9 Author: Jens Seidel Date: Sun Sep 4 15:07:00 2005 +0000 Fixed typos nsis/translations/german.nsh | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 357cbb4500499f3a8998b96f3b8dedd3dd2be0e0 Author: Yves Combe Date: Sun Sep 4 14:21:09 2005 +0000 checked get_wordlist utility fonction, and add binding. ChangeLog | 11 +++++++++++ src/boards/Makefile.am | 1 + src/boards/py-mod-gcompris.c | 16 +++++++++++++++- src/gcompris/wordlist.c | 33 +++++++++++++++++++++++---------- src/gcompris/wordlist.h | 1 + 5 files changed, 51 insertions(+), 11 deletions(-) commit 15ff868c5ba275a1907fd172f444eeeb1e923fc6 Author: Bruno Coudoin Date: Sun Sep 4 09:06:59 2005 +0000 added missing files po/POTFILES.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 1bfbebf6bca91c27fd83b92b85a0afb9a37fbc07 Author: Clytie Siddall Date: Sun Sep 4 08:51:30 2005 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 + po/vi.po | 3127 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 1732 insertions(+), 1399 deletions(-) commit b47e56a0060eeb7f116a90bae2ff9ac3a5908192 Author: Bruno Coudoin Date: Sun Sep 4 00:42:28 2005 +0000 added vietnamese added from the CIA world fact book. * boards/flags/gcompris_flags.assetml.in: added vietnamese * boards/flags/vi.png: added from the CIA world fact book. ChangeLog | 4 +++- boards/flags/gcompris_flags.assetml.in | 5 +++++ boards/flags/vi.png | Bin 0 -> 527 bytes configure.in | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) commit 51d0652fd830cb2f16ed18975e6c016f49b49d07 Author: Bruno Coudoin Date: Sun Sep 4 00:24:59 2005 +0000 added documentation (edited from Yves) added Vietnamese - - * boards/administration.xml.in: added documentation (edited from Yves) * configure.in: added Vietnamese * docs/gcompris2spip.pl: - * src/gcompris/config.c: - ChangeLog | 7 +++++++ boards/administration.xml.in | 7 +++++-- configure.in | 2 +- docs/gcompris2spip.pl | 3 +++ src/gcompris/config.c | 3 ++- 5 files changed, 18 insertions(+), 4 deletions(-) commit 79478af38015df4c6cbe6332c7cbbf00f18fb932 Author: Clytie Siddall Date: Sat Sep 3 12:55:06 2005 +0000 vi.po: Updated Vietnamese translation. po/ChangeLog | 4 + po/vi.po | 4651 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 4655 insertions(+), 0 deletions(-) commit 37c715c22b39b0b238bee4d4d2fad8607bde3ddb Author: Ilkka Tuohela Date: Sat Sep 3 11:01:40 2005 +0000 Updated Finnish translation po/ChangeLog | 4 + po/fi.po | 768 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 479 insertions(+), 293 deletions(-) commit c48708679c5e0a3da45d4642ca31a4a80a8991ba Author: Bruno Coudoin Date: Fri Sep 2 22:25:54 2005 +0000 ards/memory_tux.xml.in: set it back to difficulty 2 moved name ards/memory_tux.xml.in: set it back to difficulty 2 * docs/screenshots/colors.jpg: moved name * docs/screenshots/colors1.jpg: * docs/screenshots/colors1_small.jpg: * docs/screenshots/colors_small.jpg: * docs/spip_menuboard.xsl: fixed sub menu error ChangeLog | 16 ++++++++++++++++ boards/memory_tux.xml.in | 2 +- docs/screenshots/colors.jpg | Bin 23077 -> 0 bytes docs/screenshots/colors1.jpg | Bin 0 -> 23077 bytes docs/screenshots/colors1_small.jpg | Bin 0 -> 14020 bytes docs/screenshots/colors_small.jpg | Bin 14020 -> 0 bytes docs/spip_menuboard.xsl | 2 +- 7 files changed, 18 insertions(+), 2 deletions(-) commit b63e1d05d3144c46caf3162e8a3ea1677e7e7922 Author: Bruno Coudoin Date: Fri Sep 2 20:14:51 2005 +0000 fixed to make it clickeable renamed, name too long * boards/gcompris/misc/raquette.png: fixed to make it clickeable * boards/music/background/Brahms_Johannes-String_Quartet_C_minor_Op _51_mvmt_4.ogg: renamed, name too long * boards/music/background/Brahms__Johannes_-_String_Quartet_C_minor __Op_51_mvmt_4.ogg: * docs/create_thumbnails.pl: fixed, do not overwrite created thumbs * docs/gcompris2spip.pl: fixed menu creation. ChangeLog | 10 ++++++++++ boards/gcompris/misc/raquette.png | Bin 25516 -> 25476 bytes ...ohannes-String_Quartet_C_minor_Op_51_mvmt_4.ogg | Bin 0 -> 4998997 bytes ...nnes_-_String_Quartet_C_minor__Op_51_mvmt_4.ogg | Bin 4998997 -> 0 bytes docs/create_thumbnails.pl | 4 +++- docs/gcompris2spip.pl | 18 ++++++++++++++---- 6 files changed, 27 insertions(+), 5 deletions(-) commit 13e8c7bcbfc5b3c4f0d8833a1ad494cbab9764a1 Author: Bruno Coudoin Date: Fri Sep 2 19:19:25 2005 +0000 Updated Norwegian Bokmal translation. * nb.po: Updated Norwegian Bokmal translation. po/ChangeLog | 4 + po/nb.po | 539 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 294 insertions(+), 249 deletions(-) commit e17e3deb4e339c84181a9f12df55370cc822f1cb Author: Ronny Standtke Date: Fri Sep 2 06:52:24 2005 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 267 +++++++++++++++++++++++++--------------------------------- 2 files changed, 119 insertions(+), 152 deletions(-) commit 41edcbe9092c1efe17c4502a768febe12f790b1e Author: Yves Combe Date: Thu Sep 1 20:58:01 2005 +0000 add more trace ofr the strange segfault ChangeLog | 6 ++++++ src/boards/reading.c | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletions(-) commit d2253393305d2522fe4b0c104da26e056adecf62 Author: Bruno Coudoin Date: Thu Sep 1 20:40:24 2005 +0000 set difficulty to 0 to hide it even if it is ready. will set it to 2 after. ChangeLog | 9 +++++++++ boards/memory_tux.xml.in | 2 +- 2 files changed, 10 insertions(+), 1 deletions(-) commit 0b915a8afeb0d3993642e6c0c0a67e9fd2957cfa Author: Yves Combe Date: Thu Sep 1 13:40:44 2005 +0000 improve menmory_tux UI marking scores. adapt memory to make less difficult the board. ChangeLog | 8 +++++ src/boards/memory.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 73 insertions(+), 7 deletions(-) commit 402957f2b264248ca06d3e62967411e9df7909af Author: Yves Combe Date: Thu Sep 1 08:55:38 2005 +0000 add new mode in memory.c: Play against the computer. That makes a new board: /boards/memory_tux ChangeLog | 18 ++- boards/Makefile.am | 1 + boards/boardicons/memory_tux.png | Bin 0 -> 12285 bytes boards/memory_tux.xml.in | 24 ++ src/boards/memory.c | 572 ++++++++++++++++++++++++++++++++++---- 5 files changed, 558 insertions(+), 57 deletions(-) commit 9f5ec75b5fe1b62966ccca00a518a523bd6b3f73 Author: Bruno Coudoin Date: Wed Aug 31 23:16:21 2005 +0000 Fixed to work with the new section management * docs/gcompris2spip.pl: * docs/spip_menuboard.xsl: ChangeLog | 7 +++++++ docs/gcompris2spip.pl | 35 +++++++++++++++++++++++++++-------- docs/spip_menuboard.xsl | 4 ++-- 3 files changed, 36 insertions(+), 10 deletions(-) commit 669d949f2e5e70d8523bd37b8eb63af470623572 Author: Vincent van Adrighem Date: Wed Aug 31 22:43:13 2005 +0000 Translation updated by Tino Meinen. 2005-09-01 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 669 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 430 insertions(+), 243 deletions(-) commit 2b4623ec7a1c56a779a5739f167dbac7691165e5 Author: Adam Weinberger Date: Wed Aug 31 21:23:30 2005 +0000 Updated Canadian English translation. 2005-08-31 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 250 ++++++++++++++++++++++----------------------------------- 2 files changed, 101 insertions(+), 153 deletions(-) commit c24c28e82c7fed6fed6d00ccab77390289d36e34 Author: Gabor Kelemen Date: Wed Aug 31 07:16:19 2005 +0000 Hungarian translation updated. 2005-08-31 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 288 +++++++++++++++++++++++----------------------------------- 2 files changed, 117 insertions(+), 175 deletions(-) commit 7bd53d690c3da41dcc382d3978497ac94e7cb602 Author: Bruno Coudoin Date: Tue Aug 30 22:14:31 2005 +0000 created by bruno docs/screenshots/sudoku.jpg | Bin 0 -> 20636 bytes docs/screenshots/sudoku_small.jpg | Bin 0 -> 12064 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit 8be40ce2a276551508825f269bf625ee84913420 Author: Bruno Coudoin Date: Tue Aug 30 22:04:29 2005 +0000 updated to use our tuxpaint icon removed, replaced by mrpotato.xml * boards/dataset/tuxpaint_pictures.xml: updated to use our tuxpaint icon * boards/dataset/mrpatate.xml: removed, replaced by mrpotato.xml ChangeLog | 5 +++++ boards/dataset/tuxpaint_pictures.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) commit b2f1fe4e3e07e3ddf9ea9dd7e9e83bef35fdcf67 Author: Yves Combe Date: Tue Aug 30 21:58:34 2005 +0000 change colors letters in memory. clean code and add trace in reading (strange crash). ChangeLog | 9 +++++++++ src/boards/memory.c | 5 +++-- src/boards/reading.c | 16 +++++++++++----- 3 files changed, 23 insertions(+), 7 deletions(-) commit e8a606a787ef60fe3bb9998fc8470f92ecf0828f Author: Bruno Coudoin Date: Tue Aug 30 21:55:25 2005 +0000 replaced by mrpotato.xml (uses lsdir now) boards/dataset/mrpatate.xml | 159 ------------------------------------------- 1 files changed, 0 insertions(+), 159 deletions(-) commit 4f0a6a0e34684ea36f2f6dc098cfb122372768f1 Author: Bruno Coudoin Date: Tue Aug 30 21:05:10 2005 +0000 updated by Klaus po/ChangeLog | 4 + po/nb.po | 1618 ++++++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 1284 insertions(+), 338 deletions(-) commit b07c4922077a90050aca5bb5a64901340146dc06 Author: Yves Combe Date: Tue Aug 30 09:42:17 2005 +0000 huftis has remade railroad background from frack svg, because the jpg had awful artifacts. ChangeLog | 10 +- boards/railroad/railroad-bg.png | Bin 0 -> 10090 bytes src/boards/railroad.c | 2 +- src/svg_images/railroad-bg.svg | 1011 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 1021 insertions(+), 2 deletions(-) commit 0633ea1211c8fb423024d8b082387b377c7d8cfe Author: Yves Combe Date: Tue Aug 30 06:58:08 2005 +0000 use pango metrics to determine interline in reading, and pango text markup to make black square in last word. change font in memory, to avoid confusion between uppercased i and lowercased L. Set to "Serif bold 28" in source, should be passed through skin. ChangeLog | 9 +++++++++ src/boards/memory.c | 7 +++++-- src/boards/reading.c | 32 ++++++++++++++++++++++---------- 3 files changed, 36 insertions(+), 12 deletions(-) commit 0989ea7502bc875ed41c7a3e8bca288f5d16d1d0 Author: Josep Puigdemont i Casamajó Date: Tue Aug 30 01:06:05 2005 +0000 Updated Catalan translation. po/ChangeLog | 4 + po/ca.po | 1758 +++++++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 1434 insertions(+), 328 deletions(-) commit 698ae68153e5b0f44fbeaa3d80369f8f4bc8ce32 Author: Bruno Coudoin Date: Mon Aug 29 23:34:19 2005 +0000 missing boards/sounds/sv/geography/oceania.ogg | Bin 0 -> 8704 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 7eeade7fca48af96be6f69fb3aede1fb26ed508b Author: Bruno Coudoin Date: Mon Aug 29 23:25:50 2005 +0000 - added continent voices for french by Julien Gilles - removed useless translation in src/gcompris/gcompris_db.c * boards/login.xml.in: typo * boards/sounds/fr/geography/COPYRIGHT: * boards/sounds/fr/geography/africa.ogg: Continent files are from Julien Gilles * boards/sounds/fr/geography/america.ogg: * boards/sounds/fr/geography/antartica.ogg: * boards/sounds/fr/geography/asia.ogg: * boards/sounds/fr/geography/europa.ogg: * boards/sounds/fr/geography/gcompris_geography_fr.assetml.in: * boards/sounds/fr/geography/oceania.ogg: * configure.in: change for french geography version * src/boards/fifteen.c: (fifteen_create_item): font change * src/boards/python/pythontest.py: removed useless translation * src/boards/reading.c: (reading_create_item): do not use pango for black overwrite because it bugs for unknown reason * src/gcompris/config.c: (gcompris_config_start): changed message * src/gcompris/gcompris.c: minor, changed message * src/gcompris/gcompris_db.c: (gcompris_db_init), (gcompris_get_profile_from_id), (gcompris_get_users_from_group), (gcompris_get_user_from_id), (gcompris_get_class_from_id), (gcompris_get_profiles_list), (gcompris_get_group_from_id), (gcompris_get_groups_list), (gcompris_get_users_list), (gcompris_get_classes_list): removed useless translation in src/gcompris/gcompris_db.c ChangeLog | 29 +++++++++++++++++ boards/login.xml.in | 4 +- boards/sounds/fr/geography/COPYRIGHT | 4 ++ boards/sounds/fr/geography/africa.ogg | Bin 0 -> 10993 bytes boards/sounds/fr/geography/america.ogg | Bin 0 -> 15654 bytes boards/sounds/fr/geography/antartica.ogg | Bin 0 -> 14644 bytes boards/sounds/fr/geography/asia.ogg | Bin 0 -> 8159 bytes boards/sounds/fr/geography/europa.ogg | Bin 0 -> 10256 bytes .../fr/geography/gcompris_geography_fr.assetml.in | 30 ++++++++++++++++++ boards/sounds/fr/geography/oceania.ogg | Bin 0 -> 11140 bytes configure.in | 2 +- src/boards/fifteen.c | 2 +- src/boards/python/pythontest.py | 2 +- src/boards/reading.c | 33 ++++++------------- src/gcompris/config.c | 6 ++-- src/gcompris/gcompris.c | 4 +- src/gcompris/gcompris_db.c | 28 ++++++++-------- 17 files changed, 98 insertions(+), 46 deletions(-) commit 3c9156dab4d17295a61b54d3619aba9bda2bb478 Author: Bruno Coudoin Date: Mon Aug 29 23:16:31 2005 +0000 Updated po/ChangeLog | 4 + po/fr.po | 1044 +++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 787 insertions(+), 261 deletions(-) commit 5da52cb1d27f560d0e6d29bff53385c9cd313177 Author: Jens Seidel Date: Mon Aug 29 21:40:24 2005 +0000 Typo corrections po/de.po | 18 +++--------------- 1 files changed, 3 insertions(+), 15 deletions(-) commit 92a4d38228e7592c1b8ae748d1b23b29c65a4a48 Author: Yves Combe Date: Mon Aug 29 20:00:36 2005 +0000 redo failed commit src/boards/python/admin/user_edit.py | 25 +++++++++++++++---------- src/boards/python/admin/user_list.py | 29 +++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 10 deletions(-) commit 669abee14d8d55100ebddf07df5fe52ef6b68c42 Author: Yves Combe Date: Mon Aug 29 19:59:14 2005 +0000 add uppercase test for unique login in user creation. ChangeLog | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 781cd5af24e3241ae7a7a8203df20df14723a20a Author: Yves Combe Date: Mon Aug 29 13:21:09 2005 +0000 fix horizontal space replacing 'x' overwrite by black background. ChangeLog | 6 ++++++ src/boards/reading.c | 33 +++++++++++++++++++++++---------- 2 files changed, 29 insertions(+), 10 deletions(-) commit a20481d48ce29f35da563176baa45e8aee99e748 Author: Yves Combe Date: Mon Aug 29 11:49:10 2005 +0000 fix segfault is login not used. (trace fonction not well cleaned). add uppercase_only in use login. ChangeLog | 12 ++++++++++-- src/boards/menu.c | 17 +---------------- src/boards/python/login.py | 43 +++++++++++++++++++++++++++++++------------ 3 files changed, 42 insertions(+), 30 deletions(-) commit 5561688c6d6ba9dc33f902180c5554d4bd29b381 Author: Yves Combe Date: Mon Aug 29 07:28:46 2005 +0000 Change fonts size and interline in reading.c suppress filter boards from old config. ChangeLog | 8 ++++++ src/boards/reading.c | 17 ++++++++---- src/gcompris/config.c | 66 ++---------------------------------------------- 3 files changed, 22 insertions(+), 69 deletions(-) commit 7b30b046a2460bc1ba170e05554a776e599d204a Author: Yves Combe Date: Sun Aug 28 22:36:01 2005 +0000 finally fix this *$%@# bug in get_conf. fix config (bar button) bug: boards were reinitialised with board_id = 0. Change button order in configuration window. ChangeLog | 14 ++++++++++++++ src/boards/menu.c | 17 ++++++++++++++++- src/boards/python/login.py | 2 ++ src/gcompris/bar.c | 2 +- src/gcompris/board_config.c | 33 ++++++++++++++++++--------------- src/gcompris/config.c | 6 +++--- src/gcompris/gameutil.c | 4 +--- src/gcompris/gcompris_db.c | 20 +++++++------------- 8 files changed, 62 insertions(+), 36 deletions(-) commit d2fea742e5d557f731d48d1a1bc6057a196a28d9 Author: Bruno Coudoin Date: Sun Aug 28 17:33:17 2005 +0000 Updated Norwegian Nynorsk by Karl Ove Hufthammer po/ChangeLog | 4 + po/nn.po | 443 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 265 insertions(+), 182 deletions(-) commit 7c19bff90d7fef765696e2dd49ec57c9ad8e999e Author: Yves Combe Date: Sun Aug 28 13:18:07 2005 +0000 make all boards in reading configurable for locale, and use this and the global locale configuration. add enabling sound in conf for smallnumber (the two boards) and use locale_sound in this case. disable wordlist button as is not ready for the coming release clean login.py trace clean get_conf trace in gcompris_db add wordlist.h wordlist.c: preparation of api for getting wordlist xml files. Not used in the coming release. ChangeLog | 38 +++++++++ src/boards/click_on_letter.c | 2 - src/boards/colors.c | 7 +-- src/boards/gletters.c | 90 +++++++++++++++++++- src/boards/imageid.c | 79 +++++++++++++++++- src/boards/missingletter.c | 76 ++++++++++++++++- src/boards/python/admin/board_list.py | 23 ++---- src/boards/python/login.py | 5 - src/boards/reading.c | 78 +++++++++++++++++- src/boards/shapegame.c | 119 +++++++++++++++++++++++++- src/boards/smallnumbers.c | 114 ++++++++++++++++++++++++- src/gcompris/Makefile.am | 2 + src/gcompris/gcompris.h | 3 +- src/gcompris/gcompris_db.c | 18 ++--- src/gcompris/wordlist.c | 149 +++++++++++++++++++++++++++++++++ src/gcompris/wordlist.h | 40 +++++++++ 16 files changed, 783 insertions(+), 60 deletions(-) commit 618939175ca53204739112c721264bebac9f721f Author: Yair Hershkovitz Date: Sun Aug 28 12:19:17 2005 +0000 Updated Hebrew translation by Effi Tesler 2005-08-28 Yair Hershkovitz * he.po: Updated Hebrew translation by Effi Tesler po/ChangeLog | 4 + po/he.po | 1537 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 760 insertions(+), 781 deletions(-) commit dc5614cad321b966656ee96bcd69575f8e3f2d9e Author: Adam Weinberger Date: Sat Aug 27 21:19:45 2005 +0000 Updated Canadian English translation. 2005-08-27 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 374 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 222 insertions(+), 156 deletions(-) commit 322156114cd49ce91ababe5ef3037fa8c0f5eb0c Author: Ronny Standtke Date: Sat Aug 27 20:35:23 2005 +0000 *** empty log message *** po/ChangeLog | 5 +- po/de.po | 372 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 224 insertions(+), 153 deletions(-) commit 3735669d588cde0a5f0ecd2d0d79e1278378b8fb Author: Bruno Coudoin Date: Sat Aug 27 10:18:18 2005 +0000 - a trigger was bad and caused wholegroup to be not well maintained - added many ORDER BY to keep list ordered in the user interface ChangeLog | 19 +++++ src/boards/python/admin/class_edit.py | 88 +++++++++++++------------ src/boards/python/admin/group_edit.py | 6 +- src/boards/python/admin/group_list.py | 6 +- src/boards/python/admin/group_user_list.py | 15 +--- src/boards/python/admin/profile_edit.py | 2 +- src/boards/python/admin/profile_group_list.py | 24 ++----- src/boards/python/admin/profile_list.py | 2 +- src/boards/python/admin/user_list.py | 2 +- src/boards/python/sudoku.py | 5 +- src/gcompris/gcompris_db.c | 4 +- 11 files changed, 87 insertions(+), 86 deletions(-) commit c3836f69fd4f1b957f2184bfef094c336e86549c Author: Yves Combe Date: Sat Aug 27 09:56:56 2005 +0000 refix compilation error with create_rootdir. Hope is ok ! change key, value name in db (bruno's bug test). ChangeLog | 8 ++++++++ src/gcompris/file_selector.c | 3 +-- src/gcompris/gcompris_db.c | 14 +++++++------- 3 files changed, 16 insertions(+), 9 deletions(-) commit 670dfd06ab23fa69da659e6bf19ac2acc2296fd5 Author: Yves Combe Date: Sat Aug 27 07:17:26 2005 +0000 add wordlist.py in POTFILES.in ChangeLog | 6 ++++++ po/POTFILES.in | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) commit 1eb487a5c8103766a8f1e0e6cefe3ab7e773332b Author: Yves Combe Date: Sat Aug 27 06:55:40 2005 +0000 Joe Neeman fix for replay icon in muncher.:wq ChangeLog | 6 ++++++ src/boards/python/gnumch.py | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletions(-) commit 97e9a84683a5bfe1ead6f23e3893abb195e62316 Author: Yves Combe Date: Fri Aug 26 21:10:02 2005 +0000 put words list editor in a separate file from board_dir. (wordlist.py) add missing shared_dir and users_dir in python properties binding. ChangeLog | 11 +++++ src/boards/py-gcompris-properties.c | 3 + src/boards/python/admin/Makefile.am | 3 +- src/boards/python/admin/board_list.py | 28 +----------- src/boards/python/admin/wordlist.py | 80 +++++++++++++++++++++++++++++++++ 5 files changed, 98 insertions(+), 27 deletions(-) commit e184cc4f023de0c7285301f3a408b34ec990f265 Author: Yves Combe Date: Fri Aug 26 15:15:56 2005 +0000 fix compilation error with create_rootdir. test system user name (for win 9x). change button stock to STOCK_YES in textview tool. ChangeLog | 21 ++++++++++++++++----- src/gcompris/board_config.c | 31 +++++++++++-------------------- src/gcompris/file_selector.c | 40 +++------------------------------------- src/gcompris/profile.c | 16 +++++++++++++--- 4 files changed, 43 insertions(+), 65 deletions(-) commit bb6d0f42a4552e56a1f27a70b0e0420cdcb55ba2 Author: Gabor Kelemen Date: Fri Aug 26 08:11:24 2005 +0000 Hungarian translation updated. 2005-08-26 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 862 +++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 643 insertions(+), 223 deletions(-) commit 11bcae9947ff03121397909a3f5f57e8498dec8b Author: Yves Combe Date: Fri Aug 26 07:50:31 2005 +0000 improve text tool ChangeLog | 7 +++++++ src/gcompris/board_config.c | 38 ++++++++++++++++++++++++++++++++++---- 2 files changed, 41 insertions(+), 4 deletions(-) commit af34e64d38be11ba68a4418286816d4e15a20114 Author: Yves Combe Date: Thu Aug 25 23:14:01 2005 +0000 This patch fixes some issues with Troggle difficulty and fixes translation problems. ChangeLog | 7 +++ src/boards/python/gnumch.py | 114 ++++++++++++++++++++++++++++--------------- 2 files changed, 81 insertions(+), 40 deletions(-) commit 1263adde0ac829f613c8308f1456f97914cd1f45 Author: Yves Combe Date: Thu Aug 25 23:09:49 2005 +0000 add several functions for directory management. create user from system data if no user to log (system encoding?). ChangeLog | 23 ++++++++++++ src/boards/py-gcompris-user.c | 2 + src/boards/py-mod-gcompris.c | 72 ++++++++++++++++++++++++++++++++++++++- src/boards/python/pythontest.py | 3 ++ src/gcompris/Makefile.am | 2 + src/gcompris/gcompris.c | 9 ++++- src/gcompris/gcompris.h | 3 +- src/gcompris/gcompris_files.c | 70 +++++++++++++++++++++++++++++++++++++ src/gcompris/gcompris_files.h | 43 +++++++++++++++++++++++ src/gcompris/profile.c | 29 ++++++++++++--- src/gcompris/profile.h | 4 ++- src/gcompris/properties.c | 4 +- src/gcompris/properties.h | 3 +- 13 files changed, 253 insertions(+), 14 deletions(-) commit 0a0e4f57e86817b5ed43489a7c227ec1593d0921 Author: Bruno Coudoin Date: Thu Aug 25 22:12:22 2005 +0000 typos (thanks to Gabor Kelemen) After gcompris team review, fixed several * boards/sudoku.xml.in: typos (thanks to Gabor Kelemen) * src/boards/python/sudoku.py: After gcompris team review, fixed several bugs, added support for drop over previous symbol added current sublevel number display ChangeLog | 9 +++++++- boards/sudoku.xml.in | 6 ++-- src/boards/python/sudoku.py | 50 ++++++++++++++++++++++++++---------------- 3 files changed, 42 insertions(+), 23 deletions(-) commit 3f01604ce6a9af0b8498f9f6d460075b680a7129 Author: Yves Combe Date: Thu Aug 25 20:19:59 2005 +0000 Fix (hope it's fixed) strange locale bug with shapegame. Bar buttons actions like Help and About were passed non translated when go in/out shapegame. ChangeLog | 6 ++++++ src/gcompris/gcompris.c | 1 - 2 files changed, 6 insertions(+), 1 deletions(-) commit 65cfab5dd60d78096d2f95192b16d54fd9d6a334 Author: Yves Combe Date: Thu Aug 25 11:29:58 2005 +0000 divide gcompris user's files into .gcompris/shared and ./gcompris/users mv db default name to .gcompris/shared/profils/gcompris_sqlite.db add commend line options with all that. ChangeLog | 12 ++++++++++++ po/Makefile.in.in | 41 ++++++++++++++++++++++++----------------- src/gcompris/gcompris.c | 41 ++++++++++++++++++++++++++++++++++++++++- src/gcompris/properties.c | 22 +++++++++++++++++----- src/gcompris/properties.h | 6 +++++- 5 files changed, 98 insertions(+), 24 deletions(-) commit 15224ee039b09bc3adde951be03dd817fa58b82f Author: Bruno Coudoin Date: Wed Aug 24 22:03:41 2005 +0000 Changed the difficulty from 1 to 5 updated help completed, now work in * boards/fifteen.xml.in: Changed the difficulty from 1 to 5 * boards/sudoku.xml.in: updated help * src/boards/python/sudoku.py: completed, now work in drag and drop mode * src/boards/railroad.c: (reposition_model): fix by François Gannaz the original position was not resetted on repeat button ChangeLog | 8 ++ boards/fifteen.xml.in | 2 +- boards/sudoku.xml.in | 9 +- src/boards/python/sudoku.py | 292 ++++++++++++++++++++++++++++++++++++------- src/boards/railroad.c | 1 + 5 files changed, 259 insertions(+), 53 deletions(-) commit f00879bdf638b61e89c41cbaea63ea682a9b3c66 Author: Bruno Coudoin Date: Wed Aug 24 21:50:03 2005 +0000 updated po/ChangeLog | 4 + po/da.po | 927 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 586 insertions(+), 345 deletions(-) commit 1ba93a4068a9e187d01278c93528da0e98cde9e7 Author: Yves Combe Date: Wed Aug 24 20:52:43 2005 +0000 fix segfault ChangeLog | 6 ++++++ src/gcompris/gcompris_db.c | 17 ++++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) commit 9971235da42c9fc9378162915b8cecfd02b468cc Author: Yves Combe Date: Wed Aug 24 19:21:23 2005 +0000 trace a bit more ChangeLog | 6 ++++++ src/gcompris/gcompris_db.c | 6 +++++- 2 files changed, 11 insertions(+), 1 deletions(-) commit 2eecdbe59c3df6fff89e179e84c2a26cd0d9fe21 Author: Bruno Coudoin Date: Wed Aug 24 17:36:20 2005 +0000 updated po/ChangeLog | 8 + po/nn.po | 1583 ++++++++++++++++++++++++++++++++++++++++++++++------------ po/pt.po | 1354 +++++++++++++++++++++++++++++++++++++++----------- 3 files changed, 2335 insertions(+), 610 deletions(-) commit 61780c0d4b76162643c94f5c3bc097690e716eac Author: Yves Combe Date: Wed Aug 24 10:45:58 2005 +0000 add fix database rights check in changelog ChangeLog | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 4d573f2c16c6c49dd9e5965ab633efed85938e8b Author: Yves Combe Date: Wed Aug 24 10:44:14 2005 +0000 change init_background and board_play order to get entry login active on launch. improve wrap lines behaviour in textview tool. ChangeLog | 11 +++++++++++ src/boards/python/admin/board_list.py | 2 +- src/boards/python/login.py | 18 +++++++++++++----- src/gcompris/board_config.c | 9 ++++++--- src/gcompris/gcompris.c | 33 ++++++++++++++++++--------------- 5 files changed, 49 insertions(+), 24 deletions(-) commit 72d780656686061e42a8b292052a1bb73ec9e6a7 Author: Yves Combe Date: Tue Aug 23 21:58:31 2005 +0000 add gcompris_textview text editor tool with validation callback function (Bruno idea). And Python binding. Example in color.c, and in the Wordlist button in Boards configuration panel. Does nothing yet, work in progress. ChangeLog | 14 ++ src/boards/colors.c | 11 ++ src/boards/py-mod-gcompris.c | 82 ++++++++++++ src/boards/python/admin/board_list.py | 34 +++++- src/gcompris/board_config.c | 227 ++++++++++++++++++++++++++++++++- src/gcompris/board_config.h | 18 +++- src/gcompris/gcompris_db.c | 21 ++- 7 files changed, 393 insertions(+), 14 deletions(-) commit 5cfd21749944ccc35755384ef674fc3d85712288 Author: Bruno Coudoin Date: Tue Aug 23 09:38:29 2005 +0000 Fixed maintenance of the wholegroup by using sqlite triggers This fixes several bugs in class edition. I'll look further this way to fix group and profile edition if needed. ChangeLog | 12 +++++ src/boards/python/admin/class_edit.py | 80 ++++++++++----------------------- src/boards/python/admin/class_list.py | 54 +++++++++++++++------- src/boards/python/admin/user_edit.py | 1 + src/boards/python/admin/user_list.py | 3 +- src/gcompris/gcompris_db.c | 73 +++++++++++++++++++++++++++++- 6 files changed, 148 insertions(+), 75 deletions(-) commit f354905a42e3c7ab7f746e2926d14e32de73206f Author: Ilkka Tuohela Date: Tue Aug 23 03:42:10 2005 +0000 Updated Finnish translation po/ChangeLog | 5 + po/fi.po | 1960 +++++++++++++++++++++++++++------------------------------- 2 files changed, 930 insertions(+), 1035 deletions(-) commit a2b9f5b3310678c243f88ecfb639b591d203955b Author: Yves Combe Date: Mon Aug 22 05:15:34 2005 +0000 add trace in get_conf and it's binding to control the key, value inversion bruno had. ChangeLog | 15 ++++++++++++--- src/boards/py-mod-gcompris.c | 2 ++ src/boards/python/login.py | 5 +++++ src/boards/python/pythontest.py | 5 +++++ src/gcompris/gcompris_db.c | 6 +++++- 5 files changed, 29 insertions(+), 4 deletions(-) commit 4633f9c5c7607454820ee52821d165d8a672dd9f Author: Bruno Coudoin Date: Sun Aug 21 23:18:11 2005 +0000 Added support for reload src/boards/python/sudoku.py | 28 +++++++++++++++++----------- 1 files changed, 17 insertions(+), 11 deletions(-) commit 792cd26096a3f6449ad4c874b53291d063eaac2e Author: Bruno Coudoin Date: Sun Aug 21 22:58:11 2005 +0000 moved sweden geography to 1.1 fixed 2 annoying bugs. now we can edit a * configure.in: moved sweden geography to 1.1 * src/boards/python/admin/group_edit.py: fixed 2 annoying bugs. now we can edit a group without description and re-edit a group without changing it's name ChangeLog | 7 +++++++ configure.in | 2 +- src/boards/python/admin/group_edit.py | 33 ++++++++++++++++++--------------- 3 files changed, 26 insertions(+), 16 deletions(-) commit a0761828121ccd5e5a1db0eb86fd95b0ce2ee8b0 Author: Yves Combe Date: Sun Aug 21 22:31:39 2005 +0000 add en entry in login, to enter typing the login. Configurable by profile. ChangeLog | 7 ++ src/boards/python/admin/board_list.py | 26 +++++-- src/boards/python/login.py | 134 ++++++++++++++++++++++++++++++--- 3 files changed, 148 insertions(+), 19 deletions(-) commit 9f0d0ea5acefdc9b7aaf068bae4329cede36ef52 Author: Bruno Coudoin Date: Sun Aug 21 22:28:21 2005 +0000 Gran Uddeborg added voices for continents (nobody never did it before). Fixed names in gcompris_geography_sv.assetml.in ChangeLog | 14 +++++++++ boards/geography/board1_0.xml.in | 4 +- boards/sounds/sv/geography/africa.ogg | Bin 0 -> 8221 bytes boards/sounds/sv/geography/america.ogg | Bin 0 -> 7734 bytes boards/sounds/sv/geography/antarctica.ogg | Bin 0 -> 8367 bytes boards/sounds/sv/geography/asia.ogg | Bin 0 -> 8146 bytes boards/sounds/sv/geography/europe.ogg | Bin 0 -> 8118 bytes .../sv/geography/gcompris_geography_sv.assetml.in | 30 ++++++++++++++++++++ 8 files changed, 46 insertions(+), 2 deletions(-) commit ddb11089f700d5f58dd1ac433706164fee803e4f Author: Bruno Coudoin Date: Sun Aug 21 21:59:32 2005 +0000 Completed the symbols level. The board is fully functionnal but we need nore data in the dataset. ChangeLog | 5 +++ src/boards/python/sudoku.py | 62 +++++++++++++++++++++++++++++++++++++++--- 2 files changed, 62 insertions(+), 5 deletions(-) commit 7496292a8395292ef96d9bcd7aa2e97bdbb5a5e1 Author: Yves Combe Date: Sun Aug 21 20:32:49 2005 +0000 key is no more passed in combo_locales nor combo_locales_asset (for gene ral conf control). add a repeat button in bar for login. Usefull to restart the login process. ChangeLog | 16 ++++++++++ src/boards/click_on_letter.c | 2 +- src/boards/colors.c | 4 +- src/boards/py-mod-gcompris.c | 11 ++---- src/boards/python/login.py | 62 +++++++++++++++++++++++++-------------- src/boards/python/pythontest.py | 6 ++-- src/gcompris/board_config.c | 20 +++++++----- src/gcompris/board_config.h | 6 ++-- src/gcompris/gcompris_db.c | 12 ++++--- 9 files changed, 87 insertions(+), 52 deletions(-) commit dc3df09fe3d4660431609bbe50a5a3a1c5d3c2c0 Author: Bruno Coudoin Date: Sun Aug 21 20:03:13 2005 +0000 created by bruno boards/images/rectangle.png | Bin 0 -> 3022 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 60506a3a7c76c3dd8de22960ecd7ae332edfb570 Author: Bruno Coudoin Date: Sun Aug 21 19:25:36 2005 +0000 Created by Bruno Coudoin with inkscape boards/images/circle.png | Bin 0 -> 5830 bytes boards/images/rhombus.png | Bin 0 -> 7094 bytes boards/images/star.png | Bin 0 -> 8072 bytes boards/images/triangle.png | Bin 0 -> 5720 bytes 4 files changed, 0 insertions(+), 0 deletions(-) commit 60e6a32fd49d800c3f0b4c12009619e42b1a3cdd Author: Yves Combe Date: Sun Aug 21 19:10:48 2005 +0000 fix crash in colors.c config_start (missing static statement). add tools for global conf in board_list. ChangeLog | 10 +++++ src/boards/click_on_letter.c | 2 +- src/boards/colors.c | 6 +- src/boards/python/admin/board_list.py | 72 +++++++++++++++++++++++++++++++- 4 files changed, 83 insertions(+), 7 deletions(-) commit 3f344bd0950d1ba1dd983013aeb13dc23f990889 Author: Bruno Coudoin Date: Sun Aug 21 18:47:33 2005 +0000 Now first levels uses colored symbols instead of letters (not playable yet) ChangeLog | 8 ++- src/boards/python/sudoku.py | 195 ++++++++++++++++++++++++++----------------- 2 files changed, 126 insertions(+), 77 deletions(-) commit b6de6bee0496426ac0c8d7e8f66c3be86c480bf4 Author: Ronny Standtke Date: Sun Aug 21 13:18:39 2005 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 283 ++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 209 insertions(+), 78 deletions(-) commit 6b546cb55f9f3de0f1ebdbbc2e451b3fec8584e5 Author: Yves Combe Date: Sun Aug 21 10:18:38 2005 +0000 fix Changelog last commit email address ChangeLog | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit dce8a887befe48649ca73e567c07025aff0cbc6a Author: Bruno Coudoin Date: Sun Aug 21 10:15:13 2005 +0000 now the list of sudoku of the same level are randomized * src/boards/python/sudoku.py: now the list of sudoku of the same level are randomized ChangeLog | 6 ++++++ src/boards/python/sudoku.py | 18 +++++++++++++++++- 2 files changed, 23 insertions(+), 1 deletions(-) commit bc2d32973ef66e30943d6eb39ec30b2b4f14c25d Author: Adam Weinberger Date: Sun Aug 21 04:29:29 2005 +0000 Added missing files. Updated Canadian English translation. 2005-08-21 Adam Weinberger * POTFILES.in: Added missing files. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 5 ++ po/POTFILES.in | 2 + po/en_CA.po | 201 +++++++++++++++++++++++++++++++++++-------------------- 3 files changed, 135 insertions(+), 73 deletions(-) commit 32f0075fb77eecaecea3c72891cb17dd3da97d8c Author: Bruno Coudoin Date: Sun Aug 21 00:39:48 2005 +0000 Now we only need to feed the data. src/boards/python/sudoku.py | 175 +++++++++++++++++++++++++++++-------------- 1 files changed, 117 insertions(+), 58 deletions(-) commit 55bad01452c832a256f02519f9436602fecd837b Author: Yves Combe Date: Sat Aug 20 23:09:32 2005 +0000 fix stripping trailing space in profile names (bruno). fix get_user to pass None in python if user = NULL. fix pythontest check a user is logged or not. put buttons in boards_list to make global conf toolbox. fix get_conf to check first global conf for profile (board_id = -1), then default conf for boards (profile_id = 1), yhen profile & board conf. ChangeLog | 16 +++++++ src/boards/py-mod-admin.c | 10 ++++- src/boards/python/admin/board_list.py | 30 +++++++++++++ src/boards/python/admin/profile_edit.py | 4 +- src/boards/python/pythontest.py | 7 ++- src/gcompris/gcompris_db.c | 71 ++++++++++++------------------- 6 files changed, 88 insertions(+), 50 deletions(-) commit 5691d1373b8a53ffad49d764f7c00b8def4c3212 Author: Bruno Coudoin Date: Sat Aug 20 23:02:45 2005 +0000 Implemented support for non 9x9 sudoku Implemented level management The * src/boards/python/sudoku.py: Implemented support for non 9x9 sudoku Implemented level management The first level is playable ChangeLog | 6 + src/boards/python/sudoku.py | 322 +++++++++++++++++++++++++++---------------- 2 files changed, 210 insertions(+), 118 deletions(-) commit 78f19b1b5082cd5b7aae1c9bf8d8346be5b051a4 Author: Yves Combe Date: Sat Aug 20 22:02:26 2005 +0000 fix GcomprisUser binding (user->login was missing). add missing python bindings in admin: get_users_from_group, set_current_user, get_current_user. login.py now uses that. pythontest check get_current_user ChangeLog | 14 ++++++ src/boards/py-gcompris-user.c | 2 + src/boards/py-mod-admin.c | 68 ++++++++++++++++++++++++++++++ src/boards/python/login.py | 88 +++++++++++++------------------------- src/boards/python/pythontest.py | 6 +++ src/gcompris/gcompris_db.h | 4 +- 6 files changed, 123 insertions(+), 59 deletions(-) commit f05b1c9a727744db75e01fc7e4e3bcaae837c3f7 Author: Bruno Coudoin Date: Sat Aug 20 20:23:25 2005 +0000 Now the square number that cause the number entering refusal is highlighted ChangeLog | 8 ++++ boards/sudoku.xml.in | 2 +- src/boards/python/sudoku.py | 80 +++++++++++++++++++++++++++++++++---------- 3 files changed, 71 insertions(+), 19 deletions(-) commit c4d7df5eb0af4051238905f39f4d0c1eb14cb0b0 Author: Yves Combe Date: Sat Aug 20 18:15:38 2005 +0000 fix login launch. test locales in click_on_letter add get global (profile fix login launch. test locales in click_on_letter add get global (profile but not board dependant) conf in get_conf ChangeLog | 16 ++++++++ src/boards/click_on_letter.c | 80 ++++++++++++++++++++++++++++++++++++++++- src/gcompris/board_config.c | 25 +++++++++++-- src/gcompris/gcompris.c | 22 ++++++++--- src/gcompris/gcompris_db.c | 34 +++++++++++++++++- 5 files changed, 164 insertions(+), 13 deletions(-) commit 080bcb6ad87bdb43b1342589cf0f21ebb226091a Author: Bruno Coudoin Date: Sat Aug 20 17:17:30 2005 +0000 added goal and manual. Thanks for wikipedia. added missing sudoku improved * boards/sudoku.xml.in: added goal and manual. Thanks for wikipedia. * po/POTFILES.in: added missing sudoku * src/boards/python/sudoku.py: improved colors * boards/boardicons/sudoku.png: created by bruno ChangeLog | 15 +++++++++++++++ boards/boardicons/sudoku.png | Bin 0 -> 4155 bytes boards/sudoku.xml.in | 11 ++++++----- po/POTFILES.in | 1 + src/boards/python/sudoku.py | 27 ++++++++++++++++++++------- 5 files changed, 42 insertions(+), 12 deletions(-) commit 253b57d3a2ec3514dffe25322b8477087866f8a5 Author: Bruno Coudoin Date: Sat Aug 20 13:12:52 2005 +0000 Added missing sudoku src/boards/python/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 7661f99744e10726ec8802ac92adf100734b02c1 Author: Bruno Coudoin Date: Sat Aug 20 12:35:04 2005 +0000 - Included art from Nicu for Mister Potato Nicu Buculei gave us it's Mister Potato and released it under GPL. - Implemented a first login screen. Not all problem solved and we need at least a login level where kids enter their name with the keyboard. The problem with the current login is that it become a top level pseudo board which is loaded shortly even if there is no users. When there is no users, the login should not be used at all. - Implemented a Sudoku activity (uncomplete yet, the 3x3 sub square is not checked by the computer) ChangeLog | 102 ++++++++++- boards/Makefile.am | 1 + boards/babymatch/sun.png | Bin 4546 -> 5765 bytes boards/dataset/misc.xml | 121 +++++++++++ boards/dataset/mrpotato.xml | 5 + boards/login.xml.in | 2 +- boards/mrpatate/README | 27 +++- boards/mrpatate/body2.png | Bin 0 -> 24213 bytes boards/mrpatate/ear11.png | Bin 0 -> 864 bytes boards/mrpatate/ear12.png | Bin 0 -> 877 bytes boards/mrpatate/ear21.png | Bin 0 -> 2999 bytes boards/mrpatate/ear22.png | Bin 0 -> 2455 bytes boards/mrpatate/ear31.png | Bin 0 -> 1205 bytes boards/mrpatate/ear32.png | Bin 0 -> 1191 bytes boards/mrpatate/ear41.png | Bin 0 -> 1502 bytes boards/mrpatate/ear42.png | Bin 0 -> 1531 bytes boards/mrpatate/eye11.png | Bin 0 -> 1590 bytes boards/mrpatate/eye12.png | Bin 0 -> 1573 bytes boards/mrpatate/eye21.png | Bin 0 -> 1676 bytes boards/mrpatate/eye22.png | Bin 0 -> 1699 bytes boards/mrpatate/eye31.png | Bin 0 -> 452 bytes boards/mrpatate/eye32.png | Bin 0 -> 459 bytes boards/mrpatate/eye41.png | Bin 0 -> 590 bytes boards/mrpatate/eye42.png | Bin 0 -> 593 bytes boards/mrpatate/eye51.png | Bin 0 -> 910 bytes boards/mrpatate/eye52.png | Bin 0 -> 915 bytes boards/mrpatate/eye6.png | Bin 0 -> 1273 bytes boards/mrpatate/eye7.png | Bin 0 -> 1636 bytes boards/mrpatate/eye8.png | Bin 0 -> 1718 bytes boards/mrpatate/eye9.png | Bin 0 -> 565 bytes boards/mrpatate/eyehair11.png | Bin 0 -> 480 bytes boards/mrpatate/eyehair12.png | Bin 0 -> 465 bytes boards/mrpatate/eyehair21.png | Bin 0 -> 556 bytes boards/mrpatate/eyehair22.png | Bin 0 -> 554 bytes boards/mrpatate/eyehair31.png | Bin 0 -> 476 bytes boards/mrpatate/eyehair32.png | Bin 0 -> 474 bytes boards/mrpatate/eyehair41.png | Bin 0 -> 412 bytes boards/mrpatate/eyehair42.png | Bin 0 -> 427 bytes boards/mrpatate/glasses1.png | Bin 0 -> 3152 bytes boards/mrpatate/glasses2.png | Bin 0 -> 6258 bytes boards/mrpatate/hair1.png | Bin 0 -> 2759 bytes boards/mrpatate/hair2.png | Bin 0 -> 6002 bytes boards/mrpatate/hair3.png | Bin 0 -> 10615 bytes boards/mrpatate/hair4.png | Bin 0 -> 3209 bytes boards/mrpatate/hair5.png | Bin 0 -> 4780 bytes boards/mrpatate/hat1.png | Bin 0 -> 5085 bytes boards/mrpatate/hat2.png | Bin 0 -> 2804 bytes boards/mrpatate/hat3.png | Bin 0 -> 4038 bytes boards/mrpatate/hat4.png | Bin 0 -> 4331 bytes boards/mrpatate/jewelry1.png | Bin 0 -> 1146 bytes boards/mrpatate/jewelry2.png | Bin 0 -> 1829 bytes boards/mrpatate/jewelry3.png | Bin 0 -> 1212 bytes boards/mrpatate/jewelry4.png | Bin 0 -> 1834 bytes boards/mrpatate/moustache1.png | Bin 0 -> 1940 bytes boards/mrpatate/moustache2.png | Bin 0 -> 1608 bytes boards/mrpatate/moustache41.png | Bin 0 -> 417 bytes boards/mrpatate/moustache42.png | Bin 0 -> 492 bytes boards/mrpatate/moustaches31.png | Bin 0 -> 407 bytes boards/mrpatate/moustaches32.png | Bin 0 -> 539 bytes boards/mrpatate/mouth1.png | Bin 0 -> 2632 bytes boards/mrpatate/mouth2.png | Bin 0 -> 2122 bytes boards/mrpatate/mouth3.png | Bin 0 -> 2130 bytes boards/mrpatate/mouth4.png | Bin 0 -> 1173 bytes boards/mrpatate/mouth5.png | Bin 0 -> 844 bytes boards/mrpatate/mouth6.png | Bin 0 -> 2238 bytes boards/mrpatate/mouth7.png | Bin 0 -> 1841 bytes boards/mrpatate/mouth8.png | Bin 0 -> 1914 bytes boards/mrpatate/noze1.png | Bin 0 -> 2210 bytes boards/mrpatate/noze2.png | Bin 0 -> 1869 bytes boards/mrpatate/noze3.png | Bin 0 -> 2720 bytes boards/mrpatate/noze4.png | Bin 0 -> 678 bytes boards/mrpatate/tie1.png | Bin 0 -> 2330 bytes boards/mrpatate/tie2.png | Bin 0 -> 1864 bytes boards/sudoku.xml.in | 18 ++ src/boards/py-gcompris-properties.c | 9 + src/boards/python/admin/user_list.py | 2 +- src/boards/python/login.py | 365 ++++++++++++++++++++++++++++++++-- src/boards/python/sudoku.py | 363 +++++++++++++++++++++++++++++++++ src/gcompris/board.c | 17 +- src/gcompris/gcompris.c | 48 +++-- src/gcompris/images_selector.c | 21 ++- src/gcompris/profile.h | 30 ++-- src/gcompris/properties.h | 3 +- 83 files changed, 1070 insertions(+), 64 deletions(-) commit c8938e7b08246085dc28db793f23270cb491fe6f Author: Yves Combe Date: Fri Aug 19 07:06:24 2005 +0000 python binding for gcompris_combo_locales_asset gcompris_get_locales_asset_list gcompris_get_asset_file_locale. fix gcompris_get_asset_file binding, it now can accept some None arguments. sample in pythontest as usual. ChangeLog | 12 +++++++ src/boards/py-mod-gcompris.c | 61 +++++++++++++++++++++++++++++++++++++++ src/boards/py-mod-utils.c | 26 ++++++++++++++++- src/boards/python/pythontest.py | 37 +++++++++++++++++++++-- 4 files changed, 131 insertions(+), 5 deletions(-) commit 230a9218757cd798bdd3cfbcb38e91347fa5d7d0 Author: Yves Combe Date: Fri Aug 19 00:27:29 2005 +0000 Add cache in assetml.c to optimize speed. Add gcompris_get_locales_asset_list and gcompris_combo_locales_asset for sound (asset files) locales choice in conf. gcompris_get_asset_file_locale ofr ask with specific locale. Colors uses it! ChangeLog | 20 ++++++++ src/boards/colors.c | 27 +++-------- src/gcompris/assetml.c | 114 +++++++++++++++++++++++++++++++----------- src/gcompris/board_config.c | 83 ++++++++++++++++++++++++++++--- src/gcompris/board_config.h | 5 +- src/gcompris/gameutil.c | 49 ++++++++++++++++++- src/gcompris/gameutil.h | 3 + 7 files changed, 239 insertions(+), 62 deletions(-) commit a4d206f28df3bfb1d93ef27d53b0fe8541021b03 Author: Yves Combe Date: Thu Aug 18 14:12:49 2005 +0000 dict with update for config. cleaner. ChangeLog | 6 +++++ src/boards/python/tuxpaint.py | 47 ++++++++++++++++++++++++++-------------- 2 files changed, 36 insertions(+), 17 deletions(-) commit bef9428b20549af69c05960550ff3ff1e79e6ea5 Author: Yves Combe Date: Thu Aug 18 13:43:43 2005 +0000 Change 'Apply' button for 'OK' button in configuration window Use a dict with update() to manage default configurable values in pythontest ChangeLog | 8 +++++ src/boards/python/pythontest.py | 57 +++++++++++++++++++++----------------- src/gcompris/board_config.c | 6 ++-- 3 files changed, 42 insertions(+), 29 deletions(-) commit 0ce126158b94794a751da0ef28314960b01b1d94 Author: Yves Combe Date: Wed Aug 17 23:44:59 2005 +0000 fix a bug in colors config combo_locales init. ChangeLog | 7 +++++++ src/boards/colors.c | 6 ++++-- src/gcompris/board_config.c | 5 ++--- 3 files changed, 13 insertions(+), 5 deletions(-) commit dcacdf7363542de48d5b41410da1e663a486c083 Author: Yves Combe Date: Wed Aug 17 23:20:14 2005 +0000 gcompris_change_locale and gcompris_reset_locale are usefull fonction to change locale easily in boards. colors uses it, and pythontest. Fix configuration window behaviour: now the window closes when "Apply" button is clicked. add a asset_get based gcompris_get_locales_asset_list: really to long, needs to be rewritten. unusable. ChangeLog | 18 +++++ src/boards/colors.c | 103 ++++++++++---------------- src/boards/py-mod-gcompris.c | 49 +++++++++++-- src/boards/python/pythontest.py | 6 +- src/gcompris/board_config.c | 156 +++++++++++++++++++++++++++++++++++++- src/gcompris/board_config.h | 9 ++- 6 files changed, 261 insertions(+), 80 deletions(-) commit f5c77fb62b06d46e0c4ba54fbb78c5e44f5be68a Author: Yves Combe Date: Wed Aug 17 20:37:33 2005 +0000 fix stupid bug ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) commit 8a8817fc63130bc42d2b2e41f1ef1a03b4f08a27 Author: Yves Combe Date: Wed Aug 17 14:06:11 2005 +0000 pass exec_prefix to $myprefix instead of $ac_default_prefix. ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) commit 73e95b83de072117fc1634502280f2136c64b6e1 Author: Yves Combe Date: Wed Aug 17 13:35:02 2005 +0000 fix $libdir use for configure. That will allow --libdir=/usr/lib64 if needed. ChangeLog | 8 +++++++- configure.in | 11 ++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) commit 0a90a1a1a4a90f9f20892ec28b06f8b74ac4131a Author: Yves Combe Date: Wed Aug 17 08:16:45 2005 +0000 fix locales combo init in pythontest ChangeLog | 6 ++++++ src/boards/python/pythontest.py | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) commit dbcd2542b9975012444dc7374beda6ec0bf5623d Author: Yves Combe Date: Wed Aug 17 08:08:48 2005 +0000 add gcompris.gcompris_gettext method to call C gettext from python. python gettext does not accept reread it's translation file if environnemnt's LC_MESSAGE is set to a not registered locale. Seems works, but needs more check. ChangeLog | 7 +++++++ src/boards/py-mod-gcompris.c | 15 +++++++++++++++ src/boards/python/pythontest.py | 10 ++++++++-- 3 files changed, 30 insertions(+), 2 deletions(-) commit a11bfd7c604e78bcb45ed51e75ae788c00e24dea Author: Yves Combe Date: Tue Aug 16 23:31:51 2005 +0000 python bindings, fix name (gcompris_get_locales_list) and bug. ChangeLog | 13 ++++++++++++ src/boards/colors.c | 2 +- src/boards/py-mod-gcompris.c | 42 +++++++++++++++++++++++++++++++++++++++ src/boards/python/pythontest.py | 4 +++ src/gcompris/board_config.c | 17 +++++++-------- src/gcompris/board_config.h | 4 +- src/gcompris/gcompris.c | 4 +- 7 files changed, 72 insertions(+), 14 deletions(-) commit 646f4f891dffcaa5491bb105c2606b996464d9f1 Author: Yves Combe Date: Tue Aug 16 22:53:46 2005 +0000 pass gcompris_combo_box init and returned values to string. add gcompris_combo_locale to add easily a locale choice for board. ChangeLog | 14 ++++++++++++++ src/boards/colors.c | 22 ++++++++++------------ src/boards/py-mod-gcompris.c | 6 +++--- src/boards/python/pythontest.py | 4 ++-- src/boards/python/tuxpaint.py | 26 +++++++++++++------------- src/gcompris/board_config.c | 32 +++++++++++++++++++++++++++----- src/gcompris/board_config.h | 6 ++++-- 7 files changed, 73 insertions(+), 37 deletions(-) commit e5dea15465e3ed19f86189e2d8fea66ba54ace6f Author: Francisco Javier F. Serrador Date: Tue Aug 16 22:25:41 2005 +0000 Updated Spanish translation. 2005-08-16 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 587 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 402 insertions(+), 189 deletions(-) commit 77927ef00648636b332ee1a766f879f75eb10a7e Author: Yves Combe Date: Tue Aug 16 20:32:51 2005 +0000 suppress previous patch for PLUGIN_DIR, it makes python plugin fail at run. ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) commit 2d58166bc06a5855d2f6c9c52e42107474a10282 Author: Yves Combe Date: Tue Aug 16 19:42:34 2005 +0000 Patch to fix compilation (libdir and X path) in x86_64, by Gran Uddeborg, thanks. Python need another check. ChangeLog | 6 ++++++ configure.in | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) commit d29e642e2cf3e30b881fbfda5f895859ef195fe8 Author: Adam Weinberger Date: Tue Aug 16 07:07:20 2005 +0000 Updated Canadian English translation. 2005-08-16 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 117 ++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 94 insertions(+), 27 deletions(-) commit dcbf1345a8fc07b02252b58d4fd9f75004567f0b Author: Yves Combe Date: Mon Aug 15 23:12:47 2005 +0000 fix gcompris_set_locale to inform gettext locale has changed. add gcompris_locales_list. ChangeLog | 11 +++++++++++ src/boards/colors.c | 25 ++++++++++++++++++++++++- src/gcompris/board_config.c | 41 ++++++++++++++++++++++++++++++++++++++++- src/gcompris/board_config.h | 4 +++- src/gcompris/gcompris.c | 11 ++++++++++- 5 files changed, 88 insertions(+), 4 deletions(-) commit e4bb652acea2809aeb50d81eac79e6676ea6d89a Author: Yves Combe Date: Mon Aug 15 13:58:58 2005 +0000 add gcompris_separator() to make easily a GtkHSeparator in configuration. make the label title in the conf. use a list and not dict to control combo in pythontest. add a label in filter boards tool. ChangeLog | 17 ++++++++++ src/boards/colors.c | 8 +++++ src/boards/py-mod-gcompris.c | 16 ++++++++++ src/boards/python/admin/board_list.py | 26 ++++++++++++++-- src/boards/python/pythontest.py | 14 ++++++-- src/boards/python/tuxpaint.py | 9 +++++- src/gcompris/board_config.c | 53 ++++++++++++++++++++++++++------- src/gcompris/board_config.h | 4 ++- 8 files changed, 127 insertions(+), 20 deletions(-) commit 2c77c9ce1b8690204653177e0d0e36416681eca8 Author: Yves Combe Date: Sun Aug 14 22:43:28 2005 +0000 Fix stupid inversion bug in tuxpaint configuration. ChangeLog | 6 ++++++ src/boards/python/tuxpaint.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 73e37f514718a3f6ace369017c1d56361f9799f5 Author: Yves Combe Date: Sun Aug 14 22:07:21 2005 +0000 pass configuartion sample into pythontest ChangeLog | 7 ++ src/boards/python/pythontest.py | 137 ++++++++++++++++++++++++++++++++++++-- src/boards/python/tuxpaint.py | 36 +++-------- 3 files changed, 145 insertions(+), 35 deletions(-) commit 2d06ebf0c527e54972445098573c80bf206e7d46 Author: Yves Combe Date: Sun Aug 14 15:26:52 2005 +0000 gcompris_spin_int configuration utility function, for integer valued spin buttons. Binded in python (gcompris.spin_int). Sample in colors.c and tuxpaint.py. ChangeLog | 11 ++++++ src/boards/colors.c | 7 ++++ src/boards/py-mod-gcompris.c | 22 +++++++++++++ src/boards/python/tuxpaint.py | 7 ++++ src/gcompris/board_config.c | 69 +++++++++++++++++++++++++++++++++++++++-- src/gcompris/board_config.h | 9 +++++- 6 files changed, 121 insertions(+), 4 deletions(-) commit bd374275478ee09358212236eacd2a01a0b27d3f Author: Yves Combe Date: Sun Aug 14 13:12:09 2005 +0000 gcompris_radio_buttons python binded. Test sample is in tuxpaint.py (colors.c for C sample). ChangeLog | 13 ++++++- src/boards/colors.c | 4 +- src/boards/py-mod-gcompris.c | 87 +++++++++++++++++++++++++++++++++++++++++ src/boards/python/tuxpaint.py | 21 +++++++++- src/gcompris/board_config.c | 18 +++----- 5 files changed, 128 insertions(+), 15 deletions(-) commit adb4cada335aa97fc1419d71ea218cca4f6ba524 Author: Yves Combe Date: Sun Aug 14 00:50:19 2005 +0000 gcompris_radio_buttons configuration utility function for boards. Get a GHashTable with (key, label) pair, return the key of the value selected. python binding is missing. ChangeLog | 12 ++++ src/boards/colors.c | 45 +++++++++++---- src/gcompris/board_config.c | 130 ++++++++++++++++++++++++++++++++++++++++--- src/gcompris/board_config.h | 14 ++++- 4 files changed, 179 insertions(+), 22 deletions(-) commit ef7b44ef1c53528216b7902d2a7142fc5f0f0c9f Author: Yves Combe Date: Fri Aug 12 21:59:30 2005 +0000 improve boards selection: now menu selection follow childs. ChangeLog | 7 ++++ po/Makefile.in.in | 61 ++++++++++++++++++++------------- src/boards/python/admin/board_list.py | 53 ++++++++++++++++++++++++++-- 3 files changed, 93 insertions(+), 28 deletions(-) commit b009f4fd56ff3312f95e04fac22108613ed72acf Author: Ronny Standtke Date: Tue Aug 9 10:54:57 2005 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 286 +++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 207 insertions(+), 83 deletions(-) commit 7b429e69ab135abe0308abf29276e7e9db698afc Author: Vincent van Adrighem Date: Mon Aug 8 13:55:59 2005 +0000 Translation updated by Tino Meinen. 2005-08-08 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 617 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 431 insertions(+), 190 deletions(-) commit 2a912f229808dd6aa58bb11d4d70c81af0001166 Author: Adam Weinberger Date: Fri Aug 5 19:51:20 2005 +0000 Updated Canadian English translation. 2005-08-05 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 25 +++++++++++++++---------- 2 files changed, 19 insertions(+), 10 deletions(-) commit 2887accc4d0d701c1ec6d7161b991fd82c407b1c Author: Bruno Coudoin Date: Fri Aug 5 17:45:47 2005 +0000 Updated french by Renaud de Colombel po/ChangeLog | 4 + po/fr.po | 283 +++++++++++++++------------------------------------------- 2 files changed, 77 insertions(+), 210 deletions(-) commit eda864d9e35b4247996abad340874ade53ed0959 Author: Bruno Coudoin Date: Thu Aug 4 21:49:26 2005 +0000 Improved by Yves. Now there is a by level filtering. Very impressive how he made this user friendly. Much better than what I did in the configuration panel. ChangeLog | 8 ++ src/boards/python/admin/board_list.py | 191 +++++++++++++++++++++++++++++++-- 2 files changed, 189 insertions(+), 10 deletions(-) commit 02dbaa8ad1ed9b7fe90b4b499d0d37140cf70e54 Author: Adam Weinberger Date: Wed Aug 3 19:54:31 2005 +0000 Updated Canadian English translation. 2005-08-03 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 52 +++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 49 insertions(+), 7 deletions(-) commit cd31974f8a1c3316873d7eaa14778fd66afa5656 Author: Bruno Coudoin Date: Tue Aug 2 22:51:58 2005 +0000 - Fixes several issue in src/boards/python.c. No more craches. - Prepared the login screen but empty for now - Renamed reread_xml by reread_menu - Now the noxrandr param is 'almost' persistant in the config file 'almost' because until you enter and quit the gcompris config panel, it is not saved. This is very dangerous becaus after that there is no way to put back xrander in since there is no --withxrandr switch. WARNING: This need more works !! ChangeLog | 37 ++++++ boards/Makefile.am | 1 + boards/login.xml.in | 21 ++++ ...JSBrandenburgConcertNo2inFMajorBWV1047mvmt1.ogg | Bin 0 -> 4817400 bytes ...burg_Concert_No_2_in_F_Major_BWV_1047_mvmt1.ogg | Bin 4817400 -> 0 bytes configure.in | 2 +- po/Makefile.in.in | 61 ++++------ po/POTFILES.in | 1 + src/boards/py-gcompris-properties.c | 4 +- src/boards/py-mod-admin.c | 1 - src/boards/py-mod-gcompris.c | 19 +++ src/boards/python.c | 121 ++++++++++---------- src/boards/python/Makefile.am | 1 + src/boards/python/login.py | 104 +++++++++++++++++ src/gcompris/Makefile.am | 22 ++-- src/gcompris/board.c | 23 +++- src/gcompris/gameutil.c | 6 +- src/gcompris/gcompris.c | 33 ++++-- src/gcompris/properties.c | 9 +- src/gcompris/properties.h | 4 +- 20 files changed, 335 insertions(+), 135 deletions(-) commit ee122043afa0d73d4fe6951cee734e0bc74b56be Author: Ilkka Tuohela Date: Sun Jul 31 17:13:39 2005 +0000 Bulk change to fi.po: (gnome-fi.org to gnome.fi) po/ChangeLog | 5 +++++ po/fi.po | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) commit 851e6eb271f8cbb747377ed03b9b3d98cb5f0b27 Author: Adam Weinberger Date: Sun Jul 31 04:53:13 2005 +0000 Added missing file. Updated Canadian English translation. 2005-07-31 Adam Weinberger * POTFILES.in: Added missing file. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 5 ++ po/POTFILES.in | 1 + po/en_CA.po | 200 +++++++++++++++++++++++++++++++++++++++---------------- 3 files changed, 148 insertions(+), 58 deletions(-) commit cd549b10f92ee27d7bee087997ebda7408523d4e Author: Bruno Coudoin Date: Sun Jul 31 00:30:27 2005 +0000 Missing in last commit ChangeLog | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 0cdd7a35cb373815c8a2ec928dfe14b99bd74016 Author: Bruno Coudoin Date: Sun Jul 31 00:28:21 2005 +0000 Some more bugs fixed src/boards/python/admin/group_list.py | 11 +++++++---- src/boards/python/admin/profile_edit.py | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) commit 70d5d91e55957a74ff3270ef71ed6773647cb072 Author: Bruno Coudoin Date: Sun Jul 31 00:21:17 2005 +0000 Hopefully completed the user/group/profile edition. Completed the code, added some checkings. Still need some testing. Made the icons. ChangeLog | 25 ++++ boards/skins/default/config_boards.png | Bin 2770 -> 6965 bytes boards/skins/default/config_groups.png | Bin 2770 -> 4948 bytes boards/skins/default/config_profiles.png | Bin 2770 -> 6095 bytes boards/skins/default/config_users.png | Bin 2770 -> 5598 bytes src/boards/python/admin/class_edit.py | 30 ++++- src/boards/python/admin/constants.py | 46 ++++++- src/boards/python/admin/group_edit.py | 119 ++++++++++++++-- src/boards/python/admin/group_list.py | 73 ++++++---- src/boards/python/admin/group_user_list.py | 29 ++--- src/boards/python/admin/module_groups.py | 4 +- src/boards/python/admin/module_profiles.py | 4 +- src/boards/python/admin/module_users.py | 2 +- src/boards/python/admin/profile_edit.py | 192 ++++++++++++++++++++----- src/boards/python/admin/profile_group_list.py | 44 ++++-- src/boards/python/admin/profile_list.py | 102 ++++++-------- src/boards/python/admin/user_edit.py | 30 ++++ src/boards/python/admin/user_list.py | 30 +++-- src/boards/python/administration.py | 18 +-- 19 files changed, 552 insertions(+), 196 deletions(-) commit 3b745b3f9047765724eead552b44ec2f935911a0 Author: Adam Weinberger Date: Sat Jul 30 20:15:00 2005 +0000 Updated Canadian English translation. 2005-07-30 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 56 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 32 insertions(+), 28 deletions(-) commit 34a2f602ec15b70a0f48e054dea144df52a7eccb Author: Bruno Coudoin Date: Sat Jul 30 00:44:21 2005 +0000 Completed management of the wholegroup. Now after editing class users the wholegroup is updated automatically ChangeLog | 9 ++++ src/boards/python/admin/class_edit.py | 84 +++++++++++++++++++++++++++++++- src/boards/python/admin/class_list.py | 5 -- src/gcompris/gcompris.c | 6 +- 4 files changed, 93 insertions(+), 11 deletions(-) commit 564749ee54c6c762b9be1cadbf7d314879c64a13 Author: Ronny Standtke Date: Thu Jul 28 16:26:24 2005 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 501 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 349 insertions(+), 156 deletions(-) commit c8b3e1b295063107fc4c7ffa987b90d6613a2a54 Author: Bruno Coudoin Date: Wed Jul 27 21:20:02 2005 +0000 Created a user edit dialog to replace in table edition. Added contextuality to buttons in class and profile list. ChangeLog | 11 ++ src/boards/python/admin/Makefile.am | 1 + src/boards/python/admin/class_edit.py | 2 +- src/boards/python/admin/profile_list.py | 40 +++++--- src/boards/python/admin/user_edit.py | 164 +++++++++++++++++++++++++++++++ src/boards/python/admin/user_list.py | 86 ++++++---------- 6 files changed, 234 insertions(+), 70 deletions(-) commit f7f2d95ea79f4d41e04c72c5d25ebd630f673391 Author: Bruno Coudoin Date: Tue Jul 26 22:33:04 2005 +0000 Improved class management. Now the class editor really edit the class name and teacher. The whole group is now created but not populated. ChangeLog | 12 +++ src/boards/python/admin/class_edit.py | 8 ++- src/boards/python/admin/class_list.py | 140 +++++++++++++++++---------------- src/boards/python/admin/constants.py | 34 ++++++++ src/boards/python/admin/group_list.py | 14 +--- src/boards/python/admin/user_list.py | 22 +++++- 6 files changed, 144 insertions(+), 86 deletions(-) commit cddbbc13cc9303a8a44162d3ee0d6d8424f7eb46 Author: Adam Weinberger Date: Tue Jul 26 08:04:54 2005 +0000 Updated Canadian English translation. 2005-07-26 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 247 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 139 insertions(+), 112 deletions(-) commit e810afc249fe4fe076079f50f991a2018bfeb586 Author: Bruno Coudoin Date: Mon Jul 25 23:31:05 2005 +0000 - Renamed the official name of gcompris edit is now gcompris administration It is now started with gcompris -a - Reworked modules statup to work like Yves did - Reworked class edit to also edit the class name and teacher. In the end it will not be possible to edit in the tables anymore. This still does not update the parent list. ChangeLog | 28 +++++++++++ boards/skins/babytoy/skin.xml | 1 + boards/skins/default/skin.xml | 1 + boards/skins/linha_verde/skin.xml | 1 + boards/skins/pink/skin.xml | 1 + gcompris-edit.desktop.in | 6 +- src/boards/python/admin/board_list.py | 8 ++- src/boards/python/admin/class_edit.py | 69 ++++++++++++++++++++++++---- src/boards/python/admin/class_list.py | 27 ++--------- src/boards/python/admin/group_list.py | 22 ++------- src/boards/python/admin/module.py | 4 +- src/boards/python/admin/module_boards.py | 26 ++--------- src/boards/python/admin/module_groups.py | 22 +++++---- src/boards/python/admin/module_profiles.py | 27 ++++++----- src/boards/python/admin/module_users.py | 23 +++++---- src/boards/python/admin/profile_list.py | 17 +------ src/boards/python/admin/user_list.py | 2 +- src/boards/python/administration.py | 1 + src/gcompris/gcompris.c | 6 +- 19 files changed, 159 insertions(+), 133 deletions(-) commit ab21485a0cd9416246ded25bf6bade529cd266f8 Author: Yves Combe Date: Mon Jul 25 22:43:30 2005 +0000 gcompris_combo_box (gcompris.combo_box) configuration fonction for text combobox. ChangeLog | 13 +++++++ src/boards/colors.c | 9 ++++- src/boards/py-mod-gcompris.c | 42 ++++++++++++++++++++++- src/boards/python/tuxpaint.py | 2 + src/gcompris/board_config.c | 74 +++++++++++++++++++++++++++++++++++++++-- src/gcompris/board_config.h | 4 ++- 6 files changed, 138 insertions(+), 6 deletions(-) commit 1458f6500e33d48e58e05959033b3e49cb3d7ce5 Author: Yves Combe Date: Mon Jul 25 15:35:36 2005 +0000 fix compilation error (GComprisProfile in py-gcompris-properties.c) add label option in gcompris_configuration_window fix tuxpaint.py and colors.c for use it. ChangeLog | 15 ++++++++++++ src/boards/colors.c | 9 ++++++- src/boards/py-gcompris-properties.c | 23 +++++++++++++++++- src/boards/py-mod-gcompris.c | 18 ++++++++------ src/boards/python/tuxpaint.py | 5 +++- src/gcompris/board_config.c | 42 +++++++++++++++++++++++----------- src/gcompris/board_config.h | 6 ++-- 7 files changed, 89 insertions(+), 29 deletions(-) commit 7e539ad31685178bf3623e97d362863e80b574ea Author: Ilkka Tuohela Date: Mon Jul 25 02:48:12 2005 +0000 Updated Finnish translation po/ChangeLog | 5 + po/fi.po | 3378 +++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 2379 insertions(+), 1004 deletions(-) commit 1ab434853ec51855c341791e595c56807dc37f0a Author: Bruno Coudoin Date: Sun Jul 24 22:36:32 2005 +0000 Implemented two new options from the command line: gcompris -p or --profile name => run gcompris under the profile 'name' gcompris --profile-list => display on stdout the available profiles ChangeLog | 18 ++++++++++++ src/boards/python/tuxpaint.py | 12 -------- src/gcompris/gcompris.c | 56 ++++++++++++++++++++++++++++++++---- src/gcompris/gcompris_db.c | 61 +++++++++++++++++++++++++++++++++++++++- src/gcompris/gcompris_db.h | 12 ++++++-- src/gcompris/images_selector.c | 11 +++---- src/gcompris/profile.c | 21 +++++++------ src/gcompris/properties.c | 11 ++----- src/gcompris/properties.h | 9 ++++-- 9 files changed, 162 insertions(+), 49 deletions(-) commit e1e13e07ac8a5cb9bdb5d110cdc1e36ec5b9ba06 Author: Yves Combe Date: Sun Jul 24 08:20:20 2005 +0000 pass binding of gcomrpis_window like child_spawn. fix segfault. fix tuxpaint to work effectively with new configuration funtions ChangeLog | 11 +++++++++++ src/boards/py-mod-gcompris.c | 41 +++++++++++++++++++++++++++++++++-------- src/boards/python/tuxpaint.py | 36 +++++++++++++++--------------------- src/gcompris/board_config.c | 5 ++++- 4 files changed, 63 insertions(+), 30 deletions(-) commit 3d364e1b92db0e12ef73e5d831c0e4c34f5f6f9e Author: Yves Combe Date: Sun Jul 24 01:33:26 2005 +0000 gcompris_configuration_window and gcompris_boolean_box: two usefull functions for boards configuration, with python bindings samples in tuxpaint.py and colors.c ChangeLog | 26 ++++++ src/boards/colors.c | 38 ++++++++- src/boards/py-gcompris-board.c | 1 + src/boards/py-mod-admin.c | 11 +-- src/boards/py-mod-gcompris.c | 153 ++++++++++++++++++++++++--------- src/boards/python.c | 12 +-- src/boards/python/admin/board_list.py | 11 +-- src/boards/python/tuxpaint.py | 40 +++------ src/gcompris/board_config.c | 133 +++++++++++++++++++++++++++-- src/gcompris/board_config.h | 18 +++- src/gcompris/gcompris_db.c | 34 +++----- src/gcompris/gcompris_db.h | 12 +-- src/gcompris/plugin.h | 5 +- 13 files changed, 360 insertions(+), 134 deletions(-) commit be19cd50c823e7b693fdc47c2f92c5036b9e8529 Author: Adam Weinberger Date: Sat Jul 23 18:40:11 2005 +0000 Updated Canadian English translation. 2005-07-23 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 169 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 101 insertions(+), 72 deletions(-) commit c52e6c143676ddb4143e3062f5cae42ca1480065 Author: Bruno Coudoin Date: Sat Jul 23 16:04:23 2005 +0000 Completed support for Nepal Completed support for Nepal ChangeLog | 10 ++++++++++ README | 22 ++-------------------- boards/flags/gcompris_flags.assetml.in | 5 +++++ boards/flags/ne.png | Bin 0 -> 2067 bytes configure.in | 2 +- po/TRANSLATORS.README | 21 +++++++++++++++++++++ src/gcompris/config.c | 3 ++- 7 files changed, 41 insertions(+), 22 deletions(-) commit 7e6714aafc7dd9a961a28999b34a1c46a8a4b7e3 Author: Pawan Chitrakar Date: Sat Jul 23 01:52:01 2005 +0000 Added Nepali Translation ChangeLog | 5 + configure.in | 2 +- po/ChangeLog | 4 + po/ne.po | 3544 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 3554 insertions(+), 1 deletions(-) commit 273dcd11f18bbee649336af08369e63bf93f6f46 Author: Bruno Coudoin Date: Fri Jul 22 23:51:38 2005 +0000 Improved contextuality in user module Added a default class and it's all group for Unassigned users When user are removed from a class, there are moved there automatically. ChangeLog | 14 +++++++++++ src/boards/python/admin/class_edit.py | 4 +- src/boards/python/admin/class_list.py | 38 ++++++++++++++++-------------- src/boards/python/admin/group_edit.py | 3 +- src/boards/python/admin/group_list.py | 3 +- src/boards/python/admin/profile_list.py | 8 +----- src/boards/python/admin/user_list.py | 2 +- src/gcompris/gcompris_db.c | 22 ++++++++++++++++++ 8 files changed, 65 insertions(+), 29 deletions(-) commit 432f7f7da5da67594f898b9b95bddaeff09de856 Author: Yves Combe Date: Fri Jul 22 22:50:00 2005 +0000 add gcompris_get_conf(profile, board) to get confs in conguration mode. tuxpaint launcher configuration is now working ! Yeah! ChangeLog | 12 +++++++ src/boards/py-mod-gcompris.c | 48 +++++++++++++++++++++++++++++ src/boards/python/tuxpaint.py | 62 ++++++++++++++++++++++++++++++++----- src/gcompris/gcompris_db.c | 67 ++++++++++++++-------------------------- src/gcompris/gcompris_db.h | 5 ++- 5 files changed, 141 insertions(+), 53 deletions(-) commit 91a958debadb0fbf451b4c7f89b1de877d87043f Author: Yves Combe Date: Fri Jul 22 14:02:21 2005 +0000 board config_start function now launched correctly. Example is in tuxpaint.py ChangeLog | 12 +++++++++ src/boards/py-mod-admin.c | 22 +++++++++++------ src/boards/python.c | 19 ++++++--------- src/boards/python/admin/board_list.py | 39 +++++++++++++++++++++++++++++- src/boards/python/tuxpaint.py | 41 ++++++++++++++++++++++++++------ src/gcompris/board_config.c | 14 +++++----- src/gcompris/board_config.h | 6 +++- src/gcompris/plugin.h | 11 ++++----- 8 files changed, 120 insertions(+), 44 deletions(-) commit 09fc51bd2ac4013629b037613846d301d6b3b6b1 Author: Adam Weinberger Date: Fri Jul 22 10:20:50 2005 +0000 Updated Canadian English translation. 2005-07-22 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 58 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 39 insertions(+), 23 deletions(-) commit ba0f8b2616b4417ccf6842d858710f1d2439a0d5 Author: Yves Combe Date: Thu Jul 21 23:28:10 2005 +0000 Connect treeview signal to allow usage of pref button Add pref icon in treeview if board is configurable gcompris_load_menus_* skip boards listed in profile unactivated activities. (Works !) ChangeLog | 11 ++++ src/boards/python/admin/board_list.py | 99 ++++++++++++++++++++++++--------- src/boards/python/tuxpaint.py | 17 +++++- src/gcompris/gameutil.c | 46 ++++++++++++---- 4 files changed, 133 insertions(+), 40 deletions(-) commit b656de92e27e266995b1c9b8ddfa42f55f8ef67b Author: Bruno Coudoin Date: Thu Jul 21 22:06:23 2005 +0000 Added 3 new background musics (classical music). Implemented the management of the default profile. ChangeLog | 21 ++++++ ...burg_Concert_No_2_in_F_Major_BWV_1047_mvmt1.ogg | Bin 0 -> 4817400 bytes ...nnes_-_String_Quartet_C_minor__Op_51_mvmt_4.ogg | Bin 0 -> 4998997 bytes boards/music/background/COPYRIGHT | 7 ++ ...ozart__WA_-_String_Quartet_No.2_in_D_Mvmt_3.ogg | Bin 0 -> 1683743 bytes src/boards/python/admin/board_list.py | 13 +++- src/boards/python/admin/class_edit.py | 2 +- src/boards/python/admin/class_list.py | 10 ++-- src/boards/python/admin/group_edit.py | 2 +- src/boards/python/admin/group_list.py | 8 +- src/boards/python/admin/profile_edit.py | 2 +- src/boards/python/admin/profile_list.py | 65 ++++++++++++++++++-- src/boards/python/admin/user_list.py | 10 ++-- 13 files changed, 116 insertions(+), 24 deletions(-) commit 20ff98d3b192af16e621699dfdc00c707644e2f6 Author: Francisco Javier F. Serrador Date: Thu Jul 21 21:34:08 2005 +0000 Updated Spanish translation. 2005-07-21 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 1029 +++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 737 insertions(+), 296 deletions(-) commit 923a09ae0724f5b699078fd25c3579185c0df912 Author: Bruno Coudoin Date: Wed Jul 20 22:28:14 2005 +0000 Completed profile_edit. It is now possible to select groups in profiles ChangeLog | 9 ++ src/boards/python/admin/constants.py | 21 +++-- src/boards/python/admin/group_edit.py | 4 - src/boards/python/admin/profile_edit.py | 112 ++++++++++++------------- src/boards/python/admin/profile_group_list.py | 10 +- 5 files changed, 78 insertions(+), 78 deletions(-) commit 3f544e7d22326678a0423f94e750157ca50cb4e0 Author: Yves Combe Date: Wed Jul 20 22:23:27 2005 +0000 Finished board slection by profile in board_list.py Put board->board_id python binding to board.board_id (was board.id) ChangeLog | 9 +++ src/boards/py-gcompris-board.c | 2 +- src/boards/python/admin/board_list.py | 98 +++++++++++++++--------------- src/boards/python/admin/module_boards.py | 10 --- 4 files changed, 60 insertions(+), 59 deletions(-) commit cb8240e3db48911a305bcbb87d7f705a272382e4 Author: Yves Combe Date: Wed Jul 20 17:44:45 2005 +0000 Add toggle box in the treeview, and a properties button. ChangeLog | 6 +++ src/boards/python/admin/board_list.py | 65 ++++++++++++++++++++------------- 2 files changed, 45 insertions(+), 26 deletions(-) commit 1b391739e53ec91ee243f8b7d4e43464fa850d3c Author: Adam Weinberger Date: Wed Jul 20 04:44:09 2005 +0000 Added missing files. Updated Canadian English translation. 2005-07-20 Adam Weinberger * POTFILES.in: Added missing files. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 5 ++ po/POTFILES.in | 11 ++- po/en_CA.po | 211 ++++++++++++++++++++++++++++++++++++-------------------- 3 files changed, 149 insertions(+), 78 deletions(-) commit ed1052e762b2d01241e9618c79fdc298bb3c8648 Author: Bruno Coudoin Date: Tue Jul 19 23:00:13 2005 +0000 First implementation of the profile module in the editor The edition of the profile's group is not yet coded. ChangeLog | 16 ++ src/boards/python/admin/Makefile.am | 6 +- src/boards/python/admin/constants.py | 3 + src/boards/python/admin/group_edit.py | 1 - src/boards/python/admin/group_list.py | 2 +- src/boards/python/admin/module_profiles.py | 32 ++- src/boards/python/admin/profile_edit.py | 309 ++++++++++++++++++++++++ src/boards/python/admin/profile_group_list.py | 168 +++++++++++++ src/boards/python/admin/profile_list.py | 322 +++++++++++++++++++++++++ src/boards/python/admin/user_list.py | 3 + src/gcompris/gcompris_db.c | 10 +- 11 files changed, 855 insertions(+), 17 deletions(-) commit 1edcdd0f33e141f9ce7fa72131408c8cfa26b160 Author: Yves Combe Date: Tue Jul 19 22:45:46 2005 +0000 Put set_board_conf directly in gcompris module. Add combobox to select profile in Boards panel module. Finish (but untested) admin db functions. ChangeLog | 16 +++ src/boards/py-mod-admin.c | 34 ------ src/boards/py-mod-gcompris.c | 34 ++++++ src/boards/python/admin/board_list.py | 60 +++++++-- src/boards/python/admin/module_boards.py | 36 ++++-- src/boards/python/tuxpaint.py | 8 +- src/gcompris/gcompris_db.c | 191 +++++++++++++++++++++++++++++- 7 files changed, 310 insertions(+), 69 deletions(-) commit b388acd3abd5362631c47d08b4c04f1b3b05d131 Author: Bruno Coudoin Date: Tue Jul 19 20:45:44 2005 +0000 Now after edition, the user and group list is updated ChangeLog | 11 +++++++++++ src/boards/python/admin/__init__.py | 2 +- src/boards/python/admin/class_edit.py | 11 ++++++++++- src/boards/python/admin/class_list.py | 14 ++++++++------ src/boards/python/admin/group_edit.py | 10 +++++++++- src/boards/python/admin/group_list.py | 15 +++++++-------- src/boards/python/admin/group_user_list.py | 4 ++++ 7 files changed, 50 insertions(+), 17 deletions(-) commit a8b22088023d63cd2acb8dc9af2c0f84ee60ae83 Author: Vincent van Adrighem Date: Tue Jul 19 11:08:26 2005 +0000 Translation updated by Tino Meinen. 2005-07-19 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 243 ++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 181 insertions(+), 66 deletions(-) commit 067c04546a9dd880b25998f57f485e3b8641bf10 Author: Yves Combe Date: Mon Jul 18 23:28:30 2005 +0000 fix Makefile.am in src/boards/python/admin/. fix Group struct definition. add functions for admin submodule (gcompris_get_group_from_id and gcompris_get_groups_list). ChangeLog | 14 ++++ src/boards/py-mod-gcompris.c | 2 - src/boards/python/admin/Makefile.am | 6 ++- src/boards/python/admin/board_list.py | 3 +- src/boards/python/admin/module_boards.py | 3 +- src/gcompris/gcompris_db.c | 106 +++++++++++++++++++++++++++++- src/gcompris/profile.h | 4 +- 7 files changed, 130 insertions(+), 8 deletions(-) commit 3d865ace4d6dccfa1015a4e91c07e67278c67482 Author: Bruno Coudoin Date: Mon Jul 18 21:47:17 2005 +0000 missing src/boards/python/gcompris/admin/.cvsignore | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 99f9384157064c7eec7789e25c43a9dff6b81142 Author: Bruno Coudoin Date: Mon Jul 18 21:46:04 2005 +0000 Improved the gcompris editor. Now columns are of fixed size which makes the UI cleaner. Implemented the multiselection support in edit dialog. Implemented the remove button in the edit dialog. ChangeLog | 17 ++++++ po/POTFILES.in | 1 + src/boards/python/admin/class_edit.py | 50 ++++++++++++++++-- src/boards/python/admin/class_list.py | 10 +++- src/boards/python/admin/constants.py | 32 +++++++++++ src/boards/python/admin/group_edit.py | 78 ++++++++++++++++++++++++---- src/boards/python/admin/group_list.py | 6 ++ src/boards/python/admin/group_user_list.py | 12 ++++ src/boards/python/admin/user_list.py | 12 ++++ src/gcompris/board.c | 1 - 10 files changed, 200 insertions(+), 19 deletions(-) commit b67b0a9a73325ab944031c1dd8c19c93192dbe6c Author: Yves Combe Date: Mon Jul 18 19:56:08 2005 +0000 add missing files. ChangeLog | 7 +++++++ src/boards/python/gcompris/admin/Makefile.am | 6 ++++++ src/boards/python/gcompris/admin/__init__.py | 1 + 3 files changed, 14 insertions(+), 0 deletions(-) commit 3e7e2c9948ed0edbe808157ad177ce0b632b8daa Author: Yves Combe Date: Mon Jul 18 13:37:33 2005 +0000 add some administration usefull function. add gcompris.admin submodule for them. some fonction are empty for now. ChangeLog | 45 ++++ configure.in | 1 + src/boards/Makefile.am | 5 +- src/boards/py-gcompris-class.c | 116 ++++++++ src/boards/py-gcompris-group.c | 105 ++++++++ src/boards/py-gcompris-user.c | 95 +++++++ src/boards/py-mod-admin.c | 350 ++++++++++++++++++++++++ src/boards/py-mod-admin.h | 6 + src/boards/py-mod-gcompris.c | 153 +++-------- src/boards/python/gcompris/Makefile.am | 2 +- src/boards/python/tuxpaint.py | 17 +- src/gcompris/gcompris_db.c | 454 +++++++++++++++++++++++--------- src/gcompris/gcompris_db.h | 19 +- src/gcompris/profile.c | 10 +- src/gcompris/profile.h | 10 +- 15 files changed, 1132 insertions(+), 256 deletions(-) commit 0f9a76284e9d9c80641b6ed92aaadf296ea4528c Author: Adam Weinberger Date: Mon Jul 18 08:30:43 2005 +0000 Updated Canadian English translation. 2005-07-18 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 108 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 67 insertions(+), 45 deletions(-) commit 626b5ce59ec13c04c1403a5ed21356ffc4eb5c12 Author: Priit Laes Date: Sun Jul 17 22:25:22 2005 +0000 Translation updated by Olle Niit. 2005-07-18 Priit Laes * et.po: Translation updated by Olle Niit. po/ChangeLog | 4 + po/et.po | 873 +++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 648 insertions(+), 229 deletions(-) commit c650a0dc65f26b1c022e6dc244d407fe26d1f172 Author: Bruno Coudoin Date: Thu Jul 14 12:41:14 2005 +0000 Removed yet not there sources src/boards/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 297af5750011ae22dc6c2e5a75d5babdbe9a980d Author: Bruno Coudoin Date: Tue Jul 12 22:59:21 2005 +0000 Reworked the class module to use a single canvas item Now layout is managed by GTK Bottom user list now follow the top class list selection ChangeLog | 11 +++ src/boards/python/admin/class_list.py | 136 +++++++++++++++++----------- src/boards/python/admin/group_user_list.py | 4 +- src/boards/python/admin/module_users.py | 19 +---- src/boards/python/admin/user_list.py | 128 ++++++++++++--------------- 5 files changed, 153 insertions(+), 145 deletions(-) commit bb19f7ce3624dc14839e84f68824080bc9670941 Author: Bruno Coudoin Date: Tue Jul 12 21:57:34 2005 +0000 missing file src/boards/python/admin/group_list.py | 355 +++++++++++++++++++++++++++++++++ 1 files changed, 355 insertions(+), 0 deletions(-) commit 1e7497f4f3538e0f846f774f9e67c93beab6ae41 Author: Bruno Coudoin Date: Tue Jul 12 21:55:41 2005 +0000 Completed implementation of the group module. Should be usable now and as defined with Yves. I still need to rework the class module to use a single canvas object and use GTK layout instead of a fixed layout. This solved the I18N issue with text too large in buttons. ChangeLog | 15 ++++++++++- src/boards/python/admin/group_edit.py | 40 ++++++++++++++++++---------- src/boards/python/admin/group_user_list.py | 19 +++---------- src/boards/python/admin/module_users.py | 8 +++++- src/boards/python/admin/user_list.py | 29 +++++++------------- 5 files changed, 61 insertions(+), 50 deletions(-) commit 37bf7db82b79905541d4e8c4818246ba738d70ca Author: Gabor Kelemen Date: Tue Jul 12 16:48:45 2005 +0000 Hungarian translation updated. 2005-07-12 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 ++ po/hu.po | 157 +++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 126 insertions(+), 35 deletions(-) commit aaebf8da74a549e4f95365073e071a39f99a71e9 Author: Marcel Telka Date: Mon Jul 11 18:52:35 2005 +0000 Added missing files. 2005-07-11 Marcel Telka * POTFILES.in: Added missing files. po/ChangeLog | 4 ++++ po/POTFILES.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletions(-) commit a7d72e5ca6a8392211602bfeec0598b6b215c458 Author: Bruno Coudoin Date: Sun Jul 10 23:51:08 2005 +0000 group edition start to works. new file for group edition same force * src/boards/python/admin/class_edit.py: group edition start to works. * admin/group_edit.py: new file for group edition * admin/group_user_list.py: same * src/gcompris/gcompris.c: (gcompris_init): force fullscreen off in edit mode. ChangeLog | 8 + src/boards/python/admin/class_edit.py | 45 ------ src/boards/python/admin/group_edit.py | 236 ++++++++++++++++++++++++++++ src/boards/python/admin/group_user_list.py | 195 +++++++++++++++++++++++ src/gcompris/gcompris.c | 4 +- 5 files changed, 442 insertions(+), 46 deletions(-) commit d71cb6adf56eb095072499d47c8d6c2093d0c4f7 Author: Yves Combe Date: Sun Jul 10 21:39:38 2005 +0000 board conf by profile, user/class db access. ChangeLog | 14 ++++ src/boards/Makefile.am | 2 + src/boards/py-gcompris-profile.h | 22 +++++ src/boards/py-mod-gcompris.c | 34 ++++++++ src/boards/python/tuxpaint.py | 4 + src/gcompris/gcompris_db.c | 161 ++++++++++++++++++++++++++++++++++++-- src/gcompris/gcompris_db.h | 11 ++- src/gcompris/profile.h | 13 ++- 8 files changed, 248 insertions(+), 13 deletions(-) commit 883429507422b736a68d709ed055bc32a9903576 Author: Miloslav Trmac Date: Sun Jul 10 17:19:32 2005 +0000 Updated Czech translation. 2005-07-10 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 70af441252f8e5d9433d851989acaba40948cd5d Author: Bruno Coudoin Date: Sun Jul 10 09:44:56 2005 +0000 fixed missing file po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3f81ddeeb9c79cdb80f9803859644e9af2e951fd Author: Adam Weinberger Date: Sun Jul 10 05:06:10 2005 +0000 Updated Canadian English translation. 2005-07-10 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/en_CA.po | 36 +++++++++++++++++++++++++++++++----- 1 files changed, 31 insertions(+), 5 deletions(-) commit 9e15853aae4611230e7fd5561ef8260c4a90b61e Author: Adam Weinberger Date: Sun Jul 10 05:05:20 2005 +0000 Add missing files. 2005-07-10 Adam Weinberger * POTFILES.in: Add missing files. po/ChangeLog | 1 + po/POTFILES.in | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) commit 41e661fc66dfa4b1763052779dc8befd7b4ac21b Author: Adam Weinberger Date: Sun Jul 10 05:03:01 2005 +0000 Updated Canadian English translation. 2005-07-10 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 17 +++++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) commit 21e42aaed34c0376d374a7f78589fffbfc8453ea Author: Yves Combe Date: Sat Jul 9 22:49:01 2005 +0000 profile C functions now complete, with missing files ChangeLog | 14 +++++ src/boards/Makefile.am | 1 + src/boards/py-gcompris-profile.c | 117 ++++++++++++++++++++++++++++++++++++++ src/boards/py-gcompris-profile.h | 14 +++++ src/boards/py-mod-gcompris.c | 21 +++++++- src/boards/python/tuxpaint.py | 4 + src/gcompris/profile.h | 3 +- 7 files changed, 172 insertions(+), 2 deletions(-) commit 8bd8d3b7131ab709ce15b69940d63b8f27412d5b Author: Bruno Coudoin Date: Sat Jul 9 22:42:20 2005 +0000 group_list is now useable to create groups for classes it is not possible yet to assign students to groups. ChangeLog | 12 +++++++++ src/boards/python/admin/class_edit.py | 2 +- src/boards/python/admin/module.py | 4 +- src/boards/python/admin/module_groups.py | 38 +++++++++++++++++++++------ src/boards/python/admin/module_profiles.py | 2 +- src/boards/python/administration.py | 7 +++- src/gcompris/gcompris_db.c | 4 +- 7 files changed, 52 insertions(+), 17 deletions(-) commit 12c7b063959cd52c1fce9df1e8274b858107cc39 Author: Yves Combe Date: Sat Jul 9 21:25:01 2005 +0000 profile C functions now complete. ChangeLog | 10 +++ src/gcompris/gcompris.c | 2 +- src/gcompris/gcompris_db.c | 131 +++++++++++++++++++++++++++++++++++++++++++- src/gcompris/gcompris_db.h | 16 +++++- src/gcompris/profile.h | 6 +- 5 files changed, 159 insertions(+), 6 deletions(-) commit a4bd77b07b88c9e666a68896a12bbd20b34f116c Author: Adam Weinberger Date: Sat Jul 9 19:27:53 2005 +0000 Updated Canadian English translation. 2005-07-09 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 +++ po/en_CA.po | 69 +++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 46 insertions(+), 27 deletions(-) commit 249fd362836bf22264d0537fd4f930be45a833f7 Author: Bruno Coudoin Date: Sat Jul 9 14:21:59 2005 +0000 fixed wrong name src/boards/python/admin/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6c67179f62ae98d8896cc752f32c9c0771f1b7ef Author: Bruno Coudoin Date: Sat Jul 9 13:59:01 2005 +0000 added missing file src/boards/python/admin/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1de9e8121c905bb9874ecb48e72bdbbe5a104f3a Author: Bruno Coudoin Date: Sat Jul 9 13:37:07 2005 +0000 Little change in the database. Replace name by firstname to avoid confusion. ChangeLog | 9 +++++++++ src/boards/python/admin/class_edit.py | 4 ++-- src/boards/python/admin/user_list.py | 4 ++-- src/gcompris/gcompris_db.c | 8 ++++---- src/gcompris/profile.h | 8 ++++---- 5 files changed, 21 insertions(+), 12 deletions(-) commit 7333e1cabec9835747cce1f6920335087503b938 Author: Vincent van Adrighem Date: Sat Jul 9 13:25:33 2005 +0000 Translation updated by Tino Meinen. 2005-07-09 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 736 ++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 520 insertions(+), 220 deletions(-) commit 8e43b5103206459d6f756dae7547f0fcb6307e72 Author: Yves Combe Date: Fri Jul 8 22:48:49 2005 +0000 profile C implementation. ChangeLog | 13 ++ src/gcompris/gcompris.c | 4 +- src/gcompris/gcompris_db.c | 319 +++++++++++++++++++++++++++++--------------- src/gcompris/gcompris_db.h | 7 +- src/gcompris/profile.c | 72 +++------- src/gcompris/profile.h | 68 +++------- 6 files changed, 273 insertions(+), 210 deletions(-) commit 973d1ea3aa74270c6b4a1a4174cd87aaccfb62cd Author: Gabor Kelemen Date: Fri Jul 8 07:16:55 2005 +0000 Hungarian translation updated. 2005-07-08 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 649 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 456 insertions(+), 197 deletions(-) commit bb0dcf27ea8d81b9c495d90479e37cec910c186c Author: Bruno Coudoin Date: Thu Jul 7 21:27:16 2005 +0000 Added groups administration module (empty yet) Added ordering feature in administration modules. Added missing copyright headers ChangeLog | 15 ++++++ boards/skins/default/config_groups.png | Bin 0 -> 2770 bytes src/boards/python/admin/board_list.py | 6 +-- src/boards/python/admin/class_edit.py | 4 +- src/boards/python/admin/class_list.py | 4 +- src/boards/python/admin/module.py | 26 ++++++++++ src/boards/python/admin/module_boards.py | 18 +++++++ src/boards/python/admin/module_groups.py | 73 ++++++++++++++++++++++++++++ src/boards/python/admin/module_profiles.py | 23 +++++++++ src/boards/python/admin/module_users.py | 23 +++++++++ src/boards/python/admin/user_list.py | 4 +- src/boards/python/administration.py | 34 ++++++++++++- 12 files changed, 214 insertions(+), 16 deletions(-) commit 5af852a5c74fc9e4633938c8abb2f9ed715a74ba Author: Ronny Standtke Date: Thu Jul 7 18:56:19 2005 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 713 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 503 insertions(+), 214 deletions(-) commit 3893bda2c7e87c6d930649933f882d942301153d Author: Adam Weinberger Date: Thu Jul 7 17:07:05 2005 +0000 Updated Canadian English translation. 2005-07-07 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 612 +++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 435 insertions(+), 181 deletions(-) commit 8d281f6230cd67c273b4479453c85c52a4c94162 Author: Yves Combe Date: Thu Jul 7 14:21:34 2005 +0000 Localised title, and clean code. ChangeLog | 6 ++++++ src/boards/python/admin/board_list.py | 33 ++++++++++++++++----------------- 2 files changed, 22 insertions(+), 17 deletions(-) commit 69028b87975839ff80888f7a8b62a71c89e245e0 Author: Yves Combe Date: Thu Jul 7 13:36:28 2005 +0000 fix missing updated file in previous commit. ChangeLog | 6 ++++++ src/boards/python/admin/Makefile.am | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) commit 27b4c1dfe25c0dec3cf4e8bd4e83b01c6ed9a773 Author: Yves Combe Date: Thu Jul 7 13:19:25 2005 +0000 add treeview with icons for boards configuration. ChangeLog | 8 + src/boards/python/admin/board_list.py | 233 ++++++++++++++++++++++++++++++ src/boards/python/admin/module_boards.py | 22 +++ src/boards/python/administration.py | 4 +- 4 files changed, 266 insertions(+), 1 deletions(-) commit a9e7f53836ce8b2b60fa683c7fc0d79ef12a073e Author: Bruno Coudoin Date: Wed Jul 6 23:00:53 2005 +0000 Fixed the POTFILES.in Changed all gtk.FALSE by False in all python script. gtk.FALSE is deprecated ChangeLog | 25 ++++++++++++++++++ po/POTFILES.in | 6 +--- src/boards/python/admin/class_list.py | 8 +++--- src/boards/python/admin/user_list.py | 8 +++--- src/boards/python/administration.py | 2 +- src/boards/python/algorithm.py | 2 +- src/boards/python/anim.py | 44 ++++++++++++++++---------------- src/boards/python/ballcatch.py | 2 +- src/boards/python/bargame.py | 8 +++--- src/boards/python/connect4.py | 4 +- src/boards/python/followline.py | 6 ++-- src/boards/python/gnumch.py | 16 ++++++------ src/boards/python/hexagon.py | 2 +- src/boards/python/melody.py | 6 ++-- src/boards/python/pythontest.py | 4 +- src/boards/python/redraw.py | 16 ++++++------ src/boards/python/searace.py | 10 +++--- src/boards/python/tuxpaint.py | 2 +- src/boards/python/watercycle.py | 10 +++--- 19 files changed, 102 insertions(+), 79 deletions(-) commit 3c1a1f36cbb4ab2cb6d9155c8e14ee8df4dbaefa Author: Bruno Coudoin Date: Wed Jul 6 22:23:50 2005 +0000 updated by bruno po/ChangeLog | 4 + po/fr.po | 2374 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 1374 insertions(+), 1004 deletions(-) commit 8fd4bc86fb8de078a24b4e8051b4900a077db52b Author: Yves Combe Date: Wed Jul 6 10:36:42 2005 +0000 fix bug in administration module (module not loaded with right filename). add empty boards configuration module. ChangeLog | 14 +++++++ boards/skins/default/config_boards.png | Bin 0 -> 2770 bytes src/boards/py-gcompris-board.c | 3 ++ src/boards/python/admin/Makefile.am | 3 +- src/boards/python/admin/module.py | 4 ++ src/boards/python/admin/module_boards.py | 59 ++++++++++++++++++++++++++++++ src/boards/python/administration.py | 49 +++++++++++++------------ src/gcompris/board.c | 2 - src/gcompris/gcompris.c | 6 ++- 9 files changed, 111 insertions(+), 29 deletions(-) commit e2e6703cc3870becaa481ba7cc654507211db4ff Author: Yves Combe Date: Wed Jul 6 08:40:32 2005 +0000 add close/reopen in gcompris sound API, with bindings gcompris.sound.close() and gcompris.sound.reopen() Use these in tuxpaint launcher board to let tuxxpaint use the sound. ChangeLog | 15 +++++++++++++++ src/boards/py-mod-sound.c | 35 +++++++++++++++++++++++++++++++++++ src/boards/python/tuxpaint.py | 5 +++++ src/gcompris/board.c | 4 +++- src/gcompris/sdlplayer.c | 34 ++++++++++++++++++++++++++-------- src/gcompris/soundutil.c | 30 ++++++++++++++++++++++++++++-- src/gcompris/soundutil.h | 2 ++ 7 files changed, 114 insertions(+), 11 deletions(-) commit b8dbcf7194d3c88219a4a39af018d9a62256e650 Author: Bruno Coudoin Date: Tue Jul 5 22:05:33 2005 +0000 bad file name po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit d06407803626b032d3312f23ee77a3ce4caae27c Author: Bruno Coudoin Date: Mon Jul 4 23:01:04 2005 +0000 updated now it works. It is possible to edit users in classes improved a * po/POTFILES.in: updated * src/boards/python/admin/class_edit.py: now it works. It is possible to edit users in classes * src/boards/python/admin/user_list.py: improved a little bit by using add_user_in_model in __create_model ChangeLog | 6 ++ po/POTFILES.in | 14 ++++- src/boards/python/admin/class_edit.py | 106 +++++++++++++++++++++++++++++---- src/boards/python/admin/user_list.py | 42 ++++++-------- 4 files changed, 128 insertions(+), 40 deletions(-) commit 4461fcf5c43eb245fa4489bf41d1fd9110fe52a3 Author: Yves Combe Date: Mon Jul 4 22:03:02 2005 +0000 add is_configurable attribut in python board binding. fix beautiful ESC bug in first menu add gcompris_get_boards_list in python module. ChangeLog | 11 +++++++++++ src/boards/py-gcompris-board.c | 20 ++++++++++++++++++++ src/boards/py-mod-gcompris.c | 23 +++++++++++++++++++++++ src/boards/python/tuxpaint.py | 5 +++++ src/gcompris/board.c | 16 ---------------- 5 files changed, 59 insertions(+), 16 deletions(-) commit f832d1bb4bff207c7d18e2d872f4e97b0623fec3 Author: Yves Combe Date: Mon Jul 4 20:31:37 2005 +0000 add missing files. add some bindings in gcompris python bindings. add missing files. add some bindings in gcompris python bindings. ChangeLog | 17 ++++++++ src/boards/menu.c | 11 +---- src/boards/py-mod-gcompris.c | 78 ++++++++++++++++++++++++++++++++++- src/boards/python/admin/Makefile.am | 4 +- src/gcompris/board.c | 18 +++++++- src/gcompris/board.h | 1 + src/gcompris/board_config.c | 74 +++++++++++++++++++++++++++++++++ src/gcompris/board_config.h | 38 +++++++++++++++++ 8 files changed, 225 insertions(+), 16 deletions(-) commit c85398de3d68402129cccc15d90b2ee5dce0c88f Author: Yves Combe Date: Mon Jul 4 16:44:25 2005 +0000 rename users.py profiles.py in module_users.py and module_profiles.py. change administration.py to load automaticly module_*.py make config_start and config_stop running in python module (test in board.c, to ne removed). ChangeLog | 18 ++++++ src/boards/python.c | 91 +++++++++++++++++++++++----- src/boards/python/admin/module_profiles.py | 50 +++++++++++++++ src/boards/python/admin/module_users.py | 81 +++++++++++++++++++++++++ src/boards/python/admin/profiles.py | 50 --------------- src/boards/python/admin/users.py | 81 ------------------------- src/boards/python/administration.py | 37 +++++++++--- src/boards/python/tuxpaint.py | 9 +++- src/gcompris/board.c | 15 +++++ src/gcompris/gcompris.h | 3 +- src/gcompris/plugin.h | 4 +- 11 files changed, 280 insertions(+), 159 deletions(-) commit 1efb3374928b60ed14cbf6f8e29fd96d851f7460 Author: Hendrik Richter Date: Mon Jul 4 15:39:58 2005 +0000 Fixed German translation by Jens Seidel . 2005-07-04 Hendrik Richter * de.po: Fixed German translation by Jens Seidel . po/ChangeLog | 5 +++++ po/de.po | 25 ++++++------------------- 2 files changed, 11 insertions(+), 19 deletions(-) commit 500e9c717f3045833d55f3a1bcb1e202d5f7039a Author: Yves Combe Date: Sun Jul 3 23:02:22 2005 +0000 add config_start and config_end entry point to all plugin. modify python initialisation to detect config_start in python file and setup it correctly in plugin pointer ChangeLog | 51 +++++++++ src/boards/advanced_colors.c | 2 + src/boards/algebra.c | 4 +- src/boards/algebra_guesscount.c | 2 + src/boards/animtest.c | 2 + src/boards/canal_lock.c | 2 + src/boards/chess.c | 2 + src/boards/click_on_letter.c | 4 +- src/boards/clickgame.c | 4 +- src/boards/clockgame.c | 4 +- src/boards/colors.c | 4 +- src/boards/draw.c | 2 + src/boards/enumerate.c | 2 + src/boards/erase.c | 2 + src/boards/fifteen.c | 2 + src/boards/gletters.c | 4 +- src/boards/hanoi.c | 2 + src/boards/imageid.c | 2 + src/boards/leftright.c | 2 + src/boards/machpuzzle.c | 2 + src/boards/maze.c | 4 +- src/boards/memory.c | 4 +- src/boards/menu.c | 4 +- src/boards/missingletter.c | 2 + src/boards/money.c | 2 + src/boards/paratrooper.c | 4 +- src/boards/planegame.c | 4 +- src/boards/python.c | 227 ++++++++++++++++++++++++++++++++++++++- src/boards/railroad.c | 4 +- src/boards/read_colors.c | 2 + src/boards/reading.c | 4 +- src/boards/reversecount.c | 2 + src/boards/shapegame.c | 4 +- src/boards/smallnumbers.c | 4 +- src/boards/submarine.c | 2 + src/boards/superbrain.c | 2 + src/boards/target.c | 2 + src/boards/traffic.c | 4 +- src/boards/wordsgame.c | 4 +- src/gcompris/Makefile.am | 1 + src/gcompris/board.c | 6 +- src/gcompris/gameutil.c | 8 ++- src/gcompris/gameutil.h | 1 + src/gcompris/plugin.h | 16 +++- 44 files changed, 391 insertions(+), 27 deletions(-) commit 4b90cb6a33eb2eb6c20fd9602949cfccf478c51f Author: Bruno Coudoin Date: Fri Jul 1 21:50:24 2005 +0000 Added missing files for the edit mode (editing class) Re-Added gcompris-edit menu * Makefile.am: * gcompris-edit.desktop.in: * gcompris-edit.png: * src/boards/python/admin/.cvsignore: * src/boards/python/admin/Makefile.am: * src/boards/python/admin/class_list.py: * src/boards/python/admin/user_list.py: * src/boards/python/tuxpaint.py: bad return value ChangeLog | 22 ++- Makefile.am | 8 +- gcompris-edit.desktop.in | 13 ++ gcompris-edit.png | Bin 0 -> 4862 bytes src/boards/python/admin/.cvsignore | 8 + src/boards/python/admin/Makefile.am | 9 +- src/boards/python/admin/class_list.py | 271 ++++++++++++++++++++++++ src/boards/python/admin/user_list.py | 366 +++++++++++++++++++++++++++++++++ src/boards/python/tuxpaint.py | 4 +- 9 files changed, 692 insertions(+), 9 deletions(-) commit df52a92caf9195182a64d7f2a10b343c41c2792e Author: Yves Combe Date: Fri Jul 1 04:47:08 2005 +0000 gcompris.child_watch_add compris.spawn_async to bind g_child_watch_add and * gcompris.child_watch_add compris.spawn_async to bind g_child_watch_add and g_spawn_async, (code from pygtk 2.6) * tuxpaint.py should now run with pygtk 2.4 ChangeLog | 5 + src/boards/py-mod-gcompris.c | 245 +++++++++++++++++++++++++++++++++++++++++ src/boards/python/tuxpaint.py | 9 +- 3 files changed, 255 insertions(+), 4 deletions(-) commit 3182b7feb730d4e2711a564fbb13b50aeb2e8350 Author: Bruno Coudoin Date: Thu Jun 30 21:53:11 2005 +0000 fixed new dependancies pyxml, pysqlite sqlite-devel improved, started * INSTALL: fixed new dependancies pyxml, pysqlite sqlite-devel * src/boards/python/admin/users.py: improved, started class-edit * src/boards/python/admin/class_edit.py: started, no complete yet. INSTALL | 4 +- src/boards/python/admin/class_edit.py | 199 +++++++++++++ src/boards/python/admin/users.py | 513 ++------------------------------- 3 files changed, 219 insertions(+), 497 deletions(-) commit eedaf04bc08f66244a4a82aa18b861665d248442 Author: Yves Combe Date: Thu Jun 30 15:55:17 2005 +0000 fix tuxpaint launcher crash if tuxpaint not found * fix tuxpaint launcher crash if tuxpaint not found ChangeLog | 4 ++++ src/boards/python/tuxpaint.py | 12 +++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) commit 337352c8b17d467a399bae36caf0ae6d1590e02f Author: Yves Combe Date: Thu Jun 30 09:03:20 2005 +0000 add tuxpaint launcher board. add properties python binding. fix * add tuxpaint launcher board. * add properties python binding. * fix board_finished bug when launched directly with -l ChangeLog | 6 ++ boards/Makefile.am | 1 + boards/boardicons/tuxpaint.png | Bin 0 -> 4019 bytes boards/tuxpaint.xml.in | 10 ++ src/boards/Makefile.am | 1 + src/boards/py-gcompris-properties.c | 171 +++++++++++++++++++++++++++++++++++ src/boards/py-gcompris-properties.h | 14 +++ src/boards/py-mod-gcompris.c | 18 ++++ src/boards/python/Makefile.am | 1 + src/boards/python/bargame.py | 2 +- src/boards/python/tuxpaint.py | 107 ++++++++++++++++++++++ src/gcompris/gameutil.c | 28 ++++--- src/gcompris/gcompris.c | 5 +- src/gcompris/properties.h | 2 +- 14 files changed, 351 insertions(+), 15 deletions(-) commit 7a43cfe35e8650fdf5228bba0eb63604dcdd630d Author: Bruno Coudoin Date: Mon Jun 27 21:48:35 2005 +0000 - readded initalisation of REQUIRE_PYTHON variable for the spec file - removed all code for the old gcompris_edit ChangeLog | 26 +++ Makefile.am | 8 +- configure.in | 7 +- gcompris-edit.desktop.in | 13 -- gcompris-edit.png | Bin 4862 -> 0 bytes src/gcompris/Makefile.am | 1 - src/gcompris/callbacks.c | 105 ---------- src/gcompris/callbacks.h | 118 ----------- src/gcompris/gcompris-edit.c | 442 ----------------------------------------- src/gcompris/gcompris-edit.h | 33 --- src/gcompris/interface.c | 448 ------------------------------------------ src/gcompris/interface.h | 6 - src/gcompris/support.c | 115 ----------- src/gcompris/support.h | 37 ---- 14 files changed, 35 insertions(+), 1324 deletions(-) commit ad9327f2485bd072ea6ca135a8ae41bfcd84c3c8 Author: Bruno Coudoin Date: Mon Jun 27 21:45:46 2005 +0000 updated by bruno po/ChangeLog | 4 ++++ po/POTFILES.in | 1 + po/fr.po | 13 +++++++------ 3 files changed, 12 insertions(+), 6 deletions(-) commit 570887c9522619b89c60c50d4fb85d48f111c1f6 Author: Yves Combe Date: Mon Jun 27 21:02:25 2005 +0000 add missing files again. boards/administration.xml.in | 16 ++++++++++++++++ boards/geography/afrique/africa.png | Bin 0 -> 4044 bytes boards/geography/afrique/algeria.png | Bin 0 -> 1063 bytes boards/geography/afrique/angola.png | Bin 0 -> 579 bytes boards/geography/afrique/benin.png | Bin 0 -> 335 bytes boards/geography/afrique/botswana.png | Bin 0 -> 529 bytes boards/geography/afrique/burkina.png | Bin 0 -> 393 bytes boards/geography/afrique/burundi.png | Bin 0 -> 232 bytes boards/geography/afrique/cameroon.png | Bin 0 -> 573 bytes boards/geography/afrique/chad.png | Bin 0 -> 812 bytes boards/geography/afrique/congo.png | Bin 0 -> 490 bytes boards/geography/afrique/djibouti.png | Bin 0 -> 227 bytes boards/geography/afrique/egypt.png | Bin 0 -> 501 bytes boards/geography/afrique/equatorial_guinea.png | Bin 0 -> 191 bytes boards/geography/afrique/eritrea.png | Bin 0 -> 381 bytes boards/geography/afrique/ethiopia.png | Bin 0 -> 774 bytes boards/geography/afrique/gabon.png | Bin 0 -> 436 bytes boards/geography/afrique/gambia.png | Bin 0 -> 204 bytes boards/geography/afrique/ghana.png | Bin 0 -> 365 bytes boards/geography/afrique/guinea.png | Bin 0 -> 464 bytes boards/geography/afrique/guinea_bissau.png | Bin 0 -> 238 bytes boards/geography/afrique/ivory_coast.png | Bin 0 -> 458 bytes boards/geography/afrique/kenya.png | Bin 0 -> 526 bytes boards/geography/afrique/lesotho.png | Bin 0 -> 235 bytes boards/geography/afrique/liberia.png | Bin 0 -> 353 bytes boards/geography/afrique/libya.png | Bin 0 -> 738 bytes boards/geography/afrique/madagascar.png | Bin 0 -> 552 bytes boards/geography/afrique/malawi.png | Bin 0 -> 365 bytes boards/geography/afrique/mali.png | Bin 0 -> 819 bytes boards/geography/afrique/mauritania.png | Bin 0 -> 562 bytes boards/geography/afrique/moroco.png | Bin 0 -> 834 bytes boards/geography/afrique/mozambique.png | Bin 0 -> 841 bytes boards/geography/afrique/namibia.png | Bin 0 -> 620 bytes boards/geography/afrique/niger.png | Bin 0 -> 789 bytes boards/geography/afrique/nigeria.png | Bin 0 -> 613 bytes boards/geography/afrique/rep_centrafrique.png | Bin 0 -> 613 bytes boards/geography/afrique/rep_congo.png | Bin 0 -> 1249 bytes boards/geography/afrique/rwanda.png | Bin 0 -> 247 bytes boards/geography/afrique/senegal.png | Bin 0 -> 379 bytes boards/geography/afrique/sierra_leone.png | Bin 0 -> 267 bytes boards/geography/afrique/somalia.png | Bin 0 -> 735 bytes boards/geography/afrique/soudan.png | Bin 0 -> 945 bytes boards/geography/afrique/south_africa.png | Bin 0 -> 780 bytes boards/geography/afrique/swaziland.png | Bin 0 -> 202 bytes boards/geography/afrique/tanzania.png | Bin 0 -> 736 bytes boards/geography/afrique/togo.png | Bin 0 -> 278 bytes boards/geography/afrique/tunisia.png | Bin 0 -> 349 bytes boards/geography/afrique/uganda.png | Bin 0 -> 354 bytes boards/geography/afrique/zambia.png | Bin 0 -> 709 bytes boards/geography/afrique/zimbabwe.png | Bin 0 -> 438 bytes 50 files changed, 16 insertions(+), 0 deletions(-) commit fe8bd3bba9a57a6424cf17263eba45c84071d6e2 Author: Yves Combe Date: Mon Jun 27 20:56:36 2005 +0000 add missing files boards/geography/board4_2.xml.in | 149 ++++++++ boards/skins/default/config_profiles.png | Bin 0 -> 2770 bytes boards/skins/default/config_users.png | Bin 0 -> 2770 bytes src/boards/python/admin/Makefile.am | 11 + src/boards/python/admin/__init__.py | 1 + src/boards/python/admin/module.py | 92 +++++ src/boards/python/admin/profiles.py | 50 +++ src/boards/python/admin/users.py | 560 ++++++++++++++++++++++++++++++ src/boards/python/administration.py | 126 +++++++ 9 files changed, 989 insertions(+), 0 deletions(-) commit 24728855dc995a905fe1f1a3c9f12b8bffb32608 Author: Bruno Coudoin Date: Mon Jun 27 19:27:36 2005 +0000 added missing images from imageid will provide tuxpaint user saved * boards/dataset/mrpatate.xml: added missing images from imageid * boards/dataset/tuxpaint_pictures.xml: will provide tuxpaint user saved drawings from gcompris image selector (if any). boards/dataset/mrpatate.xml | 11 +++++++++++ boards/dataset/tuxpaint_pictures.xml | 5 +++++ 2 files changed, 16 insertions(+), 0 deletions(-) commit 0f9f7c6d33855c81cc36cb5306656ea2e202b18b Author: Priit Laes Date: Mon Jun 27 19:09:52 2005 +0000 Translation updated by "Last-Translator: Olle Niit\n". 2005-06-27 Priit Laes * et.po: Translation updated by "Last-Translator: Olle Niit\n". po/ChangeLog | 4 ++++ po/et.po | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit 5a186113a93eab94dc88e71d041648a545e7d971 Author: Yves Combe Date: Sun Jun 26 22:53:20 2005 +0000 administration module (gcompris -e). * administration module (gcompris -e). ChangeLog | 4 ++++ boards/geography/board4_0.xml.in | 4 ++-- configure.in | 2 ++ docs/C/python.xml | 5 +++++ gcompris-edit.desktop.in | 6 +++--- src/boards/menu.c | 2 +- src/boards/py-mod-gcompris.c | 19 +++++++++++++++++++ src/boards/python/Makefile.am | 3 ++- src/gcompris/gameutil.c | 2 +- src/gcompris/gcompris-board.h | 2 +- src/gcompris/gcompris.c | 26 ++++++++++++++++++++------ src/gcompris/gcompris.h | 4 +++- src/gcompris/gcompris_db.c | 18 ++++++++++++------ src/gcompris/gcompris_db.h | 2 +- src/gcompris/profile.h | 4 ++-- src/gcompris/properties.c | 2 +- src/gcompris/properties.h | 7 +------ 17 files changed, 80 insertions(+), 32 deletions(-) commit 1477b36a9dd136599890dfc2f450afb3cb8a5238 Author: Gabor Kelemen Date: Fri Jun 24 11:27:41 2005 +0000 Hungarian translation updated. 2005-06-24 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 186 ++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 134 insertions(+), 56 deletions(-) commit 6a07f87e30fc5c6d0b0ade4c489a852ae26e5801 Author: Adam Weinberger Date: Thu Jun 23 23:26:05 2005 +0000 Updated Canadian English translation. 2005-06-23 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 92 ++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 65 insertions(+), 31 deletions(-) commit f587932829ee3bb3f1fe548360f6e9cd037d1170 Author: Yves Combe Date: Wed Jun 22 21:19:26 2005 +0000 fix broken Makefile.am untested gcompris_db_save_user fonction * fix broken Makefile.am * untested gcompris_db_save_user fonction ChangeLog | 5 ++ boards/Makefile.am | 1 + boards/geography/Makefile.am | 4 +- src/boards/Makefile.am | 7 +--- src/gcompris/Makefile.am | 59 ++++++------------------- src/gcompris/gcompris_db.c | 97 +++++++++++++++++++++++++++++++++++++++++- src/gcompris/gcompris_db.h | 9 +++- 7 files changed, 128 insertions(+), 54 deletions(-) commit 5287c8547ab9e497cf52021feddd14ccf4a5cd0c Author: Yves Combe Date: Tue Jun 21 22:08:43 2005 +0000 Completed migration of USE_PROFILS to USE_SQLITE. Now profile system is always compiled in. If SQLITE is not avalaible, profile system is just disabled. ChangeLog | 6 ++ boards/algebra_by.xml.in | 6 +- boards/algebra_minus.xml.in | 6 +- boards/algebra_plus.xml.in | 4 +- configure.in | 71 +++--------------- src/boards/menu.c | 4 +- src/gcompris/gameutil.c | 34 ++------- src/gcompris/gcompris-board.h | 4 +- src/gcompris/gcompris.c | 12 +--- src/gcompris/gcompris.h | 4 +- src/gcompris/gcompris_db.c | 42 +++++++++- src/gcompris/gcompris_db.h | 6 +- src/gcompris/properties.c | 162 +---------------------------------------- src/gcompris/properties.h | 8 +- 14 files changed, 86 insertions(+), 283 deletions(-) commit f508575422c7ce595c7a0d7e07d7c516693485bf Author: Vincent van Adrighem Date: Mon Jun 20 16:43:12 2005 +0000 Translation updated by Tino Meinen. 2005-06-20 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 104 ++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 73 insertions(+), 35 deletions(-) commit 29f27bc1ab255d5e9a3eab45462b0ae3ebc9a271 Author: Yves Combe Date: Sun Jun 19 23:01:30 2005 +0000 add africa card in geography fix atof bug in geography * add africa card in geography * fix atof bug in geography ChangeLog | 5 + TODO | 8 +- boards/geography/africa/algeria.png | Bin 0 -> 1125 bytes boards/geography/africa/all_south_africa.png | Bin 0 -> 9617 bytes boards/geography/africa/angola.png | Bin 0 -> 891 bytes boards/geography/africa/benin.png | Bin 0 -> 378 bytes boards/geography/africa/botswana.png | Bin 0 -> 665 bytes boards/geography/africa/burkina_faso.png | Bin 0 -> 533 bytes boards/geography/africa/burundi.png | Bin 0 -> 277 bytes boards/geography/africa/cameroon.png | Bin 0 -> 917 bytes .../geography/africa/central_african_republic.png | Bin 0 -> 853 bytes boards/geography/africa/chad.png | Bin 0 -> 997 bytes .../africa/democratic_republic_of_congo.png | Bin 0 -> 1460 bytes boards/geography/africa/djibouti.png | Bin 0 -> 270 bytes boards/geography/africa/egypt.png | Bin 0 -> 645 bytes boards/geography/africa/equatorial_guinea.png | Bin 0 -> 216 bytes boards/geography/africa/ethiopia.png | Bin 0 -> 1062 bytes boards/geography/africa/gabon.png | Bin 0 -> 518 bytes boards/geography/africa/ganbia.png | Bin 0 -> 199 bytes boards/geography/africa/ghana.png | Bin 0 -> 404 bytes boards/geography/africa/guinea.png | Bin 0 -> 595 bytes boards/geography/africa/guinea_bissau.png | Bin 0 -> 289 bytes boards/geography/africa/ivory_coast.png | Bin 0 -> 530 bytes boards/geography/africa/kenya.png | Bin 0 -> 854 bytes boards/geography/africa/lesotho.png | Bin 0 -> 239 bytes boards/geography/africa/liberia.png | Bin 0 -> 450 bytes boards/geography/africa/libya.png | Bin 0 -> 1018 bytes boards/geography/africa/madagascar.png | Bin 0 -> 786 bytes boards/geography/africa/malawi.png | Bin 0 -> 506 bytes boards/geography/africa/mali.png | Bin 0 -> 908 bytes boards/geography/africa/mauritania.png | Bin 0 -> 734 bytes boards/geography/africa/moroco.png | Bin 0 -> 635 bytes boards/geography/africa/mozambique.png | Bin 0 -> 1065 bytes boards/geography/africa/namibia.png | Bin 0 -> 740 bytes boards/geography/africa/niger.png | Bin 0 -> 949 bytes boards/geography/africa/nigeria.png | Bin 0 -> 843 bytes boards/geography/africa/north_africa.png | Bin 0 -> 14044 bytes boards/geography/africa/north_africa.xcf | Bin 0 -> 72968 bytes boards/geography/africa/republic_of_congo.png | Bin 0 -> 809 bytes boards/geography/africa/rwanda.png | Bin 0 -> 252 bytes boards/geography/africa/senegal.png | Bin 0 -> 486 bytes boards/geography/africa/sierra_leone.png | Bin 0 -> 387 bytes boards/geography/africa/somalia.png | Bin 0 -> 1004 bytes boards/geography/africa/south_africa.png | Bin 0 -> 1400 bytes boards/geography/africa/sudan.png | Bin 0 -> 1289 bytes boards/geography/africa/swaziland.png | Bin 0 -> 249 bytes boards/geography/africa/tanzania.png | Bin 0 -> 829 bytes boards/geography/africa/togo.png | Bin 0 -> 319 bytes boards/geography/africa/tunisia.png | Bin 0 -> 484 bytes boards/geography/africa/uganda.png | Bin 0 -> 569 bytes boards/geography/africa/western_sahara.png | Bin 0 -> 512 bytes boards/geography/africa/zambia.png | Bin 0 -> 865 bytes boards/geography/africa/zimbabwe.png | Bin 0 -> 591 bytes boards/geography/board4_0.xml.in | 156 ++++++++++++++------ boards/geography/board4_1.xml.in | 89 +++++++++++ boards/geography/board5_0.xml.in | 75 ++++++++++ configure.in | 26 ++-- po/POTFILES.in | 3 + src/boards/shapegame.c | 20 ++-- src/gcompris/gameutil.c | 7 +- src/gcompris/gcompris.c | 6 +- 61 files changed, 310 insertions(+), 85 deletions(-) commit 29deba8ba65d9d80c9e895cc49436f53723d5314 Author: Ronny Standtke Date: Sun Jun 19 11:40:04 2005 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 239 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 136 insertions(+), 107 deletions(-) commit 8b7dbb787aa26731c7488e73fdc416edece14dd7 Author: Francisco Javier F. Serrador Date: Fri Jun 17 18:25:49 2005 +0000 Updated Spanish translation. 2005-06-17 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 1178 +++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 841 insertions(+), 341 deletions(-) commit 5280bce791a99f0ef3317942711fa536f06a9655 Author: Adam Weinberger Date: Fri Jun 17 05:31:49 2005 +0000 Updated Canadian English translation. 2005-06-17 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 +++ po/en_CA.po | 71 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 42 insertions(+), 33 deletions(-) commit e55ebbd57638e6c05ba4b53d2b77b83e363de58e Author: Yves Combe Date: Thu Jun 16 20:47:18 2005 +0000 Preparation of cairo integration (compilation errors) --reread-xml option * Preparation of cairo integration (compilation errors) * --reread-xml option to force database boards rewrite. Suppress boards if they are no more in the xml list. ChangeLog | 6 ++ src/boards/Makefile.am | 22 +++++++- src/boards/clockgame.c | 14 ++-- src/boards/maze.c | 12 ++-- src/gcompris/Makefile.am | 23 ++++++- src/gcompris/gameutil.c | 80 ++++++++++++++++++++----- src/gcompris/gcompris.c | 47 +++++++++++++-- src/gcompris/gcompris.h | 7 ++- src/gcompris/gcompris_db.c | 139 +++++++++++++++++++++++++++++++++++++++---- src/gcompris/gcompris_db.h | 14 +++-- src/gcompris/profile.c | 29 +++++++++ src/gcompris/profile.h | 4 +- src/gcompris/properties.c | 3 +- src/gcompris/properties.h | 3 +- 14 files changed, 339 insertions(+), 64 deletions(-) commit b0c5f83d502c76b3fd57128980e4f31c5009861a Author: Vincent van Adrighem Date: Thu Jun 16 16:20:00 2005 +0000 Translation updated by Tino Meinen. 2005-06-16 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 148 +++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 105 insertions(+), 47 deletions(-) commit ee499d908c7b9ba28587ba6bc6f972477c7d1f9a Author: Ronny Standtke Date: Thu Jun 16 06:50:56 2005 +0000 *** empty log message *** po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit e3dec0180b0c89ffe115621b7fd1094fb5f3e519 Author: Ronny Standtke Date: Thu Jun 16 06:49:03 2005 +0000 debian maintainer fixes po/de.po | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit 8845ac9bd3674a4706ad57513769862d5478a2c1 Author: Yves Combe Date: Wed Jun 15 19:49:00 2005 +0000 added missing files for football board. * added missing files for football board. boards/boardicons/foot.png | Bin 0 -> 10237 bytes boards/images/foot_background.png | Bin 0 -> 13684 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit 78dd3a1a79a07694c721c4f65ca2f43cac2c32a9 Author: Yves Combe Date: Wed Jun 15 19:31:16 2005 +0000 Change billard to football (NTBF suggestion). * Change billard to football (NTBF suggestion). ChangeLog | 4 +++ boards/billard.xml.in | 11 ++++----- src/boards/machpuzzle.c | 50 ++++++++++++++++++++++++++-------------------- 3 files changed, 37 insertions(+), 28 deletions(-) commit ab2fb318ac349d7683a1e4989247e676ac236769 Author: Yves Combe Date: Tue Jun 14 09:49:33 2005 +0000 fix segfault on gdate. * fix segfault on gdate. ChangeLog | 5 +++++ INSTALL | 2 +- src/gcompris/gameutil.c | 7 ++++++- src/gcompris/gcompris_db.c | 5 +---- 4 files changed, 13 insertions(+), 6 deletions(-) commit a1ef41510a4ed74cc8786b1043d848c129772abe Author: Yves Combe Date: Mon Jun 13 22:49:46 2005 +0000 fix missing board_dir initialisation when board is read from db. * fix missing board_dir initialisation when board is read from db. ChangeLog | 5 +++++ src/gcompris/gcompris_db.c | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletions(-) commit 2c6c97ffc06187f6414decc1d3d9031d21f78b0e Author: Yves Combe Date: Mon Jun 13 22:22:08 2005 +0000 fix compilation failure without --enable-profils * fix compilation failure without --enable-profils ChangeLog | 4 ++++ src/gcompris/gameutil.c | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) commit 62efebe28eeef38861e03a9ab44d8b52aa4a14b5 Author: Yves Combe Date: Mon Jun 13 22:07:23 2005 +0000 fix stupid mistake (board->board_dir and board->boarddir confusion). * fix stupid mistake (board->board_dir and board->boarddir confusion). ChangeLog | 4 ++++ src/gcompris/gcompris_db.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) commit cf44dbf201912a501c3ad4033203deabd825ed85 Author: Yves Combe Date: Mon Jun 13 21:45:20 2005 +0000 PROFILS fix missing columns in db fix NULL string db management. PROFILS * fix missing columns in db * fix NULL string db management. ChangeLog | 6 ++++++ src/gcompris/gameutil.c | 10 +++++++--- src/gcompris/gcompris_db.c | 19 +++++++++++++------ src/gcompris/gcompris_db.h | 5 ++++- 4 files changed, 30 insertions(+), 10 deletions(-) commit 954b485857a260371ec77afb04db0d2450984d5c Author: Yves Combe Date: Mon Jun 13 20:38:57 2005 +0000 PROFILS Read board from db at load ! PROFILS * Read board from db at load ! ChangeLog | 5 ++ src/gcompris/gameutil.c | 9 ++-- src/gcompris/gameutil.h | 1 + src/gcompris/gcompris-board.h | 2 +- src/gcompris/gcompris.c | 10 +++- src/gcompris/gcompris_db.c | 101 +++++++++++++++++++++++++++++++++-------- src/gcompris/gcompris_db.h | 4 +- 7 files changed, 102 insertions(+), 30 deletions(-) commit db48123d93fbed1f6f2120c0e0053147cd6ceb82 Author: Yves Combe Date: Mon Jun 13 16:40:44 2005 +0000 registering boards in db at run seems ok. * use gettext for l10n. xml lang intltoolized not used at run time PROFILS: * registering boards in db at run seems ok. ChangeLog | 6 ++ src/gcompris/gameutil.c | 180 ++++++++++++++++++++++---------------------- src/gcompris/gameutil.h | 2 +- src/gcompris/gcompris_db.c | 77 +++++++++++++------ src/gcompris/gcompris_db.h | 23 +++--- 5 files changed, 164 insertions(+), 124 deletions(-) commit 7482b02bbcb927b3823765957582f7ec1cc3e942 Author: Ronny Standtke Date: Sun Jun 12 15:16:16 2005 +0000 *** empty log message *** po/ChangeLog | 4 + po/de.po | 572 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 404 insertions(+), 172 deletions(-) commit d25221f5799c2db236c9a86c3293a091394038a5 Author: Yves Combe Date: Sat Jun 11 21:25:37 2005 +0000 Change section buhaviour in xml files Registering boards in sqlite at load almost working (--enable-profils). ChangeLog | 5 ++ boards/advanced_colors.xml.in | 2 +- boards/algebra_by.xml.in | 2 +- boards/algebra_group.xml.in | 4 +- boards/algebra_guesscount.xml.in | 2 +- boards/algebra_minus.xml.in | 2 +- boards/algebra_plus.xml.in | 2 +- boards/algebramenu.xml.in | 4 +- boards/algorithm.xml.in | 2 +- boards/anim.xml.in | 2 +- boards/babymatch.xml.in | 2 +- boards/babyshapes.xml.in | 2 +- boards/ballcatch.xml.in | 2 +- boards/bargame.xml.in | 2 +- boards/billard.xml.in | 2 +- boards/boards.xml.in | 2 +- boards/canal_lock.xml.in | 2 +- boards/chess.xml.in | 2 +- boards/chess_computer.xml.in | 2 +- boards/chess_movelearn.xml.in | 2 +- boards/chess_partyend.xml.in | 2 +- boards/chronos.xml.in | 2 +- boards/click_on_letter.xml.in | 2 +- boards/clickgame.xml.in | 2 +- boards/clockgame.xml.in | 2 +- boards/colors.xml.in | 4 +- boards/colors_group.xml.in | 4 +- boards/computer.xml.in | 2 +- boards/connect4.xml.in | 11 +++-- boards/doubleentry.xml.in | 2 +- boards/draw.xml.in | 2 +- boards/enumerate.xml.in | 2 +- boards/erase.xml.in | 2 +- boards/erase_clic.xml.in | 2 +- boards/erase_double_clic.xml.in | 2 +- boards/experience.xml.in | 2 +- boards/fifteen.xml.in | 2 +- boards/followline.xml.in | 2 +- boards/fun.xml.in | 2 +- boards/geography.xml.in | 2 +- boards/gletters.xml.in | 2 +- boards/gnumch-equality.xml.in | 2 +- boards/gnumch-factors.xml.in | 2 +- boards/gnumch-inequality.xml.in | 2 +- boards/gnumch-multiples.xml.in | 2 +- boards/gnumch-primes.xml.in | 2 +- boards/gnumchmenu.xml.in | 2 +- boards/hanoi.xml.in | 2 +- boards/hexagon.xml.in | 2 +- boards/imageid.xml.in | 2 +- boards/imagename.xml.in | 2 +- boards/leftright.xml.in | 2 +- boards/maze.xml.in | 2 +- boards/maze2DRelative.xml.in | 2 +- boards/maze3D.xml.in | 2 +- boards/mazeInvisible.xml.in | 2 +- boards/mazeMenu.xml.in | 4 +- boards/melody.xml.in | 2 +- boards/memory.xml.in | 2 +- boards/menu.xml.in | 2 +- boards/missing_letter.xml.in | 2 +- boards/money.xml.in | 2 +- boards/money_cents.xml.in | 2 +- boards/mouse.xml.in | 2 +- boards/paintings.xml.in | 2 +- boards/paratrooper.xml.in | 2 +- boards/planegame.xml.in | 2 +- boards/pythontest.xml.in | 2 +- boards/railroad.xml.in | 2 +- boards/read_colors.xml.in | 2 +- boards/reading.xml.in | 2 +- boards/readingh.xml.in | 2 +- boards/readingv.xml.in | 2 +- boards/redraw.xml.in | 2 +- boards/redraw_symmetrical.xml.in | 2 +- boards/reversecount.xml.in | 2 +- boards/scalesboard.xml.in | 2 +- boards/searace.xml.in | 2 +- boards/searace1player.xml.in | 2 +- boards/smallnumbers.xml.in | 2 +- boards/smallnumbers2.xml.in | 2 +- boards/submarine.xml.in | 2 +- boards/superbrain.xml.in | 2 +- boards/target.xml.in | 2 +- boards/traffic.xml.in | 2 +- boards/watercycle.xml.in | 2 +- boards/wordsgame.xml.in | 2 +- src/boards/menu.c | 8 +++- src/gcompris/gameutil.c | 90 ++++++++++++++++++++------------------ src/gcompris/gcompris.c | 21 ++++----- src/gcompris/gcompris_db.c | 83 ++++++++++++++++++++++++++++------- src/gcompris/gcompris_db.h | 21 ++++++++- src/gcompris/properties.c | 2 +- 93 files changed, 249 insertions(+), 172 deletions(-) commit 38dd612869d547e6ae4eb2ffde8db317bd11a14a Author: Yves Combe Date: Sat Jun 11 05:39:31 2005 +0000 Profiles stuff ChangeLog | 4 + src/gcompris/gameutil.c | 28 +++++- src/gcompris/gcompris-board.h | 8 ++- src/gcompris/gcompris_db.c | 203 ++++++++++++++++++++++++++++++++++++++-- src/gcompris/gcompris_db.h | 7 +- 5 files changed, 234 insertions(+), 16 deletions(-) commit 78e56bd42ae42d121926aa2caf3b4847949daff1 Author: Yves Combe Date: Sat Jun 4 22:24:36 2005 +0000 database initialisation: gcompris VERSION and integrity checks. ChangeLog | 5 ++ src/gcompris/gcompris_db.c | 103 ++++++++++++++++++++++++++++++++++++-------- 2 files changed, 90 insertions(+), 18 deletions(-) commit 01f48cb68936346f316620210a68397971a0761c Author: Yves Combe Date: Thu Jun 2 23:26:30 2005 +0000 add gcompris_db.h gcompris_db.c as interface with sqlite create table at * add gcompris_db.h gcompris_db.c as interface with sqlite * create table at initialisation ChangeLog | 6 ++ src/gcompris/Makefile.am | 4 +- src/gcompris/gcompris.c | 14 ++++-- src/gcompris/gcompris_db.c | 113 ++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/gcompris_db.h | 49 +++++++++++++++++++ src/gcompris/profile.c | 3 - 6 files changed, 179 insertions(+), 10 deletions(-) commit ba89811fc3939b60a1547567937287aba1a8ef49 Author: Adam Weinberger Date: Wed Jun 1 08:48:27 2005 +0000 Updated Canadian English translation. 2005-06-01 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 1815 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 908 insertions(+), 911 deletions(-) commit f375b8e31ae71b56b5fbcc398f0aec0f0ea01008 Author: Yves Combe Date: Mon May 30 21:56:28 2005 +0000 disable gcompris-edit if --enable-profils initial import of profile.c. * disable gcompris-edit if --enable-profils * initial import of profile.c. ChangeLog | 6 ++++ configure.in | 24 +++++++++------- po/Makefile.in.in | 22 +++++++------- src/boards/Makefile.am | 2 +- src/gcompris/profile.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 101 insertions(+), 22 deletions(-) commit c9f73fe74676ec2733005f1fcf2ffadae3dafd2b Author: Yves Combe Date: Mon May 30 19:48:20 2005 +0000 add command line parameters for profils database location ChangeLog | 5 ++ src/gcompris/gcompris.c | 55 ++++++++++++++---- src/gcompris/properties.c | 136 +++++++++++++++++++++++++++------------------ src/gcompris/properties.h | 4 +- 4 files changed, 131 insertions(+), 69 deletions(-) commit bdf1651baad84ab10102a33d29af0b64a51974af Author: Adam Weinberger Date: Fri May 27 18:19:37 2005 +0000 Updated Canadian English translation. 2005-05-27 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 57 +++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 41 insertions(+), 20 deletions(-) commit faa516ccb3e6222ecf719d016496ad2d19acd723 Author: Yves Combe Date: Thu May 26 22:40:02 2005 +0000 - change output order in -l list - fix Changelog forgotten in previous commit ChangeLog | 9 +++++++++ src/gcompris/gcompris.c | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) commit 04d87f0351d5845659bc963a827dffb45b7a27a4 Author: Yves Combe Date: Thu May 26 21:52:29 2005 +0000 GENERAL - add -l list feature in gcompris.c PROFILS STUFF (depends on GENERAL - add -l list feature in gcompris.c PROFILS STUFF (depends on --enable-profils): - add -e in gcompris.c, gameutil.c - add profile.h (profile.c missing again) - add profiles in properties.{c,h} and in gcompris.c - fix configure.in and src/gcompris/Makefile.am to compile profiles correctly. configure.in | 21 +++--- src/gcompris/Makefile.am | 24 +++++- src/gcompris/gameutil.c | 12 +++- src/gcompris/gcompris.c | 70 ++++++++++++++++-- src/gcompris/gcompris.h | 6 ++- src/gcompris/profile.h | 171 +++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/properties.c | 16 ++++- src/gcompris/properties.h | 5 +- 8 files changed, 297 insertions(+), 28 deletions(-) commit 7e6bcfcd7e48bcda36e3daf492d7f6207da24ddc Author: Adam Weinberger Date: Thu May 26 16:11:56 2005 +0000 Updated Canadian English translation. 2005-05-26 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 16 +++++++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) commit c6272376248c1d7f38efd4ccc855e0b8c4abaa4f Author: Bruno Coudoin Date: Wed May 25 22:06:44 2005 +0000 created by Yves, contain python checkings code. * acinclude.m4: created by Yves, contain python checkings code. ChangeLog | 1 + acinclude.m4 | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+), 0 deletions(-) commit acfd2eff5e3e01bfda46787e29d2777144915b9e Author: Bruno Coudoin Date: Wed May 25 22:04:26 2005 +0000 Updated Portuguese translation. * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 603 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 419 insertions(+), 188 deletions(-) commit 2edc42aa3605fad958caf10944e9331a5f4e0afb Author: Bruno Coudoin Date: Wed May 25 22:02:32 2005 +0000 improved help message improved by Yves to provide python detection on * boards/maze2DRelative.xml.in: improved help message * configure.in: improved by Yves to provide python detection on newer version added detection for cairo and sqllite but it's not used anywhere yet ChangeLog | 6 ++ boards/maze2DRelative.xml.in | 2 +- configure.in | 176 ++++++++++++++++++++++++------------------ 3 files changed, 107 insertions(+), 77 deletions(-) commit 5b9a9ce5cf6d0caffb18e460f2bab3066387f191 Author: Gabor Kelemen Date: Tue May 24 19:51:24 2005 +0000 Hungarian translation updated. 2005-05-24 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 540 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 375 insertions(+), 169 deletions(-) commit 7286ee6aa0f1ed714e11d24f40544442c1869865 Author: Priit Laes Date: Mon May 23 19:54:29 2005 +0000 Translation updated by "Last-Translator: Olle Niit\n". 2005-05-23 Priit Laes * et.po: Translation updated by "Last-Translator: Olle Niit\n". po/ChangeLog | 4 + po/et.po | 619 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 426 insertions(+), 197 deletions(-) commit a63dab2afe8ac6941ec7751e02bdfda0de627fc1 Author: Bruno Coudoin Date: Sun May 22 23:26:59 2005 +0000 Fixed by yves, on newer pygtk (2.6), gtk.True is deprecated and must be replaced by True. This solves the key double entry. In anim, fixed a bug when a photo was taken with right click on an anchor In anim, fixed the search for external (full path images) Question: Yves could we put external images relatives to the user home dir. This way we could exchange animation is the user copy her personal image dir. ChangeLog | 18 ++++++++++++ src/boards/python/anim.py | 57 ++++++++++++++++++++------------------- src/boards/python/bargame.py | 4 +- src/boards/python/gnumch.py | 8 +++--- src/boards/python/melody.py | 8 +++--- src/boards/python/pythontest.py | 8 +++--- src/boards/python/redraw.py | 14 +++++----- src/boards/python/searace.py | 4 +- src/boards/python/watercycle.py | 8 +++--- 9 files changed, 74 insertions(+), 55 deletions(-) commit 68f8a9f07876405d22922a99e924a4402cfd6d4e Author: Adam Weinberger Date: Thu May 19 18:03:48 2005 +0000 Updated Canadian English translation. 2005-05-19 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 192 ++++++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 159 insertions(+), 37 deletions(-) commit 48d7b4a9fc8e7fd8ae2eebc083d221753558e12a Author: Bruno Coudoin Date: Mon May 16 23:29:06 2005 +0000 Updated the screenshots web site. ChangeLog | 100 +++++++++++++++++++++++++ boards/gnumch-equality.xml.in | 2 +- boards/gnumch-factors.xml.in | 4 +- boards/gnumch-inequality.xml.in | 2 +- boards/gnumch-multiples.xml.in | 2 +- boards/gnumch-primes.xml.in | 4 +- boards/searace1player.xml.in | 2 +- docs/gcompris2spip.pl | 8 ++- docs/screenshots/advanced_colors_small.jpg | Bin 0 -> 15277 bytes docs/screenshots/algebra_by_small.jpg | Bin 0 -> 14226 bytes docs/screenshots/algebra_guesscount_small.jpg | Bin 0 -> 14683 bytes docs/screenshots/algebra_minus_small.jpg | Bin 0 -> 14432 bytes docs/screenshots/algebra_plus_small.jpg | Bin 0 -> 14269 bytes docs/screenshots/algorithm_small.jpg | Bin 0 -> 15385 bytes docs/screenshots/anim_small.jpg | Bin 0 -> 10445 bytes docs/screenshots/babymatch_small.jpg | Bin 0 -> 10928 bytes docs/screenshots/babyshapes_small.jpg | Bin 0 -> 10095 bytes docs/screenshots/ballcatch_small.jpg | Bin 0 -> 12194 bytes docs/screenshots/bargame.jpg | Bin 0 -> 28561 bytes docs/screenshots/bargame_small.jpg | Bin 0 -> 14627 bytes docs/screenshots/billard_small.jpg | Bin 0 -> 7014 bytes docs/screenshots/canal_lock_small.jpg | Bin 0 -> 10482 bytes docs/screenshots/chess_computer_small.jpg | Bin 0 -> 12606 bytes docs/screenshots/chess_movelearn_small.jpg | Bin 0 -> 12243 bytes docs/screenshots/chess_partyend_small.jpg | Bin 0 -> 12254 bytes docs/screenshots/chronos_small.jpg | Bin 0 -> 11084 bytes docs/screenshots/click_on_letter_small.jpg | Bin 0 -> 12193 bytes docs/screenshots/clickgame_small.jpg | Bin 0 -> 14455 bytes docs/screenshots/clockgame_small.jpg | Bin 0 -> 12657 bytes docs/screenshots/colors_small.jpg | Bin 0 -> 14020 bytes docs/screenshots/connect4.jpg | Bin 0 -> 31566 bytes docs/screenshots/connect4_small.jpg | Bin 0 -> 14415 bytes docs/screenshots/doubleentry_small.jpg | Bin 0 -> 13025 bytes docs/screenshots/draw_small.jpg | Bin 0 -> 12300 bytes docs/screenshots/enumerate_small.jpg | Bin 0 -> 12138 bytes docs/screenshots/erase_clic.jpg | Bin 0 -> 25889 bytes docs/screenshots/erase_clic_small.jpg | Bin 0 -> 13530 bytes docs/screenshots/erase_double_clic.jpg | Bin 0 -> 29718 bytes docs/screenshots/erase_double_clic_small.jpg | Bin 0 -> 14036 bytes docs/screenshots/erase_small.jpg | Bin 0 -> 13355 bytes docs/screenshots/fifteen_small.jpg | Bin 0 -> 8743 bytes docs/screenshots/followline_small.jpg | Bin 0 -> 13823 bytes docs/screenshots/geography_small.jpg | Bin 0 -> 14133 bytes docs/screenshots/gletters_small.jpg | Bin 0 -> 12841 bytes docs/screenshots/gnumch-equality.jpg | Bin 0 -> 24233 bytes docs/screenshots/gnumch-equality_small.jpg | Bin 0 -> 12592 bytes docs/screenshots/gnumch-factors.jpg | Bin 0 -> 22411 bytes docs/screenshots/gnumch-factors_small.jpg | Bin 0 -> 12393 bytes docs/screenshots/gnumch-inequality.jpg | Bin 0 -> 23766 bytes docs/screenshots/gnumch-inequality_small.jpg | Bin 0 -> 12243 bytes docs/screenshots/gnumch-multiples.jpg | Bin 0 -> 26414 bytes docs/screenshots/gnumch-multiples_small.jpg | Bin 0 -> 13286 bytes docs/screenshots/gnumch-primes.jpg | Bin 0 -> 30280 bytes docs/screenshots/gnumch-primes_small.jpg | Bin 0 -> 14217 bytes docs/screenshots/hanoi_small.jpg | Bin 0 -> 13028 bytes docs/screenshots/hexagon_small.jpg | Bin 0 -> 17786 bytes docs/screenshots/imageid_small.jpg | Bin 0 -> 11899 bytes docs/screenshots/imagename_small.jpg | Bin 0 -> 11520 bytes docs/screenshots/leftright_small.jpg | Bin 0 -> 11100 bytes docs/screenshots/maze2DRelative.jpg | Bin 0 -> 23647 bytes docs/screenshots/maze2DRelative_small.jpg | Bin 0 -> 13005 bytes docs/screenshots/maze3D_small.jpg | Bin 0 -> 11447 bytes docs/screenshots/mazeInvisible.jpg | Bin 0 -> 11297 bytes docs/screenshots/mazeInvisible_small.jpg | Bin 0 -> 8473 bytes docs/screenshots/maze_small.jpg | Bin 0 -> 11032 bytes docs/screenshots/melody_small.jpg | Bin 0 -> 12112 bytes docs/screenshots/memory_small.jpg | Bin 0 -> 13385 bytes docs/screenshots/missing_letter_small.jpg | Bin 0 -> 11332 bytes docs/screenshots/money_cents_small.jpg | Bin 0 -> 10725 bytes docs/screenshots/money_small.jpg | Bin 0 -> 10693 bytes docs/screenshots/paintings_small.jpg | Bin 0 -> 14086 bytes docs/screenshots/paratrooper_small.jpg | Bin 0 -> 11210 bytes docs/screenshots/planegame_small.jpg | Bin 0 -> 10561 bytes docs/screenshots/railroad_small.jpg | Bin 0 -> 15644 bytes docs/screenshots/read_colors_small.jpg | Bin 0 -> 13005 bytes docs/screenshots/readingh_small.jpg | Bin 0 -> 7810 bytes docs/screenshots/readingv_small.jpg | Bin 0 -> 7851 bytes docs/screenshots/redraw_small.jpg | Bin 0 -> 14178 bytes docs/screenshots/redraw_symmetrical_small.jpg | Bin 0 -> 14239 bytes docs/screenshots/reversecount_small.jpg | Bin 0 -> 15381 bytes docs/screenshots/scalesboard_small.jpg | Bin 0 -> 14335 bytes docs/screenshots/searace.jpg | Bin 0 -> 35381 bytes docs/screenshots/searace1player.jpg | Bin 0 -> 36951 bytes docs/screenshots/searace1player_small.jpg | Bin 0 -> 14829 bytes docs/screenshots/searace_small.jpg | Bin 0 -> 14604 bytes docs/screenshots/smallnumbers2.jpg | Bin 0 -> 21322 bytes docs/screenshots/smallnumbers2_small.jpg | Bin 0 -> 11195 bytes docs/screenshots/smallnumbers_small.jpg | Bin 0 -> 10418 bytes docs/screenshots/submarine_small.jpg | Bin 0 -> 14456 bytes docs/screenshots/superbrain_small.jpg | Bin 0 -> 14437 bytes docs/screenshots/target_small.jpg | Bin 0 -> 13813 bytes docs/screenshots/traffic_small.jpg | Bin 0 -> 12626 bytes docs/screenshots/watercycle_small.jpg | Bin 0 -> 15033 bytes docs/screenshots/wordsgame_small.jpg | Bin 0 -> 13450 bytes docs/spip_oneboard.xsl | 2 +- docs/take_screenshots.sh | 5 + 96 files changed, 121 insertions(+), 10 deletions(-) commit ca801b4ad1de3e576ca05c3480a15d41d9f9cd56 Author: Bruno Coudoin Date: Sun May 15 14:27:41 2005 +0000 updated Added --disable-xrandr option to force xrandr not to be compiled * TODO: updated * configure.in: Added --disable-xrandr option to force xrandr not to be compiled * src/gcompris/gcompris.c: (board_widget_key_press_callback): new windows code ChangeLog | 6 ++++++ TODO | 4 ++++ configure.in | 23 +++++++++++++++-------- src/gcompris/gcompris.c | 14 +++++++++++++- 4 files changed, 38 insertions(+), 9 deletions(-) commit 16302d020164e57d50870328f1ac9cf9139db42d Author: Bruno Coudoin Date: Sun May 15 14:25:30 2005 +0000 needed to compile on windows windows installer data file for null soft * Makefile.mingw: needed to compile on windows * gcompris-installer.nsi: windows installer data file for null soft installer * global_win32.mak: to compile on windows ChangeLog | 6 + Makefile.mingw | 99 ++++++ gcompris-installer.nsi | 843 ++++++++++++++++++++++++++++++++++++++++++++++++ global_win32.mak | 23 ++ 4 files changed, 971 insertions(+), 0 deletions(-) commit 8faf7abe832b1e69cef7cd0d39b8afc4f6c42764 Author: Bruno Coudoin Date: Sun May 15 01:25:32 2005 +0000 added missing file for gnuchess cleanup. reitroduced for windows version. * src/boards/Makefile.mingw: added missing file for gnuchess * src/boards/chess.c: (start_child): cleanup. * src/boards/draw.c: (tool_event), (load_drawing), (save_drawing): reitroduced for windows version. removed load/save capapility. * src/gcompris/assetml.c: (dump_asset), (assetml_load_xml): fixed null pointer in display dump. * src/gcompris/board.c: (init_plugins): added draw * src/gcompris/soundutil.c: (gcompris_play_ogg) now returns if sound is null * src/gcompris/config.c: code cleanup ChangeLog | 10 ++++++++++ src/boards/Makefile.mingw | 1 + src/boards/chess.c | 5 ++++- src/boards/draw.c | 27 +++------------------------ src/boards/imageid.c | 5 ++--- src/gcompris/assetml.c | 27 ++++++++++++++++++--------- src/gcompris/board.c | 3 +++ src/gcompris/config.c | 6 +++--- src/gcompris/soundutil.c | 3 +++ 9 files changed, 47 insertions(+), 40 deletions(-) commit 33b8d306e6c53a3083a304b961c2bd491f543c18 Author: Vincent van Adrighem Date: Sat May 14 15:48:01 2005 +0000 Translation updated by Tino Meinen. 2005-05-14 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 451 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 287 insertions(+), 168 deletions(-) commit 1b3a5018fbc8233eae49acb15530615c6631e2f1 Author: Bruno Coudoin Date: Sat May 14 00:38:42 2005 +0000 cleanup. do not work as expected on widows yet cleanup added traces * src/boards/chess.c: (start_board), (start_child): cleanup. do not work as expected on widows yet * src/boards/chess_position.h: cleanup * src/gcompris/assetml.c: (dump_asset), (parse_doc), (assetml_load_xml), (assetml_get_asset): added traces * src/gcompris/gameutil.c: (gcompris_find_absolute_filename): cleanup * src/gcompris/soundutil.c: (scheduler), (thread_play_ogg), (gcompris_play_ogg), (gcompris_play_ogg_list): fixed memory leaks for windows. reviewed the whole code of this function. ChangeLog | 11 ++++++++ src/boards/chess.c | 10 +------ src/boards/chess_position.h | 2 + src/gcompris/assetml.c | 35 ++++++++++++++----------- src/gcompris/gameutil.c | 10 ++++++- src/gcompris/soundutil.c | 59 ++++++++++++++++++++++--------------------- 6 files changed, 72 insertions(+), 55 deletions(-) commit 44bc49e98f8e6942f63ce70ee20d0360462d6970 Author: Bruno Coudoin Date: Thu May 12 23:04:51 2005 +0000 fixed string removed CFLAGS= code cleanup fixed core dump on exits due to * boards/gnumch-inequality.xml.in: fixed string * configure.in: removed CFLAGS= * src/boards/chess.c: (start_board), (end_board), (chess_next_level), (chess_destroy_all_items), (chess_create_item), (hightlight_possible_moves), (item_event_black), (engine_local_destroy), (engine_local_cb), (start_child): code cleanup * src/gcompris/gcompris.c: (init_background), (gcompris_exit): fixed core dump on exits due to xrandr ChangeLog | 10 ++++ boards/gnumch-inequality.xml.in | 2 +- configure.in | 1 - src/boards/chess.c | 97 ++++++++++++++++++++------------------- src/gcompris/gcompris.c | 10 ++-- 5 files changed, 67 insertions(+), 53 deletions(-) commit 225fe7e9fe75aea12d56aa28376c262c193c175f Author: Bruno Coudoin Date: Tue May 10 23:05:34 2005 +0000 updated french by bruno * fr.po: updated french by bruno po/ChangeLog | 4 + po/fr.po | 574 +++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 397 insertions(+), 181 deletions(-) commit 73f2f380164a3baf63b93580fa3cf661c016b549 Author: Bruno Coudoin Date: Tue May 10 21:42:53 2005 +0000 Added many files needed for the windows side of the world, including installer files. I copied these files from gaim and adapted them for gcompris. fixed gletters not to crash anymore on windows. ChangeLog | 49 +++++++++++++++++++++++++++ boards/gnumch-equality.xml.in | 10 +++--- boards/gnumch-factors.xml.in | 12 +++--- boards/gnumch-inequality.xml.in | 10 +++--- boards/gnumch-multiples.xml.in | 12 +++--- boards/gnumch-primes.xml.in | 12 +++--- gcompris-uninstal.ico | Bin 0 -> 7358 bytes nsis/gcompris-header.bmp | Bin 0 -> 30606 bytes nsis/gcompris-intro.bmp | Bin 0 -> 174054 bytes nsis/langmacros.nsh | 62 +++++++++++++++++++++++++++++++++++ nsis/translations/albanian.nsh | 33 ++++++++++++++++++ nsis/translations/bulgarian.nsh | 22 ++++++++++++ nsis/translations/catalan.nsh | 33 ++++++++++++++++++ nsis/translations/czech.nsh | 33 ++++++++++++++++++ nsis/translations/danish.nsh | 34 +++++++++++++++++++ nsis/translations/dutch.nsh | 36 ++++++++++++++++++++ nsis/translations/english.nsh | 39 ++++++++++++++++++++++ nsis/translations/finnish.nsh | 33 ++++++++++++++++++ nsis/translations/french.nsh | 34 +++++++++++++++++++ nsis/translations/german.nsh | 36 ++++++++++++++++++++ nsis/translations/hebrew.nsh | 32 ++++++++++++++++++ nsis/translations/hungarian.nsh | 25 ++++++++++++++ nsis/translations/italian.nsh | 33 ++++++++++++++++++ nsis/translations/japanese.nsh | 33 ++++++++++++++++++ nsis/translations/korean.nsh | 25 ++++++++++++++ nsis/translations/norwegian.nsh | 33 ++++++++++++++++++ nsis/translations/polish.nsh | 33 ++++++++++++++++++ nsis/translations/portuguese-br.nsh | 33 ++++++++++++++++++ nsis/translations/portuguese.nsh | 33 ++++++++++++++++++ nsis/translations/romanian.nsh | 25 ++++++++++++++ nsis/translations/russian.nsh | 33 ++++++++++++++++++ nsis/translations/serbian-latin.nsh | 25 ++++++++++++++ nsis/translations/simp-chinese.nsh | 33 ++++++++++++++++++ nsis/translations/slovak.nsh | 32 ++++++++++++++++++ nsis/translations/slovenian.nsh | 35 +++++++++++++++++++ nsis/translations/spanish.nsh | 33 ++++++++++++++++++ nsis/translations/swedish.nsh | 40 ++++++++++++++++++++++ nsis/translations/trad-chinese.nsh | 30 +++++++++++++++++ nsis/translations/vietnamese.nsh | 34 +++++++++++++++++++ src/boards/chess.c | 15 ++++---- src/boards/gletters.c | 22 +++++------- src/gcompris/gcomprisrc.rc | 3 ++ 42 files changed, 1091 insertions(+), 49 deletions(-) commit b66421b89d0f098e28e5fc757df34d314c9f14b3 Author: Francisco Javier F. Serrador Date: Tue May 10 18:43:46 2005 +0000 Updated Spanish translation. 2005-05-10 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 ++ po/es.po | 90 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 52 insertions(+), 42 deletions(-) commit 0f2f323e004411d7a88521adb35a5bf52ebfae0c Author: Bruno Coudoin Date: Mon May 9 22:51:02 2005 +0000 added more checkings in case of errors. Fixed board.c not to write out of * src/gcompris/assetml.c: (assetml_get_asset): added more checkings in case of errors. * src/gcompris/board.c: (init_plugins), (board_check_file): Fixed board.c not to write out of bounds in an array. * src/gcompris/gameutil.c: (gcompris_get_asset_file): added more checkings to avoid null pointers in printf that makes windows version crash. ChangeLog | 9 +++++++++ src/gcompris/assetml.c | 7 ++++--- src/gcompris/board.c | 37 ++++++++++++++++++++++++++----------- src/gcompris/gameutil.c | 19 ++++++++++++++----- 4 files changed, 53 insertions(+), 19 deletions(-) commit daa29c161367c0b6e9a527aaa83e913b2cc902d4 Author: Bruno Coudoin Date: Fri May 6 23:26:13 2005 +0000 updated now the installer works. There is still a major problem with * README.mingw: updated * src/gcompris/Makefile.mingw: now the installer works. There is still a major problem with bonuses not working on windows. ChangeLog | 6 ++++++ README.mingw | 20 ++++++++------------ src/gcompris/Makefile.mingw | 8 +++++++- 3 files changed, 21 insertions(+), 13 deletions(-) commit 022d9c5e7812ef65218746bc848e223a2f3c5930 Author: Miloslav Trmac Date: Fri May 6 09:02:40 2005 +0000 Updated Czech translation. 2005-05-06 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 525 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 357 insertions(+), 172 deletions(-) commit e4836e61eb1d7fcac014c7ff23a1e4177bd1d333 Author: Adam Weinberger Date: Wed May 4 05:28:01 2005 +0000 Updated Canadian English translation. 2005-05-04 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 298 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 154 insertions(+), 148 deletions(-) commit 64674271f4cc6be2d362cf38cfa755ed47f4bf45 Author: Alexander Shopov Date: Tue May 3 05:25:25 2005 +0000 Updated Bulgarian translation by Yavor Doganov 2005-05-03 Alexander Shopov * bg.po: Updated Bulgarian translation by Yavor Doganov po/ChangeLog | 5 + po/bg.po | 868 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 582 insertions(+), 291 deletions(-) commit d3f87cb6cc6c618701e8d88976fe64f78fd7e2d5 Author: Bruno Coudoin Date: Mon May 2 22:50:16 2005 +0000 Due to the need to support second grade operating sytem that does not differentiate a 'a' with a 'A' (windows macos) I renamed the chess pieces. ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ boards/chess/B.png | Bin 713 -> 0 bytes boards/chess/Bb.png | Bin 0 -> 710 bytes boards/chess/Bk.png | Bin 0 -> 839 bytes boards/chess/Bn.png | Bin 0 -> 783 bytes boards/chess/Bp.png | Bin 0 -> 480 bytes boards/chess/Bq.png | Bin 0 -> 864 bytes boards/chess/Br.png | Bin 0 -> 588 bytes boards/chess/K.png | Bin 835 -> 0 bytes boards/chess/N.png | Bin 783 -> 0 bytes boards/chess/P.png | Bin 474 -> 0 bytes boards/chess/Q.png | Bin 861 -> 0 bytes boards/chess/R.png | Bin 581 -> 0 bytes boards/chess/WB.png | Bin 0 -> 713 bytes boards/chess/WK.png | Bin 0 -> 835 bytes boards/chess/WN.png | Bin 0 -> 783 bytes boards/chess/WP.png | Bin 0 -> 474 bytes boards/chess/WQ.png | Bin 0 -> 861 bytes boards/chess/WR.png | Bin 0 -> 581 bytes boards/chess/b.png | Bin 710 -> 0 bytes boards/chess/k.png | Bin 839 -> 0 bytes boards/chess/n.png | Bin 783 -> 0 bytes boards/chess/p.png | Bin 480 -> 0 bytes boards/chess/q.png | Bin 864 -> 0 bytes boards/chess/r.png | Bin 588 -> 0 bytes 25 files changed, 39 insertions(+), 0 deletions(-) commit 782ac051093631c1e2e0516668e3865ebfe0d2c2 Author: Bruno Coudoin Date: Mon May 2 22:39:27 2005 +0000 fixed board title fixed to work with sub level operating systems inable to * config.h.mingw: * src/boards/Makefile.mingw: * src/boards/algebra.c: fixed board title * src/boards/chess.c: (chess_create_item), (move_piece_to): fixed to work with sub level operating systems inable to differentiate a 'A' from a 'a'. This was creating a bug by having gcompris play black against black only. * src/gcompris/board.c: (init_plugins), (board_check_file): added chess. fixed it to let boards load on windows. It works on windows again. ChangeLog | 11 +++ config.h.mingw | 2 +- src/boards/Makefile.mingw | 1 + src/boards/algebra.c | 6 +- src/boards/chess.c | 10 ++- src/gcompris/board.c | 174 ++++++++++++++++++++------------------------ 6 files changed, 103 insertions(+), 101 deletions(-) commit f0f520178900691a9308bf4816c22c8eba649bd7 Author: Priit Laes Date: Mon May 2 06:08:20 2005 +0000 Translation updated by "Last-Translator: Olle Niit\n". 2005-05-02 Priit Laes * et.po: Translation updated by "Last-Translator: Olle Niit\n". po/ChangeLog | 4 ++++ po/et.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 2f4fb66b62240924861447694c2086244b14b2e3 Author: Bruno Coudoin Date: Mon May 2 01:03:17 2005 +0000 various fixed to compiled on Unix again src/boards/python.c | 4 ++-- src/gcompris/board.h | 3 ++- src/gcompris/properties.c | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) commit 0dc85832fa534fc028dc10c157cdf80aaf023eda Author: Bruno Coudoin Date: Mon May 2 00:40:35 2005 +0000 Windows port updated. Not functional yet. A new macro has been added to declare a gcompris activity. This macro make the declaration for a dynamic link on every good enough operating system. On windows, this macro declares the boards as static. ChangeLog | 58 +++++++++++++ src/boards/Makefile.am | 1 - src/boards/Makefile.mingw | 176 +++++++++++++++++++++++++++++++++++++++ src/boards/advanced_colors.c | 4 +- src/boards/algebra.c | 8 +-- src/boards/algebra_guesscount.c | 4 +- src/boards/canal_lock.c | 6 +- src/boards/chess.c | 6 +- src/boards/click_on_letter.c | 6 +- src/boards/clickgame.c | 9 +-- src/boards/clockgame.c | 8 +-- src/boards/colors.c | 4 +- src/boards/draw.c | 6 +- src/boards/enumerate.c | 6 +- src/boards/erase.c | 6 +- src/boards/fifteen.c | 6 +- src/boards/gletters.c | 8 +-- src/boards/hanoi.c | 6 +- src/boards/imageid.c | 6 +- src/boards/leftright.c | 4 +- src/boards/machpuzzle.c | 6 +- src/boards/maze.c | 4 +- src/boards/memory.c | 8 +-- src/boards/menu.c | 8 +-- src/boards/missingletter.c | 6 +- src/boards/money.c | 6 +- src/boards/paratrooper.c | 8 +-- src/boards/planegame.c | 8 +-- src/boards/python.c | 6 +- src/boards/railroad.c | 6 +- src/boards/read_colors.c | 4 +- src/boards/reading.c | 8 +-- src/boards/reversecount.c | 6 +- src/boards/shapegame.c | 8 +-- src/boards/smallnumbers.c | 8 +-- src/boards/submarine.c | 4 +- src/boards/superbrain.c | 6 +- src/boards/target.c | 6 +- src/boards/traffic.c | 6 +- src/boards/wordsgame.c | 8 +-- src/gcompris/Makefile.mingw | 163 ++++++++++++++++++++++++++++++++++++ src/gcompris/board.c | 168 ++++++++++++++++++------------------- src/gcompris/board.h | 21 +++++ src/gcompris/file_selector.c | 6 +- src/gcompris/gcompris.c | 9 +-- src/gcompris/gcompris.h | 3 +- src/gcompris/properties.c | 4 +- src/gcompris/sdlplayer.c | 2 - 48 files changed, 557 insertions(+), 287 deletions(-) commit fee60771f3b46a68233be98ad0b3a20b510e2ccd Author: Bruno Coudoin Date: Mon May 2 00:36:00 2005 +0000 config.h for mingw config.h.mingw | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 137 insertions(+), 0 deletions(-) commit 09c127f7f62d2cc60a4a8e2d5007daf4722caa06 Author: Bruno Coudoin Date: Sun May 1 23:54:09 2005 +0000 Many little changes to ease the windows port. Now uses the glib to load files with g_dir_open and no more readdir. Many compilation warning removed. ChangeLog | 22 ++++++++++++++++++++++ INSTALL | 3 ++- src/boards/clickgame.c | 33 ++++++++++++++------------------- src/boards/money_widget.c | 1 - src/boards/read_colors.c | 3 +-- src/boards/reading.c | 3 +-- src/gcompris/assetml.c | 26 ++++++++++++-------------- src/gcompris/bar.c | 3 +-- src/gcompris/bonus.c | 2 -- src/gcompris/config.c | 29 ++++++++++++++--------------- src/gcompris/file_selector.c | 42 ++++++++++++++++++------------------------ src/gcompris/gameutil.c | 35 +++++++++++++++++------------------ src/gcompris/soundutil.c | 16 +++++++--------- 13 files changed, 109 insertions(+), 109 deletions(-) commit 3df0a149529d6ee4c2b72f374fe4891aa7785220 Author: Arturas Sleinius Date: Thu Apr 28 23:33:44 2005 +0000 updated Lithuanian translation 2005-04-29 Arturas Sleinius * lt.po: updated Lithuanian translation po/ChangeLog | 4 + po/lt.po | 761 +++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 566 insertions(+), 199 deletions(-) commit 3501c1058ab2862664fe678cfab74499ae225c8b Author: Bruno Coudoin Date: Thu Apr 28 22:12:28 2005 +0000 removed the menu which uses an obsolete way of doing and do not compile on * src/gcompris/interface.c: (create_gcompris_edit): removed the menu which uses an obsolete way of doing and do not compile on new distro. ChangeLog | 5 +++++ src/gcompris/interface.c | 37 ------------------------------------- 2 files changed, 5 insertions(+), 37 deletions(-) commit 7e10abdf71325676875a191d7d7cc49b8cd66740 Author: Vincent van Adrighem Date: Wed Apr 27 21:16:33 2005 +0000 Translation updated by Tino Meinen. 2005-04-27 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 361 ++++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 280 insertions(+), 85 deletions(-) commit f67ff4c96ed26847ec19af476460e5f9192e121b Author: Adam Weinberger Date: Wed Apr 27 19:39:59 2005 +0000 Updated Canadian English translation. 2005-04-27 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 107 insertions(+), 7 deletions(-) commit cfe7a512713f263d34dbf50ae32ee930595e482a Author: Bruno Coudoin Date: Wed Apr 27 11:26:28 2005 +0000 color fix. fixed to play geography country sounds again. Not sure it did * boards/doubleentry/board3_0.xml.in: color fix. * src/gcompris/soundutil.c: (thread_play_ogg): fixed to play geography country sounds again. Not sure it did not break sounds elsewhere. ChangeLog | 6 ++++++ boards/doubleentry/board3_0.xml.in | 2 +- src/gcompris/soundutil.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) commit 3f7fed390bd27f15bd3b468b9b8e4c096035348f Author: Bruno Coudoin Date: Tue Apr 26 22:27:48 2005 +0000 fixed by Gran Uddeborg .../sv/alphabet/gcompris_alphabet_sv.assetml.in | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 015446eac4396d01046986a7cacfdc5ed77b1587 Author: Bruno Coudoin Date: Tue Apr 26 00:25:57 2005 +0000 New activity gnumch from Joe Neeman This is a port of the same activity Joe did separatly. removed unused svgutil.c anim, fixed the bug when you ask an animation play on an empty drawing. ChangeLog | 60 ++ boards/Makefile.am | 6 + boards/boardicons/gnumch.png | Bin 0 -> 6026 bytes boards/gletters/gletters.nb | 9 + boards/gletters/gletters.nn | 9 + boards/gnumch-equality.xml.in | 18 + boards/gnumch-factors.xml.in | 20 + boards/gnumch-inequality.xml.in | 18 + boards/gnumch-multiples.xml.in | 20 + boards/gnumch-primes.xml.in | 20 + boards/gnumch/diaper.gif | Bin 0 -> 773 bytes boards/gnumch/diaper.txt | 3 + boards/gnumch/diaper_eating.gif | Bin 0 -> 1853 bytes boards/gnumch/diaper_walking.gif | Bin 0 -> 773 bytes boards/gnumch/eater.gif | Bin 0 -> 438 bytes boards/gnumch/eater.txt | 3 + boards/gnumch/eater_eating.gif | Bin 0 -> 1093 bytes boards/gnumch/eater_walking.gif | Bin 0 -> 438 bytes boards/gnumch/fraidy.gif | Bin 0 -> 758 bytes boards/gnumch/fraidy.txt | 3 + boards/gnumch/fraidy_eating.gif | Bin 0 -> 1941 bytes boards/gnumch/fraidy_walking.gif | Bin 0 -> 758 bytes boards/gnumch/muncher.gif | Bin 0 -> 433 bytes boards/gnumch/muncher.txt | 3 + boards/gnumch/muncher_eating.gif | Bin 0 -> 1486 bytes boards/gnumch/muncher_walking.gif | Bin 0 -> 433 bytes boards/gnumch/reggie.gif | Bin 0 -> 491 bytes boards/gnumch/reggie.txt | 3 + boards/gnumch/reggie_eating.gif | Bin 0 -> 1178 bytes boards/gnumch/reggie_walking.gif | Bin 0 -> 491 bytes boards/gnumch/smarty.gif | Bin 0 -> 634 bytes boards/gnumch/smarty.txt | 3 + boards/gnumch/smarty_eating.gif | Bin 0 -> 1889 bytes boards/gnumch/smarty_walking.gif | Bin 0 -> 634 bytes boards/gnumchmenu.xml.in | 12 + boards/mazeInvisible.xml.in | 2 +- configure.in | 4 +- docs/C/python.xml | 5 - po/POTFILES.in | 7 + src/boards/py-mod-utils.c | 72 -- src/boards/python/Makefile.am | 1 + src/boards/python/anim.py | 7 +- src/boards/python/gnumch.py | 882 +++++++++++++++++++++++ src/gcompris/Makefile.am | 2 - src/gcompris/gcompris.h | 3 +- src/gcompris/svgutil.c | 1430 ------------------------------------- src/gcompris/svgutil.h | 38 - 47 files changed, 1109 insertions(+), 1554 deletions(-) commit 9287e3a1fc051de78064a9cb1dedf3b9a7a78781 Author: Priit Laes Date: Mon Apr 25 09:45:53 2005 +0000 Translation updated by "Last-Translator: Olle Niit\n". 2005-04-25 Priit Laes * et.po: Translation updated by "Last-Translator: Olle Niit\n". po/ChangeLog | 4 ++++ po/et.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 33fed650feb641c340a62ea43c1d6ccd2ca9edf2 Author: Priit Laes Date: Mon Apr 25 06:29:15 2005 +0000 Translation updated by "Last-Translator: Olle Niit\n". 2005-04-25 Priit Laes * et.po: Translation updated by "Last-Translator: Olle Niit\n". po/ChangeLog | 4 + po/et.po | 2796 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 1611 insertions(+), 1189 deletions(-) commit d74254b923ef878da21c42694878f01218e23985 Author: Klaus Ade Johnstad Date: Sun Apr 24 19:19:53 2005 +0000 Updated Norwegian Bokmal translation. 2004-04-24 Klaus Ade Johnstad. * nb.po: Updated Norwegian Bokmal translation. po/ChangeLog | 4 + po/nb.po | 1810 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 962 insertions(+), 852 deletions(-) commit 5d692f068933d6ea3a1e4425dc34b0a5b5a2e7e6 Author: Kostas Papadimas Date: Sun Apr 24 10:08:04 2005 +0000 Updated Greek Translation. po/ChangeLog | 4 + po/el.po | 3525 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 2125 insertions(+), 1404 deletions(-) commit c9b6996044b7e0d7041cdf276f7093af2bf62a65 Author: Gabor Kelemen Date: Sat Apr 23 23:40:55 2005 +0000 Hungarian translation updated. 2005-04-24 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 ++++ po/hu.po | 35 +++++++++++++++++++++++++---------- 2 files changed, 29 insertions(+), 10 deletions(-) commit 59fa378098c1466e3e79faf84a6745bd6ec29474 Author: Gareth Owen Date: Fri Apr 22 22:47:29 2005 +0000 Updated British English translation po/ChangeLog | 4 + po/en_GB.po | 1169 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 726 insertions(+), 447 deletions(-) commit 5dfc689b00d89ef651cdf919a1f7e83439ed68b3 Author: Gabor Kelemen Date: Fri Apr 22 22:12:00 2005 +0000 Hungarian translation updated. 2005-04-23 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 237 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 164 insertions(+), 77 deletions(-) commit c0eda9864c4c0be93a10c91afbe147fe92d9e9bd Author: Bengt Thuree Date: Fri Apr 22 10:15:28 2005 +0000 Updated Swedish translation. 2005-04-22 Bengt Thuree * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 3686 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 2443 insertions(+), 1247 deletions(-) commit da2a6f5697bafd473c4ba3cb335e7b09ff11fb39 Author: Adam Weinberger Date: Fri Apr 22 08:19:17 2005 +0000 Updated Canadian English translation. 2005-04-22 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) commit 5d9e11959a14ae9bf065b4aca94421d2d17516ce Author: Ronny Standtke Date: Fri Apr 22 06:25:44 2005 +0000 *** empty log message *** po/de.po | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) commit f1cc2b7aa04b47aa1b043b3eecf82bb908d8ffec Author: Bruno Coudoin Date: Thu Apr 21 22:13:02 2005 +0000 added a comment explaining the fallrate and droprate are optional provided * boards/gletters/README: added a comment explaining the fallrate and droprate are optional * boards/gletters/gletters.sv: provided by Gran Uddeborg * src/boards/python/algorithm.py: changed the question mark color to black (for color blind and ease of view). * src/boards/python/anim.py: fixed a string. ChangeLog | 9 +++++++++ boards/gletters/README | 4 ++-- boards/gletters/gletters.sv | 6 ++++++ src/boards/python/algorithm.py | 2 +- src/boards/python/anim.py | 2 +- 5 files changed, 19 insertions(+), 4 deletions(-) commit 687cd03db722cf43505daf0cc20de83b10623e51 Author: Nabil Ben Khalifa Date: Thu Apr 21 20:58:07 2005 +0000 updated arabic translation. 2005-04-21 Nabil Ben Khalifa * ar.po: updated arabic translation. po/ChangeLog | 4 + po/ar.po | 292 +++++++++++++++++++++++++++------------------------------ 2 files changed, 142 insertions(+), 154 deletions(-) commit 0f3affa21bedd433da3e679543e1305e413b8728 Author: Bruno Coudoin Date: Wed Apr 20 20:46:09 2005 +0000 Improved error cases by Joe Neeman . * src/boards/py-mod-anim.c: (Animation_init), (Animation_free), (AnimCanvas_init): Improved error cases by Joe Neeman . ChangeLog | 5 +++++ src/boards/py-mod-anim.c | 20 +++++++++++++++++--- 2 files changed, 22 insertions(+), 3 deletions(-) commit 2f475f9054af190f92c3826bd9328531c59f019c Author: Adam Weinberger Date: Wed Apr 20 20:32:12 2005 +0000 Updated Canadian English translation. 2005-04-20 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) commit 1e3dbf7d4847154a09e2c9ef7967e9da58d9ad3a Author: Jose JORGE Date: Wed Apr 20 19:14:42 2005 +0000 Updated Portuguese translation. 2005-04-20 Jose JORGE * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 2179 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 1211 insertions(+), 972 deletions(-) commit 5b2dcc828bac9ca726b3c9ad83492526fbc74f45 Author: Ronny Standtke Date: Wed Apr 20 07:12:43 2005 +0000 *** empty log message *** po/de.po | 174 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 123 insertions(+), 51 deletions(-) commit a5f8907d1d61add81ff3588bfb2e78a0861a4125 Author: Bruno Coudoin Date: Tue Apr 19 22:30:49 2005 +0000 no more used boards/connect4/selector.png | Bin 6900 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 4078506524c175713a05f871253198901fba0a7f Author: Bruno Coudoin Date: Tue Apr 19 22:22:09 2005 +0000 Frank reworked the connect4 activity graphism. * boards/boardicons/connect4.png: Frank reworked the connect4 activity graphism. * boards/connect4/back.png: * boards/connect4/grid.png: * boards/connect4/tux-teacher.png: * boards/music/COPYRIGHT: * boards/music/intro.ogg: Ludovic Grossard reworked the intro music. It's based on the previous melody but sounds better. * src/boards/python/connect4.py: Fixed to work with new graphism * src/boards/smallnumbers.c: (smallnumbers_create_item): In case of 2 dices, one could be hidden on the right. It's fixed now. * src/gcompris/gcompris.c: Minor string change in the usage. ChangeLog | 14 ++++++++++++++ boards/boardicons/connect4.png | Bin 12115 -> 7276 bytes boards/connect4/back.png | Bin 46711 -> 83041 bytes boards/connect4/grid.png | Bin 170296 -> 0 bytes boards/connect4/tux-teacher.png | Bin 0 -> 10392 bytes boards/music/COPYRIGHT | 2 ++ boards/music/intro.ogg | Bin 217592 -> 312390 bytes src/boards/python/connect4.py | 9 +-------- src/boards/smallnumbers.c | 4 ++-- src/gcompris/gcompris.c | 4 ++-- 10 files changed, 21 insertions(+), 12 deletions(-) commit 63c54daaabf6c2e8c0cdd42b5e0f26005266eef0 Author: Bruno Coudoin Date: Tue Apr 19 22:18:30 2005 +0000 updated norsk nynorsk by Huftis po/ChangeLog | 4 + po/nn.po | 280 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 179 insertions(+), 105 deletions(-) commit 7a96d0399641f531b7debab540722ab1c0338d59 Author: David Lodge Date: Tue Apr 19 19:53:10 2005 +0000 Updated British English translation. 2005-04-19 David Lodge * en_GB.po: Updated British English translation. po/ChangeLog | 4 + po/en_GB.po | 587 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 361 insertions(+), 230 deletions(-) commit 75286e5dc07366eb9cf65cda2cd861fbad3ad3cd Author: Adam Weinberger Date: Tue Apr 19 17:25:00 2005 +0000 Updated Canadian English translation. 2005-04-19 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 171 +++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 127 insertions(+), 48 deletions(-) commit b601fc502bb881172ef2d93b469b0fc1ba441df9 Author: Bruno Coudoin Date: Mon Apr 18 21:01:28 2005 +0000 fixed english - fixed misspelled files added Rwanda * boards/erase_clic.xml.in: fixed english * boards/erase_double_clic.xml.in: - * po/POTFILES.in: fixed misspelled files * po_report.pl: added Rwanda * src/gcompris/anim.c: (gcompris_load_animation): * src/gcompris/gameutil.c: (gcompris_load_pixmap), (gcompris_find_absolute_filename): added gcompris_find_absolute_filename by Yves It makes it easier to search file in GCompris usual directory or local gcomprisBoard->board_dir. * src/gcompris/gameutil.h: * src/gcompris/soundutil.c: (thread_play_ogg): ChangeLog | 14 ++++++ boards/erase_clic.xml.in | 6 +- boards/erase_double_clic.xml.in | 6 +- po/POTFILES.in | 4 +- po_report.pl | 1 + src/gcompris/anim.c | 22 +++++----- src/gcompris/gameutil.c | 48 +++++++++++++++------- src/gcompris/gameutil.h | 3 + src/gcompris/soundutil.c | 85 +++++++++++---------------------------- 9 files changed, 93 insertions(+), 96 deletions(-) commit 900c47bae34a5908cce119e4413a091a420e5e87 Author: Bruno Coudoin Date: Mon Apr 18 20:29:06 2005 +0000 updated by bruno po/ChangeLog | 4 + po/fr.po | 197 ++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 142 insertions(+), 59 deletions(-) commit 598f322055eaeb8efd77f6a1e6c80718be0e2da5 Author: Bruno Coudoin Date: Sun Apr 17 23:30:40 2005 +0000 Yves added a new board called bargame. The manual is: Put balls in the holes. You win if the computer play the last one. If you want Tux to begin, just click on him. Bruno Created the background image, Yves did the rest of the game. Serveral changes in the computer menu. Now there is a submenu for the mouse activity. I redid the erase activity icons to be more precse. The mouse comes from openclipart. I redid the tux teacher image as found in bargame and connect4 Some minor fixes for win32 compilation log format is now generic and does not need to be localised. ChangeLog | 61 ++++ Makefile.am | 8 +- boards/Makefile.am | 1 + boards/bargame.xml.in | 20 ++ boards/bargame/blue_ball.png | Bin 0 -> 29654 bytes boards/bargame/board.png | Bin 0 -> 18908 bytes boards/bargame/case.png | Bin 0 -> 85453 bytes boards/bargame/case_last.png | Bin 0 -> 86560 bytes boards/bargame/green_ball.png | Bin 0 -> 27307 bytes boards/bargame/mask.png | Bin 0 -> 38146 bytes boards/bargame/mask_last.png | Bin 0 -> 38806 bytes boards/bargame/ombre.png | Bin 0 -> 12238 bytes boards/boardicons/bargame.png | Bin 0 -> 12329 bytes boards/boardicons/connect4.png | Bin 12298 -> 12115 bytes boards/boardicons/erase.png | Bin 7750 -> 9261 bytes boards/boardicons/erase_clic.png | Bin 9628 -> 7429 bytes boards/boardicons/erase_double_clic.png | Bin 7764 -> 8376 bytes boards/boardicons/mouse.png | Bin 0 -> 6554 bytes boards/boardicons/mouse_move.png | Bin 0 -> 7966 bytes boards/clickgame.xml.in | 2 +- boards/connect4/prof.png | Bin 12298 -> 0 bytes boards/followline.xml.in | 2 +- boards/images/scenery6_background.png | Bin 0 -> 59166 bytes boards/images/superbrain_background.jpg | Bin 53584 -> 63746 bytes boards/images/tux-teacher.png | Bin 0 -> 15459 bytes boards/mouse.xml.in | 2 +- configure.in | 3 +- po/POTFILES.in | 1 + src/boards/chess.c | 2 - src/boards/erase.c | 8 +- src/boards/py-mod-anim.c | 62 ++++- src/boards/python/Makefile.am | 1 + src/boards/python/bargame.py | 473 +++++++++++++++++++++++++++ src/boards/python/connect4.py | 2 +- src/boards/python/gcompris/score/.cvsignore | 1 + src/gcompris/anim.c | 14 +- src/gcompris/file_selector.c | 6 +- src/gcompris/log.c | 2 +- src/gcompris/properties.c | 6 +- 39 files changed, 657 insertions(+), 20 deletions(-) commit c2a565934588fd83325dc7974f6ba10af81ae8eb Author: Bruno Coudoin Date: Fri Apr 15 11:31:37 2005 +0000 tuned level difficulty by Yves ChangeLog | 5 +++++ src/boards/erase.c | 48 ++++++++++++++++++++++++++++++++++++------------ 2 files changed, 41 insertions(+), 12 deletions(-) commit 983d8e88b2572c860847bc2d29886006df192c11 Author: Bruno Coudoin Date: Tue Apr 12 22:03:56 2005 +0000 Yves created 2 new activities by changeing the erase one. Now we have a submenu in the computer menu to learn mouse move, simple and double click Laurent fixed connect4 activity. No more bug clicking on a full column. menu.c fixed to find boardicon in it's local board directory ChangeLog | 28 ++++++ boards/Makefile.am | 3 + boards/boardicons/erase_clic.png | Bin 0 -> 9628 bytes boards/boardicons/erase_double_clic.png | Bin 0 -> 7764 bytes boards/erase.xml.in | 6 +- boards/erase_clic.xml.in | 23 +++++ boards/erase_double_clic.xml.in | 23 +++++ boards/mouse.xml.in | 12 +++ docs/C/python.xml | 2 + po/POTFILES.in | 3 + src/boards/erase.c | 134 ++++++++++++++++++++------- src/boards/menu.c | 15 +++- src/boards/py-mod-bonus.c | 1 + src/boards/python/algorithm.py | 27 +++++- src/boards/python/connect4.py | 154 +++++++++++++++---------------- src/boards/python/connect4p/minmax.py | 8 +- src/boards/python/hexagon.py | 26 ++++- 17 files changed, 337 insertions(+), 128 deletions(-) commit aee015bfd818ce62ce604f2e9ade74652d425954 Author: Bruno Coudoin Date: Mon Apr 11 21:37:55 2005 +0000 fixed by Yves. There was a bug in case of a draw game. By Yves, we can now * src/boards/python/connect4.py: fixed by Yves. There was a bug in case of a draw game. * src/gcompris/gameutil.c: (gcompris_get_board_from_section): By Yves, we can now run a single activity from the command line with for e.g -l /reading/imagename. * src/gcompris/interface.c: (create_gcompris_edit): removed unused menu that seems to crash compilation on new distrib * src/gcompris/soundutil.c: (thread_play_ogg): fixed to search sound file in local board_dir as well ChangeLog | 14 +++++++ boards/sounds/sv/.cvsignore | 4 ++ boards/sounds/sv/alphabet/.cvsignore | 5 ++ boards/sounds/sv/colors/.cvsignore | 5 ++ boards/sounds/sv/geography/.cvsignore | 5 ++ boards/sounds/sv/misc/.cvsignore | 5 ++ src/boards/python/connect4.py | 44 +++++++++++---------- src/gcompris/gameutil.c | 30 +++++++++++++-- src/gcompris/interface.c | 18 --------- src/gcompris/soundutil.c | 66 +++++++++++++++++++++----------- 10 files changed, 130 insertions(+), 66 deletions(-) commit f76da8ca955a41aa4ea788be1e21a61559959d0d Author: Adam Weinberger Date: Mon Apr 11 06:58:14 2005 +0000 Updated Canadian English translation. 2005-04-11 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 1719 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 879 insertions(+), 844 deletions(-) commit 8404ccdcd3bc230a51ba75d126a599bb8fffb261 Author: Ronny Standtke Date: Mon Apr 11 05:59:16 2005 +0000 *** empty log message *** po/de.po | 73 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 42 insertions(+), 31 deletions(-) commit bdbda8b1492c196cb362800c74fdb325c87b785d Author: Vincent van Adrighem Date: Sun Apr 10 22:38:29 2005 +0000 Translation updated by Tino Meinen. 2005-04-11 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 2039 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 1087 insertions(+), 956 deletions(-) commit c82cdc58bacd893b4906247f86c54f722656d540 Author: Bruno Coudoin Date: Sun Apr 10 22:28:27 2005 +0000 By Yves and Bruno. Added 2 options to allow gcompris to be used with an external directory containing a complete independant activity. For e.g. gcompris -L /home/user/myboard => add the activities in this dir to gcompris gcompris -l /reading => run gcompris directly in the reading activity set ChangeLog | 30 ++++++++++++++++++ README | 3 ++ boards/boardicons/connect4.png | Bin 0 -> 12298 bytes boards/connect4.xml.in | 4 +- docs/C/python.html | 15 ++++----- docs/C/python.xml | 2 +- po/POTFILES.in | 1 + src/boards/py-mod-gcompris.c | 4 +- src/boards/python.c | 8 +++- src/boards/python/anim.py | 2 +- src/gcompris/about.c | 4 +- src/gcompris/bar.c | 5 ++- src/gcompris/board.c | 6 +++- src/gcompris/bonus.c | 6 +++- src/gcompris/gameutil.c | 67 ++++++++++++++++++++++++++++------------ src/gcompris/gcompris-board.h | 5 ++- src/gcompris/gcompris.c | 30 ++++++++++++++++-- src/gcompris/images_selector.c | 10 +++--- src/gcompris/properties.c | 6 ++- src/gcompris/properties.h | 19 ++--------- 20 files changed, 160 insertions(+), 67 deletions(-) commit 3c129ea2e83c40d795a15eb1df25eaeaddcbadba Author: Bruno Coudoin Date: Sun Apr 10 15:09:09 2005 +0000 updated french by bruno * fr.po: updated french by bruno po/ChangeLog | 4 ++ po/fr.po | 151 +++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 102 insertions(+), 53 deletions(-) commit c3df94f2ce619b9babb802a681ec6c859efe929e Author: Bruno Coudoin Date: Sat Apr 9 23:54:36 2005 +0000 updated boards/sounds/sv/misc/gcompris_misc_sv.assetml.in | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit d689cfc0725970525a71d3720e9883ce81d2054d Author: Bruno Coudoin Date: Sat Apr 9 23:41:40 2005 +0000 New sounds package for Swedish The voice is Ulrika Uddeborg and the packager is Gran Uddeborg ChangeLog | 171 ++++++++++ boards/sounds/Makefile.am | 2 +- boards/sounds/sv/Makefile.am | 1 + boards/sounds/sv/alphabet/0.ogg | Bin 0 -> 16034 bytes boards/sounds/sv/alphabet/1.ogg | Bin 0 -> 18702 bytes boards/sounds/sv/alphabet/10.ogg | Bin 0 -> 16203 bytes boards/sounds/sv/alphabet/11.ogg | Bin 0 -> 17189 bytes boards/sounds/sv/alphabet/12.ogg | Bin 0 -> 13555 bytes boards/sounds/sv/alphabet/13.ogg | Bin 0 -> 17473 bytes boards/sounds/sv/alphabet/14.ogg | Bin 0 -> 18333 bytes boards/sounds/sv/alphabet/15.ogg | Bin 0 -> 16280 bytes boards/sounds/sv/alphabet/16.ogg | Bin 0 -> 17538 bytes boards/sounds/sv/alphabet/17.ogg | Bin 0 -> 17340 bytes boards/sounds/sv/alphabet/18.ogg | Bin 0 -> 19891 bytes boards/sounds/sv/alphabet/19.ogg | Bin 0 -> 13047 bytes boards/sounds/sv/alphabet/2.ogg | Bin 0 -> 15977 bytes boards/sounds/sv/alphabet/20.ogg | Bin 0 -> 15240 bytes boards/sounds/sv/alphabet/3.ogg | Bin 0 -> 13100 bytes boards/sounds/sv/alphabet/4.ogg | Bin 0 -> 11510 bytes boards/sounds/sv/alphabet/5.ogg | Bin 0 -> 10675 bytes boards/sounds/sv/alphabet/6.ogg | Bin 0 -> 15196 bytes boards/sounds/sv/alphabet/7.ogg | Bin 0 -> 12343 bytes boards/sounds/sv/alphabet/8.ogg | Bin 0 -> 18991 bytes boards/sounds/sv/alphabet/9.ogg | Bin 0 -> 7484 bytes boards/sounds/sv/alphabet/Makefile.am | 11 + boards/sounds/sv/alphabet/a.ogg | Bin 0 -> 16028 bytes boards/sounds/sv/alphabet/aa.ogg | Bin 0 -> 17060 bytes boards/sounds/sv/alphabet/ae.ogg | Bin 0 -> 17209 bytes boards/sounds/sv/alphabet/b.ogg | Bin 0 -> 14860 bytes boards/sounds/sv/alphabet/c.ogg | Bin 0 -> 12786 bytes boards/sounds/sv/alphabet/d.ogg | Bin 0 -> 14082 bytes boards/sounds/sv/alphabet/e.ogg | Bin 0 -> 8503 bytes boards/sounds/sv/alphabet/f.ogg | Bin 0 -> 11486 bytes boards/sounds/sv/alphabet/g.ogg | Bin 0 -> 15921 bytes .../sv/alphabet/gcompris_alphabet_sv.assetml.in | 248 ++++++++++++++ boards/sounds/sv/alphabet/h.ogg | Bin 0 -> 16803 bytes boards/sounds/sv/alphabet/i.ogg | Bin 0 -> 14585 bytes boards/sounds/sv/alphabet/j.ogg | Bin 0 -> 7761 bytes boards/sounds/sv/alphabet/k.ogg | Bin 0 -> 12583 bytes boards/sounds/sv/alphabet/l.ogg | Bin 0 -> 14477 bytes boards/sounds/sv/alphabet/m.ogg | Bin 0 -> 17524 bytes boards/sounds/sv/alphabet/n.ogg | Bin 0 -> 16405 bytes boards/sounds/sv/alphabet/o.ogg | Bin 0 -> 13353 bytes boards/sounds/sv/alphabet/oe.ogg | Bin 0 -> 11847 bytes boards/sounds/sv/alphabet/p.ogg | Bin 0 -> 7075 bytes boards/sounds/sv/alphabet/q.ogg | Bin 0 -> 15599 bytes boards/sounds/sv/alphabet/r.ogg | Bin 0 -> 15295 bytes boards/sounds/sv/alphabet/s.ogg | Bin 0 -> 14542 bytes boards/sounds/sv/alphabet/t.ogg | Bin 0 -> 19268 bytes boards/sounds/sv/alphabet/u.ogg | Bin 0 -> 16099 bytes boards/sounds/sv/alphabet/v.ogg | Bin 0 -> 16142 bytes boards/sounds/sv/alphabet/x.ogg | Bin 0 -> 18824 bytes boards/sounds/sv/alphabet/y.ogg | Bin 0 -> 15159 bytes boards/sounds/sv/alphabet/z.ogg | Bin 0 -> 17382 bytes boards/sounds/sv/colors/Makefile.am | 14 + boards/sounds/sv/colors/black.ogg | Bin 0 -> 23482 bytes boards/sounds/sv/colors/blue.ogg | Bin 0 -> 15906 bytes boards/sounds/sv/colors/brown.ogg | Bin 0 -> 15859 bytes .../sounds/sv/colors/gcompris_colors_sv.assetml.in | 58 ++++ boards/sounds/sv/colors/green.ogg | Bin 0 -> 14970 bytes boards/sounds/sv/colors/grey.ogg | Bin 0 -> 14667 bytes boards/sounds/sv/colors/orange.ogg | Bin 0 -> 13945 bytes boards/sounds/sv/colors/pink.ogg | Bin 0 -> 14803 bytes boards/sounds/sv/colors/purple.ogg | Bin 0 -> 15153 bytes boards/sounds/sv/colors/red.ogg | Bin 0 -> 13953 bytes boards/sounds/sv/colors/white.ogg | Bin 0 -> 17030 bytes boards/sounds/sv/colors/yellow.ogg | Bin 0 -> 16258 bytes boards/sounds/sv/geography/Makefile.am | 14 + boards/sounds/sv/geography/alaska.ogg | Bin 0 -> 19737 bytes boards/sounds/sv/geography/albania.ogg | Bin 0 -> 15327 bytes boards/sounds/sv/geography/argentina.ogg | Bin 0 -> 15282 bytes boards/sounds/sv/geography/austria.ogg | Bin 0 -> 18967 bytes boards/sounds/sv/geography/bahamas.ogg | Bin 0 -> 15737 bytes boards/sounds/sv/geography/belarus.ogg | Bin 0 -> 21927 bytes boards/sounds/sv/geography/belgium.ogg | Bin 0 -> 16122 bytes boards/sounds/sv/geography/bolivia.ogg | Bin 0 -> 15138 bytes boards/sounds/sv/geography/bosnia_herzegovina.ogg | Bin 0 -> 12443 bytes boards/sounds/sv/geography/brazil.ogg | Bin 0 -> 13685 bytes boards/sounds/sv/geography/bulgaria.ogg | Bin 0 -> 9311 bytes boards/sounds/sv/geography/canada.ogg | Bin 0 -> 16063 bytes boards/sounds/sv/geography/chile.ogg | Bin 0 -> 12771 bytes boards/sounds/sv/geography/colombia.ogg | Bin 0 -> 13044 bytes boards/sounds/sv/geography/costa_rica.ogg | Bin 0 -> 26611 bytes boards/sounds/sv/geography/croatia.ogg | Bin 0 -> 17330 bytes boards/sounds/sv/geography/cuba.ogg | Bin 0 -> 14770 bytes boards/sounds/sv/geography/cyprus.ogg | Bin 0 -> 16187 bytes boards/sounds/sv/geography/czech.ogg | Bin 0 -> 12752 bytes boards/sounds/sv/geography/denmark.ogg | Bin 0 -> 16335 bytes boards/sounds/sv/geography/dominican_republic.ogg | Bin 0 -> 28899 bytes boards/sounds/sv/geography/ecuador.ogg | Bin 0 -> 20229 bytes boards/sounds/sv/geography/estonia.ogg | Bin 0 -> 25320 bytes boards/sounds/sv/geography/fantastic.ogg | Bin 0 -> 23659 bytes boards/sounds/sv/geography/finland.ogg | Bin 0 -> 10390 bytes boards/sounds/sv/geography/france.ogg | Bin 0 -> 14928 bytes boards/sounds/sv/geography/french_guiana.ogg | Bin 0 -> 12963 bytes .../sv/geography/gcompris_geography_sv.assetml.in | 343 ++++++++++++++++++++ boards/sounds/sv/geography/germany.ogg | Bin 0 -> 17704 bytes boards/sounds/sv/geography/greece.ogg | Bin 0 -> 15764 bytes boards/sounds/sv/geography/greenland.ogg | Bin 0 -> 21009 bytes boards/sounds/sv/geography/guatemala.ogg | Bin 0 -> 20488 bytes boards/sounds/sv/geography/guyana.ogg | Bin 0 -> 8653 bytes boards/sounds/sv/geography/haiti.ogg | Bin 0 -> 20662 bytes boards/sounds/sv/geography/honduras.ogg | Bin 0 -> 20263 bytes boards/sounds/sv/geography/hungary.ogg | Bin 0 -> 24935 bytes boards/sounds/sv/geography/iceland.ogg | Bin 0 -> 15349 bytes boards/sounds/sv/geography/ireland.ogg | Bin 0 -> 10265 bytes boards/sounds/sv/geography/italy.ogg | Bin 0 -> 17277 bytes boards/sounds/sv/geography/jamaica.ogg | Bin 0 -> 17499 bytes boards/sounds/sv/geography/latvia.ogg | Bin 0 -> 27036 bytes boards/sounds/sv/geography/lithuania.ogg | Bin 0 -> 18442 bytes boards/sounds/sv/geography/luxembourg.ogg | Bin 0 -> 14311 bytes boards/sounds/sv/geography/macedonia.ogg | Bin 0 -> 23847 bytes boards/sounds/sv/geography/mexico.ogg | Bin 0 -> 17655 bytes boards/sounds/sv/geography/moldova.ogg | Bin 0 -> 26886 bytes boards/sounds/sv/geography/netherland.ogg | Bin 0 -> 18481 bytes boards/sounds/sv/geography/nicaragua.ogg | Bin 0 -> 24028 bytes boards/sounds/sv/geography/norway.ogg | Bin 0 -> 13610 bytes boards/sounds/sv/geography/panama.ogg | Bin 0 -> 22593 bytes boards/sounds/sv/geography/paraguay.ogg | Bin 0 -> 14102 bytes boards/sounds/sv/geography/peru.ogg | Bin 0 -> 16685 bytes boards/sounds/sv/geography/poland.ogg | Bin 0 -> 16876 bytes boards/sounds/sv/geography/portugal.ogg | Bin 0 -> 8154 bytes boards/sounds/sv/geography/romania.ogg | Bin 0 -> 19337 bytes boards/sounds/sv/geography/russia.ogg | Bin 0 -> 14797 bytes boards/sounds/sv/geography/salvador.ogg | Bin 0 -> 28230 bytes boards/sounds/sv/geography/serbia_montenegro.ogg | Bin 0 -> 27902 bytes boards/sounds/sv/geography/slovakia.ogg | Bin 0 -> 14951 bytes boards/sounds/sv/geography/slovenia.ogg | Bin 0 -> 18533 bytes boards/sounds/sv/geography/spain.ogg | Bin 0 -> 16727 bytes boards/sounds/sv/geography/suriname.ogg | Bin 0 -> 9696 bytes boards/sounds/sv/geography/sweden.ogg | Bin 0 -> 16260 bytes boards/sounds/sv/geography/switz.ogg | Bin 0 -> 19564 bytes boards/sounds/sv/geography/turkey.ogg | Bin 0 -> 10854 bytes boards/sounds/sv/geography/ukraine.ogg | Bin 0 -> 17129 bytes boards/sounds/sv/geography/united_kingdom.ogg | Bin 0 -> 25298 bytes boards/sounds/sv/geography/uruguay.ogg | Bin 0 -> 16138 bytes boards/sounds/sv/geography/usa.ogg | Bin 0 -> 17083 bytes boards/sounds/sv/geography/venezuela.ogg | Bin 0 -> 17420 bytes boards/sounds/sv/misc/Makefile.am | 14 + boards/sounds/sv/misc/about.ogg | Bin 0 -> 7747 bytes boards/sounds/sv/misc/awesome.ogg | Bin 0 -> 18405 bytes boards/sounds/sv/misc/back.ogg | Bin 0 -> 17467 bytes boards/sounds/sv/misc/by.ogg | Bin 0 -> 17114 bytes boards/sounds/sv/misc/click_on_letter.ogg | Bin 0 -> 20447 bytes boards/sounds/sv/misc/configuration.ogg | Bin 0 -> 10951 bytes boards/sounds/sv/misc/congratulation.ogg | Bin 0 -> 18490 bytes boards/sounds/sv/misc/equal.ogg | Bin 0 -> 23810 bytes boards/sounds/sv/misc/gcompris_misc_sv.assetml.in | 103 ++++++ boards/sounds/sv/misc/good.ogg | Bin 0 -> 8097 bytes boards/sounds/sv/misc/great.ogg | Bin 0 -> 18875 bytes boards/sounds/sv/misc/help.ogg | Bin 0 -> 19978 bytes boards/sounds/sv/misc/level.ogg | Bin 0 -> 18106 bytes boards/sounds/sv/misc/minus.ogg | Bin 0 -> 13529 bytes boards/sounds/sv/misc/ok.ogg | Bin 0 -> 8590 bytes boards/sounds/sv/misc/outof.ogg | Bin 0 -> 17043 bytes boards/sounds/sv/misc/perfect.ogg | Bin 0 -> 17332 bytes boards/sounds/sv/misc/plus.ogg | Bin 0 -> 18529 bytes boards/sounds/sv/misc/quit.ogg | Bin 0 -> 17309 bytes boards/sounds/sv/misc/super.ogg | Bin 0 -> 14879 bytes boards/sounds/sv/misc/waytogo.ogg | Bin 0 -> 21260 bytes boards/sounds/sv/misc/welcome.ogg | Bin 0 -> 8623 bytes boards/wordsgame/wordslevel1.sv | 70 ++++ boards/wordsgame/wordslevel2.sv | 96 ++++++ boards/wordsgame/wordslevelmax.sv | 94 ++++++ configure.in | 18 + gcompris.spec.in | 59 ++++- 166 files changed, 1313 insertions(+), 3 deletions(-) commit 3725d583779f1888a1ce07d1754bca57d4d11c96 Author: Klaus Ade Johnstad Date: Sat Apr 9 21:10:55 2005 +0000 Updated Norwegian Bokmal translation. 2004-04-09 Klaus Ade Johnstad. * nb.po: Updated Norwegian Bokmal translation. 2005-04-09 Karl Ove Hufthammer * nn.po: Updated Norwegian Nynorsk by Karl Ove Hufthammer po/ChangeLog | 8 + po/nb.po | 1897 ++++++++++++++++++++++++++++++---------------------------- po/nn.po | 1722 +++++++++++++++++++++++++++------------------------- 3 files changed, 1887 insertions(+), 1740 deletions(-) commit a54aad8f0d15c19f53a3fdd9be1c0f70195ae28c Author: Miloslav Trmac Date: Sat Apr 9 16:55:19 2005 +0000 Updated Czech translation. 2005-04-09 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 1727 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 866 insertions(+), 865 deletions(-) commit fb3564a59f843c489c3498fd1cb2d5f6d5dcdda9 Author: Gabor Kelemen Date: Fri Apr 8 19:11:08 2005 +0000 Hungarian translation updated. 2005-04-08 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 1717 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 896 insertions(+), 825 deletions(-) commit 5816e47f24f6bd69a91df45778ae0e6760902c63 Author: Adam Weinberger Date: Thu Apr 7 17:14:44 2005 +0000 Updated Canadian English translation. 2005-04-07 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 1687 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 842 insertions(+), 849 deletions(-) commit db35da90258132401b6e92f989015d982cde6967 Author: Ronny Standtke Date: Thu Apr 7 07:04:39 2005 +0000 *** empty log message *** po/de.po | 90 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 55 insertions(+), 35 deletions(-) commit af53a1d8abffde789e50a1109e7271b3918a4b6a Author: Bruno Coudoin Date: Wed Apr 6 22:44:23 2005 +0000 fixed regarding Xrandr added a line to show the winning position by Yves * configure.in: fixed regarding Xrandr * src/boards/python/connect4.py: added a line to show the winning position by Yves Combe * src/boards/python/connect4p/rules.py: - * src/gcompris/bonus.c: (bonus_image), (end_bonus): Added support for the DRAW (equality) * src/gcompris/config.c: * src/gcompris/file_selector.c: (display_file_selector): * src/gcompris/gcompris-edit.c: moved the includes to avoid a conflict with _ (gettext) * src/gcompris/gcompris.c: (init_background): cleanup * src/gcompris/gcompris.h: added GCOMPRIS_LOG_STATUS_DRAW ChangeLog | 13 +++ boards/flags/gcompris_flags.assetml.in | 5 + boards/flags/rw.png | Bin 0 -> 527 bytes configure.in | 8 +- src/boards/python/connect4.py | 37 ++++++++- src/boards/python/connect4p/rules.py | 139 +++++++++++--------------------- src/gcompris/bonus.c | 68 +++++++++++----- src/gcompris/config.c | 3 +- src/gcompris/file_selector.c | 6 +- src/gcompris/gcompris-edit.c | 6 +- src/gcompris/gcompris.c | 4 +- src/gcompris/gcompris.h | 3 +- 12 files changed, 161 insertions(+), 131 deletions(-) commit e331d300c7163f662282b216951c2363851fbf33 Author: Ronny Standtke Date: Tue Apr 5 19:00:24 2005 +0000 *** empty log message *** po/de.po | 509 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 292 insertions(+), 217 deletions(-) commit d278c2ba7db7a20db2f27f6fb5feba90a73f20f9 Author: Bruno Coudoin Date: Mon Apr 4 21:49:47 2005 +0000 *** RELEASE 6.5.2 *** Improved connect4 by Laurent Lacheny ChangeLog | 11 +++++ configure.in | 2 +- src/boards/python/connect4.py | 81 ++++++++++++++++++++++++++------- src/boards/python/connect4p/minmax.py | 10 ++-- 4 files changed, 81 insertions(+), 23 deletions(-) commit a9c33ce251acc1590690b33e704c53b061aa12cb Author: Steven Michael Murphy Date: Sat Apr 2 03:40:19 2005 +0000 Added new Language, Kinyarwanda (rw), to this package ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 4 + po/rw.po | 4148 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 4157 insertions(+), 1 deletions(-) commit f2dc73012a0c919906784985d2cbd0d4426822ec Author: Adam Weinberger Date: Fri Apr 1 17:39:02 2005 +0000 Updated Canadian English translation. 2005-04-01 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 32 ++++++++++++++++++-------------- 2 files changed, 22 insertions(+), 14 deletions(-) commit 047bc8ae263ec3499f146109fe517740c4086774 Author: Bruno Coudoin Date: Thu Mar 31 21:48:21 2005 +0000 Added the option -x or --noxrandr which makes gcompris do not use xrander even if it was compiled with. WARNING: This option is not persistent. ChangeLog | 9 +++++++++ src/gcompris/gcompris.c | 29 +++++++++++++++++++++-------- src/gcompris/properties.h | 3 ++- 3 files changed, 32 insertions(+), 9 deletions(-) commit 9ad728a103615429aa9b88fd092a303adb174486 Author: Miloslav Trmac Date: Thu Mar 31 09:07:42 2005 +0000 Updated Czech translation. 2005-03-31 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++ po/cs.po | 90 +++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 71 insertions(+), 23 deletions(-) commit a47e7906ce2fc53bc73ba1377bf15c851776891b Author: Adam Weinberger Date: Thu Mar 31 04:28:19 2005 +0000 Updated Canadian English translation. 2005-03-30 Adam Weinberger * en_CA.po: Updated Canadian English translation. po/en_CA.po | 34 ++++++++++++++++++++++++++++++---- 1 files changed, 30 insertions(+), 4 deletions(-) commit f9ac41627463744440b3208fbf90597c9a49aa9a Author: Bruno Coudoin Date: Wed Mar 30 23:45:19 2005 +0000 missed that one in previous commit src/boards/reversecount.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 613b2587f46b35bbe789e72c9b3063b9fb20b373 Author: Bruno Coudoin Date: Wed Mar 30 23:39:40 2005 +0000 missing files for connect4 boards/connect4.xml.in | 14 ++++++++++++++ boards/connect4/sablier.gif | Bin 0 -> 140347 bytes 2 files changed, 14 insertions(+), 0 deletions(-) commit fad6f9bc4eaeb3c08de16d2efa4df083575892eb Author: Bruno Coudoin Date: Wed Mar 30 23:30:27 2005 +0000 Laurent Lacheny has created a new activity in gcompris. It's the classic connect4. You have to connect 4 lines in a row. You play against the computer. The IA code comes from the project 4stattack by Jeroen Vloothuis http://forcedattack.sourceforge.net/ It's the first commit and it's a work in progress. Bruno reviewed all key_press return value like explained here: It doesn't explain us why we get event twice but at least we know what has changed. Anyway, the return value in all key_press function of each plugins are not well set. We should return: TRUE = We handled the key FALSE = We did not handled the key, gtk need to send it to next widget ChangeLog | 52 +++++++ boards/Makefile.am | 1 + boards/connect4/back.png | Bin 0 -> 46711 bytes boards/connect4/grid.png | Bin 0 -> 170296 bytes boards/connect4/prof.png | Bin 0 -> 12298 bytes boards/connect4/sablier.txt | 1 + boards/connect4/selector.png | Bin 0 -> 6900 bytes boards/connect4/stone_1.png | Bin 0 -> 8096 bytes boards/connect4/stone_2.png | Bin 0 -> 7998 bytes configure.in | 1 + po/POTFILES.in | 1 + src/boards/algebra.c | 4 +- src/boards/enumerate.c | 2 +- src/boards/gletters.c | 6 +- src/boards/maze.c | 2 +- src/boards/paratrooper.c | 4 +- src/boards/planegame.c | 4 +- src/boards/python/Makefile.am | 3 +- src/boards/python/algorithm.py | 2 +- src/boards/python/anim.py | 2 +- src/boards/python/ballcatch.py | 1 + src/boards/python/connect4.py | 232 +++++++++++++++++++++++++++++++ src/boards/python/connect4p/.cvsignore | 8 + src/boards/python/connect4p/Makefile.am | 12 ++ src/boards/python/connect4p/__init__.py | 1 + src/boards/python/connect4p/board.py | 65 +++++++++ src/boards/python/connect4p/human.py | 69 +++++++++ src/boards/python/connect4p/minmax.py | 175 +++++++++++++++++++++++ src/boards/python/connect4p/player.py | 53 +++++++ src/boards/python/connect4p/rules.py | 173 +++++++++++++++++++++++ src/boards/python/followline.py | 2 +- src/boards/python/hexagon.py | 2 +- src/boards/python/melody.py | 6 +- src/boards/python/pythontest.py | 11 +- src/boards/python/redraw.py | 2 +- src/boards/python/searace.py | 2 +- src/boards/python/watercycle.py | 2 +- src/boards/shapegame.c | 4 +- src/boards/smallnumbers.c | 4 +- src/boards/target.c | 2 +- src/boards/wordsgame.c | 8 +- src/gcompris/sdlplayer.c | 4 +- 42 files changed, 888 insertions(+), 35 deletions(-) commit cf6c004fc29c6e1fa650fcac4be3e86cd86a1cd0 Author: Adam Weinberger Date: Wed Mar 30 07:30:59 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 1682 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 863 insertions(+), 823 deletions(-) commit 21ce21e23b928e587da5ea2239fdea98d790f3ed Author: Bruno Coudoin Date: Tue Mar 29 20:10:52 2005 +0000 Yves made a change so that we can have private images under the .gcompris/user_data/images (BTW, this directory is now created at gcompris startup) Just put some images here and they will be selectable in the image_selector in anim or draw. ChangeLog | 17 ++++ boards/dataset/user_pictures.xml | 5 + configure.in | 7 ++ gcompris.spec.in | 2 +- src/boards/python/anim.py | 2 +- src/gcompris/gameutil.c | 8 +- src/gcompris/images_selector.c | 179 +++++++++++++++++++++++++++++++++++--- src/gcompris/properties.c | 18 ++++- 8 files changed, 221 insertions(+), 17 deletions(-) commit 0d0f4145cef65dac68f711eec9cb5a4afd5f79e1 Author: Bruno Coudoin Date: Tue Mar 29 19:59:24 2005 +0000 updated french by bruno * fr.po: updated french by bruno po/ChangeLog | 4 + po/fr.po | 378 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 221 insertions(+), 161 deletions(-) commit 68b697a5023e04598b7b60aec6e8dc2d8c370108 Author: Gabor Kelemen Date: Mon Mar 28 19:49:14 2005 +0000 Hungarian translation updated. 2005-03-28 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 350 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 180 insertions(+), 174 deletions(-) commit 31c410e00fb4fb2183b08acbca1e05a82c61b22e Author: Bruno Coudoin Date: Sun Mar 27 10:46:15 2005 +0000 Updated Norwegian Nynorsk by Karl Ove Hufthammer po/ChangeLog | 4 + po/nn.po | 1875 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 956 insertions(+), 923 deletions(-) commit 5c7e317b580fe991856dd5dd2fd6e51ec0d9ecef Author: Bruno Coudoin Date: Sun Mar 27 00:38:16 2005 +0000 - Animation code reviewed and documented by Joe Neeman - Improved wartercycle to use latest animation code. Made a new boat animation based on Frank's fishing boat. - Implemented XRANDR support in gcompris.c ChangeLog | 48 ++++++++++ boards/watercycle/fishingboat.gif | Bin 0 -> 57577 bytes boards/watercycle/fishingboat.png | Bin 0 -> 8363 bytes boards/watercycle/fishingboat_tux.png | Bin 0 -> 10749 bytes boards/watercycle/tuxboat.gif | Bin 10292 -> 0 bytes boards/watercycle/tuxboat.png | Bin 3879 -> 0 bytes boards/watercycle/tuxboat.txt | 5 +- configure.in | 16 +++ docs/C/python.xml | 63 ++++++++++++ src/boards/py-mod-anim.c | 153 ++++++++++++++++++++---------- src/boards/py-mod-anim.h | 6 + src/boards/python/watercycle.py | 54 ++++++----- src/gcompris/anim.c | 168 +++++++++++++------------------- src/gcompris/anim.h | 18 +++- src/gcompris/gcompris.c | 149 ++++++++++++++++++++++++----- 15 files changed, 470 insertions(+), 210 deletions(-) commit 373de0521be0341ea0c1262620313f2c7dc8c309 Author: Josep Puigdemont i Casamajó Date: Sat Mar 26 12:31:50 2005 +0000 Updated Catalan translation. po/ChangeLog | 4 + po/ca.po | 2398 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 1283 insertions(+), 1119 deletions(-) commit 314d7ea192771ce32a0bf4dd431f9a5710ffd0ae Author: Miloslav Trmac Date: Sat Mar 26 00:15:34 2005 +0000 Updated Czech translation. 2005-03-26 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 428 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 236 insertions(+), 196 deletions(-) commit 1bfc434bd62c47e37b99890ddaf7b5f5cbbbf632 Author: Bruno Coudoin Date: Fri Mar 25 23:59:21 2005 +0000 Fixed by Jose to have a decreasing boat speed. Stopped animation. ChangeLog | 15 ++++++++++++++- src/boards/python/watercycle.py | 11 ++++++++--- 2 files changed, 22 insertions(+), 4 deletions(-) commit 36b0e7c11ef1fc83daf8d2544ddb9e906adea2e2 Author: Adam Weinberger Date: Thu Mar 24 07:33:20 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 280 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 144 insertions(+), 140 deletions(-) commit 2b03a28fc011db56e32a14a307d91ab4a80cf171 Author: Bruno Coudoin Date: Wed Mar 23 21:25:55 2005 +0000 Added or improved images in anim (By Frank) * src/boards/chess.c: (start_board), (engine_local_destroy), (start_child): changed the fork call by a g_spawn_async_with_pipes that is portable. ChangeLog | 22 ++ boards/anim/camera.png | Bin 3584 -> 0 bytes boards/anim/minibutton.png | Bin 339 -> 0 bytes boards/chronos/board1_2.xml.in | 27 ++ boards/draw/camera.png | Bin 0 -> 24746 bytes boards/draw/color-selector.png | Bin 0 -> 3165 bytes boards/draw/counter.png | Bin 0 -> 1177 bytes boards/draw/down.png | Bin 0 -> 1016 bytes boards/draw/little-tool-selector.png | Bin 0 -> 9661 bytes boards/draw/tool-selector.png | Bin 0 -> 9254 bytes boards/draw/up.png | Bin 0 -> 1118 bytes boards/gcompris/timers/sablier.gif | Bin 0 -> 140347 bytes configure.in | 2 +- docs/website/gcomprisblack.css | 366 ++++++++++++++++++++++++++++ docs/website/sommaire-black.html | 76 ++++++ src/boards/chess.c | 101 ++------ src/boards/python/gcompris/anim/.cvsignore | 8 + 17 files changed, 524 insertions(+), 78 deletions(-) commit 3b0bee4abb8f43ccb51c90e38d4fdc9e7d41eafb Author: Miloslav Trmac Date: Tue Mar 22 08:46:08 2005 +0000 Updated Czech translation. 2005-03-22 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 76363adafc732b147ec62085c6685223a44c9a8a Author: Bruno Coudoin Date: Mon Mar 21 23:53:56 2005 +0000 Joe Neeman implemented the animation API (C and python) Added a test case for that in watercycle. added a Garden chronos level by Frank Fixed switz to Switzeraland. ChangeLog | 50 ++++++ boards/chronos/Makefile.am | 1 + boards/chronos/images/garden1.png | Bin 0 -> 22376 bytes boards/chronos/images/garden2.png | Bin 0 -> 34197 bytes boards/chronos/images/garden3.png | Bin 0 -> 37420 bytes boards/chronos/images/garden4.png | Bin 0 -> 26911 bytes boards/clockgame/clockgame-bg.jpg | Bin 30133 -> 35559 bytes boards/draw/tool-camera.png | Bin 3148 -> 2950 bytes boards/draw/tool-camera_on.png | Bin 3090 -> 2916 bytes boards/geography/board2_0.xml.in | 22 ++-- boards/geography/board2_1.xml.in | 28 ++-- boards/geography/board3_0.xml.in | 34 ++-- boards/geography/board3_1.xml.in | 44 +++--- boards/skins/default/file_selector_bg.png | Bin 28602 -> 23226 bytes boards/watercycle/tuxboat.gif | Bin 0 -> 10292 bytes boards/watercycle/tuxboat.txt | 1 + configure.in | 7 +- po/POTFILES.in | 1 + src/boards/Makefile.am | 4 +- src/boards/advanced_colors.c | 8 - src/boards/animtest.c | 113 ++++++++++++++ src/boards/clockgame.c | 6 +- src/boards/py-mod-anim.c | 191 +++++++++++++++++++++++ src/boards/py-mod-anim.h | 14 ++ src/boards/py-mod-gcompris.c | 2 + src/boards/python.c | 2 +- src/boards/python/gcompris/Makefile.am | 2 +- src/boards/python/gcompris/anim/Makefile.am | 6 + src/boards/python/gcompris/anim/__init__.py | 1 + src/boards/python/watercycle.py | 17 ++- src/boards/read_colors.c | 8 - src/gcompris/Makefile.am | 6 +- src/gcompris/anim.c | 223 +++++++++++++++++++++++++++ src/gcompris/anim.h | 56 +++++++ src/gcompris/gcompris.h | 1 + 35 files changed, 751 insertions(+), 97 deletions(-) commit f04801cb9ecb83e589ac64b23ad4376b198cb1ae Author: Gabor Kelemen Date: Sun Mar 20 22:55:41 2005 +0000 Hungarian translation updated. 2005-03-20 Gabor Kelemen * hu.po: Hungarian translation updated. po/ChangeLog | 4 + po/hu.po | 225 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 124 insertions(+), 105 deletions(-) commit 034b7527af916ab4ddcac73bd9c14fe63c344210 Author: Bruno Coudoin Date: Sat Mar 19 14:39:32 2005 +0000 Rework of many graphism by Frank ChangeLog | 68 +++++++++++++++++++++++++++ boards/draw/color-selector.jpg | Bin 1889 -> 0 bytes boards/draw/draw-bg.jpg | Bin 8681 -> 0 bytes boards/draw/tool-camera.png | Bin 2951 -> 3148 bytes boards/draw/tool-camera_on.png | Bin 3054 -> 3090 bytes boards/draw/tool-circle.png | Bin 3169 -> 2837 bytes boards/draw/tool-circle_on.png | Bin 3172 -> 2807 bytes boards/draw/tool-del.png | Bin 3073 -> 3069 bytes boards/draw/tool-del_on.png | Bin 3086 -> 3016 bytes boards/draw/tool-down.png | Bin 3049 -> 2855 bytes boards/draw/tool-down_on.png | Bin 3186 -> 2773 bytes boards/draw/tool-empty.png | Bin 2717 -> 2264 bytes boards/draw/tool-empty_on.png | Bin 2839 -> 2196 bytes boards/draw/tool-fill.png | Bin 3201 -> 3314 bytes boards/draw/tool-fill_on.png | Bin 3234 -> 3254 bytes boards/draw/tool-filledcircle.png | Bin 2986 -> 2692 bytes boards/draw/tool-filledcircle_on.png | Bin 2999 -> 2649 bytes boards/draw/tool-filledrectangle.png | Bin 2607 -> 2373 bytes boards/draw/tool-filledrectangle_on.png | Bin 2593 -> 2323 bytes boards/draw/tool-flip.png | Bin 3137 -> 3147 bytes boards/draw/tool-flip_on.png | Bin 3256 -> 3086 bytes boards/draw/tool-grid.png | Bin 3247 -> 2872 bytes boards/draw/tool-grid_on.png | Bin 3357 -> 2806 bytes boards/draw/tool-image.png | Bin 3492 -> 3234 bytes boards/draw/tool-image_on.png | Bin 3567 -> 3151 bytes boards/draw/tool-line.png | Bin 2915 -> 2703 bytes boards/draw/tool-line_on.png | Bin 2907 -> 2628 bytes boards/draw/tool-load.png | Bin 3143 -> 3345 bytes boards/draw/tool-movie.png | Bin 3209 -> 3429 bytes boards/draw/tool-movie_on.png | Bin 3322 -> 3402 bytes boards/draw/tool-rectangle.png | Bin 2665 -> 2392 bytes boards/draw/tool-rectangle_on.png | Bin 2667 -> 2331 bytes boards/draw/tool-rotation-ccw.png | Bin 3162 -> 3067 bytes boards/draw/tool-rotation-ccw_on.png | Bin 3310 -> 3008 bytes boards/draw/tool-rotation-cw.png | Bin 3085 -> 3065 bytes boards/draw/tool-rotation-cw_on.png | Bin 3297 -> 3031 bytes boards/draw/tool-save.png | Bin 3031 -> 2945 bytes boards/draw/tool-select.png | Bin 3438 -> 3649 bytes boards/draw/tool-select_on.png | Bin 3661 -> 3616 bytes boards/draw/tool-selector.jpg | Bin 1693 -> 0 bytes boards/draw/tool-text.png | Bin 3232 -> 2639 bytes boards/draw/tool-text_on.png | Bin 3331 -> 2550 bytes boards/draw/tool-up.png | Bin 3041 -> 2830 bytes boards/draw/tool-up_on.png | Bin 3200 -> 2750 bytes boards/melody/background.jpg | Bin 26463 -> 0 bytes boards/melody/cursor.png | Bin 7398 -> 0 bytes boards/melody/guitar/background.jpg | Bin 0 -> 51258 bytes boards/melody/guitar/cursor.png | Bin 2549 -> 2410 bytes boards/melody/son1.png | Bin 5692 -> 0 bytes boards/melody/son2.png | Bin 6351 -> 0 bytes boards/melody/son3.png | Bin 9108 -> 0 bytes boards/melody/son4.png | Bin 9122 -> 0 bytes boards/melody/tachos/background.jpg | Bin 0 -> 26463 bytes boards/melody/tachos/cursor.png | Bin 0 -> 7398 bytes boards/melody/tachos/son1.png | Bin 0 -> 5692 bytes boards/melody/tachos/son2.png | Bin 0 -> 6351 bytes boards/melody/tachos/son3.png | Bin 0 -> 9108 bytes boards/melody/tachos/son4.png | Bin 0 -> 9122 bytes boards/skins/default/images_selector_bg.png | Bin 56115 -> 13982 bytes src/boards/draw.c | 7 ++- src/boards/python/anim.py | 26 +++++----- src/boards/python/melody.py | 6 +- src/boards/python/redraw.py | 2 +- 63 files changed, 89 insertions(+), 20 deletions(-) commit 5f6be7e28dd79576802d302e1cd77fd8c71bbc9f Author: Bruno Coudoin Date: Fri Mar 18 00:21:27 2005 +0000 new background by Frank - Updated Updated Updated to reflect changes in * boards/melody/guitar/background.png: new background by Frank * boards/melody/guitar/cursor.png: - * boards/sounds/HOWTO_ENCODE: Updated * boards/wordsgame/README: Updated * docs/C/python.html: Updated to reflect changes in bonus to support DRAW * docs/C/python.xml: - * src/boards/py-mod-bonus.c: (python_gcompris_bonus_module_init): * src/boards/python/melody.py: Added constants for bonus to support draw * src/gcompris/bonus.c: (board_finished), (gcompris_display_bonus), (bonus_image): Added constants for bonus to support draw * src/gcompris/bonus.h: - ChangeLog | 14 ++++++++++ boards/melody/guitar/background.png | Bin 21548 -> 109926 bytes boards/melody/guitar/cursor.png | Bin 2541 -> 2549 bytes boards/sounds/HOWTO_ENCODE | 33 +++++++++++++++++++++++- boards/wordsgame/README | 9 ++++++- docs/C/python.html | 15 ++++++----- docs/C/python.xml | 48 +++++++++++++++++++++++++++++++--- src/boards/py-mod-bonus.c | 5 +++ src/boards/python/ballcatch.py | 4 +- src/boards/python/followline.py | 2 +- src/boards/python/melody.py | 4 +- src/boards/python/redraw.py | 2 +- src/gcompris/bonus.c | 32 +++++++++++++++++------ src/gcompris/bonus.h | 17 +++++++++--- 14 files changed, 153 insertions(+), 32 deletions(-) commit e6110cb925ba50da0f5e1b796fb5fab9d0cf9884 Author: Adam Weinberger Date: Wed Mar 16 23:11:55 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit e43c9ff5e68302a40addfb57ca1ac2f7624ac7e8 Author: Adam Weinberger Date: Sun Mar 13 20:12:39 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 122 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 67 insertions(+), 59 deletions(-) commit f2bae7b988e4e86898a72b639ea14ff1299616c9 Author: David Lodge Date: Sun Mar 13 14:56:32 2005 +0000 Updated British translation. 2005-03-13 David Lodge * en_GB.po: Updated British translation. po/ChangeLog | 4 + po/en_GB.po | 176 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 113 insertions(+), 67 deletions(-) commit 83a7e52be08dd69c1764a3e9ac9d4a8f8ce32fe6 Author: Bruno Coudoin Date: Sat Mar 12 19:57:00 2005 +0000 Jose Jorges is working again on melody. He bring us an intrument themed version with a xylophone and guitar. Franck Doucet made the drawing (easy to recognize, basicaly, when it's well done and new in GCompris, it from Franck) ChangeLog | 47 +++++++++ TODO | 3 +- boards/flags/gcompris_flags.assetml.in | 5 + boards/melody/guitar/background.png | Bin 0 -> 21548 bytes boards/melody/guitar/cursor.png | Bin 0 -> 2541 bytes boards/melody/guitar/son1.png | Bin 0 -> 218 bytes boards/melody/guitar/son2.png | Bin 0 -> 218 bytes boards/melody/guitar/son3.png | Bin 0 -> 218 bytes boards/melody/guitar/son4.png | Bin 0 -> 218 bytes boards/melody/switch.png | Bin 0 -> 6804 bytes boards/melody/xylofon/background.png | Bin 0 -> 32000 bytes boards/melody/xylofon/cursor.png | Bin 0 -> 6669 bytes boards/melody/xylofon/son1.png | Bin 0 -> 6903 bytes boards/melody/xylofon/son2.png | Bin 0 -> 8218 bytes boards/melody/xylofon/son3.png | Bin 0 -> 6930 bytes boards/melody/xylofon/son4.png | Bin 0 -> 5870 bytes boards/sounds/melody/guitar/melody.ogg | Bin 0 -> 6814 bytes boards/sounds/melody/guitar/son1.ogg | Bin 0 -> 4640 bytes boards/sounds/melody/guitar/son2.ogg | Bin 0 -> 4628 bytes boards/sounds/melody/guitar/son3.ogg | Bin 0 -> 4631 bytes boards/sounds/melody/guitar/son4.ogg | Bin 0 -> 4649 bytes boards/sounds/melody/melody.ogg | Bin 10268 -> 0 bytes boards/sounds/melody/son1.ogg | Bin 6134 -> 0 bytes boards/sounds/melody/son2.ogg | Bin 6742 -> 0 bytes boards/sounds/melody/son3.ogg | Bin 8137 -> 0 bytes boards/sounds/melody/son4.ogg | Bin 8391 -> 0 bytes boards/sounds/melody/tachos/melody.ogg | Bin 0 -> 10268 bytes boards/sounds/melody/tachos/son1.ogg | Bin 0 -> 6134 bytes boards/sounds/melody/tachos/son2.ogg | Bin 0 -> 6742 bytes boards/sounds/melody/tachos/son3.ogg | Bin 0 -> 8137 bytes boards/sounds/melody/tachos/son4.ogg | Bin 0 -> 8391 bytes boards/sounds/melody/xylofon/melody.ogg | Bin 0 -> 6814 bytes boards/sounds/melody/xylofon/son1.ogg | Bin 0 -> 4910 bytes boards/sounds/melody/xylofon/son2.ogg | Bin 0 -> 6235 bytes boards/sounds/melody/xylofon/son3.ogg | Bin 0 -> 5958 bytes boards/sounds/melody/xylofon/son4.ogg | Bin 0 -> 6388 bytes configure.in | 4 +- po_report.pl | 146 ++++++++++++++-------------- src/boards/python/melody.py | 159 +++++++++++++++++-------------- src/gcompris/config.c | 3 +- 40 files changed, 217 insertions(+), 150 deletions(-) commit 5a68c3bd141e3b7ffcf177565806cc21b9dc0b24 Author: Bruno Coudoin Date: Fri Mar 11 22:09:41 2005 +0000 updated by bruno po/ChangeLog | 4 ++ po/fr.po | 149 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 93 insertions(+), 60 deletions(-) commit 7f8fd7edbd2d05d137c0266346cc916d5f7dbb4a Author: Miloslav Trmac Date: Fri Mar 11 13:44:24 2005 +0000 Updated Czech translation. 2005-03-11 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 27 +++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 2 deletions(-) commit c3ef6a9e0e4c61e51a9815ae0348b8b4df1ca480 Author: Alexander Shopov Date: Fri Mar 11 08:22:46 2005 +0000 Added Bulgarian translation by Yavor Doganov 2005-03-11 Alexander Shopov * Added Bulgarian translation by Yavor Doganov ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 5 + po/bg.po | 3728 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 3738 insertions(+), 1 deletions(-) commit 56ca234e401129098384757c620ec8b118791cb1 Author: Bruno Coudoin Date: Wed Mar 9 00:34:17 2005 +0000 Updated TODO related to the PROFILE DESIGN Web site updated Fixed major bug and crash in click_on_letter. One problem was a free on the text being passed to the wagon. The othe is a bad side effect of the focus on the wagon. final bonus now hide the toolbar. ChangeLog | 58 ++++++++++++++++++++++++++++++++++++++++++ TODO | 52 +++++++++++++++++++++++++++++++++++++ docs/website/article.html | 4 +- docs/website/auteur.html | 2 +- docs/website/footer.html | 2 +- docs/website/forum.html | 2 +- docs/website/gcompris.css | 33 ++++++++---------------- docs/website/header.html | 10 +------ docs/website/rubrique.html | 4 +- docs/website/sommaire.html | 4 +- src/boards/click_on_letter.c | 18 ++++++------ src/gcompris/bonus.c | 4 +++ 12 files changed, 145 insertions(+), 48 deletions(-) commit ae880894b99bf0f69afd5c45400106c7f5a09c43 Author: Bruno Coudoin Date: Tue Mar 8 20:06:44 2005 +0000 updated translation to hindi gujarati by jignesh chaudhari po/ChangeLog | 4 + po/gu.po | 322 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 163 insertions(+), 163 deletions(-) commit f7be65f453e10f0656e9d73881bc494824a14fa1 Author: Bruno Coudoin Date: Sun Mar 6 23:09:32 2005 +0000 Updated the website (on a Aurelie Casties design) improved docs/gcompris2spip.pl to detect if we miss locale information docs/C/python.html | 12 ++-- docs/gcompris2spip.pl | 55 +++++++++++++++++++ docs/website/article.html | 2 +- docs/website/footer.html | 2 +- docs/website/gcompris.css | 42 +++++++++----- docs/website/header.html | 2 +- docs/website/inc_layer.php3 | 125 +++++++++++++++++++++++++++++++++++++++++++ docs/website/menu.html | 11 ++++- docs/website/rubrique.html | 20 ++++---- docs/website/sommaire.html | 5 +- 10 files changed, 238 insertions(+), 38 deletions(-) commit 462bd5f61ace252d85f72e89ecced8ef6162aedc Author: Adam Weinberger Date: Sun Mar 6 15:15:03 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 31 ++++++++++++++++++++++++++++--- 2 files changed, 32 insertions(+), 3 deletions(-) commit 3ddc55bb36f1d5664e83203f9ccc26176ff4e4a4 Author: Bruno Coudoin Date: Sun Mar 6 09:35:18 2005 +0000 Added src/boards/python/anim.py po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 46c2e4c615595e24eba326e932bfcf5bca9261dc Author: Ronny Standtke Date: Sun Mar 6 09:27:04 2005 +0000 some fixes po/de.po | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) commit 0f71000645566dbe734440e44a39b9a57c6972bd Author: Bruno Coudoin Date: Sun Mar 6 01:23:14 2005 +0000 Preparing a new web site design by Aurelie Casties Fixed anim.py to disable SVG if python xml is not available. (Thanks Ronny for the test) Chess, swapped white and black board color to be chess compliant thanks to Granier Thomas (6 years old) for reporting that. docs/website/gcompris.css | 45 +++++++----- docs/website/header.html | 11 ++- docs/website/menu.html | 85 +++++++++++++++++++---- po_report.pl | 6 +- src/boards/chess.c | 8 +- src/boards/python/anim.py | 174 +++++++++++++++++++-------------------------- 6 files changed, 189 insertions(+), 140 deletions(-) commit 847d3ef7c66526c8982902a1762f6a73405755b5 Author: Vincent van Adrighem Date: Sat Mar 5 21:20:21 2005 +0000 Translation updated by Tino Meinen. 2005-03-05 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 44 +++++++++++++++++++++++++++++--------------- 2 files changed, 33 insertions(+), 15 deletions(-) commit 27105c65bd02db3178a6a50e08589b0447189a58 Author: Ronny Standtke Date: Sat Mar 5 19:52:15 2005 +0000 some fixes po/de.po | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit a4b9dfb38d48b7f6fac477d27416533b3ea5da84 Author: Ronny Standtke Date: Sat Mar 5 18:42:24 2005 +0000 some fixes po/de.po | 31 +++++++++++++------------------ 1 files changed, 13 insertions(+), 18 deletions(-) commit 885ea4fbcfb57ee0e0d64100ba45ff133458e1ab Author: Francisco Javier F. Serrador Date: Sat Mar 5 15:37:14 2005 +0000 Updated Spanish tranlation 2005-03-05 Francisco Javier F. Serrador * es.po: Updated Spanish tranlation po/ChangeLog | 4 + po/es.po | 224 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 137 insertions(+), 91 deletions(-) commit adc81eb665be18347ab3add90d11a265fb6a2a50 Author: Miloslav Trmac Date: Sat Mar 5 12:56:16 2005 +0000 Updated Czech translation. 2005-03-05 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 29 +++++++++++++++++------------ 2 files changed, 21 insertions(+), 12 deletions(-) commit 63f8789eab14db7881a88bdb134668f56723d670 Author: Ronny Standtke Date: Sat Mar 5 08:56:52 2005 +0000 *** empty log message *** po/de.po | 1667 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 840 insertions(+), 827 deletions(-) commit b2eed7048940fb4c8ed657599adcc29940ac088d Author: Bruno Coudoin Date: Fri Mar 4 23:30:22 2005 +0000 created by Bruno, it's not gcompris specific. it is used to create status * po_report.pl: created by Bruno, it's not gcompris specific. it is used to create status report of .po translations po_report.pl | 190 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 190 insertions(+), 0 deletions(-) commit e450d097a2cb89a68062103b67d718cffbf1e52c Author: Bruno Coudoin Date: Thu Mar 3 23:20:09 2005 +0000 updated by bruno po/ChangeLog | 4 ++ po/fr.po | 143 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 86 insertions(+), 61 deletions(-) commit b0960edd4ee4dd41f5a02508b5bede9378e8a56b Author: Bruno Coudoin Date: Thu Mar 3 23:04:13 2005 +0000 Completed the filemanager for real this time. Added file type detection in anim Removed debug traces in anim ChangeLog | 9 +++ src/boards/python/anim.py | 125 ++++++++++++++++++++++++------------------ src/gcompris/file_selector.c | 10 ++- 3 files changed, 86 insertions(+), 58 deletions(-) commit 47cff800fc43d6fa16916dc0b001e4c776807762 Author: Adam Weinberger Date: Thu Mar 3 08:10:06 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 28 ++++++++++++++++------------ 2 files changed, 20 insertions(+), 12 deletions(-) commit 2f38bb061918a9cc66b79300012e54be9a296e9b Author: Bruno Coudoin Date: Wed Mar 2 23:50:31 2005 +0000 Better icons. Completed the fileselector to use the icons based on their extension and the mimetype. Need testing. ChangeLog | 16 +++ boards/gcompris/mimetypes/icons/gcompris+draw.png | Bin 4650 -> 3841 bytes boards/gcompris/mimetypes/icons/gcompris.png | Bin 3111 -> 0 bytes .../mimetypes/icons/svg+xml+javascript.png | Bin 4370 -> 5088 bytes boards/gcompris/mimetypes/mime_type.xml.in | 8 +- boards/skins/default/file.png | Bin 1973 -> 1475 bytes src/gcompris/file_selector.c | 108 ++++++++++++++------ 7 files changed, 95 insertions(+), 37 deletions(-) commit 706fa09d626e044d7e0c6386807d3afa21cefb88 Author: Bruno Coudoin Date: Wed Mar 2 00:45:47 2005 +0000 Yves fixed dialog call from python and anim file_selector is a little bit improved ChangeLog | 10 ++++++++++ src/boards/py-mod-utils.c | 9 ++++++--- src/boards/python/anim.py | 39 +++++++++++++++++++++------------------ src/gcompris/file_selector.c | 36 ++++++++++++++++++++++-------------- 4 files changed, 59 insertions(+), 35 deletions(-) commit c5324d191c12adc1e07a352aa1c5f40da4635094 Author: Bruno Coudoin Date: Mon Feb 28 23:31:53 2005 +0000 Yves has added a dialog in case the images are not found on reload ChangeLog | 6 ++++++ src/boards/python/anim.py | 15 ++++++++++++++- src/gcompris/file_selector.c | 6 ++++-- src/gcompris/images_selector.c | 6 +++--- 4 files changed, 27 insertions(+), 6 deletions(-) commit 14fbc55d6142d391a015232a6c6e9633be49471e Author: Bruno Coudoin Date: Mon Feb 28 20:25:46 2005 +0000 Improved support for mimetype. Now it's possible to provide a signle .xml file by mimetype definition. Add icons from the gnome stock default icons. At least, extension are added on save. ChangeLog | 27 +++++ boards/gcompris/Makefile.am | 12 +-- boards/gcompris/mime_type.xml.in | 18 --- boards/gcompris/mimetypes/.cvsignore | 4 + boards/gcompris/mimetypes/Makefile.am | 11 ++ boards/gcompris/mimetypes/README | 7 ++ boards/gcompris/mimetypes/icons/.cvsignore | 4 + boards/gcompris/mimetypes/icons/gcompris+anim.png | Bin 0 -> 4852 bytes boards/gcompris/mimetypes/icons/gcompris+draw.png | Bin 0 -> 4650 bytes boards/gcompris/mimetypes/icons/gcompris.png | Bin 0 -> 3111 bytes .../mimetypes/icons/svg+xml+javascript.png | Bin 0 -> 4370 bytes boards/gcompris/mimetypes/icons/svg+xml.png | Bin 0 -> 4032 bytes boards/gcompris/mimetypes/mime_type.xml.in | 27 +++++ configure.in | 1 + po/POTFILES.in | 2 +- src/boards/python/anim.py | 13 ++- src/gcompris/file_selector.c | 112 ++++++++++++++++--- src/gcompris/gameutil.h | 2 +- src/gcompris/gcompris.c | 4 +- 19 files changed, 188 insertions(+), 56 deletions(-) commit 10e9598e01925d8698590a1a7f5b7565767912b4 Author: Laszlo Dvornik Date: Sat Feb 26 16:00:35 2005 +0000 Hungarian translation updated by Gabor Kelemen. 2005-02-26 Laszlo Dvornik * hu.po: Hungarian translation updated by Gabor Kelemen. po/ChangeLog | 4 + po/hu.po | 213 ++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 146 insertions(+), 71 deletions(-) commit 4a38c6ff520a824430ea34759d49573fa772ef37 Author: Priit Laes Date: Fri Feb 25 10:48:17 2005 +0000 Translation updated. 2005-02-25 Priit Laes * et.po: Translation updated. po/ChangeLog | 4 ++ po/et.po | 159 +++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 102 insertions(+), 61 deletions(-) commit f705d3ef4c9a41f02fd313645d617fd3e22bdc5e Author: Priit Laes Date: Fri Feb 25 10:43:33 2005 +0000 Added et to ALL_LINGUAS. 2005-02-25 Priit Laes * configure.in: Added et to ALL_LINGUAS. configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 755606721995ca46af5a1ded29de9b3dc744c384 Author: Priit Laes Date: Fri Feb 25 10:43:31 2005 +0000 Translation added by Olle Niit. 2005-02-25 Priit Laes * et.po: Translation added by Olle Niit. po/ChangeLog | 4 + po/et.po | 3383 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 3387 insertions(+), 0 deletions(-) commit b75fdb00bfec804d761725a516495b14614cc6cf Author: Bruno Coudoin Date: Thu Feb 24 22:56:28 2005 +0000 Cleaned up by Karl Ove Hufthammer - Yves found the bug. Now the scrollbar * boards/read_colors/read_colors_background.png: Cleaned up by Karl Ove Hufthammer * boards/read_colors/read_colors_highlight.png: - * src/gcompris/file_selector.c: (display_files), (item_event_scroll): Yves found the bug. Now the scrollbar works as expected with the wheel * src/gcompris/images_selector.c: (gcompris_images_selector_start), (item_event_scroll): - ChangeLog | 12 ++++++++++++ boards/read_colors/read_colors_background.png | Bin 200403 -> 175087 bytes boards/read_colors/read_colors_highlight.png | Bin 18632 -> 6656 bytes src/gcompris/file_selector.c | 7 +++---- src/gcompris/images_selector.c | 13 +++++++++++-- 5 files changed, 26 insertions(+), 6 deletions(-) commit 251cfc808e89c9407e3790fe2b5061ccfc5927cf Author: Bruno Coudoin Date: Thu Feb 24 00:07:07 2005 +0000 : Updated Norwegian Bokmal by Karl Ove Hufthammer Updated Norwegian : Updated Norwegian Bokmal by Karl Ove Hufthammer * nn.po: Updated Norwegian Nynorsk by Karl Ove Hufthammer po/ChangeLog | 5 ++ po/nb.po | 214 +++++++++++++++++++++++++++++++++++++++------------------- po/nn.po | 38 +++++++--- 3 files changed, 174 insertions(+), 83 deletions(-) commit 559a9a15b9286d59be91daa4d2dfd41b649f64e9 Author: Ronny Standtke Date: Sat Feb 19 08:59:44 2005 +0000 *** empty log message *** po/de.po | 46 +++++++++++++++++++++++++++++----------------- 1 files changed, 29 insertions(+), 17 deletions(-) commit 609d99272fac5be673adcb6a091c25e4587dd18b Author: Miloslav Trmac Date: Sat Feb 19 01:09:21 2005 +0000 Updated Czech translation. 2005-02-19 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++ po/cs.po | 137 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 79 insertions(+), 62 deletions(-) commit 44d3addd5a5b0888fd8114c8c250630ff5e0e0e6 Author: Bruno Coudoin Date: Fri Feb 18 19:32:05 2005 +0000 animation.js: updated by Yves ChangeLog | 4 +-- src/boards/python/anim.py | 68 +++++++++++++++++++++++--------------------- 2 files changed, 37 insertions(+), 35 deletions(-) commit 808e482a2793cb556f0d5fc6e225ab5a85499f3c Author: Bruno Coudoin Date: Thu Feb 17 23:51:38 2005 +0000 updated by Yves ChangeLog | 7 +++++++ boards/anim/animation.js | 12 ++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) commit 8187b3f7fff85a1599f74ae37e798d18557bf2c7 Author: Vincent van Adrighem Date: Thu Feb 17 22:21:32 2005 +0000 Translation updated by Tino Meinen. 2005-02-17 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 233 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 158 insertions(+), 79 deletions(-) commit 1e0c46a1bee4a1181fb742067b04f32dbf14f394 Author: Bruno Coudoin Date: Wed Feb 16 21:28:27 2005 +0000 fixed, was not putting the file in the correct place more robust boards * boards/gcompris/Makefile.am: fixed, was not putting the file in the correct place * src/gcompris/gameutil.c: (gcompris_get_menulist): more robust boards xml parsing ChangeLog | 5 +++++ boards/gcompris/Makefile.am | 2 +- src/gcompris/gameutil.c | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) commit 18bf3ef4efe12769134959118fe4104768487e23 Author: Karl Ove Hufthammer Date: Wed Feb 16 20:33:38 2005 +0000 updated by Karl Ove Hufthammer 2005-02-16 Karl Ove Hufthammer * nn.po: updated by Karl Ove Hufthammer po/ChangeLog | 4 + po/nn.po | 210 ++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 144 insertions(+), 70 deletions(-) commit 78cb8f4aa94e96f7184066a0f80979d97b715df4 Author: Bruno Coudoin Date: Wed Feb 16 19:23:05 2005 +0000 missing boards/gcompris/Makefile.am ChangeLog | 45 +----------------------------------------- boards/gcompris/Makefile.am | 11 ++++++++++ 2 files changed, 13 insertions(+), 43 deletions(-) commit 595767e0b99a834b9ffb141ebef6e33e2157ae4f Author: Bruno Coudoin Date: Wed Feb 16 19:22:35 2005 +0000 Jose JORGE * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 395 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 272 insertions(+), 127 deletions(-) commit f2c85b5036e61e946df7e5ea0fbdb6220ea5ecb2 Author: Adam Weinberger Date: Wed Feb 16 16:53:13 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 39 ++++++++++++++++++++++++++------------- 2 files changed, 30 insertions(+), 13 deletions(-) commit 77a6d79289059e35c73be0a626decab012715ddb Author: Bruno Coudoin Date: Tue Feb 15 23:55:50 2005 +0000 Yves improved anim again Bruno started the mime type system ChangeLog | 57 +++++++++++++++++ boards/Makefile.am | 2 +- boards/anim/animation.js | 12 ++-- boards/gcompris/mime_type.xml.in | 18 ++++++ configure.in | 3 +- po/POTFILES.in | 1 + src/boards/python/anim.py | 54 ++++++++++------ src/gcompris/file_selector.c | 126 +++++++++++++++++++++++++++++++++++++- src/gcompris/gameutil.h | 1 + src/gcompris/gcompris.c | 5 +- 10 files changed, 247 insertions(+), 32 deletions(-) commit 134dd4ef3585396190838cd0e56a61bffe65aee3 Author: David Lodge Date: Tue Feb 15 22:54:57 2005 +0000 Update English (British) translation. 2005-02-15 David Lodge * en_GB.po: Update English (British) translation. po/ChangeLog | 10 +- po/en_GB.po | 1928 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 971 insertions(+), 967 deletions(-) commit fa29ef858cec4fcf69afdcd6be6172a962d99eac Author: Bruno Coudoin Date: Mon Feb 14 23:50:39 2005 +0000 fixed draw object creation src/boards/python/anim.py | 30 ++++++++++++++++++------------ 1 files changed, 18 insertions(+), 12 deletions(-) commit 967cfa84fde6edad8e79ef90f0c48d3c1482525a Author: Adam Weinberger Date: Mon Feb 14 05:36:58 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) commit cda14b9e041229d9c1a49a298b7c9297a9bbb44b Author: Bruno Coudoin Date: Mon Feb 14 01:11:19 2005 +0000 latest update from yves src/boards/python/anim.py | 54 +++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 50 insertions(+), 4 deletions(-) commit 970ba0ad3a9366a654b5c2f667683296ba54cd5f Author: Bruno Coudoin Date: Mon Feb 14 01:07:45 2005 +0000 Bruno, improved the file selector. Now directory are shown first, and all is alpha sorted. Yves improved the anim code. ChangeLog | 11 +++++ src/boards/python/anim.py | 87 +++++++++++++++++++++---------------- src/gcompris/about.c | 4 +- src/gcompris/file_selector.c | 97 ++++++++++++++++++++++++++++++++--------- 4 files changed, 137 insertions(+), 62 deletions(-) commit 20653dcdec28a76febaab35bc5d1a1eb31542a00 Author: David Lodge Date: Sun Feb 13 22:19:58 2005 +0000 Updated British translation. 2005-02-13 David Lodge * en_GB.po: Updated British translation. po/ChangeLog | 4 + po/en_GB.po | 529 +++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 416 insertions(+), 117 deletions(-) commit 1000f4a40277683f62a35d83c17ede9c25c49261 Author: Adam Weinberger Date: Sun Feb 13 15:29:23 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) commit 63c6d81749fb197284877a7d8473fddd4abd4dc2 Author: Bruno Coudoin Date: Sun Feb 13 02:05:55 2005 +0000 fixed html error improved import/export multiformat by Yves fixed cloud * docs/website/sommaire.html: fixed html error * src/boards/python/anim.py: improved import/export multiformat by Yves * src/boards/python/watercycle.py: fixed cloud position (reported by Ronny Standtke) * src/gcompris/about.c: (gcompris_about_start): Added Franck Doucet in the Drawing credits * src/gcompris/images_selector.c: (display_image), (item_event_imageset_selector): fixed a bug when list was only one line ChangeLog | 9 + docs/website/sommaire.html | 4 +- src/boards/python/anim.py | 1291 ++++++++++++++++++++++----------------- src/boards/python/watercycle.py | 1 + src/gcompris/about.c | 4 +- src/gcompris/images_selector.c | 13 +- 6 files changed, 749 insertions(+), 573 deletions(-) commit f38404220d9d88b9177663ac5a22180b5abc6d6a Author: Francisco Javier F. Serrador Date: Sat Feb 12 20:08:07 2005 +0000 Updated Spanish translation. 2005-02-12 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 1920 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 1136 insertions(+), 788 deletions(-) commit 68ca004e35327f3f4bdacb5e953a88593d0bde40 Author: Ronny Standtke Date: Thu Feb 10 20:27:36 2005 +0000 *** empty log message *** po/de.po | 140 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 88 insertions(+), 52 deletions(-) commit 536ee08ec7f2f434a7bb9be1d1455c6617d42669 Author: Adam Weinberger Date: Thu Feb 10 07:58:25 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 102 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 57 insertions(+), 49 deletions(-) commit ac64619b2b96cc1bdde43b9781c5ff7eb121e275 Author: Bruno Coudoin Date: Thu Feb 10 00:11:59 2005 +0000 updated by de Colombel Renaud * docs/fr/gcompris.texi: updated by de Colombel Renaud ChangeLog | 4 ++++ docs/fr/gcompris.texi | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) commit 5cc26ff86a02c8c6ac836182080bac8a27e96815 Author: Bruno Coudoin Date: Thu Feb 10 00:04:39 2005 +0000 Commited Hindi Gujarati translation by jignesh chaudhari Commited update of anim.py plus mozilla svg export by Yve Combe Fixed file_selector to return the correct file type ChangeLog | 14 + boards/anim/animation.js | 245 +++++++++ boards/flags/gcompris_flags.assetml.in | 5 + boards/flags/gu.png | Bin 0 -> 1012 bytes configure.in | 2 +- src/boards/python/anim.py | 905 +++++++++++++++++++++++++++++++- src/gcompris/config.c | 3 +- src/gcompris/file_selector.c | 26 +- 8 files changed, 1184 insertions(+), 16 deletions(-) commit e9d68942cd2675f456d445c0ece722e40b6c0dea Author: Bruno Coudoin Date: Thu Feb 10 00:02:14 2005 +0000 first translation to hindi gujarati by jignesh chaudhari * gu.po: first translation to hindi gujarati by jignesh chaudhari po/ChangeLog | 4 + po/gu.po | 3571 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 3575 insertions(+), 0 deletions(-) commit e57354d00de91be8d708b714e7a01d8c4a6bbbd9 Author: Bruno Coudoin Date: Tue Feb 8 23:59:07 2005 +0000 Implemented the scrollbars in the image selectors ChangeLog | 14 +++ boards/skins/babytoy/skin.xml | 11 +- boards/skins/default/skin.xml | 11 +- boards/skins/linha_verde/skin.xml | 11 +- boards/skins/pink/skin.xml | 11 +- src/gcompris/file_selector.c | 35 ++++++- src/gcompris/images_selector.c | 231 +++++++++++++++++++++++++++++++----- 7 files changed, 270 insertions(+), 54 deletions(-) commit f710924ca4dc4174fb322260154fbcb63a0b2f59 Author: Adam Weinberger Date: Sun Feb 6 22:59:58 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 40 ++++++++++++++++++++++++++++++++++------ 2 files changed, 38 insertions(+), 6 deletions(-) commit c7fa60ded4838d603f2ae50909ac4faa68c656c9 Author: Miloslav Trmac Date: Sun Feb 6 16:29:39 2005 +0000 Updated Czech translation. 2005-02-06 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 41 +++++++++++++++++++++++++++++++++++++---- 2 files changed, 41 insertions(+), 4 deletions(-) commit 770e4ea67e98484151caef8ab82f154b91e57b9a Author: Bruno coudoin Date: Sat Feb 5 22:48:33 2005 +0000 A new level from Frank Doucet in Chronos, the seasons. reorganized all 2005-02-05 Bruno coudoin A new level from Frank Doucet in Chronos, the seasons. reorganized all mazes in a submenu in the computer section * boards/Makefile.am: * boards/chronos/Makefile.am: * boards/chronos/board1_1.xml.in: * boards/chronos/images/autumn.png: * boards/chronos/images/spring.png: * boards/chronos/images/summer.png: * boards/chronos/images/winter.png: * boards/maze.xml.in: * boards/maze2DRelative.xml.in: * boards/maze3D.xml.in: * boards/mazeInvisible.xml.in: * boards/mazeMenu.xml.in: * po/POTFILES.in: ChangeLog | 19 +++++++++++++++++++ boards/Makefile.am | 1 + boards/chronos/Makefile.am | 1 + boards/chronos/board1_1.xml.in | 22 ++++++++++++++++++++++ boards/chronos/images/autumn.png | Bin 0 -> 35608 bytes boards/chronos/images/spring.png | Bin 0 -> 27574 bytes boards/chronos/images/summer.png | Bin 0 -> 19629 bytes boards/chronos/images/winter.png | Bin 0 -> 18557 bytes boards/maze.xml.in | 2 +- boards/maze2DRelative.xml.in | 2 +- boards/maze3D.xml.in | 2 +- boards/mazeInvisible.xml.in | 2 +- boards/mazeMenu.xml.in | 12 ++++++++++++ po/POTFILES.in | 2 ++ 14 files changed, 61 insertions(+), 4 deletions(-) commit 9915ee55bc10da88b1bcb9b6fcc0a90c7e1c1b30 Author: Bruno Coudoin Date: Sat Feb 5 22:28:02 2005 +0000 updated french by Bruno po/ChangeLog | 4 ++ po/fr.po | 87 +++++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 75 insertions(+), 16 deletions(-) commit a5fad2f6fc34831401d0079240273373034fd6dc Author: Miloslav Trmac Date: Fri Feb 4 12:47:36 2005 +0000 Updated Czech translation. 2005-02-04 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 55 +++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 43 insertions(+), 16 deletions(-) commit 572bea7030217d6816b59125bff3c4e77126a64f Author: Bruno Coudoin Date: Fri Feb 4 00:23:47 2005 +0000 implemented the scrollbar in the file selector ChangeLog | 11 ++++ boards/skins/babytoy/skin.xml | 9 ++-- boards/skins/default/skin.xml | 9 ++-- boards/skins/linha_verde/skin.xml | 1 + boards/skins/pink/skin.xml | 1 + src/gcompris/file_selector.c | 101 ++++++++++++++++++++++++++++++------ 6 files changed, 107 insertions(+), 25 deletions(-) commit 7744e07c5f2af27b2c3261dc56fa20fc7f3cadca Author: Ronny Standtke Date: Thu Feb 3 15:25:40 2005 +0000 *** empty log message *** po/de.po | 112 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 57 insertions(+), 55 deletions(-) commit 6e4c73511ca46caf56860f01d7d7e189929d3b1e Author: Adam Weinberger Date: Thu Feb 3 01:16:02 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 36 +++++++++++++++++++++++++++++------- 2 files changed, 33 insertions(+), 7 deletions(-) commit 9048f9bc7457a118b6cb5876f6be1ff62f69cf39 Author: Bruno Coudoin Date: Wed Feb 2 23:53:55 2005 +0000 - added a new maze variant on Yves suggestion. The 2D invisible maze. - - added a new maze variant on Yves suggestion. The 2D invisible maze. - changed anim to support the draw mode ChangeLog | 13 +++++ boards/Makefile.am | 1 + boards/boardicons/mazeInvisible.png | Bin 0 -> 1815 bytes boards/draw.xml.in | 9 ++-- boards/mazeInvisible.xml.in | 21 ++++++++ po/POTFILES.in | 1 + src/boards/maze.c | 98 +++++++++++++++++++++++++++-------- src/boards/python/anim.py | 34 ++++++++++--- 8 files changed, 144 insertions(+), 33 deletions(-) commit 40aadbd6445c805f60a7c4e0025a3b03994d8a62 Author: Bruno Coudoin Date: Tue Feb 1 22:51:06 2005 +0000 updated updated u-turn bug in 3D and 2D Relative * gcompris.desktop.in: updated * src/boards/maze.c: (key_press_2D_relative), (key_press_3D): updated u-turn bug in 3D and 2D Relative ChangeLog | 5 +++++ gcompris.desktop.in | 1 + src/boards/maze.c | 10 ++++++++-- 3 files changed, 14 insertions(+), 2 deletions(-) commit 79a8c32dc083bd5025b5dc8d9d62cdf35917ebfe Author: Adam Weinberger Date: Tue Feb 1 07:27:15 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 24 ++++++++++++++---------- 2 files changed, 18 insertions(+), 10 deletions(-) commit afb5d3154fe0440e11e8c67358c9d06c6aaa6781 Author: Vincent van Adrighem Date: Tue Feb 1 00:49:21 2005 +0000 Translation updated by Tino Meinen. 2005-02-01 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 121 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 77 insertions(+), 48 deletions(-) commit 5d96bd253dac746f717846c25bad8f0b8083bdd8 Author: Bruno Coudoin Date: Mon Jan 31 23:51:16 2005 +0000 Created a new smallnumbers2 activity that play with 2 dices (in section math) smallnumbers uses only one dice (in section computer) ChangeLog | 24 ++++++++++++++++++++++++ boards/Makefile.am | 1 + boards/boardicons/smallnumbers2.png | Bin 0 -> 8203 bytes boards/maze2DRelative.xml.in | 2 +- boards/smallnumbers2.xml.in | 19 +++++++++++++++++++ po/POTFILES.in | 1 + src/boards/smallnumbers.c | 28 ++++++++++++++++------------ 7 files changed, 62 insertions(+), 13 deletions(-) commit 4cd8e801debe799c1bbfd3daf78cd74da0582599 Author: Bruno Coudoin Date: Mon Jan 31 19:48:04 2005 +0000 updated by Klaus Ade * nb.po: updated by Klaus Ade po/ChangeLog | 8 +++++- po/nb.po | 71 ++++++++++++++++++--------------------------------------- 2 files changed, 29 insertions(+), 50 deletions(-) commit 6a626b3890fa55559f95801eb44f83cc80b01c8f Author: Miloslav Trmac Date: Mon Jan 31 09:58:59 2005 +0000 Updated Czech translation. 2005-01-31 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 40 +++++++++++++++++++++++++++++----------- 2 files changed, 33 insertions(+), 11 deletions(-) commit db62e850f1be7fc760353d304d0958c745564d5f Author: Bruno Coudoin Date: Mon Jan 31 02:28:08 2005 +0000 typo in comment changed to have dive numbers up to 6 max On a suggestion * src/boards/erase.c: (erase_create_item): typo in comment * src/boards/smallnumbers.c: (start_board), (key_press), (smallnumbers_next_level), (smallnumbers_destroy_all_items), (smallnumbers_gotkey_item), (smallnumbers_move_item), (smallnumbers_move_items), (smallnumbers_create_item), (smallnumbers_drop_items), (player_win):changed to have dive numbers up to 6 max On a suggestion of Yves, I changed the falling dices to have dices up to the number 6 max. After level 5, 2 dices fall with total numbers up to 9. With the simplistic entry scheme we have, we cannot enter 2 digit numbers. src/boards/erase.c | 5 +- src/boards/smallnumbers.c | 281 +++++++++++++++++---------------------------- 2 files changed, 108 insertions(+), 178 deletions(-) commit 08382e53e8aa13f8fa3a4e5d549f67091a192f9b Author: Bruno Coudoin Date: Sun Jan 30 22:31:36 2005 +0000 updated by Karl Ove Hufthammer updated by Karl Ove Hufthammer updated 2004-10-16 Bruno Coudoin * nn.po: updated by Karl Ove Hufthammer * nb.po: updated by Karl Ove Hufthammer * fr.po: updated french po/ChangeLog | 6 + po/fr.po | 110 ++-- po/nb.po | 1816 ++++++++++++++++++++++++++++++++-------------------------- po/nn.po | 1761 +++++++++++++++++++++++++++++++-------------------------- 4 files changed, 2027 insertions(+), 1666 deletions(-) commit 1b73d0a0f3d02c8fb0559140a1ad15031d81a330 Author: Laszlo Dvornik Date: Sat Jan 29 09:33:10 2005 +0000 Hungarian translation updated by Gabor Kelemen. 2005-01-29 Laszlo Dvornik * hu.po: Hungarian translation updated by Gabor Kelemen. po/ChangeLog | 4 + po/hu.po | 402 ++++++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 325 insertions(+), 81 deletions(-) commit e75e2c50685a1eedf479ca9e7e31e94f4f016e6c Author: Adam Weinberger Date: Sat Jan 29 05:05:12 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 +++ po/en_CA.po | 63 +++++++++++++++++++-------------------------------------- 2 files changed, 25 insertions(+), 42 deletions(-) commit 3aa1a41b25b4218d85d0f4c1578f1f0410fe10ea Author: Bruno Coudoin Date: Sat Jan 29 01:38:28 2005 +0000 Welcome to life to Nicolas Combes. Added a new relative 2D maze. On the idea of Yves. Well meny peaple though about it and wanted it. Yves and Nicolas decided me to implement it now. * boards/Makefile.am: added maze2DRelative * boards/maze2DRelative.xml.in: - * po/POTFILES.in: - * src/boards/maze.c: (start_board), (key_press), (target_event), (key_press_2D_relative): - * src/gcompris/gcompris.c: (setup_window): fixed key event. Previous changes did broke it. Hope it works fine now. ChangeLog | 16 ++++++++++++++ boards/Makefile.am | 1 + boards/maze2DRelative.xml.in | 18 +++++++++++++++ po/POTFILES.in | 1 + src/boards/maze.c | 48 ++++++++++++++++++++++++++++++++++++++++- src/gcompris/gcompris.c | 14 ++++++++--- 6 files changed, 92 insertions(+), 6 deletions(-) commit 8066681cafd2197e306f42e233aa6cea3d2599f9 Author: Miloslav Trmac Date: Fri Jan 28 14:07:48 2005 +0000 Updated Czech translation. 2005-01-28 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 54 +++++++----------------------------------------------- 2 files changed, 11 insertions(+), 47 deletions(-) commit 5f7ebe30382aa3737d161da5c6ea4f8dc8f547c7 Author: Bruno Coudoin Date: Thu Jan 27 00:45:22 2005 +0000 removed double entry minor, added file types to test them implemented file * boards/dataset/mrpatate.xml: removed double entry * src/boards/python/anim.py: minor, added file types to test them * src/gcompris/file_selector.c: (display_file_selector), (item_event_file_selector): implemented file type combobox * src/gcompris/gcompris.c: (setup_window): changed the key event by using the _after from gtk_signal_connect by gtk_signal_connect_after It if mandatory to implement the selector without dragging exclusively the focus like it was before. It was impossible to have 2 widget without this change. Please check there is no side issues. ChangeLog | 12 ++++++++ boards/dataset/mrpatate.xml | 5 +--- src/boards/python/anim.py | 4 +- src/gcompris/file_selector.c | 58 +++++++++++++++++++++++++++++++++++------ src/gcompris/gcompris.c | 6 ++-- 5 files changed, 67 insertions(+), 18 deletions(-) commit 64c186415d565a95063eb4b9a54771e349210371 Author: Frederik Dannemare Date: Wed Jan 26 20:38:19 2005 +0000 Take over the work from Mogens Jaeger 2005-01-26 Frederik Dannemare Take over the work from Mogens Jaeger * da.po: updated Danish translation. po/ChangeLog | 5 + po/da.po | 374 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 194 insertions(+), 185 deletions(-) commit 77f5ee45b075af542b1267b113a4523c787ac6c1 Author: Jordi Mallach Date: Tue Jan 25 23:06:01 2005 +0000 Updated Catalan translation by Xavier A. Conde Rueda . po/ChangeLog | 5 + po/ca.po | 1237 +++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 974 insertions(+), 268 deletions(-) commit 7da2c5c84b2749a49a0cb2a4bb79da1b47d17c0f Author: Bruno Coudoin Date: Tue Jan 25 20:04:15 2005 +0000 updated ChangeLog | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 91b78351ee0fcecb52ffbaff84e52cf792ae915e Author: Adam Weinberger Date: Mon Jan 24 00:53:57 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 109 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 77 insertions(+), 36 deletions(-) commit 2c594304b5a3fcb7d5ee28f8ab2ff3ab2ea96128 Author: Bruno Coudoin Date: Mon Jan 24 00:52:32 2005 +0000 fixed bad assetml reference that was making the audio being seen as broken * boards/click_on_letter.xml.in: fixed bad assetml reference that was making the audio being seen as broken on the menu icon * boards/geography.xml.in: same * boards/searace1player.xml.in: fixed typo * src/gcompris/gameutil.c: (gcompris_get_asset_file): better debug string boards/click_on_letter.xml.in | 2 +- boards/geography.xml.in | 2 +- boards/searace1player.xml.in | 2 +- src/gcompris/gameutil.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) commit 6787bb124fb4a08d87416fb33b1837421c3b8c1a Author: Bruno Coudoin Date: Sun Jan 23 23:35:09 2005 +0000 updated french po/ChangeLog | 4 ++ po/fr.po | 134 +++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 103 insertions(+), 35 deletions(-) commit 64391e591330e73af7085a3b04909b5ba0f743eb Author: Miloslav Trmac Date: Sun Jan 23 14:23:20 2005 +0000 Updated Czech translation. 2005-01-23 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++ po/cs.po | 111 ++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 78 insertions(+), 37 deletions(-) commit c76f04d4fbd0b7526a232c7a17be56c1f67246fb Author: Ronny Standtke Date: Sun Jan 23 10:07:00 2005 +0000 *** empty log message *** po/de.po | 139 ++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 100 insertions(+), 39 deletions(-) commit a6c3c846613f3ae91104dcfbad382d3acf009498 Author: Bruno Coudoin Date: Sun Jan 23 02:50:14 2005 +0000 fixed Yager by Yeager (reported by Kelemen Gbor) fixed typo on weather - * boards/chronos/board4_1.xml.in: fixed Yager by Yeager (reported by Kelemen Gbor) * boards/searace.xml.in: fixed typo on weather * boards/searace1player.xml.in: - * src/boards/python/anim.py: New version of anim by Yves. This version save the anim in an incompatible format. Now anim are saved in anim2 directory to avoid confusion. This new anim will be mozilla-svg compatible. It will be possible to publish our kids creation on the web. * src/boards/python/searace.py: Completed, it is now possible to make measurements by dragging the mouse. ChangeLog | 12 + boards/chronos/board4_1.xml.in | 2 +- boards/searace.xml.in | 4 +- boards/searace1player.xml.in | 4 +- src/boards/python/anim.py | 514 ++++++++++++++++++++++++++++++++++++---- src/boards/python/searace.py | 177 ++++++++++---- 6 files changed, 610 insertions(+), 103 deletions(-) commit 5bd2feeb1e42fde3b2c988dcba804f5249135667 Author: Bruno Coudoin Date: Wed Jan 19 22:26:07 2005 +0000 updated danish by Mogens Jaeger po/ChangeLog | 4 + po/da.po | 422 +++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 331 insertions(+), 95 deletions(-) commit a83022e513404c74d94c969bcc358128e25f0a3d Author: Vincent van Adrighem Date: Wed Jan 19 18:01:35 2005 +0000 Translation updated by Tino Meinen. 2005-01-19 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 198 +++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 159 insertions(+), 43 deletions(-) commit b57f753af18747d5a6a6d1777f096b6c882e376d Author: Bruno Coudoin Date: Tue Jan 18 22:31:25 2005 +0000 missing. boards/searace1player.xml.in | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) commit 4a590391a8f4d03d59bf6ecf4e7303d97baeb7f2 Author: Bruno Coudoin Date: Tue Jan 18 00:15:41 2005 +0000 added one player searace ChangeLog | 10 ++++++++++ boards/Makefile.am | 1 + boards/boardicons/searace1player.png | Bin 0 -> 7871 bytes boards/images/top_boat_green_tux.png | Bin 0 -> 2764 bytes po/POTFILES.in | 1 + src/boards/python/searace.py | 9 ++++++++- 6 files changed, 20 insertions(+), 1 deletions(-) commit ce17127d02c30e256f22cea7f0b9b18455b6736d Author: Bruno Coudoin Date: Sun Jan 16 22:35:56 2005 +0000 fixed to include a background - - - fixed fixed implemented one player * boards/chronos/images/chronos-tuxtree1.png: fixed to include a background * boards/chronos/images/chronos-tuxtree2.png: - * boards/chronos/images/chronos-tuxtree3.png: - * boards/chronos/images/chronos-tuxtree4.png: - * docs/Makefile.am: fixed * gcompris.spec.in: fixed * src/boards/python/searace.py: implemented one player mode (hidden for now) activate it with the shift key to get a tux program ChangeLog | 11 ++ boards/chronos/images/chronos-tuxtree1.png | Bin 27382 -> 39667 bytes boards/chronos/images/chronos-tuxtree2.png | Bin 28471 -> 40875 bytes boards/chronos/images/chronos-tuxtree3.png | Bin 28678 -> 41136 bytes boards/chronos/images/chronos-tuxtree4.png | Bin 28480 -> 43291 bytes docs/Makefile.am | 2 +- gcompris.spec.in | 2 +- src/boards/python/searace.py | 179 ++++++++++++++++++++++------ 8 files changed, 155 insertions(+), 39 deletions(-) commit 37f6f639a546f1d922ae8ff06d4d28a92e0ba0f2 Author: Miloslav Trmac Date: Sun Jan 16 15:57:42 2005 +0000 Updated Czech translation. 2005-01-16 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 +++ po/cs.po | 69 ++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 47 insertions(+), 26 deletions(-) commit c3a70458aa6720ddbd5170644accbcc09f650844 Author: Alexander Winston Date: Sat Jan 15 03:51:56 2005 +0000 Updated Canadian English translation. 2005-01-14 Alexander Winston * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 10 ++++------ 2 files changed, 8 insertions(+), 6 deletions(-) commit a7f07bc0f7533abe390fe920dfcc7e93f2bd4d05 Author: Bruno Coudoin Date: Wed Jan 12 21:45:52 2005 +0000 updated by Karl Ove Hufthammer po/nb.po | 180 +++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 138 insertions(+), 42 deletions(-) commit 6bfe92670762c85d0a04861b263b0a0a4abd9749 Author: Adam Weinberger Date: Wed Jan 12 20:48:42 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 +++ po/en_CA.po | 79 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 45 insertions(+), 38 deletions(-) commit 86b34db043f3e04da4cacb290073aa24e8e6284d Author: Bruno coudoin Date: Wed Jan 12 00:08:24 2005 +0000 improved the command parsing changed to release 6.5PRE1 2005-01-12 Bruno coudoin * src/boards/python/searace.py: improved the command parsing * configure.in: changed to release 6.5PRE1 ChangeLog | 5 +++ configure.in | 2 +- src/boards/python/searace.py | 71 ++++++++++++++++++++++++++++++------------ 3 files changed, 57 insertions(+), 21 deletions(-) commit 16859686fbec333bfd00ff4f44163d5d841190f0 Author: Ronny Standtke Date: Tue Jan 11 08:15:22 2005 +0000 *** empty log message *** po/de.po | 184 +++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 145 insertions(+), 39 deletions(-) commit 382f069bbe57e7bc448d6ddf6e46e4530ec63835 Author: Bruno coudoin Date: Mon Jan 10 23:12:11 2005 +0000 fixed a potential bug now the text box are not editable when the course 2005-01-10 Bruno coudoin * src/boards/erase.c: (erase_destroy_all_items): fixed a potential bug * src/boards/python/searace.py: now the text box are not editable when the course runs ChangeLog | 5 ++++ src/boards/erase.c | 5 ++++ src/boards/python/searace.py | 43 +++++++++++++++++++++++++++++++++++++---- 3 files changed, 48 insertions(+), 5 deletions(-) commit 8183ce4278e037da22cc598af308c91e8194a8a9 Author: Bruno Coudoin Date: Mon Jan 10 21:06:58 2005 +0000 added a timer before the bonus to let kid appreciate the image * src/boards/erase.c: (pause_board), (bonus), (finished), (game_won), (item_event): added a timer before the bonus to let kid appreciate the image ChangeLog | 5 +++++ src/boards/erase.c | 22 ++++++++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) commit a1405de53c37ef7f0f3e5f8884870320191e3e05 Author: Miloslav Trmac Date: Mon Jan 10 20:56:46 2005 +0000 Updated Czech translation. 2005-01-10 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 183 ++++++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 149 insertions(+), 38 deletions(-) commit 6a6c33f9e82adf7a3dad303dae6e73d43a0c6420 Author: Adam Weinberger Date: Mon Jan 10 06:39:43 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 165 +++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 132 insertions(+), 37 deletions(-) commit 0bc4dc70e4e1eca15e98784aff63c4facf69614c Author: Bruno coudoin Date: Mon Jan 10 00:48:01 2005 +0000 added the boat to make it easier to catch added more info on each item - - 2005-01-09 Bruno coudoin * boards/boardicons/tuxpara.png: added the boat to make it easier to catch * boards/chronos/board3_0.xml.in: added more info on each item * boards/chronos/board3_1.xml.in: - * boards/chronos/board3_2.xml.in: - * boards/chronos/board3_3.xml.in: - * boards/chronos/board3_4.xml.in: - * boards/searace.xml.in: updated the help * docs/C/python.xml: added a missing #define for BAR_REPEAT_ICON * src/boards/paratrooper.c: (paratrooper_next_level): make the boat larger initialy * src/boards/py-mod-gcompris.c: (python_gcompris_module_init): added missing BAR_REPEAT_ICON * src/boards/python/hexagon.py: removed useless comments. added a timeout on a win to let the kid see the strawberry * src/boards/python/searace.py: updated and completed. * src/boards/traffic.c: (cars_from_strv): changed a color too close to the background ChangeLog | 43 ++++++++++++----- boards/boardicons/tuxpara.png | Bin 6756 -> 9033 bytes boards/chronos/board3_0.xml.in | 4 +- boards/chronos/board3_1.xml.in | 6 +- boards/chronos/board3_2.xml.in | 6 +- boards/chronos/board3_3.xml.in | 6 +- boards/chronos/board3_4.xml.in | 6 +- boards/searace.xml.in | 20 ++++++-- docs/C/python.xml | 4 ++ src/boards/paratrooper.c | 4 +- src/boards/py-mod-gcompris.c | 11 ++-- src/boards/python/hexagon.py | 43 ++++++++++++------ src/boards/python/searace.py | 100 ++++++++++++++++++++++++++++++++-------- src/boards/traffic.c | 2 +- 14 files changed, 183 insertions(+), 72 deletions(-) commit 049ca054dd996c261bfc759276c24ff55d01f1fc Author: Jose JORGE Date: Mon Jan 10 00:00:58 2005 +0000 Updated Portuguese translation. 2005-01-10 Jose JORGE * pt.po: Updated Portuguese translation. po/ChangeLog | 9 + po/pt.po | 682 +++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 490 insertions(+), 201 deletions(-) commit 01413e5ebefd03d34152f2bc54ea918beabf665f Author: Bruno Coudoin Date: Sun Jan 9 21:21:14 2005 +0000 update po/fr.po | 236 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 206 insertions(+), 30 deletions(-) commit 262640113755bbee75f4a3bd922dbcc40e13d84c Author: Miloslav Trmac Date: Sun Jan 9 14:33:38 2005 +0000 Updated Czech translation. 2005-01-09 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 +++ po/cs.po | 64 ++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 49 insertions(+), 19 deletions(-) commit 61edfa40c2f2074788f26e2a41a4d1518da0517f Author: Ronny Standtke Date: Sat Jan 8 14:38:01 2005 +0000 *** empty log message *** po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 74ade51b241dad438106c10abc33b2c209abacda Author: Ronny Standtke Date: Sat Jan 8 14:34:57 2005 +0000 update po/de.po | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 140 insertions(+), 31 deletions(-) commit 6d5356debf240633b02a01eb589eefe6cc4771a0 Author: Vincent van Adrighem Date: Sat Jan 8 04:06:46 2005 +0000 Translation updated by Tino Meinen. 2005-01-08 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 177 +++++++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 149 insertions(+), 32 deletions(-) commit e445f69f18fffdba55c0cae7d8f2b244c130f2dc Author: Adam Weinberger Date: Fri Jan 7 21:20:39 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 +++ po/en_CA.po | 74 ++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 58 insertions(+), 20 deletions(-) commit 1dd7bf1734836a764172bdb923dcd438dbfed213 Author: Bruno Coudoin Date: Fri Jan 7 01:11:06 2005 +0000 fixed by Mogens Jaeger boards/sounds/da/geography/united_kingdom.ogg | Bin 7520 -> 10839 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit ec48033e4a5147599fb75d37dac5c12e7bd15b83 Author: Bruno Coudoin Date: Fri Jan 7 01:08:57 2005 +0000 2005-01-07 Mogens Jaeger Karl Ove Hufthammer * da.po: updated Danish translation. * nn.po: updated by Karl Ove Hufthammer po/ChangeLog | 5 + po/da.po | 567 ++++++++++++++++++++++++++++------------------------------ po/nn.po | 274 +++++++++++++++++++++-------- 3 files changed, 483 insertions(+), 363 deletions(-) commit e66a2551ce72a79170727b9df19a11259ab46cdf Author: Bruno Coudoin Date: Fri Jan 7 00:50:20 2005 +0000 updated the help updated moved to difficulty 0. no more needed, replaced * boards/anim.xml.in: updated the help * boards/boardicons/searace.png: updated * boards/draw.xml.in: moved to difficulty 0. no more needed, replaced by anim. * docs/C/python.xml: API change in the file selector to have a file type passed * src/boards/draw.c: (key_press), (tool_event): API change in the file selector to have a file type passed * src/boards/py-mod-gcompris.c: (pyFileSelectorCallBack), (py_gcompris_file_selector_load), (py_gcompris_file_selector_save): API change in the file selector to have a file type passed * src/boards/python/anim.py: API change in the file selector to have a file type passed * src/boards/python/searace.py: fixed all remaining bug. Still need to display the commands * src/gcompris/file_selector.c: (gcompris_file_selector_save), (gcompris_file_selector_load), (display_file_selector), (item_event_file_selector): API change in the file selector to have a file type passed * src/gcompris/gcompris.h: API change in the file selector to have a file type passed ChangeLog | 18 +++++++ boards/anim.xml.in | 20 ++++++-- boards/boardicons/searace.png | Bin 6279 -> 6852 bytes boards/draw.xml.in | 2 +- docs/C/python.xml | 12 +++-- src/boards/draw.c | 8 ++-- src/boards/py-mod-gcompris.c | 18 +++++-- src/boards/python/anim.py | 12 ++-- src/boards/python/searace.py | 107 ++++++++++++++++++++++++++++++----------- src/gcompris/file_selector.c | 20 +++++-- src/gcompris/gcompris.h | 8 ++- 11 files changed, 164 insertions(+), 61 deletions(-) commit 1d3f496bd9460bfa9df9aa0600954b189c858a08 Author: Miloslav Trmac Date: Thu Jan 6 19:52:42 2005 +0000 Updated Czech translation. 2005-01-06 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 35 +++++++++++++++++++++++++++-------- 2 files changed, 31 insertions(+), 8 deletions(-) commit b99d8ed9a45181e6181b4c9d1df5f2adae959e49 Author: Adam Weinberger Date: Thu Jan 6 03:43:07 2005 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 39 ++++++++++++++++++++++++++++++--------- 2 files changed, 34 insertions(+), 9 deletions(-) commit e467d4354d74ed63f0bfa5d08bd3368268ba70f9 Author: Bruno Coudoin Date: Wed Jan 5 00:30:07 2005 +0000 added, created by bruno set to level 6, first manual. FIRST playable * boards/boardicons/searace.png: added, created by bruno * boards/searace.xml.in: set to level 6, first manual. * src/boards/python/searace.py: FIRST playable version, have fun. ChangeLog | 12 +++++ boards/boardicons/searace.png | Bin 0 -> 6279 bytes boards/searace.xml.in | 7 ++- src/boards/python/searace.py | 97 +++++++++++++++++++++++++++++++---------- 4 files changed, 89 insertions(+), 27 deletions(-) commit 4207120a2f0aef7ad38ebe5159360a72adcf3364 Author: Bruno Coudoin Date: Mon Jan 3 23:28:13 2005 +0000 playable now !!. Need more feedback and better parsing. fixed rotation of * src/boards/python/searace.py: playable now !!. Need more feedback and better parsing. * src/gcompris/gameutil.c: (item_rotate_relative), (gcompris_dialog_close): fixed rotation of groups (unsure, not tested) src/boards/python/searace.py | 302 +++++++++++++++++++++++++++++------------- src/gcompris/gameutil.c | 8 +- 2 files changed, 216 insertions(+), 94 deletions(-) commit 6710b09e4517a44c06827ce813b3741ad7a08289 Author: Miloslav Trmac Date: Sun Jan 2 14:15:49 2005 +0000 Updated Czech translation. 2005-01-02 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++ po/cs.po | 105 +++++++++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 93 insertions(+), 16 deletions(-) commit 59dd9d17bd2832183ef04a07d71fbdb48bf72eb4 Author: Bruno Coudoin Date: Thu Dec 30 00:36:29 2004 +0000 fixed rotation. still bugged at anchors level now can move the boats, * src/boards/python/anim.py: fixed rotation. still bugged at anchors level * src/boards/python/searace.py: now can move the boats, rotation is fixed * src/gcompris/gameutil.c: (item_rotate_relative): rotation is fixed * src/gcompris/gameutil.h: added MIN and MAX * src/gcompris/gcompris.c: (board_widget_key_press_callback): added a comment * src/gcompris/gcompris.h: added #ifndef N_ * src/gcompris/svgutil.c: (gcompris_rect_to_svg_file), (gcompris_ellipse_to_svg_file): uses MIN and MAX instead of internaly defined min and max ChangeLog | 11 ++++++++++ src/boards/python/anim.py | 14 +++++++++--- src/boards/python/searace.py | 3 +- src/gcompris/gameutil.c | 43 ++++++++++++++++++++++++++++++++++++++++- src/gcompris/gameutil.h | 8 +++++++ src/gcompris/gcompris.c | 3 +- src/gcompris/gcompris.h | 5 +++- src/gcompris/svgutil.c | 17 ++++++--------- 8 files changed, 85 insertions(+), 19 deletions(-) commit eff63015a7e3c2e57ef89f24e98fda8427f75d00 Author: Adam Weinberger Date: Wed Dec 29 08:07:31 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 100 +++++++++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 90 insertions(+), 14 deletions(-) commit af54ca05bb38dab0e45c621b76134113e5260e88 Author: Bruno Coudoin Date: Tue Dec 28 23:45:05 2004 +0000 Updated by Franck Doucet - updated updated, not playable yet * boards/chronos/board4_2.xml.in: Updated by Franck Doucet * boards/chronos/board4_3.xml.in: - * po/POTFILES.in: updated * src/boards/python/searace.py: updated, not playable yet ChangeLog | 7 ++ boards/chronos/board4_2.xml.in | 19 +++++ boards/chronos/board4_3.xml.in | 23 ++++++ po/POTFILES.in | 1 + src/boards/python/searace.py | 168 +++++++++++++++++++++++++++------------- 5 files changed, 164 insertions(+), 54 deletions(-) commit ed0fbe556e560050fa6b7a114083e9efbafc9abd Author: Bruno Coudoin Date: Thu Dec 23 00:10:34 2004 +0000 boats can move now. Not playable yet src/boards/python/searace.py | 89 ++++++++++++++++++++++++++++++++---------- 1 files changed, 68 insertions(+), 21 deletions(-) commit 89de8a2122f87882517c302cbe96333003570b1b Author: Bruno Coudoin Date: Tue Dec 21 19:35:13 2004 +0000 ards/images/top_boat_green.png: create by bruno. released under GPL same ards/images/top_boat_green.png: create by bruno. released under GPL * boards/images/top_boat_red.png: same as above * po/POTFILES.in: fixed * src/gcompris/gcompris.c: (board_widget_key_press_callback): changed the way the OK button if handled. If the board needs to receive key pressed (implements the key_press function) Then on The key ENTER, the key_press will be called with the key. NOTE: If a board receives key press, it must bind the ENTER Keys to OK whenever possible Before, The enter key was always sent to the ok function. I did not checked if this breaks compatibility yet. It may be needed to add some catch of the Enter key in ok functions. ChangeLog | 15 +++++++++++++++ boards/images/top_boat_green.png | Bin 0 -> 1792 bytes boards/images/top_boat_red.png | Bin 0 -> 1734 bytes po/POTFILES.in | 1 + src/gcompris/gcompris.c | 13 +++++++++++-- 5 files changed, 27 insertions(+), 2 deletions(-) commit ab312fc3f09b80f6f4cf1ba40a844443fdf1ed3d Author: Bruno Coudoin Date: Sun Dec 19 01:07:14 2004 +0000 now parse the params. don't move anythink yet src/boards/python/searace.py | 181 ++++++++++++++++++++++++++++++----------- 1 files changed, 132 insertions(+), 49 deletions(-) commit d6318839e64877f3b794f99b75cf1b8fefe8f2b5 Author: Bruno Coudoin Date: Wed Dec 15 23:06:18 2004 +0000 i * docs/gcompris2spip.pl: added Norsk Bokmal * docs/website/footer.html: fixed

* src/boards/python/searace.py: updated, now we can edit text. doesn't do much more. ChangeLog | 6 ++++++ docs/gcompris2spip.pl | 6 +++--- docs/website/footer.html | 2 +- src/boards/python/searace.py | 35 ++++++++++++++++++++++++++++++++--- 4 files changed, 42 insertions(+), 7 deletions(-) commit 22caec04641032f7d2364e8b8f192cef03be6168 Author: Bruno Coudoin Date: Wed Dec 15 20:53:53 2004 +0000 fixed apple/app_e/l/h/n string that appered twice. reported on IRC by luis * pt.po: fixed apple/app_e/l/h/n string that appered twice. reported on IRC by luis (sobralnet) po/ChangeLog | 5 +++++ po/pt.po | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) commit cd1dc5956c2717098038e87b068c04054066d9af Author: Bruno Coudoin Date: Wed Dec 15 00:15:20 2004 +0000 Franck Doucet made again some vehicles. They are added in chronos and the drawings utilities * boards/chronos/Makefile.am: * boards/chronos/board4_1.xml.in: * boards/chronos/images/1955ds19.png: * boards/chronos/images/benz1885.png: * boards/chronos/images/bolle1878.png: * boards/chronos/images/lancia1923.png: * boards/chronos/images/renault1899.png: * boards/dataset/mrpatate.xml: * docs/website/article.html: fixed the forum * docs/website/forum.html: - * docs/website/rubrique.html: - * gcompris.spec.in: added dependancy SDL_Mixer * po/POTFILES.in: added chromos * src/boards/python/searace.py: updated, not playable yet ChangeLog | 20 ++ boards/chronos/Makefile.am | 4 +- boards/chronos/board4_1.xml.in | 17 +- boards/chronos/images/1955ds19.png | Bin 0 -> 30048 bytes boards/chronos/images/benz1885.png | Bin 0 -> 55442 bytes boards/chronos/images/bolle1878.png | Bin 0 -> 57405 bytes boards/chronos/images/lancia1923.png | Bin 0 -> 24286 bytes boards/chronos/images/renault1899.png | Bin 0 -> 73065 bytes boards/dataset/mrpatate.xml | 5 + docs/website/article.html | 332 ++++++++++++++++----------------- docs/website/forum.html | 83 ++++++++ docs/website/rubrique.html | 238 ++++++++++++------------ gcompris.spec.in | 1 + po/POTFILES.in | 2 + src/boards/python/searace.py | 15 ++- 15 files changed, 417 insertions(+), 300 deletions(-) commit 61fa9e28d95c78e4690b48342d0de28fa53a4ec2 Author: Bruno Coudoin Date: Wed Dec 15 00:11:16 2004 +0000 updated po/ChangeLog | 4 ++ po/fr.po | 168 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 121 insertions(+), 51 deletions(-) commit b284bc698fbd9398147409ab49b1c46c15020eec Author: Bruno Coudoin Date: Wed Dec 8 20:23:40 2004 +0000 added from openclipart.com for searace missing images from Franck Doucet - * boards/images/arrow.png: added from openclipart.com for searace * boards/money/euro/p10e.png: missing images from Franck Doucet * boards/money/euro/p20e.png: - * boards/money/euro/p50e.png: - * boards/money/euro/p5e.png: - * src/boards/python/searace.py: updated, now draw the wind map. not playable yet. ChangeLog | 9 ++++ boards/images/arrow.png | Bin 0 -> 1892 bytes boards/money/euro/p10e.png | Bin 0 -> 11159 bytes boards/money/euro/p20e.png | Bin 0 -> 13296 bytes boards/money/euro/p50e.png | Bin 0 -> 17400 bytes boards/money/euro/p5e.png | Bin 0 -> 10801 bytes src/boards/python/searace.py | 103 +++++++++++++++++++++++++++++++++++------ 7 files changed, 97 insertions(+), 15 deletions(-) commit 46688e7d858fea06f6e8b41e5fcf007d40da8ec3 Author: Miloslav Trmac Date: Tue Dec 7 17:21:38 2004 +0000 Updated Czech translation. 2004-12-07 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) commit 343b7ecdeb07b6a6dedd6235ae58f655a6f1680b Author: Adam Weinberger Date: Tue Dec 7 00:14:50 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 10 ++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) commit 102c48442bcab9cdc42d49642a41964b1f45f000 Author: Vincent van Adrighem Date: Sun Dec 5 23:05:19 2004 +0000 Translation updated by Tino Meinen. 2004-12-06 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 157 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 101 insertions(+), 60 deletions(-) commit 5b3113728e764640e3452ece03d50afb83ac382c Author: Bruno Coudoin Date: Sun Dec 5 22:22:26 2004 +0000 Franck Doucet remade all the euro coins and paper to be more kiddy and more generic * boards/Makefile.am: * boards/chronos.xml.in: * boards/money/euro/c10c.png: * boards/money/euro/c1c.png: * boards/money/euro/c1e.png: * boards/money/euro/c20c.png: * boards/money/euro/c2c.png: * boards/money/euro/c2e.png: * boards/money/euro/c50c.png: * boards/money/euro/c5c.png: * boards/money/euro/p100e.jpg: * boards/money/euro/p200e.jpg: * boards/money/euro/p500e.jpg: * boards/searace.xml.in: start of a searace activity * docs/website/auteur.html: added spip menus * docs/website/footer.html: * docs/website/header.html: * docs/website/menu.html: * src/boards/money_widget.c: * src/boards/money_widget.h: * src/boards/python/searace.py: far from playable yet ChangeLog | 28 +++++++++++ boards/Makefile.am | 1 + boards/chronos.xml.in | 3 +- boards/money/euro/c10c.png | Bin 16469 -> 6575 bytes boards/money/euro/c1c.png | Bin 11806 -> 4404 bytes boards/money/euro/c1e.png | Bin 21215 -> 8898 bytes boards/money/euro/c20c.png | Bin 20925 -> 8170 bytes boards/money/euro/c2c.png | Bin 15444 -> 5386 bytes boards/money/euro/c2e.png | Bin 24852 -> 9293 bytes boards/money/euro/c50c.png | Bin 23837 -> 10413 bytes boards/money/euro/c5c.png | Bin 19715 -> 7709 bytes boards/money/euro/p100e.jpg | Bin 3443 -> 0 bytes boards/money/euro/p10e.jpg | Bin 2874 -> 0 bytes boards/money/euro/p200e.jpg | Bin 3642 -> 0 bytes boards/money/euro/p20e.jpg | Bin 2853 -> 0 bytes boards/money/euro/p500e.jpg | Bin 4060 -> 0 bytes boards/money/euro/p50e.jpg | Bin 3273 -> 0 bytes boards/searace.xml.in | 18 +++++++ docs/website/auteur.html | 59 +++++++++++++++++++++++ docs/website/footer.html | 1 + docs/website/header.html | 5 ++ docs/website/menu.html | 105 ++++++++++++++++++++++++++++++++++++++++++ src/boards/money_widget.c | 11 ++--- src/boards/money_widget.h | 3 - src/boards/python/searace.py | 21 +++++--- 25 files changed, 236 insertions(+), 19 deletions(-) commit 19dcf13b2f96ce4e4965b66d6061b41522db740a Author: Laszlo Dvornik Date: Sun Dec 5 12:40:44 2004 +0000 Hungarian translation updated by Gabor Kelemen. 2004-12-05 Laszlo Dvornik * hu.po: Hungarian translation updated by Gabor Kelemen. po/ChangeLog | 4 ++ po/hu.po | 168 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 106 insertions(+), 66 deletions(-) commit f4b6e15897e0349133e624073c761aa45661f1ae Author: Ronny Standtke Date: Sun Dec 5 11:32:15 2004 +0000 update po/de.po | 55 ++++++++++++++++++++++++++++++------------------------- 1 files changed, 30 insertions(+), 25 deletions(-) commit de8243ef2bb75e0250a97c890b1be0453793ddef Author: Bruno Coudoin Date: Fri Dec 3 20:47:02 2004 +0000 updated Danish translation.i by Mogens Jaeger * da.po: updated Danish translation.i by Mogens Jaeger po/ChangeLog | 4 + po/da.po | 370 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 221 insertions(+), 153 deletions(-) commit ec7338bb5af49e6b54b14ce02fa977e495754566 Author: Adam Weinberger Date: Fri Dec 3 05:33:13 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 44 ++++++++++++++++++++++++-------------------- 2 files changed, 28 insertions(+), 20 deletions(-) commit 73404ca95e9b29e34b1176844d338f051de22e15 Author: Bruno Coudoin Date: Wed Dec 1 23:22:02 2004 +0000 now display a grid src/boards/python/Makefile.am | 1 + src/boards/python/searace.py | 188 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 189 insertions(+), 0 deletions(-) commit 78c75f9c1df47430d27316e7a6621b289b75c465 Author: Bruno Coudoin Date: Wed Dec 1 20:49:06 2004 +0000 just changing the mode boards/wordsgame/wordslevel1.nb | 76 +++++++++++++++++++++++++++++++++++++ boards/wordsgame/wordslevel2.nb | 47 +++++++++++++++++++++++ boards/wordsgame/wordslevelmax.nb | 69 +++++++++++++++++++++++++++++++++ 3 files changed, 192 insertions(+), 0 deletions(-) commit 7d0d9c6fbec3d2285bd170a933a6a39f607c33e9 Author: Bruno Coudoin Date: Wed Dec 1 20:48:43 2004 +0000 just changing the mode boards/wordsgame/wordslevel1.nb | 76 ------------------------------------- boards/wordsgame/wordslevel2.nb | 47 ----------------------- boards/wordsgame/wordslevelmax.nb | 69 --------------------------------- 3 files changed, 0 insertions(+), 192 deletions(-) commit 4ef21a696fdbafe90af6a41b6ac44d948ced2da5 Author: Miloslav Trmac Date: Wed Dec 1 18:50:23 2004 +0000 Updated Czech translation. 2004-12-01 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++ po/cs.po | 131 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 73 insertions(+), 62 deletions(-) commit a0602d51250845ad520aaf76b73d84e4f21f069d Author: Bruno Coudoin Date: Tue Nov 30 23:32:48 2004 +0000 renamed from spipparser.pl replaced by gcompris2spip.pl * docs/gcompris2spip.pl: renamed from spipparser.pl * docs/spipparser.pl: replaced by gcompris2spip.pl ChangeLog | 5 + docs/gcompris2spip.pl | 378 +++++++++++++++++++++++++++++++++++++++++++++++++ docs/spipparser.pl | 378 ------------------------------------------------- 3 files changed, 383 insertions(+), 378 deletions(-) commit cea2e40ae07eb9250a4c03096e0d70fe503dba67 Author: Bruno Coudoin Date: Tue Nov 30 22:53:20 2004 +0000 removed gcompris.desktop gcompris-edit.desktop from the dist file * Makefile.am: removed gcompris.desktop gcompris-edit.desktop from the dist file ChangeLog | 1 + Makefile.am | 1 - 2 files changed, 1 insertions(+), 1 deletions(-) commit ebfdb5b97141a96e4eb7b60d411f74515f273d3f Author: Bruno Coudoin Date: Tue Nov 30 22:44:12 2004 +0000 fixed bad menu entry, now it's gcompris_edit closes debian bug #281457 * gcompris-edit.desktop.in: fixed bad menu entry, now it's gcompris_edit closes debian bug #281457 ChangeLog | 15 ++++++++++----- gcompris-edit.desktop.in | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) commit b9e4d939f955087bc471dbea26ffba19d13ccb6d Author: Bruno Coudoin Date: Tue Nov 30 21:46:52 2004 +0000 Updated Norwegian Bokmal translation. po/ChangeLog | 6 +- po/nb.po | 6627 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 3346 insertions(+), 3287 deletions(-) commit 39be60ac5cb59d5655c970411618e98331e50749 Author: Bruno Coudoin Date: Tue Nov 30 21:39:57 2004 +0000 * boards/flags/gcompris_flags.assetml.in: * boards/flags/zh.png: * configure.in: * docs/spipparser.pl: * src/gcompris/config.c: ChangeLog | 9 +++++++++ boards/flags/gcompris_flags.assetml.in | 5 +++++ boards/flags/zh.png | Bin 0 -> 544 bytes configure.in | 4 ++-- docs/spipparser.pl | 6 +++--- po/ChangeLog | 2 +- src/gcompris/config.c | 3 ++- 7 files changed, 22 insertions(+), 7 deletions(-) commit f6ba959264aa51147f8d2e9e723a73010298c452 Author: Ronny Standtke Date: Tue Nov 30 19:03:30 2004 +0000 update po/de.po | 169 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 93 insertions(+), 76 deletions(-) commit 09cddec8241dcf4462e7e93cbcd73ba770406b55 Author: Bruno Coudoin Date: Mon Nov 29 21:11:24 2004 +0000 created by Klaus Ade Johnstad. - - translation updated by Klaus Ade * boards/wordsgame/wordslevel1.nb: created by Klaus Ade Johnstad. * boards/wordsgame/wordslevel2.nb: - * boards/wordsgame/wordslevelmax.nb: - * po/nb.po: translation updated by Klaus Ade Johnstad. ChangeLog | 7 + boards/wordsgame/wordslevel1.nb | 76 + boards/wordsgame/wordslevel2.nb | 47 + boards/wordsgame/wordslevelmax.nb | 69 + po/ChangeLog | 4 + po/nb.po | 5954 ++++++++++++++++++++----------------- 6 files changed, 3489 insertions(+), 2668 deletions(-) commit 2b4333861740ff9f379f6565e96beecc2f26398e Author: Adam Weinberger Date: Mon Nov 29 15:37:50 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 94 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 52 insertions(+), 46 deletions(-) commit fb6a9dd87212f36b5231d2ecf06bb2344b67fc58 Author: Funda Wang Date: Mon Nov 29 10:54:02 2004 +0000 Added Simplified Chinese translation po/ChangeLog | 4 + po/zh_CN.po | 3120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 3124 insertions(+), 0 deletions(-) commit 3011ce6212e6a5bd73d4fc8db9e2d651cd2f86d2 Author: Bruno Coudoin Date: Mon Nov 29 00:29:54 2004 +0000 to fix the newline issues in xml files, added the token xml:space="preserve" Thanks to Danilo Segan for that. * boards/chronos/board3_0.xml.in: * boards/menu.xml.in: * boards/redraw_symmetrical.xml.in: fixed directory path ChangeLog | 9 +++++++++ boards/chronos/board3_0.xml.in | 8 ++++---- boards/menu.xml.in | 30 +++++++++++++++--------------- boards/redraw_symmetrical.xml.in | 4 ++-- 4 files changed, 30 insertions(+), 21 deletions(-) commit 5bd5cfc8f49e06086930c9630c9821f57a00c519 Author: Bruno Coudoin Date: Mon Nov 29 00:26:22 2004 +0000 updated by bruno po/ChangeLog | 4 +++ po/fr.po | 66 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 38 insertions(+), 32 deletions(-) commit 464238fef47b86a0872245a7a072a4dcde1cfb67 Author: Adam Weinberger Date: Fri Nov 26 23:45:44 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 10 +++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) commit ed644d9efaf8b9cf35304c75012796b1f6403667 Author: Miloslav Trmac Date: Fri Nov 26 14:44:24 2004 +0000 Updated Czech translation. 2004-11-26 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 10 +++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) commit f4ebe31de4bd0ae5eb910ff0a9f52aa46d1504f7 Author: Bruno Coudoin Date: Fri Nov 26 00:31:07 2004 +0000 replace algebra by math updated, fixed web site - added the spip web site * boards/algebramenu.xml.in: replace algebra by math * docs/spip_oneboard.xsl: updated, fixed web site * docs/spipparser.pl: - * docs/website/article.html: added the spip web site here. * docs/website/gcompris.css: * docs/website/rubrique.html: * docs/website/sommaire.html: * docs/screenshots: added. needed for the web site and in the future for the documentation ChangeLog | 11 ++ boards/algebramenu.xml.in | 2 +- docs/spip_oneboard.xsl | 83 +++++------ docs/spipparser.pl | 1 + docs/website/article.html | 186 ++++++++++++++++++++++++ docs/website/gcompris.css | 341 ++++++++++++++++++++++++++++++++++++++++++++ docs/website/rubrique.html | 150 +++++++++++++++++++ docs/website/sommaire.html | 59 ++++++++ 8 files changed, 785 insertions(+), 48 deletions(-) commit 82f9adc95aab112f7b4253217e53432d9c28ed41 Author: Bruno Coudoin Date: Thu Nov 25 23:02:01 2004 +0000 now manage the screenshots in the cvs in order to create the documentation docs/screenshots/advanced_colors.jpg | Bin 0 -> 28686 bytes docs/screenshots/algebra_by.jpg | Bin 0 -> 25727 bytes docs/screenshots/algebra_guesscount.jpg | Bin 0 -> 25012 bytes docs/screenshots/algebra_minus.jpg | Bin 0 -> 25942 bytes docs/screenshots/algebra_plus.jpg | Bin 0 -> 25922 bytes docs/screenshots/algorithm.jpg | Bin 0 -> 29212 bytes docs/screenshots/anim.jpg | Bin 0 -> 22523 bytes docs/screenshots/babymatch.jpg | Bin 0 -> 18516 bytes docs/screenshots/babyshapes.jpg | Bin 0 -> 14951 bytes docs/screenshots/ballcatch.jpg | Bin 0 -> 20286 bytes docs/screenshots/billard.jpg | Bin 0 -> 11293 bytes docs/screenshots/canal_lock.jpg | Bin 0 -> 16032 bytes docs/screenshots/chess_computer.jpg | Bin 0 -> 25265 bytes docs/screenshots/chess_movelearn.jpg | Bin 0 -> 19473 bytes docs/screenshots/chess_partyend.jpg | Bin 0 -> 19759 bytes docs/screenshots/chronos.jpg | Bin 0 -> 18847 bytes docs/screenshots/click_on_letter.jpg | Bin 0 -> 24075 bytes docs/screenshots/clickgame.jpg | Bin 0 -> 28653 bytes docs/screenshots/clockgame.jpg | Bin 0 -> 26976 bytes docs/screenshots/colors.jpg | Bin 0 -> 23077 bytes docs/screenshots/doubleentry.jpg | Bin 0 -> 22278 bytes docs/screenshots/draw.jpg | Bin 0 -> 25900 bytes docs/screenshots/enumerate.jpg | Bin 0 -> 22147 bytes docs/screenshots/erase.jpg | Bin 0 -> 23574 bytes docs/screenshots/fifteen.jpg | Bin 0 -> 14938 bytes docs/screenshots/followline.jpg | Bin 0 -> 25155 bytes docs/screenshots/geography.jpg | Bin 0 -> 24854 bytes docs/screenshots/gletters.jpg | Bin 0 -> 25769 bytes docs/screenshots/hanoi.jpg | Bin 0 -> 23618 bytes docs/screenshots/hexagon.jpg | Bin 0 -> 59804 bytes docs/screenshots/imageid.jpg | Bin 0 -> 21283 bytes docs/screenshots/imagename.jpg | Bin 0 -> 18447 bytes docs/screenshots/leftright.jpg | Bin 0 -> 15813 bytes docs/screenshots/maze.jpg | Bin 0 -> 16111 bytes docs/screenshots/maze3D.jpg | Bin 0 -> 29137 bytes docs/screenshots/melody.jpg | Bin 0 -> 20400 bytes docs/screenshots/memory.jpg | Bin 0 -> 30298 bytes docs/screenshots/missing_letter.jpg | Bin 0 -> 21053 bytes docs/screenshots/money.jpg | Bin 0 -> 14929 bytes docs/screenshots/money_cents.jpg | Bin 0 -> 14740 bytes docs/screenshots/paintings.jpg | Bin 0 -> 30772 bytes docs/screenshots/paratrooper.jpg | Bin 0 -> 21410 bytes docs/screenshots/planegame.jpg | Bin 0 -> 20572 bytes docs/screenshots/railroad.jpg | Bin 0 -> 36345 bytes docs/screenshots/read_colors.jpg | Bin 0 -> 19014 bytes docs/screenshots/readingh.jpg | Bin 0 -> 13569 bytes docs/screenshots/readingv.jpg | Bin 0 -> 13514 bytes docs/screenshots/redraw.jpg | Bin 0 -> 40414 bytes docs/screenshots/redraw_symmetrical.jpg | Bin 0 -> 38651 bytes docs/screenshots/reversecount.jpg | Bin 0 -> 27655 bytes docs/screenshots/scalesboard.jpg | Bin 0 -> 30960 bytes docs/screenshots/smallnumbers.jpg | Bin 0 -> 18459 bytes docs/screenshots/submarine.jpg | Bin 0 -> 29800 bytes docs/screenshots/superbrain.jpg | Bin 0 -> 28455 bytes docs/screenshots/target.jpg | Bin 0 -> 26544 bytes docs/screenshots/traffic.jpg | Bin 0 -> 27228 bytes docs/screenshots/watercycle.jpg | Bin 0 -> 31970 bytes docs/screenshots/wordsgame.jpg | Bin 0 -> 27097 bytes 58 files changed, 0 insertions(+), 0 deletions(-) commit 6167df57dd3f953c0645ce771891312a3afbc99e Author: Adam Weinberger Date: Thu Nov 25 02:06:31 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 30 +++++++++++++++++++++++++++--- 2 files changed, 31 insertions(+), 3 deletions(-) commit 0fbadec2753b97dd1fb426be0587029644953ef5 Author: Miloslav Trmac Date: Wed Nov 24 12:09:20 2004 +0000 Updated Czech translation. 2004-11-24 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 30 +++++++++++++++++++++++++++--- 2 files changed, 31 insertions(+), 3 deletions(-) commit 9142c9699be97fc3699591df4a3aefdd63ee6708 Author: Bruno Coudoin Date: Mon Nov 22 00:27:28 2004 +0000 updated by Frank - - updated, fixed bug - - * boards/chronos/board3_0.xml.in: updated by Frank * boards/chronos/board4_0.xml.in: - * boards/chronos/board4_1.xml.in: - * docs/spip_menuboard.xsl: updated, fixed bug * docs/spip_oneboard.xsl: - * docs/spipparser.pl: - * po/ChangeLog: ChangeLog | 10 ++++++ boards/chronos/board3_0.xml.in | 8 ++-- boards/chronos/board4_0.xml.in | 18 +++++++---- boards/chronos/board4_1.xml.in | 28 ++++++++++------- docs/spip_menuboard.xsl | 66 ++++++++++++++++++++-------------------- docs/spip_oneboard.xsl | 43 +++++++++++++------------- docs/spipparser.pl | 9 ++---- 7 files changed, 100 insertions(+), 82 deletions(-) commit e791a2b2fee66a75441eae43d2be04bec69c5671 Author: Bruno Coudoin Date: Mon Nov 22 00:26:47 2004 +0000 update by bruno po/ChangeLog | 4 + po/fr.po | 399 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 247 insertions(+), 156 deletions(-) commit b85d821d6102618bb9def6802aefff4d98d5edf8 Author: David Lodge Date: Sun Nov 21 22:05:46 2004 +0000 Updated British translation. 2004-11-21 David Lodge * en_GB.po: Updated British translation. po/ChangeLog | 4 + po/en_GB.po | 332 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 209 insertions(+), 127 deletions(-) commit 7f4f48a0e86df446918854fd21977d7c472ed268 Author: Ronny Standtke Date: Sun Nov 21 14:37:41 2004 +0000 updated German translation po/de.po | 553 ++++++++++++++++++++------------------------------------------ 1 files changed, 180 insertions(+), 373 deletions(-) commit e7825cf49b3752652e43e3473b36b1bb262afaf0 Author: Alessio Frusciante Date: Sun Nov 21 11:18:47 2004 +0000 Updated Italian translation. po/ChangeLog | 5 + po/it.po | 266 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 147 insertions(+), 124 deletions(-) commit 6241a4b29dd60ccff73d22f6b501ab2eb7917b39 Author: Bruno Coudoin Date: Sun Nov 21 08:56:03 2004 +0000 complete the work on screenshots creation. First release of the screenshots are online on http://gcompris.net * docs/.cvsignore: * docs/spip_menuboard.xsl: * docs/spip_oneboard.xsl: * docs/spipparser.pl: ChangeLog | 10 ++++ docs/.cvsignore | 2 + docs/spip_menuboard.xsl | 124 ++++++++++++++++++++++++++--------------------- docs/spip_oneboard.xsl | 35 +++++++++++--- docs/spipparser.pl | 108 +++++++++++++++++++++++++++++++++++------ 5 files changed, 201 insertions(+), 78 deletions(-) commit 4d2cc73ff9f52425be35792e0dfca073ae54b9cd Author: Vincent van Adrighem Date: Thu Nov 18 23:19:22 2004 +0000 Translation updated by Tino Meinen. 2004-11-19 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 258 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 145 insertions(+), 117 deletions(-) commit 340ba77a9ea091cdc7d7e0aff2e0a72ee80f4b71 Author: Adam Weinberger Date: Thu Nov 18 22:52:12 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 15 ++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) commit 81c4ce8769e96bf01ce77d1a6b4fcffef8ce1fdf Author: Miloslav Trmac Date: Thu Nov 18 20:51:40 2004 +0000 Updated Czech translation. 2004-11-18 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 17 +++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) commit 0f7bc10de08dd9586d51bd41ac91ffcea125ec2a Author: Laszlo Dvornik Date: Thu Nov 18 11:27:53 2004 +0000 Hungarian translation updated by Gabor Kelemen. 2004-11-18 Laszlo Dvornik * hu.po: Hungarian translation updated by Gabor Kelemen. po/ChangeLog | 4 + po/hu.po | 284 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 156 insertions(+), 132 deletions(-) commit 81363f42022c56e4293714e0fbbf0cb5bd1227cc Author: Bruno Coudoin Date: Thu Nov 18 00:18:36 2004 +0000 do not reprocess thumbs docs/create_thumbnails.pl | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 069a60f3c60b287ff8ebca4b3cd7a36ee99db06c Author: Bruno Coudoin Date: Thu Nov 18 00:00:08 2004 +0000 created, to create thumbnails updated. now can create the thumbnails. * docs/create_thumbnails.pl: created, to create thumbnails * docs/spip_menuboard.xsl: updated. now can create the thumbnails. needs the links now. * docs/spipparser.pl: updated. * src/boards/click_on_letter.c: (click_on_letter_create_item): fixed alphabet. ChangeLog | 7 +++++++ docs/create_thumbnails.pl | 28 ++++++++++++++++++++++++++++ docs/spip_menuboard.xsl | 4 ++-- docs/spipparser.pl | 15 +++++++++------ src/boards/click_on_letter.c | 4 +++- 5 files changed, 49 insertions(+), 9 deletions(-) commit 738d596e2faa11dd9e7e46bd20d3cb426c0b59ae Author: Bruno Coudoin Date: Wed Nov 17 21:03:12 2004 +0000 updated russian by Alexey Lubimov * ru.po: updated russian by Alexey Lubimov po/ChangeLog | 4 + po/Makefile.in.in | 10 +- po/ru.po | 436 ++++++++++++++++++++++++++++++---------------------- 3 files changed, 261 insertions(+), 189 deletions(-) commit e1dd9f30fec903e82480fe37f3047e794c2fe595 Author: Bruno Coudoin Date: Wed Nov 17 01:35:49 2004 +0000 in progess docs/spip_menuboard.xsl | 82 +++++++++++++++++++++++++ docs/spipparser.pl | 151 ++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 211 insertions(+), 22 deletions(-) commit 51e218e076e56ed94f8bb2e6b530883aee937b65 Author: Bruno Coudoin Date: Mon Nov 15 22:34:28 2004 +0000 improved the drop speed to change speed and fallspeed when list of words * src/boards/wordsgame.c: (pause_board), (start_board), (wordsgame_next_level), (wordsgame_move_item), (wordsgame_move_items), (player_win): improved the drop speed to change speed and fallspeed when list of words on screen is empty (player typed words more fast when it drops). May be adjust increment min and max speed by change #define constants. Done by Alexey Lubimov ChangeLog | 10 ++++++ src/boards/wordsgame.c | 84 +++++++++++++++++++++++++++++------------------- 2 files changed, 61 insertions(+), 33 deletions(-) commit 445ed501a06ec16546bffd864cc7f4fb20f7237e Author: Bruno Coudoin Date: Mon Nov 15 00:19:35 2004 +0000 in progress docs/spip_oneboard.xsl | 198 +++++++++++++++++++++++------------------------- docs/spipparser.pl | 195 ++++++++++++++++++++++++++--------------------- 2 files changed, 202 insertions(+), 191 deletions(-) commit b63ec18a7d9b308c19d3f762426c607f0dcacb4a Author: Bruno Coudoin Date: Sun Nov 14 17:37:02 2004 +0000 added spip utility created this tool to create the screenshot web site in * docs/Makefile.am: added spip utility * docs/spip_oneboard.xsl: created this tool to create the screenshot web site in spip format * docs/spipparser.pl: - * src/boards/wordsgame.c: (wordsgame_create_item): fixed word positionning by Alexey Lubimov ChangeLog | 7 ++ docs/Makefile.am | 1 + docs/spip_oneboard.xsl | 128 ++++++++++++++++++++++++++++++++++++ docs/spipparser.pl | 171 ++++++++++++++++++++++++++++++++++++++++++++++++ src/boards/wordsgame.c | 16 ++++- 5 files changed, 322 insertions(+), 1 deletions(-) commit f13079b3080e440dd09b60a2753a5cd8609ef4df Author: Bruno Coudoin Date: Sun Nov 14 17:23:24 2004 +0000 updated by Rami po/ChangeLog | 4 + po/fi.po | 1074 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 692 insertions(+), 386 deletions(-) commit a1ee6b7ae3f8446498ae681347a454511b4825bb Author: Bruno Coudoin Date: Sun Nov 14 14:24:53 2004 +0000 thread save, rock stable version by Alexey Lubimov added g_utf8_strndup * src/boards/wordsgame.c: (pause_board), (start_board), (end_board), (key_press), (wordsgame_next_level), (wordsgame_move_item), (wordsgame_move_items), (wordsgame_destroy_item), (wordsgame_destroy_items), (wordsgame_destroy_all_items), (wordsgame_create_item), (wordsgame_add_new_item), (wordsgame_drop_items), (player_win), (get_wordfile), (wordsgame_read_wordfile): thread save, rock stable version by Alexey Lubimov * src/gcompris/gameutil.c: (g_utf8_strndup): added g_utf8_strndup * src/gcompris/gameutil.h: added g_utf8_strndup ChangeLog | 12 + src/boards/wordsgame.c | 682 ++++++++++++++++++++++++----------------------- src/gcompris/gameutil.c | 15 + src/gcompris/gameutil.h | 1 + 4 files changed, 379 insertions(+), 331 deletions(-) commit b08922e579449ece053a733837f1c2da3dd6432a Author: Bruno Coudoin Date: Sun Nov 14 13:19:03 2004 +0000 updated by Karl Ove Hufthammer * nn.po: updated by Karl Ove Hufthammer po/ChangeLog | 4 + po/nn.po | 258 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 145 insertions(+), 117 deletions(-) commit c3bccea8678e6d523d79a55c9dfc787dba16865f Author: Bruno Coudoin Date: Fri Nov 12 21:30:48 2004 +0000 Italian sounds resampled to 44100 by Marcello Missiroli Upgraded italian sounds release to 1.1 ChangeLog | 146 +++++++++++++++++++++ boards/sounds/it/alphabet/1.ogg | Bin 13739 -> 20290 bytes boards/sounds/it/alphabet/10.ogg | Bin 10972 -> 14934 bytes boards/sounds/it/alphabet/11.ogg | Bin 10847 -> 14595 bytes boards/sounds/it/alphabet/12.ogg | Bin 11765 -> 16164 bytes boards/sounds/it/alphabet/13.ogg | Bin 12092 -> 17065 bytes boards/sounds/it/alphabet/14.ogg | Bin 12906 -> 17909 bytes boards/sounds/it/alphabet/15.ogg | Bin 11725 -> 16117 bytes boards/sounds/it/alphabet/16.ogg | Bin 11415 -> 15326 bytes boards/sounds/it/alphabet/17.ogg | Bin 13622 -> 19161 bytes boards/sounds/it/alphabet/18.ogg | Bin 11360 -> 15287 bytes boards/sounds/it/alphabet/19.ogg | Bin 12936 -> 18105 bytes boards/sounds/it/alphabet/2.ogg | Bin 14497 -> 21472 bytes boards/sounds/it/alphabet/20.ogg | Bin 10072 -> 13432 bytes boards/sounds/it/alphabet/3.ogg | Bin 10962 -> 15792 bytes boards/sounds/it/alphabet/4.ogg | Bin 12679 -> 17849 bytes boards/sounds/it/alphabet/5.ogg | Bin 11277 -> 15672 bytes boards/sounds/it/alphabet/6.ogg | Bin 11113 -> 15090 bytes boards/sounds/it/alphabet/7.ogg | Bin 11242 -> 16376 bytes boards/sounds/it/alphabet/8.ogg | Bin 11160 -> 15312 bytes boards/sounds/it/alphabet/9.ogg | Bin 11058 -> 15430 bytes boards/sounds/it/alphabet/a.ogg | Bin 9898 -> 13157 bytes boards/sounds/it/alphabet/b.ogg | Bin 9479 -> 12654 bytes boards/sounds/it/alphabet/c.ogg | Bin 9833 -> 13069 bytes boards/sounds/it/alphabet/d.ogg | Bin 11001 -> 14682 bytes boards/sounds/it/alphabet/e.ogg | Bin 11480 -> 16252 bytes boards/sounds/it/alphabet/f.ogg | Bin 11014 -> 14925 bytes boards/sounds/it/alphabet/g.ogg | Bin 9627 -> 12768 bytes boards/sounds/it/alphabet/h.ogg | Bin 11505 -> 15900 bytes boards/sounds/it/alphabet/i.ogg | Bin 10461 -> 14142 bytes boards/sounds/it/alphabet/j.ogg | Bin 9510 -> 12662 bytes boards/sounds/it/alphabet/k.ogg | Bin 8829 -> 12078 bytes boards/sounds/it/alphabet/l.ogg | Bin 11664 -> 16419 bytes boards/sounds/it/alphabet/m.ogg | Bin 9649 -> 13460 bytes boards/sounds/it/alphabet/n.ogg | Bin 10042 -> 13955 bytes boards/sounds/it/alphabet/o.ogg | Bin 8407 -> 10917 bytes boards/sounds/it/alphabet/p.ogg | Bin 8490 -> 10865 bytes boards/sounds/it/alphabet/q.ogg | Bin 10515 -> 13919 bytes boards/sounds/it/alphabet/r.ogg | Bin 10948 -> 14899 bytes boards/sounds/it/alphabet/s.ogg | Bin 10999 -> 14886 bytes boards/sounds/it/alphabet/t.ogg | Bin 10236 -> 13663 bytes boards/sounds/it/alphabet/u.ogg | Bin 7926 -> 9950 bytes boards/sounds/it/alphabet/v.ogg | Bin 8482 -> 11084 bytes boards/sounds/it/alphabet/w.ogg | Bin 9828 -> 13046 bytes boards/sounds/it/alphabet/x.ogg | Bin 9399 -> 12784 bytes boards/sounds/it/alphabet/y.ogg | Bin 10476 -> 13782 bytes boards/sounds/it/alphabet/z.ogg | Bin 10441 -> 14103 bytes boards/sounds/it/colors/black.ogg | Bin 9949 -> 15309 bytes boards/sounds/it/colors/blue.ogg | Bin 8797 -> 13346 bytes boards/sounds/it/colors/brown.ogg | Bin 9782 -> 15880 bytes boards/sounds/it/colors/green.ogg | Bin 9282 -> 14378 bytes boards/sounds/it/colors/grey.ogg | Bin 9619 -> 15171 bytes boards/sounds/it/colors/orange.ogg | Bin 11229 -> 18864 bytes boards/sounds/it/colors/pink.ogg | Bin 11197 -> 18468 bytes boards/sounds/it/colors/purple.ogg | Bin 9398 -> 15650 bytes boards/sounds/it/colors/red.ogg | Bin 10946 -> 17300 bytes boards/sounds/it/colors/white.ogg | Bin 10887 -> 16959 bytes boards/sounds/it/colors/yellow.ogg | Bin 9388 -> 14316 bytes boards/sounds/it/geography/alaska.ogg | Bin 9863 -> 13203 bytes boards/sounds/it/geography/albania.ogg | Bin 9814 -> 12695 bytes boards/sounds/it/geography/argentina.ogg | Bin 10988 -> 15684 bytes boards/sounds/it/geography/austria.ogg | Bin 10138 -> 13963 bytes boards/sounds/it/geography/bahamas.ogg | Bin 9246 -> 12256 bytes boards/sounds/it/geography/belarus.ogg | Bin 9900 -> 13358 bytes boards/sounds/it/geography/belgium.ogg | Bin 8468 -> 11691 bytes boards/sounds/it/geography/bolivia.ogg | Bin 8878 -> 11574 bytes boards/sounds/it/geography/bosnia_herzegovina.ogg | Bin 12091 -> 17836 bytes boards/sounds/it/geography/brazil.ogg | Bin 8800 -> 11222 bytes boards/sounds/it/geography/bulgaria.ogg | Bin 9352 -> 12222 bytes boards/sounds/it/geography/canada.ogg | Bin 9446 -> 13226 bytes boards/sounds/it/geography/chile.ogg | Bin 9161 -> 12070 bytes boards/sounds/it/geography/colombia.ogg | Bin 9310 -> 12607 bytes boards/sounds/it/geography/costa_rica.ogg | Bin 10333 -> 14577 bytes boards/sounds/it/geography/croatia.ogg | Bin 10768 -> 14862 bytes boards/sounds/it/geography/cuba.ogg | Bin 8548 -> 11559 bytes boards/sounds/it/geography/cyprus.ogg | Bin 9255 -> 12377 bytes boards/sounds/it/geography/czech.ogg | Bin 11931 -> 16776 bytes boards/sounds/it/geography/denmark.ogg | Bin 10339 -> 14213 bytes boards/sounds/it/geography/dominican_republic.ogg | Bin 13001 -> 18399 bytes boards/sounds/it/geography/ecuador.ogg | Bin 8909 -> 11850 bytes boards/sounds/it/geography/estonia.ogg | Bin 9357 -> 12223 bytes boards/sounds/it/geography/finland.ogg | Bin 9632 -> 13894 bytes boards/sounds/it/geography/french_guiana.ogg | Bin 12318 -> 17026 bytes boards/sounds/it/geography/greece.ogg | Bin 9880 -> 13368 bytes boards/sounds/it/geography/greenland.ogg | Bin 11185 -> 15560 bytes boards/sounds/it/geography/guatemala.ogg | Bin 9832 -> 13696 bytes boards/sounds/it/geography/guyana.ogg | Bin 7667 -> 9885 bytes boards/sounds/it/geography/haiti.ogg | Bin 8703 -> 11629 bytes boards/sounds/it/geography/honduras.ogg | Bin 10735 -> 14443 bytes boards/sounds/it/geography/hungary.ogg | Bin 9351 -> 12419 bytes boards/sounds/it/geography/iceland.ogg | Bin 9600 -> 13338 bytes boards/sounds/it/geography/ireland.ogg | Bin 9456 -> 13444 bytes boards/sounds/it/geography/italy.ogg | Bin 9630 -> 13454 bytes boards/sounds/it/geography/jamaica.ogg | Bin 9890 -> 13997 bytes boards/sounds/it/geography/latvia.ogg | Bin 10308 -> 15278 bytes boards/sounds/it/geography/lithuania.ogg | Bin 11153 -> 15186 bytes boards/sounds/it/geography/luxembourg.ogg | Bin 11181 -> 15385 bytes boards/sounds/it/geography/macedonia.ogg | Bin 10386 -> 14075 bytes boards/sounds/it/geography/mexico.ogg | Bin 9252 -> 12736 bytes boards/sounds/it/geography/moldova.ogg | Bin 10785 -> 15186 bytes boards/sounds/it/geography/netherland.ogg | Bin 12319 -> 17001 bytes boards/sounds/it/geography/nicaragua.ogg | Bin 10783 -> 15272 bytes boards/sounds/it/geography/norway.ogg | Bin 11228 -> 15633 bytes boards/sounds/it/geography/panama.ogg | Bin 9218 -> 12186 bytes boards/sounds/it/geography/paraguay.ogg | Bin 11071 -> 16206 bytes boards/sounds/it/geography/peru.ogg | Bin 6750 -> 8222 bytes boards/sounds/it/geography/poland.ogg | Bin 8959 -> 11457 bytes boards/sounds/it/geography/portugal.ogg | Bin 11243 -> 15406 bytes boards/sounds/it/geography/romania.ogg | Bin 10650 -> 14332 bytes boards/sounds/it/geography/russia.ogg | Bin 10046 -> 13735 bytes boards/sounds/it/geography/salvador.ogg | Bin 9993 -> 13026 bytes boards/sounds/it/geography/serbia_montenegro.ogg | Bin 13162 -> 18897 bytes boards/sounds/it/geography/slovakia.ogg | Bin 13496 -> 19636 bytes boards/sounds/it/geography/slovenia.ogg | Bin 9755 -> 12844 bytes boards/sounds/it/geography/spain.ogg | Bin 10434 -> 14756 bytes boards/sounds/it/geography/suriname.ogg | Bin 10796 -> 15531 bytes boards/sounds/it/geography/sweden.ogg | Bin 10866 -> 15212 bytes boards/sounds/it/geography/switz.ogg | Bin 10304 -> 14803 bytes boards/sounds/it/geography/turkey.ogg | Bin 9873 -> 13014 bytes boards/sounds/it/geography/ukraine.ogg | Bin 9568 -> 14576 bytes boards/sounds/it/geography/united_kingdom.ogg | Bin 11142 -> 15987 bytes boards/sounds/it/geography/uruguay.ogg | Bin 9844 -> 13263 bytes boards/sounds/it/geography/usa.ogg | Bin 14114 -> 20252 bytes boards/sounds/it/geography/venezuela.ogg | Bin 10545 -> 14555 bytes boards/sounds/it/misc/back.ogg | Bin 9004 -> 11900 bytes boards/sounds/it/misc/by.ogg | Bin 9892 -> 12978 bytes boards/sounds/it/misc/click_on_letter.ogg | Bin 14283 -> 20664 bytes boards/sounds/it/misc/congratulation.ogg | Bin 11397 -> 15828 bytes boards/sounds/it/misc/equal.ogg | Bin 10953 -> 15013 bytes boards/sounds/it/misc/good.ogg | Bin 8716 -> 11027 bytes boards/sounds/it/misc/great.ogg | Bin 9951 -> 13846 bytes boards/sounds/it/misc/help.ogg | Bin 9759 -> 12955 bytes boards/sounds/it/misc/level.ogg | Bin 9636 -> 13193 bytes boards/sounds/it/misc/minus.ogg | Bin 8991 -> 11805 bytes boards/sounds/it/misc/ok.ogg | Bin 11253 -> 15268 bytes boards/sounds/it/misc/outof.ogg | Bin 9211 -> 12194 bytes boards/sounds/it/misc/plus.ogg | Bin 10759 -> 14071 bytes boards/sounds/it/misc/quit.ogg | Bin 9256 -> 11896 bytes boards/sounds/it/misc/super.ogg | Bin 9155 -> 12185 bytes boards/sounds/it/misc/welcome.ogg | Bin 10202 -> 13575 bytes configure.in | 8 +- 141 files changed, 150 insertions(+), 4 deletions(-) commit e27533882134c63a4ca92fd8e7fb0067696cf99a Author: Bruno Coudoin Date: Tue Nov 9 23:59:59 2004 +0000 added gcompris_edit profile idea increased assetml flags updated fixed * TODO: added gcompris_edit profile idea * configure.in: increased assetml flags * src/gcompris/.cvsignore: updated * src/gcompris/properties.c: (gcompris_write_boards_status), (read_boards_status): fixed location of the gcompris_boards.conf for gcompris_edit ChangeLog | 8 ++++++++ TODO | 4 ++++ configure.in | 2 +- src/gcompris/.cvsignore | 2 ++ src/gcompris/properties.c | 6 +++--- 5 files changed, 18 insertions(+), 4 deletions(-) commit f21d7d24e6dd764af508ae13f6791c58a97e628b Author: Adam Weinberger Date: Tue Nov 9 22:22:22 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 96 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 60 insertions(+), 40 deletions(-) commit bb3f95343940fb0c55456614f8d9d0df7a7baab7 Author: Miloslav Trmac Date: Tue Nov 9 14:21:00 2004 +0000 Updated Czech translation. 2004-11-09 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++ po/cs.po | 133 +++++++++++++++++++++++++++++++++------------------------ 2 files changed, 81 insertions(+), 56 deletions(-) commit 296e44ba185d27da914e33210a69407aef1fb238 Author: Bruno Coudoin Date: Tue Nov 9 01:03:50 2004 +0000 release 6.3 final Also I fixed the too long text in chronos. Now shapes type activity have a better textual color. I added the option color_skin="gcompris/textbutton" in the shape xml format. This way a Title can specify a color but I enforce the use of one from the skin. Now by default Titles are of color skin:gcompris/content. ChangeLog | 55 ++++++++++++++++++++++++++++++++++++++ boards/babymatch/board1_0.xml.in | 2 +- boards/babymatch/board2_0.xml.in | 2 +- boards/babymatch/board3_0.xml.in | 2 +- boards/babymatch/board4_0.xml.in | 2 +- boards/babymatch/board5_0.xml.in | 2 +- boards/babymatch/board6_0.xml.in | 2 +- boards/babymatch/board7_0.xml.in | 2 +- boards/chronos/board3_0.xml.in | 6 ++-- boards/imagename/board1_0.xml.in | 2 +- boards/imagename/board2_0.xml.in | 2 +- boards/imagename/board3_0.xml.in | 2 +- boards/imagename/board4_0.xml.in | 2 +- boards/imagename/board5_0.xml.in | 2 +- boards/imagename/board6_0.xml.in | 2 +- boards/menu.xml.in | 30 ++++++++++---------- boards/paintings/board1_0.xml.in | 2 +- boards/paintings/board2_0.xml.in | 4 +- boards/paintings/board3_0.xml.in | 2 +- boards/paintings/board3_1.xml.in | 2 +- boards/paintings/board4_0.xml.in | 2 +- boards/paintings/board5_0.xml.in | 4 +- boards/paintings/board6_0.xml.in | 4 +- boards/scales/board1_0.xml.in | 2 +- boards/scales/board1_1.xml.in | 2 +- boards/scales/board1_2.xml.in | 2 +- boards/scales/board1_3.xml.in | 2 +- boards/scales/board1_4.xml.in | 2 +- boards/scales/board1_5.xml.in | 2 +- boards/scales/board2_0.xml.in | 2 +- boards/scales/board2_1.xml.in | 2 +- boards/scales/board2_2.xml.in | 2 +- boards/scales/board2_3.xml.in | 2 +- boards/scales/board2_4.xml.in | 2 +- boards/scales/board2_5.xml.in | 2 +- boards/scales/board3_0.xml.in | 2 +- boards/scales/board3_1.xml.in | 2 +- boards/scales/board3_2.xml.in | 2 +- boards/scales/board3_3.xml.in | 2 +- boards/scales/board3_4.xml.in | 2 +- boards/scales/board3_5.xml.in | 2 +- boards/skins/default/skin.xml | 2 +- configure.in | 9 +++++- po/LINGUAS | 1 - src/boards/shapegame.c | 31 ++++++++++++++++++--- 45 files changed, 149 insertions(+), 67 deletions(-) commit d09d982ce96964bbdb00b0b019e3efd288f1051a Author: Bruno Coudoin Date: Mon Nov 8 21:57:18 2004 +0000 By Alexey Lubimov 1) fix find voices for letters. (convert to lowercase, * src/boards/gletters.c: (gletters_create_item): By Alexey Lubimov 1) fix find voices for letters. (convert to lowercase, as filenames in assetml) 2) fix range in random generator (at this time first letter in alphabet never used and may use len(alphabet) +1 ). 3) remove limit for alphabet. (fix infinite loop). ChangeLog | 9 +++++++++ src/boards/gletters.c | 31 +++++++++++++++++++------------ 2 files changed, 28 insertions(+), 12 deletions(-) commit f41b43c04b3813148e6116fbd7fb53311623f225 Author: Bruno Coudoin Date: Sun Nov 7 17:52:38 2004 +0000 cleaning up gcompris-marshal generation src/gcompris/Makefile.am | 2 +- src/gcompris/gcompris-marshal.c | 131 --------------------------------------- src/gcompris/gcompris-marshal.h | 28 -------- 3 files changed, 1 insertions(+), 160 deletions(-) commit 71d9548777cf8e3b380db771615d9a6768ef3199 Author: Bruno Coudoin Date: Sun Nov 7 17:37:03 2004 +0000 added AC_CANONICAL_TARGET to avoid the warning in AC_ARG_PROGRAM was * configure.in: added AC_CANONICAL_TARGET to avoid the warning in AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET bug reported by the debian team Yann Dirson. ChangeLog | 6 +++++- configure.in | 1 + 2 files changed, 6 insertions(+), 1 deletions(-) commit f26f616fd095427649681031e7dabaeaff01b92a Author: Bruno Coudoin Date: Sun Nov 7 17:27:46 2004 +0000 Alexey Lubimov made all the sounds for russian. ChangeLog | 200 ++++++++++ boards/babymatch/board7_0.xml.in | 2 +- boards/babymatch/umbrella.png | Bin 0 -> 6829 bytes boards/sounds/ru/.cvsignore | 5 + boards/sounds/ru/alphabet/.cvsignore | 5 + boards/sounds/ru/alphabet/1.ogg | Bin 0 -> 10554 bytes boards/sounds/ru/alphabet/10.ogg | Bin 0 -> 9657 bytes boards/sounds/ru/alphabet/11.ogg | Bin 0 -> 13778 bytes boards/sounds/ru/alphabet/12.ogg | Bin 0 -> 13805 bytes boards/sounds/ru/alphabet/13.ogg | Bin 0 -> 14168 bytes boards/sounds/ru/alphabet/14.ogg | Bin 0 -> 15956 bytes boards/sounds/ru/alphabet/15.ogg | Bin 0 -> 12828 bytes boards/sounds/ru/alphabet/16.ogg | Bin 0 -> 11235 bytes boards/sounds/ru/alphabet/17.ogg | Bin 0 -> 11705 bytes boards/sounds/ru/alphabet/18.ogg | Bin 0 -> 15626 bytes boards/sounds/ru/alphabet/19.ogg | Bin 0 -> 13104 bytes boards/sounds/ru/alphabet/2.ogg | Bin 0 -> 9017 bytes boards/sounds/ru/alphabet/20.ogg | Bin 0 -> 10776 bytes boards/sounds/ru/alphabet/3.ogg | Bin 0 -> 9702 bytes boards/sounds/ru/alphabet/4.ogg | Bin 0 -> 12166 bytes boards/sounds/ru/alphabet/5.ogg | Bin 0 -> 6822 bytes boards/sounds/ru/alphabet/6.ogg | Bin 0 -> 7367 bytes boards/sounds/ru/alphabet/7.ogg | Bin 0 -> 7517 bytes boards/sounds/ru/alphabet/8.ogg | Bin 0 -> 10349 bytes boards/sounds/ru/alphabet/9.ogg | Bin 0 -> 9134 bytes boards/sounds/ru/alphabet/a.ogg | Bin 0 -> 13694 bytes boards/sounds/ru/alphabet/b.ogg | Bin 0 -> 14621 bytes boards/sounds/ru/alphabet/c.ogg | Bin 0 -> 15691 bytes boards/sounds/ru/alphabet/cyr_a.ogg | Bin 0 -> 7433 bytes boards/sounds/ru/alphabet/cyr_b.ogg | Bin 0 -> 9059 bytes boards/sounds/ru/alphabet/cyr_c.ogg | Bin 0 -> 7073 bytes boards/sounds/ru/alphabet/cyr_ch.ogg | Bin 0 -> 7237 bytes boards/sounds/ru/alphabet/cyr_d.ogg | Bin 0 -> 8182 bytes boards/sounds/ru/alphabet/cyr_e.ogg | Bin 0 -> 8287 bytes boards/sounds/ru/alphabet/cyr_f.ogg | Bin 0 -> 9961 bytes boards/sounds/ru/alphabet/cyr_g.ogg | Bin 0 -> 8577 bytes boards/sounds/ru/alphabet/cyr_h.ogg | Bin 0 -> 8128 bytes boards/sounds/ru/alphabet/cyr_hard.ogg | Bin 0 -> 12865 bytes boards/sounds/ru/alphabet/cyr_hard_e.ogg | Bin 0 -> 9310 bytes boards/sounds/ru/alphabet/cyr_hard_i.ogg | Bin 0 -> 8909 bytes boards/sounds/ru/alphabet/cyr_i.ogg | Bin 0 -> 7264 bytes boards/sounds/ru/alphabet/cyr_iy.ogg | Bin 0 -> 14609 bytes boards/sounds/ru/alphabet/cyr_j.ogg | Bin 0 -> 9003 bytes boards/sounds/ru/alphabet/cyr_k.ogg | Bin 0 -> 7068 bytes boards/sounds/ru/alphabet/cyr_l.ogg | Bin 0 -> 10351 bytes boards/sounds/ru/alphabet/cyr_m.ogg | Bin 0 -> 8592 bytes boards/sounds/ru/alphabet/cyr_n.ogg | Bin 0 -> 9216 bytes boards/sounds/ru/alphabet/cyr_o.ogg | Bin 0 -> 6912 bytes boards/sounds/ru/alphabet/cyr_p.ogg | Bin 0 -> 6202 bytes boards/sounds/ru/alphabet/cyr_r.ogg | Bin 0 -> 7567 bytes boards/sounds/ru/alphabet/cyr_s.ogg | Bin 0 -> 9177 bytes boards/sounds/ru/alphabet/cyr_sch.ogg | Bin 0 -> 9128 bytes boards/sounds/ru/alphabet/cyr_schy.ogg | Bin 0 -> 8880 bytes boards/sounds/ru/alphabet/cyr_soft.ogg | Bin 0 -> 15760 bytes boards/sounds/ru/alphabet/cyr_t.ogg | Bin 0 -> 6508 bytes boards/sounds/ru/alphabet/cyr_u.ogg | Bin 0 -> 7539 bytes boards/sounds/ru/alphabet/cyr_v.ogg | Bin 0 -> 8727 bytes boards/sounds/ru/alphabet/cyr_ya.ogg | Bin 0 -> 9458 bytes boards/sounds/ru/alphabet/cyr_yo.ogg | Bin 0 -> 7511 bytes boards/sounds/ru/alphabet/cyr_yu.ogg | Bin 0 -> 8912 bytes boards/sounds/ru/alphabet/cyr_z.ogg | Bin 0 -> 8953 bytes boards/sounds/ru/alphabet/d.ogg | Bin 0 -> 13885 bytes boards/sounds/ru/alphabet/e.ogg | Bin 0 -> 17481 bytes boards/sounds/ru/alphabet/f.ogg | Bin 0 -> 13003 bytes boards/sounds/ru/alphabet/g.ogg | Bin 0 -> 16587 bytes .../ru/alphabet/gcompris_alphabet_ru.assetml.in | 405 ++++++++++++++++++++ boards/sounds/ru/alphabet/h.ogg | Bin 0 -> 16828 bytes boards/sounds/ru/alphabet/i.ogg | Bin 0 -> 13912 bytes boards/sounds/ru/alphabet/j.ogg | Bin 0 -> 16674 bytes boards/sounds/ru/alphabet/k.ogg | Bin 0 -> 16010 bytes boards/sounds/ru/alphabet/l.ogg | Bin 0 -> 15318 bytes boards/sounds/ru/alphabet/m.ogg | Bin 0 -> 15772 bytes boards/sounds/ru/alphabet/n.ogg | Bin 0 -> 14916 bytes boards/sounds/ru/alphabet/o.ogg | Bin 0 -> 14099 bytes boards/sounds/ru/alphabet/p.ogg | Bin 0 -> 13284 bytes boards/sounds/ru/alphabet/q.ogg | Bin 0 -> 14677 bytes boards/sounds/ru/alphabet/r.ogg | Bin 0 -> 14490 bytes boards/sounds/ru/alphabet/s.ogg | Bin 0 -> 13030 bytes boards/sounds/ru/alphabet/t.ogg | Bin 0 -> 12529 bytes boards/sounds/ru/alphabet/u.ogg | Bin 0 -> 14406 bytes boards/sounds/ru/alphabet/v.ogg | Bin 0 -> 14048 bytes boards/sounds/ru/alphabet/w.ogg | Bin 0 -> 16430 bytes boards/sounds/ru/alphabet/x.ogg | Bin 0 -> 15633 bytes boards/sounds/ru/alphabet/y.ogg | Bin 0 -> 14434 bytes boards/sounds/ru/alphabet/z.ogg | Bin 0 -> 14839 bytes boards/sounds/ru/colors/.cvsignore | 5 + boards/sounds/ru/colors/black.ogg | Bin 0 -> 10461 bytes boards/sounds/ru/colors/blue.ogg | Bin 0 -> 10630 bytes boards/sounds/ru/colors/brown.ogg | Bin 0 -> 12379 bytes .../sounds/ru/colors/gcompris_colors_ru.assetml.in | 58 +++ boards/sounds/ru/colors/green.ogg | Bin 0 -> 11107 bytes boards/sounds/ru/colors/grey.ogg | Bin 0 -> 9966 bytes boards/sounds/ru/colors/orange.ogg | Bin 0 -> 12138 bytes boards/sounds/ru/colors/pink.ogg | Bin 0 -> 11166 bytes boards/sounds/ru/colors/purple.ogg | Bin 0 -> 13602 bytes boards/sounds/ru/colors/red.ogg | Bin 0 -> 11598 bytes boards/sounds/ru/colors/white.ogg | Bin 0 -> 9478 bytes boards/sounds/ru/colors/yellow.ogg | Bin 0 -> 9334 bytes boards/sounds/ru/geography/.cvsignore | 5 + boards/sounds/ru/geography/alaska.ogg | Bin 0 -> 11823 bytes boards/sounds/ru/geography/albania.ogg | Bin 0 -> 12988 bytes boards/sounds/ru/geography/argentina.ogg | Bin 0 -> 12729 bytes boards/sounds/ru/geography/austria.ogg | Bin 0 -> 12483 bytes boards/sounds/ru/geography/bahamas.ogg | Bin 0 -> 11885 bytes boards/sounds/ru/geography/belarus.ogg | Bin 0 -> 13928 bytes boards/sounds/ru/geography/belgium.ogg | Bin 0 -> 11522 bytes boards/sounds/ru/geography/bolivia.ogg | Bin 0 -> 11378 bytes boards/sounds/ru/geography/bosnia_herzegovina.ogg | Bin 0 -> 17853 bytes boards/sounds/ru/geography/brazil.ogg | Bin 0 -> 12714 bytes boards/sounds/ru/geography/bulgaria.ogg | Bin 0 -> 12284 bytes boards/sounds/ru/geography/canada.ogg | Bin 0 -> 11293 bytes boards/sounds/ru/geography/chile.ogg | Bin 0 -> 9733 bytes boards/sounds/ru/geography/colombia.ogg | Bin 0 -> 12125 bytes boards/sounds/ru/geography/costa_rica.ogg | Bin 0 -> 14304 bytes boards/sounds/ru/geography/croatia.ogg | Bin 0 -> 13510 bytes boards/sounds/ru/geography/cuba.ogg | Bin 0 -> 8128 bytes boards/sounds/ru/geography/cyprus.ogg | Bin 0 -> 8841 bytes boards/sounds/ru/geography/czech.ogg | Bin 0 -> 12573 bytes boards/sounds/ru/geography/denmark.ogg | Bin 0 -> 11393 bytes boards/sounds/ru/geography/dominican_republic.ogg | Bin 0 -> 20017 bytes boards/sounds/ru/geography/ecuador.ogg | Bin 0 -> 10825 bytes boards/sounds/ru/geography/estonia.ogg | Bin 0 -> 12273 bytes boards/sounds/ru/geography/finland.ogg | Bin 0 -> 13223 bytes boards/sounds/ru/geography/france.ogg | Bin 0 -> 12167 bytes boards/sounds/ru/geography/french_guiana.ogg | Bin 0 -> 16707 bytes .../ru/geography/gcompris_geography_ru.assetml.in | 343 +++++++++++++++++ boards/sounds/ru/geography/germany.ogg | Bin 0 -> 13029 bytes boards/sounds/ru/geography/greece.ogg | Bin 0 -> 12119 bytes boards/sounds/ru/geography/greenland.ogg | Bin 0 -> 12977 bytes boards/sounds/ru/geography/guatemala.ogg | Bin 0 -> 15219 bytes boards/sounds/ru/geography/guyana.ogg | Bin 0 -> 10849 bytes boards/sounds/ru/geography/haiti.ogg | Bin 0 -> 11849 bytes boards/sounds/ru/geography/honduras.ogg | Bin 0 -> 14607 bytes boards/sounds/ru/geography/hungary.ogg | Bin 0 -> 12642 bytes boards/sounds/ru/geography/iceland.ogg | Bin 0 -> 12770 bytes boards/sounds/ru/geography/ireland.ogg | Bin 0 -> 13033 bytes boards/sounds/ru/geography/italy.ogg | Bin 0 -> 11864 bytes boards/sounds/ru/geography/jamaica.ogg | Bin 0 -> 11746 bytes boards/sounds/ru/geography/latvia.ogg | Bin 0 -> 11489 bytes boards/sounds/ru/geography/lithuania.ogg | Bin 0 -> 10580 bytes boards/sounds/ru/geography/luxembourg.ogg | Bin 0 -> 12512 bytes boards/sounds/ru/geography/macedonia.ogg | Bin 0 -> 13178 bytes boards/sounds/ru/geography/mexico.ogg | Bin 0 -> 12881 bytes boards/sounds/ru/geography/moldova.ogg | Bin 0 -> 11738 bytes boards/sounds/ru/geography/netherland.ogg | Bin 0 -> 15003 bytes boards/sounds/ru/geography/nicaragua.ogg | Bin 0 -> 14841 bytes boards/sounds/ru/geography/norway.ogg | Bin 0 -> 12264 bytes boards/sounds/ru/geography/panama.ogg | Bin 0 -> 10158 bytes boards/sounds/ru/geography/paraguay.ogg | Bin 0 -> 11670 bytes boards/sounds/ru/geography/peru.ogg | Bin 0 -> 8141 bytes boards/sounds/ru/geography/poland.ogg | Bin 0 -> 8923 bytes boards/sounds/ru/geography/portugal.ogg | Bin 0 -> 13182 bytes boards/sounds/ru/geography/romania.ogg | Bin 0 -> 11747 bytes boards/sounds/ru/geography/russia.ogg | Bin 0 -> 12514 bytes boards/sounds/ru/geography/salvador.ogg | Bin 0 -> 14924 bytes boards/sounds/ru/geography/serbia_montenegro.ogg | Bin 0 -> 11750 bytes boards/sounds/ru/geography/slovakia.ogg | Bin 0 -> 12824 bytes boards/sounds/ru/geography/slovenia.ogg | Bin 0 -> 11894 bytes boards/sounds/ru/geography/spain.ogg | Bin 0 -> 12876 bytes boards/sounds/ru/geography/suriname.ogg | Bin 0 -> 11410 bytes boards/sounds/ru/geography/sweden.ogg | Bin 0 -> 12213 bytes boards/sounds/ru/geography/switz.ogg | Bin 0 -> 12862 bytes boards/sounds/ru/geography/turkey.ogg | Bin 0 -> 13384 bytes boards/sounds/ru/geography/ukraine.ogg | Bin 0 -> 12675 bytes boards/sounds/ru/geography/united_kingdom.ogg | Bin 0 -> 19288 bytes boards/sounds/ru/geography/uruguay.ogg | Bin 0 -> 9864 bytes boards/sounds/ru/geography/usa.ogg | Bin 0 -> 18170 bytes boards/sounds/ru/geography/venezuela.ogg | Bin 0 -> 13320 bytes boards/sounds/ru/misc/.cvsignore | 5 + boards/sounds/ru/misc/about.ogg | Bin 0 -> 13147 bytes boards/sounds/ru/misc/back.ogg | Bin 0 -> 10997 bytes boards/sounds/ru/misc/by.ogg | Bin 0 -> 9909 bytes boards/sounds/ru/misc/click_on_letter.ogg | Bin 0 -> 20947 bytes boards/sounds/ru/misc/configuration.ogg | Bin 0 -> 14267 bytes boards/sounds/ru/misc/congratulation.ogg | Bin 0 -> 10871 bytes boards/sounds/ru/misc/equal.ogg | Bin 0 -> 10761 bytes boards/sounds/ru/misc/gcompris_misc_ru.assetml.in | 83 ++++ boards/sounds/ru/misc/good.ogg | Bin 0 -> 11776 bytes boards/sounds/ru/misc/great.ogg | Bin 0 -> 10985 bytes boards/sounds/ru/misc/help.ogg | Bin 0 -> 8932 bytes boards/sounds/ru/misc/level.ogg | Bin 0 -> 9306 bytes boards/sounds/ru/misc/minus.ogg | Bin 0 -> 10148 bytes boards/sounds/ru/misc/ok.ogg | Bin 0 -> 15070 bytes boards/sounds/ru/misc/outof.ogg | Bin 0 -> 20522 bytes boards/sounds/ru/misc/plus.ogg | Bin 0 -> 8961 bytes boards/sounds/ru/misc/quit.ogg | Bin 0 -> 9890 bytes boards/sounds/ru/misc/super.ogg | Bin 0 -> 9418 bytes boards/sounds/ru/misc/welcome.ogg | Bin 0 -> 39391 bytes boards/wordsgame/wordslevel1.ru | 35 ++ boards/wordsgame/wordslevel2.ru | 34 ++ boards/wordsgame/wordslevelmax.ru | 69 ++++ gcompris.desktop.in | 2 +- src/boards/hanoi.c | 17 +- src/boards/reading.c | 16 +- 194 files changed, 1281 insertions(+), 8 deletions(-) commit d8e51b495f684844b7abbc092394dbc8d5831aa6 Author: Bruno Coudoin Date: Sun Nov 7 15:48:14 2004 +0000 updated lithunianan by Arturas Sleinius po/ChangeLog | 4 + po/lt.po | 2270 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 1492 insertions(+), 782 deletions(-) commit 4af4f6a7ddfff31b36db2dec33f9ac3d02ce5a7c Author: Bruno Coudoin Date: Sun Nov 7 10:05:35 2004 +0000 updated french po/ChangeLog | 4 + po/fr.po | 920 ++++++++++++++++++++-------------------------------------- 2 files changed, 322 insertions(+), 602 deletions(-) commit bc30fc77ea4e419f03bd90801afa5e9bc15f7727 Author: Adam Weinberger Date: Sat Nov 6 16:39:45 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 28 insertions(+), 24 deletions(-) commit dcc46b996017b6157847112f0967e508bd8eec10 Author: Bruno Coudoin Date: Fri Nov 5 00:57:43 2004 +0000 added a new level by Karl Ove Hufthammer images taken * boards/babymatch/Makefile.am: added a new level by Karl Ove Hufthammer * boards/babymatch/bell.png: images taken from openclipart * boards/babymatch/gramophone.png: - * boards/babymatch/lifebuoy.png: - * boards/babymatch/sun.png: - * boards/babymatch/board7_0.xml.in: added a new level by Karl Ove Hufthammer * boards/gcompris/bonus/smiley_bad.png: recolored by Karl Ove Hufthammer * boards/gcompris/bonus/smiley_good.png: * po/POTFILES.in: added board7_0.xml.in ChangeLog | 12 ++++++++++++ boards/babymatch/Makefile.am | 3 ++- boards/babymatch/bell.png | Bin 0 -> 7124 bytes boards/babymatch/board7_0.xml.in | 20 ++++++++++++++++++++ boards/babymatch/gramophone.png | Bin 0 -> 12231 bytes boards/babymatch/lifebuoy.png | Bin 0 -> 11632 bytes boards/babymatch/sun.png | Bin 0 -> 4546 bytes boards/gcompris/bonus/smiley_bad.png | Bin 52234 -> 55011 bytes boards/gcompris/bonus/smiley_good.png | Bin 52286 -> 53799 bytes po/POTFILES.in | 1 + 10 files changed, 35 insertions(+), 1 deletions(-) commit 53506de820700271d91a5eb2a0f2daee2d17ef52 Author: Bruno Coudoin Date: Fri Nov 5 00:05:40 2004 +0000 more images by Franck Doucet especially the GNU bonus Changed the shapeboard data format to allow the passing of an image from the skins by using pixmapfile="skin:gcompris-shapelabel.png" changed all shapeboard that was usin gcompris-shapelabel and moved it to skins added the GNU bonus * boards/babymatch/board1_0.xml.in: * boards/babymatch/board2_0.xml.in: * boards/babymatch/board3_0.xml.in: * boards/babymatch/board4_0.xml.in: * boards/babymatch/board5_0.xml.in: * boards/babymatch/board6_0.xml.in: * boards/doubleentry/board3_0.xml.in: * boards/gcompris/bonus/gnu_bad.png: * boards/gcompris/bonus/gnu_good.png: * boards/gcompris/gcompris-shapelabel.jpg: * boards/gcompris/misc/glass.png: * boards/gcompris/misc/peer.png: * boards/imagename/board1_0.xml.in: * boards/imagename/board2_0.xml.in: * boards/imagename/board3_0.xml.in: * boards/imagename/board4_0.xml.in: * boards/imagename/board5_0.xml.in: * boards/imagename/board6_0.xml.in: * boards/money/money-bg.jpg: * boards/money/money-bg.png: * boards/paintings/board1_0.xml.in: * boards/paintings/board2_0.xml.in: * boards/paintings/board3_0.xml.in: * boards/paintings/board3_1.xml.in: * boards/paintings/board4_0.xml.in: * boards/paintings/board5_0.xml.in: * boards/paintings/board6_0.xml.in: * boards/scales/board1_0.xml.in: * boards/scales/board1_1.xml.in: * boards/scales/board1_2.xml.in: * boards/scales/board1_3.xml.in: * boards/scales/board1_4.xml.in: * boards/scales/board1_5.xml.in: * boards/scales/board2_0.xml.in: * boards/scales/board2_1.xml.in: * boards/scales/board2_2.xml.in: * boards/scales/board2_3.xml.in: * boards/scales/board2_4.xml.in: * boards/scales/board2_5.xml.in: * boards/scales/board3_0.xml.in: * boards/scales/board3_1.xml.in: * boards/scales/board3_2.xml.in: * boards/scales/board3_3.xml.in: * boards/scales/board3_4.xml.in: * boards/scales/board3_5.xml.in: * boards/skins/default/gcompris-shapelabel.png: * src/boards/colors.c: (process_ok_timeout): use the GNU bonus now * src/boards/money.c: (money_next_level): new background * src/boards/shapegame.c: (create_title), (add_xml_shape_to_data): * src/gcompris/bonus.c: (gcompris_display_bonus): * src/gcompris/bonus.h: * src/gcompris/skin.c: (gcompris_image_to_skin): do no more exit on error ChangeLog | 63 ++++++++++++++++++++++++++ boards/babymatch/board1_0.xml.in | 2 +- boards/babymatch/board2_0.xml.in | 2 +- boards/babymatch/board3_0.xml.in | 2 +- boards/babymatch/board4_0.xml.in | 2 +- boards/babymatch/board5_0.xml.in | 2 +- boards/babymatch/board6_0.xml.in | 2 +- boards/doubleentry/board3_0.xml.in | 2 +- boards/gcompris/bonus/gnu_bad.png | Bin 0 -> 45789 bytes boards/gcompris/bonus/gnu_good.png | Bin 0 -> 36964 bytes boards/gcompris/gcompris-shapelabel.jpg | Bin 5184 -> 0 bytes boards/gcompris/misc/glass.png | Bin 5116 -> 6857 bytes boards/gcompris/misc/peer.png | Bin 7736 -> 21149 bytes boards/imagename/board1_0.xml.in | 2 +- boards/imagename/board2_0.xml.in | 2 +- boards/imagename/board3_0.xml.in | 2 +- boards/imagename/board4_0.xml.in | 2 +- boards/imagename/board5_0.xml.in | 2 +- boards/imagename/board6_0.xml.in | 2 +- boards/money/money-bg.jpg | Bin 34187 -> 0 bytes boards/money/money-bg.png | Bin 0 -> 23362 bytes boards/paintings/board1_0.xml.in | 2 +- boards/paintings/board2_0.xml.in | 2 +- boards/paintings/board3_0.xml.in | 2 +- boards/paintings/board3_1.xml.in | 2 +- boards/paintings/board4_0.xml.in | 2 +- boards/paintings/board5_0.xml.in | 2 +- boards/paintings/board6_0.xml.in | 2 +- boards/scales/board1_0.xml.in | 2 +- boards/scales/board1_1.xml.in | 2 +- boards/scales/board1_2.xml.in | 2 +- boards/scales/board1_3.xml.in | 2 +- boards/scales/board1_4.xml.in | 2 +- boards/scales/board1_5.xml.in | 2 +- boards/scales/board2_0.xml.in | 2 +- boards/scales/board2_1.xml.in | 2 +- boards/scales/board2_2.xml.in | 2 +- boards/scales/board2_3.xml.in | 2 +- boards/scales/board2_4.xml.in | 2 +- boards/scales/board2_5.xml.in | 2 +- boards/scales/board3_0.xml.in | 2 +- boards/scales/board3_1.xml.in | 2 +- boards/scales/board3_2.xml.in | 2 +- boards/scales/board3_3.xml.in | 2 +- boards/scales/board3_4.xml.in | 2 +- boards/scales/board3_5.xml.in | 2 +- boards/skins/default/gcompris-shapelabel.png | Bin 0 -> 9498 bytes src/boards/colors.c | 2 +- src/boards/money.c | 2 +- src/boards/shapegame.c | 15 +++++- src/gcompris/bonus.c | 3 + src/gcompris/bonus.h | 1 + src/gcompris/skin.c | 2 +- 53 files changed, 120 insertions(+), 44 deletions(-) commit 0480e25d6b8131863378db39a94001ce9c623be4 Author: Bruno Coudoin Date: Thu Nov 4 22:11:29 2004 +0000 copy from other indian flag created by Alexey Lubimov remade by Franck * boards/flags/pa.png: copy from other indian flag * boards/gletters/gletters.ru: created by Alexey Lubimov * boards/skins/babytoy/button_large2.png: remade by Franck Doucet * boards/sounds/ru/alphabet/Makefile.am: created. uncomplete yet * boards/sounds/ru/colors/Makefile.am: - * boards/sounds/ru/geography/Makefile.am: - * boards/sounds/ru/misc/Makefile.am: - * docs/fr/gcompris.texi: fixed by de Colombel Renaud * src/boards/reading.c: added support for utf8, fixed memory leaks by Alexey Lubimov * src/boards/click_on_letter.c: (repeat), (sounds_are_fine), (click_on_letter_next_level), (click_on_letter_create_item), (item_event), (highlight_selected): fixed to use utf8 by Alexey Lubimov * src/gcompris/Makefile.am: added remove gcompris-marshal.* in cleanup * src/gcompris/assetml.c: (dump_asset), (assetml_add_xml_to_data), (matching), (free_asset): improved to support a name field by Alexey Lubimov * src/gcompris/assetml.h: - ChangeLog | 19 +++ boards/flags/pa.png | Bin 0 -> 1012 bytes boards/gletters/gletters.ru | 76 +++++++++++ boards/skins/babytoy/button_large2.png | Bin 0 -> 3065 bytes boards/sounds/ru/alphabet/Makefile.am | 14 ++ boards/sounds/ru/colors/Makefile.am | 14 ++ boards/sounds/ru/geography/Makefile.am | 14 ++ boards/sounds/ru/misc/Makefile.am | 14 ++ docs/fr/gcompris.texi | 194 ++++++++++----------------- src/boards/click_on_letter.c | 228 ++++++++++++-------------------- src/boards/reading.c | 188 ++++++++++++-------------- src/gcompris/Makefile.am | 3 + src/gcompris/assetml.c | 25 +++- src/gcompris/assetml.h | 1 + 14 files changed, 418 insertions(+), 372 deletions(-) commit 3b5c1cd9c0de1decba54d6a02e52bed2301e2a7a Author: Adam Weinberger Date: Thu Nov 4 21:27:49 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 118 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 65 insertions(+), 57 deletions(-) commit 6ff73468c94f6a6a6f12506e17757d308b80279d Author: Bruno Coudoin Date: Thu Nov 4 21:05:55 2004 +0000 updated by russian by Alexey Lubimov po/ChangeLog | 4 ++++ po/ru.po | 28 ++++++++++++++++------------ 2 files changed, 20 insertions(+), 12 deletions(-) commit b906a1f8eda2a84e8b5b88a09150707c2297bcdc Author: Alessio Frusciante Date: Wed Nov 3 21:26:17 2004 +0000 Updated Italian translation. po/ChangeLog | 5 + po/it.po | 876 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 562 insertions(+), 319 deletions(-) commit 787f62225c4e172c328fa58dfb889d7203f2234d Author: Bruno Coudoin Date: Wed Nov 3 19:58:05 2004 +0000 Mogens Jaeger * da.po: updated Danish translation. po/ChangeLog | 4 + po/da.po | 690 ++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 505 insertions(+), 189 deletions(-) commit 35a9f788061df4985c1a839a875318021cc36813 Author: Miloslav Trmac Date: Wed Nov 3 12:34:01 2004 +0000 Updated Czech translation. 2004-11-03 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++ po/cs.po | 120 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 66 insertions(+), 58 deletions(-) commit eb6a790b4e083939d977cedb8bec8adef4a7bfcd Author: Bruno Coudoin Date: Wed Nov 3 00:52:48 2004 +0000 added ga.png added Continent Capitals added russian removed linguas, moved * boards/flags/gcompris_flags.assetml.in: added ga.png * boards/geography/board1_0.xml.in: added Continent Capitals * boards/sounds/Makefile.am: added russian * configure.in: removed linguas, moved to po/LINGUAS * gcompris.spec.in: added russian * po/LINGUAS: added * src/gcompris/config.c: added ga locale Irish (Gaelic) ChangeLog | 10 ++++++ boards/flags/gcompris_flags.assetml.in | 5 +++ boards/geography/board1_0.xml.in | 12 +++--- boards/sounds/Makefile.am | 2 +- configure.in | 26 +++++++++++---- gcompris.spec.in | 56 +++++++++++++++++++++++++++++++- po/LINGUAS | 1 + src/gcompris/config.c | 3 +- 8 files changed, 99 insertions(+), 16 deletions(-) commit e6536e3d12d28e20e27789f3c86dfb46940cffc6 Author: Ronny Standtke Date: Tue Nov 2 19:43:03 2004 +0000 updated German translation po/de.po | 195 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 116 insertions(+), 79 deletions(-) commit 463c01882a87bd204e87e64609019229f4a86789 Author: Vincent van Adrighem Date: Sat Oct 30 17:10:09 2004 +0000 Translation updated by Tino Meinen. 2004-10-30 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 104 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 58 insertions(+), 50 deletions(-) commit 8cf66727e22e83ae2bfe400b3a85712bc829a48d Author: Francisco Javier F. Serrador Date: Fri Oct 29 20:24:29 2004 +0000 Updated Spanish translation. 2004-10-29 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 822 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 504 insertions(+), 322 deletions(-) commit 8748490fbe9d0880b88e8927ad18de08d4893f9b Author: Bruno Coudoin Date: Thu Oct 28 21:44:38 2004 +0000 updated by Karl Ove Hufthammer * nn.po: updated by Karl Ove Hufthammer po/ChangeLog | 4 + po/nn.po | 393 +++++++++++++++++++++++++--------------------------------- 2 files changed, 175 insertions(+), 222 deletions(-) commit 7ea3ebbccf7b27f5167890fe4fddf5e7109c7a87 Author: Bruno Coudoin Date: Thu Oct 28 21:09:11 2004 +0000 created from CIA world fact book boards/flags/ga.png | Bin 0 -> 603 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 1d7241368577461cf0bda1e091d68c46bc01f402 Author: Bruno Coudoin Date: Wed Oct 27 23:20:48 2004 +0000 changed to use ~/.gcompris as a directory and store all created files in it. * boards/flags/gcompris_flags.assetml.in: added indian * configure.in: increased to release 6.3RC3. updated flags release * src/boards/py-mod-utils.c: (py_gcompris_canvas_get_property): fixed bug * src/boards/python/anim.py: uses py_gcompris_canvas_get_property. fixed empty object load bug. * src/gcompris/file_selector.c: (display_file_selector): * src/gcompris/log.c: (gcompris_log_end): * src/gcompris/properties.c: (create_rootdir), (gcompris_properties_new), (gcompris_properties_save), (gcompris_write_boards_status), (read_boards_status): ChangeLog | 14 ++++++++ boards/flags/gcompris_flags.assetml.in | 7 +++- configure.in | 4 +- src/boards/py-mod-utils.c | 9 ++++- src/boards/python/anim.py | 19 ++++++++--- src/gcompris/file_selector.c | 10 +++--- src/gcompris/log.c | 4 +- src/gcompris/properties.c | 58 +++++++++++++++++++++++++------ 8 files changed, 96 insertions(+), 29 deletions(-) commit a92d1bf9e580150793c34e2cdb58c8565d433445 Author: Bruno Coudoin Date: Wed Oct 27 20:30:23 2004 +0000 updated french by bruno * fr.po: updated french by bruno po/ChangeLog | 4 + po/fr.po | 222 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 131 insertions(+), 95 deletions(-) commit b90e00004bce745706816641963cf8a5de440f8b Author: Miloslav Trmac Date: Wed Oct 27 11:48:20 2004 +0000 Updated Czech translation. 2004-10-27 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++ po/cs.po | 104 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 58 insertions(+), 50 deletions(-) commit 63adeb5eb08868ddce7ac69ccb740adb3a072e52 Author: Adam Weinberger Date: Wed Oct 27 03:31:30 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 104 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 58 insertions(+), 50 deletions(-) commit 47ac054289a9e9ed4e92e74bc08fa81f62f25e68 Author: Bruno Coudoin Date: Tue Oct 26 22:30:47 2004 +0000 added translation to the title added new planes from Franck created for * boards/chronos/board4_1.xml.in: added translation to the title * boards/dataset/mrpatate.xml: added new planes from Franck * boards/sounds/ru/Makefile.am: created for russian voices. not yet commited * src/boards/py-mod-utils.c: (py_gcompris_canvas_set_property), (py_gcompris_canvas_get_property): created canvas_set/get_property to let python access to svgimport data in items * src/boards/python/anim.py: uses gcompris.utils.canvas_set_property * src/gcompris/config.c: added Indian (Punjabi) * src/gcompris/gameutil.c: (gcompris_dialog): now do not display a second dialog if it happens it was crashing * src/gcompris/help.c: (gcompris_help_start): removed focus on top button it makes crashing on close * src/gcompris/svgutil.c: (gcompris_svg_save): added http://gcompris.net ChangeLog | 15 ++++++++++ boards/chronos/board4_1.xml.in | 2 +- boards/dataset/mrpatate.xml | 13 ++++++++- boards/sounds/ru/Makefile.am | 1 + src/boards/py-mod-utils.c | 61 ++++++++++++++++++++++++++++++++++++++++ src/boards/python/anim.py | 4 +- src/gcompris/config.c | 5 ++- src/gcompris/gameutil.c | 16 ++-------- src/gcompris/help.c | 26 +---------------- src/gcompris/svgutil.c | 4 +- 10 files changed, 102 insertions(+), 45 deletions(-) commit 63f9960f9818f7ab7a62a93668d103704abd828a Author: Bruno Coudoin Date: Mon Oct 25 21:49:35 2004 +0000 updated by Alexey Lubimov po/ChangeLog | 4 + po/ru.po | 1916 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 1186 insertions(+), 734 deletions(-) commit d21a6ea01d92aab8309f81620b50d559a500695a Author: Vincent van Adrighem Date: Sun Oct 24 23:55:26 2004 +0000 Translation updated by Tino Meinen. 2004-10-25 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 106 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 77 insertions(+), 33 deletions(-) commit 8f03bd19ff370cf13ce4116d6b552815fdc6e090 Author: Laszlo Dvornik Date: Sun Oct 24 17:32:58 2004 +0000 Hungarian translation updated by Gabor Kelemen. 2004-10-24 Laszlo Dvornik * hu.po: Hungarian translation updated by Gabor Kelemen. po/ChangeLog | 4 + po/hu.po | 259 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 157 insertions(+), 106 deletions(-) commit 1ab95f34fab8aa4fdd960871fb88310a9b6e68a1 Author: Adam Weinberger Date: Sun Oct 24 16:12:14 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 +++ po/en_CA.po | 83 ++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 65 insertions(+), 22 deletions(-) commit 2f479f1c1f35985be1227669435dc38694c9b9fd Author: Miloslav Trmac Date: Sun Oct 24 15:47:36 2004 +0000 Updated Czech translation. 2004-10-24 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++ po/cs.po | 102 +++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 81 insertions(+), 25 deletions(-) commit b5a2000791660802119f0f982eff256ecc46bb7a Author: Bruno Coudoin Date: Sat Oct 23 18:03:20 2004 +0000 Franck Doucet remade many graphism new level by Franck in chronos concerning aviation ChangeLog | 48 ++++++++++++++++++++++++++++ boards/boardicons/helicogame.png | Bin 11849 -> 6434 bytes boards/boardicons/reading.png | Bin 7601 -> 7477 bytes boards/boardicons/readingh.png | Bin 7466 -> 6953 bytes boards/boardicons/tuxpara.png | Bin 11795 -> 6756 bytes boards/chronos/Makefile.am | 4 ++- boards/chronos/board4_0.xml.in | 14 ++++++++ boards/chronos/board4_1.xml.in | 14 ++++++++ boards/chronos/images/README | 3 ++ boards/chronos/images/bell_X1.png | Bin 0 -> 22319 bytes boards/chronos/images/bleriot.png | Bin 0 -> 18543 bytes boards/chronos/images/lindbergh.png | Bin 0 -> 20658 bytes boards/chronos/images/rafale.png | Bin 0 -> 25920 bytes boards/chronos/images/wright_flyer.png | Bin 0 -> 39827 bytes boards/doubleentry.xml.in | 2 +- boards/doubleentry/doubleentry-bg.png | Bin 0 -> 58507 bytes boards/doubleentry/gcompris-bg.png | Bin 58560 -> 0 bytes boards/images/enumerate_background.jpg | Bin 31979 -> 0 bytes boards/images/enumerate_background.png | Bin 0 -> 8729 bytes boards/images/scenery2_background.jpg | Bin 50658 -> 0 bytes boards/images/scenery2_background.png | Bin 0 -> 12422 bytes boards/images/scenery3_background.jpg | Bin 27472 -> 0 bytes boards/images/scenery3_background.png | Bin 0 -> 22759 bytes boards/images/scenery_background.jpg | Bin 42789 -> 0 bytes boards/images/scenery_background.png | Bin 0 -> 25674 bytes boards/missing_letter/missingletter-bg.jpg | Bin 11326 -> 49629 bytes boards/railroad/railroad-bg.jpg | Bin 29648 -> 18469 bytes boards/reading/gcompris-bg.jpg | Bin 12056 -> 0 bytes boards/reading/reading-bg.jpg | Bin 0 -> 50836 bytes po/POTFILES.in | 2 + src/boards/algebra.c | 2 +- src/boards/colors.c | 23 ++++++------- src/boards/enumerate.c | 2 +- src/boards/gletters.c | 4 +- src/boards/memory.c | 4 +- src/boards/paratrooper.c | 29 +--------------- src/boards/planegame.c | 2 +- src/boards/reading.c | 4 +- src/boards/smallnumbers.c | 2 +- src/boards/wordsgame.c | 4 +- src/gcompris/about.c | 4 +- src/gcompris/gcompris.c | 6 ++-- 42 files changed, 115 insertions(+), 58 deletions(-) commit 4481186274a2d6d84dcf5366f7ea0a5936e91e69 Author: Ronny Standtke Date: Sat Oct 23 14:30:47 2004 +0000 updated German translation po/de.po | 187 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 104 insertions(+), 83 deletions(-) commit 9249c439d19eeb22828ed01dbb66c3b915a1b10d Author: Adam Weinberger Date: Thu Oct 21 19:38:57 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) commit f2df68f654cab9d1de009e5171a9886cfb314be7 Author: David Lodge Date: Wed Oct 20 22:47:22 2004 +0000 Updated British English translation. 2004-10-20 David Lodge * en_GB.po: Updated British English translation. po/ChangeLog | 4 ++++ po/en_GB.po | 22 +++++++++++++--------- 2 files changed, 17 insertions(+), 9 deletions(-) commit e531ef993d779496e9a57c9448b650be3c3904fc Author: Bruno Coudoin Date: Wed Oct 20 21:18:43 2004 +0000 updated ChangeLog | 21 +++++++ po/POTFILES.in | 3 +- po/fr.po | 170 +++++++++++++++++++++++++++++++++++-------------------- 3 files changed, 131 insertions(+), 63 deletions(-) commit 51592b9a1383229b1ebc38f0c1f93807f68b49df Author: Bruno Coudoin Date: Wed Oct 20 21:18:24 2004 +0000 Franck Doucet remade the graphism of algebra_guesscount and doubleentry boards/doubleentry/d-entry_banane_1.png | Bin 0 -> 2943 bytes boards/doubleentry/d-entry_banane_2.png | Bin 0 -> 4208 bytes boards/doubleentry/d-entry_banane_3.png | Bin 0 -> 5041 bytes boards/doubleentry/d-entry_galette_1.png | Bin 0 -> 6541 bytes boards/doubleentry/d-entry_galette_2.png | Bin 0 -> 7874 bytes boards/doubleentry/d-entry_galette_3.png | Bin 0 -> 6006 bytes boards/doubleentry/d-entry_pomme_1.png | Bin 0 -> 4036 bytes boards/doubleentry/d-entry_pomme_2.png | Bin 0 -> 4004 bytes boards/doubleentry/d-entry_pomme_3.png | Bin 0 -> 5972 bytes 9 files changed, 0 insertions(+), 0 deletions(-) commit c456838155962c96be858839a496bc5f1449dbe0 Author: Bruno Coudoin Date: Wed Oct 20 21:15:36 2004 +0000 remade by Karl Ove Hufthammer remade by Karl Ove Hufthammer remove french * boards/flags/nb.png: remade by Karl Ove Hufthammer * boards/flags/nn.png: remade by Karl Ove Hufthammer * boards/geography/board4_0.xml.in: remove french region from the translation list * boards/read_colors/read_colors_background.png: fixed by Karl Ove Hufthammer boards/flags/nb.png | Bin 478 -> 425 bytes boards/flags/nn.png | Bin 478 -> 425 bytes boards/geography/board4_0.xml.in | 44 ++++++++++++------------ boards/read_colors/read_colors_background.png | Bin 188784 -> 200403 bytes 4 files changed, 22 insertions(+), 22 deletions(-) commit fc042c9a4ccf3de8583e455e7cd1db15f2d81bba Author: Bruno Coudoin Date: Wed Oct 20 21:13:42 2004 +0000 added [encoding: UTF-8] upfront. removed it in french geography * POTFILES.in: added [encoding: UTF-8] upfront. removed it in french geography po/ChangeLog | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 909746b3b29f98c8a8b0bdde58bc470ff2f6a464 Author: Bruno Coudoin Date: Wed Oct 20 21:09:31 2004 +0000 updated po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 318475b69bfa490e4b2ccfc8190bac6119b66ecf Author: Miloslav Trmac Date: Wed Oct 20 19:54:40 2004 +0000 Updated Czech translation. 2004-10-20 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) commit 3c2ffb27f649d15cea5bc40820a2f11f8a732d9e Author: Adam Weinberger Date: Wed Oct 20 14:41:58 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) commit c1be493094a461b0f4f87a997ac96f658c189585 Author: Vincent van Adrighem Date: Wed Oct 20 00:25:04 2004 +0000 Translation updated by Tino Meinen. 2004-10-20 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 175 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 100 insertions(+), 79 deletions(-) commit a022a933bba7b982356a02b2a590601b861b5101 Author: Bruno Coudoin Date: Tue Oct 19 23:06:49 2004 +0000 updated ChangeLog | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 55 insertions(+), 1 deletions(-) commit 9fc744ff1228a068266064c478ff0fdc80014c58 Author: Bruno Coudoin Date: Tue Oct 19 23:06:29 2004 +0000 changed to fix gtk warnings (and potential crash) and made the board * src/boards/algebra_guesscount.c: (update_line_calcul), (generate_numbers), (item_event_num): changed to fix gtk warnings (and potential crash) and made the board easier. * src/boards/clockgame.c: (display_hour), (display_minute), (item_event), (get_random_hour): patch from Karl Ove Hufthammer to make the hour needle move when we move the minutes. src/boards/algebra_guesscount.c | 74 ++++++++++++++++++++++++--------------- src/boards/clockgame.c | 21 ++++++++--- 2 files changed, 61 insertions(+), 34 deletions(-) commit 26e883378e353db5f856e9e822f79761345b3748 Author: Bruno Coudoin Date: Tue Oct 19 23:05:52 2004 +0000 nck Doucet remade the graphism of algebra_guesscount and doubleentry boards/algebra_guesscount/1.png | Bin 995 -> 1754 bytes boards/algebra_guesscount/10.png | Bin 2374 -> 3009 bytes boards/algebra_guesscount/100.png | Bin 3023 -> 4069 bytes boards/algebra_guesscount/2.png | Bin 1888 -> 2662 bytes boards/algebra_guesscount/25.png | Bin 2659 -> 4134 bytes boards/algebra_guesscount/3.png | Bin 2211 -> 2776 bytes boards/algebra_guesscount/4.png | Bin 1527 -> 2521 bytes boards/algebra_guesscount/5.png | Bin 2004 -> 2570 bytes boards/algebra_guesscount/50.png | Bin 2737 -> 3706 bytes boards/algebra_guesscount/6.png | Bin 2324 -> 2807 bytes boards/algebra_guesscount/7.png | Bin 1464 -> 2191 bytes boards/algebra_guesscount/8.png | Bin 2295 -> 2946 bytes boards/algebra_guesscount/9.png | Bin 2205 -> 2745 bytes boards/algebra_guesscount/by.png | Bin 2329 -> 2623 bytes boards/algebra_guesscount/div.png | Bin 982 -> 1797 bytes boards/algebra_guesscount/equal.png | Bin 1143 -> 1957 bytes boards/algebra_guesscount/minus.png | Bin 989 -> 1518 bytes boards/algebra_guesscount/plus.png | Bin 1494 -> 2073 bytes boards/boardicons/doubleentry.png | Bin 4553 -> 6312 bytes boards/doubleentry/board1_0.xml.in | 24 ++++++++++++------------ boards/doubleentry/board3_0.xml.in | 18 +++++++++--------- boards/doubleentry/circle-blue-1.png | Bin 7087 -> 0 bytes boards/doubleentry/circle-blue-2.png | Bin 6974 -> 0 bytes boards/doubleentry/circle-blue-3.png | Bin 5873 -> 0 bytes boards/doubleentry/circle-green-1.png | Bin 6937 -> 0 bytes boards/doubleentry/circle-green-2.png | Bin 7319 -> 0 bytes boards/doubleentry/circle-green-3.png | Bin 6741 -> 0 bytes boards/doubleentry/circle-red-1.png | Bin 8480 -> 0 bytes boards/doubleentry/circle-red-2.png | Bin 7578 -> 0 bytes boards/doubleentry/circle-red-3.png | Bin 7147 -> 0 bytes boards/doubleentry/gcompris-bg.png | Bin 75035 -> 58560 bytes boards/paintings/board1_0.xml.in | 2 +- boards/paintings/board5_0.xml.in | 2 +- boards/paratrooper.xml.in | 4 ++-- 34 files changed, 25 insertions(+), 25 deletions(-) commit 9a02f6dd0db9c5e6a40fa941f6c99ba789b2630b Author: David Lodge Date: Tue Oct 19 18:56:42 2004 +0000 Updated British English translation. 2004-10-19 David Lodge * en_GB.po: Updated British English translation. po/ChangeLog | 4 ++++ po/en_GB.po | 37 ++++++++++++++++++++----------------- 2 files changed, 24 insertions(+), 17 deletions(-) commit c96d2fdb431dab81bb79662145fd7f2f320998b6 Author: Adam Weinberger Date: Tue Oct 19 14:50:45 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 38 +++++++++++++++++++++----------------- 2 files changed, 25 insertions(+), 17 deletions(-) commit 378eec83681a6b8ee6660b51be88a3cec3c77633 Author: Miloslav Trmac Date: Tue Oct 19 13:25:57 2004 +0000 Updated Czech translation. 2004-10-19 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 36 +++++++++++++++++++----------------- 2 files changed, 23 insertions(+), 17 deletions(-) commit bcfaaad5a3b14f1c345bc0c9128d7a8d002cb808 Author: Bruno Coudoin Date: Mon Oct 18 22:49:27 2004 +0000 updated with the new license on the webmuseum fixed Cassat to Mary Cassatt * boards/paintings/README: updated with the new license on the webmuseum * boards/paintings/board5_0.xml.in: fixed Cassat to Mary Cassatt * boards/paratrooper.xml.in: replaced paratrooper by parachuter * boards/wordsgame/wordslevel1.nn: created by Karl Ove Hufthammer * boards/wordsgame/wordslevel2.nn: - * boards/wordsgame/wordslevelmax.nn: - * src/gcompris/config.c: changed english local name boards/paintings/README | 5 ++- boards/paintings/board5_0.xml.in | 2 +- boards/paratrooper.xml.in | 6 +- boards/wordsgame/wordslevel1.nn | 76 +++++++++++++++++++++++++++++++++++++ boards/wordsgame/wordslevel2.nn | 47 +++++++++++++++++++++++ boards/wordsgame/wordslevelmax.nn | 69 +++++++++++++++++++++++++++++++++ 6 files changed, 200 insertions(+), 5 deletions(-) commit 73d012b11c91a6671c03bcfbf048b5fc259b7722 Author: Bruno Coudoin Date: Mon Oct 18 22:49:04 2004 +0000 changed english local name src/gcompris/config.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit f3fe8fe723c286e9183398866b3e084bfd427774 Author: Bruno Coudoin Date: Mon Oct 18 22:48:20 2004 +0000 updated by Karl Ove Hufthammer po/ChangeLog | 4 + po/nn.po | 374 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 217 insertions(+), 161 deletions(-) commit 1e00d6d30b97e61172ce059b19ed1e2dcf292af9 Author: Bruno Coudoin Date: Mon Oct 18 21:38:21 2004 +0000 updated ChangeLog | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) commit 458d339c969a83e4bf791a63748338f75f775ae3 Author: David Lodge Date: Mon Oct 18 19:54:42 2004 +0000 Updated British English translation. 2004-10-18 David Lodge * en_GB.po: Updated British English translation. po/ChangeLog | 4 + po/en_GB.po | 1090 +++++++++++++++++++++++----------------------------------- 2 files changed, 442 insertions(+), 652 deletions(-) commit 7008365d56d8104e55612bb9ae66ad2dcd52b835 Author: Adam Weinberger Date: Mon Oct 18 14:38:41 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 118 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 63 insertions(+), 59 deletions(-) commit 819a665d1885ac5fa93a0cbe272c7c07957d022f Author: Miloslav Trmac Date: Mon Oct 18 09:51:32 2004 +0000 Updated Czech translation. 2004-10-18 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++ po/cs.po | 163 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 89 insertions(+), 78 deletions(-) commit b5903cb32816d470b279dae613cafa258b6541a9 Author: Bruno Coudoin Date: Mon Oct 18 00:16:03 2004 +0000 includes new images by Franck Doucet fixed for no=>nb/nn fixed by Jrme * src/boards/reversecount.c: (reversecount_next_level), (reversecount_create_item): includes new images by Franck Doucet * src/gcompris/config.c: fixed for no=>nb/nn * README: fixed by Jrme Warnier jwarnier at beeznest.net * configure.in: assemlt flag increated, fixed for no=>nb/nn README | 27 +++++++++++++++------------ configure.in | 6 ++---- src/boards/reversecount.c | 21 +++++++++------------ src/gcompris/config.c | 5 +++-- 4 files changed, 29 insertions(+), 30 deletions(-) commit fbba9a01dbaa1c197af6ae3c78edc1eb7895e034 Author: Bruno Coudoin Date: Mon Oct 18 00:15:08 2004 +0000 fixed for no=>nb/nn fixed for no=>nb/nn fixed for no=>nb/nn fixed for * bards/flags/gcompris_flags.assetml.in: fixed for no=>nb/nn * boards/flags/nb.png: fixed for no=>nb/nn * boards/flags/nn.png: fixed for no=>nb/nn * boards/flags/no.png: fixed for no=>nb/nn * boards/reversecount/README: new set of images created by Franck Doucet * boards/reversecount/baleine.png: * boards/reversecount/elephant_mer.png: * boards/reversecount/epaulard.png: * boards/reversecount/morse.png: * boards/reversecount/narval.png: * boards/reversecount/ourspolaire.png: * boards/reversecount/phoque.png: boards/flags/gcompris_flags.assetml.in | 9 +++++++-- boards/flags/nb.png | Bin 0 -> 478 bytes boards/flags/nn.png | Bin 0 -> 478 bytes boards/flags/no.png | Bin 478 -> 0 bytes boards/reversecount/README | 2 ++ boards/reversecount/baleine.png | Bin 0 -> 43288 bytes boards/reversecount/elephant_mer.png | Bin 0 -> 36863 bytes boards/reversecount/epaulard.png | Bin 0 -> 32296 bytes boards/reversecount/morse.png | Bin 0 -> 43756 bytes boards/reversecount/narval.png | Bin 0 -> 55215 bytes boards/reversecount/ourspolaire.png | Bin 0 -> 33169 bytes boards/reversecount/phoque.png | Bin 0 -> 39331 bytes 12 files changed, 9 insertions(+), 2 deletions(-) commit 213beeb675895fc415004e945b7d53a7fe132453 Author: Bruno Coudoin Date: Mon Oct 18 00:14:24 2004 +0000 fixed for no=>nb/nn po/ChangeLog | 5 + po/nb.po | 2668 +++++++++++++++++++++++++++++++++++++++++++++++ po/nn.po | 3276 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/no.po | 2668 ----------------------------------------------- 4 files changed, 5949 insertions(+), 2668 deletions(-) commit 53076fc05bdd0904ccf3811868b328699a8403ba Author: Bruno Coudoin Date: Fri Oct 15 22:37:52 2004 +0000 updated ChangeLog | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) commit 55cb6f38ef59926da9cc9c3dff12b6568c5e1f59 Author: Bruno Coudoin Date: Fri Oct 15 22:37:23 2004 +0000 fixed COPYRIHT reading as ogg file issue src/gcompris/soundutil.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ed9c6806abbd1fb07f5119221f5bf1c2b7b7defd Author: Bruno Coudoin Date: Fri Oct 15 22:36:49 2004 +0000 replaced on jpg by png src/boards/reversecount.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d62e810d3861afacce7b689408214c7774904796 Author: Bruno Coudoin Date: Fri Oct 15 22:36:11 2004 +0000 updated by bruno po/fr.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 30dee627805481bdadbe02ac64c9347a6fd9a0f4 Author: Bruno Coudoin Date: Fri Oct 15 22:34:08 2004 +0000 many icons remade by Franck Doucet boards/boardicons/babymatch.png | Bin 6068 -> 5853 bytes boards/boardicons/babyshapes.png | Bin 9910 -> 7866 bytes boards/boardicons/chronos.png | Bin 5600 -> 15668 bytes boards/boardicons/maze3D.png | Bin 10871 -> 10308 bytes boards/boardicons/reversecount.png | Bin 11863 -> 9770 bytes boards/chronos/board3_0.xml.in | 13 ++++++------- boards/chronos/board3_1.xml.in | 10 +++++----- boards/chronos/board3_2.xml.in | 12 ++++++------ boards/chronos/board3_3.xml.in | 10 +++++----- boards/chronos/board3_4.xml.in | 10 +++++----- boards/chronos/images/Eole.png | Bin 0 -> 23612 bytes boards/chronos/images/README | 2 +- boards/chronos/images/celerifere.png | Bin 0 -> 23884 bytes boards/chronos/images/fardier.png | Bin 0 -> 23970 bytes boards/chronos/images/helico_cornu.png | Bin 0 -> 31123 bytes boards/chronos/images/mongolfiere.png | Bin 0 -> 46248 bytes boards/chronos/images/st_rocket.png | Bin 0 -> 34686 bytes boards/chronos/images/viking_boat.png | Bin 3206 -> 0 bytes boards/reversecount/dice_area.jpg | Bin 1097 -> 0 bytes boards/reversecount/dice_area.png | Bin 0 -> 9545 bytes boards/reversecount/iceblock.png | Bin 10781 -> 6809 bytes 21 files changed, 28 insertions(+), 29 deletions(-) commit d0334baac1ffe075de9eb99ff5a5cf6202d4ba55 Author: Bruno Coudoin Date: Tue Oct 12 23:04:41 2004 +0000 added a white border to T_* files in order to let them play nice in any skin background. added maze wall themable color svgutils made more robust (I hope) but still crashes ChangeLog | 34 +++++++++++++ boards/babyshapes/T_baby_bottle.png | Bin 456 -> 956 bytes boards/babyshapes/T_banana.png | Bin 886 -> 1921 bytes boards/babyshapes/T_bread_slice.png | Bin 1030 -> 2144 bytes boards/babyshapes/T_butter.png | Bin 1447 -> 3191 bytes boards/babyshapes/T_chocolate.png | Bin 1135 -> 2277 bytes boards/babyshapes/T_chocolate_cake.png | Bin 1298 -> 2610 bytes boards/babyshapes/T_cookie.png | Bin 822 -> 1991 bytes boards/babyshapes/T_french_croissant.png | Bin 824 -> 1896 bytes boards/babyshapes/T_grapefruit.png | Bin 969 -> 1860 bytes boards/babyshapes/T_marmelade.png | Bin 1010 -> 2101 bytes boards/babyshapes/T_milk_cup.png | Bin 1515 -> 3042 bytes boards/babyshapes/T_milk_shake.png | Bin 831 -> 1643 bytes boards/babyshapes/T_orange.png | Bin 1322 -> 2423 bytes boards/babyshapes/T_pear.png | Bin 1012 -> 2051 bytes boards/babyshapes/T_round_cookie.png | Bin 1277 -> 2971 bytes boards/babyshapes/T_suggar_box.png | Bin 707 -> 1322 bytes boards/babyshapes/T_yahourt.png | Bin 867 -> 1782 bytes boards/skins/babytoy/skin.xml | 2 + boards/skins/default/skin.xml | 2 + boards/skins/linha_verde/skin.xml | 2 + boards/skins/pink/skin.xml | 1 + gcompris.spec.in | 2 +- src/boards/maze.c | 8 ++-- src/boards/python/anim.py | 2 +- src/gcompris/svgutil.c | 76 +++++++++++++++++++++-------- 26 files changed, 102 insertions(+), 27 deletions(-) commit 42941210cf091c710ad5c1fe685632d6ea056521 Author: Bruno Coudoin Date: Tue Oct 12 21:14:16 2004 +0000 Updated Portuguese translation. Jose JORGE po/ChangeLog | 4 + po/pt.po | 461 ++++++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 373 insertions(+), 92 deletions(-) commit f7b653f741c1fa846b2db1d7d5a51ceed8c1024e Author: Bruno Coudoin Date: Sun Oct 10 22:52:45 2004 +0000 fixed many little issue in the new babytoy theme ChangeLog | 46 ++++++++++++++++++++ INSTALL | 1 + boards/flags/gcompris_flags.assetml.in | 10 ++++ boards/images/maze-2d-bubble.png | Bin 6068 -> 0 bytes boards/images/maze-3d-bubble.png | Bin 6553 -> 0 bytes boards/skins/README | 2 + boards/skins/babytoy/gcompris-bg.jpg | Bin 5456 -> 7051 bytes boards/skins/babytoy/gcompris-init.jpg | Bin 51986 -> 15218 bytes boards/skins/babytoy/skin.xml | 6 +- configure.in | 2 +- gcompris.spec.in | 4 +- src/boards/advanced_colors.c | 12 +++--- src/boards/algebra_guesscount.c | 6 +- src/boards/chess.c | 42 +++++++++--------- src/boards/chess_position.c | 4 +- src/boards/gletters.c | 58 +++---------------------- src/boards/hanoi.c | 10 ++-- src/boards/imageid.c | 6 +- src/boards/maze.c | 16 +++--- src/boards/missingletter.c | 4 +- src/boards/python/anim.py | 2 +- src/boards/railroad.c | 18 ++++---- src/boards/read_colors.c | 8 ++-- src/boards/reversecount.c | 12 +++--- src/boards/shapegame.c | 74 ++++++++++++++++---------------- src/gcompris/properties.c | 4 +- src/gcompris/sdlplayer.c | 12 ++--- src/gcompris/soundutil.c | 17 ++++--- 28 files changed, 192 insertions(+), 184 deletions(-) commit 02f5d944af9794f808f017e1c04d29d733407e9f Author: Bruno Coudoin Date: Sun Oct 10 22:51:09 2004 +0000 updated po/ChangeLog | 4 + po/fr.po | 243 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 126 insertions(+), 121 deletions(-) commit a41e36560174a8e7eb84c771f694322ff163e809 Author: Laszlo Dvornik Date: Sat Oct 9 17:34:20 2004 +0000 Updated Hungarian translation by Gabor Kelemen. 2004-10-09 Laszlo Dvornik * hu.po: Updated Hungarian translation by Gabor Kelemen. po/ChangeLog | 4 + po/hu.po | 231 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 120 insertions(+), 115 deletions(-) commit f26dea25db5cf1c65f023a732fd7b8347e3f4b0d Author: Bruno Coudoin Date: Sat Oct 9 01:13:31 2004 +0000 Include new theme from Franck Doucet ChangeLog | 183 ++++++++++++++++++++++++ INSTALL | 29 +++-- boards/babyshapes/T_baby_bottle.png | Bin 0 -> 456 bytes boards/babyshapes/T_banana.png | Bin 647 -> 886 bytes boards/babyshapes/T_bread_slice.png | Bin 0 -> 1030 bytes boards/babyshapes/T_butter.png | Bin 0 -> 1447 bytes boards/babyshapes/T_chocolate.png | Bin 0 -> 1135 bytes boards/babyshapes/T_chocolate_cake.png | Bin 0 -> 1298 bytes boards/babyshapes/T_circle.png | Bin 719 -> 0 bytes boards/babyshapes/T_colonne.png | Bin 1708 -> 0 bytes boards/babyshapes/T_cone.png | Bin 2169 -> 0 bytes boards/babyshapes/T_cookie.png | Bin 0 -> 822 bytes boards/babyshapes/T_coupole.png | Bin 1584 -> 0 bytes boards/babyshapes/T_cube.png | Bin 1285 -> 0 bytes boards/babyshapes/T_french_croissant.png | Bin 0 -> 824 bytes boards/babyshapes/T_grapefruit.png | Bin 0 -> 969 bytes boards/babyshapes/T_half_sphere.png | Bin 1996 -> 0 bytes boards/babyshapes/T_hexagone.png | Bin 916 -> 0 bytes boards/babyshapes/T_hyperstar.png | Bin 942 -> 0 bytes boards/babyshapes/T_losange.png | Bin 952 -> 0 bytes boards/babyshapes/T_marmelade.png | Bin 0 -> 1010 bytes boards/babyshapes/T_milk_cup.png | Bin 0 -> 1515 bytes boards/babyshapes/T_milk_shake.png | Bin 0 -> 831 bytes boards/babyshapes/T_orange.png | Bin 0 -> 1322 bytes boards/babyshapes/T_ovale.png | Bin 531 -> 0 bytes boards/babyshapes/T_pacman.png | Bin 838 -> 0 bytes boards/babyshapes/T_pear.png | Bin 0 -> 1012 bytes boards/babyshapes/T_pyramid.png | Bin 1423 -> 0 bytes boards/babyshapes/T_rectangle.png | Bin 241 -> 0 bytes boards/babyshapes/T_rectangle_triangle.png | Bin 579 -> 0 bytes boards/babyshapes/T_round_cookie.png | Bin 0 -> 1277 bytes boards/babyshapes/T_sphere.png | Bin 704 -> 0 bytes boards/babyshapes/T_star.png | Bin 909 -> 0 bytes boards/babyshapes/T_suggar_box.png | Bin 0 -> 707 bytes boards/babyshapes/T_toron.png | Bin 1569 -> 0 bytes boards/babyshapes/T_triangle.png | Bin 845 -> 0 bytes boards/babyshapes/T_yahourt.png | Bin 0 -> 867 bytes boards/babyshapes/banana.png | Bin 7898 -> 0 bytes boards/babyshapes/board1_0.xml.in | 12 +- boards/babyshapes/board2_0.xml.in | 12 +- boards/babyshapes/board3_0.xml.in | 12 +- boards/babyshapes/board4_0.xml.in | 12 +- boards/babyshapes/circle.png | Bin 11512 -> 0 bytes boards/babyshapes/colonne.png | Bin 1193 -> 0 bytes boards/babyshapes/cone.png | Bin 1180 -> 0 bytes boards/babyshapes/coupole.png | Bin 1857 -> 0 bytes boards/babyshapes/cube.png | Bin 809 -> 0 bytes boards/babyshapes/half_sphere.png | Bin 1328 -> 0 bytes boards/babyshapes/hexagone.png | Bin 2895 -> 0 bytes boards/babyshapes/hyperstar.png | Bin 14050 -> 0 bytes boards/babyshapes/losange.png | Bin 5599 -> 0 bytes boards/babyshapes/ovale.png | Bin 8709 -> 0 bytes boards/babyshapes/pacman.png | Bin 9846 -> 0 bytes boards/babyshapes/pyramid.png | Bin 751 -> 0 bytes boards/babyshapes/rectangle.png | Bin 5165 -> 0 bytes boards/babyshapes/rectangle_triangle.png | Bin 913 -> 0 bytes boards/babyshapes/sphere.png | Bin 2188 -> 0 bytes boards/babyshapes/star.png | Bin 9383 -> 0 bytes boards/babyshapes/toron.png | Bin 2869 -> 0 bytes boards/babyshapes/triangle.png | Bin 1864 -> 0 bytes boards/dataset/mrpatate.xml | 29 +++- boards/gcompris/bonus/README | 2 + boards/gcompris/bonus/tux_bad.png | Bin 0 -> 38104 bytes boards/gcompris/bonus/tux_good.png | Bin 0 -> 45089 bytes boards/gcompris/food/README | 1 + boards/gcompris/food/baby_bottle.png | Bin 0 -> 2233 bytes boards/gcompris/food/banana.png | Bin 0 -> 13427 bytes boards/gcompris/food/bread_slice.png | Bin 0 -> 7316 bytes boards/gcompris/food/butter.png | Bin 0 -> 7660 bytes boards/gcompris/food/chocolate.png | Bin 0 -> 9373 bytes boards/gcompris/food/chocolate_cake.png | Bin 0 -> 9952 bytes boards/gcompris/food/cookie.png | Bin 0 -> 6396 bytes boards/gcompris/food/french_croissant.png | Bin 0 -> 3398 bytes boards/gcompris/food/grapefruit.png | Bin 0 -> 18447 bytes boards/gcompris/food/marmelade.png | Bin 0 -> 9509 bytes boards/gcompris/food/milk_cup.png | Bin 0 -> 36679 bytes boards/gcompris/food/milk_shake.png | Bin 0 -> 19259 bytes boards/gcompris/food/orange.png | Bin 0 -> 6121 bytes boards/gcompris/food/pear.png | Bin 0 -> 21149 bytes boards/gcompris/food/round_cookie.png | Bin 0 -> 27189 bytes boards/gcompris/food/suggar_box.png | Bin 0 -> 5593 bytes boards/gcompris/food/yahourt.png | Bin 0 -> 37894 bytes boards/gcompris/misc/apple.png | Bin 5379 -> 4409 bytes boards/gcompris/misc/bicycle.png | Bin 15989 -> 11924 bytes boards/gcompris/misc/bottle.png | Bin 2560 -> 2538 bytes boards/gcompris/misc/car.png | Bin 6160 -> 8751 bytes boards/gcompris/misc/carot.png | Bin 3135 -> 2519 bytes boards/gcompris/misc/castle.png | Bin 35871 -> 11177 bytes boards/gcompris/misc/cerise.png | Bin 5140 -> 16725 bytes boards/gcompris/misc/crown.png | Bin 7356 -> 10824 bytes boards/gcompris/misc/egg.png | Bin 3487 -> 3595 bytes boards/gcompris/misc/eggpot.png | Bin 2007 -> 6318 bytes boards/gcompris/misc/fishingboat.png | Bin 6002 -> 8363 bytes boards/gcompris/misc/flower.png | Bin 3983 -> 7635 bytes boards/gcompris/misc/flowerpot.png | Bin 753 -> 6647 bytes boards/gcompris/misc/house.png | Bin 7591 -> 40383 bytes boards/gcompris/misc/lamp.png | Bin 6153 -> 27862 bytes boards/gcompris/misc/light.png | Bin 10751 -> 4869 bytes boards/gcompris/misc/lighthouse.png | Bin 9723 -> 29067 bytes boards/gcompris/misc/minitux.png | Bin 1739 -> 3499 bytes boards/gcompris/misc/minivan.png | Bin 9472 -> 9763 bytes boards/gcompris/misc/parachute.png | Bin 8710 -> 7486 bytes boards/gcompris/misc/pencil.png | Bin 1012 -> 3427 bytes boards/gcompris/misc/postcard.png | Bin 5435 -> 9589 bytes boards/gcompris/misc/postpoint.png | Bin 3696 -> 6241 bytes boards/gcompris/misc/rape.png | Bin 3734 -> 13841 bytes boards/gcompris/misc/raquette.png | Bin 4368 -> 25516 bytes boards/gcompris/misc/sailingboat.png | Bin 11434 -> 11985 bytes boards/gcompris/misc/sapin.png | Bin 9058 -> 9025 bytes boards/gcompris/misc/sofa.png | Bin 6000 -> 6745 bytes boards/gcompris/misc/star.png | Bin 3953 -> 5118 bytes boards/gcompris/misc/strawberry.png | Bin 6905 -> 3211 bytes boards/gcompris/misc/tree.png | Bin 4664 -> 156470 bytes boards/gcompris/misc/truck.png | Bin 10815 -> 11927 bytes boards/gcompris/misc/tux.png | Bin 7834 -> 37479 bytes boards/gcompris/misc/tux_top_east.png | Bin 5221 -> 29862 bytes boards/gcompris/misc/tux_top_north.png | Bin 4948 -> 29836 bytes boards/gcompris/misc/tux_top_south.png | Bin 4945 -> 29836 bytes boards/gcompris/misc/tux_top_west.png | Bin 5339 -> 29862 bytes boards/gcompris/misc/tuxballoon.png | Bin 24711 -> 16260 bytes boards/gcompris/misc/tuxboat.png | Bin 3879 -> 4972 bytes boards/gcompris/misc/tuxhelico.png | Bin 11100 -> 9983 bytes boards/gcompris/misc/tuxplane.png | Bin 26766 -> 9733 bytes boards/imageid/imageid-bg.jpg | Bin 9606 -> 13400 bytes boards/images/enumerate_answer.png | Bin 8037 -> 1720 bytes boards/images/enumerate_answer_focus.png | Bin 6853 -> 1892 bytes boards/skins/babytoy/.cvsignore | 4 + boards/skins/babytoy/README | 2 + boards/skins/babytoy/about.png | Bin 0 -> 16598 bytes boards/skins/babytoy/bad.png | Bin 0 -> 3162 bytes boards/skins/babytoy/bar_bg.jpg | Bin 0 -> 11638 bytes boards/skins/babytoy/button.png | Bin 0 -> 1392 bytes boards/skins/babytoy/button_backward.png | Bin 0 -> 1790 bytes boards/skins/babytoy/button_checked.png | Bin 0 -> 1644 bytes boards/skins/babytoy/button_exit.png | Bin 0 -> 16598 bytes boards/skins/babytoy/button_forward.png | Bin 0 -> 1818 bytes boards/skins/babytoy/button_large.png | Bin 0 -> 1226 bytes boards/skins/babytoy/button_large_selected.png | Bin 0 -> 1254 bytes boards/skins/babytoy/button_redo.png | Bin 0 -> 16598 bytes boards/skins/babytoy/button_reload.png | Bin 0 -> 16598 bytes boards/skins/babytoy/button_selected.png | Bin 0 -> 1403 bytes boards/skins/babytoy/button_unchecked.png | Bin 0 -> 2337 bytes boards/skins/babytoy/button_up.png | Bin 0 -> 1788 bytes boards/skins/babytoy/button_up_selected.png | Bin 0 -> 1910 bytes boards/skins/babytoy/config.png | Bin 0 -> 16598 bytes boards/skins/babytoy/gcompris-bg.jpg | Bin 0 -> 5456 bytes boards/skins/babytoy/gcompris-init.jpg | Bin 0 -> 51986 bytes boards/skins/babytoy/gcompris-shapebg.jpg | Bin 0 -> 45406 bytes boards/skins/babytoy/gcompris-shapelabel.png | Bin 0 -> 1618 bytes boards/skins/babytoy/help.png | Bin 0 -> 16598 bytes boards/skins/babytoy/help_bg.png | Bin 0 -> 29504 bytes boards/skins/babytoy/home.png | Bin 0 -> 16598 bytes boards/skins/babytoy/level1.png | Bin 0 -> 16598 bytes boards/skins/babytoy/level2.png | Bin 0 -> 16598 bytes boards/skins/babytoy/level3.png | Bin 0 -> 16598 bytes boards/skins/babytoy/level4.png | Bin 0 -> 16598 bytes boards/skins/babytoy/level5.png | Bin 0 -> 16598 bytes boards/skins/babytoy/level6.png | Bin 0 -> 16598 bytes boards/skins/babytoy/level7.png | Bin 0 -> 16598 bytes boards/skins/babytoy/level8.png | Bin 0 -> 16598 bytes boards/skins/babytoy/level9.png | Bin 0 -> 16598 bytes boards/skins/babytoy/maze-2d-bubble.png | Bin 0 -> 5235 bytes boards/skins/babytoy/maze-3d-bubble.png | Bin 0 -> 6758 bytes boards/skins/babytoy/ok.png | Bin 0 -> 6202 bytes boards/skins/babytoy/repeat.png | Bin 0 -> 5641 bytes boards/skins/babytoy/skin.xml | 50 +++++++ boards/skins/default/maze-2d-bubble.png | Bin 0 -> 6068 bytes boards/skins/default/maze-3d-bubble.png | Bin 0 -> 6553 bytes docs/C/python.xml | 2 + src/boards/enumerate.c | 34 +++--- src/boards/maze.c | 6 +- src/boards/paratrooper.c | 4 +- src/boards/py-mod-bonus.c | 1 + src/boards/python/ballcatch.py | 4 +- src/boards/shapegame.c | 8 +- src/gcompris/bonus.c | 3 + src/gcompris/bonus.h | 1 + src/gcompris/gameutil.c | 15 ++- src/gcompris/gcompris-marshal.c | 4 +- 179 files changed, 359 insertions(+), 71 deletions(-) commit bff3570bfdde6a86e30cce0890f95fac64acdaf5 Author: Amanpreet Singh Alam Date: Tue Oct 5 07:08:04 2004 +0000 add punjabi lang pa.po ChangeLog | 4 + configure.in | 2 +- po/pa.po | 3020 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 3025 insertions(+), 1 deletions(-) commit 004c375967c78c581222ac33170e45724ed2e33a Author: David Lodge Date: Sun Oct 3 20:26:47 2004 +0000 Updated British English translation. 2004-10-03 David Lodge * en_GB.po: Updated British English translation. po/ChangeLog | 4 ++ po/en_GB.po | 119 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 66 insertions(+), 57 deletions(-) commit 6ecaf5a6ad24c442a0f6a01274fb1b4ce4510433 Author: Bruno Coudoin Date: Sat Oct 2 00:09:36 2004 +0000 fixed potential crash when the shapelist has only one group * src/boards/shapegame.c: (shapegame_init_canvas), (item_event), (parse_doc): fixed potential crash when the shapelist has only one group ChangeLog | 5 ++++ src/boards/shapegame.c | 50 ++++++++++++++++++++++++----------------------- 2 files changed, 31 insertions(+), 24 deletions(-) commit 7c02217cb77b4bbfd7d9fa29e227d592ff118c81 Author: Laszlo Dvornik Date: Fri Oct 1 13:30:18 2004 +0000 Updated Hungarian translation by Gabor Kelemen. 2004-10-01 Laszlo Dvornik * hu.po: Updated Hungarian translation by Gabor Kelemen. po/ChangeLog | 4 + po/hu.po | 541 +++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 430 insertions(+), 115 deletions(-) commit 08859547442bbaeb352e4551f7a86278c6300896 Author: Bruno Coudoin Date: Wed Sep 29 22:25:53 2004 +0000 changed to LIBGNOMECANVAS_REQUIRED=2.3.6 fixed richtext canvas instability * configure.in: changed to LIBGNOMECANVAS_REQUIRED=2.3.6 * src/gcompris/gameutil.c: (gcompris_dialog_close), (gcompris_dialog): fixed richtext canvas instability with workaround from Jean Brfort * src/gcompris/help.c: (gcompris_help_stop): - ChangeLog | 8 ++++++++ configure.in | 2 +- src/gcompris/gameutil.c | 16 +++++++++++----- src/gcompris/help.c | 8 ++++++-- 4 files changed, 26 insertions(+), 8 deletions(-) commit 3b7216bf4331a4cf0425b6bf7d00695ac690bb10 Author: Ronny Standtke Date: Wed Sep 29 20:23:45 2004 +0000 updated German translation po/de.po | 480 ++++++++++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 389 insertions(+), 91 deletions(-) commit 68f435862fa8af85a5fcd0ae8768e40bb9b1e063 Author: Vincent van Adrighem Date: Wed Sep 29 18:01:08 2004 +0000 Translation updated by Tino Meinen. 2004-09-29 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 106 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 59 insertions(+), 51 deletions(-) commit eb37247dc4c20cdf0a94edc39bf9571020a14883 Author: Bruno Coudoin Date: Tue Sep 28 22:45:49 2004 +0000 adjusted dependancy version adjusted dependancy version, added * configure.in: adjusted dependancy version * gcompris.spec.in: adjusted dependancy version, added libgnomecanvas ChangeLog | 7 +++++++ gcompris.spec.in | 3 ++- 2 files changed, 9 insertions(+), 1 deletions(-) commit ea9884efa7b403f92102d446fb1a99c0c22a0380 Author: Bruno Coudoin Date: Tue Sep 28 22:45:27 2004 +0000 re-added forced update fixed bug reported by Jos JORGE. When re-edited, * src/boards/menu.c: (menu_start): re-added forced update * src/boards/python/anim.py: fixed bug reported by Jos JORGE. When re-edited, new shots are not editable. src/boards/menu.c | 4 ++-- src/boards/python/anim.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 5be193d1b4a5e3656b8760c760bccb4558136b29 Author: Artur Flinta Date: Tue Sep 28 18:09:41 2004 +0000 Updated Polish translation by GNOME PL Team. 2004-09-28 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. po/ChangeLog | 4 ++ po/pl.po | 104 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 58 insertions(+), 50 deletions(-) commit 4e87a8a31a1de9ee618e61e1c6b2f7b5376574ab Author: Adam Weinberger Date: Tue Sep 28 14:01:59 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 106 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 59 insertions(+), 51 deletions(-) commit b40807d5d80c8b5e9a18fd8235e857c1a45e6794 Author: Miloslav Trmac Date: Tue Sep 28 01:31:50 2004 +0000 Updated Czech translation. 2004-09-28 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 298 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 291 insertions(+), 11 deletions(-) commit 8e9606892eb4cd01f97ca8b6d4ed8d8d5c96764f Author: Bruno Coudoin Date: Mon Sep 27 23:54:14 2004 +0000 fixed by Mogens Jaeger incremented da/misc * boards/sounds/da/misc/click_on_letter.ogg: fixed by Mogens Jaeger * configure.in: incremented da/misc sounds version ChangeLog | 5 +++++ boards/sounds/da/misc/click_on_letter.ogg | Bin 13321 -> 14064 bytes configure.in | 2 +- 3 files changed, 6 insertions(+), 1 deletions(-) commit 1415d1adbb10853f6222ddfe38488152da749ab8 Author: Bruno Coudoin Date: Mon Sep 27 23:06:15 2004 +0000 fixed image reference fixed image reference added added added changed GTK * boards/geography/board3_1.xml.in: fixed image reference * boards/missing_letter/board1.xml.in: fixed image reference * boards/sounds/da/Makefile.am: added * boards/sounds/da/geography/Makefile.am: added * boards/sounds/da/misc/Makefile.am: added * configure.in: changed GTK version * gcompris.spec.in: removed libassetml reference * src/boards/gletters.c: (key_press): moved a declaration to compile with old gcc 2.95 * src/gcompris/config.c: added danish ChangeLog | 12 ++++++++++++ boards/geography/board3_1.xml.in | 2 +- boards/missing_letter/board1.xml.in | 6 +++--- boards/sounds/da/Makefile.am | 1 + boards/sounds/da/geography/Makefile.am | 14 ++++++++++++++ boards/sounds/da/misc/Makefile.am | 14 ++++++++++++++ configure.in | 8 ++++---- gcompris.spec.in | 4 ++-- src/boards/gletters.c | 4 ++-- src/gcompris/config.c | 3 ++- 10 files changed, 55 insertions(+), 13 deletions(-) commit db797cc778394abf065178cca4d5a25be0b2e40a Author: Adam Weinberger Date: Sun Sep 26 16:55:19 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) commit 67039561f5fd4aabbf07276fc00651704ae06385 Author: David Lodge Date: Sun Sep 26 15:56:38 2004 +0000 Updated British translation. 2004-09-26 David Lodge * en_GB.po: Updated British translation. po/ChangeLog | 4 + po/en_GB.po | 304 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 292 insertions(+), 16 deletions(-) commit 1967435c63c96d71f5570d7eb2f231f33c4e1804 Author: Artur Flinta Date: Sun Sep 26 11:33:50 2004 +0000 Updated Polish translation by GNOME PL Team. 2004-09-26 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. po/ChangeLog | 4 ++++ po/pl.po | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) commit a0a093fa4d4e24044551450e63116560491dac29 Author: Artur Flinta Date: Sun Sep 26 11:31:09 2004 +0000 Updated Polish translation by GNOME PL Team. 2004-09-26 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. po/ChangeLog | 4 + po/pl.po | 347 +++++++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 325 insertions(+), 26 deletions(-) commit 02257e09a1836ab336cf16cf99e9b10529de17cc Author: Vincent van Adrighem Date: Fri Sep 24 19:42:45 2004 +0000 Translation updated by Tino Meinen. 2004-09-24 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 301 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 294 insertions(+), 11 deletions(-) commit 6415bccf7c1ea32faebcbe1b1c4cd42d8bd50b3f Author: Adam Weinberger Date: Fri Sep 24 03:41:44 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 294 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 287 insertions(+), 11 deletions(-) commit 9db06083545592e27cedd38494ac5bc3d6055fea Author: Bruno Coudoin Date: Thu Sep 23 21:05:07 2004 +0000 taken from the CIA world fact book. public domain boards/flags/da.png | Bin 0 -> 490 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 95583fe415c1ca57578972d0064ec9cd9d844f16 Author: Bruno Coudoin Date: Thu Sep 23 18:05:10 2004 +0000 updated po/POTFILES.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 884d949180947ee12113b5a9883d40b9ceba47af Author: Bruno Coudoin Date: Wed Sep 22 22:57:14 2004 +0000 changed tooltip to be displayed alongside the shape in the list of shape changed tooltip to be displayed alongside the shape in the list of shape src/boards/shapegame.c | 61 +++++++++++++++++++++++++++++------------------- 1 files changed, 37 insertions(+), 24 deletions(-) commit 95c4bf783855fee8d92e9fddec57e7aa5671bddf Author: Bruno Coudoin Date: Wed Sep 22 22:56:20 2004 +0000 added tooltips boards/geography/board2_0.xml.in | 8 +-- boards/geography/board2_1.xml.in | 6 +-- boards/geography/board3_0.xml.in | 6 +-- boards/geography/board3_1.xml.in | 88 ++++++++++++++++++++++++++++--------- boards/geography/board4_0.xml.in | 22 +++++----- 5 files changed, 84 insertions(+), 46 deletions(-) commit fefb642b5e22e715153620720603a30e95a05467 Author: Bruno Coudoin Date: Wed Sep 22 22:55:38 2004 +0000 updated by bruno po/ChangeLog | 4 + po/fr.po | 316 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 309 insertions(+), 11 deletions(-) commit 387fbc8097c26720d850d8a0b36a3ea3bff66b92 Author: Bruno Coudoin Date: Tue Sep 21 23:59:05 2004 +0000 ards/geography/board1_0.xml.in: added country names in new tooltip entity ards/geography/board1_0.xml.in: added country names in new tooltip entity * boards/geography/board2_0.xml.in: * boards/geography/board2_1.xml.in: * boards/geography/board3_0.xml.in: * boards/geography/board4_0.xml.in: * configure.in: changed to release 6.3RC1 * src/boards/shapegame.c: (shapegame_init_canvas), (add_shape_to_list_of_shapes), (item_event), (item_event_ok), (create_shape), (add_xml_shape_to_data): create a new tooltip entity in the shape xml definition ChangeLog | 12 +++++ boards/geography/board1_0.xml.in | 24 +++++++-- boards/geography/board2_0.xml.in | 49 ++++++++++++++----- boards/geography/board2_1.xml.in | 61 ++++++++++++++++++------ boards/geography/board3_0.xml.in | 72 ++++++++++++++++++++++------- boards/geography/board4_0.xml.in | 44 +++++++++--------- configure.in | 2 +- src/boards/shapegame.c | 94 +++++++++++++++++++++++++++++++------ 8 files changed, 266 insertions(+), 92 deletions(-) commit 8ed6d63201bf677c07ac756053e7dde04278feae Author: Bruno Coudoin Date: Tue Sep 21 21:43:40 2004 +0000 missing * boards/sounds/da/.cvsignore: missing * boards/sounds/da/alphabet/.cvsignore: * boards/sounds/da/colors/.cvsignore: * boards/sounds/da/geography/.cvsignore: * boards/sounds/da/misc/.cvsignore: * boards/wordsgame/wordslevel1.da: created by Mogens Jaeger * boards/wordsgame/wordslevel2.da: created by Mogens Jaeger * boards/wordsgame/wordslevelmax.da: created by Mogens Jaeger * gcompris.spec.in: fixed for danish ChangeLog | 12 ++++++ boards/sounds/da/.cvsignore | 5 ++ boards/sounds/da/alphabet/.cvsignore | 5 ++ boards/sounds/da/colors/.cvsignore | 5 ++ boards/sounds/da/geography/.cvsignore | 5 ++ boards/sounds/da/misc/.cvsignore | 5 ++ boards/wordsgame/wordslevel1.da | 35 +++++++++++++++++ boards/wordsgame/wordslevel2.da | 32 ++++++++++++++++ boards/wordsgame/wordslevelmax.da | 67 +++++++++++++++++++++++++++++++++ configure.in | 2 +- gcompris.spec.in | 8 ++-- 11 files changed, 176 insertions(+), 5 deletions(-) commit 3cbb419a7365857f44fe272cef3d5c7b4b77971a Author: Bruno Coudoin Date: Mon Sep 20 21:30:31 2004 +0000 update by Bruno po/ChangeLog | 4 ++++ po/fr.po | 38 +++++++++++++++++++++----------------- 2 files changed, 25 insertions(+), 17 deletions(-) commit e067087a6f202365ef62c671560a0f7b26d23087 Author: Vincent van Adrighem Date: Sat Sep 18 12:14:40 2004 +0000 Translation updated by Tino Meinen. 2004-09-18 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 23 +++++++++++++---------- 2 files changed, 17 insertions(+), 10 deletions(-) commit 1984c91b201732de1d503d92038d5efd84a82a14 Author: Bruno Coudoin Date: Fri Sep 17 21:55:02 2004 +0000 Added Danish translation by Mogens Jaeger ChangeLog | 162 +++++++++ boards/sounds/Makefile.am | 2 +- boards/sounds/da/alphabet/1.ogg | Bin 0 -> 6485 bytes boards/sounds/da/alphabet/10.ogg | Bin 0 -> 6113 bytes boards/sounds/da/alphabet/11.ogg | Bin 0 -> 7384 bytes boards/sounds/da/alphabet/12.ogg | Bin 0 -> 5895 bytes boards/sounds/da/alphabet/13.ogg | Bin 0 -> 7415 bytes boards/sounds/da/alphabet/14.ogg | Bin 0 -> 6931 bytes boards/sounds/da/alphabet/15.ogg | Bin 0 -> 8062 bytes boards/sounds/da/alphabet/16.ogg | Bin 0 -> 9177 bytes boards/sounds/da/alphabet/17.ogg | Bin 0 -> 7193 bytes boards/sounds/da/alphabet/18.ogg | Bin 0 -> 7045 bytes boards/sounds/da/alphabet/19.ogg | Bin 0 -> 6778 bytes boards/sounds/da/alphabet/2.ogg | Bin 0 -> 6314 bytes boards/sounds/da/alphabet/20.ogg | Bin 0 -> 7502 bytes boards/sounds/da/alphabet/3.ogg | Bin 0 -> 6448 bytes boards/sounds/da/alphabet/4.ogg | Bin 0 -> 7389 bytes boards/sounds/da/alphabet/5.ogg | Bin 0 -> 5437 bytes boards/sounds/da/alphabet/6.ogg | Bin 0 -> 8629 bytes boards/sounds/da/alphabet/7.ogg | Bin 0 -> 6795 bytes boards/sounds/da/alphabet/8.ogg | Bin 0 -> 7583 bytes boards/sounds/da/alphabet/9.ogg | Bin 0 -> 5851 bytes boards/sounds/da/alphabet/Makefile.am | 14 + boards/sounds/da/alphabet/a.ogg | Bin 0 -> 5559 bytes boards/sounds/da/alphabet/aa.ogg | Bin 0 -> 5491 bytes boards/sounds/da/alphabet/ae.ogg | Bin 0 -> 5709 bytes boards/sounds/da/alphabet/b.ogg | Bin 0 -> 5559 bytes boards/sounds/da/alphabet/c.ogg | Bin 0 -> 6521 bytes boards/sounds/da/alphabet/d.ogg | Bin 0 -> 6007 bytes boards/sounds/da/alphabet/e.ogg | Bin 0 -> 5666 bytes boards/sounds/da/alphabet/f.ogg | Bin 0 -> 5898 bytes boards/sounds/da/alphabet/g.ogg | Bin 0 -> 6058 bytes .../da/alphabet/gcompris_alphabet_da.assetml.in | 253 +++++++++++++++ boards/sounds/da/alphabet/h.ogg | Bin 0 -> 5441 bytes boards/sounds/da/alphabet/i.ogg | Bin 0 -> 5626 bytes boards/sounds/da/alphabet/j.ogg | Bin 0 -> 7228 bytes boards/sounds/da/alphabet/k.ogg | Bin 0 -> 6014 bytes boards/sounds/da/alphabet/l.ogg | Bin 0 -> 6522 bytes boards/sounds/da/alphabet/m.ogg | Bin 0 -> 6126 bytes boards/sounds/da/alphabet/n.ogg | Bin 0 -> 6305 bytes boards/sounds/da/alphabet/o.ogg | Bin 0 -> 5507 bytes boards/sounds/da/alphabet/oe.ogg | Bin 0 -> 5656 bytes boards/sounds/da/alphabet/p.ogg | Bin 0 -> 5864 bytes boards/sounds/da/alphabet/q.ogg | Bin 0 -> 6072 bytes boards/sounds/da/alphabet/r.ogg | Bin 0 -> 5881 bytes boards/sounds/da/alphabet/s.ogg | Bin 0 -> 7679 bytes boards/sounds/da/alphabet/t.ogg | Bin 0 -> 5968 bytes boards/sounds/da/alphabet/u.ogg | Bin 0 -> 5705 bytes boards/sounds/da/alphabet/v.ogg | Bin 0 -> 6063 bytes boards/sounds/da/alphabet/w.ogg | Bin 0 -> 8765 bytes boards/sounds/da/alphabet/x.ogg | Bin 0 -> 8056 bytes boards/sounds/da/alphabet/y.ogg | Bin 0 -> 5807 bytes boards/sounds/da/alphabet/z.ogg | Bin 0 -> 8094 bytes boards/sounds/da/colors/Makefile.am | 14 + boards/sounds/da/colors/black.ogg | Bin 0 -> 6859 bytes boards/sounds/da/colors/blue.ogg | Bin 0 -> 5723 bytes boards/sounds/da/colors/brown.ogg | Bin 0 -> 6457 bytes .../sounds/da/colors/gcompris_colors_da.assetml.in | 53 +++ boards/sounds/da/colors/green.ogg | Bin 0 -> 5667 bytes boards/sounds/da/colors/grey.ogg | Bin 0 -> 5923 bytes boards/sounds/da/colors/orange.ogg | Bin 0 -> 8455 bytes boards/sounds/da/colors/pink.ogg | Bin 0 -> 6730 bytes boards/sounds/da/colors/purple.ogg | Bin 0 -> 7818 bytes boards/sounds/da/colors/red.ogg | Bin 0 -> 5549 bytes boards/sounds/da/colors/white.ogg | Bin 0 -> 5549 bytes boards/sounds/da/colors/yellow.ogg | Bin 0 -> 6223 bytes boards/sounds/da/geography/alaska.ogg | Bin 0 -> 8876 bytes boards/sounds/da/geography/albania.ogg | Bin 0 -> 9374 bytes boards/sounds/da/geography/argentina.ogg | Bin 0 -> 10578 bytes boards/sounds/da/geography/austria.ogg | Bin 0 -> 8070 bytes boards/sounds/da/geography/bahamas.ogg | Bin 0 -> 9020 bytes boards/sounds/da/geography/belarus.ogg | Bin 0 -> 10440 bytes boards/sounds/da/geography/belgium.ogg | Bin 0 -> 8936 bytes boards/sounds/da/geography/bolivia.ogg | Bin 0 -> 9796 bytes boards/sounds/da/geography/bosnia_herzegovina.ogg | Bin 0 -> 16117 bytes boards/sounds/da/geography/brazil.ogg | Bin 0 -> 8953 bytes boards/sounds/da/geography/bulgaria.ogg | Bin 0 -> 9444 bytes boards/sounds/da/geography/canada.ogg | Bin 0 -> 8534 bytes boards/sounds/da/geography/chile.ogg | Bin 0 -> 7787 bytes boards/sounds/da/geography/colombia.ogg | Bin 0 -> 9751 bytes boards/sounds/da/geography/costa_rica.ogg | Bin 0 -> 10504 bytes boards/sounds/da/geography/croatia.ogg | Bin 0 -> 8963 bytes boards/sounds/da/geography/cuba.ogg | Bin 0 -> 7919 bytes boards/sounds/da/geography/cyprus.ogg | Bin 0 -> 7728 bytes boards/sounds/da/geography/czech.ogg | Bin 0 -> 8898 bytes boards/sounds/da/geography/denmark.ogg | Bin 0 -> 7706 bytes boards/sounds/da/geography/dominican_republic.ogg | Bin 0 -> 16052 bytes boards/sounds/da/geography/ecuador.ogg | Bin 0 -> 8953 bytes boards/sounds/da/geography/estonia.ogg | Bin 0 -> 8306 bytes boards/sounds/da/geography/finland.ogg | Bin 0 -> 7043 bytes boards/sounds/da/geography/france.ogg | Bin 0 -> 8861 bytes boards/sounds/da/geography/french_guiana.ogg | Bin 0 -> 12259 bytes .../da/geography/gcompris_geography_da.assetml.in | 343 ++++++++++++++++++++ boards/sounds/da/geography/germany.ogg | Bin 0 -> 8708 bytes boards/sounds/da/geography/greece.ogg | Bin 0 -> 8696 bytes boards/sounds/da/geography/greenland.ogg | Bin 0 -> 7478 bytes boards/sounds/da/geography/guatemala.ogg | Bin 0 -> 10112 bytes boards/sounds/da/geography/guyana.ogg | Bin 0 -> 7623 bytes boards/sounds/da/geography/haiti.ogg | Bin 0 -> 8918 bytes boards/sounds/da/geography/honduras.ogg | Bin 0 -> 9457 bytes boards/sounds/da/geography/hungary.ogg | Bin 0 -> 7781 bytes boards/sounds/da/geography/iceland.ogg | Bin 0 -> 7840 bytes boards/sounds/da/geography/ireland.ogg | Bin 0 -> 7646 bytes boards/sounds/da/geography/italy.ogg | Bin 0 -> 9515 bytes boards/sounds/da/geography/jamaica.ogg | Bin 0 -> 9767 bytes boards/sounds/da/geography/latvia.ogg | Bin 0 -> 7471 bytes boards/sounds/da/geography/lithuania.ogg | Bin 0 -> 7766 bytes boards/sounds/da/geography/luxembourg.ogg | Bin 0 -> 9005 bytes boards/sounds/da/geography/macedonia.ogg | Bin 0 -> 10218 bytes boards/sounds/da/geography/mexico.ogg | Bin 0 -> 8898 bytes boards/sounds/da/geography/moldova.ogg | Bin 0 -> 9671 bytes boards/sounds/da/geography/netherland.ogg | Bin 0 -> 6987 bytes boards/sounds/da/geography/nicaragua.ogg | Bin 0 -> 11214 bytes boards/sounds/da/geography/norway.ogg | Bin 0 -> 7564 bytes boards/sounds/da/geography/panama.ogg | Bin 0 -> 7637 bytes boards/sounds/da/geography/paraguay.ogg | Bin 0 -> 8635 bytes boards/sounds/da/geography/peru.ogg | Bin 0 -> 6952 bytes boards/sounds/da/geography/poland.ogg | Bin 0 -> 7595 bytes boards/sounds/da/geography/portugal.ogg | Bin 0 -> 8729 bytes boards/sounds/da/geography/romania.ogg | Bin 0 -> 8825 bytes boards/sounds/da/geography/russia.ogg | Bin 0 -> 7430 bytes boards/sounds/da/geography/salvador.ogg | Bin 0 -> 10679 bytes boards/sounds/da/geography/serbia_montenegro.ogg | Bin 0 -> 15487 bytes boards/sounds/da/geography/slovakia.ogg | Bin 0 -> 10210 bytes boards/sounds/da/geography/slovenia.ogg | Bin 0 -> 10316 bytes boards/sounds/da/geography/spain.ogg | Bin 0 -> 8683 bytes boards/sounds/da/geography/suriname.ogg | Bin 0 -> 9912 bytes boards/sounds/da/geography/sweden.ogg | Bin 0 -> 8500 bytes boards/sounds/da/geography/switz.ogg | Bin 0 -> 9213 bytes boards/sounds/da/geography/turkey.ogg | Bin 0 -> 8880 bytes boards/sounds/da/geography/ukraine.ogg | Bin 0 -> 9423 bytes boards/sounds/da/geography/united_kingdom.ogg | Bin 0 -> 7520 bytes boards/sounds/da/geography/uruguay.ogg | Bin 0 -> 8349 bytes boards/sounds/da/geography/usa.ogg | Bin 0 -> 7679 bytes boards/sounds/da/geography/venezuela.ogg | Bin 0 -> 10302 bytes boards/sounds/da/misc/awesome.ogg | Bin 0 -> 12011 bytes boards/sounds/da/misc/back.ogg | Bin 0 -> 8987 bytes boards/sounds/da/misc/by.ogg | Bin 0 -> 7284 bytes boards/sounds/da/misc/click_on_letter.ogg | Bin 0 -> 13321 bytes boards/sounds/da/misc/congratulation.ogg | Bin 0 -> 10481 bytes boards/sounds/da/misc/equal.ogg | Bin 0 -> 8942 bytes boards/sounds/da/misc/fantastic.ogg | Bin 0 -> 11657 bytes boards/sounds/da/misc/gcompris_misc_da.assetml.in | 78 +++++ boards/sounds/da/misc/good.ogg | Bin 0 -> 6890 bytes boards/sounds/da/misc/great.ogg | Bin 0 -> 6264 bytes boards/sounds/da/misc/help.ogg | Bin 0 -> 7139 bytes boards/sounds/da/misc/level.ogg | Bin 0 -> 7107 bytes boards/sounds/da/misc/minus.ogg | Bin 0 -> 7897 bytes boards/sounds/da/misc/ok.ogg | Bin 0 -> 12306 bytes boards/sounds/da/misc/outof.ogg | Bin 0 -> 8151 bytes boards/sounds/da/misc/perfekt.ogg | Bin 0 -> 11065 bytes boards/sounds/da/misc/plus.ogg | Bin 0 -> 7227 bytes boards/sounds/da/misc/quit.ogg | Bin 0 -> 7076 bytes boards/sounds/da/misc/super.ogg | Bin 0 -> 9434 bytes boards/sounds/da/misc/waytogo.ogg | Bin 0 -> 9497 bytes boards/sounds/da/misc/welcome.ogg | Bin 0 -> 8982 bytes configure.in | 22 ++- gcompris.spec.in | 55 ++++ 158 files changed, 993 insertions(+), 3 deletions(-) commit 0526168b2bc9a3bb326c41bc428c8b3f61879860 Author: Mogens Jaeger Date: Fri Sep 17 21:52:53 2004 +0000 Created Danish translation. 2004-09-17 Mogens Jaeger * da.po: Created Danish translation. po/ChangeLog | 4 + po/da.po | 2959 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2963 insertions(+), 0 deletions(-) commit 8094aeaf435ae589564c3731fc8ed3541bf10dcd Author: Bruno Coudoin Date: Fri Sep 17 19:24:36 2004 +0000 added mandatory 44100Hz boards/sounds/HOWTO_ENCODE | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 6ee8cbc7cd80fa5b3963749fabe82c5ecb9dedf8 Author: Bruno Coudoin Date: Thu Sep 16 22:15:01 2004 +0000 remade using image from openclipart.org (public domain) - - - - - - Made * boards/boardicons/algebra_by.png: remade using image from openclipart.org (public domain) * boards/boardicons/algebra_group.png: - * boards/boardicons/algebra_minus.png: - * boards/boardicons/algebra_plus.png: - * boards/boardicons/algebramenu.png: - * boards/boardicons/boards.png: - * boards/boardicons/computer.png: - * boards/images/water_spot.png: Made by Bruno * boards/skins/default/menuicon.png: remade using image from openclipart.org (public domain) * src/boards/menu.c: (menu_create_item): replaced the menuicon on the left * src/boards/python/anim.py: added a stop icon in drawing mode. fixed tool button status after playing and other actions * src/boards/python/followline.py: added a water spot over the flowers uppon success because Mathilde (Jose's daughter) said it's useless to emerge the pipe if there is no water going out. I can do nothing but agree. ChangeLog | 18 ++++++++++++++++++ boards/boardicons/algebra_by.png | Bin 8905 -> 8627 bytes boards/boardicons/algebra_group.png | Bin 13643 -> 10084 bytes boards/boardicons/algebra_minus.png | Bin 7701 -> 8362 bytes boards/boardicons/algebra_plus.png | Bin 8477 -> 8436 bytes boards/boardicons/algebramenu.png | Bin 13972 -> 8951 bytes boards/boardicons/boards.png | Bin 4120 -> 5956 bytes boards/boardicons/computer.png | Bin 6713 -> 9070 bytes boards/images/water_spot.png | Bin 0 -> 13027 bytes boards/skins/default/menuicon.png | Bin 900 -> 634 bytes src/boards/menu.c | 7 ++----- src/boards/python/anim.py | 31 ++++++++++++++++++------------- src/boards/python/followline.py | 21 ++++++++++++++++++++- 13 files changed, 58 insertions(+), 19 deletions(-) commit 113d0cd3362fa62a2e5ed39b909d4ee351624ef0 Author: Miloslav Trmac Date: Wed Sep 15 22:53:45 2004 +0000 Updated Czech translation. 2004-09-16 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 27 ++++++++++++++++----------- 2 files changed, 20 insertions(+), 11 deletions(-) commit 63e90c5ace68bd1f1c97b860fbb9df00bd443786 Author: Bruno Coudoin Date: Wed Sep 15 21:23:53 2004 +0000 fixed, can load/save drawings typo change * src/boards/python/anim.py: fixed, can load/save drawings * src/gcompris/svgutil.c: (gcompris_anim_to_svg_file): typo change ChangeLog | 5 +++++ src/boards/python/anim.py | 38 ++++++++++++++++++++++++++++++++------ src/gcompris/svgutil.c | 6 +++--- 3 files changed, 40 insertions(+), 9 deletions(-) commit 894e7056e6f2f8615ba2b4efe0c627343457c1d4 Author: Adam Weinberger Date: Wed Sep 15 20:32:23 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) commit b1c14c9a59e62e367ea62c3c74cab73788521d4b Author: Bruno Coudoin Date: Tue Sep 14 23:12:10 2004 +0000 completed image load/save completed image by image re-editing. Warning, * src/boards/draw.c: (create_item), (recreate_item): completed image load/save * src/boards/python/anim.py: completed image by image re-editing. Warning, multi drawings load is broken. * src/gcompris/about.c: (item_event_ok): fixed hyperlink to home pages * src/gcompris/gcompris.c: (gcompris_init): fixed version display * src/gcompris/svgutil.c: (gcompris_pixbuf_to_svg_file), (gcompris_svg_restore): added a test to let draw.c load/save images ChangeLog | 10 ++ src/boards/draw.c | 9 ++- src/boards/python/anim.py | 262 +++++++++++++++++++++++++++----------------- src/gcompris/about.c | 6 +- src/gcompris/gcompris.c | 6 +- src/gcompris/svgutil.c | 14 +-- 6 files changed, 189 insertions(+), 118 deletions(-) commit c356af9a540925b5581acdec4c888c86b80cfd54 Author: Bruno Coudoin Date: Wed Sep 8 22:37:57 2004 +0000 remade using an image from openclipart remade using an image from * boards/draw/tool-load.png: remade using an image from openclipart * boards/skins/default/directory.png: remade using an image from openclipart * boards/skins/default/file.png: remade by bruno * src/boards/draw.c: (item_event_move): fixed the rotation * src/boards/python/anim.py: removed internal item_rotate_relative. used this code to fix the implemetation of item_rotate_relative * src/gcompris/gameutil.c: (item_rotate_relative): fixed using the implementation of Yves from anim.py ChangeLog | 11 +++++++++ boards/draw/tool-load.png | Bin 3439 -> 3143 bytes boards/skins/default/directory.png | Bin 2044 -> 2040 bytes boards/skins/default/file.png | Bin 2190 -> 1973 bytes src/boards/draw.c | 4 +- src/boards/python/anim.py | 41 ++--------------------------------- src/gcompris/gameutil.c | 33 ++++++++++++++++++++++------ 7 files changed, 42 insertions(+), 47 deletions(-) commit 8b952c2606947a342282553b2d961d813ea3de20 Author: David Lodge Date: Wed Sep 8 19:01:47 2004 +0000 Updated British translation. 2004-09-08 David Lodge * en_GB.po: Updated British translation. po/ChangeLog | 4 + po/en_GB.po | 993 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 608 insertions(+), 389 deletions(-) commit b151b6ea9d4de537bb5bcc377ccbe13439a85c32 Author: Vincent van Adrighem Date: Tue Sep 7 23:25:22 2004 +0000 Translation updated by Tino Meinen. 2004-09-08 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 39 ++++++++++++++++++++++++++++----------- 2 files changed, 32 insertions(+), 11 deletions(-) commit dc1825044521cbf569470b696f40f89dc750336f Author: Bruno Coudoin Date: Tue Sep 7 22:07:20 2004 +0000 added missing ballcatch.py. Thanks Jose. fixed annoying behaviour where * src/boards/python/Makefile.am: added missing ballcatch.py. Thanks Jose. * src/boards/shapegame.c: (parse_doc): fixed annoying behaviour where the last shape group is displayed instead of the very first. thanks Nabil. ChangeLog | 8 ++++++++ src/boards/python/Makefile.am | 1 + src/boards/shapegame.c | 10 ++++++++++ 3 files changed, 19 insertions(+), 0 deletions(-) commit a033daa5c70989dd6ecdcdd0788f59f7b2ecb61d Author: Adam Weinberger Date: Tue Sep 7 12:56:48 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) commit 4f6d0932c60e832f959ca7d7ae6e4ffd614a7a3b Author: Miloslav Trmac Date: Tue Sep 7 11:35:21 2004 +0000 Updated Czech translation. 2004-09-07 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 30 +++++++++++++----------------- 2 files changed, 17 insertions(+), 17 deletions(-) commit c473a6d0f1b1b04d65288923751b5e48c8ec93ec Author: Bruno Coudoin Date: Mon Sep 6 22:24:20 2004 +0000 create by bruno added white and grey spot where needed to avoid confusion * boards/images/shift_key.png: create by bruno * boards/read_colors/read_colors_background.png: added white and grey spot where needed to avoid confusion * boards/reversecount.xml.in: fixed typos * boards/scalesboard.xml.in: fixed typos * src/boards/python/ballcatch.py: added shift keys ChangeLog | 9 +++++++++ boards/images/shift_key.png | Bin 0 -> 1954 bytes boards/read_colors/read_colors_background.png | Bin 208856 -> 188784 bytes boards/reversecount.xml.in | 2 +- boards/scalesboard.xml.in | 4 ++-- src/boards/python/ballcatch.py | 16 ++++++++++++++++ 6 files changed, 28 insertions(+), 3 deletions(-) commit 87ee771ed4bb23119b6ba56ab53519ffea5a2989 Author: David Lodge Date: Mon Sep 6 21:25:18 2004 +0000 Updated British translation. 2004-09-06 David Lodge * en_GB.po: Updated British translation. po/ChangeLog | 4 + po/en_GB.po | 1244 +++++++++++++++++++++------------------------------------- 2 files changed, 455 insertions(+), 793 deletions(-) commit 4ff512720e15bd34cd24b009bb1099909dcfdbbe Author: Bruno Coudoin Date: Mon Sep 6 18:48:16 2004 +0000 Updated Portuguese translation. * pt.po: Updated Portuguese translation. po/ChangeLog | 4 + po/pt.po | 218 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 144 insertions(+), 78 deletions(-) commit a4db3549083e718d109043677dfee06a38000c01 Author: Adam Weinberger Date: Mon Sep 6 04:19:36 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 21 ++++++++++----------- 2 files changed, 14 insertions(+), 11 deletions(-) commit c69571b016f3778de477d0ce2c5b9bf92763654e Author: Bruno Coudoin Date: Sun Sep 5 21:52:11 2004 +0000 Major image review. I took several images from openclipart (http://www.openclipart.org). I made some new images with inkscape in SVG. For those I felt they have an acceptable quality, I sent them to openclipart and so released them as public domain. * boards/boardicons/ballcatch.png: openclipart * boards/boardicons/book.png:openclipart * boards/boardicons/fun.png:openclipart * boards/boardicons/leftright.png: bruno * boards/followline.xml.in: updated text * boards/gcompris/misc/apple.png: openclipart * boards/gcompris/misc/bottle.png: bruno, released under public domain * boards/gcompris/misc/cerise.png: openclipart * boards/gcompris/misc/cloud.png: openclipart * boards/gcompris/misc/football.png: openclipart * boards/gcompris/misc/fusee.png: openclipart * boards/gcompris/misc/glass.png: bruno, released under public domain * boards/gcompris/misc/house.png: openclipart * boards/gcompris/misc/light.png: openclipart * boards/gcompris/misc/peer.png: openclipart * boards/gcompris/misc/sapin.png: openclipart * boards/gcompris/misc/star.png: openclipart * boards/gcompris/misc/strawberry.png: * boards/imageid/ballon.png: openclipart * boards/imageid/banana.png: openclipart * boards/imageid/biberon.png: removed. too confusing, bottle in english means both biberon (french) and bouteille. translations are so impossible to handle. * boards/imageid/board1.xml.in: * boards/imageid/bottle.png: bruno, released under public domain * boards/imageid/cake.png: openclipart * boards/imageid/car.png: openclipart * boards/imageid/maison.png: openclipart * boards/imageid/pomme.png: openclipart * boards/images/followline.png: improved by bruno * boards/watercycle/rain.png: openclipart * boards/watercycle/sun.png: openclipart * src/boards/draw.c: (key_press), (display_tool_selector), (tool_event), (display_anchors), (reset_anchors_text), (reset_anchors_line), (reset_anchors_bounded), (get_tool), (create_anchors), (create_item), (recreate_item), (load_drawing), (save_drawing), (item_event_move): many changes to handle load/save. still rotation is not fully functionnal and need rework. * src/boards/python/anim.py: added some missing casts int() * src/boards/python/watercycle.py: changed sun, cloud and rain to be more cartoon like. It follows Cedric recomendation * src/boards/shapegame.c: (add_shape_to_canvas): made the red spot a little bigger * src/gcompris/gameutil.c: (gcompris_dialog): comment typo * src/gcompris/svgutil.c: (gcompris_line_to_svg_file), (gcompris_item_to_svg_file), (gcompris_svg_save), (gcompris_svg_restore): added some changes to support the svg load. now in svg load, each item is in a group for itself. This makes it easy for the drawing app to add the anchors. ChangeLog | 53 +++ boards/boardicons/ballcatch.png | Bin 10959 -> 7808 bytes boards/boardicons/book.png | Bin 7559 -> 1766 bytes boards/boardicons/fun.png | Bin 11390 -> 5176 bytes boards/boardicons/leftright.png | Bin 12092 -> 10825 bytes boards/followline.xml.in | 2 +- boards/gcompris/misc/apple.png | Bin 1910 -> 5379 bytes boards/gcompris/misc/bottle.png | Bin 2632 -> 2560 bytes boards/gcompris/misc/cerise.png | Bin 3609 -> 5140 bytes boards/gcompris/misc/cloud.png | Bin 5142 -> 4885 bytes boards/gcompris/misc/football.png | Bin 2649 -> 5752 bytes boards/gcompris/misc/fusee.png | Bin 1969 -> 7841 bytes boards/gcompris/misc/glass.png | Bin 1719 -> 5116 bytes boards/gcompris/misc/house.png | Bin 20307 -> 7591 bytes boards/gcompris/misc/light.png | Bin 1353 -> 10751 bytes boards/gcompris/misc/peer.png | Bin 1007 -> 7736 bytes boards/gcompris/misc/sapin.png | Bin 9490 -> 9058 bytes boards/gcompris/misc/star.png | Bin 973 -> 3953 bytes boards/gcompris/misc/strawberry.png | Bin 1264 -> 6905 bytes boards/imageid/ballon.png | Bin 74583 -> 25869 bytes boards/imageid/banana.png | Bin 54149 -> 15550 bytes boards/imageid/biberon.png | Bin 12513 -> 0 bytes boards/imageid/board1.xml.in | 2 +- boards/imageid/bottle.png | Bin 0 -> 5228 bytes boards/imageid/cake.png | Bin 44703 -> 36447 bytes boards/imageid/car.png | Bin 24505 -> 14436 bytes boards/imageid/maison.png | Bin 12079 -> 34551 bytes boards/imageid/pomme.png | Bin 33576 -> 19714 bytes boards/images/followline.png | Bin 66295 -> 96750 bytes boards/watercycle/rain.png | Bin 914 -> 4414 bytes boards/watercycle/sun.png | Bin 4306 -> 2782 bytes po/fr.po | 77 ++-- src/boards/draw.c | 819 ++++++++++++++++++++--------------- src/boards/python/anim.py | 12 +- src/boards/python/watercycle.py | 6 +- src/boards/shapegame.c | 14 +- src/gcompris/gameutil.c | 4 +- src/gcompris/svgutil.c | 34 ++- 38 files changed, 607 insertions(+), 416 deletions(-) commit 842fd47ab0b1650472d9acfbcc7765379b248929 Author: Bruno Coudoin Date: Sun Sep 5 21:06:53 2004 +0000 updated french by bruno 2004-09-05 Bruno Coudoin * fr.po: updated french by bruno po/ChangeLog | 4 + po/fr.po | 196 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 137 insertions(+), 63 deletions(-) commit ab0fec6d158644970d334f946d3f3b7870de4f34 Author: Laurent Dhima Date: Fri Sep 3 14:49:12 2004 +0000 Updated Albanian translation. 2004-09-03 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 + po/sq.po | 1058 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 705 insertions(+), 357 deletions(-) commit 01f40aeb3ccac03bea68a22292673e0f240e8eda Author: Miloslav Trmac Date: Fri Sep 3 12:23:04 2004 +0000 Updated Czech translation. 2004-09-03 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 23 +++++++++++++++++------ 2 files changed, 21 insertions(+), 6 deletions(-) commit 4e2758aed4e76104cc06785aeeb8d1157d258851 Author: Adam Weinberger Date: Thu Sep 2 03:19:49 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 24 +++++++++++++++++++----- 2 files changed, 23 insertions(+), 5 deletions(-) commit fe12f6f546494a6fddf69710c088b8e89f9e8647 Author: Bruno Coudoin Date: Wed Sep 1 23:12:11 2004 +0000 created by Bruno. completed the doc. moved to difficulty 1 created using * boards/boardicons/followline.png: created by Bruno. * boards/followline.xml.in: completed the doc. moved to difficulty 1 * boards/images/followline.png: created using flowers from www.openclipart.org (public domain) * src/boards/python/followline.py: completed the board. ChangeLog | 7 +++ boards/boardicons/followline.png | Bin 0 -> 12727 bytes boards/followline.xml.in | 14 +++--- boards/images/followline.png | Bin 0 -> 66295 bytes src/boards/python/followline.py | 93 +++++++++++++++++++++++++++---------- 5 files changed, 83 insertions(+), 31 deletions(-) commit 20a826d0b8d12d9a8b06c3cc09e3cf940a853a0a Author: Miloslav Trmac Date: Wed Sep 1 21:14:09 2004 +0000 Updated Czech translation. 2004-09-01 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 12 ++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) commit 36d87dcd0480c49fbc88a69aa048fc11658ad265 Author: Adam Weinberger Date: Wed Sep 1 17:43:19 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 30 +++++++++++++++++++----------- 2 files changed, 23 insertions(+), 11 deletions(-) commit 8abe1f33b5cd875d5ae5637545cf261c5b6f37dc Author: Bruno Coudoin Date: Tue Aug 31 23:23:54 2004 +0000 added missing file added missing source file improved it. not yet complete * gcompris.spec.in: added missing file * po/POTFILES.in: added missing source file * src/boards/python/followline.py: improved it. not yet complete playable but close. ChangeLog | 6 + gcompris.spec.in | 2 +- po/POTFILES.in | 1 + src/boards/python/followline.py | 235 +++++++++++++++++++++------------------ 4 files changed, 136 insertions(+), 108 deletions(-) commit b35233620800db0ebd6adcbf586a7ed460cb0001 Author: Bruno Coudoin Date: Sat Aug 28 13:33:27 2004 +0000 added new followline.xml.in board created by bruno for new followline * boards/Makefile.am: added new followline.xml.in board * boards/followline.xml.in: created by bruno for new followline board. Not yet playable. * boards/sounds/en/alphabet/0.ogg: added by Susan Rich * boards/sounds/en/alphabet/gcompris_alphabet_en.assetml.in: added new sounds * boards/sounds/en/geography/france.ogg: added by Susan Rich * boards/sounds/en/geography/gcompris_geography_en.assetml.in: added new sounds * boards/sounds/en/geography/germany.ogg: added by Susan Rich * boards/sounds/en/misc/awesome.ogg: added by Susan Rich * boards/sounds/en/misc/fantastic.ogg: added by Susan Rich * boards/sounds/en/misc/gcompris_misc_en.assetml.in: added new sounds * boards/sounds/en/misc/perfect.ogg: added by Susan Rich * boards/sounds/en/misc/waytogo.ogg: added by Susan Rich * configure.in: increased en sounds version. gcompris is now maked 6.2. * src/boards/python/Makefile.am: * src/gcompris/bonus.c: added more congratulation sounds: "awesome.ogg", "fantastic.ogg", "waytogo.ogg", "super.ogg", "perfect.ogg" * src/boards/python/followline.py: created by Bruno ChangeLog | 20 ++ boards/Makefile.am | 1 + boards/followline.xml.in | 19 ++ boards/sounds/en/alphabet/0.ogg | Bin 0 -> 22533 bytes .../en/alphabet/gcompris_alphabet_en.assetml.in | 5 + boards/sounds/en/geography/france.ogg | Bin 0 -> 20410 bytes .../en/geography/gcompris_geography_en.assetml.in | 10 + boards/sounds/en/geography/germany.ogg | Bin 0 -> 22491 bytes boards/sounds/en/misc/awesome.ogg | Bin 0 -> 15722 bytes boards/sounds/en/misc/fantastic.ogg | Bin 0 -> 26229 bytes boards/sounds/en/misc/gcompris_misc_en.assetml.in | 22 ++- boards/sounds/en/misc/perfect.ogg | Bin 0 -> 20234 bytes boards/sounds/en/misc/waytogo.ogg | Bin 0 -> 24074 bytes configure.in | 8 +- src/boards/python/Makefile.am | 1 + src/boards/python/followline.py | 225 ++++++++++++++++++++ src/gcompris/bonus.c | 7 +- 17 files changed, 312 insertions(+), 6 deletions(-) commit 385d0d8fc44e697225e031f2e14ef92b0c503986 Author: Bruno Coudoin Date: Thu Aug 26 18:47:00 2004 +0000 now moved level 1 in computer section created with inkscape by bruno * boards/ballcatch.xml.in: now moved level 1 in computer section * boards/images/beach.png: created with inkscape by bruno * src/boards/python/ballcatch.py: completed the game. level management is ok. * src/boards/python/redraw.py: type fix * boards/colors/colors_bg.jpg: added little color spot and set a no gradient color in ChangeLog | 1 + boards/boardicons/README | 1 + boards/boardicons/ballcatch.png | Bin 12604 -> 10959 bytes boards/boardicons/computer.png | Bin 7700 -> 6713 bytes boards/boardicons/experience.png | Bin 4968 -> 8270 bytes 5 files changed, 2 insertions(+), 0 deletions(-) commit 69aed7cdd9454684b598cbfbefb1d4545afb025c Author: Gustavo Maciel Dias Vieira Date: Thu Aug 26 17:12:59 2004 +0000 Updated Brazilian Portuguese translation done by Welther José O. Esteves 2004-08-26 Gustavo Maciel Dias Vieira * pt_BR.po: Updated Brazilian Portuguese translation done by Welther José O. Esteves . po/ChangeLog | 5 + po/pt_BR.po | 1774 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 856 insertions(+), 923 deletions(-) commit aa1365fe66442cd9dc05fb03a7e8c528a4ab8688 Author: Francisco Javier F. Serrador Date: Tue Aug 24 18:00:08 2004 +0000 Updated Spanish translation 2004-08-24 Francisco Javier F. Serrador * es.po: Updated Spanish translation po/ChangeLog | 4 ++++ po/es.po | 53 +++++++++++++++++++++++++++++++++-------------------- 2 files changed, 37 insertions(+), 20 deletions(-) commit 03d6e15f3e1fd13e6bf81be65ad782467f9e1776 Author: Bruno Coudoin Date: Tue Aug 24 00:12:13 2004 +0000 added little color spot and set a no gradient color in * boards/colors/colors_bg.jpg: added little color spot and set a no gradient color in boards/colors/colors_bg.jpg | Bin 34367 -> 41974 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 997417ccc2b034e88112f05b3f74d892229f1efe Author: Bruno Coudoin Date: Mon Aug 23 23:59:38 2004 +0000 now moved level 1 in computer section created with inkscape by bruno * boards/ballcatch.xml.in: now moved level 1 in computer section * boards/images/beach.png: created with inkscape by bruno * src/boards/python/ballcatch.py: completed the game. level management is ok. * src/boards/python/redraw.py: type fix ChangeLog | 7 ++ boards/ballcatch.xml.in | 5 +- boards/images/beach.png | Bin 0 -> 59711 bytes src/boards/python/ballcatch.py | 201 ++++++++++++++++++++++------------------ src/boards/python/redraw.py | 2 +- 5 files changed, 121 insertions(+), 94 deletions(-) commit 9ef976f2707522c962b6b756e8bf21638f62b2ce Author: Laurent Dhima Date: Fri Aug 20 16:44:20 2004 +0000 Updated Albanian translation. 2004-08-20 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 ++++ po/sq.po | 25 +++++++++++++++---------- 2 files changed, 19 insertions(+), 10 deletions(-) commit 3d5a84a581f809b0d0671fe292fa01bd1d3fd14a Author: Bruno Coudoin Date: Thu Aug 19 23:22:17 2004 +0000 updated by Jose po/ChangeLog | 4 + po/pt.po | 474 ++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 303 insertions(+), 175 deletions(-) commit a0d5fc078fff37a018a717abdad49e7855af57ce Author: Adam Weinberger Date: Thu Aug 19 17:06:47 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 36 ++++++++++++++++++++---------------- 2 files changed, 24 insertions(+), 16 deletions(-) commit ff9762ff2edae8377ee8b497a7f50c77bfeca302 Author: Artur Flinta Date: Thu Aug 19 10:10:20 2004 +0000 Updated Polish translation by GNOME PL Team. 2004-08-19 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. po/ChangeLog | 4 ++ po/pl.po | 140 ++++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 96 insertions(+), 48 deletions(-) commit c55314670c0c4200e127a8d996b65f41ca19d53b Author: Bruno Coudoin Date: Wed Aug 18 22:01:01 2004 +0000 from Rico Da Halvarez http://info.vnatrc.net/ ChangeLog | 8 ++++++++ boards/music/background/BarDasImagens.ogg | Bin 0 -> 2208242 bytes boards/music/background/COPYRIGHT | 2 ++ boards/music/background/bontemp1.ogg | Bin 0 -> 2292461 bytes boards/music/background/glockenschmoutz.ogg | Bin 0 -> 1307926 bytes boards/music/background/vaudeville.ogg | Bin 0 -> 999492 bytes 6 files changed, 10 insertions(+), 0 deletions(-) commit 90a599a4326dce5e4f34c55ece086b4d81c7845d Author: Bruno Coudoin Date: Wed Aug 18 21:11:35 2004 +0000 updated by Jose po/ChangeLog | 4 + po/pt.po | 258 ++++++++++++++++------------------------------------------ 2 files changed, 76 insertions(+), 186 deletions(-) commit 05e7bd88a490ca101ba1673adce255c8fed69410 Author: Miloslav Trmac Date: Wed Aug 18 14:26:28 2004 +0000 Updated Czech translation. 2004-08-18 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++ po/cs.po | 90 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 57 insertions(+), 37 deletions(-) commit 2909199fa9a3c6144d094de3db3f36ec852ded69 Author: Laurent Dhima Date: Wed Aug 18 10:51:29 2004 +0000 Updated Albanian translation. 2004-08-18 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 ++ po/sq.po | 115 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 77 insertions(+), 42 deletions(-) commit e4fa5e6955e52a8118fe33cace47677d76dd4655 Author: Vincent van Adrighem Date: Wed Aug 18 01:04:39 2004 +0000 Translation updated by Tino Meinen. 2004-08-18 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 92 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 59 insertions(+), 37 deletions(-) commit 7eb7bea2829fcccd625bd93ad9f9637bfd434697 Author: Bruno Coudoin Date: Tue Aug 17 22:29:39 2004 +0000 fixed debug option bug #1010459 By Mike Frysinger (vapier) Fixed the * configure.in: fixed debug option bug #1010459 By Mike Frysinger (vapier) * src/gcompris/sdlplayer.c: Fixed the explicit error on stderr if ogg vorbis support is not installed (Thanks to Yin Xu ) * boards/sounds/it/alphabet/*.ogg: all ogg files below have been converted from * boards/sounds/it/alphabet/10.ogg: 44000Hz to 44100Hz * boards/sounds/it/alphabet/11.ogg: using the command * boards/sounds/it/alphabet/12.ogg: oggdec *.ogg && oggenc --resample 44100 -q -1 *.wav && rm -f *.wav * boards/sounds/it/alphabet/13.ogg: by Jose * boards/sounds/it/alphabet/14.ogg: In some case, playing 44000Hz file creates problems. ChangeLog | 146 ++++++++++++++++++++ .../fr/geography/gcompris_geography_fr.assetml.in | 1 - boards/sounds/it/alphabet/1.ogg | Bin 22706 -> 13739 bytes boards/sounds/it/alphabet/10.ogg | Bin 17613 -> 10972 bytes boards/sounds/it/alphabet/11.ogg | Bin 16752 -> 10847 bytes boards/sounds/it/alphabet/12.ogg | Bin 18341 -> 11765 bytes boards/sounds/it/alphabet/13.ogg | Bin 20327 -> 12092 bytes boards/sounds/it/alphabet/14.ogg | Bin 21643 -> 12906 bytes boards/sounds/it/alphabet/15.ogg | Bin 18791 -> 11725 bytes boards/sounds/it/alphabet/16.ogg | Bin 18110 -> 11415 bytes boards/sounds/it/alphabet/17.ogg | Bin 22903 -> 13622 bytes boards/sounds/it/alphabet/18.ogg | Bin 17791 -> 11360 bytes boards/sounds/it/alphabet/19.ogg | Bin 21029 -> 12936 bytes boards/sounds/it/alphabet/2.ogg | Bin 24145 -> 14497 bytes boards/sounds/it/alphabet/20.ogg | Bin 15217 -> 10072 bytes boards/sounds/it/alphabet/3.ogg | Bin 17958 -> 10962 bytes boards/sounds/it/alphabet/4.ogg | Bin 21283 -> 12679 bytes boards/sounds/it/alphabet/5.ogg | Bin 18307 -> 11277 bytes boards/sounds/it/alphabet/6.ogg | Bin 18654 -> 11113 bytes boards/sounds/it/alphabet/7.ogg | Bin 18728 -> 11242 bytes boards/sounds/it/alphabet/8.ogg | Bin 17795 -> 11160 bytes boards/sounds/it/alphabet/9.ogg | Bin 18870 -> 11058 bytes boards/sounds/it/alphabet/a.ogg | Bin 16433 -> 9898 bytes boards/sounds/it/alphabet/b.ogg | Bin 14439 -> 9479 bytes boards/sounds/it/alphabet/c.ogg | Bin 14700 -> 9833 bytes boards/sounds/it/alphabet/d.ogg | Bin 16888 -> 11001 bytes boards/sounds/it/alphabet/e.ogg | Bin 18726 -> 11480 bytes boards/sounds/it/alphabet/f.ogg | Bin 17301 -> 11014 bytes boards/sounds/it/alphabet/g.ogg | Bin 14505 -> 9627 bytes boards/sounds/it/alphabet/h.ogg | Bin 19250 -> 11505 bytes boards/sounds/it/alphabet/i.ogg | Bin 16144 -> 10461 bytes boards/sounds/it/alphabet/j.ogg | Bin 14362 -> 9510 bytes boards/sounds/it/alphabet/k.ogg | Bin 14226 -> 8829 bytes boards/sounds/it/alphabet/l.ogg | Bin 19929 -> 11664 bytes boards/sounds/it/alphabet/m.ogg | Bin 15379 -> 9649 bytes boards/sounds/it/alphabet/n.ogg | Bin 16104 -> 10042 bytes boards/sounds/it/alphabet/o.ogg | Bin 12505 -> 8407 bytes boards/sounds/it/alphabet/p.ogg | Bin 12631 -> 8490 bytes boards/sounds/it/alphabet/q.ogg | Bin 15954 -> 10515 bytes boards/sounds/it/alphabet/r.ogg | Bin 18517 -> 10948 bytes boards/sounds/it/alphabet/s.ogg | Bin 17070 -> 10999 bytes boards/sounds/it/alphabet/t.ogg | Bin 15280 -> 10236 bytes boards/sounds/it/alphabet/u.ogg | Bin 11256 -> 7926 bytes boards/sounds/it/alphabet/v.ogg | Bin 12827 -> 8482 bytes boards/sounds/it/alphabet/w.ogg | Bin 15112 -> 9828 bytes boards/sounds/it/alphabet/x.ogg | Bin 14297 -> 9399 bytes boards/sounds/it/alphabet/y.ogg | Bin 15775 -> 10476 bytes boards/sounds/it/alphabet/z.ogg | Bin 16382 -> 10441 bytes boards/sounds/it/colors/black.ogg | Bin 15309 -> 9949 bytes boards/sounds/it/colors/blue.ogg | Bin 13346 -> 8797 bytes boards/sounds/it/colors/brown.ogg | Bin 15880 -> 9782 bytes boards/sounds/it/colors/green.ogg | Bin 14378 -> 9282 bytes boards/sounds/it/colors/grey.ogg | Bin 15171 -> 9619 bytes boards/sounds/it/colors/orange.ogg | Bin 18864 -> 11229 bytes boards/sounds/it/colors/pink.ogg | Bin 18468 -> 11197 bytes boards/sounds/it/colors/purple.ogg | Bin 15650 -> 9398 bytes boards/sounds/it/colors/red.ogg | Bin 17300 -> 10946 bytes boards/sounds/it/colors/white.ogg | Bin 16959 -> 10887 bytes boards/sounds/it/colors/yellow.ogg | Bin 14316 -> 9388 bytes boards/sounds/it/geography/alaska.ogg | Bin 15830 -> 9863 bytes boards/sounds/it/geography/albania.ogg | Bin 14660 -> 9814 bytes boards/sounds/it/geography/argentina.ogg | Bin 17912 -> 10988 bytes boards/sounds/it/geography/austria.ogg | Bin 15364 -> 10138 bytes boards/sounds/it/geography/bahamas.ogg | Bin 15306 -> 9246 bytes boards/sounds/it/geography/belarus.ogg | Bin 15319 -> 9900 bytes boards/sounds/it/geography/belgium.ogg | Bin 13710 -> 8468 bytes boards/sounds/it/geography/bolivia.ogg | Bin 13513 -> 8878 bytes boards/sounds/it/geography/bosnia_herzegovina.ogg | Bin 21616 -> 12091 bytes boards/sounds/it/geography/brazil.ogg | Bin 13145 -> 8800 bytes boards/sounds/it/geography/bulgaria.ogg | Bin 13781 -> 9352 bytes boards/sounds/it/geography/canada.ogg | Bin 15241 -> 9446 bytes boards/sounds/it/geography/chile.ogg | Bin 13652 -> 9161 bytes boards/sounds/it/geography/colombia.ogg | Bin 14529 -> 9310 bytes boards/sounds/it/geography/costa_rica.ogg | Bin 16177 -> 10333 bytes boards/sounds/it/geography/croatia.ogg | Bin 17128 -> 10768 bytes boards/sounds/it/geography/cuba.ogg | Bin 13124 -> 8548 bytes boards/sounds/it/geography/cyprus.ogg | Bin 14431 -> 9255 bytes boards/sounds/it/geography/czech.ogg | Bin 19504 -> 11931 bytes boards/sounds/it/geography/denmark.ogg | Bin 17019 -> 10339 bytes boards/sounds/it/geography/dominican_republic.ogg | Bin 23590 -> 13001 bytes boards/sounds/it/geography/ecuador.ogg | Bin 14691 -> 8909 bytes boards/sounds/it/geography/estonia.ogg | Bin 14563 -> 9357 bytes boards/sounds/it/geography/finland.ogg | Bin 16439 -> 9632 bytes boards/sounds/it/geography/french_guiana.ogg | Bin 20295 -> 12318 bytes boards/sounds/it/geography/greece.ogg | Bin 15261 -> 9880 bytes boards/sounds/it/geography/greenland.ogg | Bin 19662 -> 11185 bytes boards/sounds/it/geography/guatemala.ogg | Bin 16499 -> 9832 bytes boards/sounds/it/geography/guyana.ogg | Bin 11057 -> 7667 bytes boards/sounds/it/geography/haiti.ogg | Bin 13765 -> 8703 bytes boards/sounds/it/geography/honduras.ogg | Bin 16537 -> 10735 bytes boards/sounds/it/geography/hungary.ogg | Bin 14226 -> 9351 bytes boards/sounds/it/geography/iceland.ogg | Bin 15786 -> 9600 bytes boards/sounds/it/geography/ireland.ogg | Bin 16353 -> 9456 bytes boards/sounds/it/geography/italy.ogg | Bin 15639 -> 9630 bytes boards/sounds/it/geography/jamaica.ogg | Bin 16022 -> 9890 bytes boards/sounds/it/geography/latvia.ogg | Bin 17696 -> 10308 bytes boards/sounds/it/geography/lithuania.ogg | Bin 18903 -> 11153 bytes boards/sounds/it/geography/luxembourg.ogg | Bin 18047 -> 11181 bytes boards/sounds/it/geography/macedonia.ogg | Bin 17129 -> 10386 bytes boards/sounds/it/geography/mexico.ogg | Bin 14982 -> 9252 bytes boards/sounds/it/geography/moldova.ogg | Bin 17579 -> 10785 bytes boards/sounds/it/geography/netherland.ogg | Bin 20321 -> 12319 bytes boards/sounds/it/geography/nicaragua.ogg | Bin 17569 -> 10783 bytes boards/sounds/it/geography/norway.ogg | Bin 18317 -> 11228 bytes boards/sounds/it/geography/panama.ogg | Bin 15298 -> 9218 bytes boards/sounds/it/geography/paraguay.ogg | Bin 18399 -> 11071 bytes boards/sounds/it/geography/peru.ogg | Bin 9305 -> 6750 bytes boards/sounds/it/geography/poland.ogg | Bin 14470 -> 8959 bytes boards/sounds/it/geography/portugal.ogg | Bin 17795 -> 11243 bytes boards/sounds/it/geography/romania.ogg | Bin 16638 -> 10650 bytes boards/sounds/it/geography/russia.ogg | Bin 15903 -> 10046 bytes boards/sounds/it/geography/salvador.ogg | Bin 15344 -> 9993 bytes boards/sounds/it/geography/serbia_montenegro.ogg | Bin 22810 -> 13162 bytes boards/sounds/it/geography/slovakia.ogg | Bin 22568 -> 13496 bytes boards/sounds/it/geography/slovenia.ogg | Bin 14540 -> 9755 bytes boards/sounds/it/geography/spain.ogg | Bin 18108 -> 10434 bytes boards/sounds/it/geography/suriname.ogg | Bin 18553 -> 10796 bytes boards/sounds/it/geography/sweden.ogg | Bin 18042 -> 10866 bytes boards/sounds/it/geography/switz.ogg | Bin 17133 -> 10304 bytes boards/sounds/it/geography/turkey.ogg | Bin 14808 -> 9873 bytes boards/sounds/it/geography/ukraine.ogg | Bin 16588 -> 9568 bytes boards/sounds/it/geography/united_kingdom.ogg | Bin 18257 -> 11142 bytes boards/sounds/it/geography/uruguay.ogg | Bin 15425 -> 9844 bytes boards/sounds/it/geography/usa.ogg | Bin 24693 -> 14114 bytes boards/sounds/it/geography/venezuela.ogg | Bin 16940 -> 10545 bytes boards/sounds/it/misc/back.ogg | Bin 13768 -> 9004 bytes boards/sounds/it/misc/by.ogg | Bin 14848 -> 9892 bytes boards/sounds/it/misc/click_on_letter.ogg | Bin 24979 -> 14283 bytes boards/sounds/it/misc/congratulation.ogg | Bin 19490 -> 11397 bytes boards/sounds/it/misc/equal.ogg | Bin 17586 -> 10953 bytes boards/sounds/it/misc/good.ogg | Bin 12441 -> 8716 bytes boards/sounds/it/misc/great.ogg | Bin 15982 -> 9951 bytes boards/sounds/it/misc/help.ogg | Bin 15169 -> 9759 bytes boards/sounds/it/misc/level.ogg | Bin 16246 -> 9636 bytes boards/sounds/it/misc/minus.ogg | Bin 14750 -> 8991 bytes boards/sounds/it/misc/ok.ogg | Bin 17543 -> 11253 bytes boards/sounds/it/misc/outof.ogg | Bin 14216 -> 9211 bytes boards/sounds/it/misc/plus.ogg | Bin 16212 -> 10759 bytes boards/sounds/it/misc/quit.ogg | Bin 13895 -> 9256 bytes boards/sounds/it/misc/super.ogg | Bin 14477 -> 9155 bytes boards/sounds/it/misc/welcome.ogg | Bin 15489 -> 10202 bytes configure.in | 12 +- src/gcompris/sdlplayer.c | 27 ++--- 143 files changed, 164 insertions(+), 22 deletions(-) commit b6a8f93047cf1338fa9dcea6ca04b3ae1ab5ce6c Author: Bruno Coudoin Date: Mon Aug 16 23:21:18 2004 +0000 remade of the icon by bruno with inkscape removed stdout traces * boards/boardicons/maze3D.png: remade of the icon by bruno with inkscape * src/gcompris/file_selector.c: (gcompris_file_selector_stop), (free_stuff), (item_event_directory), (item_event_file_selector), (entry_enter_callback): removed stdout traces * src/gcompris/gcompris.c: (board_widget_key_press_callback), (init_background), (gcompris_set_locale), (gcompris_log_handler), (gcompris_init): implemented -D option for debug traces. By default, gcompris traces are no more on stdout. glib, gtk outputs are still on stdout. ChangeLog | 11 +++++++++++ boards/boardicons/maze3D.png | Bin 20351 -> 10871 bytes src/gcompris/file_selector.c | 10 +--------- src/gcompris/gcompris.c | 35 ++++++++++++++++++++++++++++------- 4 files changed, 40 insertions(+), 16 deletions(-) commit de263bf67eeabac8b125cf030c1c64a7d80813f0 Author: Ronny Standtke Date: Mon Aug 16 07:20:46 2004 +0000 updated German translation po/de.po | 111 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 75 insertions(+), 36 deletions(-) commit d231d56d6084a03a76cf08aad6bf9b9125739d47 Author: Francisco Javier F. Serrador Date: Sun Aug 15 09:02:13 2004 +0000 Updated Spanish translation. 2004-08-15 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 ++ po/es.po | 135 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 90 insertions(+), 49 deletions(-) commit c5579153c016ee061154b6f6e20e87779ff0d79b Author: Tommi Vainikainen Date: Fri Aug 13 19:46:19 2004 +0000 Unified po headers for Finnish Team po/ChangeLog | 4 ++++ po/fi.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 8d44c3c157b93a59d96ca3e5ecad9caaf1e953d5 Author: Adam Weinberger Date: Fri Aug 13 04:23:11 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 58 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 39 insertions(+), 23 deletions(-) commit 626f5b7cb2ce0dcc60ee1b881f5129ff87b96912 Author: Bruno Coudoin Date: Thu Aug 12 22:10:20 2004 +0000 missing file, ballcatch game created from the official flag. * boards/ballcatch.xml.in: missing file, ballcatch game * boards/flags/wa.png: created from the official flag. ChangeLog | 5 +++++ boards/ballcatch.xml.in | 18 ++++++++++++++++++ boards/flags/wa.png | Bin 0 -> 1477 bytes 3 files changed, 23 insertions(+), 0 deletions(-) commit 8ef698bcbf176251aa9c462f5cc7f4754611a442 Author: Bruno Coudoin Date: Tue Aug 10 22:34:26 2004 +0000 created with image from http://www.openclipart.org in public domain * boards/draw/tool-load.png: created with image from http://www.openclipart.org in public domain * boards/draw/tool-save.png: created with image from http://www.openclipart.org in public domain * boards/skins/default/button_load.png: removed, not used * boards/skins/default/button_save.png: removed, not used * src/boards/draw.c: (load_image), (save_image): implemented basic load/save. Not complete yet. * src/gcompris/sdlplayer.c: Now, display an explicit error on stderr if ogg vorbis support is not installed (Thanks to Yin Xu ) * src/boards/python/anim.py: added load/save buttons. ChangeLog | 11 ++ boards/draw/tool-load.png | Bin 0 -> 3439 bytes boards/draw/tool-save.png | Bin 0 -> 3031 bytes boards/skins/default/button_load.png | Bin 6542 -> 0 bytes boards/skins/default/button_save.png | Bin 5362 -> 0 bytes po/fr.po | 4 +- src/boards/draw.c | 14 +- src/boards/python/anim.py | 319 ++++++++++++++++++---------------- src/gcompris/sdlplayer.c | 20 ++- src/gcompris/soundutil.c | 3 +- 10 files changed, 204 insertions(+), 167 deletions(-) commit 6e36eb2fe1b369ce33fd9c3aa361bcd19c721588 Author: Bruno Coudoin Date: Sun Aug 8 21:21:06 2004 +0000 added ballcatch game added ballcatch game added Walloon flag created by * boards/Makefile.am: added ballcatch game * boards/boardicons/ballcatch.png: added ballcatch game * boards/flags/gcompris_flags.assetml.in: added Walloon flag * boards/gcompris/misc/hand.png: created by Bruno * boards/gcompris/misc/tux.png: fixed. border had white * configure.in: * po/POTFILES.in: added ballcatch game * src/boards/clickgame.c: (clickgame_end), (clickgame_destroy_all_items): fixed, level 2 and above, fishes was not going out * src/boards/python/ballcatch.py: create by Bruno * src/boards/python/pythontest.py: includes now a ballcatch prototype * src/gcompris/config.c: added Wallon ChangeLog | 19 +++ boards/Makefile.am | 1 + boards/boardicons/ballcatch.png | Bin 0 -> 12604 bytes boards/flags/gcompris_flags.assetml.in | 5 + boards/gcompris/misc/hand.png | Bin 0 -> 8231 bytes boards/gcompris/misc/tux.png | Bin 3280 -> 7834 bytes configure.in | 2 +- po/POTFILES.in | 1 + src/boards/clickgame.c | 24 ++-- src/boards/python/ballcatch.py | 276 ++++++++++++++++++++++++++++++++ src/boards/python/pythontest.py | 161 +++++++++++++++++-- src/gcompris/config.c | 3 +- 12 files changed, 467 insertions(+), 25 deletions(-) commit 77e4f588a864729784a4748896f3cd62c355eb35 Author: Francisco Javier F. Serrador Date: Wed Aug 4 20:23:49 2004 +0000 Updated Spanish translation. 2004-08-04 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 ++ po/es.po | 123 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 77 insertions(+), 50 deletions(-) commit 750fa88ea46e463d7b15db2dae3652a79fb97892 Author: Vincent van Adrighem Date: Tue Aug 3 13:17:34 2004 +0000 Translation updated by Tino Meinen. 2004-08-03 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 37 +++++++++++++++++++++++++++---------- 2 files changed, 31 insertions(+), 10 deletions(-) commit f0519bf235cf7264c9fe074d3f829f144c71ee80 Author: Adam Weinberger Date: Mon Aug 2 18:42:16 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 127 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 76 insertions(+), 55 deletions(-) commit c5381834aa20f3f4e9119ea9446f924ae6aa2c70 Author: Bruno Coudoin Date: Sat Jul 31 23:44:33 2004 +0000 fixed image saving by Yves src/gcompris/svgutil.c | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) commit 2613a40b06b11a696f3519143f909cc3a13dd32e Author: Miloslav Trmac Date: Sat Jul 31 18:56:57 2004 +0000 Updated Czech translation. 2004-07-31 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 36 ++++++++++++++++++++++++++---------- 2 files changed, 30 insertions(+), 10 deletions(-) commit 57ef8f3a7501315816995c41ad2b44f5eaf18dec Author: Gareth Owen Date: Sat Jul 31 14:53:02 2004 +0000 Updated British English translation po/ChangeLog | 4 + po/en_GB.po | 243 ++++++++++++++------------------------------------------- 2 files changed, 64 insertions(+), 183 deletions(-) commit f616524d4cb1a239f21a63618ea754eea1dcae8a Author: Francisco Javier F. Serrador Date: Sat Jul 31 12:18:47 2004 +0000 Updated Spanish translation. 2004-07-31 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 1220 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 703 insertions(+), 521 deletions(-) commit 8fc420faa70164cdf3fcff9a4d151572117d5f32 Author: Laszlo Dvornik Date: Sat Jul 31 12:06:15 2004 +0000 Updated Hungarian translation by Gabor Kelemen. 2004-07-31 Laszlo Dvornik * hu.po: Updated Hungarian translation by Gabor Kelemen. po/ChangeLog | 4 + po/hu.po | 569 ++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 419 insertions(+), 154 deletions(-) commit 8a72773b1684df18f186ddcf6f5a874827a699a5 Author: Pablo Saratxaga Date: Sat Jul 31 07:24:58 2004 +0000 added Walloon file configure.in | 2 +- po/fi.po | 2 +- po/wa.po | 2708 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 2710 insertions(+), 2 deletions(-) commit b7ab19a0af25591c97d743d439c3744139b54dab Author: Bruno Coudoin Date: Sat Jul 31 00:16:22 2004 +0000 fixed random crash. pixmap was removed twice src/gcompris/file_selector.c | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) commit 76ef10b9525f45a40daf61f94f8d2d94ec7373db Author: Bruno Coudoin Date: Fri Jul 30 23:19:15 2004 +0000 reindented. uncommented gdk_pixbuf_save_to_buffer. Do not work for me. * src/gcompris/svgutil.c: (gcompris_clone_item), (gcompris_transform_canvas_to_svg_file), (gcompris_re_colors_to_svg_file), (gcompris_rect_to_svg_file), (gcompris_pixbuf_to_svg_file): reindented. uncommented gdk_pixbuf_save_to_buffer. Do not work for me. Yves, I need help !! ChangeLog | 8 +++++++ src/gcompris/svgutil.c | 55 +++++++++++++++++++++--------------------------- 2 files changed, 32 insertions(+), 31 deletions(-) commit 35363c08fe7e09e6c8c4e06d8415c2f13be93a6c Author: Bruno Coudoin Date: Fri Jul 30 19:41:37 2004 +0000 added grab on the entry to have it behave correctly. unstable code. the * src/gcompris/file_selector.c: (gcompris_file_selector_stop), (display_file_selector), (item_event_directory), (entry_enter_callback): added grab on the entry to have it behave correctly. unstable code. the gcompris_file_selector_stop fails randomly on gtk_object_destroy(GTK_OBJECT(rootitem)); don't know why yet. ChangeLog | 8 ++++++++ src/gcompris/file_selector.c | 26 +++++++++++++++++++------- 2 files changed, 27 insertions(+), 7 deletions(-) commit 9da8fec632e2f15ef712457680826470b389ba69 Author: Bruno Coudoin Date: Thu Jul 29 22:39:49 2004 +0000 improved, not yet complete. created with image from * src/boards/draw.c: (display_tool_selector): improved, not yet complete. * boards/skins/default/button_load.png: created with image from http://www.openclipart.org in public domain * boards/skins/default/button_save.png: created with image from http://www.openclipart.org in public domain ChangeLog | 6 ++++++ boards/skins/default/button_load.png | Bin 0 -> 6542 bytes boards/skins/default/button_save.png | Bin 0 -> 5362 bytes src/boards/draw.c | 16 ++++++++++++---- 4 files changed, 18 insertions(+), 4 deletions(-) commit 8451b95e87f1497ebf4dd363f3ed30122226efdf Author: Bruno Coudoin Date: Thu Jul 29 18:00:36 2004 +0000 removed uneeded boards/geography/board5_0.xml.in fised * po/POTFILES.in: removed uneeded boards/geography/board5_0.xml.in * src/boards/py-mod-gcompris.c: (pyFileSelectorCallBack): fised pyFileSelectorCallBackFunc ref (by Yves) * src/boards/python/anim.py: latest version from Yves. added many tools like text. * src/gcompris/file_selector.c: (display_file_selector), (display_files), (item_event_file_selector): improved a little bit. still incomplete. ChangeLog | 8 + po/POTFILES.in | 1 - src/boards/draw.c | 48 +++-- src/boards/py-mod-gcompris.c | 2 +- src/boards/python/anim.py | 462 ++++++++++++++++++++++++++++++++--------- src/gcompris/file_selector.c | 42 ++++- 6 files changed, 434 insertions(+), 129 deletions(-) commit 51f553b5e98e5700da7ef38b0a9f3f69e9ba29db Author: Laurent Dhima Date: Wed Jul 28 16:59:13 2004 +0000 Updated Albanian translation. 2004-07-28 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 ++++ po/sq.po | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 38ee1e04fa63bed4e3df4f00d09f514488924359 Author: Bruno Coudoin Date: Fri Jul 16 22:17:42 2004 +0000 updated by Yves Combe. Loading svg can now be completed. * src/boards/python/anim.py: updated by Yves Combe. Loading svg can now be completed. ChangeLog | 4 + src/boards/python/anim.py | 314 +++++++++++++++++++++----------------------- 2 files changed, 154 insertions(+), 164 deletions(-) commit e155edf08b91b33af9f2639ee8e2a3f7b3801c00 Author: Bruno Coudoin Date: Fri Jul 16 18:36:14 2004 +0000 implemented save/load windows. now create the root directory if not * src/gcompris/file_selector.c: (gcompris_file_selector_save), (gcompris_file_selector_load), (gcompris_file_selector_stop), (display_file_selector), (create_rootdir), (display_files), (item_event_directory), (item_event_file_selector): implemented save/load windows. now create the root directory if not present. * src/gcompris/svgutil.c: (gcompris_pixbuf_to_svg_file): updated by Yves Combe * src/gcompris/svgutil.h: added prototype ChangeLog | 10 ++ src/gcompris/file_selector.c | 205 +++++++++++++++++++++++++++++------------- src/gcompris/svgutil.c | 13 +++- src/gcompris/svgutil.h | 3 + 4 files changed, 167 insertions(+), 64 deletions(-) commit 85b810b50fc6f5e5014ea1c7c427389ee2b3bf71 Author: Bruno Coudoin Date: Thu Jul 15 21:59:42 2004 +0000 modified to have save images work src/gcompris/svgutil.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 15fa076fb3e0bafe63a99ce04c40a2aea7ebb8aa Author: Bruno Coudoin Date: Thu Jul 15 21:38:33 2004 +0000 added missing files updated by Yves Combe updated by Yves Combe added new * po/POTFILES.in: added missing files * src/boards/py-mod-utils.c: updated by Yves Combe * src/boards/python/anim.py: updated by Yves Combe * src/gcompris/Makefile.am: added new svgutil.c and .h * src/gcompris/gameutil.c: removed all svg stuff. moved to svgutil.c * src/gcompris/gcompris.h: added svgutil.h * src/gcompris/svgutil.c: created by Yves Combe * src/gcompris/svgutil.h: created by Yves Combe ChangeLog | 11 + po/POTFILES.in | 3 + src/boards/py-mod-utils.c | 75 +++ src/boards/python/anim.py | 196 ++++++- src/gcompris/Makefile.am | 2 + src/gcompris/gameutil.c | 81 +--- src/gcompris/gcompris.h | 3 +- src/gcompris/svgutil.c | 1384 +++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/svgutil.h | 35 ++ 9 files changed, 1694 insertions(+), 96 deletions(-) commit c0964707539040524d12f1e7db511ea6dccff650 Author: Bruno Coudoin Date: Thu Jul 8 23:40:36 2004 +0000 can now move up/down in directories added call to close image_selector and * src/gcompris/file_selector.c: (gcompris_file_selector_save), (gcompris_file_selector_load), (gcompris_file_selector_stop), (free_stuff), (display_files), (item_event_directory), (item_event_file_selector): can now move up/down in directories * src/gcompris/gcompris.c: (gcompris_close_all_dialog): added call to close image_selector and file_selector. ChangeLog | 8 ++ src/gcompris/file_selector.c | 177 +++++++++++++++++++++++++++++------------- src/gcompris/gcompris.c | 4 +- 3 files changed, 133 insertions(+), 56 deletions(-) commit 38da4a49511ba2cb5bcde50ea628edd98cc8b18f Author: Olivier Samyn Date: Thu Jul 8 00:54:36 2004 +0000 Added the new file selector api to the python binding. ChangeLog | 7 +++ docs/C/python.xml | 15 ++++++ src/boards/py-mod-gcompris.c | 109 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 131 insertions(+), 0 deletions(-) commit bf7eb4ab8c83a1be2625047f316420e714bd1f05 Author: Bruno Coudoin Date: Wed Jul 7 23:50:02 2004 +0000 created by Bruno boards/skins/default/file_selector_bg.png | Bin 0 -> 28602 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 3d43c7156313f1fdeb449f8e7127741783de34b4 Author: Bruno Coudoin Date: Wed Jul 7 23:46:18 2004 +0000 -A- updated, cleaned the images, better looking maps. -A- -A- -A- -A- -A- * boards/geography/board1_0.xml.in: -A- updated, cleaned the images, better looking maps. * boards/geography/board3_0.xml.in: -A- * boards/geography/continents/back.png: -A- * boards/geography/europe/europe.jpg: -A- * boards/geography/europe/europe.png: -A- * boards/geography/france_region/bourgogne.png: -A- * boards/geography/france_region/bretagne.png: -A- * boards/geography/france_region/champagne-ardenne.png: -A- * boards/geography/france_region/france-regions.png: -A- * boards/geography/france_region/franche-conte.png: -A- * boards/geography/france_region/languedoc-roussillon.png: -A- * boards/geography/france_region/limousin.png: -A- * boards/geography/france_region/lorraine.png: -A- * boards/geography/france_region/midi-pyrenees.png: -A- * boards/geography/france_region/nord-pas-de-calais.png: -A- * boards/geography/france_region/pays-de-la-loire.png: -A- * boards/geography/france_region/picardie.png: -A- * boards/geography/france_region/poitou-charentes.png: -A- * boards/geography/france_region/provence-alpes-cote_d_azur.png: -A- * boards/geography/northamerica/north_america.png: -A- * boards/geography/southamerica/south_america.png: -A- * src/boards/draw.c: (key_press), (image_selected), (load_image), (save_image): experimental implementation of the file_selector API * src/gcompris/Makefile.am: added file_selector.c * src/gcompris/file_selector.c: (gcompris_file_selector_save), (gcompris_file_selector_load), (gcompris_file_selector_stop), (display_files), (free_stuff), (item_event_file_selector): created on the model ofimage_selector * src/gcompris/gcompris.h: added file_selector API. ChangeLog | 31 ++ boards/geography/board1_0.xml.in | 3 +- boards/geography/board3_0.xml.in | 2 +- boards/geography/continents/back.png | Bin 6807 -> 43653 bytes boards/geography/europe/europe.jpg | Bin 44423 -> 0 bytes boards/geography/europe/europe.png | Bin 0 -> 170594 bytes boards/geography/france_region/bourgogne.png | Bin 1650 -> 1639 bytes boards/geography/france_region/bretagne.png | Bin 1969 -> 1916 bytes .../geography/france_region/champagne-ardenne.png | Bin 2049 -> 2027 bytes boards/geography/france_region/france-regions.png | Bin 13862 -> 26934 bytes boards/geography/france_region/franche-conte.png | Bin 1204 -> 1209 bytes .../france_region/languedoc-roussillon.png | Bin 2406 -> 2329 bytes boards/geography/france_region/limousin.png | Bin 1164 -> 1165 bytes boards/geography/france_region/lorraine.png | Bin 1526 -> 1525 bytes boards/geography/france_region/midi-pyrenees.png | Bin 2325 -> 2316 bytes .../geography/france_region/nord-pas-de-calais.png | Bin 1007 -> 997 bytes .../geography/france_region/pays-de-la-loire.png | Bin 2322 -> 2195 bytes boards/geography/france_region/picardie.png | Bin 1427 -> 1413 bytes .../geography/france_region/poitou-charentes.png | Bin 1841 -> 1838 bytes .../france_region/provence-alpes-cote_d_azur.png | Bin 2528 -> 2453 bytes boards/geography/northamerica/north_america.png | Bin 34904 -> 50508 bytes boards/geography/southamerica/south_america.png | Bin 6272 -> 14649 bytes boards/skins/default/directory.png | Bin 0 -> 2044 bytes boards/skins/default/file.png | Bin 0 -> 2190 bytes src/boards/draw.c | 29 ++- src/gcompris/Makefile.am | 1 + src/gcompris/file_selector.c | 357 ++++++++++++++++++++ src/gcompris/gcompris.h | 12 +- 28 files changed, 428 insertions(+), 7 deletions(-) commit cf153ee6bcc7530186d4e9949e0be0ff06813355 Author: Bruno Coudoin Date: Tue Jul 6 23:27:19 2004 +0000 created from CIA world fact book. changed to include world map added * boards/flags/sq.png: created from CIA world fact book. * boards/geography/Makefile.am: changed to include world map * boards/geography/board1_0.xml.in: added worldmap by Jos Jorges * boards/geography/board2_0.xml.in: changed the maps ordering * boards/geography/board2_1.xml.in: * boards/geography/board3_1.xml.in: * boards/geography/board4_0.xml.in: * boards/geography/board5_0.xml.in: * boards/geography/continents/africa.png: created from the world fact book. * boards/geography/continents/america.png: * boards/geography/continents/antartica.png: * boards/geography/continents/asia.png: * boards/geography/continents/back.png: * boards/geography/continents/europa.png: * boards/geography/continents/oceania.png: * boards/sounds/pt/geography/africa.ogg: created by Jose Jorges * boards/sounds/pt/geography/america.ogg: * boards/sounds/pt/geography/antartica.ogg: * boards/sounds/pt/geography/asia.ogg: * boards/sounds/pt/geography/europa.ogg: * boards/sounds/pt/geography/gcompris_geography_pt.assetml.in: added continents pt voices * boards/sounds/pt/geography/oceania.ogg: ChangeLog | 25 +++++ boards/flags/sq.png | Bin 0 -> 1037 bytes boards/geography/Makefile.am | 5 +- boards/geography/board1_0.xml.in | 25 ++--- boards/geography/board2_0.xml.in | 32 +++---- boards/geography/board2_1.xml.in | 23 +++++ boards/geography/board3_1.xml.in | 30 ++++++ boards/geography/board4_0.xml.in | 99 ++++++++++++++------ boards/geography/board5_0.xml.in | 75 --------------- boards/geography/continents/africa.png | Bin 0 -> 752 bytes boards/geography/continents/america.png | Bin 0 -> 5445 bytes boards/geography/continents/antartica.png | Bin 0 -> 305 bytes boards/geography/continents/asia.png | Bin 0 -> 2196 bytes boards/geography/continents/back.png | Bin 0 -> 6807 bytes boards/geography/continents/europa.png | Bin 0 -> 778 bytes boards/geography/continents/oceania.png | Bin 0 -> 787 bytes boards/sounds/pt/geography/africa.ogg | Bin 0 -> 8650 bytes boards/sounds/pt/geography/america.ogg | Bin 0 -> 9424 bytes boards/sounds/pt/geography/antartica.ogg | Bin 0 -> 10712 bytes boards/sounds/pt/geography/asia.ogg | Bin 0 -> 7582 bytes boards/sounds/pt/geography/europa.ogg | Bin 0 -> 8763 bytes .../pt/geography/gcompris_geography_pt.assetml.in | 30 ++++++ boards/sounds/pt/geography/oceania.ogg | Bin 0 -> 9903 bytes 23 files changed, 208 insertions(+), 136 deletions(-) commit b519a0ff54a09e78f26b5760580394a4ee3490bc Author: Laurent Dhima Date: Mon Jul 5 15:41:33 2004 +0000 Updated Albanian translation. 2004-07-05 Laurent Dhima * sq.po: Updated Albanian translation. po/ChangeLog | 4 ++ po/sq.po | 130 ++++++++++++++++----------------------------------------- 2 files changed, 41 insertions(+), 93 deletions(-) commit dcf3d4c59bc5520a4884da8d15933c0d7be49930 Author: Miloslav Trmac Date: Sun Jul 4 15:42:17 2004 +0000 Updated Czech translation. 2004-07-04 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 +++ po/cs.po | 74 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 43 insertions(+), 35 deletions(-) commit c044b8608574f49504ada5cbe435f96af886afec Author: Vincent van Adrighem Date: Sun Jul 4 11:49:11 2004 +0000 Translation updated by Tino Meinen. 2004-07-04 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 50 +++++++++++++++++++++++++++----------------------- 2 files changed, 31 insertions(+), 23 deletions(-) commit a1b9378c68181ac130f2ade60b8d778294fce720 Author: Andras Timar Date: Sat Jul 3 13:02:15 2004 +0000 Updated Hungarian translation. 2004-07-03 Andras Timar * hu.po: Updated Hungarian translation. po/ChangeLog | 4 + po/hu.po | 1892 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 924 insertions(+), 972 deletions(-) commit 7a4e0c8a7f3f230e0fb796215515b9fa7572b3cc Author: Andras Timar Date: Sat Jul 3 12:58:19 2004 +0000 Fixed wrong encoding and a spelling bug 2004-07-03 Andras Timar * wordslevelmax.hu: Fixed wrong encoding and a spelling bug boards/wordsgame/wordslevelmax.hu | 82 ++++++++++++++++++------------------ 1 files changed, 41 insertions(+), 41 deletions(-) commit f72452056a60de5e86aa555f252294c9fd855eda Author: Bruno Coudoin Date: Fri Jul 2 23:34:36 2004 +0000 created for anim by Bruno - - - now this assetml package is declared as * boards/draw/tool-camera.png: created for anim by Bruno * boards/draw/tool-camera_on.png: - * boards/draw/tool-movie.png: - * boards/draw/tool-movie_on.png: - * boards/sounds/fr/france_region/gcompris_franceregion_fr.assetml.i n: now this assetml package is declared as locale="" instead of french. this way, users of other countries will hear some french * boards/sounds/fr/geography/COPYRIGHT: added clara copyright * boards/sounds/fr/geography/gcompris_geography_fr.assetml.in: added european countries * src/boards/python/anim.py: added 2 buttons for camera and video play * src/gcompris/config.c: added Albanian locale ChangeLog | 14 ++ boards/draw/tool-camera.png | Bin 0 -> 2951 bytes boards/draw/tool-camera_on.png | Bin 0 -> 3054 bytes boards/draw/tool-movie.png | Bin 0 -> 3209 bytes boards/draw/tool-movie_on.png | Bin 0 -> 3322 bytes .../gcompris_franceregion_fr.assetml.in | 2 +- boards/sounds/fr/geography/COPYRIGHT | 4 +- .../fr/geography/gcompris_geography_fr.assetml.in | 186 ++++++++++++++++++++ src/boards/python/anim.py | 33 +++- src/gcompris/config.c | 3 +- 10 files changed, 233 insertions(+), 9 deletions(-) commit da5f053a5a38759e5ccec8ef5b9b692a0393d4a7 Author: Laurent Dhima Date: Thu Jul 1 16:26:40 2004 +0000 Added sq to ALL_LINGUAS. 2004-07-01 Laurent Dhima * configure.in: Added sq to ALL_LINGUAS. configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7b24ecfb9af0fb9c7303acb5017ec24fecc167a6 Author: Laurent Dhima Date: Thu Jul 1 16:26:38 2004 +0000 Translation added. 2004-07-01 Laurent Dhima * sq.po: Translation added. po/ChangeLog | 4 + po/sq.po | 2751 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2755 insertions(+), 0 deletions(-) commit 67c963cf2e0ae01c701027705a346c0d4f68e417 Author: Olivier Samyn Date: Wed Jun 30 19:55:38 2004 +0000 Added some functions to the python binding. ChangeLog | 7 +++++++ docs/C/python.xml | 10 ++++++++++ src/boards/py-mod-gcompris.c | 2 +- src/boards/py-mod-utils.c | 42 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 60 insertions(+), 1 deletions(-) commit 9aba7fc50d0be71b5e29d086473cfe77ba74f965 Author: Bruno Coudoin Date: Tue Jun 29 22:23:55 2004 +0000 added several 'const locale' where needed to avoid compile time warnings * src/gcompris/assetml.c: (assetml_get_locale), (matching), (parse_doc), (assetml_read_xml_file), (assetml_load_xml), (assetml_get_asset): added several 'const locale' where needed to avoid compile time warnings * src/gcompris/assetml.h: added several 'const locale' * src/gcompris/gameutil.c: (gcompris_display_difficulty_stars), (gcompris_clone_item): added gcompris_clone_item by Yves Combe * src/gcompris/gameutil.h: added gcompris_clone_item by Yves Combe ChangeLog | 10 ++++++ src/gcompris/assetml.c | 20 ++++++------ src/gcompris/assetml.h | 2 +- src/gcompris/gameutil.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++- src/gcompris/gameutil.h | 8 +++++ 5 files changed, 109 insertions(+), 12 deletions(-) commit 39814c775fff26e622b74cade02ba54771f31632 Author: Bruno Coudoin Date: Sun Jun 20 22:43:19 2004 +0000 fixed camera timer issue src/boards/python/anim.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 68552371919bbb6afde59119a2ee850a4c5513b2 Author: Bruno Coudoin Date: Sun Jun 20 22:25:53 2004 +0000 added, created by bruno. added an anim control area. implemented a frame * boards/anim/minibutton.png: added, created by bruno. * src/boards/python/anim.py: added an anim control area. implemented a frame counter display. ChangeLog | 5 + boards/anim/minibutton.png | Bin 0 -> 339 bytes src/boards/python/anim.py | 254 +++++++++++++++++++++++++++++++------------- 3 files changed, 186 insertions(+), 73 deletions(-) commit 7ea22f50ec844f4a67ff1120dddf93da66a54035 Author: Bruno Coudoin Date: Sun Jun 20 15:15:47 2004 +0000 fixed (gcompris_edit was not working anymore for a while) fixed the path * src/gcompris/gcompris-edit.c: (main): fixed (gcompris_edit was not working anymore for a while) * src/gcompris/interface.c: (create_gcompris_edit): fixed the path to the desktop icon ChangeLog | 5 +++++ src/gcompris/gcompris-edit.c | 11 ++++++----- src/gcompris/interface.c | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) commit 15ff465d74ffd23b69a2c6911bca220e01d076f9 Author: Bruno Coudoin Date: Sat Jun 19 09:48:37 2004 +0000 updated deutsch by po/ChangeLog | 4 ++ po/de.po | 120 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 69 insertions(+), 55 deletions(-) commit d41fe78face11836c316744820b46ca1b202051d Author: Bruno Coudoin Date: Fri Jun 18 21:00:00 2004 +0000 released 6.1 ChangeLog | 3 +++ gcompris.spec.in | 2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) commit e958a6d8edb7bc5d18db4d3166731c6d6f876d22 Author: Vincent van Adrighem Date: Fri Jun 18 18:40:52 2004 +0000 Translation updated by Tino Meinen. 2004-06-18 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 +++ po/nl.po | 59 +++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 46 insertions(+), 17 deletions(-) commit d70c3830930d4ec8ea4f05f70e914c964da63560 Author: Bruno Coudoin Date: Thu Jun 17 22:46:41 2004 +0000 added config.h.windows added more specific informations fixed project link * Makefile.am: added config.h.windows * README.mingw: added more specific informations * README.windows: fixed project link * config.h.windows: create. use it to compile on mingw * configure.in: changed to release 6.1 * src/boards/Makefile.am: added boards2static.pl utility for mingw * src/gcompris/assetml.c: (assetml_get_locale): replaced getenv by g_getenv * src/gcompris/board.c: (init_plugins), (board_check_file): merged mingw version and linux version * src/gcompris/gameutil.c: (gcompris_read_xml_file), (gcompris_load_menus): fixed bugs in which you cannot go back to upper menu if you enter the configuration dialog while you are in a submenu. * src/gcompris/gcompris-board.h: reindent * src/gcompris/gcompris.c: (setup_window), (gcompris_init): implemented the grace period stuff for mingw ChangeLog | 17 ++++ Makefile.am | 2 +- README.mingw | 12 +++ README.windows | 5 +- config.h.windows | 134 +++++++++++++++++++++++++++++ configure.in | 2 +- src/boards/Makefile.am | 2 +- src/gcompris/assetml.c | 7 +- src/gcompris/board.c | 189 +++++++++++++++++++++++++++++++++++++++++ src/gcompris/gameutil.c | 6 +- src/gcompris/gcompris-board.h | 6 +- src/gcompris/gcompris.c | 38 +++++++-- 12 files changed, 399 insertions(+), 21 deletions(-) commit 81d704acb144e8044600def7ee389481c06ed1a4 Author: Alessio Frusciante Date: Thu Jun 17 19:53:27 2004 +0000 Updated Italian translation. po/ChangeLog | 5 + po/it.po | 1384 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 865 insertions(+), 524 deletions(-) commit 513c165c38b2b6450d5009c31b92e14dda93a78b Author: Bruno Coudoin Date: Wed Jun 16 00:00:39 2004 +0000 update by bruno po/ChangeLog | 4 +++ po/fr.po | 83 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 60 insertions(+), 27 deletions(-) commit 4622e61f834500940d1fe1fc7e411bc7052d2523 Author: Bruno Coudoin Date: Tue Jun 15 19:18:04 2004 +0000 fixed, removed angle braket in author name boards/anim.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f18d67ee6f8d3c23e602804ac218b110d66a6c16 Author: Bruno Coudoin Date: Tue Jun 15 00:12:29 2004 +0000 created. Allow to transform the boards to static notation used in the * src/boards/boards2static.pl: created. Allow to transform the boards to static notation used in the windows version. * src/boards/clockgame.c: -A- added missing static => fails on windows * src/boards/draw.c: -A- * src/boards/python/anim.py: Fixed coord system by Yves Combe * src/boards/reversecount.c: -A- * src/boards/shapegame.c: -A- * THANKS: Updated. It was very needed. ChangeLog | 11 +++++++++++ THANKS | 19 ++++++++++++++++++- src/boards/boards2static.pl | 39 +++++++++++++++++++++++++++++++++++++++ src/boards/clockgame.c | 4 ++-- src/boards/draw.c | 2 +- src/boards/python/anim.py | 36 +++++++++++++++++++++++++++++++----- src/boards/reversecount.c | 4 ++-- src/boards/shapegame.c | 4 ++-- 8 files changed, 106 insertions(+), 13 deletions(-) commit 963df9862e9ed4fa22b038f238ec4d182c604625 Author: Gareth Owen Date: Mon Jun 14 23:13:44 2004 +0000 Updated British English translation po/ChangeLog | 4 +++ po/en_GB.po | 67 +++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 52 insertions(+), 19 deletions(-) commit 84cf3057a01c8610ee9b29ac5390bcb5bbbc4564 Author: Miloslav Trmac Date: Mon Jun 14 17:42:22 2004 +0000 Updated Czech translation. 2004-06-14 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 23 ++++++++++++++++++++--- 2 files changed, 24 insertions(+), 3 deletions(-) commit 35ed46f9e9247ab3f5f9434fe3967b1cf11f6d94 Author: Bruno Coudoin Date: Sun Jun 13 23:34:50 2004 +0000 added README.mingw copyed from a mingw ported program. can find back * .cvsignore: * Makefile.am: added README.mingw * README.mingw: copyed from a mingw ported program. can find back which. Not adapted to gcompris maybe highly wrong but it's better than nothing. * boards/Makefile.am: -A- added anim by Yves Combe yves at ycombe point net * boards/anim.xml.in: -A- * boards/anim/camera.png: created by Bruno * boards/boardicons/anim.png: created by Bruno * gcompris.ico: for windows * po/POTFILES.in: -A- * src/boards/clickgame.c: (get_bplugin_info), (clickgame_is_our_board): changed plugin name ti suit the standard and ease the windows maintenance * src/boards/clockgame.c: (display_hour): hour needle is shorter now. (due to user remarks) * src/boards/menu.c: added static where missing * src/boards/python/Makefile.am: -A- * src/boards/python/anim.py: -A- * src/boards/traffic.c: added static where missing * src/boards/wordsgame.c: (key_press): nothing. .cvsignore | 2 + ChangeLog | 21 + Makefile.am | 3 +- README.mingw | 10 - boards/Makefile.am | 1 + boards/anim.xml.in | 18 + boards/anim/camera.png | Bin 0 -> 3584 bytes boards/boardicons/anim.png | Bin 0 -> 9746 bytes gcompris.ico | Bin 0 -> 3774 bytes po/POTFILES.in | 1 + src/boards/clickgame.c | 8 +- src/boards/clockgame.c | 4 +- src/boards/menu.c | 4 +- src/boards/python/Makefile.am | 1 + src/boards/python/anim.py | 1184 +++++++++++++++++++++++++++++++++++++++++ src/boards/traffic.c | 4 +- src/boards/wordsgame.c | 4 +- 17 files changed, 1242 insertions(+), 23 deletions(-) commit dc4b44528fb7f52e31ebf95c53c40510283e7b60 Author: Artur Flinta Date: Sat Jun 12 10:34:00 2004 +0000 Updated Polish translation by GNOME PL Team. 2004-06-12 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. po/ChangeLog | 4 + po/pl.po | 365 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 212 insertions(+), 157 deletions(-) commit 73c891a63efbcb549aebd0c9264687c2f206f5ab Author: Jordi Mallach Date: Fri Jun 11 19:20:44 2004 +0000 Updated Catalan translation by Xavier Conde Rueda . po/ChangeLog | 5 ++ po/ca.po | 124 +++++++++++++++++++++++---------------------------------- 2 files changed, 55 insertions(+), 74 deletions(-) commit 8ed3a0f1d45f63542609f1a08a71b42ea4f98871 Author: Adam Weinberger Date: Fri Jun 11 02:38:09 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 223 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 132 insertions(+), 95 deletions(-) commit 292b9f4012154e80ab694ae74067b34b3f2075b4 Author: Vincent van Adrighem Date: Tue Jun 8 11:44:32 2004 +0000 Translation updated by Tino Meinen. 2004-06-08 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 217 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 123 insertions(+), 98 deletions(-) commit 2c0bc2cd314c423b1afeeb098e8b191311c61a0b Author: Miloslav Trmac Date: Tue Jun 8 11:27:27 2004 +0000 Updated Czech translation. 2004-06-08 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 200 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 108 insertions(+), 96 deletions(-) commit a1cafbbf62d26bf2414bca8b028a400ae09a262b Author: Bruno Coudoin Date: Mon Jun 7 21:47:31 2004 +0000 fixed windows intro src/gcompris/gcompris.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 805a09404065429255cd84f84a192a1e21fc1a4e Author: Bruno Coudoin Date: Mon Jun 7 00:23:17 2004 +0000 fixed the edge updated help fixed name for web site moved the ? a little * boards/images/scenery5_background.png: fixed the edge * boards/menu.xml.in: updated help * boards/missing_letter.xml.in: fixed name for web site * src/boards/python/algorithm.py: moved the ? a little bit * src/gcompris/gcompris.c: (setup_window): changed the intro message for win users ChangeLog | 11 ++++++++++- boards/images/scenery5_background.png | Bin 42259 -> 55173 bytes boards/menu.xml.in | 8 ++++---- boards/missing_letter.xml.in | 2 +- src/boards/python/algorithm.py | 2 +- src/gcompris/gcompris.c | 8 ++++---- 6 files changed, 20 insertions(+), 11 deletions(-) commit 6a4bdaa033352e8421084d7413aa74e2f1bc18d9 Author: Gareth Owen Date: Sun Jun 6 16:32:23 2004 +0000 Updated British English translation po/ChangeLog | 4 ++ po/en_GB.po | 129 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 76 insertions(+), 57 deletions(-) commit 90beca2b7791c08dca4af43250eca41df1ccfbef Author: Bruno Coudoin Date: Sat Jun 5 22:48:07 2004 +0000 created. used by the hexagon board remade in more easy to 'read' removed. * boards/images/scenery5_background.png: created. used by the hexagon board * boards/skins/default/config.png: remade in more easy to 'read' * boards/skins/default/difficulty_star.png: removed. replaced by some more cute one * boards/skins/default/difficulty_star1.png: some more cute icons for the difficulty * boards/skins/default/difficulty_star2.png: * boards/skins/default/difficulty_star3.png: * boards/skins/default/difficulty_star4.png: * boards/skins/default/difficulty_star5.png: * boards/skins/default/difficulty_star6.png: * src/boards/menu.c: (display_board_icon), (menu_create_item), (item_event), (create_info_area): removed the use of the rich text canvas cause it crashes * src/boards/python/algorithm.py: use the new scenery background with a bridge * src/gcompris/config.c: (gcompris_config_start), (display_difficulty_level): adjusted for the new difficulty icons * src/gcompris/gameutil.c: (gcompris_add_xml_to_data), (gcompris_display_difficulty_stars): adjusted for the new difficulty icons * src/gcompris/gameutil.h: now give a ratio to gcompris_display_difficulty_stars ChangeLog | 20 ++++++++ boards/images/scenery5_background.png | Bin 0 -> 42259 bytes boards/skins/default/config.png | Bin 7578 -> 6664 bytes boards/skins/default/difficulty_star.png | Bin 733 -> 0 bytes boards/skins/default/difficulty_star1.png | Bin 0 -> 2309 bytes boards/skins/default/difficulty_star2.png | Bin 752 -> 3392 bytes boards/skins/default/difficulty_star3.png | Bin 0 -> 4117 bytes boards/skins/default/difficulty_star4.png | Bin 0 -> 3100 bytes boards/skins/default/difficulty_star5.png | Bin 0 -> 4685 bytes boards/skins/default/difficulty_star6.png | Bin 0 -> 5720 bytes src/boards/menu.c | 59 ++++++++----------------- src/boards/python/algorithm.py | 35 +++++++++++---- src/gcompris/config.c | 8 ++- src/gcompris/gameutil.c | 68 +++++++++++++++++++++-------- src/gcompris/gameutil.h | 4 +- 15 files changed, 122 insertions(+), 72 deletions(-) commit d7fba31c1cf8b4953a21a18c609b1ed95642cd73 Author: Jordi Mallach Date: Sat Jun 5 20:55:40 2004 +0000 Updated Catalan translation by Xavier Conde Rueda . po/ChangeLog | 5 + po/ca.po | 1368 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 806 insertions(+), 567 deletions(-) commit 6205fc51f0b223ae8e2fafeb320b2b3b905fe098 Author: Bruno Coudoin Date: Sat Jun 5 16:53:46 2004 +0000 updated by Ronny and Me po/ChangeLog | 5 + po/de.po | 584 ++++++++++++++++++++++++++++++++++++++++------------------ po/fr.po | 242 +++++++++++++----------- 3 files changed, 541 insertions(+), 290 deletions(-) commit 5fd2eb4d5b77571bd32089017af4e1b18152d08e Author: Bruno Coudoin Date: Sat Jun 5 00:13:01 2004 +0000 -A- implemented better board filtering -A- added highlight to stars -A- * src/boards/menu.c: (display_board_icon): -A- implemented better board filtering * src/gcompris/config.c: (gcompris_config_start), (gcompris_config_stop), (display_difficulty_level), (item_event_ok): -A- * src/gcompris/gameutil.c: (gcompris_display_difficulty_stars): added highlight to stars * src/gcompris/gcompris.c: (gcompris_init): -A- * src/gcompris/gcompris.h: -A- * src/gcompris/properties.c: (gcompris_properties_new), (gcompris_properties_save): -A- * src/gcompris/properties.h: -A- ChangeLog | 13 +++++++ src/boards/menu.c | 28 ++++++++++++--- src/gcompris/config.c | 89 ++++++++++++++++++++++++++++++--------------- src/gcompris/gameutil.c | 19 ++++++---- src/gcompris/gcompris.c | 6 ++- src/gcompris/gcompris.h | 10 +++++- src/gcompris/properties.c | 50 +++++++++++++++----------- src/gcompris/properties.h | 6 ++- 8 files changed, 154 insertions(+), 67 deletions(-) commit 90f447135499982044ccd8c21b6aa69eb2c7953b Author: Bruno Coudoin Date: Thu Jun 3 23:58:53 2004 +0000 new image from http://www.openclipart.org in public domain new image from * boards/boardicons/README: new image from http://www.openclipart.org in public domain * boards/boardicons/draw.png: new image from http://www.openclipart.org in public domain * boards/boardicons/globe.png: new image from http://www.openclipart.org in public domain * boards/skins/default/README: fixed text color * boards/skins/default/help.png: new image from http://www.openclipart.org in public domain * boards/skins/linha_verde/skin.xml: fixed text color * boards/skins/pink/skin.xml: fixed text color * configure.in: now python plugins are in share/gcompris/python * src/boards/menu.c: (menu_start), (menu_create_item), (create_info_area): changed to use the new api entry gcompris_display_difficulty_stars * src/boards/python.c: (pythonboard_init), (pythonboard_start): * src/boards/python/Makefile.am: -A- now python plugins are in share/gcompris/python * src/boards/python/gcompris/Makefile.am: now python plugins are in share/gcompris/python * src/boards/python/gcompris/bonus/Makefile.am: -A- * src/boards/python/gcompris/score/Makefile.am: -A- * src/boards/python/gcompris/skin/Makefile.am: -A- * src/boards/python/gcompris/sound/Makefile.am: -A- * src/boards/python/gcompris/timer/Makefile.am: -A- * src/boards/python/gcompris/utils/Makefile.am: -A- * src/gcompris/config.c: (gcompris_config_start), (item_event_ok): * src/gcompris/gameutil.c: (gcompris_add_xml_to_data), (gcompris_load_menus), (gcompris_dialog_close), (item_event_ok), (gcompris_display_difficulty_stars): added support for difficulty filtering. Not complete yet. * src/gcompris/gameutil.h: added api entry gcompris_display_difficulty_stars * src/gcompris/properties.c: (gcompris_properties_new): added support for difficulty filtering * src/gcompris/properties.h: added support for difficulty filtering * src/gcompris/soundutil.c: removed useless ao.h ChangeLog | 30 ++++++++++ boards/boardicons/README | 4 ++ boards/boardicons/draw.png | Bin 5662 -> 9903 bytes boards/boardicons/globe.png | Bin 7080 -> 8544 bytes boards/skins/default/README | 2 +- boards/skins/default/help.png | Bin 6647 -> 7614 bytes boards/skins/linha_verde/skin.xml | 8 ++-- boards/skins/pink/skin.xml | 8 ++-- configure.in | 9 +++- po/fr.po | 8 +-- src/boards/menu.c | 61 ++++++++------------- src/boards/python.c | 14 +++--- src/boards/python/Makefile.am | 2 +- src/boards/python/gcompris/Makefile.am | 2 +- src/boards/python/gcompris/bonus/Makefile.am | 2 +- src/boards/python/gcompris/score/Makefile.am | 2 +- src/boards/python/gcompris/skin/Makefile.am | 2 +- src/boards/python/gcompris/sound/Makefile.am | 2 +- src/boards/python/gcompris/timer/Makefile.am | 2 +- src/boards/python/gcompris/utils/Makefile.am | 2 +- src/gcompris/config.c | 76 +++++++++++++++++++++++--- src/gcompris/gameutil.c | 50 ++++++++++++++++- src/gcompris/gameutil.h | 1 + src/gcompris/properties.c | 3 +- src/gcompris/properties.h | 6 ++- src/gcompris/soundutil.c | 1 - 26 files changed, 210 insertions(+), 87 deletions(-) commit bc1d09f82cbfa7cdfa2a40b7b3f31152f62946d3 Author: Gareth Owen Date: Thu Jun 3 00:55:13 2004 +0000 Updated British English translation po/ChangeLog | 4 +++ po/en_GB.po | 76 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 47 insertions(+), 33 deletions(-) commit 45882ba94fab0420627ad400848c186bb1dfb600 Author: Bruno Coudoin Date: Mon May 31 23:56:23 2004 +0000 removed useless phone item indenting fixed major memory leak in the focus * src/boards/click_on_letter.c: (end_board), (click_on_letter_create_item): removed useless phone item * src/gcompris/bonus.c: (bonus_image), (end_bonus): indenting * src/gcompris/gameutil.c: (free_image_focus), (gcompris_set_image_focus): fixed major memory leak in the focus system * src/gcompris/gcompris.c: (gcompris_set_background): reuse the background item ChangeLog | 9 +++++++++ src/boards/click_on_letter.c | 6 ++---- src/gcompris/bonus.c | 4 ++-- src/gcompris/gameutil.c | 17 ++++++++++++++++- src/gcompris/gcompris.c | 24 +++++++++++++----------- 5 files changed, 42 insertions(+), 18 deletions(-) commit e6e7a8088ecb0d505d86afaf5c683a49b0df7683 Author: Bruno Coudoin Date: Mon May 31 22:18:18 2004 +0000 Major changes to avoid memory leaks. Despite my efforts I find that there * src/boards/menu.c: (menu_start), (menu_end), (display_board_icon), (menu_create_item), (item_event), (create_info_area), (free_stuff): Major changes to avoid memory leaks. Despite my efforts I find that there is a stability issue. If you click on a menu item and the esc key at the same time, it is easy to crash gcompris. Could not solve this yet. * src/boards/reading.c: (reading_destroy_all_items), (reading_create_item), (get_wordfile): Some rewrite to remove memory leaks. * src/gcompris/board.c: (board_check_file): added error name when we cannot open the module * src/gcompris/gameutil.c: (item_rotate_relative_with_center), (gcompris_dialog_close): added a gcompris_dialog_close function * src/gcompris/gameutil.h: * src/gcompris/gcompris.c: (gcompris_close_all_dialog), (board_widget_key_press_callback), (quit_cb): added a call to gcompris_dialog_close * src/gcompris/gcompris.h: added dmalloc.h include. ChangeLog | 18 ++++++ src/boards/menu.c | 142 +++++++++++++++++++++++++++++------------------ src/boards/reading.c | 143 ++++++++++++++++++++-------------------------- src/gcompris/board.c | 2 +- src/gcompris/gameutil.c | 15 +++++- src/gcompris/gameutil.h | 1 + src/gcompris/gcompris.c | 26 ++++++--- src/gcompris/gcompris.h | 6 ++- 8 files changed, 206 insertions(+), 147 deletions(-) commit cfd0224de828fe150424e4829a54ea1b408d3025 Author: Bruno Coudoin Date: Mon May 31 22:08:50 2004 +0000 final fi.po from Rami po/fi.po | 93 +++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 68 insertions(+), 25 deletions(-) commit 6fcd5035f1ea5ec6c686e951530cb46e3816b9f5 Author: Vincent van Adrighem Date: Mon May 31 18:40:50 2004 +0000 Translation updated by Tino Meinen. 2004-05-31 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 216 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 123 insertions(+), 97 deletions(-) commit ef8c73cb7fb1a075f40326894e83fdcb5d39e247 Author: Bruno Coudoin Date: Mon May 31 01:36:28 2004 +0000 cleanup, removed memory leaks. removed canvas update src/boards/menu.c | 173 ++++++++++++++++++++--------------------------------- 1 files changed, 64 insertions(+), 109 deletions(-) commit 332706b7079745ff1d847c1c1ada5444f47501ce Author: Bruno Coudoin Date: Mon May 31 01:05:35 2004 +0000 remade by bruno removed, no more used new background used now by * boards/boardicons/click_on_letter.png: remade by bruno * boards/gcompris/misc/phone_note.png: removed, no more used * boards/images/scenery4_background.png: new background * boards/images/wagon-green.png: used now by click_on_letter. Could be used by others. * boards/images/wagon-yellow.png: used now by click_on_letter. Could be used by others. * src/boards/click_on_letter.c: (start_board), (click_on_letter_create_item), (highlight_selected): reworked to use new background * src/gcompris/board.c: (board_stop): now 'esc' at upper level do not reload the menu. * src/gcompris/gcompris.c: now 'esc' at upper level do not reload the menu. ChangeLog | 12 ++++++ boards/boardicons/click_on_letter.png | Bin 6793 -> 9801 bytes boards/gcompris/misc/phone_note.png | Bin 38564 -> 0 bytes boards/images/scenery4_background.png | Bin 0 -> 73430 bytes boards/images/wagon-green.png | Bin 0 -> 7524 bytes boards/images/wagon-yellow.png | Bin 0 -> 7917 bytes src/boards/click_on_letter.c | 60 +++++++++++++++++--------------- src/gcompris/board.c | 4 ++ src/gcompris/gcompris.c | 2 +- 9 files changed, 49 insertions(+), 29 deletions(-) commit 5f2aa80f6259f736198085c875c68123d87a7f22 Author: Adam Weinberger Date: Sun May 30 21:56:00 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 115 ++++++++++++++++++++-------------------------------------- 2 files changed, 44 insertions(+), 75 deletions(-) commit 0480004683fba0eba01dd1fd6f79472bdc29f8bd Author: Bruno Coudoin Date: Sun May 30 21:31:53 2004 +0000 updated by Rami po/ChangeLog | 5 + po/fi.po | 1280 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 798 insertions(+), 487 deletions(-) commit 72fa16075c4ab442cfb67ecb1ae8995efaa38865 Author: Miloslav Trmac Date: Sun May 30 14:08:34 2004 +0000 Updated Czech translation. 2004-05-30 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 +++ po/cs.po | 65 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 41 insertions(+), 28 deletions(-) commit 5f41a9c24d2e476e70aec69be06e3fee235ee6f8 Author: Bruno Coudoin Date: Sat May 29 13:25:50 2004 +0000 (AFTER RELEASE 6.0) fixed board name. This board was no more working in (AFTER RELEASE 6.0) * boards/missing_letter.xml.in: fixed board name. This board was no more working in 6.0 * boards/skins/default/button_large.png: more cute * boards/skins/default/button_large_selected.png: more cute * boards/skins/default/dialogbox.png: more cute * boards/skins/default/skin.xml: more cute * configure.in: flags release increased * src/boards/chess.c: added sys/wait.h include * src/boards/missingletter.c: (is_our_board): fixed board name * src/boards/reading.c: (start_board), (reading_destroy_all_items), (display_what_to_do), (reading_create_item), (ask_ready), (ask_yes_no), (get_random_word): review of the word selection. Was causing random crash. Still memory leak issue it needs more work. * src/gcompris/Makefile.am: packaging fixes from Yann Dirson (Debian) * src/gcompris/about.c: (gcompris_about_start): layout fixes * src/gcompris/config.c: (gcompris_config_start): fixed OK button color * src/gcompris/gameutil.c: (gcompris_dialog): readded missing OK text in the dialog box button * src/gcompris/gameutil.h: removed useless sys/wait.h include * src/gcompris/gcompris.c: (setup_window): fixed order URL * src/gcompris/help.c: (gcompris_help_start), (select_item), (set_content): removed text shadow * src/gcompris/properties.c: fixed setenv. gettext dynamique change was broken. ChangeLog | 25 ++++++++ boards/missing_letter.xml.in | 4 +- boards/skins/default/button_large.png | Bin 698 -> 5219 bytes boards/skins/default/button_large_selected.png | Bin 590 -> 5165 bytes boards/skins/default/dialogbox.png | Bin 15002 -> 14034 bytes boards/skins/default/skin.xml | 8 +- configure.in | 2 +- src/boards/chess.c | 2 + src/boards/missingletter.c | 2 +- src/boards/reading.c | 78 ++++++++++++++++++------ src/gcompris/Makefile.am | 5 +- src/gcompris/about.c | 16 +++--- src/gcompris/config.c | 4 +- src/gcompris/gameutil.c | 30 +++++++-- src/gcompris/gameutil.h | 2 - src/gcompris/gcompris.c | 4 +- src/gcompris/help.c | 36 +++-------- src/gcompris/properties.c | 5 +- 18 files changed, 146 insertions(+), 77 deletions(-) commit fc8444814462e4f9409300844d725de84d40c122 Author: Miloslav Trmac Date: Thu May 27 12:11:54 2004 +0000 Updated Czech translation. 2004-05-27 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++ po/cs.po | 170 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 95 insertions(+), 79 deletions(-) commit 2583373b0acc5f2ff8557160d7ca9c960adb3ef6 Author: Gareth Owen Date: Tue May 25 22:47:58 2004 +0000 Updated British English translation po/ChangeLog | 4 + po/en_GB.po | 280 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 152 insertions(+), 132 deletions(-) commit d3cc465b7791e152dbee666dc07ce7dba634fb4c Author: Adam Weinberger Date: Tue May 25 20:51:56 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 42 +++++++++++++++++++++++++++--------------- 2 files changed, 31 insertions(+), 15 deletions(-) commit 5ca1a6bc81c6d6905f92fe877e6d26ec0245ff7f Author: Bruno Coudoin Date: Mon May 24 22:47:15 2004 +0000 -1- changed austere drawing by a new cute colored one -1- remade to be * boards/boardicons/enumerate.png: -1- changed austere drawing by a new cute colored one * boards/images/enumerate_background.jpg: -1- * boards/skins/default/dialogbox.png: remade to be less exantric * gcompris.spec.in: fixed devel package * src/boards/menu.c: (menu_pause), (item_event): can be paused now * src/gcompris/about.c: (gcompris_about_start): fixed layout * src/gcompris/gameutil.c: (gcompris_add_xml_to_data), (gcompris_read_xml_file), (gcompris_get_board_from_section), (gcompris_load_menus), (gcompris_dialog): removed traces. now dialogbox uses richtext canvas. * src/gcompris/gcompris.c: (board_widget_key_press_callback), (setup_window), (load_properties), (gcompris_get_properties): -2- sync with the windows version * src/gcompris/properties.c: (gcompris_properties_new), (gcompris_properties_save), (read_boards_status): -2- * src/gcompris/properties.h: -2- ChangeLog | 24 +++++++++++++++ boards/boardicons/enumerate.png | Bin 15608 -> 8746 bytes boards/images/enumerate_background.jpg | Bin 36447 -> 31979 bytes boards/skins/default/dialogbox.png | Bin 76710 -> 15002 bytes configure.in | 2 +- gcompris.spec.in | 18 +++++++++++ src/boards/menu.c | 9 ++++- src/gcompris/about.c | 9 +++++- src/gcompris/gameutil.c | 51 +++++++++++++++++-------------- src/gcompris/gcompris.c | 29 +++++++++++++++++- src/gcompris/properties.c | 23 +++++++------- src/gcompris/properties.h | 3 +- 12 files changed, 128 insertions(+), 40 deletions(-) commit 7bf0f6107c98598f906de1b6f33e9e6060dd9168 Author: Bruno Coudoin Date: Mon May 24 22:13:52 2004 +0000 updated po/ChangeLog | 4 + po/fr.po | 298 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 172 insertions(+), 130 deletions(-) commit 8f4c630f096bb6224eea823dc880627c6903dc48 Author: Adam Weinberger Date: Mon May 24 21:50:18 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++++ po/en_CA.po | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) commit 90caf0e0377962d71259e448dd8d2a137b3dfddb Author: Alexander Winston Date: Sun May 23 02:16:46 2004 +0000 Updated Canadian English translation. 2004-05-22 Alexander Winston * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 399 +++++++++++++++++++--------------------------------------- 2 files changed, 135 insertions(+), 268 deletions(-) commit 0aef0f543b9477653d270f3367c53e8f98873af7 Author: Bruno Coudoin Date: Wed May 19 21:13:49 2004 +0000 update pt.po by Jose Jorge po/ChangeLog | 4 + po/pt.po | 1225 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 663 insertions(+), 566 deletions(-) commit 1832a0e92db9775940174efd03d8ce2c97f70c4c Author: Bruno Coudoin Date: Wed May 19 20:26:10 2004 +0000 now use a multiline area for the board description. There is no more need * src/boards/menu.c: (item_event), (create_info_area): now use a multiline area for the board description. There is no more need to manually multi line descriptions in the po files. One more long standing annoying issue. * src/gcompris/about.c: (gcompris_about_start): fixed layout src/boards/menu.c | 27 ++++++++++++++++++++++----- src/gcompris/about.c | 6 +++--- 2 files changed, 25 insertions(+), 8 deletions(-) commit 096e31cd2eead759e3ae4522423d97237d22af39 Author: Bruno Coudoin Date: Tue May 18 23:24:34 2004 +0000 all .ogg remixed to mono and normalized * boards/sounds/fr/geography/alaska.ogg: all .ogg remixed to mono and normalized * boards/sounds/fr/geography/argentina.ogg: * boards/sounds/fr/geography/bahamas.ogg: * boards/sounds/fr/geography/bolivia.ogg: * boards/sounds/fr/geography/brazil.ogg: * boards/sounds/fr/geography/canada.ogg: * boards/sounds/fr/geography/chile.ogg: * boards/sounds/fr/geography/colombia.ogg: * boards/sounds/fr/geography/costa_rica.ogg: * boards/sounds/fr/geography/cuba.ogg: * boards/sounds/fr/geography/dominican_republic.ogg: * boards/sounds/fr/geography/ecuador.ogg: * boards/sounds/fr/geography/french_guiana.ogg: * boards/sounds/fr/geography/greenland.ogg: * boards/sounds/fr/geography/guatemala.ogg: * boards/sounds/fr/geography/guyana.ogg: * boards/sounds/fr/geography/haiti.ogg: * boards/sounds/fr/geography/honduras.ogg: * boards/sounds/fr/geography/iceland.ogg: * boards/sounds/fr/geography/jamaica.ogg: * boards/sounds/fr/geography/mexico.ogg: * boards/sounds/fr/geography/nicaragua.ogg: * boards/sounds/fr/geography/panama.ogg: * boards/sounds/fr/geography/paraguay.ogg: * boards/sounds/fr/geography/peru.ogg: * boards/sounds/fr/geography/salvador.ogg: * boards/sounds/fr/geography/suriname.ogg: * boards/sounds/fr/geography/uruguay.ogg: * boards/sounds/fr/geography/usa.ogg: * boards/sounds/fr/geography/venezuela.ogg: * boards/sounds/fr/misc/back.ogg: * boards/sounds/fr/misc/by.ogg: * boards/sounds/fr/misc/click_on_letter.ogg: * boards/sounds/fr/misc/configuration.ogg: * boards/sounds/fr/misc/congratulation.ogg: * boards/sounds/fr/misc/equal.ogg: * boards/sounds/fr/misc/good.ogg: * boards/sounds/fr/misc/great.ogg: * boards/sounds/fr/misc/help.ogg: * boards/sounds/fr/misc/minus.ogg: * boards/sounds/fr/misc/ok.ogg: * boards/sounds/fr/misc/outof.ogg: * boards/sounds/fr/misc/plus.ogg: * boards/sounds/fr/misc/quit.ogg: * boards/sounds/fr/misc/super.ogg: * boards/sounds/fr/misc/welcome.ogg: * configure.in: changed to release 6.0PRE1 * src/gcompris/config.c: (item_event_ok): do not call initsound if not needed * src/gcompris/properties.c: (gcompris_properties_new), (gcompris_properties_save): fixed win98 config file path * src/gcompris/sdlplayer.c: (sdlplayer_init): changed sdl init params to take less CPU * src/gcompris/soundutil.c: (initSound): fixed call to initsound if not needed ChangeLog | 63 +++++++++++++++++++++ boards/sounds/fr/geography/alaska.ogg | Bin 16366 -> 11455 bytes boards/sounds/fr/geography/argentina.ogg | Bin 16108 -> 11993 bytes boards/sounds/fr/geography/bahamas.ogg | Bin 16700 -> 12517 bytes boards/sounds/fr/geography/bolivia.ogg | Bin 12439 -> 9044 bytes boards/sounds/fr/geography/brazil.ogg | Bin 14175 -> 10264 bytes boards/sounds/fr/geography/canada.ogg | Bin 14406 -> 10052 bytes boards/sounds/fr/geography/chile.ogg | Bin 14346 -> 10178 bytes boards/sounds/fr/geography/colombia.ogg | Bin 15266 -> 10885 bytes boards/sounds/fr/geography/costa_rica.ogg | Bin 19381 -> 13257 bytes boards/sounds/fr/geography/cuba.ogg | Bin 16500 -> 11758 bytes boards/sounds/fr/geography/dominican_republic.ogg | Bin 29178 -> 21059 bytes boards/sounds/fr/geography/ecuador.ogg | Bin 16223 -> 12154 bytes boards/sounds/fr/geography/french_guiana.ogg | Bin 25443 -> 17211 bytes boards/sounds/fr/geography/greenland.ogg | Bin 14739 -> 11092 bytes boards/sounds/fr/geography/guatemala.ogg | Bin 18278 -> 13123 bytes boards/sounds/fr/geography/guyana.ogg | Bin 14521 -> 10072 bytes boards/sounds/fr/geography/haiti.ogg | Bin 15774 -> 13317 bytes boards/sounds/fr/geography/honduras.ogg | Bin 16353 -> 11575 bytes boards/sounds/fr/geography/iceland.ogg | Bin 15712 -> 11163 bytes boards/sounds/fr/geography/jamaica.ogg | Bin 20283 -> 14740 bytes boards/sounds/fr/geography/mexico.ogg | Bin 20872 -> 13939 bytes boards/sounds/fr/geography/nicaragua.ogg | Bin 20202 -> 13616 bytes boards/sounds/fr/geography/panama.ogg | Bin 16171 -> 12331 bytes boards/sounds/fr/geography/paraguay.ogg | Bin 17271 -> 12710 bytes boards/sounds/fr/geography/peru.ogg | Bin 13266 -> 9450 bytes boards/sounds/fr/geography/salvador.ogg | Bin 20092 -> 13600 bytes boards/sounds/fr/geography/suriname.ogg | Bin 16574 -> 10655 bytes boards/sounds/fr/geography/uruguay.ogg | Bin 17185 -> 12465 bytes boards/sounds/fr/geography/usa.ogg | Bin 28948 -> 19841 bytes boards/sounds/fr/geography/venezuela.ogg | Bin 19214 -> 14303 bytes boards/sounds/fr/misc/back.ogg | Bin 15608 -> 11000 bytes boards/sounds/fr/misc/by.ogg | Bin 12975 -> 10161 bytes boards/sounds/fr/misc/click_on_letter.ogg | Bin 37400 -> 18134 bytes boards/sounds/fr/misc/configuration.ogg | Bin 14736 -> 15581 bytes boards/sounds/fr/misc/congratulation.ogg | Bin 20542 -> 15085 bytes boards/sounds/fr/misc/equal.ogg | Bin 13639 -> 10565 bytes boards/sounds/fr/misc/good.ogg | Bin 12504 -> 9857 bytes boards/sounds/fr/misc/great.ogg | Bin 16228 -> 12431 bytes boards/sounds/fr/misc/help.ogg | Bin 12604 -> 9693 bytes boards/sounds/fr/misc/minus.ogg | Bin 16075 -> 12066 bytes boards/sounds/fr/misc/ok.ogg | Bin 11030 -> 8949 bytes boards/sounds/fr/misc/outof.ogg | Bin 22938 -> 16155 bytes boards/sounds/fr/misc/plus.ogg | Bin 14699 -> 11213 bytes boards/sounds/fr/misc/quit.ogg | Bin 13068 -> 9820 bytes boards/sounds/fr/misc/super.ogg | Bin 15506 -> 11608 bytes boards/sounds/fr/misc/welcome.ogg | Bin 30352 -> 23199 bytes configure.in | 6 +- src/gcompris/config.c | 19 ++++++- src/gcompris/gcompris.c | 28 ++++++---- src/gcompris/help.c | 10 +++- src/gcompris/properties.c | 44 +++++++++++--- src/gcompris/sdlplayer.c | 2 +- src/gcompris/skin.c | 4 + src/gcompris/soundutil.c | 9 +++ 55 files changed, 158 insertions(+), 27 deletions(-) commit a9b0c3a7c9d40f3c1d4dc8c8594ee3d8edc28b0a Author: Bruno Coudoin Date: Tue May 18 11:52:52 2004 +0000 sl.po: updated by damjan kovac po/ChangeLog | 4 + po/sl.po | 847 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 490 insertions(+), 361 deletions(-) commit f8fc571c7c1de85c1ed2f1e2b0ffba350259c370 Author: Bruno Coudoin Date: Mon May 17 18:59:51 2004 +0000 updated deutsch by * de.po: updated deutsch by po/ChangeLog | 4 + po/de.po | 1514 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 673 insertions(+), 845 deletions(-) commit d706b1c7555422c59296c0a26ad64c20fc85e09e Author: Bruno Coudoin Date: Sun May 16 23:54:54 2004 +0000 removed assetml dependancy added assetml, removed localename re-added * configure.in: removed assetml dependancy * src/gcompris/Makefile.am: added assetml, removed localename * src/gcompris/assetml.c: (assetml_get_locale), (reactivate_newline), (dump_asset), (assetml_add_xml_to_data), (matching), (parse_doc), (assetml_read_xml_file), (selectAssetML), (assetml_load_xml), (free_asset), (assetml_free_assetlist), (assetml_get_asset): re-added there to avoid dependancy * src/gcompris/assetml.h: re-added there to avoid dependancy * src/gcompris/gameutil.c: assetml header change * src/gcompris/gcompris.c: (gcompris_init): include win32 locale dep * src/gcompris/localename.c: removed * src/gcompris/properties.c: (gcompris_properties_new), (my_setenv): include win32 locale dep ChangeLog | 16 + configure.in | 2 +- src/gcompris/Makefile.am | 7 +- src/gcompris/assetml.c | 408 ++++++++++++++++ src/gcompris/assetml.h | 57 +++ src/gcompris/gameutil.c | 4 +- src/gcompris/gcompris.c | 16 +- src/gcompris/localename.c | 1183 --------------------------------------------- src/gcompris/properties.c | 62 +++- 9 files changed, 559 insertions(+), 1196 deletions(-) commit 96bdf05fd57bad876af404d947a3b4810b8c92cf Author: Vincent van Adrighem Date: Fri May 14 22:13:58 2004 +0000 Translation updated by Tino Meinen. 2004-05-15 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 114 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 59 insertions(+), 59 deletions(-) commit 47807cc13d3724bf3764d1f076d5dae0200b008f Author: Bruno Coudoin Date: Thu May 13 23:00:36 2004 +0000 added checks on missing fiels in the xml boards files. gcompris won't * src/gcompris/gameutil.c: (gcompris_add_xml_to_data): added checks on missing fiels in the xml boards files. gcompris won't start if some mandatory fields are missing. ChangeLog | 5 +++++ po/fr.po | 7 +++---- src/gcompris/gameutil.c | 13 +++++++++++-- 3 files changed, 19 insertions(+), 6 deletions(-) commit 4d05bc1df25bbcbc71955ce59cab58252a30b5a5 Author: Bruno Coudoin Date: Wed May 12 23:00:14 2004 +0000 fixed bugs on the win32 side -A- fixed to cleanly disable sounds if SDL * src/gcompris/log.c: (gcompris_log_start), (gcompris_log_end): fixed bugs on the win32 side * src/gcompris/sdlplayer.c: (sdlplayer_init): -A- fixed to cleanly disable sounds if SDL fails to init audio out * src/gcompris/soundutil.c: (initSound): -A- ChangeLog | 7 +++++++ po/fr.po | 19 +------------------ src/gcompris/log.c | 20 +++++++++++++++++++- src/gcompris/sdlplayer.c | 1 + src/gcompris/soundutil.c | 8 ++++++-- 5 files changed, 34 insertions(+), 21 deletions(-) commit 7f838558506b809e1006ff0928fb597c3d626b81 Author: Bruno Coudoin Date: Wed May 12 20:30:36 2004 +0000 converted to UTF-8 po/de.po | 481 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 241 insertions(+), 240 deletions(-) commit 40dbf250292581e2ea9ceee2f464961e6df21e46 Author: Miloslav Trmac Date: Wed May 12 11:30:20 2004 +0000 Updated Czech translation. 2004-05-12 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++ po/cs.po | 112 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 58 insertions(+), 58 deletions(-) commit 12e1c1f4004ad5f8d1f22414852b11df8e3282b6 Author: Bruno Coudoin Date: Tue May 11 23:08:05 2004 +0000 fixed messages fixed messages fixed messages cleanup jpeg fuzzy cleanup * boards/chess_computer.xml.in: fixed messages * boards/chess_movelearn.xml.in: fixed messages * boards/chess_partyend.xml.in: fixed messages * boards/images/scenery3_background.jpg: cleanup jpeg fuzzy * boards/images/scenery_background.jpg: cleanup jpeg fuzzy * boards/images/superbrain_background.jpg: cleanup jpeg fuzzy * boards/skins/default/help_bg.png: now bigger * boards/superbrain.xml.in: fixed messages * configure.in: changed french alphabet version VERSION_VOICES_ALPHABET_FR=1.1 * src/gcompris/help.c: (gcompris_help_start): fixed layout ChangeLog | 13 +++++++++++++ boards/chess_computer.xml.in | 4 +--- boards/chess_movelearn.xml.in | 4 +--- boards/chess_partyend.xml.in | 4 +--- boards/images/scenery3_background.jpg | Bin 28132 -> 27472 bytes boards/images/scenery_background.jpg | Bin 43518 -> 42789 bytes boards/images/superbrain_background.jpg | Bin 54365 -> 53584 bytes boards/skins/default/help_bg.png | Bin 15280 -> 16981 bytes boards/superbrain.xml.in | 2 -- configure.in | 4 ++-- src/gcompris/help.c | 6 +++--- 11 files changed, 21 insertions(+), 16 deletions(-) commit 14ea8a2aba715ac03d7047145ebf39a2b4f2b06b Author: Bruno Coudoin Date: Tue May 11 22:35:34 2004 +0000 updated po/POTFILES.in | 1 - po/fr.po | 397 +++++++++++++++++++++----------------------------------- 2 files changed, 150 insertions(+), 248 deletions(-) commit 052dea60d106576014c5557f67df8f6a0b2f8ccf Author: Bruno Coudoin Date: Mon May 10 23:17:45 2004 +0000 added traces src/gcompris/gameutil.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 11aed176e822cf7a72c1befc2aa8bf997e851382 Author: Bruno Coudoin Date: Mon May 10 22:13:55 2004 +0000 updated po/ChangeLog | 4 ++++ po/POTFILES.in | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) commit a6cd9a80e942892cebbf2fbae75a56e84f27325e Author: Bruno Coudoin Date: Mon May 10 22:04:34 2004 +0000 VERSION_VOICES_ALPHABET_FR is now release 1.1 ChangeLog | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 92 insertions(+), 1 deletions(-) commit 84842d698bf81c11e5f125fbf52f776020357a2f Author: Bruno Coudoin Date: Mon May 10 22:02:35 2004 +0000 Reworked all the french alphabet sounds to normalize them and une mono boards/skins/default/help_bg.png: remade this image cause it was bugging winxp boards/skins/default/help_bg.png | Bin 10483 -> 15280 bytes boards/sounds/fr/alphabet/0.ogg | Bin 15900 -> 10755 bytes boards/sounds/fr/alphabet/1.ogg | Bin 12637 -> 9828 bytes boards/sounds/fr/alphabet/10.ogg | Bin 14269 -> 10989 bytes boards/sounds/fr/alphabet/2.ogg | Bin 12876 -> 8167 bytes boards/sounds/fr/alphabet/3.ogg | Bin 13375 -> 8492 bytes boards/sounds/fr/alphabet/4.ogg | Bin 14169 -> 11232 bytes boards/sounds/fr/alphabet/5.ogg | Bin 16365 -> 13097 bytes boards/sounds/fr/alphabet/6.ogg | Bin 15713 -> 12530 bytes boards/sounds/fr/alphabet/7.ogg | Bin 18433 -> 11785 bytes boards/sounds/fr/alphabet/8.ogg | Bin 15371 -> 10973 bytes boards/sounds/fr/alphabet/9.ogg | Bin 15969 -> 11516 bytes boards/sounds/fr/alphabet/README | 1 + boards/sounds/fr/alphabet/a.ogg | Bin 10078 -> 8722 bytes boards/sounds/fr/alphabet/b.ogg | Bin 30435 -> 8394 bytes boards/sounds/fr/alphabet/c.ogg | Bin 32079 -> 8061 bytes boards/sounds/fr/alphabet/d.ogg | Bin 38759 -> 7058 bytes boards/sounds/fr/alphabet/e.ogg | Bin 38190 -> 7895 bytes boards/sounds/fr/alphabet/f.ogg | Bin 28210 -> 10683 bytes boards/sounds/fr/alphabet/g.ogg | Bin 29084 -> 7945 bytes boards/sounds/fr/alphabet/h.ogg | Bin 44450 -> 10468 bytes boards/sounds/fr/alphabet/i.ogg | Bin 34479 -> 7051 bytes boards/sounds/fr/alphabet/j.ogg | Bin 33726 -> 7967 bytes boards/sounds/fr/alphabet/k.ogg | Bin 28527 -> 6909 bytes boards/sounds/fr/alphabet/l.ogg | Bin 39633 -> 10072 bytes boards/sounds/fr/alphabet/m.ogg | Bin 35486 -> 11036 bytes boards/sounds/fr/alphabet/n.ogg | Bin 40758 -> 10446 bytes boards/sounds/fr/alphabet/o.ogg | Bin 26139 -> 6779 bytes boards/sounds/fr/alphabet/p.ogg | Bin 31915 -> 6860 bytes boards/sounds/fr/alphabet/q.ogg | Bin 32589 -> 7637 bytes boards/sounds/fr/alphabet/r.ogg | Bin 10703 -> 11279 bytes boards/sounds/fr/alphabet/s.ogg | Bin 34029 -> 11462 bytes boards/sounds/fr/alphabet/t.ogg | Bin 37957 -> 7091 bytes boards/sounds/fr/alphabet/u.ogg | Bin 27789 -> 7101 bytes boards/sounds/fr/alphabet/v.ogg | Bin 33285 -> 8332 bytes boards/sounds/fr/alphabet/w.ogg | Bin 41108 -> 14077 bytes boards/sounds/fr/alphabet/x.ogg | Bin 25017 -> 10937 bytes boards/sounds/fr/alphabet/y.ogg | Bin 39089 -> 13029 bytes boards/sounds/fr/alphabet/z.ogg | Bin 33791 -> 13559 bytes 39 files changed, 1 insertions(+), 0 deletions(-) commit 77fbb14d439b87c8fdfcec919959a6f3d070253e Author: Bruno Coudoin Date: Mon May 10 20:58:47 2004 +0000 transformed to mono boards/sounds/fr/alphabet/r.ogg | Bin 31693 -> 10703 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit a4e387188c3c16a65f8aabb7602fd6e298b1fcf7 Author: Bruno Coudoin Date: Mon May 10 20:32:32 2004 +0000 tux got his right color back boards/images/scenery3_background.jpg | Bin 28040 -> 28132 bytes boards/images/scenery_background.jpg | Bin 44111 -> 43518 bytes boards/images/superbrain_background.jpg | Bin 58747 -> 54365 bytes 3 files changed, 0 insertions(+), 0 deletions(-) commit 025b94f69ef288a3e55e86551e4cc446d2fc2788 Author: Bruno Coudoin Date: Sat May 8 22:13:28 2004 +0000 fixed coord added SDL, removed ogg, ao, vorbis * boards/paintings/board3_0.xml.in: fixed coord * configure.in: added SDL, removed ogg, ao, vorbis boards/paintings/board3_0.xml.in | 6 +++--- configure.in | 32 ++++++++++++-------------------- 2 files changed, 15 insertions(+), 23 deletions(-) commit f0bc4fa31f6ae8c5f626f995f1227187228dfd43 Author: Bruno Coudoin Date: Sat May 8 22:12:45 2004 +0000 cleanup audio cleanup, fixes for win32 removed audio out selection removed * src/gcompris/Makefile.am: cleanup * src/gcompris/gcompris.c: (init_background), (setup_window), (gcompris_init): audio cleanup, fixes for win32 * src/gcompris/properties.c: (gcompris_properties_new), (gcompris_properties_save): removed audio out selection * src/gcompris/properties.h: removed audio out selection * src/gcompris/soundutil.c: (scheduler_bgnd), (thread_play_ogg): fixes for win32 src/gcompris/Makefile.am | 10 +- src/gcompris/gcompris.c | 29 +---- src/gcompris/oggplayer.c | 337 --------------------------------------------- src/gcompris/properties.c | 8 +- src/gcompris/properties.h | 3 +- src/gcompris/soundutil.c | 36 ++++-- 6 files changed, 34 insertions(+), 389 deletions(-) commit 58c01100ee978a61f4e8a6fe721cde1ab55f1038 Author: Bruno Coudoin Date: Sat May 8 22:01:41 2004 +0000 file taken from gnu gettext src/gcompris/localename.c | 1183 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 1183 insertions(+), 0 deletions(-) commit fc9a80bba55c0d27cc7ed8a16497d04e4ac19dd8 Author: Vincent van Adrighem Date: Thu May 6 19:35:52 2004 +0000 Translation updated by Tino Meinen. 2004-05-06 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 254 ++++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 198 insertions(+), 60 deletions(-) commit c5f192a33ac471f6db201ec0c8cd21d9dc828a4e Author: Miloslav Trmac Date: Thu May 6 12:15:16 2004 +0000 Updated Czech translation. 2004-05-06 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 ++++ po/cs.po | 49 +++++++++++++++++++++++++++---------------------- 2 files changed, 31 insertions(+), 22 deletions(-) commit 6fa4eb8dffc848de611c205d0a82e13589bdf4b1 Author: Bruno Coudoin Date: Tue May 4 23:48:49 2004 +0000 updated by bruno po/POTFILES.in | 3 +- po/fr.po | 1054 +++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 662 insertions(+), 395 deletions(-) commit 12e7932aafdec59d93b8a2d3319c3fa6353e0a92 Author: Bruno Coudoin Date: Tue May 4 23:47:56 2004 +0000 removed minouche removed, redundant with hexagon fixed to use clean UTF-8 * src/boards/python/Makefile.am: removed minouche * src/boards/python/minouche.py: removed, redundant with hexagon * src/boards/wordsgame.c: (words_table_foreach_remove), (key_press), (remove_old_word), (wordsgame_create_item), (player_win): fixed to use clean UTF-8 implementation. Works on mingw as well. * src/gcompris/Makefile.am: added sdlplayer * src/gcompris/board.c: (board_check_file), (board_play): replaced assert by g_assert. More printout * src/gcompris/bonus.c: (board_finished), (bonus_image): replaced assert by g_assert * src/gcompris/gcompris.c: (setup_window): replaced stderr printout to stdout * src/gcompris/oggplayer.c: (decode_ogg_file), (display_ogg_file_credits): replaced stderr printout to stdout * src/gcompris/sdlplayer.c: (errorv), (cleanExit), (sdlplayer_init), (sdlplayer_quit), (sdlplayer_bg), (sdlplayer): created to replace oggplayer * src/gcompris/soundutil.c: (initSound), (scheduler_bgnd), (thread_play_ogg): now uses sdlplayer src/boards/python/Makefile.am | 1 - src/boards/python/minouche.py | 136 --------------------------------- src/boards/wordsgame.c | 50 +++++++------ src/gcompris/Makefile.am | 10 ++- src/gcompris/board.c | 10 ++- src/gcompris/bonus.c | 4 +- src/gcompris/gcompris.c | 4 +- src/gcompris/oggplayer.c | 50 ++++++------ src/gcompris/sdlplayer.c | 166 +++++++++++++++++++++++++++++++++++++++++ src/gcompris/soundutil.c | 9 ++- 10 files changed, 241 insertions(+), 199 deletions(-) commit 077deca2fbb085310b13eb828b01aeb86a567c04 Author: Bruno Coudoin Date: Tue May 4 23:47:26 2004 +0000 i * boards/Makefile.am: removed minouche * boards/doubleentry/board3_0.xml.in: fixed audio naming * boards/doubleentry/boardicon.png: removed, unused here * boards/doubleentry/gcompris-bg.png: color change * boards/geography/board1_0.xml.in: added a zoomed part (caribean) * boards/geography/northamerica/cuba.png: bigger * boards/geography/northamerica/dominican_republic.png: bigger * boards/geography/northamerica/haiti.png: bigger * boards/geography/northamerica/jamaica.png: bigger * boards/geography/northamerica/north_america.png: added a zoomed part * boards/minouche.xml.in: removed, redundant with hexagon * boards/skins/default/help_bg.png: color change boards/Makefile.am | 1 - boards/doubleentry/board3_0.xml.in | 23 ++++++++++++------- boards/doubleentry/boardicon.png | Bin 2367 -> 0 bytes boards/doubleentry/gcompris-bg.png | Bin 75581 -> 75035 bytes boards/geography/board1_0.xml.in | 8 +++--- boards/geography/northamerica/cuba.png | Bin 467 -> 3206 bytes .../geography/northamerica/dominican_republic.png | Bin 312 -> 1276 bytes boards/geography/northamerica/haiti.png | Bin 308 -> 1056 bytes boards/geography/northamerica/jamaica.png | Bin 223 -> 696 bytes boards/geography/northamerica/north_america.png | Bin 16110 -> 34904 bytes boards/minouche.xml.in | 19 ---------------- boards/skins/default/help_bg.png | Bin 11574 -> 10483 bytes 12 files changed, 18 insertions(+), 33 deletions(-) commit 458082c15af8543daec1495e82a5acd2847f042e Author: Bruno Coudoin Date: Tue Apr 27 21:15:47 2004 +0000 taken from the pan project taken from the pan project now really GB flag * README.mingw: taken from the pan project * README.windows: taken from the pan project * boards/flags/en_GB.png: now really GB flag * po/POTFILES.in: updated * src/gcompris/gameutil.c: (gcompris_get_board_from_section): added traces * src/gcompris/soundutil.c: (scheduler): added a lock that was deadlocking on windows. ChangeLog | 9 ++++ README.mingw | 96 ++++++++++++++++++++++++++++++++++++++++++++++ README.windows | 9 ++++ boards/flags/en_GB.png | Bin 0 -> 2688 bytes po/POTFILES.in | 2 + src/gcompris/gameutil.c | 8 +++- src/gcompris/soundutil.c | 3 +- 7 files changed, 124 insertions(+), 3 deletions(-) commit 3c46bee54abff43984f28b80177d6623709130c8 Author: Bruno Coudoin Date: Tue Apr 27 21:09:25 2004 +0000 updated pt.po by Jose Jorge po/ChangeLog | 4 ++++ po/pt.po | 53 ++++++++++++++++++++++------------------------------- 2 files changed, 26 insertions(+), 31 deletions(-) commit bdb75d908e54170b531ce8ed5278123d71caa2f2 Author: Vincent van Adrighem Date: Fri Apr 23 19:47:59 2004 +0000 Translation updated by Tino Meinen. 2004-04-23 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 366 +++++++++++++++++++--------------------------------------- 2 files changed, 124 insertions(+), 246 deletions(-) commit 84ab7c4d73e23c6304b91833f447ee268d860cc0 Author: Gareth Owen Date: Mon Apr 19 22:34:27 2004 +0000 Updated British English translation po/ChangeLog | 4 ++++ po/en_GB.po | 44 ++++++++++++++++++++++++-------------------- 2 files changed, 28 insertions(+), 20 deletions(-) commit adea8b7211bb164ab6105ed91608879e41612994 Author: Adam Weinberger Date: Mon Apr 19 21:41:47 2004 +0000 Updated Canadian English transltion. * en_CA.po: Updated Canadian English transltion. po/ChangeLog | 4 ++++ po/en_CA.po | 36 +++++++++++++++++++++++------------- 2 files changed, 27 insertions(+), 13 deletions(-) commit 9ed19f0ed12e35103b1039182e5ff9e7f9921316 Author: Artur Flinta Date: Mon Apr 19 12:37:12 2004 +0000 Updated Polish translation by GNOME PL Team. 2004-04-19 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. po/ChangeLog | 4 ++++ po/pl.po | 35 +++++++++++++++++++++++------------ 2 files changed, 27 insertions(+), 12 deletions(-) commit 72be42c1d487b48fa92a4ad46660639f9cd2f3ad Author: Miloslav Trmac Date: Mon Apr 19 08:08:32 2004 +0000 Updated Czech translation. 2004-04-19 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 241 ++++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 189 insertions(+), 56 deletions(-) commit 95c70b8f65cdef49c60e6a7b8f7f4b8003d32da7 Author: Bruno Coudoin Date: Mon Apr 19 00:11:17 2004 +0000 fixed bug debian Bug#244544 Fails to get locale * src/gcompris/config.c: (set_locale_flag): replaced LC_ALL by setlocale(LC_MESSAGES, NULL) * src/gcompris/gcompris.c: (gcompris_set_locale), (gcompris_init): replaced LC_ALL by setlocale(LC_MESSAGES, NULL) ChangeLog | 6 ++++++ src/gcompris/config.c | 4 ++-- src/gcompris/gcompris.c | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) commit 105661ab4a69930ee54603584e677b31cc8ec03d Author: Bruno Coudoin Date: Sun Apr 18 23:28:27 2004 +0000 fixed xml now uses portable readdir enstead of scandir. fixed memory leak. * boards/watercycle.xml.in: fixed xml * src/boards/clickgame.c: (clickgame_start), (clickgame_destroy_all_items), (clickgame_create_item), (load_random_pixmap): now uses portable readdir enstead of scandir. fixed memory leak. * src/gcompris/oggplayer.c: fixed includes headers * src/gcompris/soundutil.c: (initSound), (setSoundPolicy), (scheduler_bgnd), (scheduler), (get_next_sound_to_play), (gcompris_play_ogg_list): changed to use portable gthreads instead of pthreads * src/gcompris/soundutil.h: removed PLAY_OVERRIDE_ALL option. It was never used and was hard to port to gthreads. ChangeLog | 13 +++++ boards/watercycle.xml.in | 2 +- src/boards/clickgame.c | 68 +++++++++++++++++-------- src/gcompris/oggplayer.c | 4 +- src/gcompris/soundutil.c | 121 +++++++++++++++++++--------------------------- src/gcompris/soundutil.h | 8 --- 6 files changed, 111 insertions(+), 105 deletions(-) commit f02fc4acd3b3511b7831039b866509fd4ca20d9d Author: Artur Flinta Date: Sat Apr 17 20:58:19 2004 +0000 Updated Polish translation by GNOME PL Team. 2004-04-17 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. po/ChangeLog | 4 + po/pl.po | 776 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 394 insertions(+), 386 deletions(-) commit 39b472ead870e839c11206d97c10b771a26156c0 Author: Kjartan Maraas Date: Sat Apr 17 09:12:13 2004 +0000 Updated Norwegian translation. 2004-04-17 Kjartan Maraas * no.po: Updated Norwegian translation. po/ChangeLog | 4 + po/no.po | 1173 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 632 insertions(+), 545 deletions(-) commit 308e9afff15f1ceabc5014dfffadc90e0e5f05f0 Author: Gareth Owen Date: Fri Apr 16 21:41:25 2004 +0000 Updated British English translation po/ChangeLog | 4 + po/en_GB.po | 1064 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 604 insertions(+), 464 deletions(-) commit 7f840d7203bcd5d726936648a5429e0d0d4f37f2 Author: Miloslav Trmac Date: Fri Apr 16 16:21:32 2004 +0000 Updated Czech translation. 2004-04-16 Miloslav Trmac * cs.po: Updated Czech translation. po/ChangeLog | 4 + po/cs.po | 877 ++++++++++++++++++++++++++------------------------------- 2 files changed, 404 insertions(+), 477 deletions(-) commit a623f74f67eb7ea72e837331c4a28794f8952116 Author: Nikos Charonitakis Date: Fri Apr 16 07:44:41 2004 +0000 Updated Greek translation by P. Velonis po/ChangeLog | 5 + po/el.po | 1838 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 1053 insertions(+), 790 deletions(-) commit 05a4aa811a432a08a88fcf0e2e2a6b9ed5ebfa42 Author: Vincent van Adrighem Date: Fri Apr 16 00:18:44 2004 +0000 Translation updated by Tino Meinen. 2004-04-16 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 874 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 526 insertions(+), 352 deletions(-) commit d534118b5d9c3750068373f46fc0a7588b49b91c Author: Andras Timar Date: Thu Apr 15 22:17:04 2004 +0000 Updated Hungarian translation. 2004-04-15 Andras Timar * hu.po: Updated Hungarian translation. po/ChangeLog | 4 + po/hu.po | 600 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 268 insertions(+), 336 deletions(-) commit 6c6ffa6949ebe807aff056d90d5ab449d1f36d1e Author: Adam Weinberger Date: Thu Apr 15 20:01:31 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 1136 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 660 insertions(+), 480 deletions(-) commit 152f0dfd3ce76b57c7f4c1d7a54d028c1673a8a0 Author: Bruno Coudoin Date: Wed Apr 14 17:16:18 2004 +0000 Bugzilla #139771: Strings addition, fixes by Adam Weinberger Bugzilla #140045: s/strwaberry/strawberry/ in hexagon.xml.in ChangeLog | 88 ++++++++++++++++++++++++++++++++++++ boards/advanced_colors.xml.in | 6 +- boards/algebra_by.xml.in | 11 ++--- boards/algebra_guesscount.xml.in | 7 ++- boards/algebra_minus.xml.in | 9 ++-- boards/algebra_plus.xml.in | 8 ++-- boards/algorithm.xml.in | 4 +- boards/babymatch.xml.in | 12 +++--- boards/babyshapes.xml.in | 7 +-- boards/billard.xml.in | 12 +++--- boards/canal_lock.xml.in | 6 +- boards/chess_computer.xml.in | 2 +- boards/chess_movelearn.xml.in | 2 +- boards/chess_partyend.xml.in | 2 +- boards/chronos.xml.in | 8 ++-- boards/click_on_letter.xml.in | 6 +- boards/clickgame.xml.in | 8 ++-- boards/clockgame.xml.in | 6 +- boards/colors.xml.in | 6 +- boards/doubleentry.xml.in | 4 +- boards/draw.xml.in | 12 +++--- boards/enumerate.xml.in | 4 +- boards/erase.xml.in | 2 +- boards/fifteen.xml.in | 2 +- boards/gcompris_pixmaps.assetml.in | 20 ++++---- boards/hanoi.xml.in | 7 ++- boards/hexagon.xml.in | 5 +- boards/imagename.xml.in | 8 +--- boards/leftright.xml.in | 10 ++-- boards/maze3D.xml.in | 4 +- boards/melody.xml.in | 7 +-- boards/memory.xml.in | 8 ++-- boards/menu.xml.in | 22 +++++----- boards/minouche.xml.in | 5 +- boards/missing_letter.xml.in | 2 +- boards/money.xml.in | 4 +- boards/money_cents.xml.in | 4 +- boards/paintings.xml.in | 6 +-- boards/paratrooper.xml.in | 12 +++--- boards/planegame.xml.in | 4 +- boards/pythontest.xml.in | 2 +- boards/railroad.xml.in | 8 ++-- boards/read_colors.xml.in | 4 +- boards/readingh.xml.in | 8 ++-- boards/readingv.xml.in | 8 ++-- boards/redraw.xml.in | 18 ++++---- boards/redraw_symmetrical.xml.in | 18 ++++---- boards/reversecount.xml.in | 15 +++--- boards/scalesboard.xml.in | 10 ++-- boards/smallnumbers.xml.in | 10 ++-- boards/submarine.xml.in | 4 +- boards/superbrain.xml.in | 8 ++-- boards/target.xml.in | 14 +++--- boards/traffic.xml.in | 4 +- boards/watercycle.xml.in | 9 ++-- boards/wordsgame.xml.in | 4 +- src/boards/algebra.c | 2 +- src/boards/canal_lock.c | 2 +- src/boards/chess.c | 2 +- src/boards/click_on_letter.c | 4 +- src/boards/clickgame.c | 2 +- src/boards/clockgame.c | 2 +- src/boards/draw.c | 2 +- src/boards/fifteen.c | 2 +- src/boards/hanoi.c | 4 +- src/boards/leftright.c | 2 +- src/boards/money_widget.c | 2 +- src/boards/paratrooper.c | 2 +- src/boards/python.c | 6 +- src/boards/railroad.c | 2 +- src/boards/reversecount.c | 2 +- src/boards/shapegame.c | 2 +- src/boards/superbrain.c | 2 +- src/boards/target.c | 4 +- src/gcompris/about.c | 2 +- src/gcompris/board.c | 4 +- src/gcompris/config.c | 2 +- src/gcompris/gameutil.c | 8 ++-- src/gcompris/gcompris.c | 10 ++-- src/gcompris/log.c | 2 +- src/gcompris/oggplayer.c | 4 +- src/gcompris/soundutil.c | 2 +- src/gcompris/timer.c | 2 +- 83 files changed, 332 insertions(+), 256 deletions(-) commit 296060559bddbc31d3ac90f82a777b0d302a0d1d Author: Bruno Coudoin Date: Tue Apr 13 22:56:14 2004 +0000 fixed for out of source compilation. Thanks to Mike Castle for that. - * docs/C/Makefile.am: fixed for out of source compilation. Thanks to Mike Castle for that. * docs/fr/Makefile.am: - * src/boards/algebra.c: fixes for windows. * src/boards/maze.c: (maze_next_level), (generateMaze): fixes for windows. * src/gcompris/.cvsignore: updated * src/gcompris/board.c: (board_check_file), (board_play): added traces * src/gcompris/gameutil.c: added traces. Add now the full xml file path in gcompris_load_menus before calling gcompris_read_xml_file ChangeLog | 11 +++++++++++ docs/C/Makefile.am | 2 +- docs/fr/Makefile.am | 2 +- src/boards/algebra.c | 2 +- src/boards/maze.c | 8 ++++---- src/gcompris/.cvsignore | 1 + src/gcompris/board.c | 2 -- src/gcompris/gameutil.c | 21 +++++++++++++++++---- src/gcompris/gcompris.c | 8 +++++--- 9 files changed, 41 insertions(+), 16 deletions(-) commit 14ab04374247e35d9c0c35cfd5d21d5f5e30fcad Author: Gustavo Maciel Dias Vieira Date: Tue Apr 13 19:39:39 2004 +0000 Updated Brazilian Portuguese translation done by Viviani Ap. dos Santos 2004-04-13 Gustavo Maciel Dias Vieira * pt_BR.po: Updated Brazilian Portuguese translation done by Viviani Ap. dos Santos . po/ChangeLog | 5 + po/pt_BR.po | 382 ++++++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 308 insertions(+), 79 deletions(-) commit 3c3bed5a90412ebe667fe47bee6afba3b7e97fcc Author: Evandro Fernandes Giovanini Date: Sat Apr 10 23:18:30 2004 +0000 Updated Brazilian Portuguese translation from Viviani Ap. dos Santos 2004-04-10 Evandro Fernandes Giovanini * pt_BR.po: Updated Brazilian Portuguese translation from Viviani Ap. dos Santos . po/ChangeLog | 5 + po/pt_BR.po | 313 +++++++++++++++++----------------------------------------- 2 files changed, 94 insertions(+), 224 deletions(-) commit 5d9a39d6dfa5f42e42e2188a7b6614eefc160509 Author: Gareth Owen Date: Sat Apr 10 20:37:10 2004 +0000 Updated British English translation po/ChangeLog | 4 ++ po/en_GB.po | 166 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 116 insertions(+), 54 deletions(-) commit b4c186e30d915a4ea6596a9c20c23d9526e99c45 Author: Francisco Javier F. Serrador Date: Fri Apr 9 23:01:34 2004 +0000 Updated Spanish translation. 2004-04-10 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 272 ++++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 195 insertions(+), 81 deletions(-) commit 226201e5864e1e6aef3b917c02fa79434b550018 Author: Adam Weinberger Date: Thu Apr 8 14:52:33 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 ++ po/en_CA.po | 147 +++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 104 insertions(+), 47 deletions(-) commit d97bd0181014460f212349a59fd6abf18756f603 Author: Artur Flinta Date: Thu Apr 8 13:20:04 2004 +0000 Updated Polish translation by GNOME PL Team. 2004-04-08 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. po/ChangeLog | 4 ++ po/pl.po | 148 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 107 insertions(+), 45 deletions(-) commit e872e97eaec63aef8e317d019908a56944a9911a Author: Vincent van Adrighem Date: Wed Apr 7 20:19:00 2004 +0000 Translation updated by Tino Meinen. 2004-04-07 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 147 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 105 insertions(+), 46 deletions(-) commit 8b3752791e71ff3d32d329fb53c148762ec77c3d Author: Miloslav Trmac Date: Wed Apr 7 12:49:41 2004 +0000 Update Czech translation po/ChangeLog | 4 ++ po/cs.po | 142 +++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 100 insertions(+), 46 deletions(-) commit 9ae298ea0dcc8c0cb1948e4ec3ee0aa9cb282128 Author: Bruno Coudoin Date: Mon Apr 5 22:24:58 2004 +0000 create to make the gcompris library ChangeLog | 10 ++ src/gcompris/gcompris-marshal.c | 131 ++++++++++++++++++++++++ src/gcompris/gcompris-marshal.h | 28 +++++ src/gcompris/gcompris-marshal.list | 2 + src/gcompris/libgcompris-1.0-uninstalled.pc.in | 11 ++ src/gcompris/libgcompris-1.0.pc.in | 11 ++ 6 files changed, 193 insertions(+), 0 deletions(-) commit 27cd8357fe0f50a466af32725e6e1f2bec84824c Author: Vincent van Adrighem Date: Sun Apr 4 22:07:21 2004 +0000 Translation updated by Tino Meinen. 2004-04-05 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 13 ++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) commit 56ccf49cfbf108676e7748a04916c435fb7a83f6 Author: Bruno Coudoin Date: Fri Apr 2 23:02:07 2004 +0000 removed a german word by Christof Petig ChangeLog | 4 ++++ src/boards/python/algorithm.py | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) commit d9cec1bfc931bba7728e5a06bec0524bb4d728c2 Author: Bruno Coudoin Date: Thu Apr 1 21:45:06 2004 +0000 added hexagon, manouche and algorithm. changed to english flag added * boards/Makefile.am: added hexagon, manouche and algorithm. * boards/flags/en.png: changed to english flag * configure.in: added windows dll creation macro and libgcompris creation * src/boards/Makefile.am: link against libgcompris-1.la so suit windows issue * src/boards/python/Makefile.am: added hexagon, manouche and algorithm. * src/gcompris/Makefile.am: creation of libgcompris-1.la * src/gcompris/config.c: added en_uk. * boards/algorithm.xml.in: created by Christof Petig and Ingo Konrad * boards/hexagon.xml.in: created by Christof Petig and Ingo Konrad * boards/minouche.xml.in: created by Christof Petig and Ingo Konrad * oards/boardicons/algorithm.png: created by Christof Petig and Ingo Konrad * boards/boardicons/hexagon.png: created by Christof Petig and Ingo Konrad * boards/boardicons/minouche.png: created by Christof Petig and Ingo Konrad * src/boards/python/algorithm.py: created by Christof Petig and Ingo Konrad * src/boards/python/hexagon.py: created by Christof Petig and Ingo Konrad * src/boards/python/minouche.py: created by Christof Petig and Ingo Konrad ChangeLog | 20 ++++ boards/Makefile.am | 41 +++++---- boards/algorithm.xml.in | 20 ++++ boards/boardicons/algorithm.png | Bin 0 -> 15463 bytes boards/boardicons/hexagon.png | Bin 0 -> 9055 bytes boards/boardicons/minouche.png | Bin 0 -> 6200 bytes boards/flags/en.png | Bin 1900 -> 1676 bytes boards/hexagon.xml.in | 20 ++++ boards/minouche.xml.in | 20 ++++ configure.in | 93 ++++++++++++++++++++- po/POTFILES.in | 3 + src/boards/Makefile.am | 74 ++++++++-------- src/boards/python/Makefile.am | 3 + src/boards/python/algorithm.py | 183 +++++++++++++++++++++++++++++++++++++++ src/boards/python/hexagon.py | 153 ++++++++++++++++++++++++++++++++ src/boards/python/minouche.py | 136 +++++++++++++++++++++++++++++ src/gcompris/Makefile.am | 136 ++++++++++++++++++++++------- src/gcompris/config.c | 5 +- 18 files changed, 816 insertions(+), 91 deletions(-) commit 27e19ffdda84d04e6ec35bb15b5e7eb543678df9 Author: Artur Flinta Date: Wed Mar 31 10:15:56 2004 +0000 Updated Polish translation by GNOME PL Team. 2004-03-31 Artur Flinta * pl.po: Updated Polish translation by GNOME PL Team. po/ChangeLog | 4 + po/pl.po | 621 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 343 insertions(+), 282 deletions(-) commit a5da105f11eaed17cf9d8f7783033a6f48693438 Author: Adam Weinberger Date: Wed Mar 31 03:21:41 2004 +0000 Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. po/ChangeLog | 4 + po/en_CA.po | 178 +++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 113 insertions(+), 69 deletions(-) commit a71a806016dd3aa6d90c9b55cf45d30044bf96e6 Author: Miloslav Trmac Date: Mon Mar 29 15:19:18 2004 +0000 Update Czech translation po/ChangeLog | 4 ++++ po/cs.po | 12 +++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) commit 0a7b41e43bd900ba21356e3de82f69c732bdd005 Author: Danilo Šegan Date: Fri Mar 26 16:10:30 2004 +0000 Updated Serbian translation. po/ChangeLog | 4 + po/sr.po | 337 ++++++++++++++++++++------------------------------------- po/sr@Latn.po | 337 ++++++++++++++++++++------------------------------------- 3 files changed, 244 insertions(+), 434 deletions(-) commit e4a8e5e0a17cfbee15dc80442d9857ffb28179eb Author: Gareth Owen Date: Thu Mar 25 02:25:57 2004 +0000 Updated British English translation ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 4 + po/en_GB.po | 2944 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 2953 insertions(+), 1 deletions(-) commit 817b9f40f9e7a417803f1633bee417f2bad96d66 Author: Bruno Coudoin Date: Wed Mar 24 00:16:01 2004 +0000 fixed bug where the correct letter was not found ChangeLog | 4 ++++ src/boards/gletters.c | 29 +++++++++++++++++++---------- 2 files changed, 23 insertions(+), 10 deletions(-) commit 421cce9636d7c264b54e8daa5da4e4fd1f1007e0 Author: Bruno Coudoin Date: Tue Mar 23 21:41:51 2004 +0000 added missing file po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b089647c7e1e84045dfca46b3fc0fdfe06ca32f8 Author: Bruno Coudoin Date: Fri Mar 19 00:35:19 2004 +0000 update by Rony po/ChangeLog | 4 ++ po/de.po | 124 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 60 insertions(+), 68 deletions(-) commit 8dff515d9064fbfdce9bc71bf12ee797bdc89f6b Author: Denis Lackovic Date: Thu Mar 18 22:12:48 2004 +0000 *** empty log message *** po/ChangeLog | 4 + po/hr.po | 1302 ++++++++++++++++++++++------------------------------------ 2 files changed, 502 insertions(+), 804 deletions(-) commit ce0eae76e4a1f2ae60cbcad19c98eb8be95a8225 Author: Vincent van Adrighem Date: Tue Mar 16 12:49:17 2004 +0000 Translation updated by Tino Meinen. 2004-03-16 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 43 +++++++++++++++++++++++++++++++------------ 2 files changed, 35 insertions(+), 12 deletions(-) commit 13c4e10a66a0597255190854e47d0afc8c7f3b79 Author: Miloslav Trmac Date: Mon Mar 15 11:04:28 2004 +0000 Update Czech translation po/ChangeLog | 4 ++++ po/cs.po | 40 ++++++++++++++++++++++++++++++---------- 2 files changed, 34 insertions(+), 10 deletions(-) commit 8d4faf5c02adc4a152cd6d263a3d30bce2c7eb38 Author: Bruno Coudoin Date: Sun Mar 14 19:50:31 2004 +0000 removed useless pluginenum.c and .h * src/gcompris/Makefile.am: removed useless pluginenum.c and .h * src/gcompris/about.c: (gcompris_about_start): * src/gcompris/board.c: (init_plugins), (get_current_board_plugin), (board_check_file), (board_play), (board_stop): changed to include the work done by pluginenum. now use g_module instead of dl_open and plugins are loaded only when needed. Note that they are never unloaded yet. * src/gcompris/board.h: cleanup * src/gcompris/config.c: (gcompris_config_start): * src/gcompris/gameutil.c: (gcompris_read_xml_file), (selectMenuXML), (gcompris_load_menus): replaced scandir by readdir * src/gcompris/gcompris-board.h: added g_module items in our plugin struct * src/gcompris/gcompris.c: (board_widget_key_press_callback), (gcompris_get_locale), (gcompris_set_locale): use g_getenv instead of getenv * src/gcompris/gcompris.h: removed pluginenum.h * src/gcompris/pluginenum.c: removed. the code here is now included in boards.c * src/gcompris/pluginenum.h: removed. the code here is now included in boards.c * src/gcompris/properties.c: (gcompris_properties_new): use g_getenv instead of getenv src/gcompris/Makefile.am | 1 - src/gcompris/about.c | 24 +++-- src/gcompris/board.c | 135 +++++++++++++++-------- src/gcompris/board.h | 6 +- src/gcompris/config.c | 74 ++++++------ src/gcompris/gameutil.c | 43 +++++--- src/gcompris/gcompris-board.h | 7 +- src/gcompris/gcompris.c | 17 ++-- src/gcompris/gcompris.h | 5 +- src/gcompris/pluginenum.c | 246 ----------------------------------------- src/gcompris/pluginenum.h | 26 ----- src/gcompris/properties.c | 10 +- 12 files changed, 188 insertions(+), 406 deletions(-) commit faf6349e5eccf959a912052f2cd33b6a76386c3b Author: Bruno Coudoin Date: Sat Mar 13 12:37:11 2004 +0000 added missing gcompris-edit.desktop changed board plugin name fixed car * Makefile.am: added missing gcompris-edit.desktop * boards/billard.xml.in: changed board plugin name * boards/chronos/board3_0.xml.in: fixed car invention date * boards/chronos/board3_2.xml.in: fixed car invention date * boards/chronos/board3_4.xml.in: fixed car invention date * boards/melody.xml.in: changed board plugin name * boards/pythontest.xml.in: changed board plugin name * boards/redraw.xml.in: changed board plugin name * boards/redraw_symmetrical.xml.in: changed board plugin name * boards/sounds/Makefile.am: added it * boards/sounds/fr/Makefile.am: * boards/watercycle.xml.in: * configure.in: release 5.3.1, added italian * gcompris.spec.in: added italian voices * po/POTFILES.in: added missing files * src/boards/advanced_colors.c: (is_our_board): fixed missing static * src/boards/algebra.c: (key_press): - * src/boards/algebra_guesscount.c: (is_our_board): - * src/boards/canal_lock.c: (is_our_board): - * src/boards/chess.c: (is_our_board): - * src/boards/click_on_letter.c: (is_our_board): - * src/boards/clickgame.c: (clickgame_is_our_board): - * src/boards/clockgame.c: - * src/boards/colors.c: (is_our_board): - * src/boards/draw.c: (key_press): - * src/boards/enumerate.c: (key_press), (is_our_board): - * src/boards/erase.c: (is_our_board): - * src/boards/fifteen.c: (is_our_board): - * src/boards/gletters.c: (key_press): - * src/boards/hanoi.c: (is_our_board): - * src/boards/imageid.c: - * src/boards/leftright.c: (is_our_board): - * src/boards/machpuzzle.c: (is_our_board): - * src/boards/maze.c: (is_our_board): - * src/boards/memory.c: - * src/boards/menu.c: - * src/boards/missingletter.c: - * src/boards/money.c: - * src/boards/paratrooper.c: (key_press): - * src/boards/planegame.c: (key_press): - * src/boards/python.c: (pythonboard_pause), (pythonboard_end), - (pythonboard_is_our_board), (pythonboard_key_press), - (pythonboard_ok), (pythonboard_set_level), (pythonboard_config), - (pythonboard_repeat): - * src/boards/railroad.c: - * src/boards/read_colors.c: (is_our_board): - * src/boards/reading.c: - * src/boards/reversecount.c: - * src/boards/shapegame.c: (key_press): - * src/boards/smallnumbers.c: (key_press): - * src/boards/submarine.c: (is_our_board): - * src/boards/superbrain.c: (is_our_board): - * src/boards/target.c: (key_press), (is_our_board), - (display_windspeed): - * src/boards/traffic.c: (is_our_board): - * src/boards/wordsgame.c: (key_press): - * src/gcompris/Makefile.am: removed useless pluginenum.c and .h * src/gcompris/about.c: (gcompris_about_start): * src/gcompris/board.c: (init_plugins), (get_current_board_plugin), (board_check_file), (board_play), (board_stop): changed to include the work done by pluginenum. now use g_module instead of dl_open and plugins are loaded only when needed. Note that they are never unloaded yet. * src/gcompris/board.h: cleanup * src/gcompris/config.c: (gcompris_config_start): * src/gcompris/gameutil.c: (gcompris_read_xml_file), (selectMenuXML), (gcompris_load_menus): replaced scandir by readdir * src/gcompris/gcompris-board.h: added g_module items in our plugin struct * src/gcompris/gcompris.c: (board_widget_key_press_callback), (gcompris_get_locale), (gcompris_set_locale): use g_getenv instead of getenv * src/gcompris/gcompris.h: removed pluginenum.h * src/gcompris/pluginenum.c: removed. the code here is now included in boards.c * src/gcompris/pluginenum.h: removed. the code here is now included in boards.c * src/gcompris/properties.c: (gcompris_properties_new): use g_getenv instead of getenv ChangeLog | 279 ++++++++++++++++++++++++++++++++++++++ Makefile.am | 2 +- boards/billard.xml.in | 2 +- boards/chronos/board3_0.xml.in | 2 +- boards/chronos/board3_2.xml.in | 2 +- boards/chronos/board3_4.xml.in | 2 +- boards/melody.xml.in | 2 +- boards/pythontest.xml.in | 2 +- boards/redraw.xml.in | 2 +- boards/redraw_symmetrical.xml.in | 2 +- boards/sounds/Makefile.am | 2 +- boards/sounds/fr/Makefile.am | 2 +- boards/watercycle.xml.in | 2 +- configure.in | 29 ++++- gcompris.spec.in | 67 +++++++++ po/POTFILES.in | 5 + src/boards/advanced_colors.c | 8 +- src/boards/algebra.c | 10 +- src/boards/algebra_guesscount.c | 8 +- src/boards/canal_lock.c | 8 +- src/boards/chess.c | 8 +- src/boards/click_on_letter.c | 8 +- src/boards/clickgame.c | 7 +- src/boards/clockgame.c | 6 +- src/boards/colors.c | 8 +- src/boards/draw.c | 8 +- src/boards/enumerate.c | 12 +- src/boards/erase.c | 8 +- src/boards/fifteen.c | 8 +- src/boards/gletters.c | 28 ++-- src/boards/hanoi.c | 8 +- src/boards/imageid.c | 8 +- src/boards/leftright.c | 8 +- src/boards/machpuzzle.c | 10 +- src/boards/maze.c | 6 +- src/boards/memory.c | 6 +- src/boards/menu.c | 6 +- src/boards/missingletter.c | 8 +- src/boards/money.c | 6 +- src/boards/paratrooper.c | 10 +- src/boards/planegame.c | 8 +- src/boards/python.c | 26 ++-- src/boards/railroad.c | 6 +- src/boards/read_colors.c | 8 +- src/boards/reading.c | 4 +- src/boards/reversecount.c | 4 +- src/boards/shapegame.c | 8 +- src/boards/smallnumbers.c | 8 +- src/boards/submarine.c | 8 +- src/boards/superbrain.c | 8 +- src/boards/target.c | 18 ++-- src/boards/traffic.c | 4 +- src/boards/wordsgame.c | 10 +- 53 files changed, 557 insertions(+), 178 deletions(-) commit a1e7a05c1cc81fc135ce755d8c9517e4ea6c89ee Author: Bruno Coudoin Date: Sat Mar 13 12:04:08 2004 +0000 update po/ChangeLog | 4 + po/fr.po | 244 ++++++++++++++-------------------------------------------- 2 files changed, 62 insertions(+), 186 deletions(-) commit 0295f279a3890f3e85bdc6cf579fcecbd163a34c Author: Bruno Coudoin Date: Sat Mar 13 10:42:58 2004 +0000 Italian sounds created by Francesco Agrusti boards/sounds/it/.cvsignore | 5 + boards/sounds/it/Makefile.am | 1 + boards/sounds/it/alphabet/.cvsignore | 5 + boards/sounds/it/alphabet/1.ogg | Bin 0 -> 22706 bytes boards/sounds/it/alphabet/10.ogg | Bin 0 -> 17613 bytes boards/sounds/it/alphabet/11.ogg | Bin 0 -> 16752 bytes boards/sounds/it/alphabet/12.ogg | Bin 0 -> 18341 bytes boards/sounds/it/alphabet/13.ogg | Bin 0 -> 20327 bytes boards/sounds/it/alphabet/14.ogg | Bin 0 -> 21643 bytes boards/sounds/it/alphabet/15.ogg | Bin 0 -> 18791 bytes boards/sounds/it/alphabet/16.ogg | Bin 0 -> 18110 bytes boards/sounds/it/alphabet/17.ogg | Bin 0 -> 22903 bytes boards/sounds/it/alphabet/18.ogg | Bin 0 -> 17791 bytes boards/sounds/it/alphabet/19.ogg | Bin 0 -> 21029 bytes boards/sounds/it/alphabet/2.ogg | Bin 0 -> 24145 bytes boards/sounds/it/alphabet/20.ogg | Bin 0 -> 15217 bytes boards/sounds/it/alphabet/3.ogg | Bin 0 -> 17958 bytes boards/sounds/it/alphabet/4.ogg | Bin 0 -> 21283 bytes boards/sounds/it/alphabet/5.ogg | Bin 0 -> 18307 bytes boards/sounds/it/alphabet/6.ogg | Bin 0 -> 18654 bytes boards/sounds/it/alphabet/7.ogg | Bin 0 -> 18728 bytes boards/sounds/it/alphabet/8.ogg | Bin 0 -> 17795 bytes boards/sounds/it/alphabet/9.ogg | Bin 0 -> 18870 bytes boards/sounds/it/alphabet/Makefile.am | 14 + boards/sounds/it/alphabet/a.ogg | Bin 0 -> 16433 bytes boards/sounds/it/alphabet/b.ogg | Bin 0 -> 14439 bytes boards/sounds/it/alphabet/c.ogg | Bin 0 -> 14700 bytes boards/sounds/it/alphabet/d.ogg | Bin 0 -> 16888 bytes boards/sounds/it/alphabet/e.ogg | Bin 0 -> 18726 bytes boards/sounds/it/alphabet/f.ogg | Bin 0 -> 17301 bytes boards/sounds/it/alphabet/g.ogg | Bin 0 -> 14505 bytes .../it/alphabet/gcompris_alphabet_it.assetml.in | 233 ++++++++++++++ boards/sounds/it/alphabet/h.ogg | Bin 0 -> 19250 bytes boards/sounds/it/alphabet/i.ogg | Bin 0 -> 16144 bytes boards/sounds/it/alphabet/j.ogg | Bin 0 -> 14362 bytes boards/sounds/it/alphabet/k.ogg | Bin 0 -> 14226 bytes boards/sounds/it/alphabet/l.ogg | Bin 0 -> 19929 bytes boards/sounds/it/alphabet/m.ogg | Bin 0 -> 15379 bytes boards/sounds/it/alphabet/n.ogg | Bin 0 -> 16104 bytes boards/sounds/it/alphabet/o.ogg | Bin 0 -> 12505 bytes boards/sounds/it/alphabet/p.ogg | Bin 0 -> 12631 bytes boards/sounds/it/alphabet/q.ogg | Bin 0 -> 15954 bytes boards/sounds/it/alphabet/r.ogg | Bin 0 -> 18517 bytes boards/sounds/it/alphabet/s.ogg | Bin 0 -> 17070 bytes boards/sounds/it/alphabet/t.ogg | Bin 0 -> 15280 bytes boards/sounds/it/alphabet/u.ogg | Bin 0 -> 11256 bytes boards/sounds/it/alphabet/v.ogg | Bin 0 -> 12827 bytes boards/sounds/it/alphabet/w.ogg | Bin 0 -> 15112 bytes boards/sounds/it/alphabet/x.ogg | Bin 0 -> 14297 bytes boards/sounds/it/alphabet/y.ogg | Bin 0 -> 15775 bytes boards/sounds/it/alphabet/z.ogg | Bin 0 -> 16382 bytes boards/sounds/it/colors/.cvsignore | 5 + boards/sounds/it/colors/Makefile.am | 14 + boards/sounds/it/colors/black.ogg | Bin 0 -> 15309 bytes boards/sounds/it/colors/blue.ogg | Bin 0 -> 13346 bytes boards/sounds/it/colors/brown.ogg | Bin 0 -> 15880 bytes .../sounds/it/colors/gcompris_colors_it.assetml.in | 58 ++++ boards/sounds/it/colors/green.ogg | Bin 0 -> 14378 bytes boards/sounds/it/colors/grey.ogg | Bin 0 -> 15171 bytes boards/sounds/it/colors/orange.ogg | Bin 0 -> 18864 bytes boards/sounds/it/colors/pink.ogg | Bin 0 -> 18468 bytes boards/sounds/it/colors/purple.ogg | Bin 0 -> 15650 bytes boards/sounds/it/colors/red.ogg | Bin 0 -> 17300 bytes boards/sounds/it/colors/white.ogg | Bin 0 -> 16959 bytes boards/sounds/it/colors/yellow.ogg | Bin 0 -> 14316 bytes boards/sounds/it/geography/.cvsignore | 5 + boards/sounds/it/geography/Makefile.am | 14 + boards/sounds/it/geography/alaska.ogg | Bin 0 -> 15830 bytes boards/sounds/it/geography/albania.ogg | Bin 0 -> 14660 bytes boards/sounds/it/geography/argentina.ogg | Bin 0 -> 17912 bytes boards/sounds/it/geography/austria.ogg | Bin 0 -> 15364 bytes boards/sounds/it/geography/bahamas.ogg | Bin 0 -> 15306 bytes boards/sounds/it/geography/belarus.ogg | Bin 0 -> 15319 bytes boards/sounds/it/geography/belgium.ogg | Bin 0 -> 13710 bytes boards/sounds/it/geography/bolivia.ogg | Bin 0 -> 13513 bytes boards/sounds/it/geography/bosnia_herzegovina.ogg | Bin 0 -> 21616 bytes boards/sounds/it/geography/brazil.ogg | Bin 0 -> 13145 bytes boards/sounds/it/geography/bulgaria.ogg | Bin 0 -> 13781 bytes boards/sounds/it/geography/canada.ogg | Bin 0 -> 15241 bytes boards/sounds/it/geography/chile.ogg | Bin 0 -> 13652 bytes boards/sounds/it/geography/colombia.ogg | Bin 0 -> 14529 bytes boards/sounds/it/geography/costa_rica.ogg | Bin 0 -> 16177 bytes boards/sounds/it/geography/croatia.ogg | Bin 0 -> 17128 bytes boards/sounds/it/geography/cuba.ogg | Bin 0 -> 13124 bytes boards/sounds/it/geography/cyprus.ogg | Bin 0 -> 14431 bytes boards/sounds/it/geography/czech.ogg | Bin 0 -> 19504 bytes boards/sounds/it/geography/denmark.ogg | Bin 0 -> 17019 bytes boards/sounds/it/geography/dominican_republic.ogg | Bin 0 -> 23590 bytes boards/sounds/it/geography/ecuador.ogg | Bin 0 -> 14691 bytes boards/sounds/it/geography/estonia.ogg | Bin 0 -> 14563 bytes boards/sounds/it/geography/finland.ogg | Bin 0 -> 16439 bytes boards/sounds/it/geography/french_guiana.ogg | Bin 0 -> 20295 bytes .../it/geography/gcompris_geography_it.assetml.in | 333 ++++++++++++++++++++ boards/sounds/it/geography/greece.ogg | Bin 0 -> 15261 bytes boards/sounds/it/geography/greenland.ogg | Bin 0 -> 19662 bytes boards/sounds/it/geography/guatemala.ogg | Bin 0 -> 16499 bytes boards/sounds/it/geography/guyana.ogg | Bin 0 -> 11057 bytes boards/sounds/it/geography/haiti.ogg | Bin 0 -> 13765 bytes boards/sounds/it/geography/honduras.ogg | Bin 0 -> 16537 bytes boards/sounds/it/geography/hungary.ogg | Bin 0 -> 14226 bytes boards/sounds/it/geography/iceland.ogg | Bin 0 -> 15786 bytes boards/sounds/it/geography/ireland.ogg | Bin 0 -> 16353 bytes boards/sounds/it/geography/italy.ogg | Bin 0 -> 15639 bytes boards/sounds/it/geography/jamaica.ogg | Bin 0 -> 16022 bytes boards/sounds/it/geography/latvia.ogg | Bin 0 -> 17696 bytes boards/sounds/it/geography/lithuania.ogg | Bin 0 -> 18903 bytes boards/sounds/it/geography/luxembourg.ogg | Bin 0 -> 18047 bytes boards/sounds/it/geography/macedonia.ogg | Bin 0 -> 17129 bytes boards/sounds/it/geography/mexico.ogg | Bin 0 -> 14982 bytes boards/sounds/it/geography/moldova.ogg | Bin 0 -> 17579 bytes boards/sounds/it/geography/netherland.ogg | Bin 0 -> 20321 bytes boards/sounds/it/geography/nicaragua.ogg | Bin 0 -> 17569 bytes boards/sounds/it/geography/norway.ogg | Bin 0 -> 18317 bytes boards/sounds/it/geography/panama.ogg | Bin 0 -> 15298 bytes boards/sounds/it/geography/paraguay.ogg | Bin 0 -> 18399 bytes boards/sounds/it/geography/peru.ogg | Bin 0 -> 9305 bytes boards/sounds/it/geography/poland.ogg | Bin 0 -> 14470 bytes boards/sounds/it/geography/portugal.ogg | Bin 0 -> 17795 bytes boards/sounds/it/geography/romania.ogg | Bin 0 -> 16638 bytes boards/sounds/it/geography/russia.ogg | Bin 0 -> 15903 bytes boards/sounds/it/geography/salvador.ogg | Bin 0 -> 15344 bytes boards/sounds/it/geography/serbia_montenegro.ogg | Bin 0 -> 22810 bytes boards/sounds/it/geography/slovakia.ogg | Bin 0 -> 22568 bytes boards/sounds/it/geography/slovenia.ogg | Bin 0 -> 14540 bytes boards/sounds/it/geography/spain.ogg | Bin 0 -> 18108 bytes boards/sounds/it/geography/suriname.ogg | Bin 0 -> 18553 bytes boards/sounds/it/geography/sweden.ogg | Bin 0 -> 18042 bytes boards/sounds/it/geography/switz.ogg | Bin 0 -> 17133 bytes boards/sounds/it/geography/turkey.ogg | Bin 0 -> 14808 bytes boards/sounds/it/geography/ukraine.ogg | Bin 0 -> 16588 bytes boards/sounds/it/geography/united_kingdom.ogg | Bin 0 -> 18257 bytes boards/sounds/it/geography/uruguay.ogg | Bin 0 -> 15425 bytes boards/sounds/it/geography/usa.ogg | Bin 0 -> 24693 bytes boards/sounds/it/geography/venezuela.ogg | Bin 0 -> 16940 bytes boards/sounds/it/misc/.cvsignore | 5 + boards/sounds/it/misc/Makefile.am | 14 + boards/sounds/it/misc/back.ogg | Bin 0 -> 13768 bytes boards/sounds/it/misc/by.ogg | Bin 0 -> 14848 bytes boards/sounds/it/misc/click_on_letter.ogg | Bin 0 -> 24979 bytes boards/sounds/it/misc/congratulation.ogg | Bin 0 -> 19490 bytes boards/sounds/it/misc/equal.ogg | Bin 0 -> 17586 bytes boards/sounds/it/misc/gcompris_misc_it.assetml.in | 83 +++++ boards/sounds/it/misc/good.ogg | Bin 0 -> 12441 bytes boards/sounds/it/misc/great.ogg | Bin 0 -> 15982 bytes boards/sounds/it/misc/help.ogg | Bin 0 -> 15169 bytes boards/sounds/it/misc/level.ogg | Bin 0 -> 16246 bytes boards/sounds/it/misc/minus.ogg | Bin 0 -> 14750 bytes boards/sounds/it/misc/ok.ogg | Bin 0 -> 17543 bytes boards/sounds/it/misc/outof.ogg | Bin 0 -> 14216 bytes boards/sounds/it/misc/plus.ogg | Bin 0 -> 16212 bytes boards/sounds/it/misc/quit.ogg | Bin 0 -> 13895 bytes boards/sounds/it/misc/super.ogg | Bin 0 -> 14477 bytes boards/sounds/it/misc/welcome.ogg | Bin 0 -> 15489 bytes 153 files changed, 789 insertions(+), 0 deletions(-) commit 4a17ff428d0f4f90d486a1e312f42cea9f1ca6d3 Author: Bruno Coudoin Date: Sat Mar 13 10:39:10 2004 +0000 France region created by J.Ph. Ayanides boards/sounds/fr/france_region/.cvsignore | 5 + boards/sounds/fr/france_region/Makefile.am | 11 ++ boards/sounds/fr/france_region/alsace.ogg | Bin 0 -> 13768 bytes boards/sounds/fr/france_region/aquitaine.ogg | Bin 0 -> 12715 bytes boards/sounds/fr/france_region/auvergne.ogg | Bin 0 -> 11986 bytes boards/sounds/fr/france_region/basse-normandie.ogg | Bin 0 -> 19878 bytes boards/sounds/fr/france_region/bourgogne.ogg | Bin 0 -> 11287 bytes boards/sounds/fr/france_region/bretagne.ogg | Bin 0 -> 15895 bytes boards/sounds/fr/france_region/centre.ogg | Bin 0 -> 10355 bytes .../sounds/fr/france_region/champagne-ardenne.ogg | Bin 0 -> 22416 bytes boards/sounds/fr/france_region/corse.ogg | Bin 0 -> 8655 bytes boards/sounds/fr/france_region/franche-conte.ogg | Bin 0 -> 13932 bytes .../gcompris_franceregion_fr.assetml.in | 113 ++++++++++++++++++++ boards/sounds/fr/france_region/haute-normandie.ogg | Bin 0 -> 13342 bytes boards/sounds/fr/france_region/ile-de-france.ogg | Bin 0 -> 12415 bytes .../fr/france_region/languedoc-roussillon.ogg | Bin 0 -> 21362 bytes boards/sounds/fr/france_region/limousin.ogg | Bin 0 -> 9878 bytes boards/sounds/fr/france_region/lorraine.ogg | Bin 0 -> 14926 bytes boards/sounds/fr/france_region/midi-pyrenees.ogg | Bin 0 -> 18377 bytes .../sounds/fr/france_region/nord-pas-de-calais.ogg | Bin 0 -> 16220 bytes .../sounds/fr/france_region/pays-de-la-loire.ogg | Bin 0 -> 18728 bytes boards/sounds/fr/france_region/picardie.ogg | Bin 0 -> 12394 bytes .../sounds/fr/france_region/poitou-charentes.ogg | Bin 0 -> 14754 bytes .../france_region/provence-alpes-cote_d_azur.ogg | Bin 0 -> 27062 bytes boards/sounds/fr/france_region/rhone-alpes.ogg | Bin 0 -> 10945 bytes 25 files changed, 129 insertions(+), 0 deletions(-) commit 365830d5e69d9f85772751d94d5ec923edbf9f99 Author: Bruno Coudoin Date: Sat Mar 13 10:36:18 2004 +0000 France region created by J.Ph. Ayanides boards/geography/Makefile.am | 3 +- boards/geography/board5_0.xml.in | 75 ++++++++++++++++++++ boards/geography/france_region/alsace.png | Bin 0 -> 1049 bytes boards/geography/france_region/aquitaine.png | Bin 0 -> 2568 bytes boards/geography/france_region/auvergne.png | Bin 0 -> 1783 bytes boards/geography/france_region/basse-normandie.png | Bin 0 -> 1595 bytes boards/geography/france_region/bourgogne.png | Bin 0 -> 1650 bytes boards/geography/france_region/bretagne.png | Bin 0 -> 1969 bytes boards/geography/france_region/centre.png | Bin 0 -> 2030 bytes .../geography/france_region/champagne-ardenne.png | Bin 0 -> 2049 bytes boards/geography/france_region/corse.png | Bin 0 -> 942 bytes boards/geography/france_region/france-regions.png | Bin 0 -> 13862 bytes boards/geography/france_region/franche-conte.png | Bin 0 -> 1204 bytes boards/geography/france_region/haute-normandie.png | Bin 0 -> 1047 bytes boards/geography/france_region/ile-de-france.png | Bin 0 -> 1009 bytes .../france_region/languedoc-roussillon.png | Bin 0 -> 2406 bytes boards/geography/france_region/limousin.png | Bin 0 -> 1164 bytes boards/geography/france_region/lorraine.png | Bin 0 -> 1526 bytes boards/geography/france_region/midi-pyrenees.png | Bin 0 -> 2325 bytes .../geography/france_region/nord-pas-de-calais.png | Bin 0 -> 1007 bytes .../geography/france_region/pays-de-la-loire.png | Bin 0 -> 2322 bytes boards/geography/france_region/picardie.png | Bin 0 -> 1427 bytes .../geography/france_region/poitou-charentes.png | Bin 0 -> 1841 bytes .../france_region/provence-alpes-cote_d_azur.png | Bin 0 -> 2528 bytes boards/geography/france_region/rhone-alpes.png | Bin 0 -> 2166 bytes 25 files changed, 77 insertions(+), 1 deletions(-) commit f68e387dd5adfcb54c9e686c7ab561f12cff160f Author: Gustavo Maciel Dias Vieira Date: Fri Mar 12 16:06:13 2004 +0000 Updated Brazilian Portuguese translation done by Rodrigo Lima 2004-03-12 Gustavo Maciel Dias Vieira * pt_BR.po: Updated Brazilian Portuguese translation done by Rodrigo Lima . po/ChangeLog | 5 + po/pt_BR.po | 1537 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 937 insertions(+), 605 deletions(-) commit 46b302ad6f1a134bbfa417f30996d25056e88381 Author: Vincent van Adrighem Date: Sat Mar 6 06:10:55 2004 +0000 Translation updated by Tino Meinen. 2004-03-06 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 167 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 92 insertions(+), 79 deletions(-) commit ab5b8829aec3b836304ddb93865a47e2eae4c8e9 Author: Bruno Coudoin Date: Wed Mar 3 20:49:05 2004 +0000 missing files for the new transportation board ChangeLog | 10 +++++++++- boards/chronos/board3_0.xml.in | 19 +++++++++++++++++++ boards/chronos/board3_1.xml.in | 15 +++++++++++++++ boards/chronos/board3_2.xml.in | 15 +++++++++++++++ boards/chronos/board3_3.xml.in | 15 +++++++++++++++ boards/chronos/board3_4.xml.in | 14 ++++++++++++++ 6 files changed, 87 insertions(+), 1 deletions(-) commit dc52d012b389bd4bf962edb4ba7e5401132a15e5 Author: Olivier Samyn Date: Wed Mar 3 00:21:33 2004 +0000 Modified the python boards naming scheme from name=python file type=pythonboard To: name=what you want type=pythonboard:pythonfile ChangeLog | 9 +++++++++ boards/melody.xml.in | 4 ++-- boards/pythontest.xml.in | 2 +- boards/redraw.xml.in | 2 +- boards/watercycle.xml.in | 6 +++--- src/boards/python.c | 29 +++++++++++++++-------------- 6 files changed, 31 insertions(+), 21 deletions(-) commit b93edfe8bee9400962f6c83a55e9eaf07ce96aed Author: Miloslav Trmac Date: Mon Mar 1 15:45:36 2004 +0000 Update Czech translation po/ChangeLog | 4 ++ po/cs.po | 137 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 77 insertions(+), 64 deletions(-) commit 060d9b52d19aac8a6c7d82120b108c7c912175e9 Author: Bruno Coudoin Date: Sat Feb 28 16:18:47 2004 +0000 added transportation levels added transportation created. created by Bruno * boards/chronos.xml.in: added transportation levels * boards/chronos/Makefile.am: added transportation * boards/chronos/images/README: created. * boards/chronos/images/vicking_boat.png: created by Bruno coudoin. Released under the GPL. * boards/dataset/mrpatate.xml: added the viking boat * boards/gletters/README: created bt Yan Seiner * boards/redraw_symmetrical.xml.in: reset the name. I have a problem with the web site generation here. the name field was supose to be used for web generation and was set to the file name. It has changed for python. need to find a way to fix that. Most important is that the game works. * src/boards/shapegame.c: (create_title), (add_xml_shape_to_data): added a black shadow under the text. Fixed title alignment. * src/gcompris/help.c: (gcompris_help_start), (set_content), (item_event_help): changed to use the rich text item. Now the line wrapping is done automatically. ChangeLog | 15 ++++++ boards/chronos.xml.in | 5 +- boards/chronos/Makefile.am | 7 ++- boards/chronos/images/README | 3 + boards/chronos/images/viking_boat.png | Bin 0 -> 3206 bytes boards/dataset/mrpatate.xml | 1 + boards/gletters/README | 35 +++++++++++++ boards/redraw_symmetrical.xml.in | 2 +- src/boards/shapegame.c | 37 ++++++++++++-- src/gcompris/help.c | 87 +++++++++++++++++++++++++-------- 10 files changed, 162 insertions(+), 30 deletions(-) commit a328823fe6023a3329897c58ab8a95c7f7f62c55 Author: Bruno Coudoin Date: Sat Feb 28 00:36:50 2004 +0000 added list_translators.sh added by Jose added. taken from gkb. added * .cvsignore: added list_translators.sh * boards/boardicons/chronos.png: added by Jose * boards/flags/en_CA.png: added. taken from gkb. * boards/flags/gcompris_flags.assetml.in: added en_CA.png * boards/gletters/gletters.ja: created by Yan Seiner. It holds the japanese letters/key mapping. * boards/melody.xml.in: added help * configure.in: fixed bug 134838 python libm not detected * list_translators.sh: added. used to list the last translators after a CVS TAG * src/boards/clockgame.c: (display_hour), (display_minute), (display_second), (clockgame_create_item): changed uint by guint. more portable * src/boards/gletters.c: (level_set_score), (pause_board), (fill_letters), (load_default_charset), (whitespace), (load_charset_from_file), (get_charset), (start_board), (end_board), (set_level), (is_falling_letter), (key_press), (gletters_next_level), (gletters_create_item), (player_win), (player_loose): added support for letters/key mapping in a specific file (by Yan Seiner) * src/boards/memory.c: (memory_next_level), (get_image), (create_item), (item_event): complete review to work without letter pixmap. * src/boards/shapegame.c: (increment_sublevel): fixed for the logs * src/gcompris/config.c: added en_CA * src/gcompris/gameutil.c: (gcompris_load_pixmap): moved a var declaration to work with old compiler. .cvsignore | 1 + ChangeLog | 28 ++ boards/boardicons/chronos.png | Bin 0 -> 5600 bytes boards/flags/en_CA.png | Bin 0 -> 641 bytes boards/flags/gcompris_flags.assetml.in | 5 + boards/gletters/gletters.ja | 134 +++++++++ boards/melody.xml.in | 7 +- configure.in | 3 +- list_translators.sh | 15 + src/boards/clockgame.c | 16 +- src/boards/gletters.c | 463 ++++++++++++++++++++++++++------ src/boards/memory.c | 211 +++++++-------- src/boards/shapegame.c | 5 +- src/gcompris/about.c | 4 +- src/gcompris/config.c | 3 +- src/gcompris/gameutil.c | 13 +- 16 files changed, 698 insertions(+), 210 deletions(-) commit 1e588b01c4650cc3aaa76d6173158d610165e756 Author: Bruno Coudoin Date: Sat Feb 28 00:32:45 2004 +0000 updated po/ChangeLog | 6 + po/de.po | 379 ++++++++++++++++++++++++++++++++++++--------------- po/fr.po | 423 +++++++++++++++++++++++++++++++++++++++------------------- po/pt.po | 390 ++++++++++++++++++++++++++++++++++++++---------------- 4 files changed, 834 insertions(+), 364 deletions(-) commit 35ae9cee2615f55df817805d6554ee3c659c1086 Author: Vincent van Adrighem Date: Thu Feb 26 13:46:30 2004 +0000 Translation updated by Tino Meinen. 2004-02-26 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 134 ++++++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 112 insertions(+), 26 deletions(-) commit 83260a2e92768debf2dbb7f68b22e37fee0d5872 Author: Adam Weinberger Date: Tue Feb 24 17:55:39 2004 +0000 Added 'en_CA' (Canadian English) to ALL_LINGUAS. Added Canadian English * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS. * po/en_CA.po: Added Canadian English translation. ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 4 + po/en_CA.po | 2763 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 2772 insertions(+), 1 deletions(-) commit fc53d1d4dc1eb0200b2858f56488d4bf6dce7a6d Author: Guntupalli Karunakar Date: Tue Feb 24 11:40:57 2004 +0000 updated hindi translations po/ChangeLog | 4 + po/hi.po | 356 +++++++++++++++++++++++++++------------------------------- 2 files changed, 168 insertions(+), 192 deletions(-) commit d716190e77d9ca829e45e2197af8f63c4dadf4e0 Author: Miloslav Trmac Date: Sat Feb 21 11:39:55 2004 +0000 Update Czech translation po/ChangeLog | 4 ++++ po/cs.po | 32 ++++++++++++++++++++++++++------ 2 files changed, 30 insertions(+), 6 deletions(-) commit 27da9fc1575e79552f5e5ae485b548718655089a Author: Danilo Šegan Date: Fri Feb 20 04:13:35 2004 +0000 Updated Serbian translation and added missing files to POTFILES.in. po/ChangeLog | 6 + po/POTFILES.in | 3 +- po/sr.po | 280 ++++++++++++++++++++++++++++++++++-------------- po/sr@Latn.po | 328 ++++++++++++++++++++++++++++++++++++++------------------ 4 files changed, 433 insertions(+), 184 deletions(-) commit ec0b2386057d2443a2d4cf9ce18d34055579d24c Author: Miloslav Trmac Date: Wed Feb 18 15:14:44 2004 +0000 Update Czech translation po/ChangeLog | 4 ++++ po/cs.po | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 59 insertions(+), 3 deletions(-) commit 6c7069f68859b025e74e877729f4cb2929fc4bfd Author: Bruno Coudoin Date: Tue Feb 17 22:54:23 2004 +0000 created tux apple tree level for chronos activity ChangeLog | 12 ++++++++++++ boards/chronos/.cvsignore | 4 ++++ boards/chronos/Makefile.am | 3 ++- boards/chronos/board2_0.xml.in | 16 ++++++++++++++++ boards/chronos/images/.cvsignore | 4 ++++ boards/chronos/images/chronos-tuxtree1.png | Bin 0 -> 27382 bytes boards/chronos/images/chronos-tuxtree2.png | Bin 0 -> 28471 bytes boards/chronos/images/chronos-tuxtree3.png | Bin 0 -> 28678 bytes boards/chronos/images/chronos-tuxtree4.png | Bin 0 -> 28480 bytes po/POTFILES.in | 2 ++ 10 files changed, 40 insertions(+), 1 deletions(-) commit bc1b120887abd92c16d415e3f420edccc17286af Author: Vincent van Adrighem Date: Tue Feb 17 09:44:27 2004 +0000 Translation updated by Tino Meinen. 2004-02-17 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 333 ++++++++++++++++++++++------------------------------------ 2 files changed, 129 insertions(+), 208 deletions(-) commit 58679eaddb8ec411aeef8f56260a0a6cc814ecd3 Author: Francisco Javier F. Serrador Date: Tue Feb 17 01:46:26 2004 +0000 Updated Spanish translation. 2004-02-17 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 412 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 189 insertions(+), 227 deletions(-) commit 2ca4e6470125f02779dc1bb30ea6104e24ca9c43 Author: Bruno Coudoin Date: Mon Feb 16 23:44:40 2004 +0000 chronos added by Jose. linha verde theme added by Jose * configure.in: release 5.2 * gcompris.spec.in: added new sounds * po/POTFILES.in: added chronos * src/gcompris/gameutil.c: (gcompris_load_pixmap): changed to display a dialog box instead of a direct exit when an image is missing. * src/gcompris/log.c: (gcompris_log_end): fixed to compile with old gcc ChangeLog | 63 ++++++++++++++++++++ boards/Makefile.am | 3 +- boards/chronos.xml.in | 21 +++++++ boards/chronos/Makefile.am | 12 ++++ boards/chronos/bg.jpg | Bin 0 -> 37755 bytes boards/chronos/board1_0.xml.in | 18 ++++++ boards/chronos/space/1.jpg | Bin 0 -> 4894 bytes boards/chronos/space/2.jpg | Bin 0 -> 4216 bytes boards/chronos/space/3.jpg | Bin 0 -> 6946 bytes boards/chronos/space/4.jpg | Bin 0 -> 4589 bytes boards/chronos/space/bg.jpg | Bin 0 -> 6141 bytes boards/skins/linha_verde/about.png | Bin 0 -> 3836 bytes boards/skins/linha_verde/bad.png | Bin 0 -> 4424 bytes boards/skins/linha_verde/bar_bg.jpg | Bin 0 -> 8976 bytes boards/skins/linha_verde/button.png | Bin 0 -> 8835 bytes boards/skins/linha_verde/button_backward.png | Bin 0 -> 2670 bytes boards/skins/linha_verde/button_checked.png | Bin 0 -> 2630 bytes boards/skins/linha_verde/button_exit.png | Bin 0 -> 6306 bytes boards/skins/linha_verde/button_forward.png | Bin 0 -> 2694 bytes boards/skins/linha_verde/button_large.png | Bin 0 -> 12864 bytes boards/skins/linha_verde/button_large2.png | Bin 0 -> 26299 bytes boards/skins/linha_verde/button_large_selected.png | Bin 0 -> 590 bytes boards/skins/linha_verde/button_redo.png | Bin 0 -> 4867 bytes boards/skins/linha_verde/button_reload.png | Bin 0 -> 6526 bytes boards/skins/linha_verde/button_selected.png | Bin 0 -> 697 bytes boards/skins/linha_verde/button_small.png | Bin 0 -> 405 bytes boards/skins/linha_verde/button_style2.png | Bin 0 -> 2093 bytes boards/skins/linha_verde/button_unchecked.png | Bin 0 -> 1321 bytes boards/skins/linha_verde/button_up.png | Bin 0 -> 2660 bytes boards/skins/linha_verde/button_up_selected.png | Bin 0 -> 2840 bytes boards/skins/linha_verde/config.png | Bin 0 -> 4220 bytes boards/skins/linha_verde/dialogbox.png | Bin 0 -> 71022 bytes boards/skins/linha_verde/gcompris-bg.jpg | Bin 0 -> 14453 bytes boards/skins/linha_verde/gcompris-init.jpg | Bin 0 -> 16205 bytes boards/skins/linha_verde/gcompris-shapebg.jpg | Bin 0 -> 14135 bytes boards/skins/linha_verde/help.png | Bin 0 -> 4803 bytes boards/skins/linha_verde/help_bg.png | Bin 0 -> 6476 bytes boards/skins/linha_verde/home.png | Bin 0 -> 3641 bytes boards/skins/linha_verde/images_selector_bg.png | Bin 0 -> 52209 bytes boards/skins/linha_verde/level1.png | Bin 0 -> 3101 bytes boards/skins/linha_verde/level2.png | Bin 0 -> 3595 bytes boards/skins/linha_verde/level3.png | Bin 0 -> 4370 bytes boards/skins/linha_verde/level4.png | Bin 0 -> 4291 bytes boards/skins/linha_verde/level5.png | Bin 0 -> 3814 bytes boards/skins/linha_verde/level6.png | Bin 0 -> 4091 bytes boards/skins/linha_verde/level7.png | Bin 0 -> 4614 bytes boards/skins/linha_verde/level8.png | Bin 0 -> 5399 bytes boards/skins/linha_verde/level9.png | Bin 0 -> 4659 bytes boards/skins/linha_verde/ok.png | Bin 0 -> 3328 bytes boards/skins/linha_verde/repeat.png | Bin 0 -> 4077 bytes boards/skins/linha_verde/skin.xml | 50 ++++++++++++++++ boards/skins/linha_verde/voice.png | Bin 0 -> 1018 bytes boards/skins/linha_verde/voice_bad.png | Bin 0 -> 1282 bytes boards/sounds/chronos/space/1.ogg | Bin 0 -> 10977 bytes boards/sounds/chronos/space/2.ogg | Bin 0 -> 6515 bytes boards/sounds/chronos/space/3.ogg | Bin 0 -> 6351 bytes configure.in | 3 +- gcompris.spec.in | 1 + po/POTFILES.in | 1 + src/gcompris/gameutil.c | 12 +++- src/gcompris/log.c | 3 +- 61 files changed, 182 insertions(+), 5 deletions(-) commit d52fcb2c456ce7204cfbfbefb547da1064c1c7a8 Author: Bruno Coudoin Date: Mon Feb 16 21:55:18 2004 +0000 updated by Mantas po/lt.po | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) commit eb9493b952d281afa23a5a47abff8a3b83b6bb51 Author: Bruno Coudoin Date: Mon Feb 16 21:40:26 2004 +0000 lt.po: updated Lithuanian translation po/ChangeLog | 4 + po/lt.po | 1949 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 950 insertions(+), 1003 deletions(-) commit 2c8dbab7a77d46a26f8cb177108dfcc914eb90ed Author: Bruno Coudoin Date: Sat Feb 14 14:02:55 2004 +0000 ogg created by M. en T.E. increased version for spanish geography ogg created by M. en T.E. increased version for spanish geography ChangeLog | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 13 ++++++++-- 2 files changed, 83 insertions(+), 3 deletions(-) commit c1158538c090dedfc75060804c7609359c0350cf Author: Alessio Frusciante Date: Thu Feb 12 20:07:30 2004 +0000 Updated Italian translation by Immacolata Arenga. po/ChangeLog | 5 + po/it.po | 583 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 263 insertions(+), 325 deletions(-) commit a0eebe73c8aca54f83d484d8005c643f0d012d4c Author: Bruno Coudoin Date: Wed Feb 11 11:13:23 2004 +0000 *.ogg created by M. en T.E. Alejandro Diaz Infante 2004 / GPL boards/sounds/es/geography/alaska.ogg | Bin 0 -> 16887 bytes boards/sounds/es/geography/albania.ogg | Bin 0 -> 19386 bytes boards/sounds/es/geography/argentina.ogg | Bin 0 -> 21132 bytes boards/sounds/es/geography/austria.ogg | Bin 0 -> 16252 bytes boards/sounds/es/geography/bahamas.ogg | Bin 0 -> 21052 bytes boards/sounds/es/geography/belarus.ogg | Bin 0 -> 18476 bytes boards/sounds/es/geography/belgium.ogg | Bin 0 -> 30505 bytes boards/sounds/es/geography/bolivia.ogg | Bin 0 -> 17005 bytes boards/sounds/es/geography/bosnia_herzegovina.ogg | Bin 0 -> 23671 bytes boards/sounds/es/geography/brazil.ogg | Bin 0 -> 16891 bytes boards/sounds/es/geography/bulgaria.ogg | Bin 0 -> 15797 bytes boards/sounds/es/geography/canada.ogg | Bin 0 -> 16926 bytes boards/sounds/es/geography/chile.ogg | Bin 0 -> 12849 bytes boards/sounds/es/geography/colombia.ogg | Bin 0 -> 17118 bytes boards/sounds/es/geography/costa_rica.ogg | Bin 0 -> 21344 bytes boards/sounds/es/geography/croatia.ogg | Bin 0 -> 13823 bytes boards/sounds/es/geography/cuba.ogg | Bin 0 -> 16923 bytes boards/sounds/es/geography/cyprus.ogg | Bin 0 -> 12985 bytes boards/sounds/es/geography/czech.ogg | Bin 0 -> 43235 bytes boards/sounds/es/geography/denmark.ogg | Bin 0 -> 19916 bytes boards/sounds/es/geography/dominican_republic.ogg | Bin 0 -> 29654 bytes boards/sounds/es/geography/ecuador.ogg | Bin 0 -> 16942 bytes boards/sounds/es/geography/estonia.ogg | Bin 0 -> 15866 bytes boards/sounds/es/geography/finland.ogg | Bin 0 -> 19303 bytes boards/sounds/es/geography/france.ogg | Bin 0 -> 14445 bytes boards/sounds/es/geography/french_guiana.ogg | Bin 0 -> 25785 bytes .../es/geography/gcompris_geography_es.assetml.in | 340 ++++++++++++++++++++ boards/sounds/es/geography/germany.ogg | Bin 0 -> 27860 bytes boards/sounds/es/geography/greece.ogg | Bin 0 -> 14696 bytes boards/sounds/es/geography/greenland.ogg | Bin 0 -> 21231 bytes boards/sounds/es/geography/guatemala.ogg | Bin 0 -> 21183 bytes boards/sounds/es/geography/guyana.ogg | Bin 0 -> 16984 bytes boards/sounds/es/geography/haiti.ogg | Bin 0 -> 16925 bytes boards/sounds/es/geography/honduras.ogg | Bin 0 -> 16865 bytes boards/sounds/es/geography/hungary.ogg | Bin 0 -> 25546 bytes boards/sounds/es/geography/iceland.ogg | Bin 0 -> 17038 bytes boards/sounds/es/geography/ireland.ogg | Bin 0 -> 35670 bytes boards/sounds/es/geography/italy.ogg | Bin 0 -> 34996 bytes boards/sounds/es/geography/jamaica.ogg | Bin 0 -> 21056 bytes boards/sounds/es/geography/latvia.ogg | Bin 0 -> 16021 bytes boards/sounds/es/geography/lithuania.ogg | Bin 0 -> 16537 bytes boards/sounds/es/geography/luxembourg.ogg | Bin 0 -> 19337 bytes boards/sounds/es/geography/macedonia.ogg | Bin 0 -> 16948 bytes boards/sounds/es/geography/mexico.ogg | Bin 0 -> 21113 bytes boards/sounds/es/geography/moldova.ogg | Bin 0 -> 15749 bytes boards/sounds/es/geography/netherland.ogg | Bin 0 -> 18951 bytes boards/sounds/es/geography/nicaragua.ogg | Bin 0 -> 21298 bytes boards/sounds/es/geography/norway.ogg | Bin 0 -> 15824 bytes boards/sounds/es/geography/panama.ogg | Bin 0 -> 17084 bytes boards/sounds/es/geography/paraguay.ogg | Bin 0 -> 21097 bytes boards/sounds/es/geography/peru.ogg | Bin 0 -> 12740 bytes boards/sounds/es/geography/poland.ogg | Bin 0 -> 14151 bytes boards/sounds/es/geography/portugal.ogg | Bin 0 -> 15341 bytes boards/sounds/es/geography/romania.ogg | Bin 0 -> 14244 bytes boards/sounds/es/geography/russia.ogg | Bin 0 -> 12431 bytes boards/sounds/es/geography/salvador.ogg | Bin 0 -> 21630 bytes boards/sounds/es/geography/serbia_montenegro.ogg | Bin 0 -> 25418 bytes boards/sounds/es/geography/slovakia.ogg | Bin 0 -> 16460 bytes boards/sounds/es/geography/slovenia.ogg | Bin 0 -> 26799 bytes boards/sounds/es/geography/spain.ogg | Bin 0 -> 15898 bytes boards/sounds/es/geography/suriname.ogg | Bin 0 -> 16845 bytes boards/sounds/es/geography/sweden.ogg | Bin 0 -> 12025 bytes boards/sounds/es/geography/switz.ogg | Bin 0 -> 12707 bytes boards/sounds/es/geography/turkey.ogg | Bin 0 -> 11937 bytes boards/sounds/es/geography/ukraine.ogg | Bin 0 -> 14146 bytes boards/sounds/es/geography/united_kingdom.ogg | Bin 0 -> 21101 bytes boards/sounds/es/geography/uruguay.ogg | Bin 0 -> 17006 bytes boards/sounds/es/geography/usa.ogg | Bin 0 -> 25737 bytes boards/sounds/es/geography/venezuela.ogg | Bin 0 -> 21138 bytes 69 files changed, 340 insertions(+), 0 deletions(-) commit 84a0f79c7c2de955d043ea9fc0912a95a60cd747 Author: Miloslav Trmac Date: Tue Feb 10 19:47:38 2004 +0000 Update Czech translation po/ChangeLog | 4 +++ po/cs.po | 84 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 56 insertions(+), 32 deletions(-) commit 16f39290d66d2a15a839277d672b4a6957559b86 Author: Denis Lackovic Date: Mon Feb 9 13:36:33 2004 +0000 *** empty log message *** po/ChangeLog | 4 + po/hr.po | 461 ++++++++++++++++++++++------------------------------------ 2 files changed, 176 insertions(+), 289 deletions(-) commit 56a8924d96e8d65a3dd7654699b3073e7ecef558 Author: Bruno Coudoin Date: Mon Feb 9 00:42:04 2004 +0000 release 5.1 and release 1.1 for misc_pt sounds * configure.in: release 5.1 and release 1.1 for misc_pt sounds ChangeLog | 10 ++++++++++ configure.in | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) commit a1979d3295d5e1d4ece854763b79cf0346f1ac9c Author: Bruno Coudoin Date: Mon Feb 9 00:41:02 2004 +0000 fixed. changed pixmap images by text fixed. changed pixmap images by text * boards/doubleentry/board1_0.xml.in: fixed. changed pixmap images by text * boards/doubleentry/board3_0.xml.in: fixed. changed pixmap images by text * boards/gcompris_pixmaps.assetml.in: removed pixmap numbers * boards/imageid.xml.in: typo * boards/money.xml.in: typo * boards/money_cents.xml.in: typo boards/doubleentry/board1_0.xml.in | 6 ++-- boards/doubleentry/board3_0.xml.in | 12 +++--- boards/gcompris_pixmaps.assetml.in | 60 ------------------------------------ boards/imageid.xml.in | 2 +- boards/money.xml.in | 2 +- boards/money_cents.xml.in | 2 +- 6 files changed, 12 insertions(+), 72 deletions(-) commit 29781e8c6f9ef59fae1db2c8c19fdc00d1206733 Author: Bruno Coudoin Date: Sun Feb 8 11:28:45 2004 +0000 typo, title changed to billiards added croatian added some hints created * boards/billard.xml.in: typo, title changed to billiards * boards/flags/gcompris_flags.assetml.in: added croatian * boards/sounds/HOWTO_ENCODE: added some hints * boards/wordsgame/wordslevel3.fr: created by Catherine Lhomme * configure.in: added info about lib ogg/ao/vorbis detection * po/es.po: fixed errors in missing_letter bug in debian #228712 * src/boards/gletters.c: (add_char), (key_press): added log call on what letter we got vs expected * src/boards/py-mod-gcompris.c: (py_gcompris_log_set_comment): changed gcompris.log_set_reason signature * docs/C/python.xml: changed gcompris.log_set_reason signature * src/boards/reading.c: (player_loose): adapted call to changed gcompris.log_set_reason * src/boards/smallnumbers.c: (pause_board), (start_board), (smallnumbers_next_level), (player_win): added call to bonus * src/gcompris/about.c: (gcompris_about_start): added tranlator * src/gcompris/config.c: (item_event_ok): fixed default locale not being saved * src/gcompris/gameutil.c: (gcompris_read_xml_file), (cleanup_menus), (gcompris_load_menus): added support for dynamic locale reload * src/gcompris/gameutil.h: changed an internal func signature to support for dynamic locale * src/gcompris/gcompris.c: (board_widget_key_press_callback), (gcompris_set_locale): remove log key call (commented by now) * src/gcompris/gcompris.h: changed gcompris_log_set_comment signature * src/gcompris/log.c: (gcompris_log_set_comment): changed gcompris_log_set_comment signature * src/gcompris/properties.c: (gcompris_properties_new), (gcompris_properties_save): fixed locale not being saved ChangeLog | 26 + boards/billard.xml.in | 2 +- boards/flags/gcompris_flags.assetml.in | 5 + boards/sounds/HOWTO_ENCODE | 1 + boards/wordsgame/wordslevel3.fr | 21 + configure.in | 24 +- docs/C/python.xml | 4 +- po/am.po | 218 +++++--- po/ar.po | 227 +++++--- po/az.po | 219 +++++--- po/de.po | 264 ++++++--- po/el.po | 227 +++++--- po/es.po | 324 ++++++++--- po/fi.po | 1034 +++++++++++++++++++++++++++---- po/fr.po | 2 +- po/ga.po | 220 +++++--- po/he.po | 219 +++++--- po/hi.po | 218 +++++--- po/hr.po | 371 ++++++++---- po/hu.po | 229 +++++--- po/it.po | 228 +++++--- po/lt.po | 227 +++++--- po/mk.po | 227 +++++--- po/ml.po | 218 +++++--- po/ms.po | 229 +++++--- po/nl.po | 233 ++++++-- po/no.po | 219 +++++--- po/pl.po | 226 +++++--- po/pt.po | 179 ++++--- po/pt_BR.po | 216 +++++--- po/ro.po | 227 +++++--- po/ru.po | 172 ++++--- po/sk.po | 226 +++++--- po/sl.po | 228 +++++--- po/sr.po | 184 ++++--- po/sr@Latn.po | 236 +++++--- po/sv.po | 230 +++++--- po/tr.po | 227 +++++--- src/boards/gletters.c | 20 +- src/boards/py-mod-gcompris.c | 10 +- src/boards/reading.c | 19 +- src/boards/smallnumbers.c | 15 +- src/gcompris/about.c | 28 +- src/gcompris/config.c | 10 +- src/gcompris/gameutil.c | 35 +- src/gcompris/gameutil.h | 2 +- src/gcompris/gcompris.c | 6 +- src/gcompris/gcompris.h | 4 +- src/gcompris/log.c | 26 +- src/gcompris/properties.c | 40 +- 50 files changed, 5453 insertions(+), 2549 deletions(-) commit b4b8d4742e73ea9a80f9d13b995fef5f3914f374 Author: Miloslav Trmac Date: Fri Feb 6 17:27:38 2004 +0000 Update Czech translation po/ChangeLog | 4 ++ po/cs.po | 103 +++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 74 insertions(+), 33 deletions(-) commit 7528d557c2951d3510e94ae5be2b58e3f46d8e72 Author: Bruno Coudoin Date: Thu Feb 5 22:11:49 2004 +0000 fixed po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 69621cc8522f072fd2f30c45859b99f51dc5f65e Author: Jordi Mallach Date: Thu Feb 5 13:51:47 2004 +0000 Updated Catalan translation by Xavier Conde Rueda . 2004-02-05 Jordi Mallach * ca.po: Updated Catalan translation by Xavier Conde Rueda . po/ChangeLog | 5 + po/ca.po | 524 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 257 insertions(+), 272 deletions(-) commit dddf3984e23fc30585b18217fc084160cbde775c Author: Bruno Coudoin Date: Wed Feb 4 00:24:38 2004 +0000 added TODO for configuration of audio audput in a config dialog * TODO: added TODO for configuration of audio audput in a config dialog ChangeLog | 22 ++++++++++++++++++++++ TODO | 2 ++ 2 files changed, 24 insertions(+), 0 deletions(-) commit 8a8542b4ad0a0e1f2eb52ca3c36cbdc3f71e9798 Author: Bruno Coudoin Date: Wed Feb 4 00:24:10 2004 +0000 fixed bug where object could be displayed on the right (invisible) cleanup * src/boards/gletters.c: (gletters_create_item): fixed bug where object could be displayed on the right (invisible) * src/boards/wordsgame.c: (key_press): cleanup * src/gcompris/gcompris.c: (board_widget_key_press_callback): added the key logger in log * src/gcompris/gcompris.h: added the key logger in log (no need for python plugins) * src/gcompris/log.c: (gcompris_log_start), (gcompris_log_set_key), (gcompris_log_end): added the key logger src/boards/gletters.c | 4 +- src/boards/wordsgame.c | 3 +- src/gcompris/gcompris.c | 4 ++- src/gcompris/gcompris.h | 3 +- src/gcompris/log.c | 59 ++++++++++++++++++++++++++++++++++++++++------ 5 files changed, 59 insertions(+), 14 deletions(-) commit c4d7c3321f84d9379d888ba0701a295eb495d31f Author: Bruno Coudoin Date: Wed Feb 4 00:22:20 2004 +0000 improved comments improved comments improved comments improved comments * boards/algebra_plus.xml.in: improved comments * boards/babymatch.xml.in: improved comments * boards/babyshapes.xml.in: improved comments * boards/click_on_letter.xml.in: improved comments * boards/clickgame.xml.in: improved comments * boards/enumerate.xml.in: improved comments * boards/sounds/pt/misc/gcompris_misc_pt.assetml.in: updated by J * boards/sounds/pt/misc/about.ogg: created by Jose Jorge * boards/sounds/pt/misc/back.ogg: created by Jose Jorge * boards/sounds/pt/misc/configuration.ogg: created by Jose Jorge * boards/sounds/pt/misc/congratulations.ogg: created by Jose Jorge boards/algebra_plus.xml.in | 4 ++-- boards/babymatch.xml.in | 2 +- boards/babyshapes.xml.in | 6 +++++- boards/click_on_letter.xml.in | 4 ++-- boards/clickgame.xml.in | 4 ++-- boards/enumerate.xml.in | 7 ++++++- boards/sounds/pt/misc/about.ogg | Bin 0 -> 8940 bytes boards/sounds/pt/misc/back.ogg | Bin 0 -> 7650 bytes boards/sounds/pt/misc/configuration.ogg | Bin 0 -> 10448 bytes boards/sounds/pt/misc/congratulations.ogg | Bin 0 -> 8296 bytes boards/sounds/pt/misc/gcompris_misc_pt.assetml.in | 17 ++++++++++++++++- 11 files changed, 34 insertions(+), 10 deletions(-) commit edaf8136d7681551216db0ae53cf95a3a09e9a52 Author: Miloslav Trmac Date: Mon Feb 2 18:52:49 2004 +0000 Update Czech translation po/ChangeLog | 4 + po/cs.po | 197 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 129 insertions(+), 72 deletions(-) commit e438f4b4c265be0f328837c74d1b0968bd5aaa92 Author: Bruno Coudoin Date: Mon Feb 2 00:28:51 2004 +0000 -A- removed difficulty=0 cause it breaks the web site generation -A- -A- * boards/algebra_group.xml.in: -A- removed difficulty=0 cause it breaks the web site generation * boards/boards.xml.in: -A- * boards/colors_group.xml.in: -A- * boards/computer.xml.in: -A- * boards/experience.xml.in: -A- * boards/fun.xml.in: -A- * boards/menu.xml.in: -A- * boards/redraw_symmetrical.xml.in: fixed comments * boards/skins/pink/skin.xml: changed colors for erase * boards/wordsgame/wordslevel1.fr: New list of words from Catherine Lhomme * boards/wordsgame/wordslevel2.fr: New list of words from Catherine Lhomme * boards/wordsgame/wordslevelmax.fr: New list of words from Catherine Lhomme * gcompris.spec.in: added melody ogg files * src/boards/advanced_colors.c: (item_event): fixed bug: added pause while in bonus * src/boards/click_on_letter.c: (click_on_letter_create_item), (game_won), (process_ok_timeout), (process_ok), (item_event), (highlight_selected): fixed bug: added pause while in bonus * src/boards/colors.c: (item_event): fixed bug: added pause while in bonus * src/boards/imageid.c: (imageid_next_level), (item_event), (highlight_selected): fixed bug: added pause while in bonus * src/boards/leftright.c: (item_event): fixed bug: added pause while in bonus * src/boards/machpuzzle.c: (create_machine_item): changed hole color to black * src/boards/missingletter.c: (missing_letter_next_level), (missing_letter_create_item), (item_event), (highlight_selected), (add_xml_data): fixed bug: added pause while in bonus * src/boards/read_colors.c: (item_event): fixed bug: added pause while in bonus * src/boards/reading.c: (player_win), (player_loose), (item_event_valid): fixed bug: added pause while in bonus * src/gcompris/config.c: added Croatian * src/gcompris/score.c: (gcompris_score_set): centered score. use / instead of : for separator ChangeLog | 52 +++++++++----- boards/algebra_group.xml.in | 1 - boards/boards.xml.in | 1 - boards/colors_group.xml.in | 1 - boards/computer.xml.in | 1 - boards/experience.xml.in | 1 - boards/fun.xml.in | 1 - boards/menu.xml.in | 1 - boards/redraw_symmetrical.xml.in | 2 +- boards/skins/pink/skin.xml | 2 +- boards/wordsgame/wordslevel1.fr | 42 ++++------- boards/wordsgame/wordslevel2.fr | 57 ++++---------- boards/wordsgame/wordslevelmax.fr | 67 ++++++----------- gcompris.spec.in | 1 + src/boards/advanced_colors.c | 17 ++-- src/boards/click_on_letter.c | 148 +++++++++++++++++------------------- src/boards/colors.c | 1 + src/boards/imageid.c | 61 +++++++++++----- src/boards/leftright.c | 2 + src/boards/machpuzzle.c | 4 +- src/boards/missingletter.c | 84 +++++++++++++-------- src/boards/read_colors.c | 7 +- src/boards/reading.c | 25 +++--- src/gcompris/config.c | 3 +- src/gcompris/score.c | 6 +- 25 files changed, 292 insertions(+), 296 deletions(-) commit 60bbe1c63e37a2b18f5d4b19731c3fce24b6ee53 Author: Bruno Coudoin Date: Mon Feb 2 00:26:07 2004 +0000 updated po/ChangeLog | 1 + po/fr.po | 194 +++++++++++++++++++++++++++++++++------------------------ 2 files changed, 113 insertions(+), 82 deletions(-) commit 24aa32795bb30996c717af0727d2f7c07920320f Author: Denis Lackovic Date: Sun Feb 1 19:49:37 2004 +0000 *** empty log message *** ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 4 + po/hr.po | 1567 ++++++++++++++++++++++++++++++++++++---------------------- 4 files changed, 996 insertions(+), 581 deletions(-) commit 6540e93e77e2f60f47453d4a134abd7f64dcfb96 Author: Bruno Coudoin Date: Sun Feb 1 19:18:42 2004 +0000 updated deutsch by * de.po: updated deutsch by po/ChangeLog | 4 +++ po/de.po | 61 +++++++++++++++++++++++++++------------------------------ 2 files changed, 33 insertions(+), 32 deletions(-) commit a8a8279f5a2dd8c12c4b0c51e714ee7eea6e0ad3 Author: Bruno Coudoin Date: Sat Jan 31 14:19:09 2004 +0000 Fixed hole detection. ChangeLog | 4 ++++ src/boards/machpuzzle.c | 10 ++++------ 2 files changed, 8 insertions(+), 6 deletions(-) commit 42847f5a6715b2a80e6c3b6bd0bb0af1cf6d1682 Author: Vincent van Adrighem Date: Sat Jan 31 01:46:56 2004 +0000 Translation updated by Tino Meinen. 2004-01-31 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 +++ po/nl.po | 59 ++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 41 insertions(+), 22 deletions(-) commit a4b60168d29ec4681188e18d9277302ee66dfec2 Author: Bruno Coudoin Date: Fri Jan 30 23:41:43 2004 +0000 added and changed colors for erase added and changed colors for erase * boards/skins/default/skin.xml: added and changed colors for erase * boards/skins/pink/skin.xml: added and changed colors for erase * src/boards/erase.c: (erase_next_level), (erase_create_item), (game_won), (item_event): based on an idea of Zsolt, added a 2 times and 3 times shoot items * src/gcompris/.cvsignore: fixed. ChangeLog | 8 ++++ boards/skins/default/skin.xml | 14 ++++-- boards/skins/pink/skin.xml | 6 ++- src/boards/erase.c | 86 +++++++++++++++++++++++----------------- src/gcompris/.cvsignore | 2 +- 5 files changed, 72 insertions(+), 44 deletions(-) commit 8b3eee72af10ffc227c10affc599830cac015db2 Author: Bruno Coudoin Date: Fri Jan 30 00:06:11 2004 +0000 added billard created created created added billard completed * boards/Makefile.am: added billard * boards/billard.xml.in: created * boards/boardicons/billard.png: created * boards/images/billard_background.jpg: created * po/POTFILES.in: added billard * src/boards/machpuzzle.c: (start_board), (end_board), (set_level), (is_our_board), (minigolf_next_level), (minigolf_destroy_all_items), (minigolf_create_item), (game_won), (create_machine_item), (rectangle_in), (minigolf_move): completed implementation to have a simple billard simulation * src/boards/python/gcompris/bonus/.cvsignore: remove .pyc now * src/boards/python/gcompris/sound/.cvsignore: remove .pyc now * src/gcompris/bonus.c: (board_finished): now uses LOG_STATUS_COMPLETED when board_finished arrives. * src/gcompris/gcompris.h: added GCOMPRIS_LOG_STATUS_COMPLETED ChangeLog | 34 ++++ boards/Makefile.am | 1 + boards/billard.xml.in | 21 +++ boards/boardicons/billard.png | Bin 0 -> 6358 bytes boards/images/billard_background.jpg | Bin 0 -> 23933 bytes po/POTFILES.in | 1 + src/boards/machpuzzle.c | 237 +++++++++++++++----------- src/boards/python/gcompris/bonus/.cvsignore | 1 + src/boards/python/gcompris/sound/.cvsignore | 1 + src/gcompris/bonus.c | 2 +- src/gcompris/gcompris.h | 7 +- 11 files changed, 201 insertions(+), 104 deletions(-) commit c435d99b9b6fc07261f694c17247f00043f80bb7 Author: Miloslav Trmac Date: Wed Jan 28 10:48:58 2004 +0000 Fixed Czech translation po/ChangeLog | 4 ++ po/cs.po | 97 +++++++++++++++++++++------------------------------------- 2 files changed, 39 insertions(+), 62 deletions(-) commit 741dd068f0c270d3e1a903ff990b8a8f684ef314 Author: Bruno Coudoin Date: Tue Jan 27 12:24:10 2004 +0000 fixed malformed printf regardings mandatory_sound_file ChangeLog | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++ src/boards/menu.c | 4 +- 2 files changed, 86 insertions(+), 2 deletions(-) commit d459bba589db5d9dae23fadae9f73388dacc90d4 Author: Vincent van Adrighem Date: Tue Jan 27 03:51:48 2004 +0000 Translation updated by Tino Meinen. 2004-01-27 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 205 +++++++++++----------------------------------------------- 2 files changed, 43 insertions(+), 166 deletions(-) commit 4661707769cc7a492d4b7862e224981e593f5271 Author: Bruno Coudoin Date: Tue Jan 27 00:03:56 2004 +0000 updated to remove gcompris_load_number_pixmap docs/C/python.xml | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit 9071eed8424ca925edaefe9397760f0074a32287 Author: Bruno Coudoin Date: Tue Jan 27 00:03:10 2004 +0000 ported to use fonts instead of gcompris_load_number_pixmap updated to * src/boards/algebra.c: (start_board), (key_press), (display_operand), (algebra_create_item), (set_focus_item), (process_ok), (get_operand), (get_random_number): ported to use fonts instead of gcompris_load_number_pixmap * src/boards/py-mod-utils.c: updated to remove gcompris_load_number_pixmap * src/gcompris/board.c: (board_check_file): added a test in case menu are not loaded * src/gcompris/bonus.c: (board_finished), (bonus_image): added a call to gcompris_log_start * src/gcompris/gameutil.c: updated to remove gcompris_load_number_pixmap * src/gcompris/gameutil.h: updated to remove gcompris_load_number_pixmap src/boards/algebra.c | 233 +++++++++++++++------------------------------ src/boards/py-mod-utils.c | 19 ---- src/gcompris/board.c | 3 + src/gcompris/bonus.c | 9 ++- src/gcompris/gameutil.c | 55 +----------- src/gcompris/gameutil.h | 1 - 6 files changed, 87 insertions(+), 233 deletions(-) commit b0d0b307a3f6633af7eb4283687aafa4e7da9f8f Author: Bruno Coudoin Date: Tue Jan 27 00:02:41 2004 +0000 Letters/Numbers pixmaps are Not needed anymore boards/gcompris/letters/0.png | Bin 1928 -> 0 bytes boards/gcompris/letters/1.png | Bin 962 -> 0 bytes boards/gcompris/letters/2.png | Bin 1724 -> 0 bytes boards/gcompris/letters/3.png | Bin 1899 -> 0 bytes boards/gcompris/letters/4.png | Bin 1530 -> 0 bytes boards/gcompris/letters/5.png | Bin 1614 -> 0 bytes boards/gcompris/letters/6.png | Bin 2098 -> 0 bytes boards/gcompris/letters/7.png | Bin 1385 -> 0 bytes boards/gcompris/letters/8.png | Bin 2367 -> 0 bytes boards/gcompris/letters/9.png | Bin 2063 -> 0 bytes boards/gcompris/letters/A.png | Bin 1898 -> 0 bytes boards/gcompris/letters/B.png | Bin 1953 -> 0 bytes boards/gcompris/letters/C.png | Bin 3571 -> 0 bytes boards/gcompris/letters/D.png | Bin 1644 -> 0 bytes boards/gcompris/letters/E.png | Bin 1467 -> 0 bytes boards/gcompris/letters/F.png | Bin 1390 -> 0 bytes boards/gcompris/letters/G.png | Bin 2048 -> 0 bytes boards/gcompris/letters/H.png | Bin 1552 -> 0 bytes boards/gcompris/letters/I.png | Bin 1853 -> 0 bytes boards/gcompris/letters/J.png | Bin 1236 -> 0 bytes boards/gcompris/letters/K.png | Bin 1996 -> 0 bytes boards/gcompris/letters/L.png | Bin 1251 -> 0 bytes boards/gcompris/letters/M.png | Bin 2440 -> 0 bytes boards/gcompris/letters/N.png | Bin 1775 -> 0 bytes boards/gcompris/letters/O.png | Bin 2053 -> 0 bytes boards/gcompris/letters/P.png | Bin 1251 -> 0 bytes boards/gcompris/letters/Q.png | Bin 2564 -> 0 bytes boards/gcompris/letters/R.png | Bin 1691 -> 0 bytes boards/gcompris/letters/S.png | Bin 1837 -> 0 bytes boards/gcompris/letters/T.png | Bin 792 -> 0 bytes boards/gcompris/letters/U.png | Bin 1638 -> 0 bytes boards/gcompris/letters/V.png | Bin 3183 -> 0 bytes boards/gcompris/letters/W.png | Bin 2379 -> 0 bytes boards/gcompris/letters/X.png | Bin 2391 -> 0 bytes boards/gcompris/letters/Y.png | Bin 1729 -> 0 bytes boards/gcompris/letters/Z.png | Bin 1266 -> 0 bytes boards/gcompris/letters/a.png | Bin 1564 -> 0 bytes boards/gcompris/letters/b.png | Bin 1633 -> 0 bytes boards/gcompris/letters/by.png | Bin 2308 -> 0 bytes boards/gcompris/letters/c.png | Bin 1393 -> 0 bytes boards/gcompris/letters/d.png | Bin 1786 -> 0 bytes boards/gcompris/letters/div.png | Bin 2222 -> 0 bytes boards/gcompris/letters/e.png | Bin 1508 -> 0 bytes boards/gcompris/letters/equal.png | Bin 597 -> 0 bytes boards/gcompris/letters/f.png | Bin 1308 -> 0 bytes boards/gcompris/letters/g.png | Bin 2317 -> 0 bytes boards/gcompris/letters/h.png | Bin 1540 -> 0 bytes boards/gcompris/letters/i.png | Bin 923 -> 0 bytes boards/gcompris/letters/j.png | Bin 1155 -> 0 bytes boards/gcompris/letters/k.png | Bin 1650 -> 0 bytes boards/gcompris/letters/l.png | Bin 779 -> 0 bytes boards/gcompris/letters/m.png | Bin 1902 -> 0 bytes boards/gcompris/letters/minus.png | Bin 445 -> 0 bytes boards/gcompris/letters/n.png | Bin 1400 -> 0 bytes boards/gcompris/letters/o.png | Bin 1622 -> 0 bytes boards/gcompris/letters/p.png | Bin 1720 -> 0 bytes boards/gcompris/letters/plus.png | Bin 800 -> 0 bytes boards/gcompris/letters/q.png | Bin 1665 -> 0 bytes boards/gcompris/letters/question.png | Bin 2217 -> 0 bytes boards/gcompris/letters/r.png | Bin 1105 -> 0 bytes boards/gcompris/letters/s.png | Bin 1492 -> 0 bytes boards/gcompris/letters/t.png | Bin 988 -> 0 bytes boards/gcompris/letters/u.png | Bin 1435 -> 0 bytes boards/gcompris/letters/v.png | Bin 1412 -> 0 bytes boards/gcompris/letters/w.png | Bin 2020 -> 0 bytes boards/gcompris/letters/x.png | Bin 1786 -> 0 bytes boards/gcompris/letters/y.png | Bin 1854 -> 0 bytes boards/gcompris/letters/z.png | Bin 1328 -> 0 bytes 68 files changed, 0 insertions(+), 0 deletions(-) commit d910c69617b851352c128065f4b3fcd0c7f9e2a7 Author: Olivier Samyn Date: Mon Jan 26 01:47:07 2004 +0000 Added gettext capabilities to python plugins. ChangeLog | 6 ++++ src/boards/py-mod-gcompris.c | 5 +++ src/boards/python/gcompris/__init__.py | 5 +++ src/boards/python/pythontest.py | 47 ++++++++++++++++--------------- 4 files changed, 40 insertions(+), 23 deletions(-) commit 930b974e2fc9f6303cba724b18ac7d9ad29d81fb Author: Francisco Javier F. Serrador Date: Mon Jan 26 00:46:13 2004 +0000 Updeted Spanish translation 2004-01-26 Francisco Javier F. Serrador * es.po: Updeted Spanish translation po/ChangeLog | 4 ++++ po/es.po | 53 ++++++++++++++++++++++++++--------------------------- 2 files changed, 30 insertions(+), 27 deletions(-) commit a37b5e3de709d176e40be967d436751b2a7bcbb8 Author: Bruno Coudoin Date: Sun Jan 25 02:10:33 2004 +0000 changed to use fonts instead of fixed pixmaps for letters changed to use * src/boards/gletters.c: (pause_board), (start_board), (gletters_next_level), (gletters_create_item), (player_win): changed to use fonts instead of fixed pixmaps for letters * src/gcompris/score.c: (display_number): changed to use fonts instead of fixed pixmaps for letters * boards/melody.xml.in: added _ to title, added mandatory_sound_file. ChangeLog | 7 ++++ boards/melody.xml.in | 3 +- src/boards/gletters.c | 75 ++++++++++++++++++++++++++++++------------------ src/gcompris/score.c | 52 ++++++++++++++------------------- 4 files changed, 78 insertions(+), 59 deletions(-) commit aaf45055c24b1e3166dd9d005fd9e811efe6ef1d Author: Bruno Coudoin Date: Sun Jan 25 02:05:51 2004 +0000 update melody po/ChangeLog | 4 ++ po/fr.po | 171 +++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 109 insertions(+), 66 deletions(-) commit 6dae301113293379d50c3143a17fe32d0a5f141c Author: Francisco Javier F. Serrador Date: Sat Jan 24 20:31:32 2004 +0000 Updated Spanish translation. 2004-01-24 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 207 +++++++++++---------------------------------------------- 2 files changed, 44 insertions(+), 167 deletions(-) commit 772df90883985e8463b83df591be61f31e40caa8 Author: Olivier Samyn Date: Sat Jan 24 14:01:43 2004 +0000 Fixed some compilation warnings and bugs. Fixed bug when pressing a key in a python game. Fixed function name in gcompris.h ChangeLog | 13 +++++ src/boards/py-mod-gcompris.c | 23 ++++----- src/boards/py-mod-skin.c | 1 - src/boards/py-mod-utils.c | 1 - src/boards/python.c | 110 +++++++++++++++++++++--------------------- src/gcompris/gcompris.h | 2 +- 6 files changed, 80 insertions(+), 70 deletions(-) commit 48a4e1d38390d68476f765ce31135afcd858ec04 Author: Bruno Coudoin Date: Sat Jan 24 13:04:33 2004 +0000 fixed bug where ok was accepted before dart were send. now the ok button * src/boards/target.c: (start_board), (target_next_level), (process_ok), (request_score): fixed bug where ok was accepted before dart were send. now the ok button is contextual. * src/gcompris/log.c: (gcompris_log_end): added program name in the log format. Now use starttime. ChangeLog | 7 +++++++ src/boards/target.c | 29 ++++++++++++++++------------- src/gcompris/log.c | 8 ++++---- 3 files changed, 27 insertions(+), 17 deletions(-) commit 427aad54c47d052fd1197dcaa401d54bfbacbcaf Author: Miloslav Trmac Date: Wed Jan 21 16:36:12 2004 +0000 Update Czech translation po/ChangeLog | 4 + po/cs.po | 227 +++++++++++++++------------------------------------------- 2 files changed, 63 insertions(+), 168 deletions(-) commit 679636872853794ca8cbd74c5aad72715e2cf0ca Author: Bruno Coudoin Date: Wed Jan 21 00:56:53 2004 +0000 updated spanish translation related to bug in missing letter and debian bug report Bug#228712 po/ChangeLog | 4 ++++ po/es.po | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) commit 32110766612a390340302b7835d71f1c616e2fbd Author: Olivier Samyn Date: Wed Jan 21 00:40:37 2004 +0000 Wrapped some new functions into the python plugin. Updated the docs. ChangeLog | 13 ++++++ docs/C/python.html | 20 ++++---- docs/C/python.xml | 49 +++++++++++++++++++-- src/boards/py-mod-gcompris.c | 95 +++++++++++++++++++++++++++++++++++++++++ src/boards/py-mod-utils.c | 96 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 258 insertions(+), 15 deletions(-) commit 6cf4721c29f260c1a8f965f3394c79f27771c046 Author: Bruno Coudoin Date: Tue Jan 20 22:51:03 2004 +0000 added prepare-ChangeLog.pl | 564 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 564 insertions(+), 0 deletions(-) commit d39ba7072b08f1b7beeeb258c7ae09bf12e78701 Author: Bruno Coudoin Date: Tue Jan 20 00:14:33 2004 +0000 no idea why it as changed added call to log for failed comment added log.c * po/Makefile.in.in: no idea why it as changed * src/boards/reading.c: (player_win), (player_loose): added call to log for failed comment * src/gcompris/Makefile.am: added log.c * src/gcompris/board.c: (board_play), (board_stop): added log API call * src/gcompris/bonus.c: (bonus_image): added log API call * src/gcompris/gcompris.h: added log API * src/gcompris/log.c: created the log API ChangeLog | 10 ++++ po/Makefile.in.in | 39 +++++++------- src/boards/maze.c | 1 - src/boards/reading.c | 13 ++++- src/gcompris/Makefile.am | 3 +- src/gcompris/board.c | 5 ++- src/gcompris/bonus.c | 11 +++- src/gcompris/gcompris.h | 15 +++++- src/gcompris/log.c | 129 ++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 197 insertions(+), 29 deletions(-) commit 2359000d7d997e2628a9dfc17ce9ceaa40669f54 Author: Bruno Coudoin Date: Mon Jan 19 22:17:41 2004 +0000 updated po by Jose po/ChangeLog | 4 + po/pt.po | 173 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 115 insertions(+), 62 deletions(-) commit 04fb77cb493d5366f6862415b74970dd9ff99cf8 Author: Bruno Coudoin Date: Mon Jan 19 01:29:56 2004 +0000 now hide the bar just after the ok now hide the bar just after the ok now * src/boards/missing_letter.c: now hide the bar just after the ok * src/boards/colors.c: now hide the bar just after the ok * src/boards/read_colors.c: now hide the bar just after the ok * src/boards/advanced_colors.c: now hide the bar just after the ok * src/boards/leftright.c: now hide the bar just after the ok * src/boards/enumerate.c: (process_ok): give proper negative feedback * src/boards/maze.c: (maze_create_item): do not display help message in 2D * src/boards/reading.c: (reading_next_level), (reading_destroy_all_items), (player_win), (player_loose): fixed start sequence * src/boards/target.c: (process_ok): give proper negative feedback ChangeLog | 25 +++++ src/boards/advanced_colors.c | 6 +- src/boards/colors.c | 2 + src/boards/enumerate.c | 4 +- src/boards/leftright.c | 238 +++++++++++++++++++++--------------------- src/boards/maze.c | 6 + src/boards/missingletter.c | 7 +- src/boards/read_colors.c | 4 +- src/boards/reading.c | 28 ++++-- src/boards/target.c | 3 +- 10 files changed, 189 insertions(+), 134 deletions(-) commit 7098c004768aeee18248fe257657a0e4c9f7b325 Author: Bruno Coudoin Date: Mon Jan 19 00:12:05 2004 +0000 src/boards/python/melody.py: fixed timer management and crash src/boards/maze.c: (start_board): fixed image icon name src/boards/maze.c | 2 +- src/boards/python/melody.py | 60 ++++++++++++++++++++++++++++++------------ 2 files changed, 44 insertions(+), 18 deletions(-) commit 62ae6b1148f30a7cfbe3505c867d1c524b6badf6 Author: Bruno Coudoin Date: Mon Jan 19 00:11:26 2004 +0000 new better icon by jose fixed the location of orange.ogg added here: fixed * boards/boardicons/melody.png: new better icon by jose * boards/sounds/en/colors/gcompris_colors_en.assetml.in: fixed the location of orange.ogg * boards/sounds/en/colors/orange.ogg: added here: fixed the location of this file * boards/sounds/en/geography/gcompris_geography_en.assetml.in: fixed the location of orange.ogg * boards/sounds/en/geography/orange.ogg: deleted here: fixed the location of this file * boards/sounds/melody/melody.ogg: added by Jose * src/boards/maze.c: (start_board): fixed image icon name * src/boards/python/melody.py: fixed timer management and crash * boards/click_on_letter.xml.in: replaced speaker by mouth icon in help comment boards/boardicons/melody.png | Bin 9046 -> 12093 bytes boards/click_on_letter.xml.in | 2 +- .../sounds/en/colors/gcompris_colors_en.assetml.in | 5 +++++ boards/sounds/en/colors/orange.ogg | Bin 0 -> 14633 bytes .../en/geography/gcompris_geography_en.assetml.in | 5 ----- boards/sounds/en/geography/orange.ogg | Bin 14633 -> 0 bytes boards/sounds/melody/melody.ogg | Bin 0 -> 10268 bytes 7 files changed, 6 insertions(+), 6 deletions(-) commit ee91e931ea290cf00a2c5944d03d372ae41bffb9 Author: Bruno Coudoin Date: Sat Jan 17 18:40:34 2004 +0000 updated by Alexey Lubimov po/ChangeLog | 4 + po/ru.po | 1741 ++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 1281 insertions(+), 464 deletions(-) commit a5971589042f5ef47314bceba8a6ef2ba55c18b0 Author: Bruno Coudoin Date: Fri Jan 16 07:07:56 2004 +0000 created by Jose change to difficulty 2. No more a devel. * boards/boardicons/melody.png: created by Jose * boards/melody.xml.in: change to difficulty 2. No more a devel. ChangeLog | 5 +++++ boards/boardicons/melody.png | Bin 0 -> 9046 bytes boards/melody.xml.in | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) commit d0b9a61ff7e201727e6e488e54d1db34d86881e4 Author: Bruno Coudoin Date: Fri Jan 16 06:47:35 2004 +0000 new from Jose fixed many bugs around and implemented a theme list * boards/melody/cursor.png: new from Jose * src/boards/python/melody.py: fixed many bugs around and implemented a theme list ChangeLog | 5 + boards/melody/cursor.png | Bin 2475 -> 7398 bytes src/boards/python/melody.py | 306 ++++++++++++++++++++++++++++++++----------- 3 files changed, 236 insertions(+), 75 deletions(-) commit 96137d89a9f67b2d4017d1c298362b9e8c9a844e Author: Bruno Coudoin Date: Tue Jan 6 22:56:00 2004 +0000 updated by rami aubourg po/ChangeLog | 5 + po/fi.po | 991 ++++++++-------------------------------------------- po/ru.po | 1103 ++++++++++++---------------------------------------------- 3 files changed, 375 insertions(+), 1724 deletions(-) commit 0dc633a0c607e42fbf2750eebf8ee8296e013d3b Author: Vincent van Adrighem Date: Mon Jan 5 20:49:27 2004 +0000 Translation updated by Tino Meinen. 2004-01-05 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. po/ChangeLog | 4 +++ po/nl.po | 67 ++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 53 insertions(+), 18 deletions(-) commit 8c84c5fde4c4e10969b6a75ede0b35af118cb54f Author: Alastair McKinstry Date: Thu Jan 1 10:42:44 2004 +0000 Initial Irish translation po/ChangeLog | 4 + po/ga.po | 2526 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2530 insertions(+), 0 deletions(-) commit 08245cf3a96b0f96757f62084af6d1b2d0c70a80 Author: Francisco Javier F. Serrador Date: Sat Dec 27 18:16:39 2003 +0000 Updated Spanish translation. 2003-12-27 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 +++ po/es.po | 80 ++++++++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 63 insertions(+), 21 deletions(-) commit 2de7718b6aded4f61d04322071e5ac483fd360ce Author: Bruno Coudoin Date: Tue Dec 23 19:50:40 2003 +0000 created by Bruno replaced cursor cleanup by a non deprecated func. * boards/boardicons/redraw_symmetry.png: created by Bruno * src/gcompris/gcompris.c: (gcompris_set_cursor): replaced cursor cleanup by a non deprecated func. ChangeLog | 5 +++++ boards/boardicons/redraw_symmetry.png | Bin 0 -> 8271 bytes src/gcompris/gcompris.c | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) commit 4c883cd51852bf819d277cf6ce9c1aaf6c44543c Author: Danilo Šegan Date: Mon Dec 22 07:48:12 2003 +0000 Updated Serbian translation. 2003-12-22 Danilo Šegan * sr.po, sr@Latn.po: Updated Serbian translation. * POTFILES.in: boards/melody.xml.in back in. po/ChangeLog | 6 +++ po/POTFILES.in | 3 +- po/sr.po | 67 +++++++++++++++++++++++-------- po/sr@Latn.po | 119 +++++++++++++++++++++++++++++++++++--------------------- 4 files changed, 131 insertions(+), 64 deletions(-) commit 913924c8dcdbcb3da5c60216f2da57d28f6c835f Author: Bruno Coudoin Date: Sun Dec 21 18:40:12 2003 +0000 Created by Ronny Standtke to have a contextual redo/help icon Created by * boards/images/maze-2d-bubble.png: Created by Ronny Standtke to have a contextual redo/help icon * boards/images/maze-3d-bubble.png: Created by Ronny Standtke to have a contextual redo icon * boards/skins/default/button_redo.png: Created by Ronny Standtke to have a contextual redo icon * boards/skins/default/button_reload.png: Created by Ronny Standtke to have a contextual redo icon * boards/maze3D.xml.in: added some help * docs/C/gcompris.texi: updated development process * docs/C/python.html: updated development process * docs/fr/gcompris.texi: updated development process * po/POTFILES.in: added redraw_symmetrical * src/boards/hanoi.c: (hanoi_create_item): removed console printout * src/boards/maze.c: (start_board), (repeat), (maze_create_item): implemented a contectual help icon. * src/boards/python/redraw.py: now display the icon of the mode. now the new board don not overlap the bonus icon. * added support for symmetrical mode * src/boards/railroad.c: (start_board): implemented a contectual help icon. * src/boards/traffic.c: (start_board): implemented a contectual help icon. * src/gcompris/bar.c: (gcompris_bar_set_repeat_icon): fixed to work with the focus * src/gcompris/bonus.h: indent fix * src/gcompris/images_selector.c: (item_event_imageset_selector): fixed bad cast (gcc warning) * src/gcompris/properties.c: (gcompris_properties_new): fixed core dump when no LANG ENV var are set ChangeLog | 24 +++- boards/images/maze-2d-bubble.png | Bin 0 -> 6068 bytes boards/images/maze-3d-bubble.png | Bin 0 -> 6553 bytes boards/maze3D.xml.in | 4 +- boards/skins/default/button_redo.png | Bin 0 -> 6549 bytes boards/skins/default/button_reload.png | Bin 0 -> 7248 bytes docs/C/gcompris.texi | 5 +- docs/C/python.html | 12 +- docs/fr/gcompris.texi | 5 +- po/POTFILES.in | 1 + src/boards/hanoi.c | 6 +- src/boards/maze.c | 55 ++++++++-- src/boards/python/redraw.py | 199 ++++++++++++++++++++++++++----- src/boards/railroad.c | 15 ++- src/boards/traffic.c | 14 ++- src/gcompris/bar.c | 7 +- src/gcompris/bonus.h | 2 +- src/gcompris/images_selector.c | 4 +- src/gcompris/properties.c | 4 +- 19 files changed, 285 insertions(+), 72 deletions(-) commit 4a623138f44a1bbb94da628358e460dc5de6fd99 Author: Francisco Javier F. Serrador Date: Sun Dec 21 17:36:48 2003 +0000 Updated Spanish translation. 2003-12-21 Francisco Javier F. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 ++++ po/es.po | 14 +++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) commit d115230da8fcf7cec2625f59716b196522bb6f7a Author: Bruno Coudoin Date: Sun Dec 21 16:08:39 2003 +0000 boards/Makefile.am: added redraw_symmetrical boards/melody.xml.in: created boards/redraw.xml.in: minor fix boards/redraw_symmetrical.xml.in: created docs/C/gcompris.texi: updated development process docs/C/python.html: updated development process docs/fr/gcompris.texi: updated development process po/POTFILES.in: added redraw_symmetrical src/boards/python/redraw.py: added support for symmetrical mode src/gcompris/bonus.h: indent fix src/gcompris/images_selector.c: (item_event_imageset_selector): fixed bad cast (gcc warning) src/gcompris/properties.c: (gcompris_properties_new): fixed core dump when no LANG ENV var are set ChangeLog | 15 +++++++++++++++ boards/Makefile.am | 1 + boards/melody.xml.in | 17 +++++++++++++++++ boards/redraw.xml.in | 6 ++++-- boards/redraw_symmetrical.xml.in | 25 +++++++++++++++++++++++++ 5 files changed, 62 insertions(+), 2 deletions(-) commit dbaed2f5fe31cc82fc1559461792009d8830f50e Author: Vincent van Adrighem Date: Sat Dec 20 00:57:07 2003 +0000 Dutch translation updated by Tino Meinen. 2003-12-20 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 24 ++++++++++++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) commit 98e0bde42d2d6c9decc52fddd8821e500563cfd5 Author: Bruno Coudoin Date: Tue Dec 16 12:17:20 2003 +0000 updated sounds packages doc. ChangeLog | 4 ++++ docs/C/python.xml | 10 ---------- 2 files changed, 4 insertions(+), 10 deletions(-) commit c5f1bc90041dfe773b444e367b61c97a7781fe4a Author: Francisco J. Serrador Date: Tue Dec 16 11:28:52 2003 +0000 Updated Spanish translation. 2003-12-16 Francisco J. Serrador * es.po: Updated Spanish translation. po/ChangeLog | 4 ++ po/es.po | 132 +++++++++++++++------------------------------------------ 2 files changed, 39 insertions(+), 97 deletions(-) commit 1ecd39e21ec847890812ae41c38dd9b1534420a2 Author: Danilo Šegan Date: Tue Dec 16 06:40:02 2003 +0000 Removed boards/melody.xml.in from POTFILES.in, since it was screwing status pages generation. po/ChangeLog | 4 ++++ po/POTFILES.in | 1 - 2 files changed, 4 insertions(+), 1 deletions(-) commit e4ddec3a29875beb4c2cd05b7fbad83ad55d242f Author: Bruno Coudoin Date: Mon Dec 15 21:37:45 2003 +0000 added melody board by Jose JORGE src/boards/py-mod-utils.c: (py_gcompris_set_image_focus): cleanup, removed traces ChangeLog | 19 + boards/Makefile.am | 1 + boards/melody/.cvsignore | 4 + boards/melody/background.jpg | Bin 0 -> 26463 bytes boards/melody/cursor.png | Bin 0 -> 2475 bytes boards/melody/son1.png | Bin 0 -> 5692 bytes boards/melody/son2.png | Bin 0 -> 6351 bytes boards/melody/son3.png | Bin 0 -> 9108 bytes boards/melody/son4.png | Bin 0 -> 9122 bytes boards/sounds/melody/son1.ogg | Bin 0 -> 6134 bytes boards/sounds/melody/son2.ogg | Bin 0 -> 6742 bytes boards/sounds/melody/son3.ogg | Bin 0 -> 8137 bytes boards/sounds/melody/son4.ogg | Bin 0 -> 8391 bytes po/POTFILES.in | 1 + po/am.po | 459 ++++++++++++++++++------ po/ar.po | 782 +++++++++++++++++++++++++++++++---------- po/az.po | 462 +++++++++++++++++++------ po/ca.po | 686 ++++++++++++++++++++++++------------ po/cs.po | 23 +- po/de.po | 282 ++++++++++++--- po/el.po | 462 +++++++++++++++++++------ po/es.po | 505 ++++++++++++++++++++------- po/fi.po | 364 ++++++++++++++------ po/fr.po | 85 +++--- po/he.po | 460 +++++++++++++++++++------ po/hi.po | 461 +++++++++++++++++++------ po/hr.po | 352 ++++++++++++++----- po/hu.po | 466 +++++++++++++++++++------ po/it.po | 402 ++++++++++++++++------ po/lt.po | 465 +++++++++++++++++++------ po/mk.po | 467 +++++++++++++++++++------ po/ml.po | 459 ++++++++++++++++++------ po/ms.po | 467 +++++++++++++++++++------ po/nl.po | 238 ++++++++++--- po/no.po | 462 +++++++++++++++++++------ po/pl.po | 324 +++++++++++++----- po/pt.po | 469 +++++++++++++++++++------ po/pt_BR.po | 459 ++++++++++++++++++------ po/ro.po | 468 +++++++++++++++++++------ po/ru.po | 359 ++++++++++++++----- po/sk.po | 278 ++++++++++++--- po/sl.po | 704 ++++++++++++++++++++++++------------- po/sr.po | 15 +- po/sr@Latn.po | 67 ++-- po/sv.po | 347 ++++++++++++++----- po/tr.po | 468 +++++++++++++++++++------ src/boards/py-mod-utils.c | 5 +- src/boards/python/Makefile.am | 1 + src/boards/python/melody.py | 157 ++++++++ 49 files changed, 9753 insertions(+), 3202 deletions(-) commit baca9de8902fe188e4f99360a6be2a0ee2e80494 Author: Miloslav Trmac Date: Fri Dec 12 17:29:15 2003 +0000 Update Czech translation po/ChangeLog | 4 + po/cs.po | 335 ++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 249 insertions(+), 90 deletions(-) commit 07ed27beb6cbcf589c61e88b598b74975cc09b9f Author: Bruno Coudoin Date: Fri Dec 12 07:41:46 2003 +0000 removed bidtextdomain src/boards/python/redraw.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ea292bdccab790e709feeb911667110fd843bf63 Author: Danilo Šegan Date: Thu Dec 11 18:39:08 2003 +0000 Updated Serbian translation. 2003-12-11 Danilo Šegan * sr.po, sr@Latn.po: Updated Serbian translation. po/ChangeLog | 4 + po/sr.po | 239 ++++++++++++++++++++++++++++++++++++++++++++++----------- po/sr@Latn.po | 239 ++++++++++++++++++++++++++++++++++++++++++++++----------- 3 files changed, 392 insertions(+), 90 deletions(-) commit 0bc0a42af26f2c1e44d958587c100b1ae42ca1e2 Author: Stanislav Visnovsky Date: Thu Dec 11 14:40:50 2003 +0000 Updated Slovak translation by Zdenko Podobny. 2003-12-11 Stanislav Visnovsky * sk.po: Updated Slovak translation by Zdenko Podobny. po/ChangeLog | 4 + po/sk.po | 437 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 277 insertions(+), 164 deletions(-) commit 24727072a36e6f37545f0e7acd169048bfc5e116 Author: Bruno Coudoin Date: Thu Dec 11 09:18:53 2003 +0000 implemented the possibility to specify a repeat icon (not tested) * src/gcompris/bar.c: (gcompris_bar_set_repeat_icon), (gcompris_bar_set): implemented the possibility to specify a repeat icon (not tested) * src/gcompris/gcompris.h: implemented the possibility to specify a repeat icon * src/gcompris/properties.c: fixed comment that was hiding a func * src/gcompris/soundutil.h: added stdio.h ChangeLog | 8 ++++++++ src/gcompris/bar.c | 40 ++++++++++++++++++++++++++++++++++++---- src/gcompris/gcompris.h | 14 ++++++++------ src/gcompris/properties.c | 4 +++- src/gcompris/soundutil.h | 1 + 5 files changed, 56 insertions(+), 11 deletions(-) commit 90cd3015628c82637397b17b81323b0377d561b5 Author: Bruno Coudoin Date: Wed Dec 10 22:15:07 2003 +0000 added documentation fixed 1 missing pixel border removed and replaced by * boards/redraw.xml.in: added documentation * boards/skins/default/gcompris-shapebg.jpg: fixed 1 missing pixel border * boards/traffic/TrafficData: removed and replaced by traffic.h * configure.in: replaced the dependancy of gcompris from gnome to gtk marked to release 5.0 * docs/fr/gcompris.texi: fixed doc nodes * gcompris.spec.in: fixed for info file distribution. better use of % directives * po/POTFILES.in: added redraw.py * src/boards/Makefile.am: added trafic.h * src/boards/advanced_colors.c: (init_xml), (read_xml_file): gtk port * src/boards/chess.c: (start_board), (chess_create_item), (start_child): fixed error message and process to use GNUCHESS env var * src/boards/clickgame.c: (load_random_pixmap): use g_file_test instead of g_file_exists * src/boards/imageid.c: (init_xml), (read_xml_file): use g_file_test instead of g_file_exists * src/boards/menu.c: (menu_create_item): use g_file_test instead of g_file_exists * src/boards/missingletter.c: (init_xml), (read_xml_file): use g_file_test instead of g_file_exists * src/boards/py-mod-sound.c: removed gcompris_play_sound (gnome dependant) * src/boards/python/redraw.py: added i18n (don't work), removed editable flag * src/boards/read_colors.c: (init_xml), (read_xml_file): use g_file_test instead of g_file_exits * src/boards/reading.c: added stdio.h * src/boards/traffic.c: (load_level), (cars_from_strv): modified to use a .h instead of a file for data * src/boards/traffic.h: created with data from boards/traffic/TrafficData * src/boards/wordsgame.c: added stdio.h * src/gcompris/Makefile.am: gtk port * src/gcompris/about.c: (item_event_ok): commented out gnome_url_show. Still Need a replacement * src/gcompris/callbacks.c: (on_quit1_activate): implemeted quit CB, cleanup of unneeded funtions * src/gcompris/config.c: (item_event_ok): gtk port * src/gcompris/gcompris-edit.c: (quit_cb), (main): uses gcompris_write_boards_status now. Quit CB. * src/gcompris/gcompris.c: (init_background), (gcompris_set_cursor), (setup_window), (gcompris_exit), (gcompris_init): gtk port, params reading rewrite, main loop moved from gnome to gtk * src/gcompris/gcompris.h: added missing include due to the remove of gnome * src/gcompris/pluginenum.c: added stdio.h * src/gcompris/properties.c: (scan_get_int), (scan_get_string), (gcompris_properties_new), (gcompris_properties_save), (boards_write), (gcompris_write_boards_status), (read_boards_status), (gcompris_properties_enable_board), (gcompris_properties_disable_board): complete rewrite with the glib scanner. * src/gcompris/properties.h: removed unused gcompris_properties_copy. added enum for properties added gcompris_write_boards_status * src/gcompris/soundutil.c: (gcompris_play_ogg_list): removed gcompris_play_sound (gnome dependant) * src/gcompris/soundutil.h: removed gcompris_play_sound (gnome dependant) ChangeLog | 45 +++++ boards/redraw.xml.in | 10 +- boards/skins/default/gcompris-shapebg.jpg | Bin 17226 -> 14974 bytes boards/traffic/TrafficData | 80 -------- configure.in | 45 ++++- docs/fr/gcompris.texi | 12 +- gcompris.spec.in | 55 ++++-- po/POTFILES.in | 1 + src/boards/Makefile.am | 2 +- src/boards/advanced_colors.c | 4 +- src/boards/chess.c | 10 +- src/boards/clickgame.c | 5 +- src/boards/imageid.c | 4 +- src/boards/menu.c | 4 +- src/boards/missingletter.c | 4 +- src/boards/py-mod-sound.c | 20 -- src/boards/python/redraw.py | 18 +- src/boards/read_colors.c | 4 +- src/boards/reading.c | 1 + src/boards/traffic.c | 40 ++--- src/boards/traffic.h | 103 ++++++++++ src/boards/wordsgame.c | 1 + src/gcompris/Makefile.am | 28 ++- src/gcompris/about.c | 10 +- src/gcompris/callbacks.c | 51 +----- src/gcompris/config.c | 3 +- src/gcompris/gcompris-edit.c | 13 +- src/gcompris/gcompris.c | 87 +++++---- src/gcompris/gcompris.h | 12 +- src/gcompris/pluginenum.c | 1 + src/gcompris/properties.c | 305 +++++++++++++++++++++++------ src/gcompris/properties.h | 16 ++- src/gcompris/soundutil.c | 20 -- src/gcompris/soundutil.h | 1 - 34 files changed, 643 insertions(+), 372 deletions(-) commit 59885e7e79cbd9362e06edd56a131ee97beaddfe Author: Bruno Coudoin Date: Tue Dec 9 01:22:26 2003 +0000 updated by Ronny Standtke po/ChangeLog | 4 ++++ po/de.po | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) commit 9b4b91ed84e22fb886fe55ea487f6b7350e6b20e Author: Bruno Coudoin Date: Sat Dec 6 23:46:18 2003 +0000 implemented pause ChangeLog | 3 +++ src/boards/draw.c | 17 ++++++++++++++--- src/boards/maze.c | 3 +++ src/boards/railroad.c | 6 +++++- 4 files changed, 25 insertions(+), 4 deletions(-) commit d0c3092d845cb138ccba43660d44e3a6d56d4c75 Author: Bruno Coudoin Date: Sat Dec 6 12:26:27 2003 +0000 implemented pause. fixed set locale bug. ChangeLog | 1 + src/boards/shapegame.c | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) commit ea9b316d38d59207eb06f28482c5ac61ad9a018a Author: Bruno Coudoin Date: Sat Dec 6 12:24:36 2003 +0000 now hide the bar. ChangeLog | 7 ++++++- src/gcompris/bonus.c | 4 ++++ 2 files changed, 10 insertions(+), 1 deletions(-) commit 0b6766ee411e9e35b4a4390755d39e075f378ea8 Author: Bruno Coudoin Date: Sat Dec 6 01:52:54 2003 +0000 updated po by Ronny.Standtke@gmx.de po/ChangeLog | 4 + po/de.po | 243 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 150 insertions(+), 97 deletions(-) commit 03bf4281134dad0e3ce81fa2e81736680ffd027f Author: Bruno Coudoin Date: Thu Dec 4 00:30:31 2003 +0000 update fr po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 7fff9880dc7d2e40ad89c7f82ace819625c19cf0 Author: Bruno Coudoin Date: Thu Dec 4 00:30:16 2003 +0000 update po/fr.po | 353 ++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 273 insertions(+), 80 deletions(-) commit 0fc604200e1eb37e64d1989277e01fa7dc9d2cf0 Author: Danilo Šegan Date: Wed Dec 3 04:47:26 2003 +0000 Updated Serbian translation. 2003-12-03 Danilo Šegan * sr.po, sr@Latn.po: Updated Serbian translation. po/ChangeLog | 4 ++ po/sr.po | 122 ++++++++++++++++++++++++++++++--------------------------- po/sr@Latn.po | 122 ++++++++++++++++++++++++++++++--------------------------- 3 files changed, 132 insertions(+), 116 deletions(-) commit de196522df851a4f0875e9936ca53ab0a3ab9b24 Author: Vincent van Adrighem Date: Sun Nov 30 21:31:55 2003 +0000 Dutch translation updated by Tino Meinen. 2003-11-30 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 120 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 66 insertions(+), 58 deletions(-) commit 524a5141123df0fdc71c52fa7b1aa574eda6a04f Author: Bruno Coudoin Date: Fri Nov 28 23:41:42 2003 +0000 added display of level and coordinate. fixed checkings ChangeLog | 4 + src/boards/python/redraw.py | 220 +++++++++++++++++++++++++++++++++++++++---- 2 files changed, 205 insertions(+), 19 deletions(-) commit 82bf8b11fc275580b599deaa927fbb478890413e Author: Bruno Coudoin Date: Wed Nov 26 21:32:19 2003 +0000 added more target changed locale init to support the default locale as is * src/boards/python/redraw.py: added more target * src/gcompris/config.c: (gcompris_config_start), (set_locale_flag), (get_locale_name): changed locale init to support the default locale as is * src/gcompris/gcompris.c: (gcompris_get_locale), (gcompris_get_user_default_locale), (gcompris_set_locale), (gcompris_init): changed locale init to support the default locale * src/gcompris/gcompris.h: added gcompris_get_user_default_locale * src/gcompris/properties.c: (gcompris_properties_new): changed locale init to support the default locale ChangeLog | 11 ++++++++++ src/boards/python/redraw.py | 47 ++++++++++++++++++++++++++++++++++++++++-- src/gcompris/config.c | 27 ++++++++++++++++++------ src/gcompris/gcompris.c | 26 ++++++++++++++++++++--- src/gcompris/gcompris.h | 3 +- src/gcompris/properties.c | 24 +++++++++++----------- 6 files changed, 111 insertions(+), 27 deletions(-) commit 8f567930695a8e44ec4cc0c9390ba062494649f9 Author: Bruno Coudoin Date: Mon Nov 24 21:52:23 2003 +0000 completed, usable board. Need more content yet. * src/boards/python/redraw.py: completed, usable board. Need more content yet. src/boards/python/redraw.py | 140 +++++++++++++++++++++++++++++-------------- 1 files changed, 94 insertions(+), 46 deletions(-) commit f4092ef72437c6b5fe46ba8c90dfb9aa4a39a4e1 Author: Bruno Coudoin Date: Sun Nov 23 12:09:22 2003 +0000 boards/redraw.xml.in: added redraw.png. set level to 3 boards/boardicons/redraw.png: created src/boards/python/redraw.py: completed, usable board. Need more content yet. ChangeLog | 6 + boards/boardicons/redraw.png | Bin 0 -> 10554 bytes boards/redraw.xml.in | 4 +- src/boards/python/redraw.py | 284 ++++++++++++++++++++++++++++++------------ 4 files changed, 212 insertions(+), 82 deletions(-) commit 2d5e50fb839c2dcc4d517798ee95488e758ec8d5 Author: Bruno Coudoin Date: Fri Nov 21 01:08:54 2003 +0000 changed color changed color moved map on the right moved map on the right * boards/draw/color-selector.jpg: changed color * boards/draw/tool-selector.jpg: changed color * boards/geography/board1_0.xml.in: moved map on the right * boards/geography/board2_0.xml.in: moved map on the right * boards/geography/europe/italy.png: changed color * boards/geography/europe/russia.png: changed color * boards/skins/default/gcompris-shapebg.jpg: changed color * src/boards/draw.c: (display_color_selector): looking improvements * src/boards/python/redraw.py: completed the board. Now playable ChangeLog | 12 + boards/draw/color-selector.jpg | Bin 1761 -> 1889 bytes boards/draw/tool-selector.jpg | Bin 1844 -> 1693 bytes boards/geography/board1_0.xml.in | 24 +- boards/geography/board2_0.xml.in | 30 ++-- boards/geography/europe/italy.png | Bin 1566 -> 1566 bytes boards/geography/europe/russia.png | Bin 3772 -> 3792 bytes boards/skins/default/gcompris-shapebg.jpg | Bin 13865 -> 17226 bytes src/boards/draw.c | 6 +- src/boards/python/redraw.py | 375 ++++++++++++++++++++--------- 10 files changed, 311 insertions(+), 136 deletions(-) commit 9a5bb47dd04b42b35a4c73e97d1663d0a0b71ca3 Author: Artur Flinta Date: Sat Nov 15 11:40:47 2003 +0000 Updated polish translation po/ChangeLog | 3 + po/pl.po | 1083 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 658 insertions(+), 428 deletions(-) commit 821bfd9244ce8b52bb76586ce342be2e38638c05 Author: Bruno Coudoin Date: Fri Nov 14 20:51:29 2003 +0000 src/boards/python/redraw.py: nearly completed the implementation but not yet playable src/boards/python/watercycle.py: added file header ChangeLog | 12 + INSTALL | 12 +- src/boards/python/redraw.py | 633 +++++++++++++++++++++++++++++++++++---- src/boards/python/watercycle.py | 25 ++- 4 files changed, 612 insertions(+), 70 deletions(-) commit 5e540591fda09d15e499ba806a4f7807473130b7 Author: Bruno Coudoin Date: Fri Nov 14 20:46:49 2003 +0000 updated russian by Rami, Anna and Kirill po/ChangeLog | 5 + po/fi.po | 117 ++++++++++--------- po/ru.po | 365 +++++++++++++++++++++++++++++----------------------------- 3 files changed, 245 insertions(+), 242 deletions(-) commit d1da44e303127c5d5b7038126cb987132651c76d Author: Vincent van Adrighem Date: Tue Nov 11 11:50:51 2003 +0000 Dutch translation updated by Tino Meinen. 2003-11-11 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 34 +++++++++++++++++++++++----------- 2 files changed, 27 insertions(+), 11 deletions(-) commit bfd6f6f7101579df894bf598352d961bd7520597 Author: Denis Lackovic Date: Mon Nov 10 15:57:08 2003 +0000 croatian translations updated po/hr.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit bc77f63f0174602d12a75e209f3d651b5b506223 Author: Miloslav Trmac Date: Mon Nov 10 13:17:06 2003 +0000 Update Czech translation po/ChangeLog | 4 ++++ po/cs.po | 45 ++++++++++++++++++++++++++++++--------------- 2 files changed, 34 insertions(+), 15 deletions(-) commit ec74532426f7ebe1b65d908e43f4ff3ac8f89afd Author: Danilo Šegan Date: Sun Nov 9 11:56:45 2003 +0000 Updated Serbian translation. 2003-11-09 Danilo Šegan * sr.po, sr@Latn.po: Updated Serbian translation. po/ChangeLog | 4 ++++ po/sr.po | 32 +++++++++++++++++++++++--------- po/sr@Latn.po | 32 +++++++++++++++++++++++--------- 3 files changed, 50 insertions(+), 18 deletions(-) commit d0500a7f01eeb57ebd0928d999d6d6488c2cf141 Author: Bruno Coudoin Date: Sat Nov 8 00:41:57 2003 +0000 created display_ao_devices to display ao devices added support for the display of ao divices src/gcompris/gcompris.c | 29 ++++++++++++++++++++--------- src/gcompris/oggplayer.c | 29 ++++++++++++++++++++++++++++- src/gcompris/soundutil.h | 1 + 3 files changed, 49 insertions(+), 10 deletions(-) commit 293f89df2fcdd3e4332358a4b7676804dc5e190a Author: Denis Lackovic Date: Fri Nov 7 18:09:21 2003 +0000 croatian translations added po/hr.po | 2372 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2372 insertions(+), 0 deletions(-) commit 24709582731e3917537d828360efcc78ea38f38e Author: Danilo Šegan Date: Thu Nov 6 12:32:16 2003 +0000 Updated Serbian translation. 2003-11-06 Danilo Šegan * sr.po, sr@Latn.po: Updated Serbian translation. po/ChangeLog | 4 ++++ po/sr.po | 33 +++++++++++++++++++-------------- po/sr@Latn.po | 33 +++++++++++++++++++-------------- 3 files changed, 42 insertions(+), 28 deletions(-) commit 64766de05809db54d5976c40ba8a32620b77ae96 Author: Bruno Coudoin Date: Wed Nov 5 22:25:22 2003 +0000 updated russian by Rami, Anna and Kirill po/ChangeLog | 4 + po/ru.po | 529 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 270 insertions(+), 263 deletions(-) commit 3546df19036a09ef4417dbc556f10b38ceb6c86f Author: Vincent van Adrighem Date: Wed Nov 5 09:10:29 2003 +0000 Dutch translation updated by Tino Meinen. 2003-11-05 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 46 +++++++++++++++++++++++++++------------------- 2 files changed, 31 insertions(+), 19 deletions(-) commit 059eb34bdd41a8cafcb37191b46ee1936bf875d1 Author: Bruno Coudoin Date: Wed Nov 5 00:38:32 2003 +0000 TODO: updated src/boards/draw.c: (get_tool_cursor), (item_event_move): TODO: updated src/boards/draw.c: (get_tool_cursor), (item_event_move): changed drawing tools order. fixed raise/lower button. src/boards/menu.c: (menu_create_item): put in red sound icon if sound is not working src/gcompris/oggplayer.c: (decode_ogg_file): disable the sounds in gcompris if cannot open it src/gcompris/properties.h: added a boolean to check if the sounds is working src/gcompris/soundutil.c: (scheduler_bgnd): check in the background loop if sounds is enabled now if you disable music, next song will quit the background loop src/gcompris/gcompris.c: (gcompris_set_cursor): Patch from PUYDT Julien (from debian) solves the cursor random color. src/gcompris/properties.c: (gcompris_properties_new): now esd no more used by default as the sound output but the default libao output. this maybe changed using gcompris -A or editing /etc/libao.conf added a boolean to check if the sounds is working ChangeLog | 20 +++++++++++++++++++- TODO | 2 -- configure.in | 2 +- src/boards/draw.c | 20 ++++++++++---------- src/boards/menu.c | 4 ++-- src/gcompris/gcompris.c | 18 +++++++++++------- src/gcompris/oggplayer.c | 4 ++++ src/gcompris/properties.c | 8 ++++++-- src/gcompris/properties.h | 3 ++- src/gcompris/soundutil.c | 7 ++++--- 10 files changed, 59 insertions(+), 29 deletions(-) commit 99f260fd21c92cdde7da56efb0af5e4cd95bd9e5 Author: Bruno Coudoin Date: Tue Nov 4 22:04:49 2003 +0000 updated russian by Rami, Anna and Kirill po/ChangeLog | 5 + po/fi.po | 374 ++++++++++++++++++++++++------------ po/ru.po | 604 +++++++++++++++++++++++++++++++++------------------------- 3 files changed, 601 insertions(+), 382 deletions(-) commit 944b2f3b5f293db3e478bb425565efd84e9c2b5f Author: Bruno Coudoin Date: Mon Nov 3 08:51:10 2003 +0000 updated french po/ChangeLog | 4 ++ po/fr.po | 148 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 81 insertions(+), 71 deletions(-) commit f51192ec6abd352b59a8ed0791507819e502e9ae Author: Danilo Šegan Date: Thu Oct 30 03:01:16 2003 +0000 Updated Serbian translation. 2003-10-30 Danilo Šegan * sr.po, sr@Latn.po: Updated Serbian translation. po/ChangeLog | 4 +++ po/sr.po | 66 ++++++++++++++++++++++++++++++++------------------------- po/sr@Latn.po | 66 ++++++++++++++++++++++++++++++++------------------------- 3 files changed, 78 insertions(+), 58 deletions(-) commit 0fe1cbcbffd1fd04728d894d5bf0164cae1cd44c Author: Christian Rose Date: Thu Oct 30 01:13:48 2003 +0000 Updated Swedish translation. 2003-10-30 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 55 ++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 40 insertions(+), 19 deletions(-) commit 3c43de84f8c1b914a3dcfa8c475f2334ede5a92f Author: Bruno Coudoin Date: Wed Oct 29 23:47:05 2003 +0000 needed boards/draw/tool-rotation-ccw.png | Bin 0 -> 3162 bytes boards/draw/tool-rotation-ccw_on.png | Bin 0 -> 3310 bytes boards/draw/tool-rotation-cw.png | Bin 0 -> 3085 bytes boards/draw/tool-rotation-cw_on.png | Bin 0 -> 3297 bytes boards/experience.xml.in | 13 +++++++++++++ 5 files changed, 13 insertions(+), 0 deletions(-) commit d2f17daf392b3c4f69587622bb7773b92353a8ef Author: Bruno Coudoin Date: Wed Oct 29 23:42:55 2003 +0000 chaged to rotate only item not group and recalc anchors resizing an image * src/boards/draw.c: chaged to rotate only item not group and recalc anchors resizing an image works fine but it is not easy to resize it after ChangeLog | 7 ++++++- src/boards/draw.c | 22 ++++++++++++++-------- 2 files changed, 20 insertions(+), 9 deletions(-) commit 3d30251d9121bc4c790a4c9ebf45b9a392d6d4ec Author: Bruno Coudoin Date: Wed Oct 29 23:13:06 2003 +0000 added experience menu create by bruno moved to experiece menu added train * boards/Makefile.am: added experience menu * boards/boardicons/experience.png: create by bruno * boards/canal_lock.xml.in: moved to experiece menu * boards/dataset/mrpatate.xml: added train items * boards/draw/tool-flip.png: created flip option * boards/draw/tool-flip_on.png: created flip option * boards/draw/tool-move-off.png: created move option * boards/draw/tool-move.png: created move option * boards/draw/tool-point.png: deleted * boards/draw/tool-point_on.png: deleted * boards/draw/tool-selector.jpg: longer now * boards/paratrooper.xml.in: moved to experiece menu * boards/railroad/railroad-bg.jpg: recreated at higher quality * boards/railroad/railroad-bg.png: removed, not used * boards/submarine.xml.in: moved to experiece menu * boards/watercycle.xml.in: moved to experiece menu * po/POTFILES.in: added experience.xml.in * src/boards/draw.c: (key_press), (display_drawing_area), (display_tool_selector), (get_tool_cursor), (set_item_color), (create_item), (item_event_resize), (image_selected), (item_event_move), (item_event): added flip and rotate option. fixed text to support utf8 * src/boards/railroad.c: (start_board): uses jpg backgroud now * src/boards/wordsgame.c: (key_press): removed printf * src/gcompris/gameutil.c: (item_rotate), (item_rotate_relative), (item_rotate_with_center), (item_rotate_relative_with_center): * src/gcompris/gameutil.h: added rotate relative option ChangeLog | 29 ++++++ boards/Makefile.am | 1 + boards/boardicons/experience.png | Bin 0 -> 4968 bytes boards/canal_lock.xml.in | 2 +- boards/dataset/mrpatate.xml | 23 +++++ boards/draw/tool-flip.png | Bin 0 -> 3137 bytes boards/draw/tool-flip_on.png | Bin 0 -> 3256 bytes boards/draw/tool-move-off.png | Bin 1617 -> 0 bytes boards/draw/tool-move.png | Bin 1740 -> 0 bytes boards/draw/tool-point.png | Bin 3141 -> 0 bytes boards/draw/tool-point_on.png | Bin 3287 -> 0 bytes boards/draw/tool-selector.jpg | Bin 1830 -> 1844 bytes boards/paratrooper.xml.in | 2 +- boards/railroad/railroad-bg.jpg | Bin 19169 -> 29648 bytes boards/railroad/railroad-bg.png | Bin 94557 -> 0 bytes boards/submarine.xml.in | 2 +- boards/watercycle.xml.in | 2 +- po/POTFILES.in | 1 + src/boards/draw.c | 184 +++++++++++++++++++++---------------- src/boards/railroad.c | 2 +- src/boards/wordsgame.c | 8 +-- src/gcompris/gameutil.c | 52 +++++++++-- src/gcompris/gameutil.h | 2 + 23 files changed, 211 insertions(+), 99 deletions(-) commit 1fc8d885a1a8757c7866c99b41fda67b804ea132 Author: Miloslav Trmac Date: Wed Oct 29 19:46:09 2003 +0000 Update Czech translation po/ChangeLog | 4 ++ po/cs.po | 141 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 92 insertions(+), 53 deletions(-) commit 1deedee16c025f6a79c96cd0b6df2a849c90ef6d Author: Stanislav Visnovsky Date: Wed Oct 29 14:26:44 2003 +0000 Updated Slovak translation by Zdenko Podobny. 2003-10-29 Stanislav Visnovsky * sk.po: Updated Slovak translation by Zdenko Podobny. po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit e19e84c297e581d7f53a545f68fa7563e93817dc Author: Vincent van Adrighem Date: Wed Oct 29 03:39:48 2003 +0000 Dutch translation updated by Tino Meinen. 2003-10-29 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 48 +++++++++++++++++++++++++++--------------------- 2 files changed, 31 insertions(+), 21 deletions(-) commit 4a53e532a62d0609e4794c5b6ecce58050a067fe Author: Bruno Coudoin Date: Wed Oct 29 01:33:43 2003 +0000 removed all library link to boards: Not needed. changed to provide 4 times * src/boards/Makefile.am: removed all library link to boards: Not needed. * src/boards/draw.c: (display_color_selector), (ext_color_event), (set_item_color), (create_item): changed to provide 4 times colors choices * src/gcompris/gcompris.c: (gcompris_init): added support for -A to select the sound output * src/gcompris/oggplayer.c: (decode_ogg_file): added support for -A to select the sound output * src/gcompris/properties.c: (gcompris_properties_new), (gcompris_properties_copy), (gcompris_properties_save): added support for -A to select the sound output * src/gcompris/properties.h: added support for -A to select the sound output ChangeLog | 11 +++ src/boards/Makefile.am | 186 +++++++++------------------------------------ src/boards/draw.c | 122 ++++++++++++++++++----------- src/gcompris/gcompris.c | 29 +++++-- src/gcompris/oggplayer.c | 19 ++--- src/gcompris/properties.c | 6 +- src/gcompris/properties.h | 3 +- 7 files changed, 161 insertions(+), 215 deletions(-) commit d1aa1ed2e35828557ac372f04aca2c8ca05bd08e Author: Christian Rose Date: Tue Oct 28 13:20:14 2003 +0000 Added missing file and sorted. Updated Swedish translation. 2003-10-28 Christian Rose * POTFILES.in: Added missing file and sorted. * sv.po: Updated Swedish translation. po/ChangeLog | 5 +++++ po/POTFILES.in | 3 ++- po/sv.po | 48 +++++++++++++++++++++++++++--------------------- 3 files changed, 34 insertions(+), 22 deletions(-) commit c58d6a1e628f7bb88186de21f2886b8623a142a6 Author: Danilo Šegan Date: Tue Oct 28 03:57:20 2003 +0000 Updated Serbian translation. 2003-10-28 Danilo Šegan * sr.po, sr@Latn.po: Updated Serbian translation. po/ChangeLog | 4 ++++ po/sr.po | 22 ++++++++++++---------- po/sr@Latn.po | 22 ++++++++++++---------- 3 files changed, 28 insertions(+), 20 deletions(-) commit da36ff8914f8b54f19c72601c970f219605fb4f0 Author: Bruno Coudoin Date: Mon Oct 27 08:12:46 2003 +0000 updated sk by Zdenko Podobn po/ChangeLog | 4 + po/sk.po | 544 ++++++++++++++++++++++++++-------------------------------- 2 files changed, 244 insertions(+), 304 deletions(-) commit 02e2f98dc0c740630ac5c01015a90167498e3c01 Author: Bruno Coudoin Date: Sun Oct 26 20:09:51 2003 +0000 Makefile.am: readded missing gcompris-edit.desktop.in boards/Makefile.am: added experimental redraw.py board boards/redraw.xml.in: added experimental redraw.py src/boards/python/redraw.py: added experimental redraw.py src/gcompris/about.c: (gcompris_about_start): added Background Music: Rico Da Halvarez. ChangeLog | 84 ++++++++++++++++++++++++++++ Makefile.am | 4 +- boards/Makefile.am | 1 + boards/redraw.xml.in | 17 ++++++ src/boards/python/redraw.py | 128 +++++++++++++++++++++++++++++++++++++++++++ src/gcompris/about.c | 8 ++- 6 files changed, 237 insertions(+), 5 deletions(-) commit e1099a908dceedcb8e05abb0c9f8ab891d87025d Author: Bruno Coudoin Date: Sat Oct 25 09:42:38 2003 +0000 Makefile.am: re-removed installation of *.in files configure.in: fixed creation of REQUIRE_PYTHON. Now python is compiled by default. Makefile.am | 11 +++-------- configure.in | 6 +++--- 2 files changed, 6 insertions(+), 11 deletions(-) commit e76bd5ae1f7bbeb0943eea87450ae671d1875c86 Author: Vincent van Adrighem Date: Fri Oct 24 12:32:46 2003 +0000 Dutch translation updated by Tino Meinen. 2003-10-24 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 121 ++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 80 insertions(+), 45 deletions(-) commit 23fa96d0d53e589928702614b0907171392b0684 Author: Christian Rose Date: Thu Oct 23 23:14:11 2003 +0000 Updated Swedish translation. 2003-10-24 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++ po/sv.po | 110 +++++++++++++++++++++++++++++++++------------------------ 2 files changed, 68 insertions(+), 46 deletions(-) commit d2f164f1b023c9baa3cb545e6b226e787ce0fa28 Author: Danilo Šegan Date: Thu Oct 23 23:10:19 2003 +0000 Updated Serbian translation. 2003-10-24 Danilo Šegan * sr.po, sr@Latn.po: Updated Serbian translation. po/ChangeLog | 4 +++ po/sr.po | 75 +++++++++++++++++++++++++++++++++----------------------- po/sr@Latn.po | 75 +++++++++++++++++++++++++++++++++----------------------- 3 files changed, 92 insertions(+), 62 deletions(-) commit d57625974947ecb1238ae715d77a57bba8c81838 Author: Christian Rose Date: Thu Oct 23 22:58:30 2003 +0000 Removed. No need to have these in the module, just use "intltool-update 2003-10-24 Christian Rose * po-checktrans, po-checktrans.py: Removed. No need to have these in the module, just use "intltool-update --report" instead. ChangeLog | 5 ++ po-checktrans | 23 ---------- po-checktrans.py | 130 ------------------------------------------------------ 3 files changed, 5 insertions(+), 153 deletions(-) commit 86db151e1a260109a140c0222cb04a92495c3edb Author: Alessio Frusciante Date: Thu Oct 23 21:17:49 2003 +0000 Updated Italian translation by Immacolata Arenga. po/ChangeLog | 5 + po/it.po | 870 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 445 insertions(+), 430 deletions(-) commit 88657a0cde84c45f4616bf05222e01e7defd62e6 Author: Bruno Coudoin Date: Wed Oct 22 23:55:46 2003 +0000 created by damjan kovac boards/wordsgame/wordslevel1.sl | 28 +++++++++++++++ boards/wordsgame/wordslevel2.sl | 41 ++++++++++++++++++++++ boards/wordsgame/wordslevelmax.sl | 68 +++++++++++++++++++++++++++++++++++++ 3 files changed, 137 insertions(+), 0 deletions(-) commit 70c242b43eb1eaa604fe1f6f5d6b3971512558c2 Author: Bruno Coudoin Date: Wed Oct 22 23:51:16 2003 +0000 set to difficulty 0 flags and pt-geography set to version 1.1 flags now * boards/pythontest.xml.in: set to difficulty 0 * configure.in: flags and pt-geography set to version 1.1 * gcompris.spec.in: flags now uses configure.in * po/fr.po: wrapped lines * src/boards/menu.c: (display_board_icon), (menu_create_item): * src/boards/python/Makefile.am: added support for gcompris --dificulty option * src/gcompris/gcompris.c: (gcompris_init): added support for -d option * src/gcompris/properties.c: (gcompris_properties_new), (gcompris_properties_copy): added support for -d option * src/gcompris/properties.h: added support for -d option boards/pythontest.xml.in | 2 +- configure.in | 5 ++- gcompris.spec.in | 2 +- po/fr.po | 121 ++++++++++++++++++++++++----------------- src/boards/menu.c | 28 +++++++--- src/boards/python/Makefile.am | 1 + src/gcompris/gcompris.c | 30 +++++++--- src/gcompris/properties.c | 21 +++++--- src/gcompris/properties.h | 3 +- 9 files changed, 136 insertions(+), 77 deletions(-) commit 4714740f807cf379894638cc3eca4e3dd3365e29 Author: Bruno Coudoin Date: Wed Oct 22 06:41:43 2003 +0000 Makefile.am: Now include boards/*.in files in the dist so that translator can test their po file without getting the cvs boards/dataset/mrpatate.xml: added images boards/flags/sl.png: added slovenian flag boards/flags/gcompris_flags.xml.in: added slovenian flag boards/gcompris/animals/elephanteauxgc.jpg: animal image given by LE BERRE Daniel : released under GPL boards/gcompris/animals/hypogc.jpg: animal image given by LE BERRE Daniel : released under GPL boards/gcompris/animals/jumentmulassieregc.jpg: animal image given by LE BERRE Daniel : released under GPL boards/gcompris/animals/readme.txt: updated boards/gcompris/animals/tetegorillegc.jpg: animal image given by LE BERRE Daniel : released under GPL boards/geography/board4_0.xml.in: fixed link to serbia audio configure.in: Set now to gcompris 4.0 : Added sl gcompris: Changed to section Applications/Edutainment/Miscellanous po/sl.po: created by damjan kovac src/boards/erase.c: added new images src/gcompris/config.c: added sl (slovanian) Makefile.am | 4 +- boards/dataset/mrpatate.xml | 4 +- boards/flags/gcompris_flags.assetml.in | 5 + boards/gcompris/animals/elephanteauxgc.jpg | Bin 0 -> 51612 bytes boards/gcompris/animals/hypogc.jpg | Bin 0 -> 55028 bytes boards/gcompris/animals/jumentmulassieregc.jpg | Bin 0 -> 65792 bytes boards/gcompris/animals/readme.txt | 4 + boards/gcompris/animals/tetegorillegc.jpg | Bin 0 -> 52761 bytes boards/geography/board4_0.xml.in | 2 +- configure.in | 4 +- gcompris | 2 +- po/sl.po | 448 ++++++++++++++---------- src/boards/erase.c | 6 +- src/gcompris/config.c | 3 +- 14 files changed, 283 insertions(+), 199 deletions(-) commit 6a3e378c2e76746593c202a93fd11fc0f7e22ada Author: Danilo Šegan Date: Wed Oct 22 04:08:36 2003 +0000 Updated Serbian translation. 2003-10-22 Danilo Šegan * sr.po, sr@Latn.po: Updated Serbian translation. po/ChangeLog | 14 +++++++++----- po/sr.po | 35 ++++++++++++++++++++--------------- po/sr@Latn.po | 35 ++++++++++++++++++++--------------- 3 files changed, 49 insertions(+), 35 deletions(-) commit bff2bd7bfcb1f7b3edbfed2e1767b08f6b947e19 Author: Bruno Coudoin Date: Tue Oct 21 21:58:27 2003 +0000 created boards/flags/sl.png | Bin 0 -> 643 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit b12e7d68e555a1f68a3c6b4a6f52056070745b17 Author: Bruno Coudoin Date: Tue Oct 21 21:32:57 2003 +0000 missing: Jose gave it back to me boards/sounds/pt/geography/france.ogg | Bin 0 -> 7134 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 697b52595667b022fd277f111839bde3e23577a4 Author: Bruno Coudoin Date: Tue Oct 21 01:09:06 2003 +0000 updated sk.po by Zdenko Podobn po/ChangeLog | 1 + po/sk.po | 1114 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 569 insertions(+), 546 deletions(-) commit 31d841a0deaf056de0ed470d21d3c7b2a5770410 Author: Bruno Coudoin Date: Tue Oct 21 00:19:12 2003 +0000 revert to version 1.34. Version 1.35 is a mistake. it contains libasset it.po po/it.po | 2601 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 2570 insertions(+), 31 deletions(-) commit 7237c78d3705826995e71367f80dbbc56e8cd6a8 Author: Bruno Coudoin Date: Mon Oct 20 23:15:44 2003 +0000 created sl.po by damjan kovac po/ChangeLog | 4 +- po/sl.po | 2364 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2366 insertions(+), 2 deletions(-) commit 897f8ab71f2a243bd4581b5d9fb33e2cba552de1 Author: Bruno Coudoin Date: Mon Oct 20 20:56:58 2003 +0000 it.po updated by Giuseppe Sacco po/ChangeLog | 4 + po/it.po | 2601 +--------------------------------------------------------- 2 files changed, 35 insertions(+), 2570 deletions(-) commit 381928572f24318f38556c79e7a9476b59332cf9 Author: Bruno Coudoin Date: Sun Oct 19 23:38:59 2003 +0000 removed train goes faster and arrow issue cause its fixed. added much more * TODO: removed train goes faster and arrow issue cause its fixed. * boards/dataset/mrpatate.xml: added much more images. Now uses imageset. * boards/watercycle.xml.in: changed help text * src/boards/python/watercycle.py: little cleanup * src/boards/read_colors.c: (start_board), (end_board): memory leak: added g_list_free where needed * src/gcompris/images_selector.c: (gcompris_images_selector_start), (gcompris_images_selector_stop), (display_image), (display_image_set), (free_stuff), (item_event_imageset_selector), (parseImage), (parse_doc), (read_xml_file): complete rework to support dataset in the xml file and display them. TODO | 7 - boards/dataset/mrpatate.xml | 136 +++++++++++++++-------- boards/watercycle.xml.in | 6 +- src/boards/python/watercycle.py | 1 - src/boards/read_colors.c | 6 +- src/gcompris/images_selector.c | 234 ++++++++++++++++++++++++++++++--------- 6 files changed, 280 insertions(+), 110 deletions(-) commit d4e4e65890640d6e501add60b4d706eef8698347 Author: Bruno Coudoin Date: Fri Oct 17 00:12:03 2003 +0000 added the shower boards/watercycle/background.png | Bin 53842 -> 54981 bytes boards/watercycle/shower.png | Bin 0 -> 550 bytes boards/watercycle/shower_off.png | Bin 0 -> 355 bytes boards/watercycle/shower_on.png | Bin 0 -> 324 bytes boards/watercycle/showerwater.png | Bin 0 -> 4936 bytes 5 files changed, 0 insertions(+), 0 deletions(-) commit bcfb70762e7bc11762c9be637e8a998f7a6e8596 Author: Bruno Coudoin Date: Fri Oct 17 00:07:46 2003 +0000 src/boards/python/watercycle.py: now tux must have a shower. src/boards/railroad.c: use item group to simplify code. Fixed bug where train goes faster and faster after each 'repeat'. src/boards/python/watercycle.py | 201 +++++++++++++++++++++++++++++++++++---- src/boards/railroad.c | 172 +++++++++++++++++---------------- 2 files changed, 269 insertions(+), 104 deletions(-) commit b1a49f2d57bde93944771c78230ac68ac2cc8a5b Author: Bruno Coudoin Date: Thu Oct 16 16:32:08 2003 +0000 de.po: updated deutsch by fi.po: updated finish by Rami Aubourg-Kaires po/ChangeLog | 5 ++ po/de.po | 145 +++++++++++++++++++++++++++++---------- po/fi.po | 216 +++++++++++++++++++++++++++++----------------------------- 3 files changed, 222 insertions(+), 144 deletions(-) commit 4deb3a3c3b2ad11f5422fea74cc1e23666b3eb3b Author: Jordi Mallach Date: Wed Oct 15 18:54:02 2003 +0000 Updated Catalan translation by Xavier A. Conde Rueda . po/ChangeLog | 5 + po/ca.po | 1121 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 680 insertions(+), 446 deletions(-) commit 9f12ed202f5ac5ad0f2d6c8163f096bee69219b5 Author: Bruno Coudoin Date: Wed Oct 15 00:44:10 2003 +0000 added xrender and gtk changed to to PRE4 added F5 and ctrl-r for refresh * TODO: added xrender and gtk * configure.in: changed to to PRE4 * src/gcompris/gcompris.c: (board_widget_key_press_callback): added F5 and ctrl-r for refresh and ctrl-q to quit gcompris. TODO | 24 +++++------------------- configure.in | 2 +- src/gcompris/gcompris.c | 19 ++++++++++++++++++- 3 files changed, 24 insertions(+), 21 deletions(-) commit 338dd43c63577b7b853072a1b1b94c6a0df01a70 Author: Danilo Šegan Date: Mon Oct 13 21:17:35 2003 +0000 Updated Serbian translation. 2003-10-13 Danilo Šegan * sr.po, sr@Latn.po: Updated Serbian translation. po/ChangeLog | 4 ++++ po/sr.po | 54 +++++++++++++++++++++++++++++++++++------------------- po/sr@Latn.po | 54 +++++++++++++++++++++++++++++++++++------------------- 3 files changed, 74 insertions(+), 38 deletions(-) commit 990aeefc11d73da419feb221db8e39bf4a390ebf Author: Bruno Coudoin Date: Mon Oct 13 17:43:53 2003 +0000 updated by bruno po/ChangeLog | 4 +++ po/fr.po | 60 +++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 43 insertions(+), 21 deletions(-) commit 75785f3c7a89b91e2283dfe9165f8de260751ed4 Author: Bruno Coudoin Date: Mon Oct 13 17:35:16 2003 +0000 updated arabic by Nabil po/ChangeLog | 4 + po/ar.po | 749 +++++++++++++++++++++++----------------------------------- 2 files changed, 298 insertions(+), 455 deletions(-) commit 7e8226d511a124e44ab68793d196a63e8fbbb292 Author: Bruno Coudoin Date: Sun Oct 12 22:21:06 2003 +0000 boards/boardicons/submarine.png: added shadow boards/boardicons/watercycle.png: added shadow src/boards/clickgame.c: (clickgame_next_level), (game_won): Patch by PUYDT Julien . The counter now starts at 0 and 10 fishes must be hit. src/boards/python/watercycle.py: increased timer : minor change src/gcompris/oggplayer.c: added -1 return value when it fails to play src/gcompris/soundutil.c: in background music, stop the thread if music fails to play ChangeLog | 10 ++++++++++ boards/boardicons/submarine.png | Bin 6564 -> 9270 bytes boards/boardicons/watercycle.png | Bin 8802 -> 11654 bytes src/boards/clickgame.c | 6 +++--- src/boards/python/watercycle.py | 2 +- src/gcompris/oggplayer.c | 10 ++++++---- src/gcompris/soundutil.c | 7 ++++++- 7 files changed, 26 insertions(+), 9 deletions(-) commit 5c64f79bebc841268a71b49be3b61b5902d70000 Author: Christian Rose Date: Sat Oct 11 21:05:32 2003 +0000 Removed missing file. Updated Swedish translation. 2003-10-11 Christian Rose * POTFILES.skip: Removed missing file. * sv.po: Updated Swedish translation. po/ChangeLog | 5 +++++ po/POTFILES.skip | 1 - po/sv.po | 44 ++++++++++++++++++++++++++++++-------------- 3 files changed, 35 insertions(+), 15 deletions(-) commit ec79d424b1ed14251d31b5887739ffe75763e39e Author: Bruno Coudoin Date: Sat Oct 11 13:02:09 2003 +0000 cleanup boards/boardicons/watercycle.png | Bin 8862 -> 8802 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 690f8ac7446757307ab013b8fb8fe772b4ea0d9d Author: Bruno Coudoin Date: Thu Oct 9 21:41:42 2003 +0000 added config.rpath new created by bruno for watercycle new created by * .cvsignore: added config.rpath * boards/boardicons/watercycle.png: new created by bruno for watercycle * boards/watercycle.xml.in: new created by bruno for watercycle * boards/watercycle/.cvsignore: new created by bruno for watercycle * boards/watercycle/README: new created by bruno for watercycle * boards/watercycle/background.png: new created by bruno for watercycle * boards/watercycle/badwater.png: new created by bruno for watercycle * boards/watercycle/badwater_off.png: new created by bruno for watercycle * boards/watercycle/cleanwater.png: new created by bruno for watercycle * boards/watercycle/cleanwater_off.png: new created by bruno for watercycle * boards/watercycle/pumpwater.png: new created by bruno for watercycle * boards/watercycle/pumpwater_off.png: new created by bruno for watercycle * boards/watercycle/rain.png: new created by bruno for watercycle * boards/watercycle/riverempty.png: new created by bruno for watercycle * boards/watercycle/riverfull.png: new created by bruno for watercycle * boards/watercycle/snow.png: new created by bruno for watercycle * boards/watercycle/sun.png: new created by bruno for watercycle * boards/watercycle/tuxboat.png: new created by bruno for watercycle * boards/watercycle/vapor.png: new created by bruno for watercycle * boards/watercycle/watercleaning.png: new created by bruno for watercycle * boards/watercycle/waterpump.png: new created by bruno for watercycle * src/boards/py-mod-utils.c: (py_gcompris_set_image_focus), (py_gcompris_item_event_focus): fixed * src/boards/python/watercycle.py: completed, now can perform a complete cycle .cvsignore | 1 + ChangeLog | 27 +++++ boards/boardicons/watercycle.png | Bin 0 -> 8862 bytes boards/watercycle.xml.in | 19 +++ boards/watercycle/.cvsignore | 4 + boards/watercycle/README | 3 + boards/watercycle/background.png | Bin 0 -> 53842 bytes boards/watercycle/badwater.png | Bin 0 -> 1106 bytes boards/watercycle/badwater_off.png | Bin 0 -> 1098 bytes boards/watercycle/cleanwater.png | Bin 0 -> 5295 bytes boards/watercycle/cleanwater_off.png | Bin 0 -> 4271 bytes boards/watercycle/pumpwater.png | Bin 0 -> 3322 bytes boards/watercycle/pumpwater_off.png | Bin 0 -> 2554 bytes boards/watercycle/rain.png | Bin 0 -> 914 bytes boards/watercycle/riverempty.png | Bin 0 -> 11025 bytes boards/watercycle/riverfull.png | Bin 0 -> 12623 bytes boards/watercycle/snow.png | Bin 0 -> 443 bytes boards/watercycle/sun.png | Bin 0 -> 4306 bytes boards/watercycle/tuxboat.png | Bin 0 -> 3879 bytes boards/watercycle/vapor.png | Bin 0 -> 401 bytes boards/watercycle/watercleaning.png | Bin 0 -> 4637 bytes boards/watercycle/waterpump.png | Bin 0 -> 4888 bytes src/boards/py-mod-utils.c | 12 +- src/boards/python/watercycle.py | 205 +++++++++++++++++++++++++++------- 24 files changed, 223 insertions(+), 48 deletions(-) commit 633c8da35c671fd49bbbcbf10418347339845991 Author: Bruno Coudoin Date: Wed Oct 8 22:49:57 2003 +0000 boards/Makefile.am: added watercycle boards/gcompris/animals/flamentrosegc.jpg: animal image given by LE BERRE Daniel : released under GPL boards/gcompris/animals/girafegc.jpg: same as flamentrosegc.jpg boards/gcompris/animals/readme.txt: update with new images boards/gcompris/animals/rhinogc.jpg: same as flamentrosegc.jpg boards/gcompris/animals/singegc.jpg: same as flamentrosegc.jpg po/POTFILES.in: added watercycle src/boards/erase.c: added new animal images src/boards/hanoi.c: (hanoi_create_item): fixed alpha chanel setting (when using the aa canvas) src/boards/py-mod-skin.c: (py_gcompris_load_skin_pixmap): fixed parameter passing src/boards/py-mod-utils.c: (py_gcompris_load_pixmap): fixed parameter passing src/boards/python/Makefile.am: added watercycle src/boards/python/watercycle.py: created src/boards/reading.c: (player_win): re-indented src/boards/reversecount.c: added new animal images src/gcompris/bonus.c: (board_finished): re-indented ChangeLog | 20 +++ boards/Makefile.am | 3 +- boards/gcompris/animals/flamentrosegc.jpg | Bin 0 -> 57957 bytes boards/gcompris/animals/girafegc.jpg | Bin 0 -> 52026 bytes boards/gcompris/animals/readme.txt | 7 + boards/gcompris/animals/rhinogc.jpg | Bin 0 -> 72473 bytes boards/gcompris/animals/singegc.jpg | Bin 0 -> 48652 bytes po/POTFILES.in | 1 + src/boards/erase.c | 13 +- src/boards/hanoi.c | 38 +++--- src/boards/py-mod-skin.c | 2 +- src/boards/py-mod-utils.c | 3 +- src/boards/python/Makefile.am | 3 +- src/boards/python/watercycle.py | 221 +++++++++++++++++++++++++++++ src/boards/reading.c | 6 +- src/boards/reversecount.c | 6 +- src/gcompris/bonus.c | 6 +- 17 files changed, 291 insertions(+), 38 deletions(-) commit 70a15cf68a4893b0b11d291d796277dcd1cddc10 Author: Bruno Coudoin Date: Tue Oct 7 23:43:32 2003 +0000 Release 4.0PRE3 changed desktop menu entry changed ofset logo Release 4.0PRE3 changed desktop menu entry changed ofset logo ChangeLog | 13 +++++++++++-- Makefile.am | 10 +++++----- boards/skins/default/ofsetlogo.png | Bin 15147 -> 12184 bytes gcompris | 4 ++-- gcompris-edit.desktop.in | 6 ++++++ gcompris.desktop.in | 8 +++++++- gcompris.spec.in | 2 +- src/gcompris/about.c | 8 ++++---- 8 files changed, 36 insertions(+), 15 deletions(-) commit 0f3b16c1b42c86be6ec724acf34570b3aefb835d Author: Bruno Coudoin Date: Mon Oct 6 12:57:26 2003 +0000 better looking better looking better looking better looking better looking * boards/skins/default/button.png: better looking * boards/skins/default/button_large.png: better looking * boards/skins/default/button_large2.png: better looking * boards/skins/default/button_small.png: better looking * boards/skins/default/gcompris-shapebg.jpg: better looking * configure.in: adapted to remove libassetml from the source of gcompris * now assetml is an independant package * gcompris.spec.in: adapted to remove libassetml from the source of gcompris * src/gcompris/Makefile.am: adapted to remove libassetml from the source of gcompris * src/gcompris/gameutil.c: adapted to remove libassetml from the source of gcompris * src/libassetml: removed. Now it's an independant package. ChangeLog | 20 +++++++++++++++++++ boards/skins/default/button.png | Bin 648 -> 693 bytes boards/skins/default/button_large.png | Bin 570 -> 698 bytes boards/skins/default/button_large2.png | Bin 877 -> 850 bytes boards/skins/default/button_small.png | Bin 516 -> 625 bytes boards/skins/default/gcompris-shapebg.jpg | Bin 34616 -> 13865 bytes configure.in | 12 +--------- gcompris.spec.in | 30 ----------------------------- src/gcompris/Makefile.am | 7 +---- src/gcompris/gameutil.c | 4 +- 10 files changed, 26 insertions(+), 47 deletions(-) commit 0d8eba4d813afd8deee0ec2ca96807cc51183394 Author: Bruno Coudoin Date: Sun Oct 5 21:54:32 2003 +0000 libassetml removed, now independant src/libassetml/.cvsignore | 8 - src/libassetml/Makefile.am | 58 ----- src/libassetml/README | 97 ------- src/libassetml/assetml-marshal.c | 131 ---------- src/libassetml/assetml-marshal.h | 28 -- src/libassetml/assetml-marshal.list | 2 - src/libassetml/assetml.c | 403 ------------------------------ src/libassetml/assetml.h | 57 ----- src/libassetml/libassetml.pc.in | 11 - src/libassetml/test/.cvsignore | 8 - src/libassetml/test/Makefile.am | 25 -- src/libassetml/test/README | 2 - src/libassetml/test/test.c | 74 ------ src/libassetml/test/test_assetml.assetml | 104 -------- src/libassetml/tools/.cvsignore | 8 - src/libassetml/tools/Makefile.am | 24 -- src/libassetml/tools/assetml-query.c | 135 ---------- 17 files changed, 0 insertions(+), 1175 deletions(-) commit 1aa7c02384a8b186fd50c47d42a193b7418e102b Author: Bruno Coudoin Date: Sun Oct 5 21:48:59 2003 +0000 removed libassetml removed the display of the title removed libassetml removed the display of the title src/Makefile.am | 2 +- src/gcompris/soundutil.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) commit 1b4d4a36cefc96034351ec75c5cc3bf389a540d2 Author: Bruno Coudoin Date: Sun Oct 5 17:22:17 2003 +0000 fixed wrong click coord when gcompris is resized src/boards/leftright.c | 36 +++++++++++++++++++----------------- 1 files changed, 19 insertions(+), 17 deletions(-) commit eef90b751c0cc44a00a8dd9fa8986abb1e607784 Author: Bruno Coudoin Date: Tue Sep 30 21:33:10 2003 +0000 fixed wrong click coord when gcompris is resized added a test to avoid * src/boards/colors.c: (item_event): fixed wrong click coord when gcompris is resized * src/boards/advanced_colors.c: (item_event): added a test to avoid item_event on game end * src/boards/read_colors.c: (item_event): added a test to avoid item_event on game end ChangeLog | 6 ++++++ src/boards/advanced_colors.c | 3 ++- src/boards/colors.c | 4 +++- src/boards/read_colors.c | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) commit df86f6b43d637bb40864f17ee4271ec915f979ef Author: Bruno Coudoin Date: Tue Sep 30 21:28:05 2003 +0000 update by Bruno po/ChangeLog | 4 ++ po/fr.po | 165 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 110 insertions(+), 59 deletions(-) commit 6607455cff2b1f190be5ae9018a57b50d50b7392 Author: Bruno Coudoin Date: Tue Sep 30 16:12:04 2003 +0000 I realy want this flag boards/flags/cz.png | Bin 0 -> 513 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 85909215edc1260126a85cd378ef0b0f4097a347 Author: Artur Flinta Date: Tue Sep 30 05:10:04 2003 +0000 Updated Polish translation. 2003-09-30 Artur Flinta * pl.po: Updated Polish translation. po/ChangeLog | 4 + po/pl.po | 342 ++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 207 insertions(+), 139 deletions(-) commit 9ce6a54e4d268c54a6d4bba48985cbcb02891472 Author: Vincent van Adrighem Date: Mon Sep 29 12:06:42 2003 +0000 Dutch translation updated by Tino Meinen. 2003-09-29 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 103 ++++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 82 insertions(+), 25 deletions(-) commit 8f6790706c70c3f8e84e7d3066bcc2eef4d3f647 Author: Bruno Coudoin Date: Sun Sep 28 21:56:41 2003 +0000 remove .asset.in copy in install-data-local added assetml dataset added * Makefile.am: remove .asset.in copy in install-data-local * boards/click_on_letter.xml.in: added assetml dataset * boards/geography.xml.in: added assetml dataset * boards/money.xml.in: removed empty credits * boards/money_cents.xml.in: removed empty credits * boards/skins/default/button_style2.png: added here for maintenance * boards/skins/default/repeat.png: changed to a mouth * boards/sounds/de/colors/gcompris_colors_de.assetml.in: updated description field * boards/sounds/en/colors/gcompris_colors_en.assetml.in: updated description field * boards/sounds/fr/colors/gcompris_colors_fr.assetml.in: fixed yellow * gcompris.spec.in: fixed python requirement * src/boards/colors.c: (start_board): now the repeat icon is not display if sound is available * src/boards/menu.c: (menu_create_item): manage assetml dataset in mandatory_sound_* * src/gcompris/bonus.c: (gcompris_display_bonus): fixed "good job" sounds to use assetml * src/gcompris/gameutil.c: (gcompris_add_xml_to_data): added mandatory_sound_dataset * src/gcompris/gcompris-board.h: added mandatory_sound_dataset * src/gcompris/oggplayer.c: (erase_credits), (item_event_ogginfo): check rootitem before destroy in case ChangeLog | 24 ++- Makefile.am | 2 +- boards/click_on_letter.xml.in | 1 + boards/geography.xml.in | 1 + boards/money.xml.in | 1 - boards/money_cents.xml.in | 1 - boards/skins/default/button_style2.png | Bin 0 -> 5098 bytes boards/skins/default/repeat.png | Bin 6597 -> 6959 bytes .../sounds/de/colors/gcompris_colors_de.assetml.in | 2 +- .../sounds/en/colors/gcompris_colors_en.assetml.in | 20 +- .../sounds/fr/colors/gcompris_colors_fr.assetml.in | 2 +- gcompris.spec.in | 7 +- po/ChangeLog | 4 + po/fi.po | 337 ++++++++++++-------- src/boards/colors.c | 8 +- src/boards/menu.c | 22 +- src/gcompris/bonus.c | 27 +- src/gcompris/gameutil.c | 17 +- src/gcompris/gcompris-board.h | 3 +- src/gcompris/oggplayer.c | 13 +- 20 files changed, 302 insertions(+), 190 deletions(-) commit 32a37ad719e1584be3bb2bddd9927b53f3054644 Author: Bruno Coudoin Date: Sun Sep 28 14:16:55 2003 +0000 moved to skins boards/gcompris/buttons/button_style2.png | Bin 5098 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 7f67792c5c2c4d56866ae6d34816f3f318a994f0 Author: Bruno Coudoin Date: Sun Sep 28 14:16:09 2003 +0000 *** empty log message *** boards/gcompris/buttons/.cvsignore | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit ff3d2c56acbb292acfc017ff3889d9a72edf4a77 Author: Bruno Coudoin Date: Sun Sep 28 10:42:10 2003 +0000 moved to skin dir. No more needed here boards/gcompris/buttons/level0.png | Bin 2989 -> 0 bytes boards/gcompris/buttons/level1.png | Bin 7862 -> 0 bytes boards/gcompris/buttons/level2.png | Bin 7932 -> 0 bytes boards/gcompris/buttons/level3.png | Bin 7999 -> 0 bytes boards/gcompris/buttons/level4.png | Bin 8066 -> 0 bytes boards/gcompris/buttons/level5.png | Bin 8116 -> 0 bytes boards/gcompris/buttons/level6.png | Bin 8180 -> 0 bytes boards/gcompris/buttons/level7.png | Bin 7990 -> 0 bytes boards/gcompris/buttons/level8.png | Bin 8020 -> 0 bytes boards/gcompris/buttons/level9.png | Bin 8023 -> 0 bytes 10 files changed, 0 insertions(+), 0 deletions(-) commit ccaae65940738aba68ed90bec83d7a85e39057f8 Author: Miloslav Trmac Date: Sat Sep 27 13:58:26 2003 +0000 Update Czech translation po/ChangeLog | 4 ++ po/cs.po | 107 ++++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 85 insertions(+), 26 deletions(-) commit 471d940d4c5f7db01398853f99a77cc492f97644 Author: Danilo Šegan Date: Fri Sep 26 15:29:50 2003 +0000 Updated Serbian translation. 2003-09-26 Danilo Šegan * sr.po, sr@Latn.po: Updated Serbian translation. po/ChangeLog | 4 ++ po/sr.po | 99 ++++++++++++++++++++++++++++++++++++++++++-------------- po/sr@Latn.po | 99 ++++++++++++++++++++++++++++++++++++++++++-------------- 3 files changed, 152 insertions(+), 50 deletions(-) commit b2a171fb7a181e53927651825c5e94c3c9d3d060 Author: Christian Rose Date: Fri Sep 26 14:49:21 2003 +0000 Updated Swedish translation. 2003-09-26 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++ po/sv.po | 133 ++++++++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 100 insertions(+), 37 deletions(-) commit bca9b20cd201d1d2968e48cbc6270f59961fe930 Author: Bruno Coudoin Date: Fri Sep 26 12:43:02 2003 +0000 fixed a printf in soundutil.c release 4.0RC2 ChangeLog | 5 +++++ configure.in | 2 +- src/gcompris/soundutil.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) commit 9e2e8d2e1a369e83aa08bff0e5d37799ab019ee5 Author: Bruno Coudoin Date: Fri Sep 26 01:36:41 2003 +0000 changed reference to mandatory_sound_file but stil buggy now catalan * boards/click_on_letter.xml.in: changed reference to mandatory_sound_file but stil buggy * boards/flags/ca.png: now catalan instead of canadian * boards/flags/cs.png: Former Tchechoslovakia * boards/flags/gcompris_flags.assetml.in: fixed * boards/flags/sr.png: added * boards/money.xml.in: added help * boards/money_cents.xml.in: added help * boards/skins/default/display_area_small.png: added to display the music artist * boards/skins/pink/display_area_small.png: added to display the music artist * configure.in: removed python compilation and passes info to spec file * gcompris.spec.in: removed python dependancies if not defined in configure.in * po/fi.po: updated by Rami Aubourg-Kaires * src/boards/click_on_letter.c: (start_board), (repeat), (sounds_are_fine): added a test if sounds is available. is not can't enter the board * src/boards/hanoi.c: (hanoi_create_item): fixed plot width * src/boards/menu.c: (menu_create_item): added a fixme: need to complete test of mandatory_sound_file with assetml * src/gcompris/bonus.c: (board_finished): bad end bonuses are not used when random end is requested * src/gcompris/config.c: (set_locale_flag), (get_locale_name): added serbian: fixed to support serbian specifics with 2 different char set * src/gcompris/gcompris.c: (setup_window): fixed the long lasting random cursor color. It needed to be set AFTER the colormap settings. * src/gcompris/oggplayer.c: (display_ogg_file_credits), (item_event_ogginfo): now display less information but better looking. ChangeLog | 27 ++++++++ boards/click_on_letter.xml.in | 2 +- boards/flags/ca.png | Bin 666 -> 317 bytes boards/flags/cs.png | Bin 0 -> 490 bytes boards/flags/gcompris_flags.assetml.in | 25 ++++++-- boards/flags/sr.png | Bin 0 -> 413 bytes boards/money.xml.in | 15 +++-- boards/money_cents.xml.in | 15 +++-- boards/skins/default/display_area_small.png | Bin 0 -> 13934 bytes boards/skins/pink/display_area_small.png | Bin 0 -> 16862 bytes configure.in | 4 + gcompris.spec.in | 2 +- src/boards/click_on_letter.c | 43 ++++++++++++- src/boards/hanoi.c | 17 ++++- src/boards/menu.c | 4 +- src/gcompris/bonus.c | 3 +- src/gcompris/config.c | 15 ++++- src/gcompris/gcompris.c | 10 +-- src/gcompris/oggplayer.c | 91 +++++++++++++++++++++++++-- 19 files changed, 234 insertions(+), 39 deletions(-) commit e279bf950e5473fe87c3532346025bd288db9d07 Author: Bruno Coudoin Date: Fri Sep 26 01:22:25 2003 +0000 *** empty log message *** boards/flags/cz.png | Bin 513 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit a52a7e91abe19621358613363bac9204403d57f6 Author: Bruno Coudoin Date: Fri Sep 26 01:19:50 2003 +0000 uppdate fi.po by rami po/ChangeLog | 4 + po/fi.po | 647 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 343 insertions(+), 308 deletions(-) commit 388b6a1ee10b36539493554c5a817460039f1ba6 Author: Vincent van Adrighem Date: Fri Sep 19 18:00:21 2003 +0000 Dutch translation updated by Tino Meinen. 2003-09-19 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 46 +++++++++++++++++++++++++--------------------- 2 files changed, 29 insertions(+), 21 deletions(-) commit 86c394ee37762ffe5a59d2c2e92221ff9accdc15 Author: Miloslav Trmac Date: Fri Sep 19 01:38:20 2003 +0000 Update Czech translation po/ChangeLog | 4 ++++ po/cs.po | 56 ++++++++++++++++++++++++++++++++------------------------ 2 files changed, 36 insertions(+), 24 deletions(-) commit 45281a1fae87cb3c27ad993414c1990d9fd61088 Author: Danilo Šegan Date: Thu Sep 18 23:02:47 2003 +0000 Added "sr" and "sr@Latn" to ALL_LINGUAS. 2003-09-19 Danilo Šegan * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS. * po/sr.po, po/sr@Latn.po: Added Serbian translation. ChangeLog | 14 +- configure.in | 2 +- po/ChangeLog | 4 + po/sr.po | 2466 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sr@Latn.po | 2466 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 4946 insertions(+), 6 deletions(-) commit 158e901556a98f7150a246d7767548bb325566a3 Author: Bruno Coudoin Date: Thu Sep 18 21:09:14 2003 +0000 replaced gcompris-libassetml by libassetml ChangeLog | 71 ++++++++++++----------------------------------------- gcompris.spec.in | 8 +++--- 2 files changed, 20 insertions(+), 59 deletions(-) commit fbd141201827c33fed7164ac905adc509955c19a Author: Bruno Coudoin Date: Thu Sep 18 19:18:18 2003 +0000 Ronny Standtke po/ChangeLog | 4 ++ po/de.po | 140 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 82 insertions(+), 62 deletions(-) commit 9f6a656a6d215bcd667821b1d8e97e44d9b52e2d Author: Bruno Coudoin Date: Mon Sep 15 23:54:03 2003 +0000 Changed release number of voice package to 0.0 when empty fixed the * configure.in: Changed release number of voice package to 0.0 when empty * gcompris.spec.in: fixed the assetml-flags dependancy * src/gcompris/config.c: added Polish configure.in | 4 ++-- gcompris.spec.in | 2 +- src/gcompris/config.c | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) commit b8b1bdcae26f449315c37641aa7a19a42fa68d11 Author: Artur Flinta Date: Mon Sep 15 07:02:55 2003 +0000 Added "pl" to ALL_LINGUAS. 2003-09-15 Artur Flinta * configure.in: Added "pl" to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 39c8cfcfc6ae46c560059eab49dfb730ddec2b51 Author: Artur Flinta Date: Mon Sep 15 07:01:12 2003 +0000 Updated Polish translation. 2003-09-15 Artur Flinta * pl.po: Updated Polish translation. po/ChangeLog | 4 + po/pl.po | 2283 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 2287 insertions(+), 0 deletions(-) commit 385cb8edcf7e4fe516b7ff2b0bfd19d42faec997 Author: Bruno Coudoin Date: Sun Sep 14 14:03:17 2003 +0000 completed assetml resource file creation in spec file / Release 4.0PRE1 * configure.in: completed assetml resource file creation in spec file / Release 4.0PRE1 * gcompris.spec.in: completed assetml resource file creation in spec file configure.in | 66 ++++++++++++++++++++- gcompris.spec.in | 175 +++++++++++++++++++++++++++--------------------------- 2 files changed, 151 insertions(+), 90 deletions(-) commit 02e1af2c96e61e928046eb830bb08f03d5cb400e Author: Bruno Coudoin Date: Sun Sep 14 13:56:17 2003 +0000 updated by bruno po/fr.po | 49 ++++++++++++++++++++++++++++++------------------- 1 files changed, 30 insertions(+), 19 deletions(-) commit ab2ca2166672c3277e7f94ae0bc681ad6db06bfd Author: Bruno Coudoin Date: Thu Sep 11 20:20:09 2003 +0000 fixed typo in cs->cz.png boards/flags/gcompris_flags.assetml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 70364dd5b7723ff070b33f5475a349271394ec8a Author: Bruno Coudoin Date: Thu Sep 4 08:39:56 2003 +0000 updated by bruno po/ChangeLog | 4 +++ po/fr.po | 70 ++++++++++++++++++++------------------------------------- 2 files changed, 29 insertions(+), 45 deletions(-) commit f776417d16547f7a368e1b4b27cccffc55023a18 Author: Bruno Coudoin Date: Wed Sep 3 22:32:27 2003 +0000 fixed assetml location. Now I put them in /usr/share/assetml boards/flags/Makefile.am | 2 +- boards/gcompris/bonus/README | 2 +- boards/sounds/de/alphabet/Makefile.am | 2 +- boards/sounds/de/colors/Makefile.am | 2 +- boards/sounds/de/geography/Makefile.am | 2 +- boards/sounds/de/misc/Makefile.am | 2 +- boards/sounds/en/alphabet/Makefile.am | 2 +- boards/sounds/en/colors/Makefile.am | 2 +- boards/sounds/en/geography/Makefile.am | 2 +- boards/sounds/en/misc/Makefile.am | 2 +- boards/sounds/es/alphabet/Makefile.am | 2 +- boards/sounds/es/colors/Makefile.am | 2 +- boards/sounds/es/geography/Makefile.am | 2 +- boards/sounds/es/misc/Makefile.am | 2 +- boards/sounds/fr/alphabet/Makefile.am | 2 +- boards/sounds/fr/colors/Makefile.am | 2 +- boards/sounds/fr/geography/Makefile.am | 2 +- boards/sounds/fr/misc/Makefile.am | 2 +- boards/sounds/pt/alphabet/Makefile.am | 2 +- boards/sounds/pt/colors/Makefile.am | 2 +- boards/sounds/pt/geography/Makefile.am | 2 +- boards/sounds/pt/misc/Makefile.am | 2 +- configure.in | 5 ++- gcompris.spec.in | 60 ++++++++++++-------------------- src/libassetml/Makefile.am | 1 - src/libassetml/assetml.c | 10 +++--- 26 files changed, 52 insertions(+), 68 deletions(-) commit 4c4d7f027412782f297a15813d7fb3fb39317351 Author: Vincent van Adrighem Date: Wed Sep 3 18:16:06 2003 +0000 Dutch translation updated by Tino Meinen. 2003-09-03 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 40 ++++++++++++++-------------------------- 2 files changed, 18 insertions(+), 26 deletions(-) commit a77f759f025f0cf814d345d0b0e2f9fd519e63d2 Author: Pablo Gonzalo del Campo Date: Mon Sep 1 19:37:07 2003 +0000 Revision of Spanish translation by Francisco Javier F. Serrador 2003-09-01 Pablo Gonzalo del Campo * es.po: Revision of Spanish translation by Francisco Javier F. Serrador . po/ChangeLog | 5 ++ po/es.po | 156 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 89 insertions(+), 72 deletions(-) commit 2054bd0c5a93f9a98dd0c40117e9101a8fc06b67 Author: Miloslav Trmac Date: Sun Aug 31 14:34:14 2003 +0000 Update Czech translation po/ChangeLog | 4 +++ po/cs.po | 68 ++++++++++++++++++--------------------------------------- 2 files changed, 26 insertions(+), 46 deletions(-) commit c7f3c277d260def1f210abfeddb23f559155daec Author: Bruno Coudoin Date: Fri Aug 29 23:08:18 2003 +0000 Now zero value no more displayed if one dice only now text is displayed is * src/boards/reversecount.c: (item_event): Now zero value no more displayed if one dice only * src/boards/colors.c: now text is displayed is no voice available or sounds fx are disabled ChangeLog | 5 +++ boards/flags/gcompris_flags.assetml.in | 15 ++++++++ src/boards/colors.c | 61 +++++++++++++++++++------------- src/boards/reversecount.c | 4 +- 4 files changed, 58 insertions(+), 27 deletions(-) commit 4ecddc0583c7c2bbc663dab69ca2f4f01567647a Author: Christian Rose Date: Wed Aug 27 22:25:06 2003 +0000 Updated Swedish translation. 2003-08-28 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 48 ++++++++++++++++++++++++++++++++---------------- 2 files changed, 36 insertions(+), 16 deletions(-) commit bb83c6cc6bd77cfd56daca71547ae799d16b4a0e Author: Bruno Coudoin Date: Wed Aug 27 21:42:57 2003 +0000 added assetml.in file creation added assetml package creation uses assetml * configure.in: added assetml.in file creation * gcompris.spec.in: added assetml package creation * src/boards/click_on_letter.c: (repeat), (click_on_letter_create_item), (phone_event): uses assetml * src/boards/colors.c: (repeat): uses assetml * src/boards/draw.c: (color_event): uses assetml * src/boards/gletters.c: (gletters_create_item): uses assetml * src/boards/smallnumbers.c: (smallnumbers_create_item): uses assetml * src/gcompris/bar.c: (gcompris_bar_start), (gcompris_bar_set_level), (bar_play_sound), (item_event_bar): uses assetml * src/gcompris/config.c: (set_locale_flag), (item_event_ok): uses assetml / fixed focus effect * src/gcompris/gameutil.c: (gcompris_get_asset_file), (gcompris_load_pixmap_asset), (gcompris_load_pixmap): assetml enhancements * src/gcompris/gameutil.h: assetml enhancements * src/gcompris/gcompris.c: (gcompris_init): uses assetml * src/gcompris/soundutil.c: (thread_play_ogg), (gcompris_play_sound): assetml enhancements * src/libassetml/assetml.c: (dump_asset), (assetml_add_xml_to_data), (matching), (parse_doc), (assetml_read_xml_file), (assetml_load_xml), (free_asset), (assetml_get_asset): removed the name field in assetml to use file as a key instead * src/libassetml/assetml.h: assetml enhancements * src/libassetml/test/test.c: (load_asset), (main): assetml enhancements * src/libassetml/test/test_assetml.assetml: assetml enhancements * src/libassetml/tools/assetml-query.c: (dump_asset), (main): assetml enhancements ChangeLog | 28 +++ configure.in | 26 +++ gcompris.spec.in | 310 +++++++++++++++++++++++++----- src/boards/click_on_letter.c | 32 +++- src/boards/colors.c | 16 ++- src/boards/draw.c | 18 ++- src/boards/gletters.c | 13 +- src/boards/smallnumbers.c | 13 +- src/gcompris/bar.c | 56 ++++--- src/gcompris/config.c | 43 ++--- src/gcompris/gameutil.c | 60 ++++-- src/gcompris/gameutil.h | 33 +++- src/gcompris/gcompris.c | 11 +- src/gcompris/soundutil.c | 72 ++++--- src/libassetml/assetml.c | 113 ++++++----- src/libassetml/assetml.h | 25 ++- src/libassetml/test/test.c | 38 ++-- src/libassetml/test/test_assetml.assetml | 61 ++---- src/libassetml/tools/assetml-query.c | 14 +- 19 files changed, 696 insertions(+), 286 deletions(-) commit 60d4ed08f611b26ddc979db9b67138b67c891159 Author: Bruno Coudoin Date: Wed Aug 27 21:34:02 2003 +0000 needed there with new assetml structure boards/sounds/fr/alphabet/.cvsignore | 5 + boards/sounds/fr/alphabet/0.ogg | Bin 0 -> 15900 bytes boards/sounds/fr/alphabet/1.ogg | Bin 0 -> 12637 bytes boards/sounds/fr/alphabet/10.ogg | Bin 0 -> 14269 bytes boards/sounds/fr/alphabet/2.ogg | Bin 0 -> 12876 bytes boards/sounds/fr/alphabet/3.ogg | Bin 0 -> 13375 bytes boards/sounds/fr/alphabet/4.ogg | Bin 0 -> 14169 bytes boards/sounds/fr/alphabet/5.ogg | Bin 0 -> 16365 bytes boards/sounds/fr/alphabet/6.ogg | Bin 0 -> 15713 bytes boards/sounds/fr/alphabet/7.ogg | Bin 0 -> 18433 bytes boards/sounds/fr/alphabet/8.ogg | Bin 0 -> 15371 bytes boards/sounds/fr/alphabet/9.ogg | Bin 0 -> 15969 bytes boards/sounds/fr/alphabet/Makefile.am | 14 ++ boards/sounds/fr/alphabet/a.ogg | Bin 0 -> 10078 bytes boards/sounds/fr/alphabet/b.ogg | Bin 0 -> 30435 bytes boards/sounds/fr/alphabet/c.ogg | Bin 0 -> 32079 bytes boards/sounds/fr/alphabet/d.ogg | Bin 0 -> 38759 bytes boards/sounds/fr/alphabet/e.ogg | Bin 0 -> 38190 bytes boards/sounds/fr/alphabet/f.ogg | Bin 0 -> 28210 bytes boards/sounds/fr/alphabet/g.ogg | Bin 0 -> 29084 bytes .../fr/alphabet/gcompris_alphabet_fr.assetml.in | 188 ++++++++++++++++++++ boards/sounds/fr/alphabet/h.ogg | Bin 0 -> 44450 bytes boards/sounds/fr/alphabet/i.ogg | Bin 0 -> 34479 bytes boards/sounds/fr/alphabet/j.ogg | Bin 0 -> 33726 bytes boards/sounds/fr/alphabet/k.ogg | Bin 0 -> 28527 bytes boards/sounds/fr/alphabet/l.ogg | Bin 0 -> 39633 bytes boards/sounds/fr/alphabet/m.ogg | Bin 0 -> 35486 bytes boards/sounds/fr/alphabet/n.ogg | Bin 0 -> 40758 bytes boards/sounds/fr/alphabet/o.ogg | Bin 0 -> 26139 bytes boards/sounds/fr/alphabet/p.ogg | Bin 0 -> 31915 bytes boards/sounds/fr/alphabet/q.ogg | Bin 0 -> 32589 bytes boards/sounds/fr/alphabet/r.ogg | Bin 0 -> 31693 bytes boards/sounds/fr/alphabet/s.ogg | Bin 0 -> 34029 bytes boards/sounds/fr/alphabet/t.ogg | Bin 0 -> 37957 bytes boards/sounds/fr/alphabet/u.ogg | Bin 0 -> 27789 bytes boards/sounds/fr/alphabet/v.ogg | Bin 0 -> 33285 bytes boards/sounds/fr/alphabet/w.ogg | Bin 0 -> 41108 bytes boards/sounds/fr/alphabet/x.ogg | Bin 0 -> 25017 bytes boards/sounds/fr/alphabet/y.ogg | Bin 0 -> 39089 bytes boards/sounds/fr/alphabet/z.ogg | Bin 0 -> 33791 bytes 40 files changed, 207 insertions(+), 0 deletions(-) commit 1013f6e3db2194cf250bf501228d2b0e19f86df3 Author: Bruno Coudoin Date: Wed Aug 27 21:31:32 2003 +0000 needed there, new assetml structure boards/sounds/fr/colors/.cvsignore | 5 ++ boards/sounds/fr/colors/Makefile.am | 14 +++++ boards/sounds/fr/colors/black.ogg | Bin 0 -> 13076 bytes boards/sounds/fr/colors/blue.ogg | Bin 0 -> 11750 bytes boards/sounds/fr/colors/brown.ogg | Bin 0 -> 14258 bytes .../sounds/fr/colors/gcompris_colors_fr.assetml.in | 53 ++++++++++++++++++++ boards/sounds/fr/colors/green.ogg | Bin 0 -> 14435 bytes boards/sounds/fr/colors/grey.ogg | Bin 0 -> 16772 bytes boards/sounds/fr/colors/orange.ogg | Bin 0 -> 17610 bytes boards/sounds/fr/colors/purple.ogg | Bin 0 -> 12033 bytes boards/sounds/fr/colors/red.ogg | Bin 0 -> 16057 bytes boards/sounds/fr/colors/white.ogg | Bin 0 -> 16320 bytes boards/sounds/fr/colors/yellow.ogg | Bin 0 -> 14182 bytes 13 files changed, 72 insertions(+), 0 deletions(-) commit ac1b0276e99df0941ed319a1ef5638c1efd4acc9 Author: Bruno Coudoin Date: Wed Aug 27 21:20:55 2003 +0000 no more needed here boards/sounds/fr/VERSION | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 542a21be7f2e149b1477d18bbf800844f2b4b1f6 Author: Bruno Coudoin Date: Wed Aug 27 14:52:51 2003 +0000 needed boards/sounds/de/colors/.cvsignore | 5 +++++ boards/sounds/de/geography/.cvsignore | 5 +++++ boards/sounds/de/misc/.cvsignore | 5 +++++ boards/sounds/fr/.cvsignore | 1 + boards/sounds/pt/.cvsignore | 5 +++++ boards/sounds/pt/alphabet/.cvsignore | 5 +++++ boards/sounds/pt/colors/.cvsignore | 5 +++++ boards/sounds/pt/geography/.cvsignore | 5 +++++ boards/sounds/pt/misc/.cvsignore | 5 +++++ 9 files changed, 41 insertions(+), 0 deletions(-) commit bbf5c826c65eb18e0e95de709f00eea22df51d33 Author: Bruno Coudoin Date: Wed Aug 27 14:42:52 2003 +0000 nneded boards/sounds/en/.cvsignore | 5 +++++ boards/sounds/en/alphabet/.cvsignore | 5 +++++ boards/sounds/en/colors/.cvsignore | 5 +++++ boards/sounds/en/geography/.cvsignore | 5 +++++ boards/sounds/en/misc/.cvsignore | 5 +++++ 5 files changed, 25 insertions(+), 0 deletions(-) commit 1354c4582876f5b95aed7a6d881893813e5315ab Author: Bruno Coudoin Date: Wed Aug 27 14:28:23 2003 +0000 new assetml formatting boards/sounds/es/alphabet/.cvsignore | 5 + boards/sounds/es/alphabet/0.ogg | Bin 0 -> 43586 bytes boards/sounds/es/alphabet/1.ogg | Bin 0 -> 42863 bytes boards/sounds/es/alphabet/10.ogg | Bin 0 -> 48668 bytes boards/sounds/es/alphabet/2.ogg | Bin 0 -> 37473 bytes boards/sounds/es/alphabet/3.ogg | Bin 0 -> 42962 bytes boards/sounds/es/alphabet/4.ogg | Bin 0 -> 32255 bytes boards/sounds/es/alphabet/5.ogg | Bin 0 -> 48883 bytes boards/sounds/es/alphabet/6.ogg | Bin 0 -> 43531 bytes boards/sounds/es/alphabet/7.ogg | Bin 0 -> 54240 bytes boards/sounds/es/alphabet/8.ogg | Bin 0 -> 49062 bytes boards/sounds/es/alphabet/9.ogg | Bin 0 -> 54021 bytes boards/sounds/es/alphabet/Makefile.am | 14 ++ boards/sounds/es/alphabet/a.ogg | Bin 0 -> 42926 bytes boards/sounds/es/alphabet/b.ogg | Bin 0 -> 48471 bytes boards/sounds/es/alphabet/c.ogg | Bin 0 -> 48635 bytes boards/sounds/es/alphabet/d.ogg | Bin 0 -> 54047 bytes boards/sounds/es/alphabet/e.ogg | Bin 0 -> 53952 bytes boards/sounds/es/alphabet/f.ogg | Bin 0 -> 59710 bytes boards/sounds/es/alphabet/g.ogg | Bin 0 -> 12750 bytes .../es/alphabet/gcompris_alphabet_es.assetml.in | 188 ++++++++++++++++++++ boards/sounds/es/alphabet/h.ogg | Bin 0 -> 48849 bytes boards/sounds/es/alphabet/i.ogg | Bin 0 -> 37312 bytes boards/sounds/es/alphabet/j.ogg | Bin 0 -> 54586 bytes boards/sounds/es/alphabet/k.ogg | Bin 0 -> 42743 bytes boards/sounds/es/alphabet/l.ogg | Bin 0 -> 54720 bytes boards/sounds/es/alphabet/m.ogg | Bin 0 -> 48850 bytes boards/sounds/es/alphabet/n.ogg | Bin 0 -> 48857 bytes boards/sounds/es/alphabet/o.ogg | Bin 0 -> 42927 bytes boards/sounds/es/alphabet/p.ogg | Bin 0 -> 42916 bytes boards/sounds/es/alphabet/q.ogg | Bin 0 -> 53978 bytes boards/sounds/es/alphabet/r.ogg | Bin 0 -> 43344 bytes boards/sounds/es/alphabet/s.ogg | Bin 0 -> 48315 bytes boards/sounds/es/alphabet/t.ogg | Bin 0 -> 42810 bytes boards/sounds/es/alphabet/u.ogg | Bin 0 -> 37003 bytes boards/sounds/es/alphabet/v.ogg | Bin 0 -> 12680 bytes boards/sounds/es/alphabet/w.ogg | Bin 0 -> 16927 bytes boards/sounds/es/alphabet/x.ogg | Bin 0 -> 43576 bytes boards/sounds/es/alphabet/y.ogg | Bin 0 -> 48930 bytes boards/sounds/es/alphabet/z.ogg | Bin 0 -> 59603 bytes boards/sounds/es/colors/.cvsignore | 5 + boards/sounds/es/colors/Makefile.am | 14 ++ boards/sounds/es/colors/back.ogg | Bin 0 -> 12835 bytes boards/sounds/es/colors/black.ogg | Bin 0 -> 16949 bytes boards/sounds/es/colors/blue.ogg | Bin 0 -> 16839 bytes boards/sounds/es/colors/brown.ogg | Bin 0 -> 12874 bytes .../sounds/es/colors/gcompris_colors_es.assetml.in | 53 ++++++ boards/sounds/es/colors/green.ogg | Bin 0 -> 16940 bytes boards/sounds/es/colors/grey.ogg | Bin 0 -> 12816 bytes boards/sounds/es/colors/orange.ogg | Bin 0 -> 16910 bytes boards/sounds/es/colors/purple.ogg | Bin 0 -> 16725 bytes boards/sounds/es/colors/red.ogg | Bin 0 -> 16971 bytes boards/sounds/es/colors/white.ogg | Bin 0 -> 17098 bytes boards/sounds/es/colors/yellow.ogg | Bin 0 -> 21286 bytes boards/sounds/es/geography/.cvsignore | 5 + boards/sounds/es/geography/Makefile.am | 14 ++ .../es/geography/gcompris_geography_es.assetml.in | 3 + boards/sounds/es/misc/.cvsignore | 5 + boards/sounds/es/misc/Makefile.am | 14 ++ boards/sounds/es/misc/by.ogg | Bin 0 -> 12896 bytes boards/sounds/es/misc/click_on_letter.ogg | Bin 0 -> 25505 bytes boards/sounds/es/misc/congratulation.ogg | Bin 0 -> 29740 bytes boards/sounds/es/misc/equal.ogg | Bin 0 -> 16972 bytes boards/sounds/es/misc/gcompris_misc_es.assetml.in | 78 ++++++++ boards/sounds/es/misc/good.ogg | Bin 0 -> 17128 bytes boards/sounds/es/misc/great.ogg | Bin 0 -> 18800 bytes boards/sounds/es/misc/help.ogg | Bin 0 -> 17207 bytes boards/sounds/es/misc/level.ogg | Bin 0 -> 16776 bytes boards/sounds/es/misc/minus.ogg | Bin 0 -> 16886 bytes boards/sounds/es/misc/ok.ogg | Bin 0 -> 12703 bytes boards/sounds/es/misc/outof.ogg | Bin 0 -> 29806 bytes boards/sounds/es/misc/plus.ogg | Bin 0 -> 16801 bytes boards/sounds/es/misc/quit.ogg | Bin 0 -> 21043 bytes boards/sounds/es/misc/super.ogg | Bin 0 -> 16866 bytes boards/sounds/es/misc/welcome.ogg | Bin 0 -> 29630 bytes 75 files changed, 398 insertions(+), 0 deletions(-) commit 2ac13e962ade1d8e72916ed1b006fc97fccbef42 Author: Bruno Coudoin Date: Wed Aug 27 14:20:45 2003 +0000 i boards/sounds/es/.cvsignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 88dd129a98863910cf3a4a38384e97afad55a533 Author: Bruno Coudoin Date: Wed Aug 27 14:04:53 2003 +0000 new assetml format po/ChangeLog | 4 + po/am.po | 424 +++++++++++++++++++++++++++------------ po/ar.po | 432 ++++++++++++++++++++++++++++------------ po/az.po | 426 +++++++++++++++++++++++++++------------ po/ca.po | 433 +++++++++++++++++++++++++++------------- po/cs.po | 432 +++++++++++++++++++++++----------------- po/de.po | 339 ++++++++++++++++++++----------- po/el.po | 437 ++++++++++++++++++++++++++++------------- po/fi.po | 429 +++++++++++++++++++++++++++------------ po/fr.po | 203 +++++++++++-------- po/he.po | 399 +++++++++++++++++++++---------------- po/hi.po | 176 +++++++++------- po/hu.po | 437 ++++++++++++++++++++++++++++------------ po/it.po | 453 +++++++++++++++++++++++++++++------------- po/lt.po | 435 ++++++++++++++++++++++++++++------------ po/mk.po | 633 +++++++++++++++++++++++++++++++++------------------------- po/ml.po | 406 ++++++++++++++++++++++---------------- po/ms.po | 435 ++++++++++++++++++++++++++++------------ po/nl.po | 135 +++++++------ po/no.po | 172 +++++++++------- po/pt.po | 32 ++- po/pt_BR.po | 425 +++++++++++++++++++++++++++------------ po/ro.po | 455 +++++++++++++++++++++++++++++------------- po/ru.po | 430 +++++++++++++++++++++++++++------------ po/sk.po | 435 ++++++++++++++++++++++++++++------------ po/sv.po | 142 +++++++------ po/tr.po | 452 +++++++++++++++++++++++++++++------------- 27 files changed, 6327 insertions(+), 3284 deletions(-) commit 6165cef1510a80fac5db8cd166ffbaebd012982e Author: Bruno Coudoin Date: Wed Aug 27 13:49:41 2003 +0000 added bevel to every flags boards/flags/at.png | Bin 219 -> 384 bytes boards/flags/az.png | Bin 1343 -> 1448 bytes boards/flags/be.png | Bin 214 -> 325 bytes boards/flags/bg.png | Bin 209 -> 371 bytes boards/flags/br.png | Bin 885 -> 1150 bytes boards/flags/ca.png | Bin 379 -> 666 bytes boards/flags/ch.png | Bin 247 -> 392 bytes boards/flags/cu.png | Bin 1009 -> 1191 bytes boards/flags/cz.png | Bin 375 -> 513 bytes boards/flags/de.png | Bin 220 -> 314 bytes boards/flags/dk.png | Bin 227 -> 449 bytes boards/flags/ee.png | Bin 220 -> 407 bytes boards/flags/el.png | Bin 555 -> 964 bytes boards/flags/en.png | Bin 1210 -> 1900 bytes boards/flags/es.png | Bin 221 -> 375 bytes boards/flags/eu.png | Bin 2442 -> 2907 bytes boards/flags/fi.png | Bin 234 -> 493 bytes boards/flags/gcompris_flags.assetml.in | 79 ++++++++++++-------------------- boards/flags/gr.png | Bin 262 -> 469 bytes boards/flags/he.png | Bin 282 -> 629 bytes boards/flags/hr.png | Bin 2473 -> 3978 bytes boards/flags/hu.png | Bin 223 -> 491 bytes boards/flags/il.png | Bin 382 -> 603 bytes boards/flags/is.png | Bin 260 -> 477 bytes boards/flags/it.png | Bin 221 -> 465 bytes boards/flags/jp.png | Bin 321 -> 499 bytes boards/flags/lt.png | Bin 223 -> 408 bytes boards/flags/mk.png | Bin 1314 -> 1468 bytes boards/flags/ms.png | Bin 229 -> 530 bytes boards/flags/mx.png | Bin 820 -> 1171 bytes boards/flags/no.png | Bin 257 -> 478 bytes boards/flags/pl.png | Bin 211 -> 379 bytes boards/flags/qc.png | Bin 357 -> 830 bytes boards/flags/ro.png | Bin 222 -> 418 bytes boards/flags/ru.png | Bin 215 -> 403 bytes boards/flags/se.png | Bin 202 -> 662 bytes boards/flags/si.png | Bin 289 -> 467 bytes boards/flags/sv.png | Bin 464 -> 927 bytes boards/flags/th.png | Bin 227 -> 389 bytes boards/flags/tr.png | Bin 392 -> 535 bytes boards/flags/uy.png | Bin 932 -> 1274 bytes boards/flags/yu.png | Bin 445 -> 610 bytes 42 files changed, 30 insertions(+), 49 deletions(-) commit e44d8e92213e27910b91c07e6f751dad384e3d9c Author: Bruno Coudoin Date: Wed Aug 27 13:41:12 2003 +0000 removed help message for clicking on hand were no more needed more updates for new sounds messages boards/Makefile.am | 2 +- boards/imageid.xml.in | 3 +- boards/leftright.xml.in | 3 +- boards/missing_letter.xml.in | 3 +- boards/sounds/.cvsignore | 4 + boards/sounds/Makefile.am | 1 + .../de/alphabet/gcompris_alphabet_de.assetml.in | 188 ++++++++++++++++++++ boards/sounds/es/Makefile.am | 1 + boards/sounds/fr/Makefile.am | 1 + boards/sounds/pt/Makefile.am | 1 + 10 files changed, 200 insertions(+), 7 deletions(-) commit 432de0910021b488ed70895a8dda318a63a4fa74 Author: Pablo Gonzalo del Campo Date: Tue Aug 26 21:57:13 2003 +0000 Updated Spanish translation by Francisco Javier F. Serrador 2003-08-26 Pablo Gonzalo del Campo * es.po: Updated Spanish translation by Francisco Javier F. Serrador . po/ChangeLog | 5 + po/es.po | 663 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 353 insertions(+), 315 deletions(-) commit 26931f3b763a724adb502b44adc944ca5fdd9091 Author: Bruno Coudoin Date: Mon Aug 25 20:51:26 2003 +0000 needed boards/sounds/de/.cvsignore | 5 + boards/sounds/de/alphabet/.cvsignore | 5 + boards/sounds/fr/.cvsignore | 4 + boards/sounds/fr/geography/.cvsignore | 2 +- boards/sounds/fr/geography/Makefile.am | 14 ++ .../fr/geography/gcompris_geography_fr.assetml.in | 153 ++++++++++++++++++++ 6 files changed, 182 insertions(+), 1 deletions(-) commit 3a68514cbc23b0d9b51cbcb518e40de370874d8f Author: Bruno Coudoin Date: Mon Aug 25 20:36:16 2003 +0000 needed / modified for assetml boards/sounds/fr/misc/.cvsignore | 5 + boards/sounds/fr/misc/Makefile.am | 14 +++ boards/sounds/fr/misc/about.ogg | Bin 0 -> 11137 bytes boards/sounds/fr/misc/back.ogg | Bin 0 -> 15608 bytes boards/sounds/fr/misc/by.ogg | Bin 0 -> 12975 bytes boards/sounds/fr/misc/click_on_letter.ogg | Bin 0 -> 37400 bytes boards/sounds/fr/misc/configuration.ogg | Bin 0 -> 14736 bytes boards/sounds/fr/misc/congratulation.ogg | Bin 0 -> 20542 bytes boards/sounds/fr/misc/equal.ogg | Bin 0 -> 13639 bytes boards/sounds/fr/misc/gcompris_misc_fr.assetml.in | 93 +++++++++++++++++++++ boards/sounds/fr/misc/good.ogg | Bin 0 -> 12504 bytes boards/sounds/fr/misc/great.ogg | Bin 0 -> 16228 bytes boards/sounds/fr/misc/help.ogg | Bin 0 -> 12604 bytes boards/sounds/fr/misc/level.ogg | Bin 0 -> 10041 bytes boards/sounds/fr/misc/minus.ogg | Bin 0 -> 16075 bytes boards/sounds/fr/misc/ok.ogg | Bin 0 -> 11030 bytes boards/sounds/fr/misc/outof.ogg | Bin 0 -> 22938 bytes boards/sounds/fr/misc/plus.ogg | Bin 0 -> 14699 bytes boards/sounds/fr/misc/quit.ogg | Bin 0 -> 13068 bytes boards/sounds/fr/misc/super.ogg | Bin 0 -> 15506 bytes boards/sounds/fr/misc/welcome.ogg | Bin 0 -> 30352 bytes 21 files changed, 112 insertions(+), 0 deletions(-) commit cc03b3b9d9ba9d1ff7641dd7d4d86aa9b0eebf7f Author: Bruno Coudoin Date: Mon Aug 25 20:29:51 2003 +0000 needed boards/sounds/fr/geography/.cvsignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 9a23cc7716e232780a92e4800815de487ab8d6df Author: Bruno Coudoin Date: Mon Aug 25 18:15:05 2003 +0000 added voices created by Susan Rich boards/sounds/en/Makefile.am | 1 + boards/sounds/en/alphabet/1.ogg | Bin 0 -> 14234 bytes boards/sounds/en/alphabet/10.ogg | Bin 0 -> 12531 bytes boards/sounds/en/alphabet/11.ogg | Bin 0 -> 16965 bytes boards/sounds/en/alphabet/12.ogg | Bin 0 -> 13291 bytes boards/sounds/en/alphabet/13.ogg | Bin 0 -> 18874 bytes boards/sounds/en/alphabet/14.ogg | Bin 0 -> 16027 bytes boards/sounds/en/alphabet/15.ogg | Bin 0 -> 16347 bytes boards/sounds/en/alphabet/16.ogg | Bin 0 -> 15685 bytes boards/sounds/en/alphabet/17.ogg | Bin 0 -> 16176 bytes boards/sounds/en/alphabet/18.ogg | Bin 0 -> 17122 bytes boards/sounds/en/alphabet/19.ogg | Bin 0 -> 15026 bytes boards/sounds/en/alphabet/2.ogg | Bin 0 -> 12708 bytes boards/sounds/en/alphabet/20.ogg | Bin 0 -> 16049 bytes boards/sounds/en/alphabet/3.ogg | Bin 0 -> 13954 bytes boards/sounds/en/alphabet/4.ogg | Bin 0 -> 12357 bytes boards/sounds/en/alphabet/5.ogg | Bin 0 -> 14278 bytes boards/sounds/en/alphabet/6.ogg | Bin 0 -> 14398 bytes boards/sounds/en/alphabet/7.ogg | Bin 0 -> 14592 bytes boards/sounds/en/alphabet/8.ogg | Bin 0 -> 13884 bytes boards/sounds/en/alphabet/9.ogg | Bin 0 -> 13775 bytes boards/sounds/en/alphabet/Makefile.am | 14 + boards/sounds/en/alphabet/a.ogg | Bin 0 -> 13694 bytes boards/sounds/en/alphabet/b.ogg | Bin 0 -> 14621 bytes boards/sounds/en/alphabet/c.ogg | Bin 0 -> 15691 bytes boards/sounds/en/alphabet/d.ogg | Bin 0 -> 13885 bytes boards/sounds/en/alphabet/e.ogg | Bin 0 -> 17481 bytes boards/sounds/en/alphabet/f.ogg | Bin 0 -> 13003 bytes boards/sounds/en/alphabet/g.ogg | Bin 0 -> 16587 bytes .../en/alphabet/gcompris_alphabet_en.assetml.in | 233 ++++++++++++++ boards/sounds/en/alphabet/h.ogg | Bin 0 -> 16828 bytes boards/sounds/en/alphabet/i.ogg | Bin 0 -> 13912 bytes boards/sounds/en/alphabet/j.ogg | Bin 0 -> 16674 bytes boards/sounds/en/alphabet/k.ogg | Bin 0 -> 16010 bytes boards/sounds/en/alphabet/l.ogg | Bin 0 -> 15318 bytes boards/sounds/en/alphabet/m.ogg | Bin 0 -> 15772 bytes boards/sounds/en/alphabet/n.ogg | Bin 0 -> 14916 bytes boards/sounds/en/alphabet/o.ogg | Bin 0 -> 14099 bytes boards/sounds/en/alphabet/p.ogg | Bin 0 -> 13284 bytes boards/sounds/en/alphabet/q.ogg | Bin 0 -> 14677 bytes boards/sounds/en/alphabet/r.ogg | Bin 0 -> 14490 bytes boards/sounds/en/alphabet/s.ogg | Bin 0 -> 13030 bytes boards/sounds/en/alphabet/t.ogg | Bin 0 -> 12529 bytes boards/sounds/en/alphabet/u.ogg | Bin 0 -> 14406 bytes boards/sounds/en/alphabet/v.ogg | Bin 0 -> 14048 bytes boards/sounds/en/alphabet/w.ogg | Bin 0 -> 16430 bytes boards/sounds/en/alphabet/x.ogg | Bin 0 -> 15633 bytes boards/sounds/en/alphabet/y.ogg | Bin 0 -> 14434 bytes boards/sounds/en/alphabet/z.ogg | Bin 0 -> 14839 bytes boards/sounds/en/colors/Makefile.am | 14 + boards/sounds/en/colors/black.ogg | Bin 0 -> 20691 bytes boards/sounds/en/colors/blue.ogg | Bin 0 -> 16059 bytes boards/sounds/en/colors/brown.ogg | Bin 0 -> 14241 bytes .../sounds/en/colors/gcompris_colors_en.assetml.in | 53 +++ boards/sounds/en/colors/green.ogg | Bin 0 -> 18328 bytes boards/sounds/en/colors/grey.ogg | Bin 0 -> 15795 bytes boards/sounds/en/colors/pink.ogg | Bin 0 -> 17525 bytes boards/sounds/en/colors/purple.ogg | Bin 0 -> 14556 bytes boards/sounds/en/colors/red.ogg | Bin 0 -> 15006 bytes boards/sounds/en/colors/white.ogg | Bin 0 -> 16114 bytes boards/sounds/en/colors/yellow.ogg | Bin 0 -> 17253 bytes boards/sounds/en/geography/Makefile.am | 14 + boards/sounds/en/geography/alaska.ogg | Bin 0 -> 17468 bytes boards/sounds/en/geography/albania.ogg | Bin 0 -> 16381 bytes boards/sounds/en/geography/argentina.ogg | Bin 0 -> 19477 bytes boards/sounds/en/geography/austria.ogg | Bin 0 -> 16774 bytes boards/sounds/en/geography/bahamas.ogg | Bin 0 -> 17368 bytes boards/sounds/en/geography/belarus.ogg | Bin 0 -> 20958 bytes boards/sounds/en/geography/belgium.ogg | Bin 0 -> 18137 bytes boards/sounds/en/geography/bolivia.ogg | Bin 0 -> 15092 bytes boards/sounds/en/geography/bosnia_herzegovina.ogg | Bin 0 -> 25078 bytes boards/sounds/en/geography/brazil.ogg | Bin 0 -> 17067 bytes boards/sounds/en/geography/bulgaria.ogg | Bin 0 -> 16733 bytes boards/sounds/en/geography/canada.ogg | Bin 0 -> 17065 bytes boards/sounds/en/geography/chile.ogg | Bin 0 -> 13940 bytes boards/sounds/en/geography/colombia.ogg | Bin 0 -> 17323 bytes boards/sounds/en/geography/costa_rica.ogg | Bin 0 -> 19093 bytes boards/sounds/en/geography/croatia.ogg | Bin 0 -> 16994 bytes boards/sounds/en/geography/cuba.ogg | Bin 0 -> 16993 bytes boards/sounds/en/geography/cyprus.ogg | Bin 0 -> 16232 bytes boards/sounds/en/geography/czech.ogg | Bin 0 -> 20654 bytes boards/sounds/en/geography/denmark.ogg | Bin 0 -> 18996 bytes boards/sounds/en/geography/dominican_republic.ogg | Bin 0 -> 22188 bytes boards/sounds/en/geography/ecuador.ogg | Bin 0 -> 17885 bytes boards/sounds/en/geography/estonia.ogg | Bin 0 -> 17344 bytes boards/sounds/en/geography/finland.ogg | Bin 0 -> 14799 bytes boards/sounds/en/geography/french_guiana.ogg | Bin 0 -> 18016 bytes .../en/geography/gcompris_geography_en.assetml.in | 338 ++++++++++++++++++++ boards/sounds/en/geography/greece.ogg | Bin 0 -> 13499 bytes boards/sounds/en/geography/greenland.ogg | Bin 0 -> 16805 bytes boards/sounds/en/geography/guatemala.ogg | Bin 0 -> 16157 bytes boards/sounds/en/geography/guyana.ogg | Bin 0 -> 16512 bytes boards/sounds/en/geography/haiti.ogg | Bin 0 -> 13152 bytes boards/sounds/en/geography/honduras.ogg | Bin 0 -> 18585 bytes boards/sounds/en/geography/hungary.ogg | Bin 0 -> 16010 bytes boards/sounds/en/geography/iceland.ogg | Bin 0 -> 17760 bytes boards/sounds/en/geography/ireland.ogg | Bin 0 -> 17061 bytes boards/sounds/en/geography/italy.ogg | Bin 0 -> 15204 bytes boards/sounds/en/geography/jamaica.ogg | Bin 0 -> 20010 bytes boards/sounds/en/geography/latvia.ogg | Bin 0 -> 15905 bytes boards/sounds/en/geography/lithuania.ogg | Bin 0 -> 17788 bytes boards/sounds/en/geography/luxembourg.ogg | Bin 0 -> 18086 bytes boards/sounds/en/geography/macedonia.ogg | Bin 0 -> 20646 bytes boards/sounds/en/geography/mexico.ogg | Bin 0 -> 17020 bytes boards/sounds/en/geography/moldova.ogg | Bin 0 -> 15897 bytes boards/sounds/en/geography/netherland.ogg | Bin 0 -> 19252 bytes boards/sounds/en/geography/nicaragua.ogg | Bin 0 -> 18819 bytes boards/sounds/en/geography/norway.ogg | Bin 0 -> 18520 bytes boards/sounds/en/geography/orange.ogg | Bin 0 -> 14633 bytes boards/sounds/en/geography/panama.ogg | Bin 0 -> 16666 bytes boards/sounds/en/geography/paraguay.ogg | Bin 0 -> 17680 bytes boards/sounds/en/geography/peru.ogg | Bin 0 -> 17982 bytes boards/sounds/en/geography/poland.ogg | Bin 0 -> 16981 bytes boards/sounds/en/geography/portugal.ogg | Bin 0 -> 20899 bytes boards/sounds/en/geography/romania.ogg | Bin 0 -> 19298 bytes boards/sounds/en/geography/russia.ogg | Bin 0 -> 16165 bytes boards/sounds/en/geography/salvador.ogg | Bin 0 -> 19837 bytes boards/sounds/en/geography/serbia_montenegro.ogg | Bin 0 -> 26568 bytes boards/sounds/en/geography/slovakia.ogg | Bin 0 -> 20073 bytes boards/sounds/en/geography/slovenia.ogg | Bin 0 -> 16988 bytes boards/sounds/en/geography/spain.ogg | Bin 0 -> 15767 bytes boards/sounds/en/geography/suriname.ogg | Bin 0 -> 19563 bytes boards/sounds/en/geography/sweden.ogg | Bin 0 -> 17744 bytes boards/sounds/en/geography/switz.ogg | Bin 0 -> 17551 bytes boards/sounds/en/geography/turkey.ogg | Bin 0 -> 16231 bytes boards/sounds/en/geography/ukraine.ogg | Bin 0 -> 16236 bytes boards/sounds/en/geography/united_kingdom.ogg | Bin 0 -> 20930 bytes boards/sounds/en/geography/uruguay.ogg | Bin 0 -> 17006 bytes boards/sounds/en/geography/usa.ogg | Bin 0 -> 24452 bytes boards/sounds/en/geography/venezuela.ogg | Bin 0 -> 20086 bytes boards/sounds/en/misc/Makefile.am | 14 + boards/sounds/en/misc/back.ogg | Bin 0 -> 13802 bytes boards/sounds/en/misc/by.ogg | Bin 0 -> 16368 bytes boards/sounds/en/misc/click_on_letter.ogg | Bin 0 -> 18788 bytes boards/sounds/en/misc/congratulation.ogg | Bin 0 -> 23144 bytes boards/sounds/en/misc/equal.ogg | Bin 0 -> 12513 bytes boards/sounds/en/misc/gcompris_misc_en.assetml.in | 83 +++++ boards/sounds/en/misc/good.ogg | Bin 0 -> 17305 bytes boards/sounds/en/misc/great.ogg | Bin 0 -> 17090 bytes boards/sounds/en/misc/help.ogg | Bin 0 -> 14506 bytes boards/sounds/en/misc/level.ogg | Bin 0 -> 16116 bytes boards/sounds/en/misc/minus.ogg | Bin 0 -> 16859 bytes boards/sounds/en/misc/ok.ogg | Bin 0 -> 14799 bytes boards/sounds/en/misc/outof.ogg | Bin 0 -> 18823 bytes boards/sounds/en/misc/plus.ogg | Bin 0 -> 14275 bytes boards/sounds/en/misc/quit.ogg | Bin 0 -> 13963 bytes boards/sounds/en/misc/super.ogg | Bin 0 -> 13500 bytes boards/sounds/en/misc/welcome.ogg | Bin 0 -> 25599 bytes 148 files changed, 764 insertions(+), 0 deletions(-) commit c58f9d829f66b63bbc6a978bf284c6b3115208fc Author: Bruno Coudoin Date: Mon Aug 25 16:33:54 2003 +0000 new assetml formatting boards/sounds/de/Makefile.am | 1 + boards/sounds/de/alphabet/0.ogg | Bin 0 -> 14455 bytes boards/sounds/de/alphabet/1.ogg | Bin 0 -> 18464 bytes boards/sounds/de/alphabet/10.ogg | Bin 0 -> 11519 bytes boards/sounds/de/alphabet/2.ogg | Bin 0 -> 16754 bytes boards/sounds/de/alphabet/3.ogg | Bin 0 -> 17156 bytes boards/sounds/de/alphabet/4.ogg | Bin 0 -> 15346 bytes boards/sounds/de/alphabet/5.ogg | Bin 0 -> 16306 bytes boards/sounds/de/alphabet/6.ogg | Bin 0 -> 17546 bytes boards/sounds/de/alphabet/7.ogg | Bin 0 -> 15187 bytes boards/sounds/de/alphabet/8.ogg | Bin 0 -> 12258 bytes boards/sounds/de/alphabet/9.ogg | Bin 0 -> 10997 bytes boards/sounds/de/alphabet/Makefile.am | 14 + boards/sounds/de/alphabet/a.ogg | Bin 0 -> 17067 bytes boards/sounds/de/alphabet/b.ogg | Bin 0 -> 14350 bytes boards/sounds/de/alphabet/c.ogg | Bin 0 -> 15695 bytes boards/sounds/de/alphabet/d.ogg | Bin 0 -> 14659 bytes boards/sounds/de/alphabet/e.ogg | Bin 0 -> 15382 bytes boards/sounds/de/alphabet/f.ogg | Bin 0 -> 17108 bytes boards/sounds/de/alphabet/g.ogg | Bin 0 -> 14680 bytes boards/sounds/de/alphabet/h.ogg | Bin 0 -> 14978 bytes boards/sounds/de/alphabet/i.ogg | Bin 0 -> 19629 bytes boards/sounds/de/alphabet/j.ogg | Bin 0 -> 17073 bytes boards/sounds/de/alphabet/k.ogg | Bin 0 -> 15401 bytes boards/sounds/de/alphabet/l.ogg | Bin 0 -> 15791 bytes boards/sounds/de/alphabet/m.ogg | Bin 0 -> 16062 bytes boards/sounds/de/alphabet/n.ogg | Bin 0 -> 21839 bytes boards/sounds/de/alphabet/o.ogg | Bin 0 -> 17185 bytes boards/sounds/de/alphabet/p.ogg | Bin 0 -> 14794 bytes boards/sounds/de/alphabet/q.ogg | Bin 0 -> 17842 bytes boards/sounds/de/alphabet/r.ogg | Bin 0 -> 15083 bytes boards/sounds/de/alphabet/s.ogg | Bin 0 -> 18674 bytes boards/sounds/de/alphabet/t.ogg | Bin 0 -> 17723 bytes boards/sounds/de/alphabet/u.ogg | Bin 0 -> 14901 bytes boards/sounds/de/alphabet/v.ogg | Bin 0 -> 15943 bytes boards/sounds/de/alphabet/w.ogg | Bin 0 -> 19292 bytes boards/sounds/de/alphabet/x.ogg | Bin 0 -> 15823 bytes boards/sounds/de/alphabet/y.ogg | Bin 0 -> 17691 bytes boards/sounds/de/alphabet/z.ogg | Bin 0 -> 17239 bytes boards/sounds/de/colors/Makefile.am | 14 + boards/sounds/de/colors/back.ogg | Bin 0 -> 14582 bytes boards/sounds/de/colors/black.ogg | Bin 0 -> 19102 bytes boards/sounds/de/colors/blue.ogg | Bin 0 -> 14180 bytes boards/sounds/de/colors/brown.ogg | Bin 0 -> 11467 bytes .../sounds/de/colors/gcompris_colors_de.assetml.in | 53 +++ boards/sounds/de/colors/green.ogg | Bin 0 -> 14557 bytes boards/sounds/de/colors/grey.ogg | Bin 0 -> 13669 bytes boards/sounds/de/colors/orange.ogg | Bin 0 -> 14538 bytes boards/sounds/de/colors/purple.ogg | Bin 0 -> 11970 bytes boards/sounds/de/colors/red.ogg | Bin 0 -> 15664 bytes boards/sounds/de/colors/white.ogg | Bin 0 -> 14610 bytes boards/sounds/de/colors/yellow.ogg | Bin 0 -> 12260 bytes boards/sounds/de/geography/Makefile.am | 14 + .../de/geography/gcompris_geography_de.assetml.in | 3 + boards/sounds/de/misc/Makefile.am | 14 + boards/sounds/de/misc/by.ogg | Bin 0 -> 11992 bytes boards/sounds/de/misc/click_on_letter.ogg | Bin 0 -> 29617 bytes boards/sounds/de/misc/congratulation.ogg | Bin 0 -> 27682 bytes boards/sounds/de/misc/equal.ogg | Bin 0 -> 22397 bytes boards/sounds/de/misc/gcompris_misc_de.assetml.in | 78 +++++ boards/sounds/de/misc/good.ogg | Bin 0 -> 13661 bytes boards/sounds/de/misc/great.ogg | Bin 0 -> 14031 bytes boards/sounds/de/misc/help.ogg | Bin 0 -> 12212 bytes boards/sounds/de/misc/level.ogg | Bin 0 -> 18611 bytes boards/sounds/de/misc/minus.ogg | Bin 0 -> 15434 bytes boards/sounds/de/misc/ok.ogg | Bin 0 -> 12649 bytes boards/sounds/de/misc/outof.ogg | Bin 0 -> 22272 bytes boards/sounds/de/misc/plus.ogg | Bin 0 -> 8737 bytes boards/sounds/de/misc/quit.ogg | Bin 0 -> 17733 bytes boards/sounds/de/misc/super.ogg | Bin 0 -> 13378 bytes boards/sounds/de/misc/welcome.ogg | Bin 0 -> 33200 bytes boards/sounds/pt/alphabet/0.ogg | Bin 0 -> 5873 bytes boards/sounds/pt/alphabet/1.ogg | Bin 0 -> 5781 bytes boards/sounds/pt/alphabet/10.ogg | Bin 0 -> 7271 bytes boards/sounds/pt/alphabet/11.ogg | Bin 0 -> 8096 bytes boards/sounds/pt/alphabet/12.ogg | Bin 0 -> 9156 bytes boards/sounds/pt/alphabet/13.ogg | Bin 0 -> 9435 bytes boards/sounds/pt/alphabet/14.ogg | Bin 0 -> 9509 bytes boards/sounds/pt/alphabet/15.ogg | Bin 0 -> 8419 bytes boards/sounds/pt/alphabet/16.ogg | Bin 0 -> 12184 bytes boards/sounds/pt/alphabet/17.ogg | Bin 0 -> 10766 bytes boards/sounds/pt/alphabet/18.ogg | Bin 0 -> 9605 bytes boards/sounds/pt/alphabet/2.ogg | Bin 0 -> 7126 bytes boards/sounds/pt/alphabet/3.ogg | Bin 0 -> 7626 bytes boards/sounds/pt/alphabet/4.ogg | Bin 0 -> 6753 bytes boards/sounds/pt/alphabet/5.ogg | Bin 0 -> 8141 bytes boards/sounds/pt/alphabet/6.ogg | Bin 0 -> 8493 bytes boards/sounds/pt/alphabet/7.ogg | Bin 0 -> 7748 bytes boards/sounds/pt/alphabet/8.ogg | Bin 0 -> 6758 bytes boards/sounds/pt/alphabet/9.ogg | Bin 0 -> 7490 bytes boards/sounds/pt/alphabet/Makefile.am | 14 + boards/sounds/pt/alphabet/a.ogg | Bin 0 -> 4880 bytes boards/sounds/pt/alphabet/b.ogg | Bin 0 -> 6031 bytes boards/sounds/pt/alphabet/c.ogg | Bin 0 -> 6137 bytes boards/sounds/pt/alphabet/d.ogg | Bin 0 -> 5533 bytes boards/sounds/pt/alphabet/e.ogg | Bin 0 -> 5270 bytes boards/sounds/pt/alphabet/f.ogg | Bin 0 -> 6487 bytes boards/sounds/pt/alphabet/g.ogg | Bin 0 -> 4989 bytes .../pt/alphabet/gcompris_alphabet_pt.assetml.in | 228 +++++++++++++ boards/sounds/pt/alphabet/h.ogg | Bin 0 -> 5896 bytes boards/sounds/pt/alphabet/i.ogg | Bin 0 -> 4590 bytes boards/sounds/pt/alphabet/j.ogg | Bin 0 -> 7537 bytes boards/sounds/pt/alphabet/k.ogg | Bin 0 -> 6735 bytes boards/sounds/pt/alphabet/l.ogg | Bin 0 -> 6104 bytes boards/sounds/pt/alphabet/m.ogg | Bin 0 -> 5951 bytes boards/sounds/pt/alphabet/n.ogg | Bin 0 -> 5716 bytes boards/sounds/pt/alphabet/o.ogg | Bin 0 -> 4834 bytes boards/sounds/pt/alphabet/p.ogg | Bin 0 -> 5368 bytes boards/sounds/pt/alphabet/q.ogg | Bin 0 -> 5512 bytes boards/sounds/pt/alphabet/r.ogg | Bin 0 -> 5274 bytes boards/sounds/pt/alphabet/s.ogg | Bin 0 -> 6295 bytes boards/sounds/pt/alphabet/t.ogg | Bin 0 -> 5448 bytes boards/sounds/pt/alphabet/u.ogg | Bin 0 -> 5013 bytes boards/sounds/pt/alphabet/v.ogg | Bin 0 -> 6033 bytes boards/sounds/pt/alphabet/w.ogg | Bin 0 -> 7686 bytes boards/sounds/pt/alphabet/x.ogg | Bin 0 -> 6964 bytes boards/sounds/pt/alphabet/y.ogg | Bin 0 -> 7943 bytes boards/sounds/pt/alphabet/z.ogg | Bin 0 -> 7500 bytes boards/sounds/pt/colors/Makefile.am | 14 + boards/sounds/pt/colors/back.ogg | Bin 0 -> 8273 bytes boards/sounds/pt/colors/black.ogg | Bin 0 -> 7012 bytes boards/sounds/pt/colors/blue.ogg | Bin 0 -> 7085 bytes boards/sounds/pt/colors/brown.ogg | Bin 0 -> 8837 bytes .../sounds/pt/colors/gcompris_colors_pt.assetml.in | 58 ++++ boards/sounds/pt/colors/green.ogg | Bin 0 -> 6834 bytes boards/sounds/pt/colors/grey.ogg | Bin 0 -> 10904 bytes boards/sounds/pt/colors/orange.ogg | Bin 0 -> 9108 bytes boards/sounds/pt/colors/purple.ogg | Bin 0 -> 9838 bytes boards/sounds/pt/colors/red.ogg | Bin 0 -> 8527 bytes boards/sounds/pt/colors/white.ogg | Bin 0 -> 7185 bytes boards/sounds/pt/colors/yellow.ogg | Bin 0 -> 8118 bytes boards/sounds/pt/geography/Makefile.am | 14 + .../pt/geography/gcompris_geography_pt.assetml.in | 343 ++++++++++++++++++++ boards/sounds/pt/misc/Makefile.am | 14 + boards/sounds/pt/misc/by.ogg | Bin 0 -> 7055 bytes boards/sounds/pt/misc/click_on_letter.ogg | Bin 0 -> 13011 bytes boards/sounds/pt/misc/congratulation.ogg | Bin 0 -> 8636 bytes boards/sounds/pt/misc/equal.ogg | Bin 0 -> 6498 bytes boards/sounds/pt/misc/gcompris_misc_pt.assetml.in | 78 +++++ boards/sounds/pt/misc/good.ogg | Bin 0 -> 7066 bytes boards/sounds/pt/misc/great.ogg | Bin 0 -> 7000 bytes boards/sounds/pt/misc/help.ogg | Bin 0 -> 7668 bytes boards/sounds/pt/misc/level.ogg | Bin 0 -> 7399 bytes boards/sounds/pt/misc/minus.ogg | Bin 0 -> 8407 bytes boards/sounds/pt/misc/ok.ogg | Bin 0 -> 8509 bytes boards/sounds/pt/misc/outof.ogg | Bin 0 -> 11452 bytes boards/sounds/pt/misc/plus.ogg | Bin 0 -> 8053 bytes boards/sounds/pt/misc/quit.ogg | Bin 0 -> 7788 bytes boards/sounds/pt/misc/super.ogg | Bin 0 -> 7876 bytes boards/sounds/pt/misc/welcome.ogg | Bin 0 -> 19809 bytes 150 files changed, 954 insertions(+), 0 deletions(-) commit 6c5f2e0d634267eb9150fe0c678ee642cb4eee95 Author: Bruno Coudoin Date: Mon Aug 25 15:12:22 2003 +0000 created more detailed packages for each locale added assetml description boards/sounds/HOWTO_ENCODE | 6 +++++- boards/sounds/de/0.ogg | Bin 14455 -> 0 bytes boards/sounds/de/1.ogg | Bin 18464 -> 0 bytes boards/sounds/de/10.ogg | Bin 11519 -> 0 bytes boards/sounds/de/2.ogg | Bin 16754 -> 0 bytes boards/sounds/de/3.ogg | Bin 17156 -> 0 bytes boards/sounds/de/4.ogg | Bin 15346 -> 0 bytes boards/sounds/de/5.ogg | Bin 16306 -> 0 bytes boards/sounds/de/6.ogg | Bin 17546 -> 0 bytes boards/sounds/de/7.ogg | Bin 15187 -> 0 bytes boards/sounds/de/8.ogg | Bin 12258 -> 0 bytes boards/sounds/de/9.ogg | Bin 10997 -> 0 bytes boards/sounds/de/VERSION | 1 - boards/sounds/de/a.ogg | Bin 17067 -> 0 bytes boards/sounds/de/b.ogg | Bin 14350 -> 0 bytes boards/sounds/de/back.ogg | Bin 14582 -> 0 bytes boards/sounds/de/black.ogg | Bin 19102 -> 0 bytes boards/sounds/de/blue.ogg | Bin 14180 -> 0 bytes boards/sounds/de/brown.ogg | Bin 11467 -> 0 bytes boards/sounds/de/by.ogg | Bin 11992 -> 0 bytes boards/sounds/de/c.ogg | Bin 15695 -> 0 bytes boards/sounds/de/click_on_letter.ogg | Bin 29617 -> 0 bytes boards/sounds/de/congratulation.ogg | Bin 27682 -> 0 bytes boards/sounds/de/d.ogg | Bin 14659 -> 0 bytes boards/sounds/de/e.ogg | Bin 15382 -> 0 bytes boards/sounds/de/equal.ogg | Bin 22397 -> 0 bytes boards/sounds/de/f.ogg | Bin 17108 -> 0 bytes boards/sounds/de/g.ogg | Bin 14680 -> 0 bytes boards/sounds/de/good.ogg | Bin 13661 -> 0 bytes boards/sounds/de/great.ogg | Bin 14031 -> 0 bytes boards/sounds/de/green.ogg | Bin 14557 -> 0 bytes boards/sounds/de/grey.ogg | Bin 13669 -> 0 bytes boards/sounds/de/h.ogg | Bin 14978 -> 0 bytes boards/sounds/de/help.ogg | Bin 12212 -> 0 bytes boards/sounds/de/i.ogg | Bin 19629 -> 0 bytes boards/sounds/de/j.ogg | Bin 17073 -> 0 bytes boards/sounds/de/k.ogg | Bin 15401 -> 0 bytes boards/sounds/de/l.ogg | Bin 15791 -> 0 bytes boards/sounds/de/level.ogg | Bin 18611 -> 0 bytes boards/sounds/de/m.ogg | Bin 16062 -> 0 bytes boards/sounds/de/minus.ogg | Bin 15434 -> 0 bytes boards/sounds/de/n.ogg | Bin 21839 -> 0 bytes boards/sounds/de/o.ogg | Bin 17185 -> 0 bytes boards/sounds/de/ok.ogg | Bin 12649 -> 0 bytes boards/sounds/de/orange.ogg | Bin 14538 -> 0 bytes boards/sounds/de/outof.ogg | Bin 22272 -> 0 bytes boards/sounds/de/p.ogg | Bin 14794 -> 0 bytes boards/sounds/de/plus.ogg | Bin 8737 -> 0 bytes boards/sounds/de/purple.ogg | Bin 11970 -> 0 bytes boards/sounds/de/q.ogg | Bin 17842 -> 0 bytes boards/sounds/de/quit.ogg | Bin 17733 -> 0 bytes boards/sounds/de/r.ogg | Bin 15083 -> 0 bytes boards/sounds/de/red.ogg | Bin 15664 -> 0 bytes boards/sounds/de/s.ogg | Bin 18674 -> 0 bytes boards/sounds/de/super.ogg | Bin 13378 -> 0 bytes boards/sounds/de/t.ogg | Bin 17723 -> 0 bytes boards/sounds/de/u.ogg | Bin 14901 -> 0 bytes boards/sounds/de/v.ogg | Bin 15943 -> 0 bytes boards/sounds/de/w.ogg | Bin 19292 -> 0 bytes boards/sounds/de/welcome.ogg | Bin 33200 -> 0 bytes boards/sounds/de/white.ogg | Bin 14610 -> 0 bytes boards/sounds/de/x.ogg | Bin 15823 -> 0 bytes boards/sounds/de/y.ogg | Bin 17691 -> 0 bytes boards/sounds/de/yellow.ogg | Bin 12260 -> 0 bytes boards/sounds/de/z.ogg | Bin 17239 -> 0 bytes boards/sounds/en/0.ogg | Bin 53507 -> 0 bytes boards/sounds/en/1.ogg | Bin 48295 -> 0 bytes boards/sounds/en/10.ogg | Bin 32107 -> 0 bytes boards/sounds/en/2.ogg | Bin 42364 -> 0 bytes boards/sounds/en/3.ogg | Bin 37459 -> 0 bytes boards/sounds/en/4.ogg | Bin 43417 -> 0 bytes boards/sounds/en/5.ogg | Bin 43395 -> 0 bytes boards/sounds/en/6.ogg | Bin 43338 -> 0 bytes boards/sounds/en/7.ogg | Bin 43319 -> 0 bytes boards/sounds/en/8.ogg | Bin 71152 -> 0 bytes boards/sounds/en/9.ogg | Bin 48852 -> 0 bytes boards/sounds/en/VERSION | 1 - boards/sounds/en/a.ogg | Bin 32155 -> 0 bytes boards/sounds/en/b.ogg | Bin 43189 -> 0 bytes boards/sounds/en/c.ogg | Bin 42671 -> 0 bytes boards/sounds/en/d.ogg | Bin 37343 -> 0 bytes boards/sounds/en/e.ogg | Bin 37183 -> 0 bytes boards/sounds/en/f.ogg | Bin 43392 -> 0 bytes boards/sounds/en/g.ogg | Bin 37020 -> 0 bytes boards/sounds/en/h.ogg | Bin 49054 -> 0 bytes boards/sounds/en/i.ogg | Bin 43274 -> 0 bytes boards/sounds/en/j.ogg | Bin 43091 -> 0 bytes boards/sounds/en/k.ogg | Bin 37634 -> 0 bytes boards/sounds/en/l.ogg | Bin 43191 -> 0 bytes boards/sounds/en/m.ogg | Bin 43366 -> 0 bytes boards/sounds/en/n.ogg | Bin 43451 -> 0 bytes boards/sounds/en/o.ogg | Bin 37776 -> 0 bytes boards/sounds/en/p.ogg | Bin 37357 -> 0 bytes boards/sounds/en/q.ogg | Bin 37347 -> 0 bytes boards/sounds/en/r.ogg | Bin 43483 -> 0 bytes boards/sounds/en/s.ogg | Bin 48770 -> 0 bytes boards/sounds/en/t.ogg | Bin 37607 -> 0 bytes boards/sounds/en/u.ogg | Bin 42678 -> 0 bytes boards/sounds/en/v.ogg | Bin 42885 -> 0 bytes boards/sounds/en/w.ogg | Bin 43024 -> 0 bytes boards/sounds/en/x.ogg | Bin 37830 -> 0 bytes boards/sounds/en/y.ogg | Bin 43223 -> 0 bytes boards/sounds/en/z.ogg | Bin 71126 -> 0 bytes boards/sounds/es/0.ogg | Bin 43586 -> 0 bytes boards/sounds/es/1.ogg | Bin 42863 -> 0 bytes boards/sounds/es/10.ogg | Bin 48668 -> 0 bytes boards/sounds/es/2.ogg | Bin 37473 -> 0 bytes boards/sounds/es/3.ogg | Bin 42962 -> 0 bytes boards/sounds/es/4.ogg | Bin 32255 -> 0 bytes boards/sounds/es/5.ogg | Bin 48883 -> 0 bytes boards/sounds/es/6.ogg | Bin 43531 -> 0 bytes boards/sounds/es/7.ogg | Bin 54240 -> 0 bytes boards/sounds/es/8.ogg | Bin 49062 -> 0 bytes boards/sounds/es/9.ogg | Bin 54021 -> 0 bytes boards/sounds/es/VERSION | 1 - boards/sounds/es/a.ogg | Bin 42926 -> 0 bytes boards/sounds/es/b.ogg | Bin 48471 -> 0 bytes boards/sounds/es/back.ogg | Bin 12835 -> 0 bytes boards/sounds/es/black.ogg | Bin 16949 -> 0 bytes boards/sounds/es/blue.ogg | Bin 16839 -> 0 bytes boards/sounds/es/brown.ogg | Bin 12874 -> 0 bytes boards/sounds/es/by.ogg | Bin 12896 -> 0 bytes boards/sounds/es/c.ogg | Bin 48635 -> 0 bytes boards/sounds/es/click_on_letter.ogg | Bin 25505 -> 0 bytes boards/sounds/es/congratulation.ogg | Bin 29740 -> 0 bytes boards/sounds/es/d.ogg | Bin 54047 -> 0 bytes boards/sounds/es/e.ogg | Bin 53952 -> 0 bytes boards/sounds/es/equal.ogg | Bin 16972 -> 0 bytes boards/sounds/es/f.ogg | Bin 59710 -> 0 bytes boards/sounds/es/g.ogg | Bin 12750 -> 0 bytes boards/sounds/es/good.ogg | Bin 17128 -> 0 bytes boards/sounds/es/great.ogg | Bin 18800 -> 0 bytes boards/sounds/es/green.ogg | Bin 16940 -> 0 bytes boards/sounds/es/grey.ogg | Bin 12816 -> 0 bytes boards/sounds/es/h.ogg | Bin 48849 -> 0 bytes boards/sounds/es/help.ogg | Bin 17207 -> 0 bytes boards/sounds/es/i.ogg | Bin 37312 -> 0 bytes boards/sounds/es/j.ogg | Bin 54586 -> 0 bytes boards/sounds/es/k.ogg | Bin 42743 -> 0 bytes boards/sounds/es/l.ogg | Bin 54720 -> 0 bytes boards/sounds/es/level.ogg | Bin 16776 -> 0 bytes boards/sounds/es/m.ogg | Bin 48850 -> 0 bytes boards/sounds/es/minus.ogg | Bin 16886 -> 0 bytes boards/sounds/es/n.ogg | Bin 48857 -> 0 bytes boards/sounds/es/o.ogg | Bin 42927 -> 0 bytes boards/sounds/es/ok.ogg | Bin 12703 -> 0 bytes boards/sounds/es/orange.ogg | Bin 16910 -> 0 bytes boards/sounds/es/outof.ogg | Bin 29806 -> 0 bytes boards/sounds/es/p.ogg | Bin 42916 -> 0 bytes boards/sounds/es/plus.ogg | Bin 16801 -> 0 bytes boards/sounds/es/purple.ogg | Bin 16725 -> 0 bytes boards/sounds/es/q.ogg | Bin 53978 -> 0 bytes boards/sounds/es/quit.ogg | Bin 21043 -> 0 bytes boards/sounds/es/r.ogg | Bin 43344 -> 0 bytes boards/sounds/es/red.ogg | Bin 16971 -> 0 bytes boards/sounds/es/s.ogg | Bin 48315 -> 0 bytes boards/sounds/es/super.ogg | Bin 16866 -> 0 bytes boards/sounds/es/t.ogg | Bin 42810 -> 0 bytes boards/sounds/es/u.ogg | Bin 37003 -> 0 bytes boards/sounds/es/v.ogg | Bin 12680 -> 0 bytes boards/sounds/es/w.ogg | Bin 16927 -> 0 bytes boards/sounds/es/welcome.ogg | Bin 29630 -> 0 bytes boards/sounds/es/white.ogg | Bin 17098 -> 0 bytes boards/sounds/es/x.ogg | Bin 43576 -> 0 bytes boards/sounds/es/y.ogg | Bin 48930 -> 0 bytes boards/sounds/es/yellow.ogg | Bin 21286 -> 0 bytes boards/sounds/es/z.ogg | Bin 59603 -> 0 bytes boards/sounds/fr/0.ogg | Bin 15900 -> 0 bytes boards/sounds/fr/1.ogg | Bin 12637 -> 0 bytes boards/sounds/fr/10.ogg | Bin 14269 -> 0 bytes boards/sounds/fr/2.ogg | Bin 12876 -> 0 bytes boards/sounds/fr/3.ogg | Bin 13375 -> 0 bytes boards/sounds/fr/4.ogg | Bin 14169 -> 0 bytes boards/sounds/fr/5.ogg | Bin 16365 -> 0 bytes boards/sounds/fr/6.ogg | Bin 15713 -> 0 bytes boards/sounds/fr/7.ogg | Bin 18433 -> 0 bytes boards/sounds/fr/8.ogg | Bin 15371 -> 0 bytes boards/sounds/fr/9.ogg | Bin 15969 -> 0 bytes boards/sounds/fr/a.ogg | Bin 10078 -> 0 bytes boards/sounds/fr/b.ogg | Bin 30435 -> 0 bytes boards/sounds/fr/back.ogg | Bin 15608 -> 0 bytes boards/sounds/fr/black.ogg | Bin 13076 -> 0 bytes boards/sounds/fr/blue.ogg | Bin 11750 -> 0 bytes boards/sounds/fr/brown.ogg | Bin 14258 -> 0 bytes boards/sounds/fr/by.ogg | Bin 12975 -> 0 bytes boards/sounds/fr/c.ogg | Bin 32079 -> 0 bytes boards/sounds/fr/click_on_letter.ogg | Bin 37400 -> 0 bytes boards/sounds/fr/congratulation.ogg | Bin 20542 -> 0 bytes boards/sounds/fr/d.ogg | Bin 38759 -> 0 bytes boards/sounds/fr/e.ogg | Bin 38190 -> 0 bytes boards/sounds/fr/equal.ogg | Bin 13639 -> 0 bytes boards/sounds/fr/f.ogg | Bin 28210 -> 0 bytes boards/sounds/fr/g.ogg | Bin 29084 -> 0 bytes boards/sounds/fr/good.ogg | Bin 12504 -> 0 bytes boards/sounds/fr/great.ogg | Bin 16228 -> 0 bytes boards/sounds/fr/green.ogg | Bin 14435 -> 0 bytes boards/sounds/fr/grey.ogg | Bin 16772 -> 0 bytes boards/sounds/fr/h.ogg | Bin 44450 -> 0 bytes boards/sounds/fr/help.ogg | Bin 12604 -> 0 bytes boards/sounds/fr/i.ogg | Bin 34479 -> 0 bytes boards/sounds/fr/j.ogg | Bin 33726 -> 0 bytes boards/sounds/fr/k.ogg | Bin 28527 -> 0 bytes boards/sounds/fr/l.ogg | Bin 39633 -> 0 bytes boards/sounds/fr/level.ogg | Bin 10041 -> 0 bytes boards/sounds/fr/m.ogg | Bin 35486 -> 0 bytes boards/sounds/fr/minus.ogg | Bin 16075 -> 0 bytes boards/sounds/fr/n.ogg | Bin 40758 -> 0 bytes boards/sounds/fr/o.ogg | Bin 26139 -> 0 bytes boards/sounds/fr/ok.ogg | Bin 11030 -> 0 bytes boards/sounds/fr/orange.ogg | Bin 17610 -> 0 bytes boards/sounds/fr/outof.ogg | Bin 22938 -> 0 bytes boards/sounds/fr/p.ogg | Bin 31915 -> 0 bytes boards/sounds/fr/plus.ogg | Bin 14699 -> 0 bytes boards/sounds/fr/purple.ogg | Bin 12033 -> 0 bytes boards/sounds/fr/q.ogg | Bin 32589 -> 0 bytes boards/sounds/fr/quit.ogg | Bin 13068 -> 0 bytes boards/sounds/fr/r.ogg | Bin 31693 -> 0 bytes boards/sounds/fr/red.ogg | Bin 16057 -> 0 bytes boards/sounds/fr/s.ogg | Bin 34029 -> 0 bytes boards/sounds/fr/super.ogg | Bin 15506 -> 0 bytes boards/sounds/fr/t.ogg | Bin 37957 -> 0 bytes boards/sounds/fr/u.ogg | Bin 27789 -> 0 bytes boards/sounds/fr/v.ogg | Bin 33285 -> 0 bytes boards/sounds/fr/w.ogg | Bin 41108 -> 0 bytes boards/sounds/fr/welcome.ogg | Bin 30352 -> 0 bytes boards/sounds/fr/white.ogg | Bin 16320 -> 0 bytes boards/sounds/fr/x.ogg | Bin 25017 -> 0 bytes boards/sounds/fr/y.ogg | Bin 39089 -> 0 bytes boards/sounds/fr/yellow.ogg | Bin 14182 -> 0 bytes boards/sounds/fr/z.ogg | Bin 33791 -> 0 bytes boards/sounds/pt/0.ogg | Bin 5873 -> 0 bytes boards/sounds/pt/1.ogg | Bin 5781 -> 0 bytes boards/sounds/pt/10.ogg | Bin 7271 -> 0 bytes boards/sounds/pt/11.ogg | Bin 8096 -> 0 bytes boards/sounds/pt/12.ogg | Bin 9156 -> 0 bytes boards/sounds/pt/13.ogg | Bin 9435 -> 0 bytes boards/sounds/pt/14.ogg | Bin 9509 -> 0 bytes boards/sounds/pt/15.ogg | Bin 8419 -> 0 bytes boards/sounds/pt/16.ogg | Bin 12184 -> 0 bytes boards/sounds/pt/17.ogg | Bin 10766 -> 0 bytes boards/sounds/pt/18.ogg | Bin 9605 -> 0 bytes boards/sounds/pt/2.ogg | Bin 7126 -> 0 bytes boards/sounds/pt/3.ogg | Bin 7626 -> 0 bytes boards/sounds/pt/4.ogg | Bin 6753 -> 0 bytes boards/sounds/pt/5.ogg | Bin 8141 -> 0 bytes boards/sounds/pt/6.ogg | Bin 8493 -> 0 bytes boards/sounds/pt/7.ogg | Bin 7748 -> 0 bytes boards/sounds/pt/8.ogg | Bin 6758 -> 0 bytes boards/sounds/pt/9.ogg | Bin 7490 -> 0 bytes boards/sounds/pt/VERSION | 1 - boards/sounds/pt/a.ogg | Bin 4880 -> 0 bytes boards/sounds/pt/b.ogg | Bin 6031 -> 0 bytes boards/sounds/pt/back.ogg | Bin 8273 -> 0 bytes boards/sounds/pt/black.ogg | Bin 7012 -> 0 bytes boards/sounds/pt/blue.ogg | Bin 7085 -> 0 bytes boards/sounds/pt/brown.ogg | Bin 8837 -> 0 bytes boards/sounds/pt/by.ogg | Bin 7055 -> 0 bytes boards/sounds/pt/c.ogg | Bin 6137 -> 0 bytes boards/sounds/pt/click_on_letter.ogg | Bin 13011 -> 0 bytes boards/sounds/pt/congratulation.ogg | Bin 8636 -> 0 bytes boards/sounds/pt/d.ogg | Bin 5533 -> 0 bytes boards/sounds/pt/e.ogg | Bin 5270 -> 0 bytes boards/sounds/pt/equal.ogg | Bin 6498 -> 0 bytes boards/sounds/pt/f.ogg | Bin 6487 -> 0 bytes boards/sounds/pt/g.ogg | Bin 4989 -> 0 bytes boards/sounds/pt/geography/france.ogg | Bin 8333 -> 0 bytes boards/sounds/pt/good.ogg | Bin 7066 -> 0 bytes boards/sounds/pt/great.ogg | Bin 7000 -> 0 bytes boards/sounds/pt/green.ogg | Bin 6834 -> 0 bytes boards/sounds/pt/grey.ogg | Bin 10904 -> 0 bytes boards/sounds/pt/h.ogg | Bin 5896 -> 0 bytes boards/sounds/pt/help.ogg | Bin 7668 -> 0 bytes boards/sounds/pt/i.ogg | Bin 4590 -> 0 bytes boards/sounds/pt/j.ogg | Bin 7537 -> 0 bytes boards/sounds/pt/k.ogg | Bin 6735 -> 0 bytes boards/sounds/pt/l.ogg | Bin 6104 -> 0 bytes boards/sounds/pt/level.ogg | Bin 7399 -> 0 bytes boards/sounds/pt/m.ogg | Bin 5951 -> 0 bytes boards/sounds/pt/minus.ogg | Bin 8407 -> 0 bytes boards/sounds/pt/n.ogg | Bin 5716 -> 0 bytes boards/sounds/pt/o.ogg | Bin 4834 -> 0 bytes boards/sounds/pt/ok.ogg | Bin 8509 -> 0 bytes boards/sounds/pt/orange.ogg | Bin 9108 -> 0 bytes boards/sounds/pt/outof.ogg | Bin 11452 -> 0 bytes boards/sounds/pt/p.ogg | Bin 5368 -> 0 bytes boards/sounds/pt/plus.ogg | Bin 8053 -> 0 bytes boards/sounds/pt/purple.ogg | Bin 9838 -> 0 bytes boards/sounds/pt/q.ogg | Bin 5512 -> 0 bytes boards/sounds/pt/quit.ogg | Bin 7788 -> 0 bytes boards/sounds/pt/r.ogg | Bin 5274 -> 0 bytes boards/sounds/pt/red.ogg | Bin 8527 -> 0 bytes boards/sounds/pt/s.ogg | Bin 6295 -> 0 bytes boards/sounds/pt/super.ogg | Bin 7876 -> 0 bytes boards/sounds/pt/t.ogg | Bin 5448 -> 0 bytes boards/sounds/pt/u.ogg | Bin 5013 -> 0 bytes boards/sounds/pt/v.ogg | Bin 6033 -> 0 bytes boards/sounds/pt/w.ogg | Bin 7686 -> 0 bytes boards/sounds/pt/welcome.ogg | Bin 19809 -> 0 bytes boards/sounds/pt/white.ogg | Bin 7185 -> 0 bytes boards/sounds/pt/x.ogg | Bin 6964 -> 0 bytes boards/sounds/pt/y.ogg | Bin 7943 -> 0 bytes boards/sounds/pt/yellow.ogg | Bin 8118 -> 0 bytes boards/sounds/pt/z.ogg | Bin 7500 -> 0 bytes 303 files changed, 5 insertions(+), 5 deletions(-) commit 625a3d14f17700d35ea63a505a9160b4a99e8653 Author: Bruno Coudoin Date: Mon Aug 25 15:00:16 2003 +0000 fixed several bugs: can no more jump over the fish can no more face * src/boards/reversecount.c: fixed several bugs: can no more jump over the fish * can no more face impossible case (too close or too far) * now tux moves ice by ice to let the kid count in his head. ChangeLog | 12 +++ src/boards/reversecount.c | 178 +++++++++++++++++++++++++++++---------------- 2 files changed, 127 insertions(+), 63 deletions(-) commit 8e33aa90c67bfe2d2d517ac86e291462acc200f6 Author: Bruno Coudoin Date: Sun Aug 24 22:16:14 2003 +0000 updated by jose jorge po/ChangeLog | 4 + po/pt.po | 463 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 269 insertions(+), 198 deletions(-) commit b7795ede8b633076a00ebe0035d96dc93bcb1e10 Author: Vincent van Adrighem Date: Sun Aug 24 21:57:28 2003 +0000 Dutch translation updated by Tino Meinen. 2003-08-24 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 158 ++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 98 insertions(+), 64 deletions(-) commit 61f6f236b26a82dba46e11ec8ed6b2e90e6b1ec3 Author: Bruno Coudoin Date: Sat Aug 23 12:58:34 2003 +0000 fixed the gamewon status that were not reseted at next level replaced the * src/boards/shapegame.c: fixed the gamewon status that were not reseted at next level * boards/babymatch/board5_0.xml.in: replaced the match star/tree by tuxplane/tuxhelico since * the tree/star has no meaning in non christian country boards/babymatch/board5_0.xml.in | 4 ++-- src/boards/shapegame.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit bdee238f6410e494f50ce3b001710940e44db0c1 Author: Christian Rose Date: Thu Aug 21 20:47:06 2003 +0000 Updated Swedish translation. 2003-08-21 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 +++ po/sv.po | 64 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 40 insertions(+), 28 deletions(-) commit 72a1568020115715844d5274b9e9b2fb95583d99 Author: Bruno Coudoin Date: Thu Aug 21 16:13:07 2003 +0000 removed help with hand requested when it's no more necessary to click ok about.c fixed the non translation of author ChangeLog | 1 + boards/colors.xml.in | 1 - boards/fifteen.xml.in | 6 +- po/fr.po | 365 +++++++++++++++++++++------------------ src/boards/algebra_guesscount.c | 3 - src/boards/colors.c | 250 +++++++++++++++------------ src/boards/fifteen.c | 4 +- src/boards/shapegame.c | 6 +- src/gcompris/about.c | 6 +- 9 files changed, 351 insertions(+), 291 deletions(-) commit d84adaa192f322284001ee4a269837839fc5af1a Author: Bruno Coudoin Date: Thu Aug 21 14:46:21 2003 +0000 fixed bug: if the item is back to the list, it remains marked found ChangeLog | 1 + src/boards/shapegame.c | 15 +++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) commit 5aed875c23995af9113e099cf592c8feaaec49c9 Author: Bruno Coudoin Date: Thu Aug 21 14:11:20 2003 +0000 fixed bug: the game starts when help is displayed ChangeLog | 1 + src/boards/reading.c | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) commit b3b973c3384af432d8b6cd085d62d4c68f2c2533 Author: Bruno Coudoin Date: Thu Aug 21 14:01:35 2003 +0000 fixed highlighting the dice was resseting the dic to 1 ChangeLog | 1 + src/boards/reversecount.c | 13 +++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) commit c7fc2ecdeb3cca99decb359e8ae3d38f71a4f6b1 Author: Bruno Coudoin Date: Thu Aug 21 13:48:22 2003 +0000 fixed typo and wrapping po/fr.po | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit d05c89af89a49a6648bc317fe4324e9bd3d4a555 Author: Bruno Coudoin Date: Thu Aug 21 13:46:56 2003 +0000 src/boards/submarine.c: fixed to display the help ChangeLog | 5 +++++ src/boards/submarine.c | 12 ++++++++++++ 2 files changed, 17 insertions(+), 0 deletions(-) commit 45589e253cd758d7d3f907f06bccaa1d9d69a21c Author: Bruno Coudoin Date: Thu Aug 21 09:54:34 2003 +0000 updated fr.po po/ChangeLog | 4 ++++ po/fr.po | 15 ++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) commit 46cf2662ead1809b284445733eabb547cfc876ee Author: Bruno Coudoin Date: Mon Aug 18 23:25:06 2003 +0000 added changelog from cvs gcompris.spec.in | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 397a84ee8676e54cb824880d05d224d5963e48da Author: Kjartan Maraas Date: Mon Aug 18 18:05:42 2003 +0000 Update Norwegian translation. 2003-08-18 Kjartan Maraas * no.po: Update Norwegian translation. po/ChangeLog | 4 + po/no.po | 548 +++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 433 insertions(+), 119 deletions(-) commit f2b85e5b140cb76abd55fd56d9386e591af9eea8 Author: Bruno Coudoin Date: Mon Aug 18 13:06:49 2003 +0000 added assetml boards/flags/.cvsignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f68809507e7dcb599eeea21354cff8ed816c28d4 Author: Christian Rose Date: Mon Aug 18 12:08:44 2003 +0000 Updated Swedish translation. 2003-08-18 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 +++ po/sv.po | 69 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 43 insertions(+), 30 deletions(-) commit 97556d9c4c4861f680a6820220272614aa79cf4a Author: Bruno Coudoin Date: Mon Aug 18 10:08:38 2003 +0000 Needed now that flags are a separate package boards/flags/Makefile.am | 14 +++ boards/flags/gcompris_flags.assetml.in | 147 ++++++++++++++++++++++++++++++++ boards/flags/hi.png | Bin 0 -> 1012 bytes 3 files changed, 161 insertions(+), 0 deletions(-) commit c90f8d2e4b5a65dec0132f870ceb33537e952410 Author: Bruno Coudoin Date: Mon Aug 18 00:07:47 2003 +0000 removed uneeded gcompris_pixmap.assetml changed ASSETMLDIR created * boards/Makefile.am: removed uneeded gcompris_pixmap.assetml * configure.in: changed ASSETMLDIR * gcompris.spec.in: created gcompris-assetml-flags package * src/boards/submarine.c: (submarine_create_item), (setRegleur), (setBallastAV), (setBallastAR): added rectangle to show water level in tanks * src/gcompris/config.c: added hindian * po/de.po: updated by Ronny Standtke ChangeLog | 9 + boards/Makefile.am | 12 +- configure.in | 16 +- gcompris.spec.in | 25 ++- po/ChangeLog | 4 + po/de.po | 583 +++++++++++++++++++++++++-------------- src/boards/submarine.c | 110 ++++++-- src/gcompris/config.c | 3 +- src/libassetml/test/.cvsignore | 1 + src/libassetml/tools/.cvsignore | 1 + 10 files changed, 511 insertions(+), 253 deletions(-) commit da3ed514c97c0ebf218c581bcf20753bc29a5d9a Author: Bruno Coudoin Date: Sun Aug 17 16:02:59 2003 +0000 needed replaces explosion boards/submarine/submarine-broken.png | Bin 0 -> 2927 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 57c0df94082f39c0cb385e14dbc0a6266d1e611b Author: Guntupalli Karunakar Date: Sat Aug 16 14:17:41 2003 +0000 Added Hindi translation ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 4 + po/hi.po | 2268 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 2277 insertions(+), 1 deletions(-) commit b33ec080ee3ba2ad2a581209224d4991b1267eed Author: Christian Rose Date: Fri Aug 15 12:02:12 2003 +0000 Added missing file. Updated Swedish translation. 2003-08-15 Christian Rose * POTFILES.in: Added missing file. * sv.po: Updated Swedish translation. po/ChangeLog | 5 ++++ po/POTFILES.in | 1 + po/sv.po | 67 ++++++++++++++++++++++++++++++++++++++++---------------- 3 files changed, 54 insertions(+), 19 deletions(-) commit 2cfeb580c4bfe2ced7806e02f644f2156d7010a6 Author: Bruno Coudoin Date: Thu Aug 14 23:28:32 2003 +0000 removed mines and explosion from submarine added display of tanks air value ChangeLog | 81 +++ Makefile.am | 4 +- boards/submarine/big_explosion.png | Bin 31132 -> 0 bytes boards/submarine/explosion.png | Bin 7246 -> 0 bytes boards/submarine/mine.png | Bin 5762 -> 0 bytes boards/submarine/whale.png | Bin 0 -> 5762 bytes boards/submarine/whale_hit.png | Bin 0 -> 6616 bytes gcompris.desktop.in | 2 +- gcompris.spec.in | 2 +- src/boards/submarine.c | 1112 ++++++++++++++++++---------------- src/libassetml/.cvsignore | 1 + src/libassetml/assetml.h | 3 +- src/libassetml/tools/assetml-query.c | 4 +- 13 files changed, 673 insertions(+), 536 deletions(-) commit ebf64008541bbe65b94f63ae9a649e9381dcc44f Author: Bruno Coudoin Date: Tue Aug 12 22:31:34 2003 +0000 changed the assetml api to include a mime type ChangeLog | 15 ++++ boards/gcompris_pixmaps.assetml.in | 123 ++++++++++++++++++++++++++++++ src/gcompris/gameutil.c | 8 +- src/libassetml/assetml.c | 102 +++++++++---------------- src/libassetml/assetml.h | 11 +-- src/libassetml/test/test.c | 37 +++++---- src/libassetml/test/test_assetml.assetml | 122 ++++++++++++++++++++---------- src/libassetml/tools/assetml-query.c | 30 ++++---- 8 files changed, 301 insertions(+), 147 deletions(-) commit 2e9cf7f479f1bd1e09bc2cf0d61b671f4463dfb9 Author: Bruno Coudoin Date: Mon Aug 11 18:40:38 2003 +0000 fixed bug in canal lock ChangeLog | 10 ++++++++++ configure.in | 2 ++ po/POTFILES.skip | 1 + src/boards/canal_lock.c | 5 +++-- src/gcompris/bar.c | 13 +++---------- src/gcompris/gameutil.c | 36 ++++++++++++++---------------------- 6 files changed, 33 insertions(+), 34 deletions(-) commit c696d978e074e43e2751f664e6131758b1c18026 Author: Bruno Coudoin Date: Mon Aug 11 09:41:07 2003 +0000 missing src/libassetml/libassetml.pc.in | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 3ea87617b07ff966edd2e388c3665611c82359d3 Author: Bruno Coudoin Date: Sun Aug 10 17:45:01 2003 +0000 needed src/libassetml/.cvsignore | 2 -- src/libassetml/test/.cvsignore | 7 +++++++ src/libassetml/tools/.cvsignore | 7 +++++++ 3 files changed, 14 insertions(+), 2 deletions(-) commit 6cf7b67ae166683b39b95dddaafcbe6394d40bf8 Author: Bruno Coudoin Date: Sun Aug 10 17:40:47 2003 +0000 needed sory Ronny Standtke src/libassetml/Makefile.am | 59 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 59 insertions(+), 0 deletions(-) commit a10519345188cb66e92911dc33ab913a00830cc9 Author: Bruno Coudoin Date: Sat Aug 9 21:34:27 2003 +0000 needed src/libassetml/.cvsignore | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 7cd606d8163424f809c6a267745745df70196a08 Author: Bruno Coudoin Date: Wed Aug 6 19:32:30 2003 +0000 needed for the new fifteen board boards/boardicons/fifteen.png | Bin 0 -> 2942 bytes boards/flags/he.png | Bin 0 -> 282 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit 982c2c8c1bf89c77d36e5f50284e9d074f104a11 Author: Bruno Coudoin Date: Wed Aug 6 19:26:02 2003 +0000 Ronny Standtke noticed me this file is missing boards/fifteen.xml.in | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) commit f82a14e953e375409494ffa68278e467122515d5 Author: Bruno Coudoin Date: Wed Aug 6 13:11:33 2003 +0000 updated libassetml fixed infinite loop in src/gcompris/soundutil.c updated libassetml fixed infinite loop in src/gcompris/soundutil.c ChangeLog | 18 ++++++++++ boards/Makefile.am | 10 ++++++ configure.in | 21 +++++++++--- gcompris.spec.in | 33 ++++++++++++++++++- src/Makefile.am | 2 +- src/gcompris/Makefile.am | 11 ++++-- src/gcompris/gameutil.c | 58 ++++++++++++++++++++++++++++++--- src/gcompris/gcompris.c | 4 +- src/gcompris/soundutil.c | 4 ++ src/libassetml/assetml.c | 2 +- src/libassetml/test/Makefile.am | 3 +- src/libassetml/tools/Makefile.am | 8 +++- src/libassetml/tools/assetml-query.c | 7 ++-- 13 files changed, 154 insertions(+), 27 deletions(-) commit 9c821bf8ed36ab49e9b13decfb6c36f5c79ebea3 Author: Bruno Coudoin Date: Wed Aug 6 13:07:27 2003 +0000 not needed in cvs src/libassetml/test/Makefile.in | 495 --------------------------------------- 1 files changed, 0 insertions(+), 495 deletions(-) commit fbe3e612dd5d70c6b182326f6a451795bf01e1b5 Author: Bruno Coudoin Date: Tue Aug 5 12:56:12 2003 +0000 added tools assetml-query.c src/libassetml/README | 32 ++++++-- src/libassetml/assetml.c | 38 +++++----- src/libassetml/assetml.h | 6 +- src/libassetml/test/Makefile.am | 9 ++- src/libassetml/test/Makefile.in | 12 ++- src/libassetml/tools/Makefile.am | 20 +++++ src/libassetml/tools/assetml-query.c | 134 ++++++++++++++++++++++++++++++++++ 7 files changed, 213 insertions(+), 38 deletions(-) commit 0552a16985cd831f8bbc2f60b02291826cd0054f Author: Bruno Coudoin Date: Mon Aug 4 23:33:56 2003 +0000 nothing to do in the cvs src/libassetml/Makefile.in | 703 -------------------------------------------- 1 files changed, 0 insertions(+), 703 deletions(-) commit f436914a5ed36f4c818eec32abbea03321d6eb1c Author: Christian Rose Date: Fri Aug 1 23:32:11 2003 +0000 Updated Swedish translation. 2003-08-02 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 314 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 166 insertions(+), 152 deletions(-) commit 3df776a450ba34df3d0c62075da2a1d47ff67f87 Author: Bruno Coudoin Date: Thu Jul 31 19:07:55 2003 +0000 library created src/libassetml/Makefile.in | 703 ++++++++++++++++++++++++++++++ src/libassetml/README | 83 ++++ src/libassetml/assetml-marshal.c | 131 ++++++ src/libassetml/assetml-marshal.h | 28 ++ src/libassetml/assetml-marshal.list | 2 + src/libassetml/assetml.c | 420 ++++++++++++++++++ src/libassetml/assetml.h | 52 +++ src/libassetml/test/Makefile.am | 21 + src/libassetml/test/Makefile.in | 491 +++++++++++++++++++++ src/libassetml/test/README | 2 + src/libassetml/test/test.c | 65 +++ src/libassetml/test/test_assetml.assetml | 83 ++++ 12 files changed, 2081 insertions(+), 0 deletions(-) commit d56edf2bf0c2da15adaa67f9c7ce190461bc8a91 Author: Pablo Gonzalo del Campo Date: Thu Jul 31 12:57:05 2003 +0000 Updated Spanish translation by Francisco Javier F. Serrador 2003-07-31 Pablo Gonzalo del Campo * es.po: Updated Spanish translation by Francisco Javier F. Serrador . po/ChangeLog | 5 + po/es.po | 355 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 191 insertions(+), 169 deletions(-) commit 050e19532309c7b2477fdcbd95797c49bbbdee8b Author: Vincent van Adrighem Date: Sun Jul 27 16:20:44 2003 +0000 Dutch translation updated by Tino Meinen. 2003-07-27 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 294 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 154 insertions(+), 144 deletions(-) commit e4bdcc2ba597f13eecb4dca038e92031b9dd3fb0 Author: Abel Cheung Date: Thu Jul 24 05:30:51 2003 +0000 Remove non-existant file(s). 2003-07-24 Abel Cheung * po/POTFILES.in: Remove non-existant file(s). po/ChangeLog | 4 ++++ po/POTFILES.in | 1 - 2 files changed, 4 insertions(+), 1 deletions(-) commit 8a32906732bcb9d4baa94d8ec5b9945470412543 Author: Bruno Coudoin Date: Wed Jul 23 21:48:14 2003 +0000 added audacity to the list boards/sounds/HOWTO_ENCODE | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b9c4d153ac913c4e605d2fd8ef81fca41a26dd66 Author: Bruno Coudoin Date: Mon Jul 21 21:12:34 2003 +0000 added fifteen board fixed 'esc' issue while dialog box are open added fifteen board fixed 'esc' issue while dialog box are open ChangeLog | 18 ++- boards/Makefile.am | 1 + boards/images/fifteen_frame.png | Bin 0 -> 17488 bytes src/boards/Makefile.am | 8 + src/boards/fifteen.c | 475 +++++++++++++++++++++++++++++++++++++++ src/gcompris/about.c | 21 ++- src/gcompris/bar.c | 19 ++- src/gcompris/config.c | 22 ++- src/gcompris/gameutil.c | 23 ++- src/gcompris/gcompris.c | 6 +- src/gcompris/help.c | 6 +- 11 files changed, 578 insertions(+), 21 deletions(-) commit cf1118df7ae6080cc1cbe971b6e2a6af75dcdf74 Author: Bruno Coudoin Date: Mon Jul 21 20:44:26 2003 +0000 updated po/ChangeLog | 4 ++ po/POTFILES.in | 21 ++++++----- po/fr.po | 106 ++++++++++++++++++++++++++++++++++--------------------- 3 files changed, 80 insertions(+), 51 deletions(-) commit b3ee88b4e167b38de676afc59ad5b511edf3ffae Author: Vincent van Adrighem Date: Thu Jul 17 15:27:51 2003 +0000 Dutch translation updated by Kees van den Broek. 2003-07-17 Vincent van Adrighem * nl.po: Dutch translation updated by Kees van den Broek. po/ChangeLog | 12 ++++++++---- po/nl.po | 58 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 39 insertions(+), 31 deletions(-) commit edc363c044a9268f3e6f3ca24c9190d6734f4d86 Author: Bruno Coudoin Date: Tue Jul 15 19:01:27 2003 +0000 fixed level 3 : duplicate sound directive ChangeLog | 4 ++++ boards/geography/board3_0.xml.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 48e16da5e6dab4115acb3907eea6b69f82c40dec Author: Bruno Coudoin Date: Mon Jul 14 21:46:08 2003 +0000 fixed Pfaume by Pflaume by Nicolas Kaiser Improved loading time. Matching * boards/wordsgame/wordslevelmax.de: fixed Pfaume by Pflaume by Nicolas Kaiser * src/gcompris/board.c: (board_check_file), (board_play), (board_pause): Improved loading time. Matching parsing board xml -> plugin was overly done * src/gcompris/config.c: added hebrew * src/gcompris/gameutil.c: (gcompris_read_xml_file): initialised gcomprisBoard->plugin * src/boards/menu.c: now if there is no plugin for a board type, it's icon is not displayed ChangeLog | 9 +++++++++ boards/wordsgame/wordslevelmax.de | 2 +- src/boards/menu.c | 11 ++--------- src/gcompris/board.c | 33 ++++++++++++++++++++------------- src/gcompris/config.c | 3 ++- src/gcompris/gameutil.c | 4 +++- 6 files changed, 37 insertions(+), 25 deletions(-) commit 79b78752d723b8dfef555369e2b6912ece994023 Author: Gil Osher Date: Tue Jul 8 05:46:30 2003 +0000 Added "he" (Hebrew) to ALL_LINGUAS. * configure.in: Added "he" (Hebrew) to ALL_LINGUAS. ChangeLog | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) commit 68f254de28fea90971c5847ebd464d02becbf128 Author: Gil Osher Date: Tue Jul 8 05:45:38 2003 +0000 Added "he" (Hebrew) to ALL_LINGUAS. configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a1900e01c04f845efb71dea83f3642f7f6f541b1 Author: Gil Osher Date: Tue Jul 8 05:44:26 2003 +0000 Updated Hebrew translation. * he.po: Updated Hebrew translation. po/ChangeLog | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit 654f2d70fefcbf8753a5fbf13d03a39e0be96b2a Author: Gil Osher Date: Tue Jul 8 05:43:58 2003 +0000 Added Hebrew translation po/he.po | 2244 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2244 insertions(+), 0 deletions(-) commit 16193d82d5a50a8c81fcb5aa18b4922ddb4c62b1 Author: Vincent van Adrighem Date: Thu Jul 3 22:37:31 2003 +0000 Dutch translation updated by Tino Meinen. 2003-07-04 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 +++ po/nl.po | 73 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 44 insertions(+), 33 deletions(-) commit 26d5cd9977c6eebfaa3af01f374163c0c5482a1d Author: Pauli Virtanen Date: Mon Jun 30 18:50:46 2003 +0000 Set translator_credits. 2003-06-30 Pauli Virtanen * fi.po: Set translator_credits. po/ChangeLog | 4 ++++ po/fi.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 0cd493055d0807fec810cf997617820a33eb003a Author: Bruno Coudoin Date: Fri Jun 27 17:26:30 2003 +0000 release 3.2 fixed bug with gnuchess above 5.05 and 5.06 with these release 3.2 fixed bug with gnuchess above 5.05 and 5.06 with these gnuchess, gcompris was not able to play chess. Simon Waters who maintains gnuchess tell me it should be fixed in 5.07 ChangeLog | 9 ++++++++- configure.in | 2 +- src/boards/chess.c | 18 +++++++++++++----- 3 files changed, 22 insertions(+), 7 deletions(-) commit 935cc77c6cf836e036493be2b4c41b732c43d2f6 Author: Christian Rose Date: Tue Jun 24 21:47:42 2003 +0000 Updated Swedish translation. 2003-06-24 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 +++ po/sv.po | 59 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 36 insertions(+), 27 deletions(-) commit c2d278f03f2204028f17328f97039f2293d6c73b Author: Bruno Coudoin Date: Tue Jun 24 07:23:08 2003 +0000 added malayalam and macedonian to config in gcompris ChangeLog | 1 + boards/flags/ml.png | Bin 0 -> 1339 bytes configure.in | 2 +- src/gcompris/config.c | 4 +++- 4 files changed, 5 insertions(+), 2 deletions(-) commit 0ce7acc3b0d6708bb32b3db5fa1ec70365411ee4 Author: Pablo Gonzalo del Campo Date: Mon Jun 23 16:09:39 2003 +0000 Updated Spanish translation by Francisco Javier F. Serrador 2003-06-23 Pablo Gonzalo del Campo * es.po: Updated Spanish translation by Francisco Javier F. Serrador . po/ChangeLog | 5 ++ po/es.po | 179 +++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 127 insertions(+), 57 deletions(-) commit 6754e4e517435173309eddebd0011ddb9436f4de Author: Vincent van Adrighem Date: Mon Jun 23 10:01:55 2003 +0000 Dutch translation updated by Tino Meinen. 2003-06-23 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 22 ++++++++++++++++------ 2 files changed, 20 insertions(+), 6 deletions(-) commit dd976f64ba6add1dcbebe9e160f4a8f33894a317 Author: Christian Rose Date: Sat Jun 21 22:35:07 2003 +0000 Updated Swedish translation. 2003-06-22 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 12 ++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) commit a9738f205ab64f859bd06b61a5e9ccaf60feec31 Author: Miloslav Trmac Date: Fri Jun 20 10:07:30 2003 +0000 Update Czech translation po/cs.po | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) commit 42765d36153fec68408556ebf391c58f6fe686e5 Author: Miloslav Trmac Date: Wed Jun 18 18:56:15 2003 +0000 Update Czech translation po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 2ee44a2098a3d418e6a231df416d95edbefd0f42 Author: Guntupalli Karunakar Date: Wed Jun 18 10:55:02 2003 +0000 Added Malayalam translations ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 5 + po/ml.po | 2221 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 2231 insertions(+), 1 deletions(-) commit b7ffddb8ca6305ef165454739634f4db6581c3ef Author: Ivan Stojmirov Date: Wed Jun 18 10:41:07 2003 +0000 added Macedonian translation po/mk.po | 2450 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2450 insertions(+), 0 deletions(-) commit c371c8c415125293342129657ede05738cfb9791 Author: Bruno Coudoin Date: Sun Jun 15 23:40:06 2003 +0000 fixed deadlock, speeded the locks moves, added canvas update * src/boards/canallock.c: fixed deadlock, speeded the locks moves, added canvas update src/boards/canal_lock.c | 43 +++++++++++++++++++++++++++++++++++-------- 1 files changed, 35 insertions(+), 8 deletions(-) commit 68e8b030b6a493c53cf678380d6a6950175e03a1 Author: Bruno Coudoin Date: Sun Jun 15 21:33:12 2003 +0000 fixed bug #752703 (from Olivier Berger) : Better user warning message * src/boards/menu.c: (item_event): fixed bug #752703 (from Olivier Berger) : Better user warning message ChangeLog | 4 ++++ po/POTFILES.in | 1 + src/boards/menu.c | 5 +++-- 3 files changed, 8 insertions(+), 2 deletions(-) commit 998c4649192da895d2d5218f2ce0204adad59668 Author: Miloslav Trmac Date: Sat Jun 14 16:28:21 2003 +0000 Update Czech translation po/ChangeLog | 4 ++++ po/cs.po | 14 ++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) commit 06cc5396ef7d8e8c944370ebc3d95083774143f9 Author: Christian Rose Date: Mon Jun 9 12:49:16 2003 +0000 Updated Swedish translation. 2003-06-09 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 28 ++++++++++++++++++---------- 2 files changed, 22 insertions(+), 10 deletions(-) commit 68fac11b865bac368972d68a265a5c0894bf3619 Author: Bruno Coudoin Date: Mon Jun 9 00:55:22 2003 +0000 Added Dynamic screen/skin resolution change added way to display credit 2003-06-09 Bruno Coudoin * TODO: Added Dynamic screen/skin resolution change * src/gcompris/oggplayer.c: (decode_ogg_file), (erase_credits), (display_ogg_file_credits): added way to display credit info from ogg * src/gcompris/soundutil.c: (initSound), (scheduler_bgnd), (thread_play_ogg): added background music support ChangeLog | 8 ++++ TODO | 4 ++ src/gcompris/oggplayer.c | 90 ++++++++++++++++++++++++++++++++++++++++++++- src/gcompris/soundutil.c | 67 +++++++++++++++++++++++++++++++++- src/gcompris/soundutil.h | 2 +- 5 files changed, 167 insertions(+), 4 deletions(-) commit 7f5bb23ca959788f9f9b64acd792a592f14b8744 Author: Bruno Coudoin Date: Tue Jun 3 22:55:29 2003 +0000 removed gnome-common-init, added gnome-compile-warning 2003-06-03 Bruno Coudoin * configure.in : removed gnome-common-init, added gnome-compile-warning 2003-06-03 Uwe Koloska reviewed by: Bruno Coudoin * src/boards/hanoi.c: (hanoi_create_item): code cleanup * src/boards/money.c: (process_ok): code cleanup * src/gcompris/bonus.c: (gcompris_display_bonus): code cleanup * src/gcompris/gcompris-edit.c: (add_menu), (parse_doc), (read_xml_file), (main): code cleanup ChangeLog | 15 +++++++++++++++ configure.in | 4 ++-- src/boards/hanoi.c | 3 ++- src/boards/money.c | 2 +- src/gcompris/bonus.c | 4 ++-- src/gcompris/gcompris-edit.c | 10 +++++----- 6 files changed, 27 insertions(+), 11 deletions(-) commit 2c81a834599e96c0b2b3c11bfa11dd1915b7a51c Author: Bruno Coudoin Date: Tue May 27 23:06:45 2003 +0000 release 3.1 ChangeLog | 1 + boards/sounds/pt/VERSION | 2 +- configure.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) commit c3d1ef4259d657dde6964ecbe085d52069194725 Author: Vincent van Adrighem Date: Mon May 26 10:52:45 2003 +0000 Dutch translation updated by Tino Meinen. 2003-05-26 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 41 +++++++++++++++++++++++++++++++++++------ 2 files changed, 39 insertions(+), 6 deletions(-) commit 589de38d1340213fae00856c85654b13da3b0f7e Author: Bruno Coudoin Date: Sun May 25 21:57:18 2003 +0000 *** empty log message *** po/ChangeLog | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 950975566734463b37c3e0e8bd759c49ad11b16f Author: Bruno Coudoin Date: Sun May 25 19:04:01 2003 +0000 updated pt po ChangeLog | 12 +++ po/ChangeLog | 5 + po/pt.po | 313 ++++++++++++++++++++++++++++++++++++---------------------- 3 files changed, 211 insertions(+), 119 deletions(-) commit 13d4457c5988f9e1171749889be9c969fb25d513 Author: Bruno Coudoin Date: Sat May 24 23:35:35 2003 +0000 update to remove war related stuff by Jose Jorge and Bruno boards/submarine/asw_frigate.png | Bin 2035 -> 1615 bytes boards/submarine/mine.png | Bin 2959 -> 5762 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit 1a3c6f4973899fea5d04a742388abf5a43ea70f3 Author: Bruno Coudoin Date: Sat May 24 23:20:27 2003 +0000 created by jose jorge boards/sounds/pt/geography/albania.ogg | Bin 0 -> 8725 bytes boards/sounds/pt/geography/austria.ogg | Bin 0 -> 8730 bytes boards/sounds/pt/geography/belarus.ogg | Bin 0 -> 10486 bytes boards/sounds/pt/geography/belgium.ogg | Bin 0 -> 8490 bytes boards/sounds/pt/geography/bosnia_herzegovina.ogg | Bin 0 -> 15105 bytes boards/sounds/pt/geography/bulgaria.ogg | Bin 0 -> 9694 bytes boards/sounds/pt/geography/croatia.ogg | Bin 0 -> 9236 bytes boards/sounds/pt/geography/cyprus.ogg | Bin 0 -> 8441 bytes boards/sounds/pt/geography/czech.ogg | Bin 0 -> 12443 bytes boards/sounds/pt/geography/denmark.ogg | Bin 0 -> 9251 bytes boards/sounds/pt/geography/estonia.ogg | Bin 0 -> 9178 bytes boards/sounds/pt/geography/finland.ogg | Bin 0 -> 8468 bytes boards/sounds/pt/geography/france.ogg | Bin 0 -> 8333 bytes boards/sounds/pt/geography/germany.ogg | Bin 0 -> 9097 bytes boards/sounds/pt/geography/greece.ogg | Bin 0 -> 8933 bytes boards/sounds/pt/geography/hungary.ogg | Bin 0 -> 8290 bytes boards/sounds/pt/geography/ireland.ogg | Bin 0 -> 8574 bytes boards/sounds/pt/geography/italy.ogg | Bin 0 -> 8062 bytes boards/sounds/pt/geography/latvia.ogg | Bin 0 -> 9041 bytes boards/sounds/pt/geography/lithuania.ogg | Bin 0 -> 8911 bytes boards/sounds/pt/geography/luxembourg.ogg | Bin 0 -> 10336 bytes boards/sounds/pt/geography/macedonia.ogg | Bin 0 -> 10336 bytes boards/sounds/pt/geography/moldova.ogg | Bin 0 -> 9814 bytes boards/sounds/pt/geography/netherland.ogg | Bin 0 -> 13048 bytes boards/sounds/pt/geography/norway.ogg | Bin 0 -> 8768 bytes boards/sounds/pt/geography/poland.ogg | Bin 0 -> 7557 bytes boards/sounds/pt/geography/portugal.ogg | Bin 0 -> 8580 bytes boards/sounds/pt/geography/romania.ogg | Bin 0 -> 9392 bytes boards/sounds/pt/geography/russia.ogg | Bin 0 -> 8742 bytes boards/sounds/pt/geography/serbia_montenegro.ogg | Bin 0 -> 15760 bytes boards/sounds/pt/geography/slovakia.ogg | Bin 0 -> 16124 bytes boards/sounds/pt/geography/slovenia.ogg | Bin 0 -> 10079 bytes boards/sounds/pt/geography/spain.ogg | Bin 0 -> 8890 bytes boards/sounds/pt/geography/sweden.ogg | Bin 0 -> 8404 bytes boards/sounds/pt/geography/switz.ogg | Bin 0 -> 8081 bytes boards/sounds/pt/geography/turkey.ogg | Bin 0 -> 8797 bytes boards/sounds/pt/geography/ukraine.ogg | Bin 0 -> 8870 bytes boards/sounds/pt/geography/united_kingdom.ogg | Bin 0 -> 11393 bytes 38 files changed, 0 insertions(+), 0 deletions(-) commit e6b8c3b9201ccbc2552ba6c9837255b1dadf721c Author: Miloslav Trmac Date: Fri May 23 12:25:31 2003 +0000 Update Czech translation po/ChangeLog | 4 +++ po/cs.po | 77 +++++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 67 insertions(+), 14 deletions(-) commit ee20bec4f9f5d91e19030f2cc3b6f5c225d11bd4 Author: Miloslav Trmac Date: Thu May 22 16:28:22 2003 +0000 Add Czech translation Add cs to ALL_LINGUAS in configure.in ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 4 + po/cs.po | 2317 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 2326 insertions(+), 1 deletions(-) commit f65bd73193436c98b3602e000f0ef25b8848268e Author: Bruno Coudoin Date: Thu May 22 00:06:49 2003 +0000 updated french po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 673653a3b3d7a2bd3bc1e1cf26cf9bcc6cec285f Author: Bruno Coudoin Date: Wed May 21 23:13:26 2003 +0000 added reference to country name boards/geography/board3_0.xml.in | 34 +++++----- boards/geography/board4_0.xml.in | 44 ++++++------ po/fr.po | 139 +++++++++++++++++++++++++++++++------- 3 files changed, 154 insertions(+), 63 deletions(-) commit 0f40e5a6c0051d26c61e25548018457ac6f73966 Author: Bruno Coudoin Date: Wed May 21 02:40:08 2003 +0000 fixed refresh in shape ChangeLog | 5 +++++ src/boards/python/pythontest.py | 26 ++++++++++++++++++++++++++ src/boards/shapegame.c | 5 +++-- src/gcompris/bar.c | 4 ++-- 4 files changed, 36 insertions(+), 4 deletions(-) commit 0a076af4fdc622589956a75a1a91b903f9c27fb8 Author: Bruno Coudoin Date: Mon May 19 08:14:43 2003 +0000 release 3.0 ChangeLog | 16 +++++++++++++--- configure.in | 2 +- gcompris.spec.in | 1 + src/boards/hanoi.c | 13 ++++++++++++- src/boards/missingletter.c | 2 +- src/boards/shapegame.c | 5 +++-- 6 files changed, 31 insertions(+), 8 deletions(-) commit ed4a3a4f888c0b402734504c932fe44b8e3b364d Author: Christian Rose Date: Fri May 9 10:01:15 2003 +0000 Updated Swedish translation. 2003-05-09 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 19 +++++++++++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) commit e65c9f75a54cac2c1d7eb1984425ddb6fb81d53b Author: Bruno Coudoin Date: Thu May 8 01:17:52 2003 +0000 completed properly completed properly completed properly added skin colors * boards/geography/board3_0.xml.in: completed properly * boards/geography/board4_0.xml.in: completed properly * boards/geography/europe/europe.jpg: completed properly * boards/skins/default/skin.xml: added skin colors for the erase board * boards/skins/pink/skin.xml: added skin colors for the erase board * po/POTFILES.in: added europe boards * src/boards/erase.c: (erase_create_item): added skin colors * src/boards/shapegame.c: (item_event), (item_event_edition): fixed edit mode bug ChangeLog | 11 ++++++++ boards/geography/board3_0.xml.in | 38 ++++++++++++++-------------- boards/geography/board4_0.xml.in | 48 ++++++++++++++++++------------------ boards/geography/europe/europe.jpg | Bin 65428 -> 44423 bytes boards/skins/default/skin.xml | 3 ++ boards/skins/pink/skin.xml | 4 +++ po/POTFILES.in | 2 + src/boards/erase.c | 4 +- src/boards/shapegame.c | 14 +++++++++- 9 files changed, 78 insertions(+), 46 deletions(-) commit 7b103013d48aba5d2b05687fcb35f60fef7105d4 Author: Christian Rose Date: Wed May 7 09:09:04 2003 +0000 Updated Swedish translation. 2003-05-08 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 49 +++++++++++++++++++++++++++++++++++-------------- 2 files changed, 39 insertions(+), 14 deletions(-) commit 50259f42f99c65df1d91e9ab2a2bb25cdd857520 Author: Bruno Coudoin Date: Tue May 6 22:06:57 2003 +0000 now puzzle is ordered now puzzle is ordered improved the edition mode.Now * boards/geography/board3_0.xml.in: now puzzle is ordered * boards/geography/board4_0.xml.in: now puzzle is ordered * src/boards/shapegame.c: (key_press), (shapegame_next_level), (item_event), (item_event_edition): improved the edition mode.Now enter 'e' to enter edition. a dialog explain the keys. the 'd' key displays all the shape and let's you move shape. This is a very big improvement over the old way of doing. * src/gcompris/gameutil.c: (gcompris_dialog): Fixed to use the skin path ChangeLog | 18 +++++ boards/geography/board3_0.xml.in | 38 +++++----- boards/geography/board4_0.xml.in | 47 ++++++------ src/boards/shapegame.c | 148 ++++++++++++++++++++++++++++++++++++- src/gcompris/gameutil.c | 11 +-- 5 files changed, 207 insertions(+), 55 deletions(-) commit cbbf4547f0cb25e2e3ff5f364b985070a32b9216 Author: Bruno Coudoin Date: Tue May 6 18:55:41 2003 +0000 added europe added a refresh canvas in bar.c added europe added a refresh canvas in bar.c boards/geography/Makefile.am | 4 +++- boards/geography/board3_0.xml.in | 27 +++++++++++++++++++++++++++ boards/geography/board4_0.xml.in | 29 +++++++++++++++++++++++++++++ boards/geography/europe/europe.jpg | Bin 46706 -> 65428 bytes src/gcompris/bar.c | 6 +++++- 5 files changed, 64 insertions(+), 2 deletions(-) commit 36b692a23fe32584f7ff6ed02743c8926b0b589b Author: Bruno Coudoin Date: Mon May 5 15:33:31 2003 +0000 added a status on the modules compiled in in the configure boards/geography/europe/.cvsignore | 4 ++++ configure.in | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) commit 05cf0c681aafc5d35cfc9c9ef9ed56c01969516a Author: Bruno Coudoin Date: Sun May 4 23:22:01 2003 +0000 created europe images boards/geography/europe/albania.png | Bin 0 -> 347 bytes boards/geography/europe/austria.png | Bin 0 -> 478 bytes boards/geography/europe/belarus.png | Bin 0 -> 720 bytes boards/geography/europe/belgium.png | Bin 0 -> 339 bytes boards/geography/europe/bosnia_herzegovina.png | Bin 0 -> 407 bytes boards/geography/europe/bulgaria.png | Bin 0 -> 480 bytes boards/geography/europe/croatia.png | Bin 0 -> 623 bytes boards/geography/europe/cyprus.png | Bin 0 -> 253 bytes boards/geography/europe/czech.png | Bin 0 -> 449 bytes boards/geography/europe/denmark.png | Bin 0 -> 654 bytes boards/geography/europe/estonia.png | Bin 0 -> 450 bytes boards/geography/europe/europe.jpg | Bin 0 -> 46706 bytes boards/geography/europe/finland.png | Bin 0 -> 1307 bytes boards/geography/europe/france.png | Bin 0 -> 2763 bytes boards/geography/europe/germany.png | Bin 0 -> 961 bytes boards/geography/europe/greece.png | Bin 0 -> 1100 bytes boards/geography/europe/hungary.png | Bin 0 -> 501 bytes boards/geography/europe/iceland.png | Bin 0 -> 647 bytes boards/geography/europe/ireland.png | Bin 0 -> 457 bytes boards/geography/europe/italy.png | Bin 0 -> 1566 bytes boards/geography/europe/latvia.png | Bin 0 -> 460 bytes boards/geography/europe/lithuania.png | Bin 0 -> 410 bytes boards/geography/europe/luxembourg.png | Bin 0 -> 186 bytes boards/geography/europe/macedonia.png | Bin 0 -> 253 bytes boards/geography/europe/moldova.png | Bin 0 -> 379 bytes boards/geography/europe/netherland.png | Bin 0 -> 409 bytes boards/geography/europe/norway.png | Bin 0 -> 1988 bytes boards/geography/europe/poland.png | Bin 0 -> 789 bytes boards/geography/europe/portugal.png | Bin 0 -> 511 bytes boards/geography/europe/romania.png | Bin 0 -> 686 bytes boards/geography/europe/russia.png | Bin 0 -> 3772 bytes boards/geography/europe/serbia_montenegro.png | Bin 0 -> 537 bytes boards/geography/europe/slovakia.png | Bin 0 -> 397 bytes boards/geography/europe/slovenia.png | Bin 0 -> 284 bytes boards/geography/europe/spain.png | Bin 0 -> 1186 bytes boards/geography/europe/sweden.png | Bin 0 -> 1627 bytes boards/geography/europe/switz.png | Bin 0 -> 363 bytes boards/geography/europe/turkey.png | Bin 0 -> 2308 bytes boards/geography/europe/ukraine.png | Bin 0 -> 1500 bytes boards/geography/europe/united_kingdom.png | Bin 0 -> 1473 bytes 40 files changed, 0 insertions(+), 0 deletions(-) commit df6752890ee4a8e19d3e44d75af597c3361a74db Author: Bruno Coudoin Date: Sat May 3 16:36:09 2003 +0000 fixed missing skin call for images src/gcompris/config.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit b0dab54c4fb204afb161c77d5094e19a53ba485a Author: Vincent van Adrighem Date: Thu May 1 14:50:26 2003 +0000 Dutch translation updated by Tino Meinen. 2003-05-01 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 46 +++++++++++++++++++++++++++++++++++----------- 2 files changed, 39 insertions(+), 11 deletions(-) commit dc523a3f3f7ca3ca086c8f9aa6607e0adcb5f6a1 Author: Bruno Coudoin Date: Wed Apr 30 07:35:35 2003 +0000 updated INSTALL | 16 ++++++++++++++++ configure.in | 3 --- 2 files changed, 16 insertions(+), 3 deletions(-) commit 7d713658087440d18a5142b22a8437109a4728de Author: Bruno Coudoin Date: Sun Apr 27 23:28:45 2003 +0000 initial src/boards/python/gcompris/skin/.cvsignore | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 3ce8295d60167379f4a86145cd4015ff57884d0f Author: Olivier Samyn Date: Fri Apr 25 15:55:02 2003 +0000 Integrated patch from Olivier Berger to add user plugins dir into the python search path. src/boards/python.c | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) commit 4b9eeb6c5693a6553a207ec3aa94002ee59fc196 Author: Olivier Samyn Date: Thu Apr 24 15:07:29 2003 +0000 -Removed some debug messages -Added python import checks before loading boards to avoid gcompris crash. src/boards/py-gcompris-board.c | 4 -- src/boards/python.c | 102 ++++++++++++++++++++++++++++++++++------ 2 files changed, 87 insertions(+), 19 deletions(-) commit a0f7fe8b610abee67ade11de0888fcf9c9cd1aef Author: Bruno Coudoin Date: Tue Apr 22 22:02:30 2003 +0000 moved to the skin directory boards/gcompris/buttons/about.png | Bin 7133 -> 0 bytes boards/gcompris/buttons/bar_bg.jpg | Bin 13018 -> 0 bytes boards/gcompris/buttons/button.png | Bin 648 -> 0 bytes boards/gcompris/buttons/button_backward.png | Bin 3668 -> 0 bytes boards/gcompris/buttons/button_checked.png | Bin 3351 -> 0 bytes boards/gcompris/buttons/button_exit.png | Bin 6893 -> 0 bytes boards/gcompris/buttons/button_forward.png | Bin 3641 -> 0 bytes boards/gcompris/buttons/button_large.png | Bin 570 -> 0 bytes boards/gcompris/buttons/button_large2.png | Bin 877 -> 0 bytes boards/gcompris/buttons/button_large_selected.png | Bin 590 -> 0 bytes boards/gcompris/buttons/button_selected.png | Bin 697 -> 0 bytes boards/gcompris/buttons/button_small.png | Bin 516 -> 0 bytes boards/gcompris/buttons/button_unchecked.png | Bin 3531 -> 0 bytes boards/gcompris/buttons/button_up.png | Bin 3034 -> 0 bytes boards/gcompris/buttons/button_up_selected.png | Bin 3044 -> 0 bytes boards/gcompris/buttons/config.png | Bin 7578 -> 0 bytes boards/gcompris/buttons/help.png | Bin 6647 -> 0 bytes boards/gcompris/buttons/home.png | Bin 7906 -> 0 bytes boards/gcompris/buttons/horver.png | Bin 906 -> 0 bytes boards/gcompris/buttons/menuicon.png | Bin 900 -> 0 bytes boards/gcompris/buttons/mini_bad.png | Bin 658 -> 0 bytes boards/gcompris/buttons/ok.png | Bin 7619 -> 0 bytes boards/gcompris/buttons/repeat.png | Bin 6597 -> 0 bytes boards/gcompris/buttons/voice.png | Bin 1548 -> 0 bytes boards/gcompris/buttons/voice_bad.png | Bin 1527 -> 0 bytes 25 files changed, 0 insertions(+), 0 deletions(-) commit db315e91de5926f06bb7f79b3b16a454cef1a5f0 Author: Bruno Coudoin Date: Tue Apr 22 21:59:49 2003 +0000 *** empty log message *** boards/gcompris/buttons/button_style.png | Bin 4874 -> 0 bytes boards/gcompris/buttons/difficulty_star.png | Bin 733 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit d930d569b9b1faef4d38f23b20d314451f11269c Author: Olivier Samyn Date: Tue Apr 22 14:49:03 2003 +0000 - Added the python skin binding files src/boards/py-mod-skin.c | 168 +++++++++++++++++++++++++++ src/boards/py-mod-skin.h | 6 + src/boards/python/gcompris/skin/Makefile.am | 6 + src/boards/python/gcompris/skin/__init__.py | 1 + 4 files changed, 181 insertions(+), 0 deletions(-) commit 1ef017537441d403ca0c1b0d728e9039535f9c3c Author: Olivier Samyn Date: Tue Apr 22 14:47:44 2003 +0000 - Updated all plugins to use the new skin fonts and colors feature (only for the gcompris std part, the rest is to be done by the plugin developpers). - Added the new skin features to the python binding. - Some work on my future python board. - Removed debug messages from skin.c boards/skins/default/skin.xml | 6 +- configure.in | 1 + src/boards/Makefile.am | 3 +- src/boards/advanced_colors.c | 4 +- src/boards/algebra_guesscount.c | 14 +- src/boards/chess.c | 4 +- src/boards/click_on_letter.c | 2 +- src/boards/clockgame.c | 54 ++++---- src/boards/draw.c | 212 ++++++++++++++++---------------- src/boards/enumerate.c | 2 +- src/boards/hanoi.c | 4 +- src/boards/imageid.c | 6 +- src/boards/leftright.c | 4 +- src/boards/menu.c | 6 +- src/boards/missingletter.c | 8 +- src/boards/money.c | 2 +- src/boards/money_widget.c | 2 +- src/boards/planegame.c | 2 +- src/boards/py-mod-gcompris.c | 10 ++- src/boards/py-mod-utils.c | 38 ------ src/boards/python/gcompris/Makefile.am | 2 +- src/boards/python/pythontest.py | 80 ++++++++---- src/boards/read_colors.c | 2 +- src/boards/reading.c | 16 ++-- src/boards/shapegame.c | 2 +- src/boards/submarine.c | 16 ++-- src/boards/target.c | 8 +- src/boards/wordsgame.c | 4 +- src/gcompris/skin.c | 2 - 29 files changed, 258 insertions(+), 258 deletions(-) commit 2e87d9f2c5dfc96d05cfa8cf035d1d52797ff9a1 Author: Bruno Coudoin Date: Tue Apr 22 12:36:21 2003 +0000 removed *.pyc src/boards/python/gcompris/utils/.cvsignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 56dc402fba498a8a95378af037b2712088a9f86d Author: Bruno Coudoin Date: Tue Apr 22 12:33:04 2003 +0000 added skin.c po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 5ee61bff6792592c4fe18e9a5cec9ce8afd2294f Author: Bruno Coudoin Date: Tue Apr 22 10:55:39 2003 +0000 added compiled python src/boards/python/.cvsignore | 1 + src/boards/python/gcompris/.cvsignore | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) commit 315037f574a603df829ffac3dc5d9f7e07dea0c0 Author: Olivier Samyn Date: Thu Apr 17 18:01:08 2003 +0000 - Modified the python plugin to work with a python class instead of a set of functions. (See python.html and pythontest.py for more infos) - Added a way to specify skins colors and fonts (a skin.xml file located in the skin directory) - Modified the gcompris core to use those new infos. boards/skins/default/skin.xml | 39 ++++ boards/skins/pink/skin.xml | 39 ++++ docs/C/python.html | 30 +++- docs/C/python.xml | 393 ++++++++++++++++++++++++++++++++++++++- src/boards/py-mod-sound.c | 2 +- src/boards/python.c | 139 +++++++-------- src/boards/python/pythontest.py | 134 ++++++++------ src/gcompris/Makefile.am | 1 + src/gcompris/about.c | 40 ++-- src/gcompris/config.c | 37 ++-- src/gcompris/gameutil.c | 62 +------ src/gcompris/gameutil.h | 2 - src/gcompris/gcompris.c | 1 + src/gcompris/gcompris.h | 1 + src/gcompris/help.c | 28 ++-- src/gcompris/images_selector.c | 4 +- src/gcompris/skin.c | 381 +++++++++++++++++++++++++++++++++++++ src/gcompris/skin.h | 59 ++++++ 18 files changed, 1126 insertions(+), 266 deletions(-) commit b5056bb2358c7abbc88b0680827b17b2cafad1e5 Author: Bruno Coudoin Date: Thu Apr 17 07:20:20 2003 +0000 needed to be cvs update clean src/boards/python/gcompris/.cvsignore | 7 +++++++ src/boards/python/gcompris/bonus/.cvsignore | 7 +++++++ src/boards/python/gcompris/score/.cvsignore | 7 +++++++ src/boards/python/gcompris/sound/.cvsignore | 7 +++++++ src/boards/python/gcompris/timer/.cvsignore | 7 +++++++ src/boards/python/gcompris/utils/.cvsignore | 7 +++++++ 6 files changed, 42 insertions(+), 0 deletions(-) commit 5bcc380ae2a862564b07b8807706bdb1dc8e816a Author: Christian Rose Date: Wed Apr 16 15:05:24 2003 +0000 Updated Swedish translation. 2003-04-16 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 311 ++++++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 239 insertions(+), 76 deletions(-) commit f020775e0a80088026db849098261f252d11ade9 Author: Bruno Coudoin Date: Tue Apr 15 20:46:00 2003 +0000 fixed to remove config.rpath fixed to included python dependencies * Makefile.am: fixed to remove config.rpath * gcompris.spec.in: fixed to included python dependencies ChangeLog | 5 +++++ Makefile.am | 2 +- gcompris.spec.in | 6 ++++-- 3 files changed, 10 insertions(+), 3 deletions(-) commit 25abe526b3cd94fe74ae7cc6cc2e9f4c7e0edc17 Author: Olivier Samyn Date: Fri Apr 11 12:30:27 2003 +0000 Reworked the python submodules to get them working. Tests some features using pythontest.py Removed some unusefull files because they are added by the autogen process. acconfig.h | 15 -- configure.in | 6 + missing | 190 -------------------------- mkinstalldirs | 40 ------ src/boards/py-mod-bonus.c | 2 +- src/boards/py-mod-gcompris.c | 3 +- src/boards/py-mod-score.c | 2 +- src/boards/py-mod-sound.c | 2 +- src/boards/py-mod-timer.c | 2 +- src/boards/py-mod-utils.c | 2 +- src/boards/python.c | 13 ++- src/boards/python/Makefile.am | 2 + src/boards/python/gcompris/Makefile.am | 8 + src/boards/python/gcompris/__init__.py | 1 + src/boards/python/gcompris/bonus/Makefile.am | 6 + src/boards/python/gcompris/bonus/__init__.py | 1 + src/boards/python/gcompris/score/Makefile.am | 6 + src/boards/python/gcompris/score/__init__.py | 1 + src/boards/python/gcompris/sound/Makefile.am | 6 + src/boards/python/gcompris/sound/__init__.py | 1 + src/boards/python/gcompris/timer/Makefile.am | 6 + src/boards/python/gcompris/timer/__init__.py | 1 + src/boards/python/gcompris/utils/Makefile.am | 6 + src/boards/python/gcompris/utils/__init__.py | 1 + src/boards/python/pythontest.py | 28 ++++- 25 files changed, 92 insertions(+), 259 deletions(-) commit 20f650226f90045f289e29b0a57f5149774de41f Author: Vincent van Adrighem Date: Fri Apr 11 10:26:53 2003 +0000 Dutch translation updated by Tino Meinen. 2003-04-11 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 58 ++++++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 52 insertions(+), 10 deletions(-) commit 037442a9665384b49a7d13f507eba7966a7ba5de Author: Bruno Coudoin Date: Wed Apr 2 10:27:32 2003 +0000 added submarine boards/Makefile.am | 1 + boards/submarine.xml.in | 24 +++++++++++------------- po/POTFILES.in | 1 + src/boards/python/.cvsignore | 7 +++++++ 4 files changed, 20 insertions(+), 13 deletions(-) commit 9e1ab44e5afba1c3f4d00e3d59a2f7a1125df5ac Author: Bruno Coudoin Date: Tue Apr 1 20:00:37 2003 +0000 added files .cvsignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 279e982d9a95ae721509ba5cc60d8878d52fff7d Author: Bruno Coudoin Date: Tue Apr 1 19:21:32 2003 +0000 added gnome2 macros to ease compilation gnome2-macros/autogen.sh | 353 ++++++++++++++++++++++++++++++ gnome2-macros/compiler-flags.m4 | 143 ++++++++++++ gnome2-macros/curses.m4 | 318 +++++++++++++++++++++++++++ gnome2-macros/gnome-autogen.sh | 15 ++ gnome2-macros/gnome-common.m4 | 30 +++ gnome2-macros/gnome-deprecated-macros.m4 | 32 +++ gnome2-macros/gnome2-macros.dep | 1 + 7 files changed, 892 insertions(+), 0 deletions(-) commit 0db2b25bac963eb20f56e000db448f3366ee2769 Author: Bruno Coudoin Date: Sun Mar 30 10:02:39 2003 +0000 created boards/skins/default/.cvsignore | 4 ++++ boards/skins/pink/.cvsignore | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) commit a512b401657e9173720f43905e28f1ab37d64e04 Author: Pablo Gonzalo del Campo Date: Wed Mar 26 15:48:05 2003 +0000 Updated Spanish translation. 2003-03-26 Pablo Gonzalo del Campo * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 306 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 187 insertions(+), 123 deletions(-) commit 6852e421e84dec0311674410cce8d50ea5b99e0e Author: Bruno Coudoin Date: Tue Mar 25 22:06:23 2003 +0000 Olivier Samyn Completed the python port autogen.sh | 9 +- boards/pythontest.xml.in | 18 ++ boards/submarine.xml.in | 20 +++ configure.in | 18 +- docs/C/python.html | 14 ++ docs/C/python.xml | 381 ++++++++++++++++++++++++++++++++++++++++++ po-checktrans.py | 2 +- src/boards/Makefile.am | 19 +-- src/boards/py-mod-bonus.c | 97 +++++++++++ src/boards/py-mod-bonus.h | 6 + src/boards/py-mod-gcompris.c | 94 ++++++----- src/boards/py-mod-score.c | 108 ++++++++++++ src/boards/py-mod-score.h | 6 + src/boards/py-mod-sound.c | 115 +++++++++++++ src/boards/py-mod-sound.h | 6 + src/boards/py-mod-timer.c | 167 ++++++++++++++++++ src/boards/py-mod-timer.h | 6 + src/boards/py-mod-utils.c | 287 +++++++++++++++++++++++++++++++ src/boards/py-mod-utils.h | 6 + src/gcompris/Makefile.am | 9 +- src/gcompris/soundutil.c | 45 ++++-- src/gcompris/soundutil.h | 1 + 22 files changed, 1351 insertions(+), 83 deletions(-) commit 0ccfced9dc047bbdd456dc71c8bbe2a8c1d235cd Author: Pablo Gonzalo del Campo Date: Mon Mar 17 19:51:32 2003 +0000 Updated Spanish translation by Francisco Javier Fernandez 2003-03-17 Pablo Gonzalo del Campo * es.po: Updated Spanish translation by Francisco Javier Fernandez po/ChangeLog | 5 + po/es.po | 281 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 140 insertions(+), 146 deletions(-) commit 753c1585b09fd0a4fb8200a726e9b3d47cf47fd4 Author: Bruno Coudoin Date: Mon Mar 17 18:00:27 2003 +0000 Christophe Trophime MAX OSX Port ChangeLog | 7 +++ src/boards/clickgame.c | 3 + src/boards/shapegame.c | 4 +- src/gcompris/oggplayer.c | 104 ++++++++++++++++++++++++++++++--------------- src/gcompris/pluginenum.c | 21 +++++++-- 5 files changed, 98 insertions(+), 41 deletions(-) commit 66987c0305a7a85772d641db4a23ccf35776b4ca Author: Bruno Coudoin Date: Sat Mar 15 21:31:58 2003 +0000 added refresh due to the canvas bug src/boards/menu.c | 5 ++++- src/boards/shapegame.c | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) commit 296450804c63eddf779a3cd9c693ca9b0b2c3e04 Author: Christian Rose Date: Thu Mar 13 13:24:51 2003 +0000 Updated Swedish translation. 2003-03-13 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 +++ po/sv.po | 69 ++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 57 insertions(+), 16 deletions(-) commit 0011a2d58960fa17e694e19194a580ac20cf2f1f Author: Bruno Coudoin Date: Mon Mar 10 11:07:51 2003 +0000 added submarine po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 9cd516a84dfe63c2360eae7be6eb2b915874c397 Author: Bruno Coudoin Date: Wed Mar 5 19:28:49 2003 +0000 Added python plugin by Olivier Samyn ChangeLog | 34 +++ boards/Makefile.am | 4 +- boards/boardicons/python.png | Bin 0 -> 3719 bytes configure.in | 105 ++++++++- po/Makefile.in.in | 14 +- po/POTFILES.in | 2 + src/boards/Makefile.am | 141 +++++++----- src/boards/py-gcompris-board.c | 163 +++++++++++++ src/boards/py-gcompris-board.h | 14 ++ src/boards/py-mod-gcompris.c | 479 +++++++++++++++++++++++++++++++++++++++ src/boards/py-mod-gcompris.h | 6 + src/boards/python.c | 300 ++++++++++++++++++++++++ src/boards/python/Makefile.am | 6 + src/boards/python/pythontest.py | 53 +++++ src/gcompris/Makefile.am | 17 +- 15 files changed, 1262 insertions(+), 76 deletions(-) commit b8855f889f42e51b57766c04f5566db71b39f628 Author: Bruno Coudoin Date: Wed Mar 5 09:50:50 2003 +0000 already minus.png boards/gcompris/letters/dash.png | Bin 445 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 8b33f85e8cf20f18035c0915a2659adf65520515 Author: Gregory Leblanc Date: Wed Mar 5 07:26:20 2003 +0000 murder these two files, per a 9 month old request. Must be a CVS bug. 2003-03-04 Gregory Leblanc * boards/algebra_guesscount/dash.png: * boards/gcompris/letters/dash.png: murder these two files, per a 9 month old request. Must be a CVS bug. (they were -.png) ChangeLog | 6 ++++++ boards/algebra_guesscount/dash.png | Bin 989 -> 0 bytes 2 files changed, 6 insertions(+), 0 deletions(-) commit 75077985543d35d1e3e8d44920d612ae5e3957a8 Author: Pascal Georges Date: Tue Mar 4 17:51:42 2003 +0000 *** empty log message *** TESTS | 4 ++++ src/boards/submarine.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) commit a5dd110dff26c1b90117c069c201b159bf73181a Author: Pascal Georges Date: Sun Mar 2 13:46:54 2003 +0000 *** empty log message *** boards/submarine/big_explosion.png | Bin 0 -> 31132 bytes boards/submarine/mine.png | Bin 0 -> 2959 bytes src/boards/submarine.c | 74 +++++++++++++++++++++++++++++++++-- 3 files changed, 69 insertions(+), 5 deletions(-) commit 54172b68c843ef703a4b9d1598bf3b28874f8658 Author: Pascal Georges Date: Sun Mar 2 07:34:09 2003 +0000 *** empty log message *** boards/sounds/bonus.ogg | Bin 0 -> 5021 bytes boards/sounds/crash.ogg | Bin 0 -> 6381 bytes boards/sounds/explos.ogg | Bin 0 -> 11288 bytes boards/sounds/gobble.ogg | Bin 0 -> 4768 bytes boards/sounds/level.ogg | Bin 0 -> 5280 bytes boards/submarine/asw_frigate.png | Bin 0 -> 2035 bytes boards/submarine/explosion.png | Bin 0 -> 7246 bytes src/boards/submarine.c | 99 ++++++++++++++++++++++++++++++++++---- 8 files changed, 90 insertions(+), 9 deletions(-) commit a91460f3c6df788039a99ef0528f5753f94636a5 Author: Pascal Georges Date: Sat Mar 1 12:04:28 2003 +0000 *** empty log message *** ChangeLog | 6 +++++- boards/boardicons/submarine.png | Bin 2945 -> 6564 bytes src/boards/advanced_colors.c | 14 +++++++------- src/boards/submarine.c | 21 ++++++++++++++------- 4 files changed, 26 insertions(+), 15 deletions(-) commit 2bb87146df505cd6250f0a48a8f51b2c2b6e8001 Author: Pascal Georges Date: Fri Feb 28 21:12:06 2003 +0000 *** empty log message *** boards/submarine/bubbling.png | Bin 0 -> 2661 bytes src/boards/submarine.c | 46 ++++++++++++++++++++++++++++++++++++++-- 2 files changed, 43 insertions(+), 3 deletions(-) commit 04f68b1d01bbf7cbc09c8822da7fdc118a702103 Author: Pascal Georges Date: Fri Feb 28 19:55:21 2003 +0000 *** empty log message *** ChangeLog | 6 +- boards/submarine/alert_submarine.png | Bin 0 -> 1302 bytes boards/submarine/manette.png | Bin 0 -> 997 bytes src/boards/submarine.c | 166 +++++++++++++++++++++++++++++++--- 4 files changed, 156 insertions(+), 16 deletions(-) commit ee9d0b8574216778b0446a6c989045583cde7be8 Author: Pascal Georges Date: Fri Feb 28 16:41:01 2003 +0000 *** empty log message *** boards/boardicons/submarine.png | Bin 0 -> 2945 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 24506e708417d6e1a62828fcd079eadb71234801 Author: Pascal Georges Date: Thu Feb 27 20:07:10 2003 +0000 *** empty log message *** ChangeLog | 5 +- boards/Makefile.am | 1 + boards/advanced_colors.xml.in | 2 +- boards/submarine/sub_bg.jpg | Bin 46867 -> 40477 bytes src/boards/Makefile.am | 28 +++++--- src/boards/submarine.c | 154 ++++++++++++++++++++++++----------------- src/gcompris/gameutil.c | 3 +- 7 files changed, 115 insertions(+), 78 deletions(-) commit 3c6d7db67821aab9603254f8fbcd23eb7b63e513 Author: Vincent van Adrighem Date: Wed Feb 26 11:36:09 2003 +0000 Dutch translation updated by Tino Meinen. 2003-02-26 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++ po/nl.po | 144 +++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 91 insertions(+), 57 deletions(-) commit 9ce0ecdd26b792311568caf88acb6e5c2da5ccc2 Author: Vincent van Adrighem Date: Mon Feb 24 19:33:42 2003 +0000 Merged translations from Sander Devrieze and Tino Meinen. 2003-02-24 Vincent van Adrighem * nl.po: Merged translations from Sander Devrieze and Tino Meinen. po/ChangeLog | 5 + po/nl.po | 243 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 124 insertions(+), 124 deletions(-) commit 5aeda4160185d1b226cb9c5d8f49bd5d27d77f74 Author: Bruno Coudoin Date: Sun Feb 23 20:17:41 2003 +0000 fixed and improved hanoi src/boards/hanoi.c | 202 +++++++++++++++++++++++++++++++++++++++------------ src/boards/menu.c | 10 ++-- 2 files changed, 159 insertions(+), 53 deletions(-) commit 12f9c73c4a469c5a1217db7e357ae68ff5edcc6e Author: Pascal Georges Date: Sun Feb 23 18:41:12 2003 +0000 *** empty log message *** ChangeLog | 5 + boards/submarine/down.png | Bin 0 -> 490 bytes boards/submarine/rudder.png | Bin 0 -> 1455 bytes boards/submarine/sub_bg.jpg | Bin 0 -> 46867 bytes boards/submarine/sub_schema.png | Bin 0 -> 15598 bytes boards/submarine/submarine.png | Bin 0 -> 2474 bytes boards/submarine/up.png | Bin 0 -> 580 bytes boards/submarine/vanne.png | Bin 0 -> 483 bytes src/boards/submarine.c | 1021 +++++++++++++++++++++++++++++++++++++++ src/gcompris/gameutil.c | 40 ++- src/gcompris/gameutil.h | 2 + 11 files changed, 1064 insertions(+), 4 deletions(-) commit b74cd2b803c9e124c44a67c6ae5fe0a868dcf669 Author: Pablo Saratxaga Date: Sat Feb 22 12:21:58 2003 +0000 Added Catalan file ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 9 +- po/ar.po | 2 +- po/az.po | 2 +- po/ca.po | 2120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/pt_BR.po | 3 +- 7 files changed, 2135 insertions(+), 7 deletions(-) commit 10840361e2a07223e826b8efef953879e57e9161 Author: Bruno Coudoin Date: Sat Feb 22 01:52:24 2003 +0000 hanoi boards/boardicons/hanoi.png | Bin 0 -> 9406 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 5ad68788772e018756e5b5c57fad9be482537761 Author: Bruno Coudoin Date: Sat Feb 22 01:45:28 2003 +0000 added hanoi boards/Makefile.am | 1 + boards/hanoi.xml.in | 12 +- po/fr.po | 73 ++++++----- src/boards/Makefile.am | 8 + src/boards/hanoi.c | 336 ++++++++++++++++++++++++++++------------------- src/boards/superbrain.c | 2 + 6 files changed, 259 insertions(+), 173 deletions(-) commit 2d4d6502da53ccbab96d7e9ef8c0099d92805a48 Author: Bruno Coudoin Date: Fri Feb 21 18:29:43 2003 +0000 not yet working but closer src/boards/hanoi.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 71 insertions(+), 6 deletions(-) commit f1f2ff98b87a16be0f717c050d701f5acfa155d5 Author: Bruno Coudoin Date: Fri Feb 21 01:19:05 2003 +0000 created the hanoi tower activity boards/hanoi.xml.in | 20 ++ po/POTFILES.in | 2 + src/boards/hanoi.c | 515 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 537 insertions(+), 0 deletions(-) commit 8ea919dc3a70b196e8e93a05a8fcd0b6cb02e9ce Author: Bruno Coudoin Date: Thu Feb 20 18:28:17 2003 +0000 updated po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 95fc5c51aee79a0d4536922ba700845f166f83ea Author: Bruno Coudoin Date: Thu Feb 20 15:25:35 2003 +0000 updated by Ronny Standtke po/de.po | 740 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 358 insertions(+), 382 deletions(-) commit b4789ab064ede5fac585535f212ff623890835f3 Author: Bruno Coudoin Date: Thu Feb 20 11:08:04 2003 +0000 this file has moved to skins dir boards/gcompris/gcompris-shapebg.jpg | Bin 34616 -> 0 bytes boards/skins/default/gcompris-shapebg.jpg | Bin 0 -> 34616 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit cc119d8e0606ea249bbe5645cbae4b5be5cb61b6 Author: Vincent van Adrighem Date: Wed Feb 19 17:06:41 2003 +0000 Dutch translation updated by Tino Meinen. 2003-02-19 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 255 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 133 insertions(+), 126 deletions(-) commit 4345f9c18e56a7a1d5901b15c1739b40985167f5 Author: Bruno Coudoin Date: Wed Feb 19 08:23:45 2003 +0000 update by Sander Devrieze po/nl.po | 243 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 119 insertions(+), 124 deletions(-) commit 21d2ea36ef835cdac28db43a61edd0c555992793 Author: Bruno Coudoin Date: Tue Feb 18 09:53:57 2003 +0000 files added by Jose Jorge boards/sounds/pt/11.ogg | Bin 0 -> 8096 bytes boards/sounds/pt/12.ogg | Bin 0 -> 9156 bytes boards/sounds/pt/13.ogg | Bin 0 -> 9435 bytes boards/sounds/pt/14.ogg | Bin 0 -> 9509 bytes boards/sounds/pt/15.ogg | Bin 0 -> 8419 bytes boards/sounds/pt/16.ogg | Bin 0 -> 12184 bytes boards/sounds/pt/17.ogg | Bin 0 -> 10766 bytes boards/sounds/pt/18.ogg | Bin 0 -> 9605 bytes boards/sounds/pt/VERSION | 2 +- boards/sounds/pt/geography/alaska.ogg | Bin 0 -> 7433 bytes boards/sounds/pt/geography/argentina.ogg | Bin 0 -> 8651 bytes boards/sounds/pt/geography/bahamas.ogg | Bin 0 -> 8994 bytes boards/sounds/pt/geography/bolivia.ogg | Bin 0 -> 8868 bytes boards/sounds/pt/geography/brazil.ogg | Bin 0 -> 7949 bytes boards/sounds/pt/geography/canada.ogg | Bin 0 -> 6963 bytes boards/sounds/pt/geography/chile.ogg | Bin 0 -> 7282 bytes boards/sounds/pt/geography/colombia.ogg | Bin 0 -> 8366 bytes boards/sounds/pt/geography/costa_rica.ogg | Bin 0 -> 9781 bytes boards/sounds/pt/geography/cuba.ogg | Bin 0 -> 6532 bytes boards/sounds/pt/geography/dominican_republic.ogg | Bin 0 -> 16757 bytes boards/sounds/pt/geography/ecuador.ogg | Bin 0 -> 7894 bytes boards/sounds/pt/geography/french_guiana.ogg | Bin 0 -> 13229 bytes boards/sounds/pt/geography/greenland.ogg | Bin 0 -> 10273 bytes boards/sounds/pt/geography/guatemala.ogg | Bin 0 -> 9179 bytes boards/sounds/pt/geography/guyana.ogg | Bin 0 -> 8534 bytes boards/sounds/pt/geography/haiti.ogg | Bin 0 -> 7875 bytes boards/sounds/pt/geography/honduras.ogg | Bin 0 -> 9369 bytes boards/sounds/pt/geography/iceland.ogg | Bin 0 -> 9825 bytes boards/sounds/pt/geography/jamaica.ogg | Bin 0 -> 8757 bytes boards/sounds/pt/geography/mexico.ogg | Bin 0 -> 8157 bytes boards/sounds/pt/geography/nicaragua.ogg | Bin 0 -> 9299 bytes boards/sounds/pt/geography/panama.ogg | Bin 0 -> 6775 bytes boards/sounds/pt/geography/paraguay.ogg | Bin 0 -> 7438 bytes boards/sounds/pt/geography/peru.ogg | Bin 0 -> 6147 bytes boards/sounds/pt/geography/salvador.ogg | Bin 0 -> 7848 bytes boards/sounds/pt/geography/suriname.ogg | Bin 0 -> 9200 bytes boards/sounds/pt/geography/uruguay.ogg | Bin 0 -> 8470 bytes boards/sounds/pt/geography/usa.ogg | Bin 0 -> 16929 bytes boards/sounds/pt/geography/venezuela.ogg | Bin 0 -> 9521 bytes 39 files changed, 1 insertions(+), 1 deletions(-) commit 50974ed287d4425567aaca317ce310d0b2a7969c Author: Pascal Georges Date: Mon Feb 17 20:17:28 2003 +0000 *** empty log message *** ChangeLog | 3 +++ boards/advanced_colors.xml.in | 2 +- boards/skins/default/difficulty_star2.png | Bin 0 -> 752 bytes src/boards/menu.c | 19 ++++++++++++------- 4 files changed, 16 insertions(+), 8 deletions(-) commit 3bc05180c5093c0cb312972c099089630f350ceb Author: Bruno Coudoin Date: Mon Feb 17 17:16:47 2003 +0000 re-added gcompris.spec instead of .spec.in Release 2.3 added requires * Makefile.am: re-added gcompris.spec instead of .spec.in * configure.in: Release 2.3 * gcompris.spec.in: added requires gnuchess 5.04 * src/boards/chess.c: (chess_create_item): fixed castling issue ChangeLog | 9 +- Makefile.am | 2 +- configure.in | 2 +- gcompris.spec.in | 5 +- po/am.po | 123 ++++--- po/ar.po | 340 +++++++++++++----- po/az.po | 122 ++++--- po/de.po | 122 ++++--- po/el.po | 122 ++++--- po/es.po | 152 +++++--- po/fi.po | 122 ++++--- po/fr.po | 114 ++++--- po/hu.po | 122 ++++--- po/it.po | 1037 ++++++++++++++++++++++++++++++++++------------------ po/lt.po | 122 ++++--- po/ms.po | 122 ++++--- po/nl.po | 101 +++-- po/pt.po | 123 ++++--- po/pt_BR.po | 122 ++++--- po/ro.po | 363 +++++++++++------- po/ru.po | 122 ++++--- po/sk.po | 122 ++++--- po/sv.po | 114 ++++--- po/tr.po | 337 ++++++++++------- src/boards/chess.c | 2 +- 25 files changed, 2520 insertions(+), 1524 deletions(-) commit 4f7cd872855d89840053891bef095472a07b35bb Author: Bruno Coudoin Date: Sun Feb 16 23:35:13 2003 +0000 added support for skins ChangeLog | 35 ++++++++ boards/gcompris/buttons/README | 2 - boards/gcompris/buttons/bad.png | Bin 4424 -> 0 bytes boards/gcompris/dialogbox.png | Bin 76710 -> 0 bytes boards/gcompris/fsflogo.png | Bin 12192 -> 0 bytes boards/gcompris/gcompris-about.png | Bin 63987 -> 0 bytes boards/gcompris/gcompris-bg.jpg | Bin 7234 -> 0 bytes boards/gcompris/gcompris-init.jpg | Bin 37305 -> 0 bytes boards/gcompris/gcomprislogo.png | Bin 9546 -> 0 bytes boards/gcompris/help_bg.png | Bin 11574 -> 0 bytes boards/gcompris/images_selector_bg.png | Bin 56115 -> 0 bytes boards/gcompris/ofsetlogo.png | Bin 15147 -> 0 bytes boards/skins/README | 6 ++ boards/skins/default/README | 2 + boards/skins/default/about.png | Bin 0 -> 7133 bytes boards/skins/default/bad.png | Bin 0 -> 4424 bytes boards/skins/default/bar_bg.jpg | Bin 0 -> 13018 bytes boards/skins/default/button.png | Bin 0 -> 648 bytes boards/skins/default/button_backward.png | Bin 0 -> 3668 bytes boards/skins/default/button_checked.png | Bin 0 -> 3351 bytes boards/skins/default/button_exit.png | Bin 0 -> 6893 bytes boards/skins/default/button_forward.png | Bin 0 -> 3641 bytes boards/skins/default/button_large.png | Bin 0 -> 570 bytes boards/skins/default/button_large2.png | Bin 0 -> 877 bytes boards/skins/default/button_large_selected.png | Bin 0 -> 590 bytes boards/skins/default/button_selected.png | Bin 0 -> 697 bytes boards/skins/default/button_small.png | Bin 0 -> 516 bytes boards/skins/default/button_unchecked.png | Bin 0 -> 3531 bytes boards/skins/default/button_up.png | Bin 0 -> 3034 bytes boards/skins/default/button_up_selected.png | Bin 0 -> 3044 bytes boards/skins/default/config.png | Bin 0 -> 7578 bytes boards/skins/default/dialogbox.png | Bin 0 -> 76710 bytes boards/skins/default/difficulty_star.png | Bin 0 -> 733 bytes boards/skins/default/fsflogo.png | Bin 0 -> 12192 bytes boards/skins/default/gcompris-about.png | Bin 0 -> 63987 bytes boards/skins/default/gcompris-bg.jpg | Bin 0 -> 64654 bytes boards/skins/default/gcompris-init.jpg | Bin 0 -> 63729 bytes boards/skins/default/gcomprislogo.png | Bin 0 -> 9546 bytes boards/skins/default/help.png | Bin 0 -> 6647 bytes boards/skins/default/help_bg.png | Bin 0 -> 11574 bytes boards/skins/default/home.png | Bin 0 -> 7906 bytes boards/skins/default/images_selector_bg.png | Bin 0 -> 56115 bytes boards/skins/default/level1.png | Bin 0 -> 7862 bytes boards/skins/default/level2.png | Bin 0 -> 7932 bytes boards/skins/default/level3.png | Bin 0 -> 7999 bytes boards/skins/default/level4.png | Bin 0 -> 8066 bytes boards/skins/default/level5.png | Bin 0 -> 8116 bytes boards/skins/default/level6.png | Bin 0 -> 8180 bytes boards/skins/default/level7.png | Bin 0 -> 7990 bytes boards/skins/default/level8.png | Bin 0 -> 8020 bytes boards/skins/default/level9.png | Bin 0 -> 8023 bytes boards/skins/default/menuicon.png | Bin 0 -> 900 bytes boards/skins/default/mini_bad.png | Bin 0 -> 658 bytes boards/skins/default/ofsetlogo.png | Bin 0 -> 15147 bytes boards/skins/default/ok.png | Bin 0 -> 7619 bytes boards/skins/default/repeat.png | Bin 0 -> 6597 bytes boards/skins/default/voice.png | Bin 0 -> 1548 bytes boards/skins/default/voice_bad.png | Bin 0 -> 1527 bytes boards/skins/pink/bar_bg.jpg | Bin 0 -> 6996 bytes boards/skins/pink/gcompris-bg.jpg | Bin 0 -> 66489 bytes boards/skins/pink/gcompris-init.jpg | Bin 0 -> 62330 bytes boards/skins/pink/gcompris-shapelabel.jpg | Bin 0 -> 1917 bytes configure.in | 2 +- src/boards/advanced_colors.c | 1 - src/boards/algebra.c | 4 +- src/boards/chess.c | 4 +- src/boards/click_on_letter.c | 10 +- src/boards/clickgame.c | 6 +- src/boards/imageid.c | 2 +- src/boards/machpuzzle.c | 2 +- src/boards/maze.c | 6 +- src/boards/menu.c | 15 ++-- src/boards/reading.c | 12 ++-- src/boards/shapegame.c | 9 +- src/boards/target.c | 2 +- src/gcompris/about.c | 16 ++-- src/gcompris/bar.c | 29 +++--- src/gcompris/config.c | 109 +++++++++++++++++++++--- src/gcompris/gameutil.c | 63 +++++++++++++- src/gcompris/gameutil.h | 2 + src/gcompris/gcompris.h | 4 +- src/gcompris/help.c | 12 ++-- src/gcompris/images_selector.c | 6 +- src/gcompris/properties.c | 56 +++++++------ src/gcompris/properties.h | 3 +- src/gcompris/score.c | 4 +- 86 files changed, 310 insertions(+), 114 deletions(-) commit 35e5e9d73dc0679d935c7ca82c40750e9a8e23c1 Author: Pascal Georges Date: Sun Feb 16 09:16:10 2003 +0000 *** empty log message *** ChangeLog | 12 +++++-- src/boards/advanced_colors.c | 16 ++++++--- src/boards/colors.c | 2 +- src/boards/railroad.c | 72 +++++++++++++++++------------------------- src/boards/read_colors.c | 4 +- 5 files changed, 51 insertions(+), 55 deletions(-) commit 35fe8b3597106dc55a8f242b3ae1a4d0f658dbce Author: Marius Andreiana Date: Sat Feb 15 16:07:57 2003 +0000 updated 2003-02-15 Marius Andreiana * ro.po: updated po/ChangeLog | 4 +++ po/ro.po | 80 +++++++++++++++++++++++++++------------------------------ 2 files changed, 42 insertions(+), 42 deletions(-) commit 05c62ee8de16731c9a09ece27d3376cdec8417a0 Author: Bruno Coudoin Date: Fri Feb 14 15:01:33 2003 +0000 removed unecessary file in dist added GNUCHESS added GNUCHESS removed 2003-02-14 Bruno Coudoin * Makefile.am: removed unecessary file in dist * acconfig.h: added GNUCHESS * configure.in:added GNUCHESS * docs/C/Makefile.am:removed unecessary file in dist * docs/fr/Makefile.am:removed unecessary file in dist * src/boards/chess.c: (start_board):added GNUCHESS * src/boards/traffic.c: fixes a compile issue with gcc2.95 ChangeLog | 10 ++++++++++ Makefile.am | 7 +++---- acconfig.h | 1 + configure.in | 7 ++++--- docs/C/Makefile.am | 3 +-- docs/fr/Makefile.am | 3 +-- src/boards/chess.c | 4 ++-- src/boards/traffic.c | 3 ++- 8 files changed, 24 insertions(+), 14 deletions(-) commit 9ac92c4bfd06c35ad6b5200acf5c146b44538eb6 Author: Bruno Coudoin Date: Thu Feb 13 15:56:21 2003 +0000 updated * .cvsignore: updated * Makefile.am: * boards/flags/ar.png: added * boards/flags/nl.png: replaced by the correct dutch flag * configure.in: * po/Makefile.in.in: * po/ar.po: created by Nabil Ben Khalifa * src/gcompris/config.c: added ar * src/boards/wordsgame.c : remove the focus to items that falls out of the canvas. By Andrew Stribblehill .cvsignore | 1 + ChangeLog | 14 + Makefile.am | 2 +- boards/flags/ar.png | Bin 350 -> 352 bytes boards/flags/nl.png | Bin 464 -> 358 bytes configure.in | 6 +- po/Makefile.in.in | 19 +- po/ar.po | 1970 ++++++++++++++++++++++++++++++++++++++++++++++++ src/boards/wordsgame.c | 8 +- src/gcompris/config.c | 3 +- 10 files changed, 2009 insertions(+), 14 deletions(-) commit 3805fa71080d12165b62d4040a8cbac7ea81df94 Author: Bruno Coudoin Date: Wed Feb 12 21:22:17 2003 +0000 added a lined version to be used later to display the value on the web site po-checktrans.py | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit c729a7bec5bfcd867fd1cbe81ec1fdcb8543ab88 Author: Pascal Georges Date: Wed Feb 12 20:54:46 2003 +0000 *** empty log message *** src/boards/advanced_colors.c | 2 +- src/boards/click_on_letter.c | 2 +- src/boards/colors.c | 2 +- src/boards/imageid.c | 2 +- src/boards/leftright.c | 2 +- src/boards/missingletter.c | 2 +- src/boards/read_colors.c | 2 +- src/gcompris/about.c | 4 ++-- src/gcompris/bonus.h | 5 +++++ 9 files changed, 14 insertions(+), 9 deletions(-) commit d1a8b8704a13eda1b230fad3a1cbbd5e5c66b3cf Author: Vincent van Adrighem Date: Wed Feb 12 14:34:45 2003 +0000 Dutch translation updated by Tino Meinen. 2003-02-12 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 +++ po/nl.po | 65 +++++++++++++++++++++++++++++++++------------------------- 2 files changed, 41 insertions(+), 28 deletions(-) commit bf253ac26c63c9035d987f91500ce889ba9502b8 Author: Bruno Coudoin Date: Wed Feb 12 10:03:26 2003 +0000 fixes for gcompris 2.1 boards/Makefile.am | 1 - gcompris.spec.in | 65 ++++++++++++---------------------------------------- po/Makefile.in.in | 19 ++++++-------- 3 files changed, 23 insertions(+), 62 deletions(-) commit 80d5f1b876004c3dd5a8c1534970d4d2e9060d26 Author: Bruno Coudoin Date: Wed Feb 12 10:02:07 2003 +0000 just minor reformated ChangeLog | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit f50ed5eae93f3e78b858bbb96428e931c1cd45ea Author: Pascal Georges Date: Tue Feb 11 21:28:17 2003 +0000 *** empty log message *** ChangeLog | 5 ++++- src/boards/advanced_colors.c | 15 +++++++++++---- src/boards/click_on_letter.c | 12 +++++++++--- src/boards/colors.c | 8 +++++++- src/boards/imageid.c | 11 +++++++++-- src/boards/leftright.c | 12 ++++++++++-- src/boards/missingletter.c | 27 +++++++++++---------------- src/boards/read_colors.c | 9 +++++++-- 8 files changed, 68 insertions(+), 31 deletions(-) commit be5f8fd06e1358e84a5901fdd74c6fc3a3e2254a Author: Pascal Georges Date: Tue Feb 11 20:01:40 2003 +0000 *** empty log message *** ChangeLog | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit ccc4fb856aa34ffd5163de59caaef5538f377f53 Author: Pascal Georges Date: Tue Feb 11 17:59:12 2003 +0000 *** empty log message *** TESTS | 5 +++++ src/boards/advanced_colors.c | 7 ++++--- src/boards/colors.c | 3 ++- src/boards/read_colors.c | 11 ++++++----- 4 files changed, 17 insertions(+), 9 deletions(-) commit 794ae86bcddf0e421a62a467044ab34081cf96a9 Author: Marius Andreiana Date: Tue Feb 11 17:17:48 2003 +0000 romanian and russian locale are no longer combined 2003-02-10 Marius Andreiana * src/gcompris/config.c: romanian and russian locale are no longer combined ChangeLog | 4 ++++ src/gcompris/config.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletions(-) commit c3cfe2239f0e455048eed7178809a210d8220da5 Author: Christian Rose Date: Tue Feb 11 01:13:38 2003 +0000 Updated Swedish translation. 2003-02-11 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 318 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 209 insertions(+), 113 deletions(-) commit 0791ad7c2163eee89eeb5ddcac5e0df849ac8de8 Author: Marius Andreiana Date: Mon Feb 10 17:18:33 2003 +0000 added 'ro' to ALL_LINGUAS added 2003-02-10 Marius Andreiana * configure.in: added 'ro' to ALL_LINGUAS * boards/wordsgame/*.ro : added ChangeLog | 15 +- boards/wordsgame/wordslevel1.ro | 32 + boards/wordsgame/wordslevel2.ro | 35 + boards/wordsgame/wordslevelmax.ro | 35 + configure.in | 2 +- po/ChangeLog | 4 + po/ro.po | 2176 +++++++++++++++++++++++++++++++++++++ 7 files changed, 2293 insertions(+), 6 deletions(-) commit 5e6f6dfb95e03370f9948909f5e9724206e0a481 Author: Pascal Georges Date: Sun Feb 9 15:03:22 2003 +0000 *** empty log message *** ChangeLog | 2 ++ Makefile.am | 2 +- sounds/.cvsignore | 2 -- sounds/Makefile.am | 5 ----- sounds/README | 6 ------ sounds/bonus.wav | Bin 12244 -> 0 bytes sounds/crash.wav | Bin 25034 -> 0 bytes sounds/gobble.wav | Bin 5660 -> 0 bytes sounds/level.wav | Bin 8434 -> 0 bytes src/boards/algebra.c | 2 +- src/boards/canal_lock.c | 14 +++++++------- src/boards/chess.c | 2 +- src/boards/click_on_letter.c | 2 +- src/boards/clickgame.c | 8 ++++---- src/boards/clockgame.c | 2 +- src/boards/enumerate.c | 2 +- src/boards/erase.c | 2 +- src/boards/gletters.c | 6 +++--- src/boards/machpuzzle.c | 2 +- src/boards/maze.c | 2 +- src/boards/memory.c | 4 ++-- src/boards/menu.c | 2 +- src/boards/money.c | 2 +- src/boards/paratrooper.c | 4 ++-- src/boards/planegame.c | 4 ++-- src/boards/railroad.c | 2 +- src/boards/read_colors.c | 8 +------- src/boards/reading.c | 4 ++-- src/boards/reversecount.c | 6 +++--- src/boards/shapegame.c | 4 ++-- src/boards/smallnumbers.c | 6 +++--- src/boards/superbrain.c | 2 +- src/boards/target.c | 4 ++-- src/boards/traffic.c | 2 +- src/boards/wordsgame.c | 6 +++--- src/gcompris/bar.c | 4 ++-- src/gcompris/bonus.c | 2 +- 37 files changed, 55 insertions(+), 72 deletions(-) commit 30e79e0f4fb31adc47ceb7889caf3765703b485a Author: Pascal Georges Date: Sun Feb 9 14:12:39 2003 +0000 *** empty log message *** ChangeLog | 6 +++++- src/gcompris/bonus.c | 22 ++++++++++++++++++++-- 2 files changed, 25 insertions(+), 3 deletions(-) commit a1a7656c779de5675d36a2869dbac71f43a7df75 Author: Christophe Fergeau Date: Sun Feb 9 12:53:00 2003 +0000 Fixed encoding 2003-02-09 Christophe Fergeau * fr.po: Fixed encoding po/ChangeLog | 4 ++++ po/fr.po | 58 ++++++++++++++++++++++++---------------------------------- 2 files changed, 28 insertions(+), 34 deletions(-) commit d8ca014cf298f503aa6b2f1793fc445526929970 Author: Christophe Fergeau Date: Sat Feb 8 20:33:45 2003 +0000 Forgot to commit the translation... po/fr.po | 659 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 336 insertions(+), 323 deletions(-) commit 5613a98ec4b922ad1719fdcc91df76d9e12bd7af Author: Christophe Fergeau Date: Sat Feb 8 20:27:57 2003 +0000 Updated French translation (translated by Laurent RICHARD 2003-02-08 Christophe Fergeau * fr.po: Updated French translation (translated by Laurent RICHARD ) po/ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 5e6a54ab8daf7862712303acbdbd0f7eae77430f Author: Pascal Georges Date: Sat Feb 8 17:10:12 2003 +0000 *** empty log message *** ChangeLog | 6 ++++++ TESTS | 2 -- src/boards/read_colors.c | 16 +++++++++++----- 3 files changed, 17 insertions(+), 7 deletions(-) commit 81ad128bdcd4f4d98ed7064a3ffee40679b321e2 Author: Pascal Georges Date: Fri Feb 7 17:40:49 2003 +0000 *** empty log message *** TESTS | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit d6c33c8af780a1ee6ab28829152d64927006338e Author: Pascal Georges Date: Thu Feb 6 19:31:00 2003 +0000 *** empty log message *** TESTS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 17559cd4f6f5877247a6e29b218abc1649d3e4ab Author: Bruno Coudoin Date: Thu Feb 6 13:57:38 2003 +0000 needed boards/sounds/pt/VERSION | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit fd25f00154eb76e5f72e80cdb4ec5ddc7351da07 Author: Bruno Coudoin Date: Wed Feb 5 17:33:04 2003 +0000 fixed random crash src/gcompris/help.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit b724521c027c723e1b4e097f4853c39341749187 Author: Bruno Coudoin Date: Wed Feb 5 14:01:53 2003 +0000 added po stats ChangeLog | 7 +++ Makefile.am | 12 ++++- boards/machpuzzle.xml.in | 20 ------- po-checktrans | 23 ++++++++ po-checktrans.py | 126 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 167 insertions(+), 21 deletions(-) commit 0c96311a93296a4ca90c98b985874526d72cb0b9 Author: Bruno Coudoin Date: Wed Feb 5 09:36:56 2003 +0000 added turkish ChangeLog | 4 ++++ src/gcompris/config.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletions(-) commit f3a0cfd73d34fa1ece704044e0ff5847ae472399 Author: Alessio Frusciante Date: Mon Feb 3 21:04:07 2003 +0000 Updated Italian translation by Immacolata Arenga. po/ChangeLog | 4 + po/it.po | 1360 ++++++++++++++++++++++++---------------------------------- 2 files changed, 576 insertions(+), 788 deletions(-) commit 166aea186f0cceb4cbc995fb85c59ab7f798a792 Author: Fatih Demir Date: Mon Feb 3 20:46:00 2003 +0000 Added Turkish translation for gcompris by Arman ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 6 +- po/tr.po | 2212 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 2222 insertions(+), 2 deletions(-) commit a883b0a989f4eaa5680914940b8fd42f14b30554 Author: Daniel Yacob Date: Mon Feb 3 17:29:09 2003 +0000 Updating Amharic translation. po/ChangeLog | 4 ++++ po/am.po | 20 ++++++++------------ 2 files changed, 12 insertions(+), 12 deletions(-) commit 3dba4d79f4cbafa0dc2be5172fe7f856c2617a4b Author: Bruno Coudoin Date: Sun Feb 2 21:52:21 2003 +0000 Now object cannot be dropped outside the canvas ChangeLog | 14 ++++++++++---- TESTS | 2 -- src/boards/enumerate.c | 22 ++++++++++++++++++---- src/gcompris/gcompris.c | 3 +-- 4 files changed, 29 insertions(+), 12 deletions(-) commit 9a1b5b326944115ffd60e83ecdd810da164b3109 Author: Pascal Georges Date: Sun Feb 2 14:01:48 2003 +0000 *** empty log message *** TESTS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3e9de872d3c5dde428d5b02d4feb16aed7523ba2 Author: Pablo Gonzalo del Campo Date: Sun Feb 2 00:26:37 2003 +0000 Updated Spanish translation. 2003-02-01 Pablo Gonzalo del Campo * es.po: Updated Spanish translation. po/ChangeLog | 4 ++ po/es.po | 121 ++++++++++++++++++++------------------------------------- 2 files changed, 47 insertions(+), 78 deletions(-) commit 30dab565c96e396178ae1f024089c5717e212122 Author: Pascal Georges Date: Sat Feb 1 22:12:30 2003 +0000 *** empty log message *** src/gcompris/soundutil.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 237e93e5b5682997280e77c45a46878ef72bbf88 Author: Pascal Georges Date: Sat Feb 1 18:25:29 2003 +0000 *** empty log message *** ChangeLog | 4 +++ boards/sounds/train.ogg | Bin 0 -> 13526 bytes sounds/Makefile.am | 2 +- sounds/train.wav | Bin 28380 -> 0 bytes src/boards/railroad.c | 4 ++- src/gcompris/soundutil.c | 50 ++++++++++++++++++++++++++------------------- 6 files changed, 37 insertions(+), 23 deletions(-) commit 43e4686f9ff7288f964f74c02c4c5f0e36b0d222 Author: Pascal Georges Date: Sat Feb 1 13:38:04 2003 +0000 *** empty log message *** TESTS | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit f3ee20de64aeb313fcfe5aa8918d24f83795be5e Author: Pascal Georges Date: Thu Jan 30 18:36:39 2003 +0000 *** empty log message *** TESTS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit b5f0c7d0101a491b4ff8c5011a192730ad8f5d9e Author: Bruno Coudoin Date: Thu Jan 30 16:50:12 2003 +0000 changed all files to UTF-8 boards/wordsgame/README | 7 +-- boards/wordsgame/wordslevel1.de | 4 +- boards/wordsgame/wordslevel1.el | 72 ++++++++++---------- boards/wordsgame/wordslevel1.es | 4 +- boards/wordsgame/wordslevel1.fi | 10 ++-- boards/wordsgame/wordslevel1.hu | 90 ++++++++++++------------ boards/wordsgame/wordslevel1.pt | 2 +- boards/wordsgame/wordslevel1.sk | 38 +++++----- boards/wordsgame/wordslevel2.de | 4 +- boards/wordsgame/wordslevel2.el | 66 +++++++++--------- boards/wordsgame/wordslevel2.es | 6 +- boards/wordsgame/wordslevel2.fi | 4 +- boards/wordsgame/wordslevel2.pt | 2 +- boards/wordsgame/wordslevel2.sk | 32 +++++----- boards/wordsgame/wordslevelmax.de | 6 +- boards/wordsgame/wordslevelmax.el | 134 ++++++++++++++++++------------------ boards/wordsgame/wordslevelmax.es | 4 +- boards/wordsgame/wordslevelmax.fi | 14 ++-- boards/wordsgame/wordslevelmax.hu | 80 +++++++++++----------- boards/wordsgame/wordslevelmax.sk | 70 ++++++++++---------- 20 files changed, 323 insertions(+), 326 deletions(-) commit 28c9ac90103920159750f1427e41ed2757a0a018 Author: Vincent van Adrighem Date: Wed Jan 29 23:37:03 2003 +0000 Dutch translation updated by Tino Meinen. 2003-01-30 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 +++ po/nl.po | 76 +++++++++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 66 insertions(+), 14 deletions(-) commit 855b2ea4c6b71af2b2eba2c54eadcf42bbe05e6d Author: Pascal Georges Date: Wed Jan 29 21:12:13 2003 +0000 *** empty log message *** ChangeLog | 4 ++ boards/imageid/avion.png | Bin 0 -> 13784 bytes boards/imageid/board1.xml.in | 24 ++++++++++ boards/imageid/car.png | Bin 132667 -> 24505 bytes boards/imageid/chien.png | Bin 0 -> 39256 bytes boards/missing_letter/board1.xml.in | 24 ++++++++++ po/ChangeLog | 6 ++- po/am.po | 78 +++++++++++++++++++++++++++------ po/az.po | 80 ++++++++++++++++++++++++++++------ po/de.po | 82 +++++++++++++++++++++++++++++------ po/el.po | 76 +++++++++++++++++++++++++++------ po/es.po | 82 +++++++++++++++++++++++++++++------ po/fi.po | 74 ++++++++++++++++++++++++++------ po/fr.po | 82 +++++++++++++++++++++++++++-------- po/hu.po | 82 +++++++++++++++++++++++++++++------ po/it.po | 82 +++++++++++++++++++++++++++++------ po/lt.po | 82 +++++++++++++++++++++++++++++------ po/ms.po | 81 +++++++++++++++++++++++++++++------ po/pt.po | 82 +++++++++++++++++++++++++++++------ po/pt_BR.po | 74 ++++++++++++++++++++++++++------ po/ru.po | 78 +++++++++++++++++++++++++++------ po/sk.po | 82 +++++++++++++++++++++++++++++------ po/sv.po | 82 +++++++++++++++++++++++++++++------ src/boards/imageid.c | 4 +- src/boards/missingletter.c | 4 +- 25 files changed, 1126 insertions(+), 219 deletions(-) commit f91aa825d6e7188d0b16cb823d36ee8f0aa588c5 Author: Vincent van Adrighem Date: Wed Jan 29 19:26:30 2003 +0000 Dutch translation updated by Tino Meinen. 2003-01-29 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 +++ po/nl.po | 70 +++++++++++++++++++++------------------------------------ 2 files changed, 30 insertions(+), 44 deletions(-) commit fe984fe45feffbbcaa9880c648b8ce200b7c8cfe Author: Pascal Georges Date: Tue Jan 28 22:07:41 2003 +0000 *** empty log message *** ChangeLog | 1 + boards/imageid/car.png | Bin 0 -> 132667 bytes boards/imageid/fish.png | Bin 0 -> 19868 bytes boards/missing_letter/board1.xml.in | 88 ++++ po/ChangeLog | 3 + po/am.po | 169 ++++++-- po/az.po | 622 +++++++++++++++++------------ po/de.po | 662 +++++++++++++++++++------------ po/el.po | 609 +++++++++++++++++------------ po/es.po | 216 ++++++++--- po/fi.po | 598 ++++++++++++++++----------- po/fr.po | 236 ++++++++---- po/hu.po | 663 +++++++++++++++++++------------ po/it.po | 664 +++++++++++++++++++------------ po/lt.po | 658 +++++++++++++++++++------------ po/ms.po | 756 +++++++++++++++++++++-------------- po/nl.po | 188 +++++++-- po/pt.po | 412 ++++++++++++------- po/pt_BR.po | 598 ++++++++++++++++----------- po/ru.po | 629 ++++++++++++++++++------------ po/sk.po | 660 +++++++++++++++++++------------ po/sv.po | 217 ++++++++--- src/boards/missingletter.c | 17 +- src/gcompris/soundutil.c | 14 - 24 files changed, 5485 insertions(+), 3195 deletions(-) commit bba79f548278a2b1339cf6e57f80ba2d36ba25e2 Author: Pascal Georges Date: Tue Jan 28 18:12:07 2003 +0000 *** empty log message *** ChangeLog | 4 ++-- src/gcompris/gcompris.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 4035d68c0bcf56d6d4aafcab35a9d88ad6c4f12d Author: Pascal Georges Date: Tue Jan 28 18:11:02 2003 +0000 *** empty log message *** ChangeLog | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 1f155c53ede075b153f46ad12ae2a07ae11b685e Author: Pascal Georges Date: Mon Jan 27 20:10:46 2003 +0000 *** empty log message *** TESTS | 159 +++++++++++++++++++++------------------------- src/gcompris/soundutil.c | 3 +- 2 files changed, 73 insertions(+), 89 deletions(-) commit d245bff7eb337268db6822a74c6a045186606fe9 Author: Bruno Coudoin Date: Mon Jan 27 17:06:48 2003 +0000 fixed bug in case gcompris is used in 1024x768 for the pointing in the colors activity. Added portuguese sounds in the spec.in file gcompris.spec.in | 5 + src/boards/advanced_colors.c | 1 + src/boards/read_colors.c | 298 +++++++++++++++++++++--------------------- src/gcompris/Makefile.am | 6 +- 4 files changed, 158 insertions(+), 152 deletions(-) commit 125a14b2b6030ba2227342afa41286b133205350 Author: Bruno Coudoin Date: Mon Jan 27 00:31:52 2003 +0000 fixed utf-8 issue in falling words ChangeLog | 8 +++++++ boards/boardicons/gletters.png | Bin 9475 -> 15955 bytes boards/boardicons/wordsgame.png | Bin 11653 -> 15688 bytes boards/wordsgame/wordslevelmax.fr | 42 ++++++++++++++++++++++++++++++++++++- src/boards/clockgame.c | 4 +- src/boards/wordsgame.c | 23 ++++++++++++-------- src/gcompris/gcompris.c | 2 +- 7 files changed, 66 insertions(+), 13 deletions(-) commit 3af0e14d62bfa14a346ac0387f8318fb83d7dde9 Author: Bruno Coudoin Date: Sun Jan 26 20:52:47 2003 +0000 added am ChangeLog | 7 +++++++ boards/Makefile.am | 2 +- boards/flags/am.png | Bin 0 -> 430 bytes boards/gcompris/misc/.cvsignore | 4 ++++ configure.in | 2 +- src/boards/traffic.c | 2 +- src/gcompris/config.c | 3 ++- 7 files changed, 16 insertions(+), 4 deletions(-) commit c9c8a5c039cd57127ae4715a8522329e8b8e5462 Author: Daniel Yacob Date: Sun Jan 26 15:51:47 2003 +0000 tweak. po/am.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 61bc89d0280a807a2cba449666b3cc0cf420610e Author: Daniel Yacob Date: Sun Jan 26 15:05:32 2003 +0000 Adding Amharic translation. ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 4 + po/am.po | 1954 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1963 insertions(+), 1 deletions(-) commit a17d6a2805028a41562b87629028ac3c7bc4a314 Author: Vincent van Adrighem Date: Sun Jan 26 01:15:21 2003 +0000 Dutch translation updated by Tino Meinen. 2003-01-26 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 ++++ po/nl.po | 44 +++++++++++++++++++++++++++----------------- 2 files changed, 31 insertions(+), 17 deletions(-) commit 10dc18476644c9f3f3f308b10b9d315e07c0b99e Author: Pablo Gonzalo del Campo Date: Sat Jan 25 17:04:29 2003 +0000 Updated Spanish translation. 2003-01-25 Pablo Gonzalo del Campo * es.po: Updated Spanish translation. po/ChangeLog | 4 + po/es.po | 317 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 182 insertions(+), 139 deletions(-) commit 515e77dff1626f816053c3cfde3f2e05c591aad5 Author: Kjartan Maraas Date: Thu Jan 23 23:02:14 2003 +0000 Added "no" to ALL_LINGUAS. 2003-01-23 Kjartan Maraas * configure.in: Added "no" to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit ed54ce1f9916219234d7e53352b9f2f0d472df5a Author: Kjartan Maraas Date: Thu Jan 23 23:01:32 2003 +0000 Add Norwegian translation. 2003-01-23 Kjartan Maraas * no.po: Add Norwegian translation. po/ChangeLog | 4 + po/no.po | 1952 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1956 insertions(+), 0 deletions(-) commit f6ea57d54ec73cdab9feece2e3060c10f934d931 Author: Hasbullah Bin Pit Date: Wed Jan 22 18:48:12 2003 +0000 Updated Malay translation. Wa, nanti saya emel update. 2003-01-23 Hasbullah Bin Pit * ms.po: Updated Malay translation. Wa, nanti saya emel update. po/ChangeLog | 4 + po/ms.po | 1148 +++++++++++++++++++++++++++------------------------------- 2 files changed, 545 insertions(+), 607 deletions(-) commit 7831ae59724d46504e58b569c2ae69092dde0c5a Author: Bruno Coudoin Date: Mon Jan 20 00:49:07 2003 +0000 new boards/gcompris/.cvsignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 7c7463527cff35f52de3d20fa2f20473f3f4ff09 Author: Vincent van Adrighem Date: Sat Jan 18 17:51:02 2003 +0000 Dutch translation updated by Tino Meinen. 2003-01-18 Vincent van Adrighem * nl.po: Dutch translation updated by Tino Meinen. po/ChangeLog | 4 + po/nl.po | 933 +++++++++++++++++++++++++-------------------------------- 2 files changed, 413 insertions(+), 524 deletions(-) commit 1d9f8c25eacc2c4c4bf84fe1584ed737f231b6d3 Author: Bruno Coudoin Date: Fri Jan 17 23:47:11 2003 +0000 removed no more needed data tags removed no more needed data tags removed * boards/algebra_group.xml.in: removed no more needed data tags * boards/algebramenu.xml.in: removed no more needed data tags * boards/chess.xml.in: removed no more needed data tags * boards/computer.xml.in: removed no more needed data tags * boards/flags/fr.png: added bevel * boards/flags/pt.png: added bevel * boards/flags/pt_BR.png: created * boards/reading.xml.in: removed no more needed data tags * src/gcompris/config.c: (gcompris_config_start), (set_locale_flag), (get_locale_name), (get_next_locale), (get_previous_locale): fixed locale management to support style fr_FR.UTF-8 * src/gcompris/gcompris.c: (gcompris_get_locale): fixed locale management to support style fr_FR.UTF-8 * src/gcompris/properties.c: (gcompris_properties_new): fixed locale management to support style fr_FR.UTF-8 ChangeLog | 16 +++++++++++ boards/algebra_group.xml.in | 5 +--- boards/algebramenu.xml.in | 12 +-------- boards/chess.xml.in | 3 -- boards/computer.xml.in | 8 ----- boards/flags/fr.png | Bin 214 -> 412 bytes boards/flags/pt.png | Bin 607 -> 808 bytes boards/flags/pt_BR.png | Bin 0 -> 662 bytes boards/reading.xml.in | 6 ---- src/gcompris/config.c | 60 +++++++++++++++++++++++++------------------ src/gcompris/gcompris.c | 4 +- src/gcompris/properties.c | 6 ++-- 12 files changed, 58 insertions(+), 62 deletions(-) commit 6a33d1c9cb35d10aed7be10340f55e507eb9911e Author: Bruno Coudoin Date: Fri Jan 17 17:58:19 2003 +0000 start to implement long language setting with utf support src/gcompris/config.c | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) commit 6c45776d05ecde66854ff042fc5dd573f4304171 Author: Bruno Coudoin Date: Fri Jan 17 10:03:33 2003 +0000 added pt to locale list src/gcompris/config.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f227ed818f9395a7bbeda81e1adb6ca191b510d8 Author: Bruno Coudoin Date: Fri Jan 17 09:46:31 2003 +0000 pt files created by jose.jorge@cpam-auch.cnamts.fr boards/wordsgame/wordslevel1.pt | 27 ++++++++++++ boards/wordsgame/wordslevel2.pt | 39 ++++++++++++++++++ boards/wordsgame/wordslevelmax.pt | 81 +++++++++++++++++++++++++++++++++++++ 3 files changed, 147 insertions(+), 0 deletions(-) commit 5368d510533c2e2c0278141b929a5da82f0093fd Author: Bruno Coudoin Date: Mon Jan 13 11:52:35 2003 +0000 created portugise by jose.jorge@cpam-auch.cnamts.fr po/ChangeLog | 4 + po/POTFILES.in | 1 + po/pt.po | 2103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 2108 insertions(+), 0 deletions(-) commit 4fb09c9fd609b502d156e6a6562b2c10a021f71e Author: Bruno Coudoin Date: Sun Jan 12 21:32:09 2003 +0000 Changed to use the new menu system. Now submenu are discovered dynamically ChangeLog | 23 ++++ boards/advanced_colors.xml.in | 1 + boards/algebra_by.xml.in | 1 + boards/algebra_group.xml.in | 2 + boards/algebra_guesscount.xml.in | 1 + boards/algebra_minus.xml.in | 1 + boards/algebra_plus.xml.in | 1 + boards/algebramenu.xml.in | 1 + boards/babymatch.xml.in | 1 + boards/babyshapes.xml.in | 1 + boards/boards.xml.in | 9 +- boards/canal_lock.xml.in | 1 + boards/chess.xml.in | 1 + boards/chess_computer.xml.in | 1 + boards/chess_movelearn.xml.in | 1 + boards/chess_partyend.xml.in | 1 + boards/click_on_letter.xml.in | 1 + boards/clickgame.xml.in | 1 + boards/clockgame.xml.in | 1 + boards/colors.xml.in | 1 + boards/colors_group.xml.in | 7 +- boards/computer.xml.in | 2 + boards/doubleentry.xml.in | 1 + boards/draw.xml.in | 1 + boards/enumerate.xml.in | 1 + boards/erase.xml.in | 3 +- boards/fun.xml.in | 10 +-- boards/geography.xml.in | 1 + boards/gletters.xml.in | 1 + boards/imageid.xml.in | 1 + boards/imagename.xml.in | 1 + boards/images/scenery2_background.jpg | Bin 47018 -> 50658 bytes boards/leftright.xml.in | 1 + boards/machpuzzle.xml.in | 1 + boards/maze.xml.in | 1 + boards/maze3D.xml.in | 1 + boards/memory.xml.in | 1 + boards/menu.xml.in | 7 +- boards/missing_letter.xml.in | 1 + boards/money.xml.in | 1 + boards/money_cents.xml.in | 1 + boards/paintings.xml.in | 1 + boards/paratrooper.xml.in | 1 + boards/planegame.xml.in | 1 + boards/railroad.xml.in | 1 + boards/read_colors.xml.in | 1 + boards/reading.xml.in | 1 + boards/readingh.xml.in | 1 + boards/readingv.xml.in | 1 + boards/reversecount.xml.in | 1 + boards/scalesboard.xml.in | 1 + boards/smallnumbers.xml.in | 1 + boards/superbrain.xml.in | 1 + boards/target.xml.in | 1 + boards/traffic.xml.in | 1 + boards/wordsgame.xml.in | 1 + configure.in | 3 +- src/boards/clickgame.c | 5 +- src/boards/machpuzzle.c | 204 ++++++++++----------------------- src/boards/menu.c | 98 ++--------------- src/gcompris/gameutil.c | 122 +++++++++++++++++--- src/gcompris/gameutil.h | 5 + src/gcompris/gcompris-board.h | 6 +- src/gcompris/gcompris-edit.c | 104 ++++------------- src/gcompris/gcompris.c | 30 +++--- src/gcompris/gcompris.h | 4 +- 66 files changed, 316 insertions(+), 375 deletions(-) commit 93c70b69af571e94d748ac4ca4b4d0b0ded8b030 Author: Bruno Coudoin Date: Fri Jan 10 09:15:49 2003 +0000 Files created by jose.jorge@cpam-auch.cnamts.fr boards/sounds/pt/0.ogg | Bin 0 -> 5873 bytes boards/sounds/pt/1.ogg | Bin 0 -> 5781 bytes boards/sounds/pt/10.ogg | Bin 0 -> 7271 bytes boards/sounds/pt/2.ogg | Bin 0 -> 7126 bytes boards/sounds/pt/3.ogg | Bin 0 -> 7626 bytes boards/sounds/pt/4.ogg | Bin 0 -> 6753 bytes boards/sounds/pt/5.ogg | Bin 0 -> 8141 bytes boards/sounds/pt/6.ogg | Bin 0 -> 8493 bytes boards/sounds/pt/7.ogg | Bin 0 -> 7748 bytes boards/sounds/pt/8.ogg | Bin 0 -> 6758 bytes boards/sounds/pt/9.ogg | Bin 0 -> 7490 bytes boards/sounds/pt/a.ogg | Bin 0 -> 4880 bytes boards/sounds/pt/b.ogg | Bin 0 -> 6031 bytes boards/sounds/pt/back.ogg | Bin 0 -> 8273 bytes boards/sounds/pt/black.ogg | Bin 0 -> 7012 bytes boards/sounds/pt/blue.ogg | Bin 0 -> 7085 bytes boards/sounds/pt/brown.ogg | Bin 0 -> 8837 bytes boards/sounds/pt/by.ogg | Bin 0 -> 7055 bytes boards/sounds/pt/c.ogg | Bin 0 -> 6137 bytes boards/sounds/pt/click_on_letter.ogg | Bin 0 -> 13011 bytes boards/sounds/pt/congratulation.ogg | Bin 0 -> 8636 bytes boards/sounds/pt/d.ogg | Bin 0 -> 5533 bytes boards/sounds/pt/e.ogg | Bin 0 -> 5270 bytes boards/sounds/pt/equal.ogg | Bin 0 -> 6498 bytes boards/sounds/pt/f.ogg | Bin 0 -> 6487 bytes boards/sounds/pt/g.ogg | Bin 0 -> 4989 bytes boards/sounds/pt/good.ogg | Bin 0 -> 7066 bytes boards/sounds/pt/great.ogg | Bin 0 -> 7000 bytes boards/sounds/pt/green.ogg | Bin 0 -> 6834 bytes boards/sounds/pt/grey.ogg | Bin 0 -> 10904 bytes boards/sounds/pt/h.ogg | Bin 0 -> 5896 bytes boards/sounds/pt/help.ogg | Bin 0 -> 7668 bytes boards/sounds/pt/i.ogg | Bin 0 -> 4590 bytes boards/sounds/pt/j.ogg | Bin 0 -> 7537 bytes boards/sounds/pt/k.ogg | Bin 0 -> 6735 bytes boards/sounds/pt/l.ogg | Bin 0 -> 6104 bytes boards/sounds/pt/level.ogg | Bin 0 -> 7399 bytes boards/sounds/pt/m.ogg | Bin 0 -> 5951 bytes boards/sounds/pt/minus.ogg | Bin 0 -> 8407 bytes boards/sounds/pt/n.ogg | Bin 0 -> 5716 bytes boards/sounds/pt/o.ogg | Bin 0 -> 4834 bytes boards/sounds/pt/ok.ogg | Bin 0 -> 8509 bytes boards/sounds/pt/orange.ogg | Bin 0 -> 9108 bytes boards/sounds/pt/outof.ogg | Bin 0 -> 11452 bytes boards/sounds/pt/p.ogg | Bin 0 -> 5368 bytes boards/sounds/pt/plus.ogg | Bin 0 -> 8053 bytes boards/sounds/pt/purple.ogg | Bin 0 -> 9838 bytes boards/sounds/pt/q.ogg | Bin 0 -> 5512 bytes boards/sounds/pt/quit.ogg | Bin 0 -> 7788 bytes boards/sounds/pt/r.ogg | Bin 0 -> 5274 bytes boards/sounds/pt/red.ogg | Bin 0 -> 8527 bytes boards/sounds/pt/s.ogg | Bin 0 -> 6295 bytes boards/sounds/pt/super.ogg | Bin 0 -> 7876 bytes boards/sounds/pt/t.ogg | Bin 0 -> 5448 bytes boards/sounds/pt/u.ogg | Bin 0 -> 5013 bytes boards/sounds/pt/v.ogg | Bin 0 -> 6033 bytes boards/sounds/pt/w.ogg | Bin 0 -> 7686 bytes boards/sounds/pt/welcome.ogg | Bin 0 -> 19809 bytes boards/sounds/pt/white.ogg | Bin 0 -> 7185 bytes boards/sounds/pt/x.ogg | Bin 0 -> 6964 bytes boards/sounds/pt/y.ogg | Bin 0 -> 7943 bytes boards/sounds/pt/yellow.ogg | Bin 0 -> 8118 bytes boards/sounds/pt/z.ogg | Bin 0 -> 7500 bytes 63 files changed, 0 insertions(+), 0 deletions(-) commit 21e9a84d0c9ea139d529aad27b9b45e09f6cf187 Author: Christian Rose Date: Wed Jan 8 23:10:28 2003 +0000 Updated Swedish translation and converted to UTF-8. 2003-01-09 Christian Rose * sv.po: Updated Swedish translation and converted to UTF-8. po/ChangeLog | 21 +- po/sv.po | 1171 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 592 insertions(+), 600 deletions(-) commit 3126032d11ae60f368e24f7f0da6361265abe5e0 Author: Pablo Gonzalo del Campo Date: Wed Jan 8 17:31:24 2003 +0000 Updated Spanish translation. 2003-01-08 Pablo Gonzalo del Campo * es.po: Updated Spanish translation. po/ChangeLog | 12 +- po/es.po | 1244 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 665 insertions(+), 591 deletions(-) commit b0df750a2f1d0a393cf73e33ac61c4ec34b1a172 Author: Bruno Coudoin Date: Tue Jan 7 22:58:11 2003 +0000 added fish to highlight the see boards/images/scenery3_background.jpg | Bin 28389 -> 28040 bytes src/boards/machpuzzle.c | 56 ++++++++++++++++++++++++-------- 2 files changed, 42 insertions(+), 14 deletions(-) commit f935dc0f9f8d87b769cd9635ce3d3ec5af633690 Author: Bruno Coudoin Date: Mon Jan 6 22:08:18 2003 +0000 see changelog ChangeLog | 30 ++++ acconfig.h | 1 - boards/gcompris/gcompris-init.jpg | Bin 23309 -> 37305 bytes boards/gcompris/misc/backcard.png | Bin 2353 -> 3204 bytes boards/gcompris/misc/emptycard.png | Bin 599 -> 1859 bytes boards/images/scenery2_background.jpg | Bin 0 -> 47018 bytes boards/images/scenery3_background.jpg | Bin 0 -> 28389 bytes boards/images/scenery_background.jpg | Bin 0 -> 44111 bytes boards/images/superbrain_background.jpg | Bin 0 -> 58747 bytes boards/images/target_background.jpg | Bin 46331 -> 61136 bytes src/boards/algebra.c | 17 +- src/boards/chess.c | 2 +- src/boards/draw.c | 5 +- src/boards/gletters.c | 4 +- src/boards/machpuzzle.c | 16 +-- src/boards/memory.c | 24 ++- src/boards/menu.c | 8 +- src/boards/paratrooper.c | 4 +- src/boards/planegame.c | 4 +- src/boards/railroad.c | 10 +- src/boards/reversecount.c | 5 +- src/boards/smallnumbers.c | 4 +- src/boards/traffic.c | 7 + src/boards/wordsgame.c | 12 +- src/gcompris/gcompris.h | 4 +- src/gcompris/pluginenum.c | 260 +++++++++++++++---------------- 26 files changed, 219 insertions(+), 198 deletions(-) commit e2aea3becc35abaf5c646481eeba30318b28f25f Author: Bruno Coudoin Date: Fri Jan 3 14:35:26 2003 +0000 complete of release 2.0.0 ChangeLog | 1 + boards/advanced_colors/.cvsignore | 3 ++- configure.in | 10 ++++++++++ docs/Makefile.am | 2 +- po/fr.po | 11 +++++------ src/gcompris/Makefile.am | 7 +++++-- src/gcompris/config.c | 4 ++-- src/gcompris/gcompris-edit.c | 2 +- src/gcompris/gcompris-edit.h | 2 +- src/gcompris/gcompris.c | 19 ++++++++++++------- 10 files changed, 40 insertions(+), 21 deletions(-) commit 796a6a1122f0f28d57190b57296086f9f976e9fa Author: Bruno Coudoin Date: Fri Jan 3 00:09:26 2003 +0000 added machpuzzle activity (uncomplete yet) added machpuzzle activity * boards/Makefile.am: added machpuzzle activity (uncomplete yet) * boards/boards.xml.in:added machpuzzle activity (uncomplete yet) * boards/images/superbrain_logo.png:delete * boards/traffic/TrafficData:added 40 levels taken from http://www.javascript-games.org/puzzle/rushhour/ * boards/traffic/traffic-bg.jpg: new background * src/boards/Makefile.am:added machpuzzle activity (uncomplete yet) * src/boards/menu.c: (item_event): fixed warning if text was empty * src/boards/money.c: (process_ok): added bonus bad when user is wrong * src/boards/superbrain.c: (superbrain_next_level), (superbrain_create_item), (mark_pieces): moved to fit in background * src/boards/traffic.c: (start_board), (repeat), (traffic_next_level), (traffic_destroy_all_items), (traffic_create_item), (draw_car), (draw_jam), (car_cb), (load_level), (cars_from_strv): moved to fit in background ChangeLog | 17 + boards/Makefile.am | 1 + boards/boards.xml.in | 1 + boards/images/superbrain_logo.png | Bin 21567 -> 0 bytes boards/machpuzzle.xml.in | 19 + boards/traffic/README | 37 -- boards/traffic/TrafficData | 80 ++++- boards/traffic/traffic-bg.jpg | Bin 74561 -> 63662 bytes src/boards/Makefile.am | 8 + src/boards/machpuzzle.c | 698 +++++++++++++++++++++++++++++++++++++ src/boards/menu.c | 27 +- src/boards/money.c | 2 + src/boards/superbrain.c | 46 +-- src/boards/traffic.c | 285 +++++++--------- 14 files changed, 966 insertions(+), 255 deletions(-) commit e7b38f27c314e235fd21ac26c4c9738d845d1079 Author: Bruno Coudoin Date: Tue Dec 31 13:01:16 2002 +0000 created boards/boardicons/traffic.png | Bin 0 -> 9556 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit a8fcd2c4f7952ee1525a17359aa25cea7067da58 Author: Bruno Coudoin Date: Tue Dec 31 12:56:14 2002 +0000 Added traffic board based on the GPL code from Geoff Reedy ChangeLog | 9 + boards/traffic.xml.in | 19 ++ po/POTFILES.in | 2 + po/fr.po | 73 ++++- src/boards/Makefile.am | 8 + src/boards/traffic.c | 773 ++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 875 insertions(+), 9 deletions(-) commit bebc9c4688b16c85882c425078ff7900236950de Author: Bruno Coudoin Date: Mon Dec 30 23:45:11 2002 +0000 new money background added traffic board based on the GPL code from: Geoff Reedy boards/Makefile.am | 1 + boards/boards.xml.in | 1 + boards/money/money-bg.jpg | Bin 52442 -> 34187 bytes boards/traffic/.cvsignore | 4 ++++ boards/traffic/README | 37 +++++++++++++++++++++++++++++++++++++ boards/traffic/TrafficData | 16 ++++++++++++++++ boards/traffic/traffic-bg.jpg | Bin 0 -> 74561 bytes 7 files changed, 59 insertions(+), 0 deletions(-) commit 3c47f263bc8a49385a603e0cc625659031972946 Author: Bruno Coudoin Date: Thu Dec 26 14:14:24 2002 +0000 added reference to money activity creation ChangeLog | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit e4f998eb64ca7a238fcc7782cddfdbd706e19a3a Author: Bruno Coudoin Date: Thu Dec 26 00:57:10 2002 +0000 image no more used boards/boardicons/algebra_div.png | Bin 6095 -> 0 bytes boards/boardicons/locale.png | Bin 2929 -> 0 bytes boards/gcompris/buttons/.cvsignore | 4 ++++ 3 files changed, 4 insertions(+), 0 deletions(-) commit 0a02373704d53a4e55f9f41a9ce0748e6f0110af Author: Bruno Coudoin Date: Thu Dec 26 00:50:10 2002 +0000 added shadow to icons added money background boards/boardicons/advanced_colors.png | Bin 3510 -> 5388 bytes boards/boardicons/algebra_by.png | Bin 6889 -> 8905 bytes boards/boardicons/algebra_minus.png | Bin 5735 -> 7701 bytes boards/boardicons/algebra_plus.png | Bin 6564 -> 8477 bytes boards/boardicons/babyshapes.png | Bin 7542 -> 9910 bytes boards/boardicons/chess.png | Bin 3676 -> 4982 bytes boards/boardicons/chess_computer.png | Bin 8003 -> 10183 bytes boards/boardicons/chess_movelearn.png | Bin 1395 -> 5708 bytes boards/boardicons/chess_partyend.png | Bin 1440 -> 3228 bytes boards/boardicons/click_on_letter.png | Bin 5031 -> 6793 bytes boards/boardicons/clockgame.png | Bin 7623 -> 9275 bytes boards/boardicons/colors.png | Bin 10113 -> 12649 bytes boards/boardicons/gletters.png | Bin 7707 -> 9475 bytes boards/boardicons/globe.png | Bin 2566 -> 7080 bytes boards/boardicons/imageid.png | Bin 6978 -> 9120 bytes boards/boardicons/imagename.png | Bin 5776 -> 7535 bytes boards/boardicons/leftright.png | Bin 10246 -> 12092 bytes boards/boardicons/maze3D.png | Bin 17577 -> 20351 bytes boards/boardicons/memory.png | Bin 9958 -> 12058 bytes boards/boardicons/missing_letter.png | Bin 5476 -> 7568 bytes boards/boardicons/planegame.png | Bin 11082 -> 13548 bytes boards/boardicons/railroad.png | Bin 11780 -> 15049 bytes boards/boardicons/read_colors.png | Bin 10097 -> 12649 bytes boards/boardicons/read_colors2.png | Bin 5208 -> 7125 bytes boards/boardicons/shapegame.png | Bin 5662 -> 7290 bytes boards/boardicons/smallnumbers.png | Bin 7018 -> 8203 bytes boards/boardicons/superbrain.png | Bin 11503 -> 14654 bytes boards/boardicons/tuxpara.png | Bin 9834 -> 11795 bytes boards/gcompris/buttons/difficulty_star.png | Bin 736 -> 733 bytes boards/gcompris/buttons/menuicon.png | Bin 425 -> 900 bytes boards/money/money-bg.jpg | Bin 0 -> 52442 bytes src/boards/menu.c | 4 ++-- src/boards/money.c | 26 ++++++-------------------- 33 files changed, 8 insertions(+), 22 deletions(-) commit 45f5fd7205596bc980b2edd6129a683153ba1985 Author: Bruno Coudoin Date: Wed Dec 25 20:38:21 2002 +0000 money activity data boards/money/.cvsignore | 4 ++++ boards/money/euro/.cvsignore | 4 ++++ boards/money/euro/c10c.png | Bin 0 -> 16469 bytes boards/money/euro/c1c.png | Bin 0 -> 11806 bytes boards/money/euro/c1e.png | Bin 0 -> 21215 bytes boards/money/euro/c20c.png | Bin 0 -> 20925 bytes boards/money/euro/c2c.png | Bin 0 -> 15444 bytes boards/money/euro/c2e.png | Bin 0 -> 24852 bytes boards/money/euro/c50c.png | Bin 0 -> 23837 bytes boards/money/euro/c5c.png | Bin 0 -> 19715 bytes boards/money/euro/p100e.jpg | Bin 0 -> 3443 bytes boards/money/euro/p10e.jpg | Bin 0 -> 2874 bytes boards/money/euro/p200e.jpg | Bin 0 -> 3642 bytes boards/money/euro/p20e.jpg | Bin 0 -> 2853 bytes boards/money/euro/p500e.jpg | Bin 0 -> 4060 bytes boards/money/euro/p50e.jpg | Bin 0 -> 3273 bytes boards/money/euro/p5e.jpg | Bin 0 -> 2390 bytes 17 files changed, 8 insertions(+), 0 deletions(-) commit c0d59988deee6a87d61bfc125f80361341db5ddc Author: Bruno Coudoin Date: Wed Dec 25 13:36:59 2002 +0000 new money activity src/boards/money_widget.h | 99 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 99 insertions(+), 0 deletions(-) commit 02ed28a6d2365de8a2b84e575b1c1b3e9ddaa354 Author: Bruno Coudoin Date: Wed Dec 25 13:25:28 2002 +0000 data for money activity boards/boardicons/money.png | Bin 0 -> 13438 bytes boards/boardicons/money_cents.png | Bin 0 -> 13785 bytes boards/money.xml.in | 19 ++ boards/money_cents.xml.in | 20 ++ src/boards/money.c | 586 +++++++++++++++++++++++++++++++++++++ src/boards/money_widget.c | 365 +++++++++++++++++++++++ 6 files changed, 990 insertions(+), 0 deletions(-) commit bd5add87f93f0a3c2e4fcf57730425b2b6ae2843 Author: Bruno Coudoin Date: Wed Dec 25 13:18:49 2002 +0000 updated icons, added drop shadow. Improved backgrounds images boards/Makefile.am | 2 + boards/algebramenu.xml.in | 2 + boards/boardicons/algebra_group.png | Bin 10798 -> 13643 bytes boards/boardicons/algebra_guesscount.png | Bin 9551 -> 11637 bytes boards/boardicons/algebramenu.png | Bin 11182 -> 13972 bytes boards/boardicons/babymatch.png | Bin 4206 -> 6068 bytes boards/boardicons/boards.png | Bin 3285 -> 4120 bytes boards/boardicons/book.png | Bin 8166 -> 7559 bytes boards/boardicons/canal_lock.png | Bin 5845 -> 8384 bytes boards/boardicons/clickgame.png | Bin 11768 -> 13667 bytes boards/boardicons/computer.png | Bin 7800 -> 7700 bytes boards/boardicons/doubleentry.png | Bin 2367 -> 4553 bytes boards/boardicons/draw.png | Bin 5227 -> 5662 bytes boards/boardicons/enumerate.png | Bin 13828 -> 15608 bytes boards/boardicons/erase.png | Bin 5246 -> 7750 bytes boards/boardicons/fun.png | Bin 11254 -> 11390 bytes boards/boardicons/helicogame.png | Bin 8291 -> 11849 bytes boards/boardicons/maze.png | Bin 402 -> 1485 bytes boards/boardicons/reading.png | Bin 5602 -> 7601 bytes boards/boardicons/readingh.png | Bin 5560 -> 7466 bytes boards/boardicons/reversecount.png | Bin 9615 -> 11863 bytes boards/boardicons/scalesicon.png | Bin 5781 -> 8330 bytes boards/boardicons/target.png | Bin 2817 -> 4642 bytes boards/boardicons/wordsgame.png | Bin 9783 -> 11653 bytes boards/gcompris/gcompris-init.jpg | Bin 15392 -> 23309 bytes configure.in | 12 ++++---- docs/fr/gcompris.texi | 2 +- po/POTFILES.in | 3 ++ po/fr.po | 6 ++-- src/boards/Makefile.am | 8 +++++ src/boards/erase.c | 4 -- src/boards/menu.c | 18 ++++++------ src/gcompris/cursor.h | 1 - src/gcompris/gameutil.c | 45 +++++------------------------ 34 files changed, 42 insertions(+), 61 deletions(-) commit c02b47595454ff21513cd98d8a9379b586429c3e Author: Bruno Coudoin Date: Wed Dec 18 17:22:03 2002 +0000 preparation of release 2.0 ChangeLog | 4 + configure.in | 12 ++-- po/Makefile.in.in | 189 ++++++++++++++++++++++++++++----------------- src/boards/reversecount.c | 6 +- 4 files changed, 131 insertions(+), 80 deletions(-) commit b7c5fcde94d5fbc26357d4f717e9b26e9a474368 Author: Bruno Coudoin Date: Mon Dec 16 18:35:18 2002 +0000 fixed bug if help string is empty src/gcompris/gameutil.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 2d660814383775d0703f14f3588a0864aa40f868 Author: Bruno Coudoin Date: Mon Dec 16 12:32:33 2002 +0000 needed to bypass po in these files po/POTFILES.skip | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 38d4325d583daf0c4ee72f7b87bb480ba57eb1e8 Author: Bruno Coudoin Date: Sun Dec 15 23:10:45 2002 +0000 Implemented the proper direction for tux. Now in 3D mode, the kid cannot * src/boards/maze.c: (start_board), (maze_next_level), (repeat), (one_step), (key_press), (key_press_3D), (update_tux): Implemented the proper direction for tux. Now in 3D mode, the kid cannot move tux while looking at the 2D map. * src/gcompris/gameutil.c: (reactivate_newline), (gcompris_add_xml_to_data): Fixed bad newline handling ChangeLog | 7 ++ src/boards/maze.c | 215 +++++++++++++++++++++++++++++++++-------------- src/gcompris/gameutil.c | 44 +++++++++- 3 files changed, 197 insertions(+), 69 deletions(-) commit ebee9548f9d433bbde7053aff879ad9c4a07b395 Author: Bruno Coudoin Date: Sun Dec 15 00:38:54 2002 +0000 first release of the gnome 2 port ChangeLog | 110 ++ acconfig.h | 4 +- autogen.sh | 2 +- boards/babymatch/board1_0.xml.in | 2 +- boards/babymatch/board2_0.xml.in | 2 +- boards/babymatch/board3_0.xml.in | 2 +- boards/babymatch/board4_0.xml.in | 2 +- boards/babymatch/board5_0.xml.in | 2 +- boards/babymatch/board6_0.xml.in | 2 +- boards/babyshapes/board1_0.xml.in | 2 +- boards/babyshapes/board2_0.xml.in | 2 +- boards/babyshapes/board3_0.xml.in | 2 +- boards/babyshapes/board4_0.xml.in | 2 +- boards/babyshapes/board5_0.xml.in | 2 +- boards/babyshapes/board6_0.xml.in | 2 +- boards/babyshapes/board7_0.xml.in | 2 +- boards/doubleentry/board1_0.xml.in | 2 +- boards/doubleentry/board2_0.xml.in | 2 +- boards/doubleentry/board3_0.xml.in | 2 +- boards/geography/board1_0.xml.in | 6 +- boards/geography/board2_0.xml.in | 6 +- boards/imagename/board1_0.xml.in | 2 +- boards/imagename/board2_0.xml.in | 2 +- boards/imagename/board3_0.xml.in | 2 +- boards/imagename/board4_0.xml.in | 2 +- boards/imagename/board5_0.xml.in | 2 +- boards/imagename/board6_0.xml.in | 2 +- boards/images/target_background.jpg | Bin 0 -> 46331 bytes boards/maze3D.xml.in | 3 +- boards/paintings/board1_0.xml.in | 2 +- boards/paintings/board2_0.xml.in | 2 +- boards/paintings/board3_0.xml.in | 2 +- boards/paintings/board3_1.xml.in | 2 +- boards/paintings/board4_0.xml.in | 2 +- boards/paintings/board5_0.xml.in | 2 +- boards/paintings/board6_0.xml.in | 2 +- boards/wordsgame/README | 6 + boards/wordsgame/wordslevel2.fr | 34 +- boards/wordsgame/wordslevelmax.fr | 73 +-- configure.in | 48 +- po/fr.po | 278 ++---- src/Makefile.am | 2 +- src/boards/Makefile.am | 213 ++--- src/boards/advanced_colors.c | 381 ++++---- src/boards/algebra_guesscount.c | 15 +- src/boards/chess.c | 9 +- src/boards/chess_position.c | 7 +- src/boards/clockgame.c | 25 +- src/boards/draw.c | 18 +- src/boards/enumerate.c | 5 +- src/boards/imageid.c | 11 +- src/boards/leftright.c | 8 +- src/boards/maze.c | 4 + src/boards/menu.c | 27 +- src/boards/missingletter.c | 12 +- src/boards/planegame.c | 7 +- src/boards/read_colors.c | 46 +- src/boards/reading.c | 32 +- src/boards/reversecount.c | 14 - src/boards/shapegame.c | 31 +- src/boards/target.c | 39 +- src/boards/wordsgame.c | 77 +- src/gcompris/Makefile.am | 49 +- src/gcompris/about.c | 51 +- src/gcompris/callbacks.c | 94 +- src/gcompris/callbacks.h | 58 +- src/gcompris/config.c | 34 +- src/gcompris/gameutil.c | 23 +- src/gcompris/gameutil.h | 2 +- src/gcompris/gcompris-edit.c | 408 ++++---- src/gcompris/gcompris-edit.glade | 2039 +++++++++++++++-------------------- src/gcompris/gcompris-edit.gladep | 12 + src/gcompris/gcompris.c | 200 ++-- src/gcompris/gcompris.h | 30 +- src/gcompris/help.c | 29 +- src/gcompris/images_selector.c | 12 +- src/gcompris/interface.c | 999 ++++++----------- src/gcompris/interface.h | 4 +- src/gcompris/off.xpm | 194 ---- src/gcompris/on.xpm | 190 ---- src/gcompris/pluginenum.c | 4 +- src/gcompris/soundutil.c | 6 +- src/gcompris/support.c | 119 +-- src/gcompris/support.h | 17 +- src/gcompris/timer.c | 4 +- src/unicode/.cvsignore | 2 - 86 files changed, 2554 insertions(+), 3637 deletions(-) commit 722cebfe70416ce652003a6ad54dbd81ba240b14 Author: Bruno Coudoin Date: Sat Dec 14 23:19:26 2002 +0000 not needed in gnome2 src/unicode/Makefile.am | 14 -- src/unicode/e-iconv.c | 458 ----------------------------------------------- src/unicode/e-iconv.h | 44 ----- src/unicode/e-unicode.c | 117 ------------ src/unicode/e-unicode.h | 40 ---- src/unicode/gunicode.h | 37 ---- src/unicode/gutf8.c | 107 ----------- 7 files changed, 0 insertions(+), 817 deletions(-) commit 7d6dc6266b90fc5aaab530dcde36ad1db5ca04d5 Author: Bruno Coudoin Date: Sat Dec 14 20:46:20 2002 +0000 created added tan error limit fixed for the clock and sand * boards/reversecount/dice_area.jpg: created * src/boards/reversecount.c: (pause_board), (start_board), (process_ok), (reversecount_destroy_all_items), (reversecount_create_item), (display_random_fish), (display_item_at), (item_event), (create_clock), (update_clock): added tan error limit * src/gcompris/timer.c: (gcompris_timer_display), (timer_increment): fixed for the clock and sand ChangeLog | 10 ++++++++++ configure.in | 12 ++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) commit 4a107dd1b723d3227eaff77c8f9aa74760a717ee Author: Christophe Merlet Date: Sat Dec 14 14:04:13 2002 +0000 Updated French translation. ChangeLog | 4 ++-- po/ChangeLog | 8 ++++++-- po/fr.po | 25 +++++++++++++------------ 3 files changed, 21 insertions(+), 16 deletions(-) commit 5345a3d59b423af08c316919fa4ce6368d9d9cc3 Author: Bruno Coudoin Date: Wed Nov 27 23:45:01 2002 +0000 created added tan error limit fixed for the clock and sand * boards/reversecount/dice_area.jpg: created * src/boards/reversecount.c: (pause_board), (start_board), (process_ok), (reversecount_destroy_all_items), (reversecount_create_item), (display_random_fish), (display_item_at), (item_event), (create_clock), (update_clock): added tan error limit * src/gcompris/timer.c: (gcompris_timer_display), (timer_increment): fixed for the clock and sand boards/reversecount/dice_area.jpg | Bin 0 -> 1097 bytes src/boards/reversecount.c | 146 +++++++++++++++++++++++++++++++++---- src/gcompris/timer.c | 45 ++++++++---- 3 files changed, 161 insertions(+), 30 deletions(-) commit 79c6feebd3e284196504754556225666d40db5dc Author: Bruno Coudoin Date: Tue Nov 26 15:17:25 2002 +0000 message cleanup boards/Makefile.am | 1 - boards/algebra_div.xml.in | 21 ----- boards/boardicons/enumerate.png | Bin 15892 -> 13828 bytes po/POTFILES.in | 3 +- po/fr.po | 186 ++++++++++++++++++++++----------------- src/boards/enumerate.c | 4 +- 6 files changed, 110 insertions(+), 105 deletions(-) commit 88a901f4b403cd063935894f28abe3fa7e15401a Author: Bruno Coudoin Date: Mon Nov 25 23:16:55 2002 +0000 fixed random bad display of the image fixed in i386, keys was not working * boards/scales/board1_0.xml.in: fixed random bad display of the image * src/boards/gletters.c: (key_press): fixed in i386, keys was not working anymore * src/boards/shapegame.c: (item_event), (add_shape_to_canvas), (add_xml_shape_to_data), (parse_doc): now support the position property in the xml to specify the depth of the shape :back/front. Fixed the sound support for the level 3 of doublentry board. * src/gcompris/soundutil.c: reindented ChangeLog | 9 +++ boards/maze3D.xml.in | 4 +- boards/scales/board1_0.xml.in | 10 ++-- src/boards/gletters.c | 9 ++- src/boards/shapegame.c | 47 ++++++++++--- src/gcompris/soundutil.c | 147 +++++++++++++++++++++-------------------- 6 files changed, 133 insertions(+), 93 deletions(-) commit cd7b2e4038b6f04f9bba03621ff49c67083b3c0f Author: Bruno Coudoin Date: Mon Nov 25 15:30:13 2002 +0000 updated po/fr.po | 57 +++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 39 insertions(+), 18 deletions(-) commit b5f75e48030a1ab62e7435d24f41f1849776b6bb Author: Bruno Coudoin Date: Fri Nov 15 16:32:40 2002 +0000 Upgraded to 1.2.1 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2887206a6dcf0f7c51f3abadd0024bd2564da616 Author: Bruno Coudoin Date: Tue Nov 12 11:39:52 2002 +0000 now spanish sounds are 1.1 boards/sounds/es/VERSION | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d9a591d187961232126673df5a629beed6320a88 Author: Bruno Coudoin Date: Tue Nov 12 11:38:59 2002 +0000 Alejandro Diaz Infante boards/sounds/es/back.ogg | Bin 0 -> 12835 bytes boards/sounds/es/black.ogg | Bin 0 -> 16949 bytes boards/sounds/es/blue.ogg | Bin 0 -> 16839 bytes boards/sounds/es/brown.ogg | Bin 0 -> 12874 bytes boards/sounds/es/by.ogg | Bin 0 -> 12896 bytes boards/sounds/es/click_on_letter.ogg | Bin 0 -> 25505 bytes boards/sounds/es/congratulation.ogg | Bin 0 -> 29740 bytes boards/sounds/es/equal.ogg | Bin 0 -> 16972 bytes boards/sounds/es/g.ogg | Bin 59103 -> 12750 bytes boards/sounds/es/good.ogg | Bin 0 -> 17128 bytes boards/sounds/es/great.ogg | Bin 0 -> 18800 bytes boards/sounds/es/green.ogg | Bin 0 -> 16940 bytes boards/sounds/es/grey.ogg | Bin 0 -> 12816 bytes boards/sounds/es/help.ogg | Bin 0 -> 17207 bytes boards/sounds/es/level.ogg | Bin 0 -> 16776 bytes boards/sounds/es/minus.ogg | Bin 0 -> 16886 bytes boards/sounds/es/ok.ogg | Bin 0 -> 12703 bytes boards/sounds/es/orange.ogg | Bin 0 -> 16910 bytes boards/sounds/es/outof.ogg | Bin 0 -> 29806 bytes boards/sounds/es/plus.ogg | Bin 0 -> 16801 bytes boards/sounds/es/purple.ogg | Bin 0 -> 16725 bytes boards/sounds/es/quit.ogg | Bin 0 -> 21043 bytes boards/sounds/es/red.ogg | Bin 0 -> 16971 bytes boards/sounds/es/super.ogg | Bin 0 -> 16866 bytes boards/sounds/es/v.ogg | Bin 37670 -> 12680 bytes boards/sounds/es/w.ogg | Bin 53865 -> 16927 bytes boards/sounds/es/welcome.ogg | Bin 0 -> 29630 bytes boards/sounds/es/white.ogg | Bin 0 -> 17098 bytes boards/sounds/es/yellow.ogg | Bin 0 -> 21286 bytes 29 files changed, 0 insertions(+), 0 deletions(-) commit ad9e34265c684235370c42ef8dc9cac4d3293ad9 Author: Bruno Coudoin Date: Mon Nov 11 23:49:31 2002 +0000 added maze 3D added maze 2D force added gnuchess requirement updated added * boards/fun.xml.in: added maze 3D * boards/maze.xml.in: added maze 2D force * gcompris.spec.in: added gnuchess requirement * po/POTFILES.in: updated * src/boards/algebra.c: (key_press), (get_operand), (init_operation): added backspace support * src/boards/chess.c: (start_board), (chess_create_item), (item_event), (engine_local_cb), (write_child): now works with gnuchess 5 only * src/boards/maze.c: Christof Petig implemented a 3D mode * src/boards/reversecount.c: (process_ok), (reversecount_create_item): Changed the tux to a top view 4 direction one * src/gcompris/soundutil.c: (scheduler), (gcompris_play_ogg): removed comments ChangeLog | 15 + boards/Makefile.am | 1 + boards/boardicons/maze3D.png | Bin 0 -> 17577 bytes boards/fun.xml.in | 1 + boards/gcompris/misc/tux_top_east.png | Bin 0 -> 5221 bytes boards/gcompris/misc/tux_top_north.png | Bin 0 -> 4948 bytes boards/gcompris/misc/tux_top_south.png | Bin 0 -> 4945 bytes boards/gcompris/misc/tux_top_west.png | Bin 0 -> 5339 bytes boards/images/maze-bg.jpg | Bin 0 -> 239774 bytes boards/maze.xml.in | 1 + boards/maze3D.xml.in | 17 + gcompris.spec.in | 2 +- po/POTFILES.in | 1 + po/fr.po | 90 ++- src/boards/algebra.c | 15 +- src/boards/chess.c | 96 ++- src/boards/maze.c | 1325 +++++++++++++++++++++----------- src/boards/reversecount.c | 17 +- 18 files changed, 1068 insertions(+), 513 deletions(-) commit 24e9afc82c5ee76b70a57f3c89bdfe4bb447e630 Author: Bruno Coudoin Date: Mon Oct 14 12:19:20 2002 +0000 Christof Petig since I was rather frustrated that gletters did not recognize any typed letter on my iBook, I dived into the code and found an endianness bug. You store the character in an integer, take a pointer to it and cast it to a char pointer. On any architecture except intel this would select the wrong byte (this highmost byte which has to be 0). src/boards/gletters.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ff9dc7b84e73aa1d540b9dc459f1819ba0224fdd Author: Bruno Coudoin Date: Mon Oct 14 07:51:01 2002 +0000 added enumerate po/POTFILES.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit b32b1ce7e965ca2b1af8487b2afbd9462fc1b529 Author: Bruno Coudoin Date: Sun Oct 13 21:48:39 2002 +0000 added enumerate board added dialog box api using dialog box in chess in case gnuchessx is not there replace tabepice in jpg ChangeLog | 20 + boards/Makefile.am | 1 + boards/algebramenu.xml.in | 1 + boards/boardicons/enumerate.png | Bin 0 -> 15892 bytes boards/enumerate.xml.in | 15 + boards/gcompris/dialogbox.png | Bin 7570 -> 76710 bytes boards/images/enumerate_answer.png | Bin 0 -> 8037 bytes boards/images/enumerate_answer_focus.png | Bin 0 -> 6853 bytes boards/images/enumerate_background.jpg | Bin 0 -> 36447 bytes boards/scales/board1_0.xml.in | 2 +- boards/scales/tabepice.jpg | Bin 0 -> 43837 bytes boards/scales/tabepice.png | Bin 503983 -> 0 bytes po/fr.po | 137 ++++--- src/boards/Makefile.am | 9 + src/boards/chess.c | 26 +- src/boards/enumerate.c | 626 ++++++++++++++++++++++++++++++ src/gcompris/gameutil.c | 104 +++++- src/gcompris/gameutil.h | 3 + 18 files changed, 879 insertions(+), 65 deletions(-) commit 4ab5ce8a70fa10baec5b8ce4975c361a52ad9890 Author: Pascal Georges Date: Thu Oct 10 19:58:18 2002 +0000 *** empty log message *** src/boards/click_on_letter.c | 2 - src/gcompris/soundutil.c | 164 ++++++++++++++++++------------------------ 2 files changed, 71 insertions(+), 95 deletions(-) commit 99af772f8936bde57337397ad4f4836a8c5c3538 Author: Bruno Coudoin Date: Wed Oct 9 07:31:23 2002 +0000 added function definition to avoid warnings src/boards/read_colors.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit b867dd39c4adbb959510673624fce3d2a488cfe8 Author: Bruno Coudoin Date: Wed Oct 9 07:30:40 2002 +0000 Using AM_ instead of XIPH_ for ogg configure.in | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) commit 5c578438d3bd4b4f7c5db6d42383487d39f52c26 Author: Bruno Coudoin Date: Tue Oct 8 22:16:26 2002 +0000 added support to compile internal ogg player added anchor to text items * configure.in: added support to compile internal ogg player * src/boards/draw.c: (resize_item), (create_item): added anchor to text items * src/gcompris/Makefile.am: added support to compile internal ogg player * src/gcompris/oggplayer.c: (decode_ogg_file): created by Nabil Ben Khalifa * src/gcompris/soundutil.c: (initSound), (setSoundPolicy), (getSoundPolicy), (scheduler), (thread_play_ogg), (get_next_sound_to_play), (gcompris_play_ogg), (gcompris_play_sound): Removed the fork to ogg123, use now internal ogg player * src/gcompris/soundutil.h: added supporrt for internal ogg player .cvsignore | 1 + ChangeLog | 34 ++++- configure.in | 15 ++- src/boards/draw.c | 6 +- src/gcompris/Makefile.am | 14 ++- src/gcompris/gcompris.c | 2 +- src/gcompris/oggplayer.c | 103 +++++++++++++ src/gcompris/soundutil.c | 383 ++++++++++++++++++++++++--------------------- src/gcompris/soundutil.h | 2 + 9 files changed, 365 insertions(+), 195 deletions(-) commit 89b6ffc8153787ebf83872faf177475888d0ae39 Author: Bruno Coudoin Date: Tue Oct 8 12:14:58 2002 +0000 added iso code to fixed size font po/fr.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0c174f26e2c9148b73816a42fae2295ed7c99479 Author: Bruno Coudoin Date: Sun Oct 6 21:53:27 2002 +0000 fixed i18N in config src/gcompris/config.c | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit 07bb17fd1421f774c34208e57ccf04429e4918a9 Author: Bruno Coudoin Date: Sun Oct 6 21:47:56 2002 +0000 added text support in draw fixed i18N in config Reintroduced the random placement in shape boards/draw/tool-text.png | Bin 0 -> 3232 bytes boards/draw/tool-text_on.png | Bin 0 -> 3331 bytes src/boards/draw.c | 374 +++++++++++++++++++++++++++++++++--------- src/boards/shapegame.c | 76 +++------ 4 files changed, 317 insertions(+), 133 deletions(-) commit 8b8d52d5993decdf5d29d608fd9c8fed1511cb10 Author: Bruno Coudoin Date: Sun Sep 22 21:37:12 2002 +0000 better icon/fixed bugs in chess ChangeLog | 9 +++++++++ boards/boardicons/algebra_group.png | Bin 8452 -> 10798 bytes boards/boardicons/algebramenu.png | Bin 6202 -> 11182 bytes src/boards/chess.c | 8 ++++++++ src/boards/chess_position.c | 14 +++++++------- 5 files changed, 24 insertions(+), 7 deletions(-) commit f631450e2196d49f35052c1b63a3e73b87a4f977 Author: Bruno Coudoin Date: Sun Sep 22 08:30:05 2002 +0000 fixed board names boards/chess_computer.xml.in | 4 ++-- boards/chess_movelearn.xml.in | 4 ++-- boards/chess_partyend.xml.in | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) commit e09521db631a48ecb7a35fe3077f9c6a0ee29d68 Author: Pascal Georges Date: Thu Sep 19 18:58:22 2002 +0000 *** empty log message *** boards/advanced_colors/advanced_colors1.jpg | Bin 0 -> 51873 bytes boards/advanced_colors/advanced_colors1.png | Bin 338145 -> 0 bytes boards/advanced_colors/advanced_colors2.jpg | Bin 0 -> 49339 bytes boards/advanced_colors/advanced_colors2.png | Bin 327768 -> 0 bytes boards/advanced_colors/advanced_colors3.jpg | Bin 0 -> 49492 bytes boards/advanced_colors/advanced_colors3.png | Bin 326084 -> 0 bytes boards/advanced_colors/advanced_colors4.jpg | Bin 0 -> 49422 bytes boards/advanced_colors/advanced_colors4.png | Bin 322349 -> 0 bytes boards/advanced_colors/advanced_colors5.jpg | Bin 0 -> 49267 bytes boards/advanced_colors/advanced_colors5.png | Bin 325763 -> 0 bytes boards/advanced_colors/advanced_colors6.jpg | Bin 0 -> 49582 bytes boards/advanced_colors/advanced_colors6.png | Bin 329279 -> 0 bytes boards/advanced_colors/advanced_colors7.jpg | Bin 0 -> 49258 bytes boards/advanced_colors/advanced_colors7.png | Bin 324186 -> 0 bytes boards/advanced_colors/advanced_colors8.jpg | Bin 0 -> 49451 bytes boards/advanced_colors/advanced_colors8.png | Bin 326029 -> 0 bytes boards/advanced_colors/advanced_colors9.jpg | Bin 0 -> 49396 bytes boards/advanced_colors/advanced_colors9.png | Bin 326285 -> 0 bytes boards/advanced_colors/board1.xml.in | 2 +- boards/advanced_colors/board2.xml.in | 2 +- boards/advanced_colors/board3.xml.in | 2 +- boards/advanced_colors/board4.xml.in | 2 +- boards/advanced_colors/board5.xml.in | 2 +- boards/advanced_colors/board6.xml.in | 2 +- boards/advanced_colors/board7.xml.in | 2 +- boards/advanced_colors/board8.xml.in | 2 +- boards/advanced_colors/board9.xml.in | 2 +- 27 files changed, 9 insertions(+), 9 deletions(-) commit fd327fa9d8245cd96466cc452a20246b5b7a5e7e Author: Bruno Coudoin Date: Thu Sep 19 12:35:36 2002 +0000 preparing release 1.2.0 .cvsignore | 1 + ABOUT-NLS | 226 ++++++++++++++++++++++++++++++++++++++++++ boards/sounds/HOWTO_ENCODE | 3 +- configure.in | 2 +- gcompris.spec.in | 2 +- po/az.po | 75 +++++++++----- po/de.po | 75 +++++++++----- po/el.po | 75 +++++++++----- po/es.po | 75 +++++++++----- po/fi.po | 75 +++++++++----- po/fr.po | 78 +++++++++------ po/hu.po | 75 +++++++++----- po/it.po | 75 +++++++++----- po/lt.po | 75 +++++++++----- po/ms.po | 75 +++++++++----- po/nl.po | 75 +++++++++----- po/pt_BR.po | 75 +++++++++----- po/ru.po | 75 +++++++++----- po/sk.po | 75 +++++++++----- po/sv.po | 75 +++++++++----- src/boards/Makefile.am | 3 +- src/boards/advanced_colors.c | 3 +- 22 files changed, 942 insertions(+), 426 deletions(-) commit 177151cbe9a841d8c40082263d4dd1678bc2006b Author: Bruno Coudoin Date: Wed Sep 18 22:15:10 2002 +0000 added specific chess board ChangeLog | 24 ++ boards/Makefile.am | 3 + boards/boardicons/chess_computer.png | Bin 0 -> 8003 bytes boards/boardicons/chess_movelearn.png | Bin 0 -> 1395 bytes boards/boardicons/chess_partyend.png | Bin 0 -> 1440 bytes boards/chess.xml.in | 20 +- boards/chess/k.png | Bin 611 -> 839 bytes boards/chess_computer.xml.in | 21 ++ boards/chess_movelearn.xml.in | 21 ++ boards/chess_partyend.xml.in | 21 ++ po/POTFILES.in | 3 + po/fr.po | 8 +- src/boards/chess.c | 474 +++++++++++++++++++-------------- src/boards/chess_notation.c | 10 +- src/boards/chess_notation.h | 1 + src/boards/chess_position.c | 184 +++++++++++++ src/boards/chess_position.h | 40 ++-- 17 files changed, 597 insertions(+), 233 deletions(-) commit dcafa067335ebd3f3aeab18aba6208127de1feda Author: Bruno Coudoin Date: Sat Sep 14 22:26:33 2002 +0000 implement promotion in the chess activity ChangeLog | 12 +++++ boards/read_colors/.cvsignore | 4 ++ src/boards/chess.c | 63 +++++++++++++++++++------- src/boards/chess_makros.h | 2 - src/boards/chess_movlist.h | 98 ----------------------------------------- src/boards/chess_notation.c | 31 ++++++++++--- src/boards/chess_notation.h | 3 +- src/gcompris/gcompris.c | 15 ++++++- 8 files changed, 104 insertions(+), 124 deletions(-) commit 94748fb1622ed3b00e7424f76a26dfedfa37ffca Author: Bruno Coudoin Date: Fri Sep 13 12:04:35 2002 +0000 uses .in file for i18n gcompris-edit.desktop | 8 -------- gcompris-edit.desktop.in | 7 +++++++ 2 files changed, 7 insertions(+), 8 deletions(-) commit b4d7c5903a62fd92c2925ebe6cc640f36ded1e85 Author: Bruno Coudoin Date: Thu Sep 12 21:28:07 2002 +0000 cleanup boards/mastermind.xml.in | 25 ------------------------- src/boards/chess.c | 9 +++++++++ 2 files changed, 9 insertions(+), 25 deletions(-) commit 92b5545d6cd116916d59bfd17a9c70bc0b7aee56 Author: Bruno Coudoin Date: Thu Sep 12 21:05:44 2002 +0000 fixed name boards/images/mastermind_logo.png | Bin 21567 -> 0 bytes boards/images/superbrain_logo.png | Bin 0 -> 21567 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit 07fc8d168af2fe10593b736a04b25c55d269d309 Author: Bruno Coudoin Date: Thu Sep 12 20:11:58 2002 +0000 updated .cvsignore | 1 + ChangeLog | 9 ++++++--- boards/boardicons/.cvsignore | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) commit d30c76ab0457e5c30cd1c93508d8552d12d789e6 Author: Bruno Coudoin Date: Thu Sep 12 19:57:11 2002 +0000 added painting in scale reviewed the menu organisation boards/.cvsignore | 1 + boards/Makefile.am | 2 + boards/algebra_group.xml.in | 14 + boards/algebramenu.xml.in | 11 +- boards/boardicons/README | 2 +- boards/boardicons/algebra_group.png | Bin 0 -> 8452 bytes boards/boardicons/boards.png | Bin 0 -> 3285 bytes boards/boardicons/locale_de.png | Bin 220 -> 0 bytes boards/boardicons/locale_el.png | Bin 501 -> 0 bytes boards/boardicons/locale_en.png | Bin 2944 -> 0 bytes boards/boardicons/locale_es.png | Bin 236 -> 0 bytes boards/boardicons/locale_fr.png | Bin 232 -> 0 bytes boards/boardicons/locale_lt.png | Bin 266 -> 0 bytes boards/boardicons/locale_sv.png | Bin 342 -> 0 bytes boards/boardicons/mastermind.png | Bin 11503 -> 0 bytes boards/boardicons/superbrain.png | Bin 0 -> 11503 bytes boards/boards.xml.in | 16 ++ boards/chess/.cvsignore | 1 + boards/colors_group.xml.in | 6 +- boards/computer.xml.in | 6 +- boards/flags/.cvsignore | 1 + boards/fun.xml.in | 16 +- boards/images/.cvsignore | 1 + boards/menu.xml.in | 13 +- boards/reading.xml.in | 6 +- boards/scales/README | 4 +- boards/scales/board1_0.xml.in | 5 +- boards/scales/tabepice.png | Bin 0 -> 503983 bytes boards/scalesboard.xml.in | 9 +- boards/smallnumbers.xml.in | 2 +- boards/superbrain.xml.in | 2 +- gcompris-edit.desktop | 1 + po/POTFILES.in | 7 +- po/az.po | 224 +++++++++-------- po/de.po | 229 +++++++++-------- po/el.po | 225 +++++++++-------- po/es.po | 229 +++++++++-------- po/fi.po | 218 ++++++++-------- po/fr.po | 315 ++++++++++++----------- po/hu.po | 239 ++++++++++-------- po/it.po | 229 +++++++++-------- po/lt.po | 229 +++++++++-------- po/ms.po | 232 +++++++++-------- po/nl.po | 485 ++++++++++++++++++++--------------- po/pt_BR.po | 219 ++++++++-------- po/ru.po | 226 +++++++++-------- po/sk.po | 229 +++++++++-------- po/sv.po | 236 +++++++++-------- src/boards/chess.c | 18 +- src/boards/superbrain.c | 2 +- src/boards/target.c | 3 +- src/gcompris/gcompris-edit.glade | 13 +- src/gcompris/interface.c | 18 +-- 53 files changed, 2125 insertions(+), 1819 deletions(-) commit 1c1327b91f461101d2c5bd157463f3aec3bb67d9 Author: Bruno Coudoin Date: Tue Sep 10 23:25:22 2002 +0000 fixed file names boards/Makefile.am | 2 +- boards/fun.xml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit cc6d20cca12706c998b9ce1b617b82caefd0d048 Author: Bruno Coudoin Date: Tue Sep 10 23:13:53 2002 +0000 file name fixes / added the desktop icon for gcompris edit Makefile.am | 4 ++-- boards/superbrain.xml.in | 24 ++++++++++++++++++++++++ gcompris-edit.desktop | 7 +++++++ gcompris-edit.png | Bin 0 -> 4862 bytes gcompris.png | Bin 2582 -> 3111 bytes 5 files changed, 33 insertions(+), 2 deletions(-) commit e312553d9a8c9d6f3dfdc39de31ebde0c37d3305 Author: Bruno Coudoin Date: Tue Sep 10 23:05:46 2002 +0000 name fixes src/boards/Makefile.am | 8 +- src/boards/mastermind.c | 655 ----------------------------------------------- src/boards/superbrain.c | 655 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 659 insertions(+), 659 deletions(-) commit eb917d29a9ea8fefd8b6562c7f43f98de32bbe07 Author: Bruno Coudoin Date: Mon Sep 9 22:38:26 2002 +0000 fixed many typos thanks to Herman Bruyninckx boards/algebra_by.xml.in | 2 +- boards/algebra_div.xml.in | 2 +- boards/algebra_minus.xml.in | 2 +- boards/algebra_plus.xml.in | 2 +- boards/babymatch.xml.in | 2 +- boards/click_on_letter.xml.in | 2 +- boards/memory.xml.in | 4 +- boards/readingh.xml.in | 2 +- boards/readingv.xml.in | 2 +- boards/reversecount.xml.in | 2 +- boards/smallnumbers.xml.in | 2 +- boards/target.xml.in | 6 +- po/ChangeLog | 4 + po/fr.po | 34 ++-- po/nl.po | 453 ++++++++++++++++++++++---------------- src/boards/chess.c | 15 ++ src/gcompris/gcompris-edit.glade | 14 +- src/gcompris/interface.c | 18 +- 18 files changed, 328 insertions(+), 240 deletions(-) commit 72e51840ab462ecc0a0e348b38ca16f7266d95e4 Author: Pascal Georges Date: Mon Sep 9 19:53:09 2002 +0000 *** empty log message *** ChangeLog | 3 +++ boards/gcompris/misc/toomanyerrors.png | Bin 28827 -> 25669 bytes src/gcompris/bonus.c | 3 +-- 3 files changed, 4 insertions(+), 2 deletions(-) commit c8efd0f69d753ca31f8a951f0d58953aeb6f8862 Author: Bruno Coudoin Date: Mon Sep 9 09:15:53 2002 +0000 created boards/babyshapes/Makefile.am | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) commit 03cfed176a2cc12fe281c404889ebce3a6c82dfc Author: Pascal Georges Date: Sun Sep 8 18:03:16 2002 +0000 *** empty log message *** ChangeLog | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1c0aaeb73273e3307124916a3a5e3f51c914ed86 Author: Bruno Coudoin Date: Sun Sep 8 15:03:01 2002 +0000 created from gnome-chess boards/boardicons/chess.png | Bin 0 -> 3676 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit a48000c34df93c85e79ed21123ef804fc98334f6 Author: Pascal Georges Date: Fri Sep 6 21:18:58 2002 +0000 *** empty log message *** boards/gcompris/misc/toomanyerrors.png | Bin 0 -> 28827 bytes boards/read_colors/Makefile | 279 -------------------------------- boards/read_colors/Makefile.in | 279 -------------------------------- boards/read_colors/board1.xml | 27 --- po/POTFILES.in | 1 + po/az.po | 94 +++++++++-- po/de.po | 96 +++++++++-- po/el.po | 94 +++++++++-- po/es.po | 96 +++++++++-- po/fi.po | 94 +++++++++-- po/fr.po | 95 +++++++++-- po/hu.po | 96 +++++++++-- po/it.po | 96 +++++++++-- po/lt.po | 96 +++++++++-- po/ms.po | 96 +++++++++-- po/nl.po | 96 +++++++++-- po/pt_BR.po | 94 +++++++++-- po/ru.po | 96 +++++++++-- po/sk.po | 96 +++++++++-- po/sv.po | 94 +++++++++-- src/boards/advanced_colors.c | 10 +- src/boards/read_colors.c | 6 + src/gcompris/bonus.c | 3 + src/gcompris/bonus.h | 3 +- 24 files changed, 1180 insertions(+), 857 deletions(-) commit 44cdbb1a97979fcba3823a8a857d5b17675e941f Author: Pascal Georges Date: Fri Sep 6 19:19:56 2002 +0000 *** empty log message *** ChangeLog | 3 + boards/Makefile.am | 3 +- boards/boardicons/read_colors.png | Bin 0 -> 10097 bytes boards/boardicons/read_colors2.png | Bin 0 -> 5208 bytes boards/colors_group.xml.in | 1 + boards/read_colors.xml.in | 17 + boards/read_colors/Makefile | 279 ++++++++++++++ boards/read_colors/Makefile.am | 11 + boards/read_colors/Makefile.in | 279 ++++++++++++++ boards/read_colors/board1.xml | 27 ++ boards/read_colors/board1.xml.in | 16 + boards/read_colors/read_colors_background.png | Bin 0 -> 208856 bytes boards/read_colors/read_colors_highlight.png | Bin 0 -> 18632 bytes configure.in | 1 + docs/Makefile.am | 2 +- po/POTFILES.in | 2 + po/az.po | 68 +++- po/de.po | 81 ++++- po/el.po | 67 +++- po/es.po | 81 ++++- po/fi.po | 67 +++- po/fr.po | 67 +++- po/hu.po | 77 ++++- po/it.po | 81 ++++- po/lt.po | 81 ++++- po/ms.po | 77 ++++- po/nl.po | 81 ++++- po/pt_BR.po | 67 +++- po/ru.po | 80 ++++- po/sk.po | 81 ++++- po/sv.po | 69 +++- src/boards/Makefile.am | 11 +- src/boards/read_colors.c | 502 +++++++++++++++++++++++++ 33 files changed, 2143 insertions(+), 136 deletions(-) commit 6cd605e3afefa04624c2696319f442f5df254cb1 Author: Bruno Coudoin Date: Thu Sep 5 22:52:46 2002 +0000 added Chess added Chess added advanced_colors updated added 2002-09-06 Bruno Coudoin * boards/Makefile.am: added Chess * boards/fun.xml.in: added Chess * configure.in: added advanced_colors * po/POTFILES.in: updated * src/boards/Makefile.am: added advanced_colors * src/boards/erase.c: code cleanup * src/boards/mastermind.c: implemented easy / complex level * src/gcompris/gcompris.c: (gcompris_exit): added a call to board_stop ChangeLog | 11 + boards/boardicons/.cvsignore | 3 + boards/flags/.cvsignore | 3 + boards/images/.cvsignore | 3 + configure.in | 1 + po/POTFILES.in | 2 + src/boards/Makefile.am | 10 +- src/boards/chess.c | 994 +++++++++++++++++++++++++++ src/boards/chess_makros.h | 180 +++++ src/boards/chess_movlist.h | 98 +++ src/boards/chess_notation.c | 558 +++++++++++++++ src/boards/chess_notation.h | 44 ++ src/boards/chess_position.c | 1555 ++++++++++++++++++++++++++++++++++++++++++ src/boards/chess_position.h | 84 +++ src/boards/erase.c | 4 - src/boards/mastermind.c | 2 +- src/gcompris/gcompris.c | 3 +- 17 files changed, 3548 insertions(+), 7 deletions(-) commit 45d3478c2a6bf9389848ada55078f154965412d7 Author: Bruno Coudoin Date: Thu Sep 5 22:25:20 2002 +0000 added chess boards/Makefile.am | 1 + boards/chess.xml.in | 20 ++++++++++++++++++++ boards/chess/.cvsignore | 3 +++ boards/chess/B.png | Bin 0 -> 713 bytes boards/chess/COPYRIGHT | 1 + boards/chess/K.png | Bin 0 -> 835 bytes boards/chess/N.png | Bin 0 -> 783 bytes boards/chess/P.png | Bin 0 -> 474 bytes boards/chess/Q.png | Bin 0 -> 861 bytes boards/chess/R.png | Bin 0 -> 581 bytes boards/chess/b.png | Bin 0 -> 710 bytes boards/chess/k.png | Bin 0 -> 611 bytes boards/chess/n.png | Bin 0 -> 783 bytes boards/chess/p.png | Bin 0 -> 480 bytes boards/chess/q.png | Bin 0 -> 864 bytes boards/chess/r.png | Bin 0 -> 588 bytes boards/fun.xml.in | 1 + 17 files changed, 26 insertions(+), 0 deletions(-) commit 04ae76bf461e3151e873cc36afede062ca8fd7e8 Author: Pascal Georges Date: Wed Sep 4 16:16:45 2002 +0000 *** empty log message *** ChangeLog | 3 +++ po/POTFILES.in | 1 + po/az.po | 52 ++++++++++++++++++++++++++++++++-------------------- po/de.po | 52 ++++++++++++++++++++++++++++++++-------------------- po/el.po | 52 ++++++++++++++++++++++++++++++++-------------------- po/es.po | 52 ++++++++++++++++++++++++++++++++-------------------- po/fi.po | 51 +++++++++++++++++++++++++++++++-------------------- po/fr.po | 53 ++++++++++++++++++++++++++++++++--------------------- po/hu.po | 52 ++++++++++++++++++++++++++++++++-------------------- po/it.po | 54 +++++++++++++++++++++++++++++++++--------------------- po/lt.po | 52 ++++++++++++++++++++++++++++++++-------------------- po/ms.po | 52 ++++++++++++++++++++++++++++++++-------------------- po/nl.po | 52 ++++++++++++++++++++++++++++++++-------------------- po/pt_BR.po | 51 +++++++++++++++++++++++++++++++-------------------- po/ru.po | 52 ++++++++++++++++++++++++++++++++-------------------- po/sk.po | 52 ++++++++++++++++++++++++++++++++-------------------- po/sv.po | 52 ++++++++++++++++++++++++++++++++-------------------- 17 files changed, 483 insertions(+), 302 deletions(-) commit c7deb1dca1b30bae6551e90b98c5fec5d6e55a88 Author: Pascal Georges Date: Mon Sep 2 20:32:13 2002 +0000 *** empty log message *** ChangeLog | 3 ++ src/boards/advanced_colors.c | 62 +++++++++++++++++++++++++++++++++++++---- 2 files changed, 59 insertions(+), 6 deletions(-) commit b6d596eb8693d0faa6f7672101aedd00a7fb6a22 Author: Bruno Coudoin Date: Mon Sep 2 08:28:22 2002 +0000 added advaced_colrs po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b87cb37d0ede48cba88c4cef90f6fb39f3bb528e Author: Bruno Coudoin Date: Sat Aug 31 21:01:02 2002 +0000 created boards/advanced_colors/.cvsignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 12031474d5fa5604e7d71a8c28ff19deb3b8ea50 Author: Pascal Georges Date: Fri Aug 30 21:17:10 2002 +0000 *** empty log message *** boards/boardicons/advanced_colors.png | Bin 0 -> 3510 bytes configure.in | 1 + 2 files changed, 1 insertions(+), 0 deletions(-) commit 9e30dc17910827d554f98f45007520a15d80fd93 Author: Bruno Coudoin Date: Fri Aug 30 19:26:52 2002 +0000 created boards/babyshapes/.cvsignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit f9a7c7f551d1891b2617d0da0d87327a433465c9 Author: Hasbullah Bin Pit Date: Fri Aug 30 18:39:36 2002 +0000 Added Malay translation by Noor Azurah Anuar * ms.po: Added Malay translation by Noor Azurah Anuar po/ms.po | 74 +++++++++++++++++++++++++------------------------------------ 1 files changed, 30 insertions(+), 44 deletions(-) commit 01588803401ea99929483b04f8209601c75e9257 Author: Pascal Georges Date: Fri Aug 30 15:26:07 2002 +0000 *** empty log message *** boards/advanced_colors.xml.in | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 17095de1b49f5c45f5a08db623f9cceda992f02a Author: Bruno Coudoin Date: Thu Aug 29 22:13:20 2002 +0000 added copyright boards/music/COPYRIGHT | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 542182a66d7ea8026b82988b7ab325d9f15b556e Author: Pascal Georges Date: Thu Aug 29 21:23:59 2002 +0000 *** empty log message *** ChangeLog | 3 + boards/advanced_colors/Makefile.am | 11 +- boards/advanced_colors/advanced_colors3.png | Bin 0 -> 326084 bytes boards/advanced_colors/advanced_colors4.png | Bin 0 -> 322349 bytes boards/advanced_colors/advanced_colors5.png | Bin 0 -> 325763 bytes boards/advanced_colors/advanced_colors6.png | Bin 0 -> 329279 bytes boards/advanced_colors/advanced_colors7.png | Bin 0 -> 324186 bytes boards/advanced_colors/advanced_colors8.png | Bin 0 -> 326029 bytes boards/advanced_colors/advanced_colors9.png | Bin 0 -> 326285 bytes boards/advanced_colors/board3.xml.in | 14 ++ boards/advanced_colors/board4.xml.in | 14 ++ boards/advanced_colors/board5.xml.in | 14 ++ boards/advanced_colors/board6.xml.in | 14 ++ boards/advanced_colors/board7.xml.in | 14 ++ boards/advanced_colors/board8.xml.in | 14 ++ boards/advanced_colors/board9.xml.in | 14 ++ po/POTFILES.in | 7 + po/az.po | 222 +++++++++++++++++++++++++- po/de.po | 238 ++++++++++++++++++++++++++- po/el.po | 221 ++++++++++++++++++++++++- po/es.po | 235 ++++++++++++++++++++++++++- po/fi.po | 220 ++++++++++++++++++++++++- po/fr.po | 223 ++++++++++++++++++++++++- po/hu.po | 235 ++++++++++++++++++++++++++- po/it.po | 239 ++++++++++++++++++++++++++- po/lt.po | 238 ++++++++++++++++++++++++++- po/ms.po | 236 ++++++++++++++++++++++++++- po/nl.po | 236 ++++++++++++++++++++++++++- po/pt_BR.po | 220 ++++++++++++++++++++++++- po/ru.po | 233 +++++++++++++++++++++++++- po/sk.po | 236 ++++++++++++++++++++++++++- po/sv.po | 222 +++++++++++++++++++++++++- src/boards/advanced_colors.c | 2 +- 33 files changed, 3510 insertions(+), 65 deletions(-) commit 8edfc93d5f7aa88fa05070e5afe3ede9e27692be Author: Pascal Georges Date: Wed Aug 28 20:19:27 2002 +0000 *** empty log message *** src/boards/advanced_colors.c | 33 +++++++++++++++++++-------------- 1 files changed, 19 insertions(+), 14 deletions(-) commit 1e842ee2b56d7bc840c3f2bf18367c50bcbec374 Author: Pascal Georges Date: Wed Aug 28 15:40:35 2002 +0000 *** empty log message *** ChangeLog | 5 +- boards/Makefile.am | 6 +- boards/advanced_colors/Makefile.am | 13 + boards/advanced_colors/advanced_colors1.png | Bin 0 -> 338145 bytes boards/advanced_colors/advanced_colors2.png | Bin 0 -> 327768 bytes .../advanced_colors/advanced_colors_highlight.png | Bin 0 -> 6880 bytes boards/advanced_colors/board1.xml.in | 14 + boards/advanced_colors/board2.xml.in | 14 + boards/colors_group.xml.in | 13 + boards/fun.xml.in | 2 +- po/POTFILES.in | 2 + po/az.po | 965 +++++++++++++--- po/de.po | 1062 ++++++++++++++--- po/el.po | 985 +++++++++++++--- po/es.po | 1228 ++++++++++++++++---- po/fi.po | 972 +++++++++++++--- po/fr.po | 166 +++- po/hu.po | 895 ++++++++++++--- po/it.po | 1034 ++++++++++++++--- po/lt.po | 1011 ++++++++++++++--- po/ms.po | 174 +++- po/nl.po | 1006 ++++++++++++++--- po/pt_BR.po | 966 +++++++++++++--- po/ru.po | 990 ++++++++++++++--- po/sk.po | 1045 ++++++++++++++--- po/sv.po | 995 +++++++++++++--- src/boards/Makefile.am | 11 +- src/boards/advanced_colors.c | 489 ++++++++ 28 files changed, 11895 insertions(+), 2168 deletions(-) commit b64f22118dc4981be512f383a74beb381593ce82 Author: Xavier Garreau Date: Tue Aug 27 17:00:47 2002 +0000 fixed a potential random bug at level 5 or above 2002-08-27 Xavier Garreau * src/boards/memory.c: fixed a potential random bug at level 5 or above ChangeLog | 4 ++++ src/boards/memory.c | 15 ++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) commit 39ab3554cefdb6e7000ae667567f334d4b64652a Author: Bruno Coudoin Date: Fri Aug 23 07:41:12 2002 +0000 dog by Andre Connes boards/babyshapes/dog3/dog.png | Bin 0 -> 326438 bytes boards/babyshapes/dog3/dog1.png | Bin 0 -> 68048 bytes boards/babyshapes/dog3/dog2.png | Bin 0 -> 60271 bytes boards/babyshapes/dog3/dog3.png | Bin 0 -> 62684 bytes boards/babyshapes/dog3/dog4.png | Bin 0 -> 71668 bytes boards/babyshapes/dog3/dog5.png | Bin 0 -> 61864 bytes boards/babyshapes/dog3/dog6.png | Bin 0 -> 73729 bytes 7 files changed, 0 insertions(+), 0 deletions(-) commit 5736f4799f609184de108925ee039fb614df4705 Author: Bruno Coudoin Date: Fri Aug 23 07:39:29 2002 +0000 dog from Andre Connes boards/babyshapes/dog1/dog.png | Bin 0 -> 35418 bytes boards/babyshapes/dog1/dog1.png | Bin 0 -> 101249 bytes boards/babyshapes/dog1/dog2.png | Bin 0 -> 89549 bytes boards/babyshapes/dog1/dog3.png | Bin 0 -> 99962 bytes boards/babyshapes/dog2/dog.png | Bin 0 -> 747454 bytes boards/babyshapes/dog2/dog1.png | Bin 0 -> 139020 bytes boards/babyshapes/dog2/dog2.png | Bin 0 -> 115416 bytes boards/babyshapes/dog2/dog3.png | Bin 0 -> 127370 bytes boards/babyshapes/dog2/dog4.png | Bin 0 -> 124534 bytes boards/babyshapes/dog2/dog5.png | Bin 0 -> 106123 bytes boards/babyshapes/dog2/dog6.png | Bin 0 -> 135596 bytes 11 files changed, 0 insertions(+), 0 deletions(-) commit 2db9df2b586c8f46e09e6666404dbe69fbe27f4d Author: Bruno Coudoin Date: Thu Aug 22 23:16:25 2002 +0000 added ti i18n babyshapes boards/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d653be674a55d796501b16eb5ba88dfad2143d09 Author: Bruno Coudoin Date: Thu Aug 22 22:19:42 2002 +0000 boards/mastermind.xml.in: new board by bruno po/fr.po: updated src/boards/mastermind.c: new board by bruno ChangeLog | 6 + boards/mastermind.xml.in | 7 +- po/fr.po | 156 +++++++++++++++--------------- src/boards/mastermind.c | 234 ++++++++++++++++++++++++++++++++++++++++---- src/boards/reversecount.c | 4 +- 5 files changed, 301 insertions(+), 106 deletions(-) commit 9081dba5ec2ef35446d25c442b904e79aa6b2264 Author: Bruno Coudoin Date: Thu Aug 22 18:24:02 2002 +0000 added 3 level to babyshapes by Andre Connes Modified babyshapes.xml board file to i18n boards/babyshapes.xml.in | 4 +++- boards/babyshapes/board1_0.xml | 15 --------------- boards/babyshapes/board1_0.xml.in | 15 +++++++++++++++ boards/babyshapes/board2_0.xml | 15 --------------- boards/babyshapes/board2_0.xml.in | 15 +++++++++++++++ boards/babyshapes/board3_0.xml | 15 --------------- boards/babyshapes/board3_0.xml.in | 15 +++++++++++++++ boards/babyshapes/board4_0.xml | 15 --------------- boards/babyshapes/board4_0.xml.in | 15 +++++++++++++++ boards/babyshapes/board5_0.xml.in | 10 ++++++++++ boards/babyshapes/board6_0.xml.in | 12 ++++++++++++ boards/babyshapes/board7_0.xml.in | 13 +++++++++++++ configure.in | 1 + po/POTFILES.in | 7 +++++++ po/fr.po | 2 +- 15 files changed, 107 insertions(+), 62 deletions(-) commit 8db23e96b05d0522ec860e4fc0233953155be957 Author: Bruno Coudoin Date: Sun Aug 18 22:41:45 2002 +0000 added masterming po/fr.po | 751 ++++++++++++++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 614 insertions(+), 137 deletions(-) commit d4edf9f4701a99e378612d43ac18c5ebda1149f3 Author: Bruno Coudoin Date: Sun Aug 18 22:29:20 2002 +0000 created boards/flags/ms.png | Bin 0 -> 229 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 880271571190e00ce4a27ff8997e2c6e61d824e1 Author: Bruno Coudoin Date: Sun Aug 18 22:18:58 2002 +0000 updated ChangeLog | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) commit d874731cdc0c142eefa784b2c7c7f523ef10c4b7 Author: Bruno Coudoin Date: Sun Aug 18 22:15:40 2002 +0000 added mastermind activity ChangeLog | 18 ++ boards/Makefile.am | 1 + boards/boardicons/mastermind.png | Bin 0 -> 11503 bytes boards/fun.xml.in | 1 + boards/images/mastermind_logo.png | Bin 0 -> 21567 bytes boards/mastermind.xml.in | 24 ++ boards/sounds/de/level.ogg | Bin 24741 -> 18611 bytes configure.in | 1 + po/POTFILES.in | 2 + po/hu.po | 498 ++++++++++++++++++------------------ src/boards/Makefile.am | 9 + src/boards/draw.c | 1 + src/boards/mastermind.c | 465 ++++++++++++++++++++++++++++++++++ src/gcompris/config.c | 1 + 14 files changed, 772 insertions(+), 249 deletions(-) commit 6a4e26136232aceecb0e944155246a405e2c4963 Author: Gregory Leblanc Date: Fri Aug 2 18:52:54 2002 +0000 gcompris/boards/algebra_guesscount/-.png removed, by request of 2002-08-02 Gregory Leblanc * gcompris/boards/algebra_guesscount/-.png * gcompris/boards/gcompris/letters/-.png: removed, by request of bruno-coudoin@free.fr. ChangeLog | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 1f77d5b9d7161feefa46bf4fa913209d2a4fad8d Author: Hasbullah Bin Pit Date: Mon Jul 29 18:43:55 2002 +0000 Added "ms" to ALL_LINGUAS. 2002-07-29 Hasbullah Bin Pit * configure.in: Added "ms" to ALL_LINGUAS. ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 76b06dcf90e2bad2377f0ec6b3e9db9ade4c8e7b Author: Hasbullah Bin Pit Date: Mon Jul 29 18:41:13 2002 +0000 Added Malay translation by Noor Azurah Anuar 2002-07-29 Hasbullah Bin Pit * ms.po: Added Malay translation by Noor Azurah Anuar po/ChangeLog | 5 + po/ms.po | 1508 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1513 insertions(+), 0 deletions(-) commit c1643d46abac75b46f0fa37edda12cba03cc5cfd Author: Bruno Coudoin Date: Wed Jul 24 07:42:15 2002 +0000 added sk in the list of locale src/gcompris/config.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3173a417235d7a6897d35cac5b52c33647b0dd86 Author: Bruno Coudoin Date: Wed Jul 24 07:38:27 2002 +0000 updated sk by Zdenko Podobn po/sk.po | 412 +++++++++++++++++++------------------------------------------- 1 files changed, 128 insertions(+), 284 deletions(-) commit ebb5d3d8e091eb30a7bd611d8b4ea46f84378968 Author: Bruno Coudoin Date: Wed Jul 24 07:37:39 2002 +0000 Created by Zdenko Podobn boards/wordsgame/wordslevel1.sk | 34 ++++++++++++++++++ boards/wordsgame/wordslevel2.sk | 34 ++++++++++++++++++ boards/wordsgame/wordslevelmax.sk | 68 +++++++++++++++++++++++++++++++++++++ 3 files changed, 136 insertions(+), 0 deletions(-) commit 7862be9c324d916b2f584157bd1bce2cd19d2509 Author: Bruno Coudoin Date: Tue Jul 23 08:08:34 2002 +0000 added many missing files thanks to Marcel Telka po/POTFILES.in | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) commit 79bb1e3995ac937f0282c2828258aa369ec8ca07 Author: Bruno Coudoin Date: Tue Jul 16 21:03:16 2002 +0000 this file is needed ? docs/fr/texinfo.tex | 6284 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 6284 insertions(+), 0 deletions(-) commit 5d9f1802a8c38d7b512cf26af689e2dd23e0a7b8 Author: Bruno Coudoin Date: Tue Jul 16 20:49:04 2002 +0000 fixed Pascal comment date ChangeLog | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit febca12f9b56aad60e4a64a1d16bbb6e5a0ce1b3 Author: Marcel Telka Date: Tue Jul 16 11:49:35 2002 +0000 Updated Slovak translation by Zdenko Podobn . 2002-07-16 Marcel Telka * sk.po: Updated Slovak translation by Zdenko Podobn . po/ChangeLog | 4 + po/sk.po | 498 ++++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 347 insertions(+), 155 deletions(-) commit 463f8ad7e761e43fd9c80fdb87911b4debf70410 Author: Pascal Georges Date: Mon Jul 8 20:25:26 2002 +0000 *** empty log message *** ChangeLog | 4 +++- boards/leftright/poing_droit_dessus_0.png | Bin 0 -> 47621 bytes boards/leftright/poing_droit_dessus_180.png | Bin 0 -> 47475 bytes boards/leftright/poing_droit_dessus_270.png | Bin 0 -> 48511 bytes boards/leftright/poing_droit_dessus_90.png | Bin 0 -> 48526 bytes boards/leftright/poing_droit_paume_0.png | Bin 0 -> 47968 bytes boards/leftright/poing_droit_paume_180.png | Bin 0 -> 47898 bytes boards/leftright/poing_droit_paume_270.png | Bin 0 -> 47562 bytes boards/leftright/poing_droit_paume_90.png | Bin 0 -> 47537 bytes boards/leftright/poing_gauche_dessus_0.png | Bin 0 -> 45563 bytes boards/leftright/poing_gauche_dessus_180.png | Bin 0 -> 45948 bytes boards/leftright/poing_gauche_dessus_270.png | Bin 0 -> 45859 bytes boards/leftright/poing_gauche_dessus_90.png | Bin 0 -> 45700 bytes boards/leftright/poing_gauche_paume_0.png | Bin 0 -> 50002 bytes boards/leftright/poing_gauche_paume_180.png | Bin 0 -> 49766 bytes boards/leftright/poing_gauche_paume_270.png | Bin 0 -> 51914 bytes boards/leftright/poing_gauche_paume_90.png | Bin 0 -> 52152 bytes src/boards/leftright.c | 16 ++++++++++++---- 18 files changed, 15 insertions(+), 5 deletions(-) commit e5d02b26f3b6c4d1b252cf588f021d50c8c56b88 Author: Bruno Coudoin Date: Sun Jul 7 23:44:18 2002 +0000 added raise/lower function src/boards/draw.c | 18 +++++++++++++++--- src/gcompris/gameutil.h | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) commit 1821869f1ff022de4925b71f6db452d25486bb58 Author: Bruno Coudoin Date: Sun Jul 7 23:42:54 2002 +0000 added the raise/lower function in draw boards/draw/color-selector.jpg | Bin 5184 -> 1761 bytes boards/draw/tool-down.png | Bin 0 -> 3049 bytes boards/draw/tool-down_on.png | Bin 0 -> 3186 bytes boards/draw/tool-selector.jpg | Bin 1964 -> 1830 bytes boards/draw/tool-up.png | Bin 0 -> 3041 bytes boards/draw/tool-up_on.png | Bin 0 -> 3200 bytes 6 files changed, 0 insertions(+), 0 deletions(-) commit f81e2ce3579ca3edcc035a21288180b35d3bc64c Author: Bruno Coudoin Date: Sun Jul 7 00:56:01 2002 +0000 advanced franch translation docs/fr/gcompris.texi | 103 ++++++++++++++++++++++++------------------------- 1 files changed, 50 insertions(+), 53 deletions(-) commit e016294d57656a0594449f275a2c37d78de79180 Author: Bruno Coudoin Date: Fri Jul 5 17:09:13 2002 +0000 release 1.1.0 ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit fdc5d59f52183abbbe74ec34756bd9c9fd909362 Author: Bruno Coudoin Date: Mon Jul 1 08:03:41 2002 +0000 changed to use fr docs/fr/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ce4bf21fbd7d199f7b93a3f621fe985a0c26fe53 Author: Bruno Coudoin Date: Mon Jul 1 07:43:33 2002 +0000 created docs/fr/.cvsignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit b7f8f34396ef67b180a6de3c83ecc68cf36fd75a Author: Bruno Coudoin Date: Sun Jun 30 23:54:29 2002 +0000 more level to earase ChangeLog | 13 +++++++++++++ src/boards/erase.c | 28 +++++++++++++++++++++++++--- 2 files changed, 38 insertions(+), 3 deletions(-) commit fb07479c0cbac0aa04037d2dbfa52d9c01cc70ea Author: Bruno Coudoin Date: Sun Jun 30 23:36:20 2002 +0000 fixes in shapegame, bar and improved config local management src/boards/shapegame.c | 26 ++++++++--------- src/gcompris/bar.c | 70 ++++++++++++++++++++++++++++------------------- src/gcompris/config.c | 23 +++++++++++++-- src/gcompris/gcompris.c | 20 +++++++++---- 4 files changed, 88 insertions(+), 51 deletions(-) commit 8721a7461e9181949bc3fd4d2dae13db544332bc Author: Bruno Coudoin Date: Sun Jun 30 23:34:39 2002 +0000 new icon boards/gcompris/buttons/mini_bad.png | Bin 0 -> 658 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 8f90f87a5d1066dd3eba250c8b8f6c7df2638948 Author: Bruno Coudoin Date: Fri Jun 28 16:52:06 2002 +0000 for french doc docs/fr/topic.dat | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 9598465cbf69096f4b09924d5e360fa68d3a51e8 Author: Bruno Coudoin Date: Fri Jun 28 16:43:11 2002 +0000 added french docs/fr added .hu support in config.c of gcompris Makefile.am | 4 ++-- configure.in | 1 + docs/C/gcompris.texi | 6 ------ docs/Makefile.am | 2 +- docs/fr/Makefile.am | 41 +++++++++++++++++++++++++++++++++++++++++ docs/fr/gcompris.texi | 16 +++++----------- docs/fr/overview.dia | Bin 0 -> 1768 bytes docs/fr/overview.jpg | Bin 0 -> 47927 bytes docs/fr/overview.txt | 2 ++ src/gcompris/Makefile.am | 2 +- src/gcompris/config.c | 3 ++- 11 files changed, 55 insertions(+), 22 deletions(-) commit da8baee27ead41b3c439596b3af811bc84c54c66 Author: Bruno Coudoin Date: Fri Jun 28 15:21:21 2002 +0000 Changed to let images with zoomx/y to look the same whatever the position you put them src/boards/shapegame.c | 21 ++++++++++++++------- 1 files changed, 14 insertions(+), 7 deletions(-) commit 97161e803ac9323b7bd7047c808726bf9446fe07 Author: Bruno Coudoin Date: Fri Jun 28 10:27:04 2002 +0000 added hungarien ChangeLog | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 59f2957e7eb949916eea22bf2f83b57cc519bb98 Author: Bruno Coudoin Date: Fri Jun 28 00:45:23 2002 +0000 updated doc, added exi button ChangeLog | 4 + boards/gcompris/buttons/button_exit.png | Bin 0 -> 6893 bytes docs/C/gcompris.texi | 4 - docs/C/overview.dia | Bin 1719 -> 1768 bytes docs/fr/gcompris.texi | 776 +++++++++++++++++++++++++++++++ src/boards/menu.c | 2 +- src/boards/shapegame.c | 2 +- src/gcompris/bar.c | 59 +++- src/gcompris/gcompris.c | 30 +- src/gcompris/gcompris.h | 3 +- src/gcompris/help.c | 5 +- 11 files changed, 854 insertions(+), 31 deletions(-) commit 6876fa3f09f866df69f4cdcdbe2222d8472f21a6 Author: Bruno Coudoin Date: Wed Jun 26 08:13:30 2002 +0000 removed intl and m4 makefile generation configure.in | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 8264f2970d1d12f7258ce561d96d58eb43b017a8 Author: Bruno Coudoin Date: Tue Jun 25 14:31:49 2002 +0000 hili@suselinux.hu configure.in | 2 +- po/hu.po | 1167 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1168 insertions(+), 1 deletions(-) commit 776b3e452b8a60c967161b60ee61e0c6d7180c2f Author: Bruno Coudoin Date: Tue Jun 25 13:00:10 2002 +0000 fixed french words by JP gcompris.spec.in | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit a724d6706f2aac9e499b484d962443d2dbd7b38a Author: Bruno Coudoin Date: Mon Jun 17 16:12:02 2002 +0000 created by Marcel Hilzinger boards/wordsgame/wordslevel1.hu | 108 +++++++++++++++++++++++++++++++++++++ boards/wordsgame/wordslevelmax.hu | 75 +++++++++++++++++++++++++ 2 files changed, 183 insertions(+), 0 deletions(-) commit f29641ebae4ef03d1ea1c5368a60f6dcf464893a Author: Bruno Coudoin Date: Mon Jun 17 07:56:00 2002 +0000 better description help boards/algebra_div.xml.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 4c18e6e029e3fc9659ccafc2d7fad48eca64136c Author: Bruno Coudoin Date: Mon Jun 17 07:55:03 2002 +0000 added geography, new revision boards/sounds/fr/VERSION | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d3f2533b6847e7f1b4a939981e5e42f403f11991 Author: Bruno Coudoin Date: Sun Jun 16 23:20:59 2002 +0000 probably needed file po/Makefile.in.in | 210 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 210 insertions(+), 0 deletions(-) commit f8d3182228241f1a62784c817b6edde7cc622733 Author: Bruno Coudoin Date: Sun Jun 16 23:13:05 2002 +0000 aplied patch from Yann Dirson for Debian boards/wordsgame/wordslevel1.es | 4 ++-- boards/wordsgame/wordslevel2.es | 10 +++++----- boards/wordsgame/wordslevelmax.es | 10 +++++----- src/gcompris/gcompris.c | 4 +++- 4 files changed, 15 insertions(+), 13 deletions(-) commit 6d333d00576e8a8919897f97c8b814a62f722392 Author: Bruno Coudoin Date: Sun Jun 16 23:06:18 2002 +0000 updated by JP Ayanide po/fr.po | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) commit 8518b2d4c2817525ee392f11e6c2faa554186e4f Author: Bruno Coudoin Date: Sun Jun 16 16:46:32 2002 +0000 no more needed, replace by full length name boards/algebra_guesscount/+.png | Bin 1494 -> 0 bytes boards/algebra_guesscount/:.png | Bin 982 -> 0 bytes boards/algebra_guesscount/=.png | Bin 1143 -> 0 bytes boards/algebra_guesscount/x.png | Bin 2329 -> 0 bytes 4 files changed, 0 insertions(+), 0 deletions(-) commit 6ee61cb66a7c6e7dc3450dd0fe016de4882855b0 Author: Bruno Coudoin Date: Wed Jun 12 23:18:53 2002 +0000 replace by equal.png boards/gcompris/letters/=.png | Bin 597 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit abfc2fe34d3663ad36ba00cf5701367c41e9c175 Author: Bruno Coudoin Date: Wed Jun 12 23:17:57 2002 +0000 replace by question.png boards/gcompris/letters/?.png | Bin 2217 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit ea49293e8320dfafb03e41cb3a7dc9143f2e6583 Author: Bruno Coudoin Date: Wed Jun 12 23:13:58 2002 +0000 removed boards/gcompris/letters/:.png | Bin 2222 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 54060b975f77eeaacdcad2eebb9e57751d13340b Author: Bruno Coudoin Date: Wed Jun 12 23:13:24 2002 +0000 ii boards/gcompris/gcompris-shapebg.jpg | Bin 9497 -> 34616 bytes boards/gcompris/letters/by.png | Bin 0 -> 2308 bytes boards/gcompris/letters/minus.png | Bin 0 -> 445 bytes 3 files changed, 0 insertions(+), 0 deletions(-) commit 279db60c0f6f178db9f058fab581ba4d2e517bf0 Author: Bruno Coudoin Date: Wed Jun 12 23:11:51 2002 +0000 *** empty log message *** ChangeLog | 6 ++++++ boards/doubleentry/board1_0.xml.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletions(-) commit d87396da98d37d7d074b56f8a141edf2b4f37ddd Author: Bruno Coudoin Date: Wed Jun 12 23:10:42 2002 +0000 anged shapegame to implements a user .xml.in specification of the shapelist location now shapelist buttons are contextuals src/boards/shapegame.c | 187 +++++++++++++++++++++++++++++++++++++---------- 1 files changed, 147 insertions(+), 40 deletions(-) commit 8b122ee916fc134a33f7269bb643ee8a88a48f85 Author: Bruno Coudoin Date: Mon Jun 10 23:38:51 2002 +0000 fixing file names boards/gcompris/letters/*.png | Bin 2308 -> 0 bytes boards/gcompris/letters/+.png | Bin 800 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit ec92807a3360963327e4169a8a6e00bc57a1fe3f Author: Bruno Coudoin Date: Mon Jun 10 23:25:30 2002 +0000 changed these file to regular file name boards/algebra_guesscount/by.png | Bin 0 -> 2329 bytes boards/algebra_guesscount/div.png | Bin 0 -> 982 bytes boards/algebra_guesscount/equal.png | Bin 0 -> 1143 bytes boards/algebra_guesscount/minus.png | Bin 0 -> 989 bytes boards/algebra_guesscount/plus.png | Bin 0 -> 1494 bytes boards/gcompris/letters/div.png | Bin 0 -> 2222 bytes boards/gcompris/letters/equal.png | Bin 0 -> 597 bytes boards/gcompris/letters/plus.png | Bin 0 -> 800 bytes boards/gcompris/letters/question.png | Bin 0 -> 2217 bytes 9 files changed, 0 insertions(+), 0 deletions(-) commit 1dd75123052d4fade75e1e85ca9a5ee4f77ad2b8 Author: Bruno Coudoin Date: Mon Jun 10 23:14:57 2002 +0000 now scale works any order ChangeLog | 5 ++ boards/scales/board1_0.xml.in | 4 +- boards/scales/board1_1.xml.in | 6 +- boards/scales/board1_2.xml.in | 6 +- boards/scales/board1_3.xml.in | 6 +- boards/scales/board1_4.xml.in | 6 +- boards/scales/board1_5.xml.in | 6 +- boards/scales/board2_0.xml.in | 6 +- boards/scales/board2_1.xml.in | 8 ++-- boards/scales/board2_2.xml.in | 6 +- boards/scales/board2_3.xml.in | 8 ++-- boards/scales/board2_4.xml.in | 8 ++-- boards/scales/board2_5.xml.in | 8 ++-- boards/scales/board3_0.xml.in | 6 +- boards/scales/board3_1.xml.in | 6 +- boards/scales/board3_2.xml.in | 6 +- boards/scales/board3_3.xml.in | 8 ++-- boards/scales/board3_4.xml.in | 10 ++-- boards/scales/board3_5.xml.in | 10 ++-- src/boards/shapegame.c | 103 +++++++++++++++++++++++++++++++++++------ 20 files changed, 155 insertions(+), 77 deletions(-) commit e9b9c67f6199bc51733cffaacb3fb8c75f323c03 Author: Bruno Coudoin Date: Mon Jun 10 20:27:41 2002 +0000 changed image name to avoid special car like :* ChangeLog | 6 + src/boards/algebra.c | 23 +++-- src/boards/algebra_guesscount.c | 7 +- src/boards/memory.c | 8 +-- src/gcompris/gameutil.c | 59 ++++++++---- src/gcompris/gameutil.h | 1 - src/gcompris/off.xpm | 194 +++++++++++++++++++++++++++++++++++++++ src/gcompris/on.xpm | 190 ++++++++++++++++++++++++++++++++++++++ src/gcompris/timer.c | 73 ++++++++++++++- src/gcompris/timer.h | 2 + 10 files changed, 517 insertions(+), 46 deletions(-) commit c9be72af10e55984f20b5b947ab3789a5507f5d8 Author: Bruno Coudoin Date: Sat Jun 8 23:12:38 2002 +0000 continued gcompris-edit fixed hilaire .xml.in files TODO | 2 + boards/algebra_minus.xml.in | 1 - boards/click_on_letter.xml.in | 6 +- boards/clockgame.xml.in | 4 +- boards/imageid.xml.in | 2 +- boards/imagename.xml.in | 2 +- boards/planegame.xml.in | 4 +- docs/C/gcompris.texi | 5 +- po/fr.po | 2 +- src/boards/menu.c | 4 +- src/gcompris/callbacks.c | 69 +++++++++++++++++++ src/gcompris/callbacks.h | 32 +++++++++ src/gcompris/dir-close.xpm | 47 ------------- src/gcompris/dir-open.xpm | 53 --------------- src/gcompris/gcompris-edit.c | 135 +++++++++++++++++++++++++++++--------- src/gcompris/gcompris-edit.glade | 97 +++++++++++++++++++++------ src/gcompris/gcompris-edit.h | 12 +++- src/gcompris/help.c | 18 +++--- src/gcompris/interface.c | 101 +++++++++++++++++++--------- src/gcompris/properties.c | 37 ++++++++++- src/gcompris/properties.h | 6 ++- 21 files changed, 425 insertions(+), 214 deletions(-) commit a930b16db75a2fd19a84f9898dfaa9e71067a832 Author: Hilarie Fernandes/DrGenius Date: Sat Jun 8 22:15:36 2002 +0000 Update/write the documentation in several boards. boards/wordsgame.xml.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit da194534339044e0640517dfeaa1f9dc691d04b4 Author: Hilarie Fernandes/DrGenius Date: Sat Jun 8 15:37:07 2002 +0000 Update/write the documentation in several boards. boards/babymatch.xml.in | 6 +++--- boards/erase.xml.in | 2 ++ boards/gletters.xml.in | 3 +++ boards/imageid.xml.in | 4 ++++ boards/imagename.xml.in | 8 ++++++++ boards/leftright.xml.in | 7 +++++++ boards/memory.xml.in | 8 ++++++++ boards/missing_letter.xml.in | 6 ++++++ boards/paintings.xml.in | 6 ++++++ boards/planegame.xml.in | 7 ++++++- boards/railroad.xml.in | 8 ++++++++ boards/readingh.xml.in | 5 +++++ boards/readingv.xml.in | 5 +++++ boards/scalesboard.xml.in | 5 +++++ boards/smallnumbers.xml.in | 4 ++++ 15 files changed, 80 insertions(+), 4 deletions(-) commit d1e7c0db763e63da89b308e13ac8bfaaa118176b Author: Hilarie Fernandes/DrGenius Date: Sat Jun 8 13:22:35 2002 +0000 Update/write the documentation in several boards. boards/algebra_by.xml.in | 2 +- boards/algebra_div.xml.in | 2 +- boards/algebra_guesscount.xml.in | 9 +++++++-- boards/algebra_minus.xml.in | 5 +++++ boards/algebra_plus.xml.in | 5 +++++ boards/babymatch.xml.in | 9 +++++++++ boards/click_on_letter.xml.in | 4 ++++ boards/clickgame.xml.in | 4 ++-- boards/clockgame.xml.in | 8 ++++++++ 9 files changed, 42 insertions(+), 6 deletions(-) commit 68890621cd883c21b8a508dee812c9280fbeb26a Author: Hilarie Fernandes/DrGenius Date: Thu Jun 6 22:26:45 2002 +0000 A document file describing the available element to document the boards boards/DOCUMENTATIONS | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 8df5489d772616698bcf6cf40fdf04ec953f973f Author: Hilarie Fernandes/DrGenius Date: Thu Jun 6 22:25:51 2002 +0000 I commit by mistake my change to configure.in, I do not want that. configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 54e540747c30140b463fe2e90d25e7c4fca4f5df Author: Hilarie Fernandes/DrGenius Date: Thu Jun 6 22:16:34 2002 +0000 Document some algebra board boards/algebra_by.xml.in | 6 ++++++ boards/algebra_div.xml.in | 6 ++++++ boards/algebra_guesscount.xml.in | 7 +++++++ configure.in | 6 ++++-- 4 files changed, 23 insertions(+), 2 deletions(-) commit 00a285309c372818aef33d74e7c9706d2b2256fe Author: Bruno Coudoin Date: Wed Jun 5 22:47:57 2002 +0000 changed boards to use new credit help entry ChangeLog | 4 + Makefile.am | 2 +- TODO | 80 ++++++++++++++++++++++++ boards/algebra_guesscount.xml.in | 5 +- boards/clickgame.xml.in | 5 +- boards/erase.xml.in | 8 ++- boards/gcompris/buttons/button_up.png | Bin 0 -> 3034 bytes boards/gcompris/buttons/button_up_selected.png | Bin 0 -> 3044 bytes configure.in | 4 +- src/gcompris/.cvsignore | 1 + src/gcompris/main.c | 33 ++++++++++ 11 files changed, 130 insertions(+), 12 deletions(-) commit 0cb635fdf2a1a3b2dd2cf06183577c32e7f2b48f Author: Bruno Coudoin Date: Wed Jun 5 22:29:20 2002 +0000 first release of the editor src/gcompris/Makefile.am | 25 +- src/gcompris/callbacks.c | 91 +++ src/gcompris/callbacks.h | 88 +++ src/gcompris/dir-close.xpm | 47 ++ src/gcompris/dir-open.xpm | 53 ++ src/gcompris/gameutil.c | 13 +- src/gcompris/gcompris-board.h | 3 +- src/gcompris/gcompris-edit.c | 391 +++++++++++++ src/gcompris/gcompris-edit.glade | 1127 ++++++++++++++++++++++++++++++++++++++ src/gcompris/gcompris-edit.h | 25 + src/gcompris/gcompris.c | 6 +- src/gcompris/gcompris.h | 5 +- src/gcompris/help.c | 332 +++++++---- src/gcompris/interface.c | 769 ++++++++++++++++++++++++++ src/gcompris/interface.h | 6 + src/gcompris/support.c | 146 +++++ src/gcompris/support.h | 34 ++ 17 files changed, 3034 insertions(+), 127 deletions(-) commit 797883241d60ae4035a9ab5cc764708dccd3a26f Author: Alessio Frusciante Date: Mon Jun 3 21:46:48 2002 +0000 Updated Italian translation. po/ChangeLog | 4 + po/it.po | 222 +++++++++++++++++++++++---------------------------------- 2 files changed, 94 insertions(+), 132 deletions(-) commit 9644341aacf313620b2fadf48a3a0b01d9183d04 Author: Bruno Coudoin Date: Tue May 28 19:21:21 2002 +0000 release 1.0.5 ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 7627a5ffa19d152090f6b143a0fa71e0b877f6a8 Author: Bruno Coudoin Date: Tue May 28 12:48:10 2002 +0000 configuration update for RedHat 7.3 changed AM_GNU_GETTEXT by: AM_GLIB_GNU_GETTEXT ChangeLog | 9 +++++++++ Makefile.am | 6 ++++-- configure.in | 7 ++++--- po/ChangeLog | 15 +++++++++++---- 4 files changed, 28 insertions(+), 9 deletions(-) commit 2005f885d3ce14dd807537cbd96286e1e4add939 Author: Bruno Coudoin Date: Mon May 27 20:28:04 2002 +0000 board icon for canal lock boards/boardicons/canal_lock.png | Bin 0 -> 5845 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 53eaa3d0ca4a81a4de86fadf152c0a70df3236cb Author: Bruno Coudoin Date: Mon May 27 18:11:14 2002 +0000 not needed file boards/geography/Makefile.in | 264 ------------------------------------------ 1 files changed, 0 insertions(+), 264 deletions(-) commit 10794a90d2a79988c69e18e088eea9ddf859a3d4 Author: Bruno Coudoin Date: Sun May 26 21:54:17 2002 +0000 translation update boards/geography/Makefile.in | 22 - boards/reversecount.xml.in | 2 +- configure | 9754 ------------------------------------------ configure.in | 2 +- po/POTFILES.in | 2 + po/fr.po | 73 +- stamp-h.in | 1 - 7 files changed, 65 insertions(+), 9791 deletions(-) commit c51427f2e4f05a8d7011bef845fc87597ac57b08 Author: Bruno Coudoin Date: Sun May 26 20:29:16 2002 +0000 new board canal_lock ChangeLog | 7 + boards/Makefile.am | 1 + boards/canal_lock.xml.in | 18 + boards/canal_lock/canal_lock_bg.png | Bin 0 -> 128147 bytes boards/fun.xml.in | 1 + boards/gcompris/misc/tuxboat.png | Bin 0 -> 3879 bytes boards/menu.xml.in | 2 +- boards/reversecount.xml.in | 3 +- docs/C/gcompris.texi | 15 +- po/ChangeLog | 16 - po/POTFILES.in | 1 + po/fr.po | 56 ++- src/boards/Makefile.am | 9 + src/boards/canal_lock.c | 749 +++++++++++++++++++++++++++++++++++ src/boards/maze.c | 9 +- src/boards/reversecount.c | 22 +- src/gcompris/config.c | 6 +- src/gcompris/cursor.h | 80 ++-- 18 files changed, 906 insertions(+), 89 deletions(-) commit 9861a70b1edc3927d253185463ce738683692c72 Author: Bruno Coudoin Date: Tue May 14 00:07:33 2002 +0000 fixed bug counting the icesptos src/boards/reversecount.c | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) commit 6f76e8cf4f7d093c4926d49e5ed79dc9b59d06a0 Author: Bruno Coudoin Date: Sun May 12 10:17:04 2002 +0000 created boards/boardicons/globe.png | Bin 0 -> 2566 bytes boards/boardicons/reversecount.png | Bin 0 -> 9615 bytes boards/doubleentry/board3_0.xml.in | 18 ++++++++++++++++++ boards/geography.xml.in | 14 ++++++++++++++ boards/geography/.cvsignore | 3 +++ boards/geography/southamerica/argentina.png | Bin 0 -> 2411 bytes boards/geography/southamerica/bolivia.png | Bin 0 -> 932 bytes boards/geography/southamerica/brazil.png | Bin 0 -> 3865 bytes boards/geography/southamerica/chile.png | Bin 0 -> 1834 bytes boards/geography/southamerica/colombia.png | Bin 0 -> 1294 bytes boards/geography/southamerica/ecuador.png | Bin 0 -> 546 bytes boards/geography/southamerica/french_guiana.png | Bin 0 -> 374 bytes boards/geography/southamerica/guyana.png | Bin 0 -> 580 bytes boards/geography/southamerica/panama.png | Bin 0 -> 414 bytes boards/geography/southamerica/paraguay.png | Bin 0 -> 599 bytes boards/geography/southamerica/peru.png | Bin 0 -> 1334 bytes boards/geography/southamerica/south_america.png | Bin 0 -> 6272 bytes boards/geography/southamerica/suriname.png | Bin 0 -> 415 bytes boards/geography/southamerica/uruguay.png | Bin 0 -> 432 bytes boards/geography/southamerica/venezuela.png | Bin 0 -> 1145 bytes boards/sounds/fr/geography/COPYRIGHT | 6 ++++++ 21 files changed, 41 insertions(+), 0 deletions(-) commit 80ecc87662763950982f19af22eb6201ac431dbe Author: Bruno Coudoin Date: Sun May 12 10:15:02 2002 +0000 crezated boards/mrpatate/README | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1d5867c426774956c543c5a937ac4136e6828f67 Author: Bruno Coudoin Date: Sun May 12 10:12:49 2002 +0000 sounds for geography board boards/sounds/fr/geography/alaska.ogg | Bin 0 -> 16366 bytes boards/sounds/fr/geography/argentina.ogg | Bin 0 -> 16108 bytes boards/sounds/fr/geography/bahamas.ogg | Bin 0 -> 16700 bytes boards/sounds/fr/geography/bolivia.ogg | Bin 0 -> 12439 bytes boards/sounds/fr/geography/brazil.ogg | Bin 0 -> 14175 bytes boards/sounds/fr/geography/canada.ogg | Bin 0 -> 14406 bytes boards/sounds/fr/geography/chile.ogg | Bin 0 -> 14346 bytes boards/sounds/fr/geography/colombia.ogg | Bin 0 -> 15266 bytes boards/sounds/fr/geography/costa_rica.ogg | Bin 0 -> 19381 bytes boards/sounds/fr/geography/cuba.ogg | Bin 0 -> 16500 bytes boards/sounds/fr/geography/dominican_republic.ogg | Bin 0 -> 29178 bytes boards/sounds/fr/geography/ecuador.ogg | Bin 0 -> 16223 bytes boards/sounds/fr/geography/french_guiana.ogg | Bin 0 -> 25443 bytes boards/sounds/fr/geography/greenland.ogg | Bin 0 -> 14739 bytes boards/sounds/fr/geography/guatemala.ogg | Bin 0 -> 18278 bytes boards/sounds/fr/geography/guyana.ogg | Bin 0 -> 14521 bytes boards/sounds/fr/geography/haiti.ogg | Bin 0 -> 15774 bytes boards/sounds/fr/geography/honduras.ogg | Bin 0 -> 16353 bytes boards/sounds/fr/geography/iceland.ogg | Bin 0 -> 15712 bytes boards/sounds/fr/geography/jamaica.ogg | Bin 0 -> 20283 bytes boards/sounds/fr/geography/mexico.ogg | Bin 0 -> 20872 bytes boards/sounds/fr/geography/nicaragua.ogg | Bin 0 -> 20202 bytes boards/sounds/fr/geography/panama.ogg | Bin 0 -> 16171 bytes boards/sounds/fr/geography/paraguay.ogg | Bin 0 -> 17271 bytes boards/sounds/fr/geography/peru.ogg | Bin 0 -> 13266 bytes boards/sounds/fr/geography/salvador.ogg | Bin 0 -> 20092 bytes boards/sounds/fr/geography/suriname.ogg | Bin 0 -> 16574 bytes boards/sounds/fr/geography/uruguay.ogg | Bin 0 -> 17185 bytes boards/sounds/fr/geography/usa.ogg | Bin 0 -> 28948 bytes boards/sounds/fr/geography/venezuela.ogg | Bin 0 -> 19214 bytes 30 files changed, 0 insertions(+), 0 deletions(-) commit 1730e52209a73e584393da80c9f75d0ca4ddc63b Author: Bruno Coudoin Date: Sun May 12 10:04:12 2002 +0000 *** empty log message *** boards/geography/Makefile.am | 13 + boards/geography/Makefile.in | 286 ++++++++++++++++++++ boards/geography/board1_0.xml.in | 19 ++ boards/geography/board2_0.xml.in | 21 ++ boards/geography/northamerica/alaska.png | Bin 0 -> 2578 bytes boards/geography/northamerica/bahamas.png | Bin 0 -> 288 bytes boards/geography/northamerica/canada.png | Bin 0 -> 9722 bytes boards/geography/northamerica/cuba.png | Bin 0 -> 467 bytes .../geography/northamerica/dominican_republic.png | Bin 0 -> 312 bytes boards/geography/northamerica/greenland.png | Bin 0 -> 2444 bytes boards/geography/northamerica/haiti.png | Bin 0 -> 308 bytes boards/geography/northamerica/iceland.png | Bin 0 -> 442 bytes boards/geography/northamerica/jamaica.png | Bin 0 -> 223 bytes boards/geography/northamerica/mexico.png | Bin 0 -> 2237 bytes boards/geography/northamerica/north_america.png | Bin 0 -> 16110 bytes boards/geography/northamerica/usa-complete.png | Bin 0 -> 16531 bytes boards/geography/northamerica/usa.png | Bin 0 -> 6035 bytes 17 files changed, 339 insertions(+), 0 deletions(-) commit 8b34d41487cff25ac6dd3586b912c8168944ab05 Author: Bruno Coudoin Date: Sun May 12 10:01:43 2002 +0000 fixes in shapegame for geometry board added reversecount added a level to doubleentry boards/Makefile.am | 4 +- boards/algebramenu.xml.in | 2 +- boards/doubleentry/Makefile.am | 3 +- boards/menu.xml.in | 1 + boards/reversecount.xml.in | 20 + boards/reversecount/iceblock.png | Bin 0 -> 10781 bytes boards/sounds/fr/click_on_letter.ogg | Bin 54310 -> 37400 bytes configure | 927 +++++++++++++--------------------- configure.in | 1 + po/POTFILES.in | 3 + src/boards/Makefile.am | 17 +- src/boards/reversecount.c | 662 ++++++++++++++++++++++++ src/boards/shapegame.c | 61 ++- src/gcompris/soundutil.c | 4 +- stamp-h.in | 1 + 15 files changed, 1097 insertions(+), 609 deletions(-) commit c1039357d00abba062ff7abd7a57d0e58334f927 Author: Bruno Coudoin Date: Mon May 6 07:23:07 2002 +0000 updated po/fr.po | 211 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 147 insertions(+), 64 deletions(-) commit b4ebcb644d4f4e0ca1aa908c7c36e92316e85ea7 Author: Bruno Coudoin Date: Sun May 5 23:02:37 2002 +0000 more patate image. Fixed highligh in help, config, about buttons and image selector ChangeLog | 2 + boards/dataset/mrpatate.xml | 6 + src/boards/draw.c | 11 +- src/gcompris/about.c | 18 ++- src/gcompris/bar.c | 4 +- src/gcompris/config.c | 11 +- src/gcompris/gameutil.c | 9 +- src/gcompris/gameutil.h | 3 +- src/gcompris/help.c | 22 +++- src/gcompris/images_selector.c | 64 +++------ src/gcompris/soundutil.c | 275 ++++++++++++++++++++-------------------- 11 files changed, 221 insertions(+), 204 deletions(-) commit 4edf9bf63f3fd6b9c0b45b572c6b45c0f0570857 Author: Bruno Coudoin Date: Sun May 5 22:58:58 2002 +0000 some more images for our mr patate boards/mrpatate/ear_jewell.png | Bin 0 -> 4342 bytes boards/mrpatate/eyeball.png | Bin 0 -> 4142 bytes boards/mrpatate/hat.png | Bin 0 -> 3683 bytes boards/mrpatate/noeye.png | Bin 0 -> 1238 bytes boards/mrpatate/sherif.png | Bin 0 -> 2527 bytes boards/mrpatate/watch.png | Bin 0 -> 9377 bytes 6 files changed, 0 insertions(+), 0 deletions(-) commit 5b69acdab810b03438d05179ebb63e0f73dbe26b Author: Bruno Coudoin Date: Sun May 5 09:27:18 2002 +0000 better image in the mrpata dataset fallback to revision 1.2 for maze.c since 1.4 is bugged when you move back on your path ChangeLog | 2 + boards/dataset/mrpatate.xml | 8 + boards/gcompris/misc/raquette.png | Bin 1257 -> 4368 bytes boards/mrpatate/lunette1.png | Bin 5890 -> 6936 bytes boards/mrpatate/lunette1_sun.png | Bin 0 -> 1758 bytes boards/mrpatate/lunette_girl.png | Bin 0 -> 2535 bytes boards/mrpatate/lunette_girl_sun.png | Bin 0 -> 2285 bytes boards/scales/board2_5.xml.in | 1 - boards/scales/board3_0.xml.in | 1 - boards/scales/board3_1.xml.in | 1 - boards/scales/board3_2.xml.in | 1 - boards/scales/board3_3.xml.in | 2 +- configure | 612 ++++++++++++--------------- configure.in | 3 +- po/ChangeLog | 16 + src/boards/maze.c | 791 +++++++++++++--------------------- stamp-h.in | 1 - 17 files changed, 596 insertions(+), 843 deletions(-) commit a270d70b47c91742c2821bcb1bd0b258d7f6f7a0 Author: Bruno Coudoin Date: Thu May 2 20:17:01 2002 +0000 created boards/dataset/mrpatate.xml | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) commit 197e1f0777d6b31a846f9d9720322a0598d0df77 Author: Bruno Coudoin Date: Wed May 1 23:56:30 2002 +0000 hip its neededed boards/draw/tool-image.png | Bin 0 -> 3492 bytes boards/draw/tool-image_on.png | Bin 0 -> 3567 bytes boards/gcompris/images_selector_bg.png | Bin 0 -> 56115 bytes 3 files changed, 0 insertions(+), 0 deletions(-) commit 3ce51ce33770c8c9ac5a54c45855c93e663d0ad8 Author: Bruno Coudoin Date: Wed May 1 23:50:33 2002 +0000 added support to image in draw. Added support to infinite images in shapeboard ChangeLog | 12 + boards/boardicons/draw.png | Bin 4950 -> 5227 bytes boards/draw/draw-bg.jpg | Bin 14715 -> 8681 bytes boards/mrpatate/barbe1.png | Bin 0 -> 10541 bytes boards/mrpatate/barbe12.png | Bin 0 -> 12999 bytes boards/mrpatate/body.png | Bin 0 -> 52516 bytes boards/mrpatate/bouc1.png | Bin 0 -> 969 bytes boards/mrpatate/bouche1.png | Bin 0 -> 2558 bytes boards/mrpatate/bouche2.png | Bin 0 -> 1237 bytes boards/mrpatate/bouche3.png | Bin 0 -> 4366 bytes boards/mrpatate/bouche4.png | Bin 0 -> 1085 bytes boards/mrpatate/bouche9.png | Bin 0 -> 3554 bytes boards/mrpatate/cheveux1.png | Bin 0 -> 7729 bytes boards/mrpatate/cheveux2.png | Bin 0 -> 8420 bytes boards/mrpatate/cheveux3.png | Bin 0 -> 10657 bytes boards/mrpatate/cheveux4.png | Bin 0 -> 5478 bytes boards/mrpatate/cheveux5.png | Bin 0 -> 1122 bytes boards/mrpatate/cil1.png | Bin 0 -> 4365 bytes boards/mrpatate/larme.png | Bin 0 -> 2229 bytes boards/mrpatate/lunette1.png | Bin 0 -> 5890 bytes boards/mrpatate/mousta1.png | Bin 0 -> 4224 bytes boards/mrpatate/mrpatate_icon.png | Bin 0 -> 14382 bytes boards/mrpatate/nez1.png | Bin 0 -> 8489 bytes boards/mrpatate/oeuil1.png | Bin 0 -> 2323 bytes boards/mrpatate/oeuil2.png | Bin 0 -> 2053 bytes boards/mrpatate/oeuil3.png | Bin 0 -> 2159 bytes boards/mrpatate/oeuil4.png | Bin 0 -> 3372 bytes src/boards/algebra.c | 2 +- src/boards/clockgame.c | 4 +- src/boards/draw.c | 296 ++++++++++++++++++++++---- src/boards/maze.c | 3 + src/boards/railroad.c | 4 +- src/boards/shapegame.c | 156 +++++++++++++- src/boards/target.c | 8 +- src/boards/wordsgame.c | 11 +- src/gcompris/Makefile.am | 3 +- src/gcompris/config.c | 157 +++++++++++--- src/gcompris/gcompris.c | 65 ++++-- src/gcompris/gcompris.h | 8 +- src/gcompris/gcompris_config.h | 3 + src/gcompris/images_selector.c | 411 +++++++++++++++++++++++++++++++++++++ src/gcompris/properties.c | 10 +- src/gcompris/properties.h | 4 +- src/gcompris/soundutil.c | 4 +- src/gcompris/soundutil.h | 10 +- src/gcompris/timer.c | 7 + 46 files changed, 1043 insertions(+), 135 deletions(-) commit e481fea898d42cb5be5f9e48201a5d9c7936237c Author: Bruno Coudoin Date: Thu Apr 18 09:11:18 2002 +0000 maze now can find its way out alone ChangeLog | 1 + Makefile.am | 2 - configure.in | 2 +- gcompris.spec.in | 2 +- src/boards/algebra.c | 2 +- src/boards/maze.c | 788 +++++++++++++++++++++++++++++++------------------- 6 files changed, 495 insertions(+), 302 deletions(-) commit 78a27df4ae6064178e5560708d8fcb6fd958ee18 Author: Bruno Coudoin Date: Wed Apr 17 20:57:12 2002 +0000 moved icons back to boardsicon to ease the web site processing boards/boardicons/doubleentry.png | Bin 0 -> 2367 bytes boards/boardicons/target.png | Bin 0 -> 2817 bytes boards/sounds/fr/level.ogg | Bin 15424 -> 10041 bytes 3 files changed, 0 insertions(+), 0 deletions(-) commit bff5b9c9cdb2f17709c0d179922beec5f99627e0 Author: Bruno Coudoin Date: Wed Apr 17 20:47:38 2002 +0000 implemented the timer api src/gcompris/timer.c | 248 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/timer.h | 45 +++++++++ 2 files changed, 293 insertions(+), 0 deletions(-) commit 7e6e4339fe9f8e1a89418c0384165d6653a72449 Author: Bruno Coudoin Date: Wed Apr 17 12:23:17 2002 +0000 changed cursor src/boards/shapegame.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 24f12ecb8493434366d978eab1d70f5a5152289e Author: Bruno Coudoin Date: Tue Apr 16 22:36:27 2002 +0000 added images for timer api boards/gcompris/misc/tuxballoon.png | Bin 0 -> 24711 bytes boards/gcompris/timers/README | 1 + boards/gcompris/timers/clock1.png | Bin 0 -> 15307 bytes boards/gcompris/timers/clock10.png | Bin 0 -> 15514 bytes boards/gcompris/timers/clock2.png | Bin 0 -> 15426 bytes boards/gcompris/timers/clock3.png | Bin 0 -> 15546 bytes boards/gcompris/timers/clock4.png | Bin 0 -> 14880 bytes boards/gcompris/timers/clock5.png | Bin 0 -> 15264 bytes boards/gcompris/timers/clock6.png | Bin 0 -> 15078 bytes boards/gcompris/timers/clock7.png | Bin 0 -> 15555 bytes boards/gcompris/timers/clock8.png | Bin 0 -> 15461 bytes boards/gcompris/timers/clock9.png | Bin 0 -> 15553 bytes boards/gcompris/timers/sablier1.png | Bin 0 -> 18531 bytes boards/gcompris/timers/sablier10.png | Bin 0 -> 19047 bytes boards/gcompris/timers/sablier2.png | Bin 0 -> 18666 bytes boards/gcompris/timers/sablier3.png | Bin 0 -> 18665 bytes boards/gcompris/timers/sablier4.png | Bin 0 -> 18710 bytes boards/gcompris/timers/sablier5.png | Bin 0 -> 18722 bytes boards/gcompris/timers/sablier6.png | Bin 0 -> 18904 bytes boards/gcompris/timers/sablier7.png | Bin 0 -> 18906 bytes boards/gcompris/timers/sablier8.png | Bin 0 -> 18900 bytes boards/gcompris/timers/sablier9.png | Bin 0 -> 18925 bytes 22 files changed, 1 insertions(+), 0 deletions(-) commit 61936c2857dfcabbc707792ca2201038dd295fb1 Author: Bruno Coudoin Date: Tue Apr 16 22:31:43 2002 +0000 many change added the name property and change name entity to title added the timer api and implemented it in algebra board ChangeLog | 12 ++- boards/algebra_by.xml.in | 3 +- boards/algebra_div.xml.in | 3 +- boards/algebra_guesscount.xml.in | 3 +- boards/algebra_minus.xml.in | 3 +- boards/algebra_plus.xml.in | 3 +- boards/algebramenu.xml.in | 3 +- boards/babymatch.xml.in | 3 +- boards/babyshapes.xml.in | 3 +- boards/click_on_letter.xml.in | 3 +- boards/clickgame.xml.in | 3 +- boards/clockgame.xml.in | 3 +- boards/colors.xml.in | 3 +- boards/computer.xml.in | 3 +- boards/doubleentry.xml.in | 9 +- boards/draw.xml.in | 3 +- boards/erase.xml.in | 3 +- boards/fun.xml.in | 3 +- boards/gletters.xml.in | 3 +- boards/imageid.xml.in | 3 +- boards/imagename.xml.in | 3 +- boards/leftright.xml.in | 3 +- boards/maze.xml.in | 8 +- boards/memory.xml.in | 3 +- boards/menu.xml.in | 3 +- boards/missing_letter.xml.in | 3 +- boards/paintings.xml.in | 3 +- boards/paratrooper.xml.in | 3 +- boards/planegame.xml.in | 3 +- boards/railroad.xml.in | 3 +- boards/reading.xml.in | 3 +- boards/readingh.xml.in | 3 +- boards/readingv.xml.in | 3 +- boards/scalesboard.xml.in | 3 +- boards/smallnumbers.xml.in | 3 +- boards/target.xml.in | 13 ++- boards/wordsgame.xml.in | 3 +- configure | 316 ++++++++++++++++++-------------------- src/boards/algebra.c | 124 ++++++++++----- src/boards/algebra_guesscount.c | 20 ++- src/boards/click_on_letter.c | 20 ++- src/boards/clickgame.c | 6 +- src/boards/clockgame.c | 39 +++-- src/boards/colors.c | 16 +- src/boards/erase.c | 22 ++-- src/boards/imageid.c | 32 ++-- src/boards/menu.c | 27 ++-- src/boards/missingletter.c | 32 ++-- src/boards/paratrooper.c | 36 ++-- src/boards/railroad.c | 26 ++-- src/boards/reading.c | 36 ++-- src/boards/target.c | 12 +- src/boards/wordsgame.c | 44 +++--- src/gcompris/Makefile.am | 1 + src/gcompris/bar.c | 6 +- src/gcompris/bonus.h | 8 +- src/gcompris/gameutil.c | 17 ++- src/gcompris/gcompris-board.h | 3 +- src/gcompris/gcompris.c | 2 +- src/gcompris/gcompris.h | 13 +- src/gcompris/properties.h | 6 +- 61 files changed, 551 insertions(+), 454 deletions(-) commit 23d7201161f9f872e8e5c6e791b1c3853609d7c1 Author: Bruno Coudoin Date: Mon Apr 15 16:21:50 2002 +0000 fixed 2 solutions in scale ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 90e1d111a536c9a07ded60042fdc1674dff1132b Author: Bruno Coudoin Date: Mon Apr 15 16:20:05 2002 +0000 changed because 2 possible solution boards/scales/board3_0.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ecb4e3b783979152fde880cc411bbba389bcb0bf Author: Christopher R. Gabriel Date: Mon Apr 15 11:16:00 2002 +0000 updated italian translation from Immacolata Arenga po/ChangeLog | 4 + po/it.po | 539 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 306 insertions(+), 237 deletions(-) commit e2e7ad2fa08a5ce706c0ee975ce0ac2cf4e8c4d9 Author: Bruno Coudoin Date: Mon Apr 15 11:02:58 2002 +0000 More sounds from Thomas Gebhardt and his son boards/sounds/de/0.ogg | Bin 0 -> 14455 bytes boards/sounds/de/1.ogg | Bin 0 -> 18464 bytes boards/sounds/de/10.ogg | Bin 0 -> 11519 bytes boards/sounds/de/2.ogg | Bin 0 -> 16754 bytes boards/sounds/de/3.ogg | Bin 0 -> 17156 bytes boards/sounds/de/4.ogg | Bin 0 -> 15346 bytes boards/sounds/de/5.ogg | Bin 0 -> 16306 bytes boards/sounds/de/6.ogg | Bin 0 -> 17546 bytes boards/sounds/de/7.ogg | Bin 0 -> 15187 bytes boards/sounds/de/8.ogg | Bin 0 -> 12258 bytes boards/sounds/de/9.ogg | Bin 0 -> 10997 bytes boards/sounds/de/VERSION | 2 +- boards/sounds/de/back.ogg | Bin 0 -> 14582 bytes boards/sounds/de/black.ogg | Bin 0 -> 19102 bytes boards/sounds/de/blue.ogg | Bin 0 -> 14180 bytes boards/sounds/de/brown.ogg | Bin 0 -> 11467 bytes boards/sounds/de/by.ogg | Bin 0 -> 11992 bytes boards/sounds/de/congratulation.ogg | Bin 0 -> 27682 bytes boards/sounds/de/equal.ogg | Bin 0 -> 22397 bytes boards/sounds/de/good.ogg | Bin 0 -> 13661 bytes boards/sounds/de/great.ogg | Bin 0 -> 14031 bytes boards/sounds/de/green.ogg | Bin 0 -> 14557 bytes boards/sounds/de/grey.ogg | Bin 0 -> 13669 bytes boards/sounds/de/help.ogg | Bin 0 -> 12212 bytes boards/sounds/de/level.ogg | Bin 0 -> 24741 bytes boards/sounds/de/minus.ogg | Bin 0 -> 15434 bytes boards/sounds/de/ok.ogg | Bin 0 -> 12649 bytes boards/sounds/de/orange.ogg | Bin 0 -> 14538 bytes boards/sounds/de/outof.ogg | Bin 0 -> 22272 bytes boards/sounds/de/plus.ogg | Bin 0 -> 8737 bytes boards/sounds/de/purple.ogg | Bin 0 -> 11970 bytes boards/sounds/de/quit.ogg | Bin 0 -> 17733 bytes boards/sounds/de/red.ogg | Bin 0 -> 15664 bytes boards/sounds/de/super.ogg | Bin 0 -> 13378 bytes boards/sounds/de/welcome.ogg | Bin 0 -> 33200 bytes boards/sounds/de/white.ogg | Bin 0 -> 14610 bytes boards/sounds/de/yellow.ogg | Bin 0 -> 12260 bytes 37 files changed, 1 insertions(+), 1 deletions(-) commit 0bd88b3dc8bbe4cb86e9c8b0faf65ad66873272e Author: Bruno Coudoin Date: Fri Apr 12 12:59:12 2002 +0000 fixed by J.Ph. Ayanides po/fr.po | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) commit f66c9cf9e73cbba438b736a46df01ab4e4e1852e Author: Bruno Coudoin Date: Tue Apr 9 16:20:27 2002 +0000 changed speaken to spoken boards/colors.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0bda6d2bf944ecdd5e5735999ea1673b57d5f569 Author: Bruno Coudoin Date: Thu Apr 4 08:29:26 2002 +0000 fixed misplacement by Ehreth Imre ChangeLog | 4 +++ src/boards/shapegame.c | 55 +++++++++++++++++++++++++++++------------------ 2 files changed, 38 insertions(+), 21 deletions(-) commit 5adae471bb0694edc6babcebf89424e008600d3e Author: Bruno Coudoin Date: Tue Apr 2 16:51:13 2002 +0000 fixed tipo src/gcompris/about.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit f8fd81f9fe5371ae00906604741d26b0529f72af Author: Bruno Coudoin Date: Tue Apr 2 16:22:12 2002 +0000 changed to the flemish lion from Herman boards/flags/nl.png | Bin 220 -> 464 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 27d4edacd7f1a7dbab0f5db911b445721bec505b Author: Bruno Coudoin Date: Tue Apr 2 16:18:30 2002 +0000 updated by Herman Bruyninckx po/nl.po | 240 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 136 insertions(+), 104 deletions(-) commit a7bf49c6943347e914f24e8a7121b44d685f4588 Author: Bruno Coudoin Date: Tue Apr 2 16:02:38 2002 +0000 changed to use gnome macro autogen.sh | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit ea68455a9a7036923e67118cf71de93b7bfe1207 Author: Bruno Coudoin Date: Tue Apr 2 15:59:40 2002 +0000 updated by Robinson Rodrigo Maureira Castillo po/es.po | 684 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 304 insertions(+), 380 deletions(-) commit 3916d357290aba35a14aa150a9e2c2f66aa5d4cc Author: Christophe Merlet Date: Fri Mar 29 19:56:05 2002 +0000 Updated spec file. ChangeLog | 5 +++++ gcompris.spec.in | 45 ++++++++++++++++----------------------------- 2 files changed, 21 insertions(+), 29 deletions(-) commit dadbc91c8fa891c525b5ce2771e8e27389d78b54 Author: Bruno Coudoin Date: Fri Mar 29 13:31:41 2002 +0000 changed for BSD ChangeLog | 5 +++++ Makefile.am | 10 +++------- src/boards/target.c | 4 +--- src/gcompris/soundutil.c | 1 + 4 files changed, 10 insertions(+), 10 deletions(-) commit 065da408be4a729ed2dd85edb2a59f1df981b52b Author: Bruno Coudoin Date: Thu Mar 28 18:24:07 2002 +0000 file creation boards/doubleentry/.cvsignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 9ff7107dded6f800fe26b66b3159c4a6afbf9654 Author: Bruno Coudoin Date: Thu Mar 28 00:15:21 2002 +0000 now maze has a tux. Added a level to doubleentry ChangeLog | 5 ++ boards/doubleentry/Makefile.am | 3 +- boards/doubleentry/board2_0.xml.in | 18 +++++++ boards/doubleentry/circle-r0-g2.png | Bin 0 -> 6326 bytes boards/doubleentry/circle-r0-g3.png | Bin 0 -> 6013 bytes boards/doubleentry/circle-r0-g4.png | Bin 0 -> 5619 bytes boards/doubleentry/circle-r2-g0.png | Bin 0 -> 6166 bytes boards/doubleentry/circle-r2-g2.png | Bin 0 -> 6974 bytes boards/doubleentry/circle-r2-g3.png | Bin 0 -> 6001 bytes boards/doubleentry/circle-r2-g4.png | Bin 0 -> 6242 bytes boards/doubleentry/circle-r3-g0.png | Bin 0 -> 6345 bytes boards/doubleentry/circle-r3-g2.png | Bin 0 -> 6361 bytes boards/doubleentry/circle-r3-g3.png | Bin 0 -> 5896 bytes boards/doubleentry/circle-r3-g4.png | Bin 0 -> 5484 bytes boards/doubleentry/circle-r4-g0.png | Bin 0 -> 5824 bytes boards/doubleentry/circle-r4-g2.png | Bin 0 -> 5612 bytes boards/doubleentry/circle-r4-g3.png | Bin 0 -> 5972 bytes boards/doubleentry/circle-r4-g4.png | Bin 0 -> 5293 bytes boards/gcompris/misc/door.png | Bin 0 -> 11821 bytes po/POTFILES.in | 5 +- po/fr.po | 44 +++++++++++++----- src/boards/maze.c | 85 ++++++++++++++++++++++++++++++----- 22 files changed, 133 insertions(+), 27 deletions(-) commit 5896a059d18e22b2d1c19952aa79737564df7476 Author: Bruno Coudoin Date: Wed Mar 27 14:25:11 2002 +0000 removed the load of local macro dir configure.in | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 5ba6a0f0825aabe5ff1020ce04a20795effce993 Author: Pascal Georges Date: Tue Mar 26 18:19:58 2002 +0000 *** empty log message *** ChangeLog | 6 +++++- src/gcompris/soundutil.c | 11 +++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) commit 5ec1efa773f32a5209274088fc6a01fe8c744cf9 Author: Bruno Coudoin Date: Sun Mar 24 20:49:10 2002 +0000 target file boards/target.xml.in | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit d6eba774945a28c0b21b0a9187098e95c46a258f Author: Bruno Coudoin Date: Sun Mar 24 10:27:31 2002 +0000 2 new boards : doubleentry and target ChangeLog | 5 + boards/Makefile.am | 4 +- boards/algebramenu.xml.in | 2 + boards/doubleentry.xml.in | 13 + boards/doubleentry/Makefile.am | 12 + boards/doubleentry/board1_0.xml.in | 18 + boards/doubleentry/boardicon.png | Bin 0 -> 2367 bytes boards/doubleentry/circle-blue-1.png | Bin 0 -> 7087 bytes boards/doubleentry/circle-blue-2.png | Bin 0 -> 6974 bytes boards/doubleentry/circle-blue-3.png | Bin 0 -> 5873 bytes boards/doubleentry/circle-green-1.png | Bin 0 -> 6937 bytes boards/doubleentry/circle-green-2.png | Bin 0 -> 7319 bytes boards/doubleentry/circle-green-3.png | Bin 0 -> 6741 bytes boards/doubleentry/circle-red-1.png | Bin 0 -> 8480 bytes boards/doubleentry/circle-red-2.png | Bin 0 -> 7578 bytes boards/doubleentry/circle-red-3.png | Bin 0 -> 7147 bytes boards/doubleentry/gcompris-bg.png | Bin 0 -> 75581 bytes boards/target/boardicon.png | Bin 0 -> 2817 bytes configure | 1465 ++++++++++++++++++++++----------- configure.in | 1 + gcompris.spec.in | 2 + po/ChangeLog | 4 + po/POTFILES.in | 3 + src/boards/Makefile.am | 31 +- src/boards/memory.c | 4 +- src/boards/shapegame.c | 97 +-- src/boards/target.c | 720 ++++++++++++++++ src/gcompris/gcompris.c | 30 +- src/gcompris/gcompris.h | 3 +- src/gcompris/properties.h | 3 +- 30 files changed, 1828 insertions(+), 589 deletions(-) commit da1d469204c260cc43d4c56ecdf8701c54ee4f0b Author: Pascal Georges Date: Fri Mar 22 22:09:36 2002 +0000 *** empty log message *** ChangeLog | 6 +++++- po/fr.po | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) commit 7560b4aaf31dd145670f6221106aee58dd9c6465 Author: Bruno Coudoin Date: Fri Mar 22 07:53:05 2002 +0000 added the maze board ChangeLog | 4 + boards/Makefile.am | 1 + boards/colors.xml.in | 4 +- boards/maze.xml.in | 12 + boards/menu.xml.in | 1 + configure.in | 2 +- po/POTFILES.in | 2 + src/boards/Makefile.am | 9 + src/boards/maze.c | 707 ++++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 740 insertions(+), 2 deletions(-) commit b15f8f3a16d56ec4a31ac29d6fdd35341a56599d Author: Bruno Coudoin Date: Fri Mar 22 07:50:27 2002 +0000 added maze po/fr.po | 27 +++++++++++++++++++-------- 1 files changed, 19 insertions(+), 8 deletions(-) commit 68cec9f5d6b78f4f985932fa086b3f197ad554a7 Author: Bruno Coudoin Date: Thu Mar 21 23:35:02 2002 +0000 updated by Hansjrg Schwarz po/de.po | 225 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 109 insertions(+), 116 deletions(-) commit 4f8cea1a6d28e1c819fbf62a265730f0da382927 Author: Bruno Coudoin Date: Thu Mar 21 14:42:32 2002 +0000 added maze, remove unused matritsa boards/boardicons/matritsa.png | Bin 6393 -> 0 bytes boards/boardicons/maze.png | Bin 0 -> 402 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit ec2d136dbb63bed57ed0df6e8fd31913e91a8d90 Author: Bruno Coudoin Date: Thu Mar 21 14:32:58 2002 +0000 fixed chrismas tree name to spruce boards/imagename/board5_0.xml.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b0b2f6e95580acf860d92e227ed6bb5bcb2ee846 Author: Bruno Coudoin Date: Thu Mar 21 14:28:02 2002 +0000 update po/ChangeLog | 4 + po/sk.po | 327 +++++++++++++++++++++++++++++++--------------------------- 2 files changed, 177 insertions(+), 154 deletions(-) commit 70d0cc49c5de3bcebb322d58a10a593493ce006b Author: Bruno Coudoin Date: Wed Mar 20 09:37:13 2002 +0000 src/board/memory.c: fixed bad index which could randomly core dump gcompris. thanks to Imre Ehreth for found reported it. ChangeLog | 10 ++++++++++ src/boards/memory.c | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-) commit 428cb8bb9578ef50b2a6029f6313533765136740 Author: Bruno Coudoin Date: Tue Mar 19 08:51:08 2002 +0000 release 1.0.1 : fixed bug #531661 missing file in colors and leftright configure.in | 2 +- gcompris.spec.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) commit e6cbc9e68a90043c11cd469969de275df340e9ad Author: Bruno Coudoin Date: Mon Mar 18 08:57:39 2002 +0000 fixed these board descriptions boards/click_on_letter.xml.in | 2 +- boards/colors.xml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 0cf66278fc15f0a50847ec7448fff4a9741f7fdf Author: Bruno Coudoin Date: Sun Mar 17 21:15:39 2002 +0000 minor changes boards/click_on_letter.xml.in | 2 +- boards/colors.xml.in | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) commit 28c0b40dfb9821eb6aa55174e5ab4f5f30405cd6 Author: Pascal Georges Date: Sun Mar 17 18:57:43 2002 +0000 *** empty log message *** boards/missing_letter/board1.xml.in | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit e6562f8017eca4d3f8822333300ab1a96796a83e Author: Pascal Georges Date: Sun Mar 17 09:33:46 2002 +0000 *** empty log message *** ChangeLog | 8 ++++-- po/az.po | 48 ++++++++++++++++++------------------ po/de.po | 56 +++++++++++++++++++++++++------------------ po/el.po | 32 ++++++++++++------------ po/es.po | 32 ++++++++++++------------ po/fi.po | 32 ++++++++++++------------ po/fr.po | 48 ++++++++++++++++++------------------ po/it.po | 32 ++++++++++++------------ po/lt.po | 56 +++++++++++++++++++++++++------------------ po/nl.po | 56 +++++++++++++++++++++++++------------------ po/pt_BR.po | 32 ++++++++++++------------ po/ru.po | 32 ++++++++++++------------ po/sk.po | 32 ++++++++++++------------ po/sv.po | 56 +++++++++++++++++++++++++------------------ src/boards/missingletter.c | 18 +++++++++++--- 15 files changed, 307 insertions(+), 263 deletions(-) commit 2c8f8fa3ea1ce67f0ff20ddea5a4905b9efb9ae3 Author: Bruno Coudoin Date: Sat Mar 16 23:54:11 2002 +0000 fixed i18n ChangeLog | 8 ++++++-- src/boards/imageid.c | 24 ++++++++++++++++-------- src/boards/missingletter.c | 12 +++++++----- 3 files changed, 29 insertions(+), 15 deletions(-) commit 444df37d31583ee4f38d92c835e87f7bb04163ee Author: Bruno Coudoin Date: Fri Mar 15 18:22:34 2002 +0000 new cute cursor from Arnaud Rolly ChangeLog | 7 ++++ src/gcompris/cursor.h | 80 +++++++++++++++++++++++----------------------- src/gcompris/gcompris.c | 6 ++-- 3 files changed, 50 insertions(+), 43 deletions(-) commit a3b32c2cd39dd5c88785be95b24a3620cdb020bd Author: Pascal Georges Date: Thu Mar 14 20:08:57 2002 +0000 *** empty log message *** ChangeLog | 4 ++-- src/boards/colors.c | 3 --- src/boards/leftright.c | 5 +++-- 3 files changed, 5 insertions(+), 7 deletions(-) commit a9875b0ed3338b64a4e8a33513d01e3030bc9800 Author: Pascal Georges Date: Thu Mar 14 20:08:05 2002 +0000 *** empty log message *** ChangeLog | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit bf69756627c7717b1d9e4c9465c483fc0b5cbdd3 Author: Bruno Coudoin Date: Wed Mar 13 22:26:24 2002 +0000 minor fixes to planegame ChangeLog | 5 ++++ src/boards/planegame.c | 49 ++++++++++++++++++++++++++++++++--------------- 2 files changed, 38 insertions(+), 16 deletions(-) commit 0e4d26877f28f8834b50f11e61b6847895e69d6f Author: Bruno Coudoin Date: Wed Mar 13 18:14:03 2002 +0000 Updated lt.po by Mantas po/lt.po | 168 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 84 insertions(+), 84 deletions(-) commit fc67c51f02278513012c77f053953225a508891f Author: Bruno Coudoin Date: Tue Mar 12 19:23:25 2002 +0000 Ran an update-po to make sure lastest po are there... po/az.po | 16 +- po/de.po | 16 +- po/el.po | 16 +- po/es.po | 16 +- po/fi.po | 16 +- po/it.po | 16 +- po/lt.po | 16 +- po/nl.po | 16 +- po/pt_BR.po | 16 +- po/ru.po | 9 +- po/sk.po | 792 +++++++++++++++++++++++++++++++++++++++++++++++++++-------- po/sv.po | 16 +- 12 files changed, 775 insertions(+), 186 deletions(-) commit 0b1523b6edaf508436a4b3b944f8f3dc7fc1f98f Author: Bruno Coudoin Date: Tue Mar 12 09:49:25 2002 +0000 updated po/fr.po | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-) commit ff64518f45b77532e8cdece9fd54598348530116 Author: Bruno Coudoin Date: Tue Mar 12 08:55:15 2002 +0000 added slovak ChangeLog | 6 + configure.in | 2 +- po/ChangeLog | 4 + po/sk.po | 345 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 356 insertions(+), 1 deletions(-) commit 8ac88cb682de5a629670108fc7d9f41f5af003fb Author: Valek Frob Date: Mon Mar 11 11:29:45 2002 +0000 Updated russian translation. po/ChangeLog | 4 + po/ru.po | 315 ++++++++++++++++++++++------------------------------------ 2 files changed, 125 insertions(+), 194 deletions(-) commit ced1308e884b6404add32a49ee0594ef638c336c Author: Bruno Coudoin Date: Sun Mar 10 23:50:50 2002 +0000 improved draw with optional grid ChangeLog | 2 + boards/draw/tool-grid.png | Bin 0 -> 3247 bytes boards/draw/tool-grid_on.png | Bin 0 -> 3357 bytes configure | 2 +- src/boards/draw.c | 128 ++++++++++++++++++++++++++++++++++++----- 5 files changed, 115 insertions(+), 17 deletions(-) commit 428fa423ec4be12b0c600b8559df13ce82b55359 Author: Bruno Coudoin Date: Sun Mar 10 20:51:38 2002 +0000 updated po/fr.po | 28 ++++++++++++---------------- 1 files changed, 12 insertions(+), 16 deletions(-) commit ad316872eaf49c41f554e2ed43317e375793120f Author: Bruno Coudoin Date: Sat Mar 9 22:55:43 2002 +0000 better alignment when moving objects ChangeLog | 6 ++++++ src/boards/draw.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 0033db6695268ef5d8e3f7b93468ea76d29b0552 Author: Pascal Georges Date: Sat Mar 9 21:20:43 2002 +0000 *** empty log message *** src/boards/colors.c | 35 ++++++++++------------------------- 1 files changed, 10 insertions(+), 25 deletions(-) commit 1f0d27979a1d4007a4426165e396c8f3637a025c Author: Bruno Coudoin Date: Thu Mar 7 22:20:22 2002 +0000 implemented the mandatory sound file for board that needs voice boards/gcompris/buttons/voice.png | Bin 0 -> 1548 bytes boards/gcompris/buttons/voice_bad.png | Bin 0 -> 1527 bytes src/boards/menu.c | 41 ++++++++++++++++++++++++++++++-- 3 files changed, 38 insertions(+), 3 deletions(-) commit 650d3d45d24a3fb8abcea20be397938659c5a309 Author: Pascal Georges Date: Thu Mar 7 21:35:16 2002 +0000 *** empty log message *** ChangeLog | 8 +++----- boards/boardicons/colors.png | Bin 396 -> 10113 bytes 2 files changed, 3 insertions(+), 5 deletions(-) commit d7a5f2ed37522f081627620bad66cac347d0adcd Author: Bruno Coudoin Date: Thu Mar 7 18:53:26 2002 +0000 update: promoted configure to final we are ready AUTHORS | 2 ++ ChangeLog | 2 ++ configure.in | 2 +- 3 files changed, 5 insertions(+), 1 deletions(-) commit 58065e5a407a79b6736cdfb978275fc8144a9a80 Author: Pascal Georges Date: Thu Mar 7 17:49:55 2002 +0000 *** empty log message *** boards/boardicons/colors.png | Bin 0 -> 396 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit dec19203a4189b17839763684aa953fa9271d326 Author: Bruno Coudoin Date: Wed Mar 6 21:36:15 2002 +0000 changed draw to include a point creation. Changed the behaviour to ease usage ChangeLog | 7 + boards/draw/draw-bg.jpg | Bin 8847 -> 14715 bytes boards/draw/tool-empty.png | Bin 0 -> 2717 bytes boards/draw/tool-empty_on.png | Bin 0 -> 2839 bytes boards/draw/tool-point.png | Bin 0 -> 3141 bytes boards/draw/tool-point_on.png | Bin 0 -> 3287 bytes boards/draw/tool-select.png | Bin 0 -> 3438 bytes boards/draw/tool-select_on.png | Bin 0 -> 3661 bytes boards/draw/tool-selector.jpg | Bin 1560 -> 1964 bytes configure | 1090 ++++++++++++++++++++++++++-------------- src/boards/draw.c | 166 +++++-- src/gcompris/cursor.h | 42 ++ src/gcompris/gcompris.c | 5 +- src/gcompris/gcompris.h | 3 +- 14 files changed, 891 insertions(+), 422 deletions(-) commit 71fd8f30182e56205aa60d46f24d276b0f43251e Author: Pascal Georges Date: Wed Mar 6 20:23:37 2002 +0000 *** empty log message *** ChangeLog | 10 +- boards/Makefile.am | 3 +- boards/colors.xml.in | 13 ++ boards/colors/colors_bg.jpg | Bin 0 -> 34367 bytes boards/colors/colors_highlight.png | Bin 0 -> 54494 bytes boards/fun.xml.in | 1 + po/POTFILES.in | 1 + po/az.po | 24 ++- po/de.po | 24 ++- po/el.po | 24 ++- po/es.po | 24 ++- po/fi.po | 24 ++- po/fr.po | 28 ++- po/it.po | 24 ++- po/lt.po | 24 ++- po/nl.po | 24 ++- po/pt_BR.po | 24 ++- po/ru.po | 24 ++- po/sv.po | 24 ++- src/boards/Makefile.am | 11 +- src/boards/algebra_guesscount.c | 7 - src/boards/colors.c | 339 ++++++++++++++++++++++++++++++++++++ src/gcompris/gameutil.c | 7 + src/gcompris/gameutil.h | 1 + 24 files changed, 578 insertions(+), 107 deletions(-) commit e7a69dae84fad4d3325fa33ded8789c8d1a0c68c Author: Pascal Georges Date: Tue Mar 5 20:03:32 2002 +0000 *** empty log message *** src/boards/leftright.c | 35 ++++++++++++++++++++++++++++++----- 1 files changed, 30 insertions(+), 5 deletions(-) commit afc44aae4b83783e6343c637f3b4cfe56dc1c8e1 Author: Pascal Georges Date: Tue Mar 5 17:38:54 2002 +0000 *** empty log message *** src/boards/leftright.c | 35 +++++------------------------------ 1 files changed, 5 insertions(+), 30 deletions(-) commit b53649e40a496c76895d701739a123973152c586 Author: Pascal Georges Date: Mon Mar 4 19:14:00 2002 +0000 *** empty log message *** src/boards/leftright.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit 3c4afb5a38f562841bfc95f8fdf9ef416e54f3a0 Author: Bruno Coudoin Date: Mon Mar 4 13:12:21 2002 +0000 Removed french voices boards/sounds/en/VERSION | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5f8b807ceb00992d53f8bede046cedd89349d595 Author: Bruno Coudoin Date: Sun Mar 3 21:34:27 2002 +0000 draw has a grid now/draw line is easier to use ChangeLog | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit 807482c4754f2b81868a9689d1c0b4f19d30f7bc Author: Bruno Coudoin Date: Sun Mar 3 14:08:19 2002 +0000 added the grid in draw src/boards/draw.c | 1305 ++++++++++++++++++++++++++---------------------- src/boards/shapegame.c | 8 +- 2 files changed, 719 insertions(+), 594 deletions(-) commit 46649204ef6a6cee00de87ffc3969971de51b0c8 Author: Pascal Georges Date: Sat Mar 2 23:08:17 2002 +0000 *** empty log message *** ChangeLog | 5 +- boards/Makefile.am | 3 +- boards/boardicons/leftright.png | Bin 0 -> 10246 bytes boards/fun.xml.in | 1 + boards/leftright.xml.in | 12 + boards/leftright/background.kpm | 50 ++ boards/leftright/highlight_torus.png | Bin 0 -> 9413 bytes boards/leftright/leftright-bg.jpg | Bin 0 -> 15991 bytes boards/leftright/main_droite_dessus_0.png | Bin 0 -> 53259 bytes boards/leftright/main_droite_dessus_180.png | Bin 0 -> 52778 bytes boards/leftright/main_droite_dessus_270.png | Bin 0 -> 54130 bytes boards/leftright/main_droite_dessus_90.png | Bin 0 -> 54085 bytes boards/leftright/main_droite_paume_0.png | Bin 0 -> 49825 bytes boards/leftright/main_droite_paume_180.png | Bin 0 -> 49186 bytes boards/leftright/main_droite_paume_270.png | Bin 0 -> 51391 bytes boards/leftright/main_droite_paume_90.png | Bin 0 -> 51141 bytes boards/leftright/main_gauche_dessus_0.png | Bin 0 -> 56861 bytes boards/leftright/main_gauche_dessus_180.png | Bin 0 -> 56107 bytes boards/leftright/main_gauche_dessus_270.png | Bin 0 -> 57975 bytes boards/leftright/main_gauche_dessus_90.png | Bin 0 -> 58241 bytes boards/leftright/main_gauche_paume_0.png | Bin 0 -> 49811 bytes boards/leftright/main_gauche_paume_180.png | Bin 0 -> 49191 bytes boards/leftright/main_gauche_paume_270.png | Bin 0 -> 50451 bytes boards/leftright/main_gauche_paume_90.png | Bin 0 -> 50768 bytes po/ChangeLog | 6 + po/POTFILES.in | 1 + po/az.po | 1028 +++++++++++++++++-------- po/de.po | 446 +++++++++-- po/el.po | 1115 ++++++++++++++++++--------- po/es.po | 1079 ++++++++++++++++++-------- po/fi.po | 962 +++++++++++++++++------ po/fr.po | 82 ++- po/it.po | 905 +++++++++++++++++----- po/lt.po | 42 +- po/nl.po | 446 +++++++++-- po/pt_BR.po | 937 +++++++++++++++++------ po/ru.po | 972 +++++++++++++++++------ po/sv.po | 446 +++++++++-- src/boards/Makefile.am | 11 +- src/boards/leftright.c | 397 ++++++++++ 40 files changed, 6761 insertions(+), 2185 deletions(-) commit 4913df7b2304a331836c1634c9e1260252917940 Author: Gediminas Paulauskas Date: Tue Feb 26 18:27:19 2002 +0000 silence lesson boards/babymatch/.cvsignore | 3 +++ boards/imageid/.cvsignore | 3 +++ boards/imagename/.cvsignore | 3 +++ boards/paintings/.cvsignore | 3 +++ sounds/.cvsignore | 1 + src/gcompris/.cvsignore | 1 + src/unicode/.cvsignore | 2 ++ 7 files changed, 16 insertions(+), 0 deletions(-) commit 3f55026bbc2960e46f8bb636c9c569d6296c7170 Author: Gediminas Paulauskas Date: Tue Feb 26 17:57:47 2002 +0000 generate src/unicode/Makefile.am configure.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 8dc3118683b45d5484c74d2c24653ee0899d8d9f Author: Gediminas Paulauskas Date: Tue Feb 26 17:29:51 2002 +0000 gcompris now works well in other locales, e.g. Lithuanian. 2002-02-26 Gediminas Paulauskas gcompris now works well in other locales, e.g. Lithuanian. * src/unicode/*: copied some files from GAL to get conversion from UTF8 to locale encoding. Removed all unneeded things from these files. * src/Makefile.am: build unicode subdir. * src/gcompris/Makefile.am: add things needed for unicode conversion. * src/gcompris/gameutil.c: convert string from UTF8 to locale encoding, not to latin1. ChangeLog | 11 + src/Makefile.am | 2 +- src/gcompris/Makefile.am | 4 + src/gcompris/gameutil.c | 27 +-- src/unicode/Makefile.am | 14 ++ src/unicode/e-iconv.c | 458 ++++++++++++++++++++++++++++++++++++++++++++++ src/unicode/e-iconv.h | 44 +++++ src/unicode/e-unicode.c | 117 ++++++++++++ src/unicode/e-unicode.h | 40 ++++ src/unicode/gunicode.h | 37 ++++ src/unicode/gutf8.c | 107 +++++++++++ 11 files changed, 842 insertions(+), 19 deletions(-) commit 299bbab6d14637e59dbb3960c5fb13e271c4e06e Author: Gediminas Paulauskas Date: Tue Feb 26 16:41:09 2002 +0000 add defines for all fonts used in boards, let translate the font so that 2002-02-26 Gediminas Paulauskas * src/gcompris/gcompris.h: add defines for all fonts used in boards, let translate the font so that strings will be displayed correctly in all locales. * src/boards/*.c: use defines for fonts. ChangeLog | 7 +++++++ src/boards/algebra_guesscount.c | 2 +- src/boards/click_on_letter.c | 2 +- src/boards/clockgame.c | 10 +++++----- src/boards/imageid.c | 2 +- src/boards/menu.c | 6 +++--- src/boards/missingletter.c | 2 +- src/boards/planegame.c | 2 +- src/boards/reading.c | 8 ++++---- src/boards/shapegame.c | 2 +- src/boards/wordsgame.c | 3 +-- src/gcompris/gcompris.h | 19 +++++++++++++------ 12 files changed, 39 insertions(+), 26 deletions(-) commit da141f17297e5a6594643c8405badd75ffb3f442 Author: Gediminas Paulauskas Date: Tue Feb 26 16:34:42 2002 +0000 fix libxml2 checks, add iconv and glib checks. use correct XML_LIBS, added 2002-02-26 Gediminas Paulauskas * configure.in: fix libxml2 checks, add iconv and glib checks. * src/boards/Makefile.am, src/gcompris/Makefile.am: use correct XML_LIBS, added XML_CFLAGS to INCLUDES. ChangeLog | 11 +++++++++-- configure.in | 5 +++-- src/boards/Makefile.am | 45 +++++++++++++++++++++++++-------------------- src/gcompris/Makefile.am | 2 +- 4 files changed, 38 insertions(+), 25 deletions(-) commit a59ba8abb4d6e75973ee4a0d397effe0d212439f Author: Gediminas Paulauskas Date: Tue Feb 26 15:54:17 2002 +0000 add gcompris.h updated Lithuanian translation 2002-02-26 Gediminas Paulauskas * POTFILES.in: add gcompris.h * lt.po: updated Lithuanian translation po/ChangeLog | 5 + po/POTFILES.in | 1 + po/lt.po | 591 ++++++++++++++++++++++++++++++++++++++++++------------- 3 files changed, 457 insertions(+), 140 deletions(-) commit 96b09664c7cbf2736f07091ff95d01357bb7d4c2 Author: Bruno Coudoin Date: Tue Feb 26 15:29:40 2002 +0000 replace xmli18n by intltool INSTALL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 73308bbc24072b2c22f32b863937ae39a874800c Author: Gediminas Paulauskas Date: Tue Feb 26 14:02:48 2002 +0000 removed, it is created by gettextize. 2002-02-26 Gediminas Paulauskas * Makefile.in.in: removed, it is created by gettextize. 2002-02-26 Gediminas Paulauskas * macros, intl: removed from CVS, use more up-to-ate ones from gnome-common. * intltool-*.in, ABOUT-NLS, aclocal.m4, config.h.in, ltmain.sh: remove files from CVS, they are created by autogen.sh ABOUT-NLS | 319 --- ChangeLog | 7 + aclocal.m4 | 5404 --------------------------------------------------- config.h.in | 186 -- intltool-extract.in | 293 --- intltool-merge.in | 497 ----- intltool-update.in | 528 ----- ltmain.sh | 4946 ---------------------------------------------- po/ChangeLog | 4 + po/Makefile.in.in | 269 --- 10 files changed, 11 insertions(+), 12442 deletions(-) commit a5149b2981d9781c45e9d3be4a1871a3195702a1 Author: Bruno Coudoin Date: Mon Feb 25 18:28:09 2002 +0000 These files are created by Mantas boards/wordsgame/wordslevel1.lt | 38 ++++ boards/wordsgame/wordslevel2.lt | 82 +++++++++ boards/wordsgame/wordslevel3.lt | 173 ++++++++++++++++++ boards/wordsgame/wordslevelmax.lt | 351 +++++++++++++++++++++++++++++++++++++ 4 files changed, 644 insertions(+), 0 deletions(-) commit 1f05b016d559f19f9c0d6a23cb9382780d332158 Author: Bruno Coudoin Date: Sun Feb 24 19:55:05 2002 +0000 draw improved / more cursors ChangeLog | 9 +- boards/draw.xml.in | 3 +- boards/sounds/en/back.ogg | Bin 15608 -> 0 bytes boards/sounds/en/blue.ogg | Bin 11750 -> 0 bytes boards/sounds/en/brown.ogg | Bin 14258 -> 0 bytes boards/sounds/en/by.ogg | Bin 12975 -> 0 bytes boards/sounds/en/click_on_letter.ogg | Bin 54310 -> 0 bytes boards/sounds/en/congratulation.ogg | Bin 20542 -> 0 bytes boards/sounds/en/equal.ogg | Bin 13639 -> 0 bytes boards/sounds/en/good.ogg | Bin 12504 -> 0 bytes boards/sounds/en/great.ogg | Bin 16228 -> 0 bytes boards/sounds/en/green.ogg | Bin 14435 -> 0 bytes boards/sounds/en/grey.ogg | Bin 16772 -> 0 bytes boards/sounds/en/help.ogg | Bin 12604 -> 0 bytes boards/sounds/en/level.ogg | Bin 15424 -> 0 bytes boards/sounds/en/minus.ogg | Bin 16075 -> 0 bytes boards/sounds/en/ok.ogg | Bin 11030 -> 0 bytes boards/sounds/en/orange.ogg | Bin 17610 -> 0 bytes boards/sounds/en/outof.ogg | Bin 22938 -> 0 bytes boards/sounds/en/plus.ogg | Bin 14699 -> 0 bytes boards/sounds/en/purple.ogg | Bin 12033 -> 0 bytes boards/sounds/en/quit.ogg | Bin 13068 -> 0 bytes boards/sounds/en/red.ogg | Bin 16057 -> 0 bytes boards/sounds/en/super.ogg | Bin 15506 -> 0 bytes boards/sounds/en/test.ogg | Bin 9991 -> 0 bytes boards/sounds/en/welcome.ogg | Bin 30352 -> 0 bytes boards/sounds/en/white.ogg | Bin 16320 -> 0 bytes boards/sounds/en/yellow.ogg | Bin 14182 -> 0 bytes src/boards/algebra_guesscount.c | 6 +- src/boards/draw.c | 200 +++++++++++++--------- src/gcompris/cursor.c | 4 - src/gcompris/cursor.h | 309 +++++++++++++++++++++++++++++++++- src/gcompris/gcompris.c | 72 ++++++--- src/gcompris/gcompris.h | 19 ++- 34 files changed, 494 insertions(+), 128 deletions(-) commit 6ee94bffe60736bb0549ebab4d20b9af3968d63f Author: Pascal Georges Date: Sun Feb 24 16:19:49 2002 +0000 *** empty log message *** src/gcompris/cursor.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 4b88c1bb73fb4586e7eb0eff09dbb54fa10c7206 Author: Pascal Georges Date: Sat Feb 23 22:42:13 2002 +0000 *** empty log message *** src/boards/algebra_guesscount.c | 3 ++- src/gcompris/cursor.c | 15 --------------- src/gcompris/cursor.h | 9 ++++----- 3 files changed, 6 insertions(+), 21 deletions(-) commit b3a991ab4fe8b5a818de28fe97f549630aabe320 Author: Pascal Georges Date: Sat Feb 23 20:14:34 2002 +0000 *** empty log message *** ChangeLog | 5 ++ src/boards/algebra_guesscount.c | 3 + src/gcompris/Makefile.am | 3 +- src/gcompris/cursor.c | 101 +++++++++++++++++++++++++++++++ src/gcompris/cursor.h | 124 +++++++++++++++++++++++++++++++++++++++ src/gcompris/gcompris.c | 43 ++++++++++--- src/gcompris/gcompris.h | 8 ++- 7 files changed, 274 insertions(+), 13 deletions(-) commit 01c50ac1585e9dd9e50d77274ef1dfdfef6c2b43 Author: Bruno Coudoin Date: Sat Feb 23 13:32:12 2002 +0000 creation boards/draw/tool-fill.png | Bin 0 -> 3201 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit feab4ef90b0164eb0a76439337fc43a785e687de Author: Bruno Coudoin Date: Sat Feb 23 01:57:40 2002 +0000 *** empty log message *** autogen.sh | 2 +- boards/draw/tool-circle.png | Bin 1830 -> 3169 bytes boards/draw/tool-circle_on.png | Bin 0 -> 3172 bytes boards/draw/tool-del-off.png | Bin 1880 -> 0 bytes boards/draw/tool-del.png | Bin 2000 -> 3073 bytes boards/draw/tool-del_on.png | Bin 0 -> 3086 bytes boards/draw/tool-fill_on.png | Bin 0 -> 3234 bytes boards/draw/tool-filledcircle.png | Bin 1672 -> 2986 bytes boards/draw/tool-filledcircle_on.png | Bin 0 -> 2999 bytes boards/draw/tool-filledrectangle.png | Bin 727 -> 2607 bytes boards/draw/tool-filledrectangle_on.png | Bin 0 -> 2593 bytes boards/draw/tool-line.png | Bin 1573 -> 2915 bytes boards/draw/tool-line_on.png | Bin 0 -> 2907 bytes boards/draw/tool-rectangle.png | Bin 782 -> 2665 bytes boards/draw/tool-rectangle_on.png | Bin 0 -> 2667 bytes boards/draw/tool-resize.png | Bin 1463 -> 0 bytes configure | 9264 +++++++++++++++++++++++++++++++ src/boards/draw.c | 371 +- src/gcompris/bar.c | 3 +- src/gcompris/gcompris.c | 20 +- src/gcompris/gcompris.h | 5 +- 21 files changed, 9499 insertions(+), 166 deletions(-) commit cdc4dc60535911cfb5fc8b385b873035b25fc62c Author: Bruno Coudoin Date: Sat Feb 23 01:52:40 2002 +0000 draw completed ChangeLog | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) commit 7352ed95df1ac7c9f6190105b1adbbc77fc72a44 Author: Pascal Georges Date: Fri Feb 22 20:19:50 2002 +0000 *** empty log message *** ChangeLog | 3 +++ src/gcompris/bar.c | 18 ++++++++++-------- src/gcompris/soundutil.c | 8 +++++++- src/gcompris/soundutil.h | 1 + 4 files changed, 21 insertions(+), 9 deletions(-) commit 57f3e7d4624a65857b599b3abdb1ce2aa777c8b5 Author: Pascal Georges Date: Thu Feb 21 21:29:06 2002 +0000 *** empty log message *** ChangeLog | 4 + src/gcompris/gcompris.c | 4 +- src/gcompris/soundutil.c | 285 ++++++++++++++++++++++++++++----------------- src/gcompris/soundutil.h | 22 ++++- 4 files changed, 204 insertions(+), 111 deletions(-) commit a274b44ac25d51cd6c0e2cb160262dbf5b528477 Author: Bruno Coudoin Date: Thu Feb 21 19:09:32 2002 +0000 created boards/flags/az.png | Bin 0 -> 1343 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 9f6a0d3a03b6aa307973638dcb05466c50ebd637 Author: Bruno Coudoin Date: Wed Feb 20 07:33:17 2002 +0000 this file is generated configure | 9260 ------------------------------------------------------------- 1 files changed, 0 insertions(+), 9260 deletions(-) commit 83b03eb40bafa04b39f0598c7e26b1dcd387720c Author: Bruno Coudoin Date: Tue Feb 19 07:44:29 2002 +0000 this file is moved to music dir boards/sounds/intro.ogg | Bin 217592 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit ad1462d05b723219ade865037b09994046aa3485 Author: Bruno Coudoin Date: Tue Feb 19 07:43:33 2002 +0000 moved this file from sounds boards/music/intro.ogg | Bin 0 -> 217592 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit d800b8d6972489273f22346513d9b578eade0022 Author: Bruno Coudoin Date: Tue Feb 19 00:43:51 2002 +0000 moved to music dir boards/music/intro.ogg | Bin 217592 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit b2932af1cbe33976d539a944c905ce2329c9550e Author: Bruno Coudoin Date: Tue Feb 19 00:35:25 2002 +0000 better anchor system / fill option src/boards/draw.c | 337 +++++++++++++++++++++++++++++++++-------------------- 1 files changed, 210 insertions(+), 127 deletions(-) commit 7574284127ab6772292b415817858f2404f5b1cb Author: Pascal Georges Date: Mon Feb 18 20:18:28 2002 +0000 *** empty log message *** boards/boardicons/algebra_guesscount.png | Bin 6269 -> 9551 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 492b7696497d8162eb01eb2baa0c5053e0e5a9a5 Author: Bruno Coudoin Date: Mon Feb 18 09:04:29 2002 +0000 updated po/fr.po | 43 ++++++++++++++++++++----------------------- 1 files changed, 20 insertions(+), 23 deletions(-) commit 51ffbff1c322840fc1944e5813e5b765e4448bf4 Author: Bruno Coudoin Date: Mon Feb 18 07:38:32 2002 +0000 started implemented anchor system in draw ChangeLog | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) commit de30f99cf8eae11f4219c7e8de254625e0dde6ac Author: Bruno Coudoin Date: Mon Feb 18 07:37:39 2002 +0000 fixed i18n in config.c : start of implementation of the anchor system in draw src/boards/draw.c | 708 +++++++++++++++++++++++++++++++++++++--------- src/boards/paratrooper.c | 40 +-- src/boards/shapegame.c | 29 ++- src/gcompris/config.c | 4 +- src/gcompris/gameutil.c | 9 +- src/gcompris/soundutil.c | 82 +++--- 6 files changed, 656 insertions(+), 216 deletions(-) commit 8813c39fdf5a5e2c7a97c801dff0708caf17c9a9 Author: Pascal Georges Date: Sun Feb 17 19:36:09 2002 +0000 *** empty log message *** ChangeLog | 2 ++ TESTS | 8 +++----- src/boards/algebra_guesscount.c | 2 +- src/boards/clickgame.c | 4 ++-- src/boards/gletters.c | 2 +- src/boards/smallnumbers.c | 7 ++++--- src/gcompris/bonus.c | 4 ++-- 7 files changed, 15 insertions(+), 14 deletions(-) commit deb760a1471c497b64e2e9136f8b710c82f3c6fb Author: Pascal Georges Date: Sun Feb 17 19:15:51 2002 +0000 *** empty log message *** ChangeLog | 5 +++++ src/boards/gletters.c | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) commit 6a1e60c78f1cd6950d624e7d0e7ee2b28e8c1af5 Author: Pascal Georges Date: Sat Feb 16 21:14:06 2002 +0000 *** empty log message *** TESTS | 4 ++++ po/fr.po | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit e6299dcb453c250b0eb22525464f9ea188d20eb4 Author: Pascal Georges Date: Fri Feb 15 20:30:06 2002 +0000 *** empty log message *** ChangeLog | 6 ++ src/gcompris/Makefile.am | 1 + src/gcompris/gameutil.c | 162 ++++---------------------------------- src/gcompris/gameutil.h | 4 +- src/gcompris/soundutil.c | 193 ++++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/soundutil.h | 30 +++++++ 6 files changed, 250 insertions(+), 146 deletions(-) commit 73588860540f3523294e7afa448120d909ae732e Author: Bruno Coudoin Date: Fri Feb 15 08:20:17 2002 +0000 fixed rpm generation with missing files Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 341e59d2658ce03c4fccfb08b5767f2ffd5965ba Author: Pascal Georges Date: Thu Feb 14 19:02:17 2002 +0000 *** empty log message *** TESTS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 55cf49096a283acb6ecedf22459f2fbb2287474b Author: Bruno Coudoin Date: Thu Feb 14 08:56:38 2002 +0000 fixed a simple arg param to use a var instead of fixed src/gcompris/gameutil.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 2e6fc7aec9726b5c8bb6d5fae0b1ad91c2d52c9c Author: Bruno Coudoin Date: Thu Feb 14 08:55:36 2002 +0000 fixed boards archive generation gcompris.spec.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit b78ba157dfbafb78a060b17bd67eceb1e98db296 Author: Pascal Georges Date: Tue Feb 12 21:47:14 2002 +0000 *** empty log message *** ChangeLog | 3 +++ TESTS | 4 +--- src/boards/shapegame.c | 22 +++++++++++----------- 3 files changed, 15 insertions(+), 14 deletions(-) commit db93d20a9d80bffe4155535bb48aca1465cc407a Author: Bruno Coudoin Date: Tue Feb 12 21:25:10 2002 +0000 script file to create .tar.gz dist sounds file create_dist_sounds | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) commit 9fe782b542fbeba048a12c4b3a20ccdf96aff12d Author: Bruno Coudoin Date: Tue Feb 12 00:23:00 2002 +0000 added VERSION files to manages sounds version boards/sounds/de/VERSION | 1 + boards/sounds/en/VERSION | 1 + boards/sounds/es/VERSION | 1 + boards/sounds/fr/VERSION | 1 + po/POTFILES.in | 7 +++++++ 5 files changed, 11 insertions(+), 0 deletions(-) commit 540d76fc3238566396e821096b99374d0d34eb57 Author: Bruno Coudoin Date: Tue Feb 12 00:20:18 2002 +0000 updated po / New button boards/gcompris/buttons/button_large_selected.png | Bin 0 -> 590 bytes po/fr.po | 206 +++++++++++++++++++- 2 files changed, 195 insertions(+), 11 deletions(-) commit c6ef3204949762d8eb2178a8bb5246a50e967382 Author: Bruno Coudoin Date: Tue Feb 12 00:19:23 2002 +0000 fixed board calculation ChangeLog | 6 ++++++ boards/Makefile.am | 2 +- boards/scales/board2_5.xml.in | 2 +- boards/scales/board3_0.xml.in | 4 ++-- configure.in | 2 ++ src/gcompris/gameutil.c | 4 ++-- 6 files changed, 14 insertions(+), 6 deletions(-) commit ad39f2450126064a47627d975dda8469536d85ba Author: Bruno Coudoin Date: Tue Feb 12 00:11:49 2002 +0000 updated TESTS | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit a2ed65a23d05579b8988bfd59f090b25018dff29 Author: Bruno Coudoin Date: Tue Feb 12 00:11:23 2002 +0000 implemented i18n boards/imageid/Makefile.am | 12 ++++++ boards/imageid/board1.xml | 75 -------------------------------------- boards/imageid/board1.xml.in | 51 ++++++++++++++++++++++++++ boards/imagename/Makefile.am | 17 +++++++++ boards/imagename/board1_0.xml | 24 ------------ boards/imagename/board1_0.xml.in | 38 +++++++++++++++++++ boards/imagename/board2_0.xml | 24 ------------ boards/imagename/board2_0.xml.in | 38 +++++++++++++++++++ boards/imagename/board3_0.xml | 24 ------------ boards/imagename/board3_0.xml.in | 38 +++++++++++++++++++ boards/imagename/board4_0.xml | 24 ------------ boards/imagename/board4_0.xml.in | 38 +++++++++++++++++++ boards/imagename/board5_0.xml | 24 ------------ boards/imagename/board5_0.xml.in | 38 +++++++++++++++++++ boards/imagename/board6_0.xml | 24 ------------ boards/imagename/board6_0.xml.in | 38 +++++++++++++++++++ 16 files changed, 308 insertions(+), 219 deletions(-) commit 66014bee3b723046637715ffee79ebe8d0279c2f Author: Bruno Coudoin Date: Mon Feb 11 20:37:37 2002 +0000 now I18Nized boards/paintings/board1_0.xml.in | 14 ++++++++++++++ boards/paintings/board2_0.xml.in | 14 ++++++++++++++ boards/paintings/board3_0.xml.in | 17 +++++++++++++++++ boards/paintings/board3_1.xml.in | 21 +++++++++++++++++++++ boards/paintings/board4_0.xml.in | 14 ++++++++++++++ boards/paintings/board5_0.xml.in | 14 ++++++++++++++ boards/paintings/board6_0.xml.in | 14 ++++++++++++++ 7 files changed, 108 insertions(+), 0 deletions(-) commit 0b5d9cc309fe472bdaad2fc1b86e016e41d22270 Author: Bruno Coudoin Date: Mon Feb 11 20:19:46 2002 +0000 added i18n for these boards/babymatch/board1_0.xml.in | 20 ++++++++++++++++++++ boards/babymatch/board2_0.xml.in | 20 ++++++++++++++++++++ boards/babymatch/board3_0.xml.in | 20 ++++++++++++++++++++ boards/babymatch/board4_0.xml.in | 20 ++++++++++++++++++++ boards/babymatch/board5_0.xml.in | 20 ++++++++++++++++++++ boards/babymatch/board6_0.xml.in | 20 ++++++++++++++++++++ 6 files changed, 120 insertions(+), 0 deletions(-) commit b41392864bf2dc26d0514db3ffefba0991b422ca Author: Pascal Georges Date: Mon Feb 11 20:06:08 2002 +0000 *** empty log message *** TESTS | 7 +++++-- src/boards/erase.c | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) commit 6d36c9626c6ef8b744726368fe04785dbe173aea Author: Bruno Coudoin Date: Sun Feb 10 22:27:03 2002 +0000 now uses .xml.in boards/babymatch/Makefile.am | 17 +++++++++++++++++ boards/babymatch/board1_0.xml | 29 ----------------------------- boards/babymatch/board2_0.xml | 29 ----------------------------- boards/babymatch/board3_0.xml | 29 ----------------------------- boards/babymatch/board4_0.xml | 29 ----------------------------- boards/babymatch/board5_0.xml | 29 ----------------------------- boards/babymatch/board6_0.xml | 29 ----------------------------- boards/paintings/Makefile.am | 18 ++++++++++++++++++ boards/paintings/board1_0.xml | 14 -------------- boards/paintings/board2_0.xml | 14 -------------- boards/paintings/board3_0.xml | 17 ----------------- boards/paintings/board3_1.xml | 22 ---------------------- boards/paintings/board4_0.xml | 14 -------------- boards/paintings/board5_0.xml | 15 --------------- boards/paintings/board6_0.xml | 15 --------------- 15 files changed, 35 insertions(+), 285 deletions(-) commit 6728d32882a4f53e543cb021ca5bc1c1247054f7 Author: Bruno Coudoin Date: Sun Feb 10 22:13:30 2002 +0000 mane changes / see changlog ChangeLog | 25 +++- Makefile.am | 22 +++- aclocal.m4 | 4 +- boards/Makefile.am | 2 +- boards/algebra_by.xml.in | 2 +- boards/algebra_div.xml.in | 2 +- boards/algebra_guesscount.xml.in | 5 +- boards/algebra_minus.xml.in | 2 +- boards/algebra_plus.xml.in | 2 +- boards/algebramenu.xml.in | 2 +- boards/babymatch.xml.in | 2 +- boards/babymatch/board1_0.xml | 15 ++- boards/babymatch/board2_0.xml | 15 ++- boards/babymatch/board3_0.xml | 15 ++- boards/babymatch/board4_0.xml | 15 ++- boards/babymatch/board5_0.xml | 15 ++- boards/babymatch/board6_0.xml | 15 ++- boards/babyshapes.xml.in | 2 +- boards/click_on_letter.xml.in | 2 +- boards/clickgame.xml.in | 2 +- boards/clockgame.xml.in | 2 +- boards/computer.xml.in | 2 +- boards/draw.xml.in | 2 +- boards/erase.xml.in | 5 +- boards/fun.xml.in | 2 +- boards/gcompris/misc/bicycle.png | Bin 35561 -> 15989 bytes boards/gletters.xml.in | 2 +- boards/imageid.xml.in | 2 +- boards/imagename.xml.in | 2 +- boards/memory.xml.in | 2 +- boards/menu.xml.in | 22 ++-- boards/missing_letter.xml.in | 2 +- boards/paintings.xml.in | 2 +- boards/paintings/board1_0.xml | 4 +- boards/paintings/board2_0.xml | 4 +- boards/paintings/board3_0.xml | 4 +- boards/paintings/board3_1.xml | 9 +- boards/paintings/board4_0.xml | 4 +- boards/paintings/board5_0.xml | 5 +- boards/paintings/board6_0.xml | 5 +- boards/paratrooper.xml.in | 2 +- boards/planegame.xml.in | 2 +- boards/railroad.xml.in | 2 +- boards/reading.xml.in | 2 +- boards/readingh.xml.in | 2 +- boards/readingv.xml.in | 2 +- boards/scales/board1_0.xml.in | 4 +- boards/scales/board1_1.xml.in | 4 +- boards/scales/board1_2.xml.in | 4 +- boards/scales/board1_3.xml.in | 4 +- boards/scales/board1_4.xml.in | 4 +- boards/scales/board1_5.xml.in | 4 +- boards/scales/board2_0.xml.in | 4 +- boards/scales/board2_1.xml.in | 4 +- boards/scales/board2_2.xml.in | 4 +- boards/scales/board2_3.xml.in | 4 +- boards/scales/board2_4.xml.in | 4 +- boards/scales/board2_5.xml.in | 4 +- boards/scales/board3_0.xml.in | 4 +- boards/scales/board3_1.xml.in | 4 +- boards/scales/board3_2.xml.in | 4 +- boards/scales/board3_3.xml.in | 4 +- boards/scales/board3_4.xml.in | 4 +- boards/scales/board3_5.xml.in | 4 +- boards/scalesboard.xml.in | 2 +- boards/smallnumbers.xml.in | 2 +- boards/wordsgame.xml.in | 2 +- configure | 268 +++++++++++++++++++------------------- configure.in | 2 + po/Makefile.in.in | 2 +- po/POTFILES.in | 14 ++- po/fr.po | 140 ++++++++++++++------ src/boards/shapegame.c | 73 +++++++---- src/gcompris/Makefile.am | 2 +- src/gcompris/about.c | 48 ++++--- src/gcompris/config.c | 28 +++-- src/gcompris/gameutil.c | 261 ++++++++++++++++++++++--------------- src/gcompris/gameutil.h | 4 +- src/gcompris/gcompris.c | 4 +- src/gcompris/gcompris.h | 15 ++ src/gcompris/help.c | 135 +++++++++++--------- 81 files changed, 842 insertions(+), 492 deletions(-) commit f4e6ad19181cd6da9797d20cd83c31e06613cfcf Author: Pascal Georges Date: Sun Feb 10 20:26:09 2002 +0000 *** empty log message *** ChangeLog | 3 +++ TESTS | 8 +++++--- boards/gcompris/bonus/smiley_bad.png | Bin 26325 -> 52234 bytes boards/gcompris/bonus/smiley_good.png | Bin 69480 -> 52286 bytes 4 files changed, 8 insertions(+), 3 deletions(-) commit 03157ae936cc0e9be2c2237862a070d1d97498d8 Author: Pascal Georges Date: Sat Feb 9 22:38:37 2002 +0000 *** empty log message *** ChangeLog | 2 + TESTS | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/boards/reading.c | 54 +++++++++++++++++--------- 3 files changed, 142 insertions(+), 19 deletions(-) commit af7e9b500e27c9cb6a829efb3bdd1b5b95851a2b Author: Pascal Georges Date: Sat Feb 9 21:36:39 2002 +0000 *** empty log message *** ChangeLog | 3 +++ boards/imageid/ballon.png | Bin 18929 -> 74583 bytes boards/imageid/banana.png | Bin 12047 -> 54149 bytes 3 files changed, 3 insertions(+), 0 deletions(-) commit f71139cd11db750aa732d90ed7ebbd233dc01c80 Author: Pascal Georges Date: Sat Feb 9 10:24:43 2002 +0000 *** empty log message *** boards/algebra_guesscount.xml.in | 3 +++ boards/erase.xml.in | 3 +++ src/gcompris/gameutil.c | 23 ++++++++++++++--------- 3 files changed, 20 insertions(+), 9 deletions(-) commit 5df22bd8345a5be142f13a707c0368a47b48a952 Author: Pascal Georges Date: Fri Feb 8 20:48:35 2002 +0000 *** empty log message *** ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 3ecf1a5bbd1dbf7399d8238582178bcc0dc6d517 Author: Bruno Coudoin Date: Fri Feb 8 17:46:35 2002 +0000 moved file from sounds dir boards/music/intro.ogg | Bin 0 -> 217592 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit e0902c02d1556f0da64093777c0d2009a1ae0960 Author: Pascal Georges Date: Thu Feb 7 20:43:46 2002 +0000 *** empty log message *** ChangeLog | 6 +++++- src/gcompris/gameutil.c | 3 ++- src/gcompris/gameutil.h | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) commit 7234dd0ac356ddf17193181893ab1ad33f422d6c Author: Bruno Coudoin Date: Thu Feb 7 13:56:04 2002 +0000 fixed GDK-PIXBUF and XML detection / configuration / copmilation issue ChangeLog | 5 + aclocal.m4 | 384 +++++++++++++++++++++++- configure | 778 +++++++++++++++++++++++++++++++--------------- configure.in | 1 + src/gcompris/Makefile.am | 4 +- 5 files changed, 917 insertions(+), 255 deletions(-) commit 35ca93e4c0748f43e1513d679c4245bbb67f751c Author: Pascal Georges Date: Wed Feb 6 21:33:39 2002 +0000 *** empty log message *** ChangeLog | 5 ++++- po/fr.po | 42 +++++++++++++++++++++--------------------- 2 files changed, 25 insertions(+), 22 deletions(-) commit f7b48ae298cb44e87e0b2e017080bd767ae1cedd Author: Bruno Coudoin Date: Wed Feb 6 19:53:31 2002 +0000 minor fix/ translation fix ChangeLog | 6 ++++++ boards/clickgame.xml.in | 2 +- boards/smallnumbers.xml.in | 2 +- configure | 2 +- configure.in | 2 +- po/fr.po | 43 +++++++++++++++++++++---------------------- src/boards/smallnumbers.c | 2 +- src/boards/wordsgame.c | 14 ++++++++------ src/gcompris/about.c | 12 ++++++------ src/gcompris/config.c | 12 ++++++------ 10 files changed, 52 insertions(+), 45 deletions(-) commit 71b198a73eac0bcf099b5d7ed316b3e7b77be89f Author: Bruno Coudoin Date: Mon Feb 4 11:43:47 2002 +0000 Taken from gnome-media-1.112.0/po to use intltool properly po/ChangeLog | 5 + po/Makefile.in.in | 219 +++++++++++++++++++++++++++++++++++------------------ 2 files changed, 151 insertions(+), 73 deletions(-) commit f10bbb773b35bc933ee1c30e64fdc9c4b7f3d115 Author: Bruno Coudoin Date: Sun Feb 3 22:01:50 2002 +0000 many fixes like i18n in help. Cloud detection in planegame.c. ChangeLog | 6 +++++ boards/Makefile.am | 1 + po/fr.po | 42 ++++++++++++++++++++++------------- src/boards/clickgame.c | 52 +++++++++++++++++++++++++++++++++---------- src/boards/missingletter.c | 3 +- src/boards/planegame.c | 28 ++++++----------------- src/boards/shapegame.c | 2 +- src/gcompris/help.c | 21 ++++++----------- 8 files changed, 92 insertions(+), 63 deletions(-) commit 90585af90e4fcb1c2485fa82b5a17cad04f01f6e Author: Pascal Georges Date: Sun Feb 3 19:40:54 2002 +0000 *** empty log message *** boards/gcompris/misc/tuxloco.png | Bin 0 -> 32552 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit 17cb10620c9fcaecae32a5ca0090b269eb35e2d1 Author: Bruno Coudoin Date: Sun Feb 3 09:45:58 2002 +0000 bug fixes and add of gcompris_bar_hide API ChangeLog | 11 ++++++++ boards/railroad/loco1.png | Bin 13000 -> 12861 bytes boards/railroad/loco2.png | Bin 20761 -> 20527 bytes boards/railroad/loco4.png | Bin 14753 -> 14543 bytes boards/railroad/loco5.png | Bin 19226 -> 19087 bytes boards/railroad/loco6.png | Bin 7510 -> 7274 bytes boards/railroad/wagon10.png | Bin 14724 -> 14765 bytes boards/railroad/wagon3.png | Bin 10224 -> 10232 bytes boards/railroad/wagon5.png | Bin 19304 -> 19187 bytes boards/railroad/wagon6.png | Bin 11212 -> 11302 bytes configure | 2 +- po/ChangeLog | 6 ++++- po/POTFILES.in | 1 + src/boards/gletters.c | 5 +++- src/boards/railroad.c | 4 +- src/boards/reading.c | 2 +- src/boards/smallnumbers.c | 5 +++- src/gcompris/about.c | 5 +++- src/gcompris/bar.c | 54 +++++++++++++++++++++++++++++++----------- src/gcompris/config.c | 5 +++- src/gcompris/gcompris.h | 3 +- src/gcompris/help.c | 11 +++++--- 22 files changed, 86 insertions(+), 28 deletions(-) commit c7a6d2e0aaf66255f2e41dcfdb31aaa7444e1334 Author: Bruno Coudoin Date: Fri Feb 1 20:01:04 2002 +0000 updated by Hansjorg po/de.po | 908 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 490 insertions(+), 418 deletions(-) commit d9868f40171eee3d04aa999485448aa25eab3c69 Author: Bruno Coudoin Date: Fri Feb 1 19:59:55 2002 +0000 updated by Tino Meinen po/nl.po | 895 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 477 insertions(+), 418 deletions(-) commit 15407831b5ade66755c9488d5d3e13cdcf1750b0 Author: Bruno Coudoin Date: Fri Feb 1 19:53:21 2002 +0000 upated by Mantas po/lt.po | 826 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 433 insertions(+), 393 deletions(-) commit 874c2505a5e2466acbf7223fcffbb638a3fd17d2 Author: Bruno Coudoin Date: Thu Jan 24 18:15:28 2002 +0000 updated POPTFILES.in and fr.po po/POTFILES.in | 1 + po/fr.po | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) commit b7c251897fecbc5bf32a39b0bbe0962bde186537 Author: Bruno Coudoin Date: Thu Jan 24 17:59:14 2002 +0000 new bicycle from Renaud: fixed encoding in smallnumber boards/gcompris/misc/README | 3 +++ boards/gcompris/misc/bicycle.png | Bin 6266 -> 35561 bytes boards/smallnumbers.xml.in | 2 +- 3 files changed, 4 insertions(+), 1 deletions(-) commit 852b18fa2f153da55a1b939b8066f540ae4c7e4f Author: Bruno Coudoin Date: Thu Jan 24 17:53:05 2002 +0000 minor change src/gcompris/config.c | 28 ++++++++++++++-------------- src/gcompris/gcompris.c | 4 ---- 2 files changed, 14 insertions(+), 18 deletions(-) commit e2112ae49982ab20005f619d25f3d0c3898d50b8 Author: Bruno Coudoin Date: Thu Jan 24 17:52:35 2002 +0000 Updated fr po po/ChangeLog | 4 ++ po/fr.po | 107 +++++++++++++++++++++++++++------------------------------- 2 files changed, 54 insertions(+), 57 deletions(-) commit 8cb4277acdcfa3bc950d85520c2a798824a1df3d Author: Bruno Coudoin Date: Mon Jan 21 20:28:52 2002 +0000 fixed minor compile warning src/boards/railroad.c | 2 +- src/boards/shapegame.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) commit 860350fc5c0afaa72c58873fe8a45eb6e1f6a07c Author: Bruno Coudoin Date: Sun Jan 20 01:15:25 2002 +0000 fixed .spec file regarding missing file in boards ChangeLog | 6 ++++++ configure.in | 2 +- gcompris.spec.in | 1 + 3 files changed, 8 insertions(+), 1 deletions(-) commit 8aff5399b748f47552dcabd82358b01387e98827 Author: Bruno Coudoin Date: Sun Jan 20 01:11:15 2002 +0000 fixed locale initialization src/gcompris/gameutil.c | 1 + src/gcompris/gcompris.c | 77 +++++++++++++-------------------------------- src/gcompris/properties.c | 24 +++++++++++++- 3 files changed, 45 insertions(+), 57 deletions(-) commit 158c30e0b7d13866c269f1a793a247d43f900cff Author: Bruno Coudoin Date: Tue Jan 15 22:09:08 2002 +0000 cvs cleanup ChangeLog | 2 +- Makefile.in | 535 ---------------------------------- boards/paintings/level5/renoir | 49 --- boards/sounds/en/clic_on_letter.ogg | Bin 54310 -> 0 bytes boards/sounds/en/click_on_letter.ogg | Bin 0 -> 54310 bytes boards/sounds/fr/clic_on_letter.ogg | Bin 54310 -> 0 bytes boards/sounds/fr/click_on_letter.ogg | Bin 0 -> 54310 bytes docs/C/Makefile.in | 416 -------------------------- docs/Makefile.in | 357 ----------------------- src/gcompris/Makefile.in | 429 --------------------------- 10 files changed, 1 insertions(+), 1787 deletions(-) commit 87a3ed67f2d849be95a93aae60eab0e41edd97d2 Author: Bruno Coudoin Date: Tue Jan 15 15:54:27 2002 +0000 fixed generation of desktop file Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit f73a3e688f841a14f694b3568bc7c9c43ecc7523 Author: Bruno Coudoin Date: Tue Jan 15 14:56:43 2002 +0000 added a test for redhat and gdkpixpuf gcompris.spec.in | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) commit 4b62cb276c1c81c85374e245c1d856ebe65c737b Author: Christian Rose Date: Sun Jan 13 23:08:42 2002 +0000 Updated Swedish translation. 2002-01-14 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 399 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 222 insertions(+), 181 deletions(-) commit f25d20914a1df68162a4d48e3d0a485ca0bc378c Author: Bruno Coudoin Date: Sun Jan 13 23:01:04 2002 +0000 many bug fixes due to call to get_board_playing ChangeLog | 9 +++++++-- boards/paintings/board1_0.xml | 12 ++++++------ src/boards/algebra.c | 8 +++----- src/boards/clickgame.c | 6 +++--- src/boards/draw.c | 38 +++++++++++++++++++++++++++++++------- src/boards/gletters.c | 6 +++--- src/boards/memory.c | 6 +++--- src/boards/paratrooper.c | 12 ++++++------ src/boards/planegame.c | 10 +++++----- src/boards/railroad.c | 15 +++++++++++++-- src/boards/shapegame.c | 20 +++++++++++++------- src/boards/smallnumbers.c | 6 +++--- src/boards/wordsgame.c | 6 +++--- src/gcompris/bar.c | 3 +-- 14 files changed, 100 insertions(+), 57 deletions(-) commit 819352f3315ff996248652f743306e6ad9cd8d98 Author: Bruno Coudoin Date: Sun Jan 13 20:24:45 2002 +0000 removed help from plugins. New it is in the xml. Fixed gameutil to fix \ n in utf parsing gcompris.desktop.in | 2 +- gcompris.spec.in | 15 +++++++-------- src/boards/algebra.c | 5 +---- src/boards/algebra_guesscount.c | 3 --- src/boards/click_on_letter.c | 3 --- src/boards/clickgame.c | 18 +----------------- src/boards/clockgame.c | 5 +---- src/boards/draw.c | 8 -------- src/boards/erase.c | 3 --- src/boards/gletters.c | 5 +---- src/boards/imageid.c | 3 --- src/boards/memory.c | 5 +---- src/boards/menu.c | 20 +------------------- src/boards/missingletter.c | 3 --- src/boards/paratrooper.c | 8 +------- src/boards/planegame.c | 5 +---- src/boards/railroad.c | 3 --- src/boards/reading.c | 5 +---- src/boards/shapegame.c | 5 +---- src/boards/smallnumbers.c | 5 +---- src/boards/wordsgame.c | 5 +---- src/gcompris/about.c | 8 ++++---- src/gcompris/gameutil.c | 17 +++++++++++++++-- src/gcompris/gcompris.c | 12 +----------- src/gcompris/help.c | 25 ++++++------------------- src/gcompris/plugin.h | 5 +---- 26 files changed, 47 insertions(+), 154 deletions(-) commit af7b92783aaacdd0185aa79d10629fc0c28adee5 Author: Bruno Coudoin Date: Sun Jan 13 20:20:29 2002 +0000 changed encoding to utf-8 for intlttol boards/algebra_by.xml.in | 2 +- boards/algebra_div.xml.in | 2 +- boards/algebra_guesscount.xml.in | 2 +- boards/algebra_minus.xml.in | 2 +- boards/algebra_plus.xml.in | 2 +- boards/algebramenu.xml.in | 2 +- boards/babymatch.xml.in | 2 +- boards/babyshapes.xml.in | 2 +- boards/click_on_letter.xml.in | 2 +- boards/clickgame.xml.in | 16 ++++++++-------- boards/clockgame.xml.in | 2 +- boards/computer.xml.in | 2 +- boards/draw.xml.in | 10 +++++++++- boards/erase.xml.in | 2 +- boards/fun.xml.in | 2 +- boards/gletters.xml.in | 2 +- boards/imageid.xml.in | 2 +- boards/imagename.xml.in | 2 +- boards/memory.xml.in | 2 +- boards/menu.xml.in | 20 +++++++++++++++++++- boards/missing_letter.xml.in | 2 +- boards/missing_letter/board1.xml.in | 2 +- boards/paintings.xml.in | 2 +- boards/paratrooper.xml.in | 7 ++++++- boards/planegame.xml.in | 2 +- boards/railroad.xml.in | 2 +- boards/reading.xml.in | 2 +- boards/readingh.xml.in | 2 +- boards/readingv.xml.in | 2 +- boards/scales/board1_0.xml.in | 2 +- boards/scales/board1_1.xml.in | 2 +- boards/scales/board1_2.xml.in | 2 +- boards/scales/board1_3.xml.in | 2 +- boards/scales/board1_4.xml.in | 2 +- boards/scales/board1_5.xml.in | 2 +- boards/scales/board2_0.xml.in | 2 +- boards/scales/board2_1.xml.in | 2 +- boards/scales/board2_2.xml.in | 2 +- boards/scales/board2_3.xml.in | 2 +- boards/scales/board2_4.xml.in | 2 +- boards/scales/board2_5.xml.in | 2 +- boards/scales/board3_0.xml.in | 2 +- boards/scales/board3_1.xml.in | 2 +- boards/scales/board3_2.xml.in | 2 +- boards/scales/board3_3.xml.in | 2 +- boards/scales/board3_4.xml.in | 2 +- boards/scales/board3_5.xml.in | 2 +- boards/scalesboard.xml.in | 2 +- boards/wordsgame.xml.in | 2 +- 49 files changed, 87 insertions(+), 56 deletions(-) commit 9f0a7f278082b8b5f465a3bc827a83bf9f716321 Author: Bruno Coudoin Date: Sun Jan 13 20:17:07 2002 +0000 set the correct charset po/de.po | 2 +- po/it.po | 2 +- po/nl.po | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit 6492a4e251a9b4dfdb7bc0f8a0f0a23e477cdecc Author: Bruno Coudoin Date: Sun Jan 13 20:13:59 2002 +0000 updated po/fr.po | 893 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 459 insertions(+), 434 deletions(-) commit 8c7c11f1967cca432b954680cb580e23a0b562a7 Author: Bruno Coudoin Date: Sun Jan 13 15:59:07 2002 +0000 completed about box. Rework of the help system ChangeLog | 7 + Makefile.am | 7 +- Makefile.in | 25 +- TODO | 9 +- aclocal.m4 | 239 ++++--------- configure | 748 +++++++++++++++++---------------------- configure.in | 7 +- docs/C/Makefile.in | 22 +- docs/C/gcompris.texi | 37 ++- docs/Makefile.in | 22 +- gcompris.spec.in | 67 ++++- intltool-extract.in | 293 +++++++++++++++ intltool-merge.in | 497 ++++++++++++++++++++++++++ intltool-update.in | 528 +++++++++++++++++++++++++++ sounds/Makefile.in | 273 -------------- src/Makefile.in | 351 ------------------ src/boards/Makefile.in | 658 ---------------------------------- src/boards/algebra.c | 5 +- src/boards/algebra_guesscount.c | 3 + src/boards/click_on_letter.c | 5 +- src/boards/clickgame.c | 46 ++-- src/boards/clockgame.c | 7 +- src/boards/draw.c | 32 +- src/boards/erase.c | 3 + src/boards/gletters.c | 6 +- src/boards/imageid.c | 3 + src/boards/memory.c | 5 +- src/boards/menu.c | 57 ++-- src/boards/missingletter.c | 3 + src/boards/paratrooper.c | 32 +-- src/boards/planegame.c | 10 +- src/boards/railroad.c | 3 + src/boards/reading.c | 5 +- src/boards/shapegame.c | 5 +- src/boards/smallnumbers.c | 5 +- src/boards/wordsgame.c | 5 +- src/gcompris/Makefile.am | 5 +- src/gcompris/Makefile.in | 26 +- src/gcompris/about.c | 196 ++++++++++- src/gcompris/bar.c | 14 +- src/gcompris/board.c | 4 +- src/gcompris/config.c | 10 +- src/gcompris/gameutil.c | 101 +++--- src/gcompris/gcompris-board.h | 7 +- src/gcompris/gcompris.c | 61 +--- src/gcompris/gcompris.h | 12 +- src/gcompris/help.c | 254 +++++++++++--- src/gcompris/plugin.h | 10 +- xml-i18n-extract.in | 303 ---------------- xml-i18n-merge.in | 459 ------------------------ xml-i18n-update.in | 516 --------------------------- 51 files changed, 2490 insertions(+), 3518 deletions(-) commit 7107b2560b4688d31b44a1647399165c10d50445 Author: Bruno Coudoin Date: Sun Jan 13 15:47:58 2002 +0000 Moved to intltool boards/Makefile.am | 3 ++- boards/babyshapes.xml.in | 1 + boards/clickgame.xml.in | 16 ++++++++++++++++ boards/missing_letter/Makefile.am | 3 ++- boards/scales/Makefile.am | 3 ++- 5 files changed, 23 insertions(+), 3 deletions(-) commit ac91a344a46a4db489fe0bb9375caf533044f1a0 Author: Bruno Coudoin Date: Sat Jan 12 21:26:17 2002 +0000 added logo for the new about box boards/gcompris/fsflogo.png | Bin 0 -> 12192 bytes boards/gcompris/gcomprislogo.png | Bin 0 -> 9546 bytes boards/gcompris/misc/sea.png | Bin 5235 -> 51402 bytes boards/gcompris/ofsetlogo.png | Bin 0 -> 15147 bytes 4 files changed, 0 insertions(+), 0 deletions(-) commit 96e92111e853b210e69712fdac72dbed58895c11 Author: Bruno Coudoin Date: Wed Jan 9 07:41:31 2002 +0000 about box in progress boards/gcompris/gcompris-about.jpg | Bin 8438 -> 0 bytes boards/gcompris/gcompris-about.png | Bin 0 -> 63987 bytes 2 files changed, 0 insertions(+), 0 deletions(-) commit 91032768af5d5f46fd885d2d5777401e64803648 Author: Christian Rose Date: Wed Jan 9 03:25:54 2002 +0000 Sorted and added missing files. Updated Swedish translation. 2002-01-09 Christian Rose * POTFILES.in: Sorted and added missing files. * sv.po: Updated Swedish translation. po/ChangeLog | 5 +- po/POTFILES.in | 7 +- po/sv.po | 626 ++++++++++++++++++++++++++++++-------------------------- 3 files changed, 348 insertions(+), 290 deletions(-) commit 299f9de031954e1235870da1c6647eef972854a6 Author: Bruno Coudoin Date: Tue Jan 8 08:05:16 2002 +0000 added docs/.cvsignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit ea687c2540438526b63c2732a6892f9ce3001740 Author: Bruno Coudoin Date: Tue Jan 8 07:58:25 2002 +0000 cvsignore update boards/Makefile.in | 382 ----------- boards/missing_letter/Makefile.in | 276 -------- boards/scales/Makefile.in | 276 -------- config.guess | 1371 ------------------------------------- config.sub | 1362 ------------------------------------ docs/C/.cvsignore | 4 +- 6 files changed, 2 insertions(+), 3669 deletions(-) commit c7742540733861989f151772def5ec30441067c8 Author: Bruno Coudoin Date: Tue Jan 8 07:52:28 2002 +0000 gettext updated to 0.10.39 autogen.sh | 15 +++++++++++++++ boards/.cvsignore | 2 ++ po/ChangeLog | 4 ++++ sounds/.cvsignore | 1 + 4 files changed, 22 insertions(+), 0 deletions(-) commit f0cb0231e397b5839f6f7a9072fef2d65ae78da1 Author: Bruno Coudoin Date: Tue Jan 8 07:40:26 2002 +0000 update of .cvsignore .cvsignore | 1 + boards/missing_letter/.cvsignore | 3 +++ boards/scales/.cvsignore | 3 +++ docs/C/.cvsignore | 2 ++ src/.cvsignore | 7 +++++++ 5 files changed, 16 insertions(+), 0 deletions(-) commit c4f74cb7dbfa7937b2142b52687ffe5df8c83045 Author: Bruno Coudoin Date: Tue Jan 8 07:32:30 2002 +0000 cvs ignore update boards/.cvsignore | 1 + docs/C/.cvsignore | 2 + po/.cvsignore | 11 +- po/az.po | 102 +++++++- po/de.po | 179 ++++++++----- po/el.po | 218 +++++++++------- po/es.po | 155 ++++++++---- po/fi.po | 102 +++++++- po/fr.po | 463 +++++++++++++++------------------ po/it.po | 102 +++++++- po/lt.po | 177 ++++++++----- po/nl.po | 203 +++++++++------ po/pt_BR.po | 102 +++++++- po/ru.po | 102 +++++++- po/sv.po | 654 +++++++++++++++++++++++------------------------ src/boards/.cvsignore | 7 + src/gcompris/.cvsignore | 7 + 17 files changed, 1573 insertions(+), 1014 deletions(-) commit e30754b7ba7cfc035256c85aa386dba49ad053d4 Author: Bruno Coudoin Date: Tue Jan 8 07:22:51 2002 +0000 created new background by Renaud boards/clockgame/clockgame-bg.jpg | Bin 0 -> 30133 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit b2a07ecb757c0a1e7995c97df08dd2669fa2480c Author: Bruno Coudoin Date: Mon Jan 7 01:15:38 2002 +0000 created .cvsignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) commit 45ae014fe500f3d3d63fc7e6ed3f10263413e118 Author: Bruno Coudoin Date: Mon Jan 7 01:10:36 2002 +0000 fixed paintings title and one more paintings. Clock redesign english sounds added about box started ChangeLog | 11 + boards/boardicons/clockgame.png | Bin 6791 -> 7623 bytes boards/gcompris/buttons/about.png | Bin 0 -> 7133 bytes boards/gcompris/gcompris-about.jpg | Bin 8663 -> 8438 bytes boards/gcompris/misc/README | 1 + boards/gcompris/misc/fishingboat.png | Bin 5001 -> 6002 bytes boards/paintings/board1_0.xml | 16 +- boards/paintings/board2_0.xml | 4 +- boards/paintings/board3_0.xml | 19 +- boards/paintings/board3_1.xml | 17 ++ boards/paintings/board4_0.xml | 16 +- boards/paintings/board5_0.xml | 16 +- boards/paintings/board6_0.xml | 16 +- boards/paintings/kandinky.comp8/puzzle1.png | Bin 0 -> 106202 bytes boards/paintings/kandinky.comp8/puzzle2.png | Bin 0 -> 116011 bytes boards/paintings/kandinky.comp8/puzzle3.png | Bin 0 -> 102446 bytes boards/paintings/kandinky.comp8/puzzle4.png | Bin 0 -> 78228 bytes boards/paintings/kandinky.comp8/puzzle5.png | Bin 0 -> 55961 bytes boards/paintings/kandinky.comp8/puzzle6.png | Bin 0 -> 100320 bytes boards/paintings/kandinky.comp8/puzzle7.png | Bin 0 -> 111679 bytes boards/paintings/kandinky.comp8/puzzle8.png | Bin 0 -> 79862 bytes boards/paintings/level6/renoir-filles_piano-1.png | Bin 86987 -> 56507 bytes boards/paintings/level6/renoir-filles_piano-2.png | Bin 75870 -> 48578 bytes boards/paintings/level6/renoir-filles_piano-3.png | Bin 93213 -> 72311 bytes boards/paintings/level6/renoir-filles_piano-4.png | Bin 126055 -> 88355 bytes boards/paintings/level6/renoir-filles_piano-5.png | Bin 105807 -> 57837 bytes boards/paintings/level6/renoir-filles_piano-6.png | Bin 71116 -> 46773 bytes boards/paintings/level6/renoir-filles_piano-7.png | Bin 0 -> 74455 bytes boards/paintings/level6/renoir-filles_piano-8.png | Bin 0 -> 56378 bytes boards/sounds/en/back.ogg | Bin 0 -> 15608 bytes boards/sounds/en/blue.ogg | Bin 0 -> 11750 bytes boards/sounds/en/brown.ogg | Bin 0 -> 14258 bytes boards/sounds/en/by.ogg | Bin 0 -> 12975 bytes boards/sounds/en/clic_on_letter.ogg | Bin 0 -> 54310 bytes boards/sounds/en/congratulation.ogg | Bin 0 -> 20542 bytes boards/sounds/en/equal.ogg | Bin 0 -> 13639 bytes boards/sounds/en/good.ogg | Bin 0 -> 12504 bytes boards/sounds/en/great.ogg | Bin 0 -> 16228 bytes boards/sounds/en/green.ogg | Bin 0 -> 14435 bytes boards/sounds/en/grey.ogg | Bin 0 -> 16772 bytes boards/sounds/en/help.ogg | Bin 0 -> 12604 bytes boards/sounds/en/level.ogg | Bin 0 -> 15424 bytes boards/sounds/en/minus.ogg | Bin 0 -> 16075 bytes boards/sounds/en/ok.ogg | Bin 0 -> 11030 bytes boards/sounds/en/orange.ogg | Bin 0 -> 17610 bytes boards/sounds/en/outof.ogg | Bin 0 -> 22938 bytes boards/sounds/en/plus.ogg | Bin 0 -> 14699 bytes boards/sounds/en/purple.ogg | Bin 0 -> 12033 bytes boards/sounds/en/quit.ogg | Bin 0 -> 13068 bytes boards/sounds/en/red.ogg | Bin 0 -> 16057 bytes boards/sounds/en/super.ogg | Bin 0 -> 15506 bytes boards/sounds/en/test.ogg | Bin 0 -> 9991 bytes boards/sounds/en/welcome.ogg | Bin 0 -> 30352 bytes boards/sounds/en/white.ogg | Bin 0 -> 16320 bytes boards/sounds/en/yellow.ogg | Bin 0 -> 14182 bytes boards/sounds/fr/0.ogg | Bin 0 -> 15900 bytes boards/sounds/fr/grey.ogg | Bin 10981 -> 16772 bytes boards/sounds/fr/white.ogg | Bin 11256 -> 16320 bytes src/gcompris/Makefile.am | 3 +- src/gcompris/Makefile.in | 10 +- src/gcompris/about.c | 242 +++++++++++++++++++++ src/gcompris/about.h | 27 +++ src/gcompris/bar.c | 60 ++++- src/gcompris/gcompris.h | 1 + 64 files changed, 398 insertions(+), 61 deletions(-) commit 07a30ddb360ed9643637f6de13c9bc3fbff9718f Author: Bruno Coudoin Date: Mon Jan 7 00:15:11 2002 +0000 relloked clockgame. shapegame can be edited src/boards/algebra_guesscount.c | 4 +- src/boards/clockgame.c | 30 ++++---- src/boards/menu.c | 2 +- src/boards/paratrooper.c | 133 ++++++++++++++++++++++++++---------- src/boards/planegame.c | 12 ++-- src/boards/shapegame.c | 142 +++++++++++++++++++++++++++++++++------ 6 files changed, 242 insertions(+), 81 deletions(-) commit aedf6dd8ee4d9242307975502c4c7eea70592ef4 Author: Christophe Merlet Date: Sun Jan 6 13:24:58 2002 +0000 Updated French translation. ChangeLog | 5 + po/ChangeLog | 4 + po/fr.po | 721 +++++++++++++++++++++++++++------------------- src/boards/clickgame.c | 37 ++-- src/boards/draw.c | 24 +- src/boards/menu.c | 55 ++-- src/boards/paratrooper.c | 18 +- 7 files changed, 495 insertions(+), 369 deletions(-) commit fba014783ad63c37a1235f22a0a2d9dea9e443ac Author: Christian Rose Date: Sat Jan 5 13:50:58 2002 +0000 Updated Swedish translation. 2002-01-05 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 + po/sv.po | 492 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 275 insertions(+), 221 deletions(-) commit be7068696c95dd8d03d3443323d1329883c7ed73 Author: Bruno Coudoin Date: Thu Jan 3 18:58:49 2002 +0000 corrected bug in locale configuration where we need to default to en src/gcompris/config.c | 7 ++++--- src/gcompris/properties.c | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) commit 7fe705232cf6805eee14649710af8b56e7703fc3 Author: Bruno Coudoin Date: Wed Jan 2 23:01:26 2002 +0000 corrected saving of locale config boards/Makefile.in | 2 +- po/POTFILES.in | 2 +- po/az.po | 120 +++++--- po/de.po | 129 ++++++--- po/el.po | 130 ++++++--- po/es.po | 129 ++++++--- po/fi.po | 102 +++++-- po/fr.po | 133 ++++++--- po/it.po | 92 +++++-- po/lt.po | 745 +++++++++++++++++++++++++---------------------- po/nl.po | 131 ++++++--- po/pt_BR.po | 97 +++++-- po/ru.po | 117 ++++++-- po/sv.po | 132 ++++++--- src/boards/Makefile.am | 9 - src/boards/Makefile.in | 25 +-- src/gcompris/gcompris.c | 5 +- 17 files changed, 1353 insertions(+), 747 deletions(-) commit 93c1dff91c42360e78a0133d34124c73ab201bdd Author: Bruno Coudoin Date: Wed Jan 2 22:29:18 2002 +0000 new configuration system for the locale ChangeLog | 5 + boards/Makefile.am | 8 - boards/boardicons/README | 2 + boards/flags/README | 1 + boards/flags/ar.png | Bin 0 -> 350 bytes boards/flags/at.png | Bin 0 -> 219 bytes boards/flags/be.png | Bin 0 -> 214 bytes boards/flags/bg.png | Bin 0 -> 209 bytes boards/flags/br.png | Bin 0 -> 885 bytes boards/flags/ca.png | Bin 0 -> 379 bytes boards/flags/ch.png | Bin 0 -> 247 bytes boards/flags/cu.png | Bin 0 -> 1009 bytes boards/flags/cz.png | Bin 0 -> 375 bytes boards/flags/de.png | Bin 0 -> 220 bytes boards/flags/dk.png | Bin 0 -> 227 bytes boards/flags/ee.png | Bin 0 -> 220 bytes boards/flags/el.png | Bin 0 -> 555 bytes boards/flags/en.png | Bin 0 -> 1210 bytes boards/flags/es.png | Bin 0 -> 221 bytes boards/flags/eu.png | Bin 0 -> 2442 bytes boards/flags/fi.png | Bin 0 -> 234 bytes boards/flags/fr.png | Bin 0 -> 214 bytes boards/flags/gr.png | Bin 0 -> 262 bytes boards/flags/hr.png | Bin 0 -> 2473 bytes boards/flags/hu.png | Bin 0 -> 223 bytes boards/flags/il.png | Bin 0 -> 382 bytes boards/flags/is.png | Bin 0 -> 260 bytes boards/flags/it.png | Bin 0 -> 221 bytes boards/flags/jp.png | Bin 0 -> 321 bytes boards/flags/lt.png | Bin 0 -> 223 bytes boards/flags/mk.png | Bin 0 -> 1314 bytes boards/flags/mx.png | Bin 0 -> 820 bytes boards/flags/nl.png | Bin 0 -> 220 bytes boards/flags/no.png | Bin 0 -> 257 bytes boards/flags/pl.png | Bin 0 -> 211 bytes boards/flags/pt.png | Bin 0 -> 607 bytes boards/flags/qc.png | Bin 0 -> 357 bytes boards/flags/ro.png | Bin 0 -> 222 bytes boards/flags/ru.png | Bin 0 -> 215 bytes boards/flags/se.png | Bin 0 -> 202 bytes boards/flags/si.png | Bin 0 -> 289 bytes boards/flags/sk.png | Bin 0 -> 1205 bytes boards/flags/sv.png | Bin 0 -> 464 bytes boards/flags/th.png | Bin 0 -> 227 bytes boards/flags/tr.png | Bin 0 -> 392 bytes boards/flags/uy.png | Bin 0 -> 932 bytes boards/flags/yu.png | Bin 0 -> 445 bytes boards/locale.xml.in | 17 - boards/locale_de.xml.in | 12 - boards/locale_el.xml.in | 12 - boards/locale_en.xml.in | 12 - boards/locale_es.xml.in | 12 - boards/locale_fr.xml.in | 12 - boards/locale_lt.xml.in | 12 - boards/locale_sv.xml.in | 12 - boards/menu.xml.in | 1 - boards/missing_letter/board1.xml | 44 --- boards/scales/board1_1.xml | 12 - boards/scales/board1_2.xml | 13 - boards/scales/board1_3.xml | 13 - boards/scales/board1_4.xml | 13 - boards/scales/board1_5.xml | 13 - boards/scales/board1_6.xml | 11 - boards/scales/board2_1.xml | 14 - boards/scales/board2_2.xml | 14 - boards/scales/board2_3.xml | 14 - boards/scales/board2_4.xml | 14 - boards/scales/board2_5.xml | 15 - boards/scales/board2_6.xml | 13 - boards/scales/board3_1.xml | 15 - boards/scales/board3_2.xml | 15 - boards/scales/board3_3.xml | 15 - boards/scales/board3_4.xml | 15 - boards/scales/board3_5.xml | 15 - boards/scales/board3_6.xml | 15 - po/POTFILES.in | 8 - po/az.po | 595 ++++++++++++++++--------------------- po/de.po | 586 ++++++++++++++++--------------------- po/el.po | 591 ++++++++++++++++--------------------- po/es.po | 600 ++++++++++++++++---------------------- po/fi.po | 490 ++++++++++--------------------- po/fr.po | 601 +++++++++++++++++--------------------- po/it.po | 428 +++++++-------------------- po/lt.po | 500 +++++++++++++++---------------- po/nl.po | 589 ++++++++++++++++--------------------- po/pt_BR.po | 446 +++++++--------------------- po/ru.po | 510 +++++++++++---------------------- po/sv.po | 583 +++++++++++++++++-------------------- src/boards/locale.c | 217 -------------- src/gcompris/config.c | 179 +++++++++++- src/gcompris/gcompris.c | 10 +- 91 files changed, 2742 insertions(+), 4602 deletions(-) commit 4b944485cc56688ca3d75519a115b9c1783b3bef Author: Bruno Coudoin Date: Tue Jan 1 20:30:09 2002 +0000 added missing file boards/boardicons/helicogame.png | Bin 0 -> 8291 bytes boards/gcompris/buttons/README | 2 ++ boards/gcompris/buttons/config.png | Bin 7308 -> 7578 bytes 3 files changed, 2 insertions(+), 0 deletions(-) commit 77c62813172e3382a62f6a91cd94cb1989e8ca82 Author: Vasif Ismailoglu MD Date: Sun Dec 30 23:10:09 2001 +0000 Updated Azerbaijani translation file * az.po: Updated Azerbaijani translation file po/ChangeLog | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit ed74ecdbca51d2958470c60b4ffdc4577b03dd1b Author: Vasif Ismailoglu MD Date: Sun Dec 30 23:09:14 2001 +0000 az:po * updating po/az.po | 107 +++++++++++++++++++++++++++---------------------------------- 1 files changed, 47 insertions(+), 60 deletions(-) commit 711396f98700788ac92bbeb5f7e091996328afc3 Author: Christian Rose Date: Fri Dec 28 18:09:39 2001 +0000 Updated Swedish translation. 2001-12-28 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 16 +------- po/sv.po | 108 +++++++++++++++++++++++++++------------------------------- 2 files changed, 52 insertions(+), 72 deletions(-) commit fdeef0a5010d77644c23f17eb842bfed58feaada Author: Bruno Coudoin Date: Fri Dec 28 12:01:58 2001 +0000 added configuration boards/gcompris/buttons/config.png | Bin 0 -> 7308 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit e54674fb46707026365202633f59acff2134aec9 Author: Bruno Coudoin Date: Fri Dec 28 07:34:03 2001 +0000 added i18n to scales and missing_letter xml. Added configure window ChangeLog | 15 +- Makefile.in | 1 + acconfig.h | 1 + boards/Makefile.am | 2 + boards/Makefile.in | 151 +++++++-- boards/boardicons/railroad.png | Bin 14229 -> 11780 bytes boards/gcompris/buttons/button_backward.png | Bin 0 -> 3668 bytes boards/gcompris/buttons/button_checked.png | Bin 0 -> 3351 bytes boards/gcompris/buttons/button_forward.png | Bin 0 -> 3641 bytes boards/gcompris/buttons/button_style2.png | Bin 0 -> 5098 bytes boards/gcompris/buttons/button_unchecked.png | Bin 0 -> 3531 bytes boards/gcompris/buttons/help.png | Bin 4942 -> 6647 bytes boards/gcompris/buttons/home.png | Bin 4899 -> 7906 bytes boards/gcompris/buttons/level1.png | Bin 5074 -> 7862 bytes boards/gcompris/buttons/level2.png | Bin 5109 -> 7932 bytes boards/gcompris/buttons/level3.png | Bin 5444 -> 7999 bytes boards/gcompris/buttons/level4.png | Bin 5063 -> 8066 bytes boards/gcompris/buttons/level5.png | Bin 4929 -> 8116 bytes boards/gcompris/buttons/level6.png | Bin 5083 -> 8180 bytes boards/gcompris/buttons/level7.png | Bin 5040 -> 7990 bytes boards/gcompris/buttons/level8.png | Bin 5171 -> 8020 bytes boards/gcompris/buttons/level9.png | Bin 4900 -> 8023 bytes boards/gcompris/buttons/ok.png | Bin 5263 -> 7619 bytes boards/gcompris/buttons/repeat.png | Bin 5329 -> 6597 bytes boards/missing_letter/Makefile.am | 11 + boards/missing_letter/Makefile.in | 276 ++++++++++++++ boards/missing_letter/board1.xml.in | 36 ++ boards/planegame.xml.in | 2 +- boards/scales/Makefile.am | 28 ++ boards/scales/Makefile.in | 276 ++++++++++++++ boards/scales/board1_0.xml | 11 - boards/scales/board1_0.xml.in | 11 + boards/scales/board1_1.xml | 14 +- boards/scales/board1_1.xml.in | 12 + boards/scales/board1_2.xml | 16 +- boards/scales/board1_2.xml.in | 13 + boards/scales/board1_3.xml | 16 +- boards/scales/board1_3.xml.in | 13 + boards/scales/board1_4.xml | 16 +- boards/scales/board1_4.xml.in | 13 + boards/scales/board1_5.xml | 16 +- boards/scales/board1_5.xml.in | 13 + boards/scales/board2_0.xml | 13 - boards/scales/board2_0.xml.in | 13 + boards/scales/board2_1.xml | 16 +- boards/scales/board2_1.xml.in | 14 + boards/scales/board2_2.xml | 18 +- boards/scales/board2_2.xml.in | 14 + boards/scales/board2_3.xml | 16 +- boards/scales/board2_3.xml.in | 14 + boards/scales/board2_4.xml | 16 +- boards/scales/board2_4.xml.in | 14 + boards/scales/board2_5.xml | 18 +- boards/scales/board2_5.xml.in | 15 + boards/scales/board3_0.xml | 15 - boards/scales/board3_0.xml.in | 15 + boards/scales/board3_1.xml | 22 +- boards/scales/board3_1.xml.in | 15 + boards/scales/board3_2.xml | 22 +- boards/scales/board3_2.xml.in | 15 + boards/scales/board3_3.xml | 22 +- boards/scales/board3_3.xml.in | 15 + boards/scales/board3_4.xml | 22 +- boards/scales/board3_4.xml.in | 15 + boards/scales/board3_5.xml | 22 +- boards/scales/board3_5.xml.in | 15 + config.h.in | 1 + configure | 170 +++++---- configure.in | 7 + docs/C/Makefile.in | 1 + docs/Makefile.in | 1 + po/POTFILES.in | 36 ++- po/az.po | 373 +++++++++++++++---- po/de.po | 309 +++++++++++----- po/el.po | 386 ++++++++++++++------ po/es.po | 286 ++++++++++----- po/fi.po | 236 ++++++++----- po/fr.po | 338 +++++++++++------ po/it.po | 223 +++++++----- po/lt.po | 509 ++++++++++++++++++++++++++ po/nl.po | 333 +++++++++++------ po/pt_BR.po | 228 ++++++++----- po/ru.po | 239 ++++++++----- po/sv.po | 334 +++++++++++------ sounds/Makefile.in | 1 + src/Makefile.in | 1 + src/boards/Makefile.in | 1 + src/boards/algebra.c | 5 +- src/boards/algebra_guesscount.c | 1 + src/boards/clickgame.c | 3 +- src/boards/clockgame.c | 3 +- src/boards/draw.c | 1 + src/boards/erase.c | 5 +- src/boards/gletters.c | 3 +- src/boards/imageid.c | 1 + src/boards/locale.c | 1 + src/boards/memory.c | 3 +- src/boards/menu.c | 4 +- src/boards/paratrooper.c | 3 +- src/boards/planegame.c | 7 +- src/boards/railroad.c | 327 +++++++++-------- src/boards/reading.c | 3 +- src/boards/shapegame.c | 3 +- src/boards/smallnumbers.c | 3 +- src/boards/wordsgame.c | 3 +- src/gcompris/Makefile.am | 3 +- src/gcompris/Makefile.in | 12 +- src/gcompris/bar.c | 56 +++- src/gcompris/config.c | 354 ++++++++++++++++++ src/gcompris/gcompris.c | 9 +- src/gcompris/gcompris.h | 3 +- src/gcompris/gcompris_config.h | 27 ++ src/gcompris/properties.c | 10 +- src/gcompris/properties.h | 3 +- xml-i18n-merge.in | 3 - 115 files changed, 4652 insertions(+), 1579 deletions(-) commit e6b6333e0654c521164070c9f3a352b9c23c2307 Author: Bruno Coudoin Date: Mon Dec 24 14:38:19 2001 +0000 corrected bug where we need to clear gcomprisBoard in end_board ChangeLog | 4 ++++ po/fr.po | 8 ++++---- src/boards/click_on_letter.c | 1 + src/boards/missingletter.c | 1 + 4 files changed, 10 insertions(+), 4 deletions(-) commit fe64333387a1a56665a7274dca2c9be16f349e68 Author: Bruno Coudoin Date: Mon Dec 24 13:24:11 2001 +0000 replaced plane by helico. Update of french po ChangeLog | 4 ++ boards/Makefile.in | 26 ++++++++++++++ boards/gcompris/misc/tuxhelico.png | Bin 0 -> 11100 bytes configure | 2 +- configure.in | 2 +- docs/C/Makefile.in | 26 ++++++++++++++ docs/Makefile.in | 26 ++++++++++++++ po/de.po | 62 ++++++++++++++++++++++++++------ po/es.po | 62 ++++++++++++++++++++++++++------ po/fi.po | 61 ++++++++++++++++++++++++++------ po/fr.po | 67 ++++++++++++++++++++++++++++------- po/it.po | 61 ++++++++++++++++++++++++++------ po/nl.po | 62 ++++++++++++++++++++++++++------ po/pt_BR.po | 61 ++++++++++++++++++++++++++------ po/ru.po | 62 ++++++++++++++++++++++++++------ po/sv.po | 23 ++++++++---- sounds/Makefile.in | 26 ++++++++++++++ src/Makefile.in | 26 ++++++++++++++ src/boards/planegame.c | 2 +- 19 files changed, 553 insertions(+), 108 deletions(-) commit fd30d92584fbc76d34171cdc779455e56bc8a5de Author: Bruno Coudoin Date: Mon Dec 24 01:20:45 2001 +0000 add of gtkhtml ChangeLog | 20 +- MAINTAINERS | 2 +- Makefile.in | 14 +- README | 18 + aclocal.m4 | 263 ++++-- boards/Makefile.in | 29 +- boards/scales/board1_6.xml | 11 + boards/scales/board2_6.xml | 13 + boards/scales/board3_6.xml | 15 + boards/wordsgame/README | 7 + configure | 2216 +++++++++++++++++++++----------------------- configure.in | 8 +- docs/C/Makefile.in | 38 +- docs/Makefile.in | 38 +- po/ChangeLog | 17 + po/Makefile.in.in | 34 +- sounds/Makefile.in | 38 +- 17 files changed, 1400 insertions(+), 1381 deletions(-) commit 3ea1e3f4fd1eb6a85d23c3a7ff981dcfa48ecaca Author: Bruno Coudoin Date: Mon Dec 24 01:03:52 2001 +0000 many changes src/Makefile.in | 38 +-- src/boards/Makefile.am | 2 +- src/boards/Makefile.in | 85 ++++-- src/boards/algebra.c | 8 + src/boards/algebra_guesscount.c | 678 +++++++++++++++++++-------------------- src/boards/clickgame.c | 37 +-- src/boards/draw.c | 22 +- src/boards/erase.c | 44 +-- src/boards/menu.c | 34 +- src/boards/paratrooper.c | 14 +- src/boards/shapegame.c | 17 +- src/gcompris/Makefile.am | 5 +- src/gcompris/Makefile.in | 84 ++++-- src/gcompris/bar.c | 45 +++- src/gcompris/bonus.c | 17 +- src/gcompris/gameutil.c | 21 +- src/gcompris/gcompris.c | 17 +- src/gcompris/help.c | 53 +++- 18 files changed, 693 insertions(+), 528 deletions(-) commit 7444b9d6a1d31dd84e1ab0ee475dcbc528f9ad0f Author: Bruno Coudoin Date: Mon Dec 24 00:56:40 2001 +0000 new sounds boards/sounds/HOWTO_ENCODE | 5 ++++- boards/sounds/en/0.ogg | Bin 0 -> 53507 bytes boards/sounds/en/1.ogg | Bin 0 -> 48295 bytes boards/sounds/en/10.ogg | Bin 0 -> 32107 bytes boards/sounds/en/2.ogg | Bin 0 -> 42364 bytes boards/sounds/en/3.ogg | Bin 0 -> 37459 bytes boards/sounds/en/4.ogg | Bin 0 -> 43417 bytes boards/sounds/en/5.ogg | Bin 0 -> 43395 bytes boards/sounds/en/6.ogg | Bin 0 -> 43338 bytes boards/sounds/en/7.ogg | Bin 0 -> 43319 bytes boards/sounds/en/8.ogg | Bin 0 -> 71152 bytes boards/sounds/en/9.ogg | Bin 0 -> 48852 bytes boards/sounds/en/a.ogg | Bin 0 -> 32155 bytes boards/sounds/en/b.ogg | Bin 0 -> 43189 bytes boards/sounds/en/c.ogg | Bin 0 -> 42671 bytes boards/sounds/en/d.ogg | Bin 0 -> 37343 bytes boards/sounds/en/e.ogg | Bin 0 -> 37183 bytes boards/sounds/en/f.ogg | Bin 0 -> 43392 bytes boards/sounds/en/g.ogg | Bin 0 -> 37020 bytes boards/sounds/en/h.ogg | Bin 0 -> 49054 bytes boards/sounds/en/i.ogg | Bin 0 -> 43274 bytes boards/sounds/en/j.ogg | Bin 0 -> 43091 bytes boards/sounds/en/k.ogg | Bin 0 -> 37634 bytes boards/sounds/en/l.ogg | Bin 0 -> 43191 bytes boards/sounds/en/m.ogg | Bin 0 -> 43366 bytes boards/sounds/en/n.ogg | Bin 0 -> 43451 bytes boards/sounds/en/o.ogg | Bin 0 -> 37776 bytes boards/sounds/en/p.ogg | Bin 0 -> 37357 bytes boards/sounds/en/q.ogg | Bin 0 -> 37347 bytes boards/sounds/en/r.ogg | Bin 0 -> 43483 bytes boards/sounds/en/s.ogg | Bin 0 -> 48770 bytes boards/sounds/en/t.ogg | Bin 0 -> 37607 bytes boards/sounds/en/u.ogg | Bin 0 -> 42678 bytes boards/sounds/en/v.ogg | Bin 0 -> 42885 bytes boards/sounds/en/w.ogg | Bin 0 -> 43024 bytes boards/sounds/en/x.ogg | Bin 0 -> 37830 bytes boards/sounds/en/y.ogg | Bin 0 -> 43223 bytes boards/sounds/en/z.ogg | Bin 0 -> 71126 bytes boards/sounds/es/0.ogg | Bin 0 -> 43586 bytes boards/sounds/es/1.ogg | Bin 0 -> 42863 bytes boards/sounds/es/10.ogg | Bin 0 -> 48668 bytes boards/sounds/es/2.ogg | Bin 0 -> 37473 bytes boards/sounds/es/3.ogg | Bin 0 -> 42962 bytes boards/sounds/es/4.ogg | Bin 0 -> 32255 bytes boards/sounds/es/5.ogg | Bin 0 -> 48883 bytes boards/sounds/es/6.ogg | Bin 0 -> 43531 bytes boards/sounds/es/7.ogg | Bin 0 -> 54240 bytes boards/sounds/es/8.ogg | Bin 0 -> 49062 bytes boards/sounds/es/9.ogg | Bin 0 -> 54021 bytes boards/sounds/es/a.ogg | Bin 0 -> 42926 bytes boards/sounds/es/b.ogg | Bin 0 -> 48471 bytes boards/sounds/es/c.ogg | Bin 0 -> 48635 bytes boards/sounds/es/d.ogg | Bin 0 -> 54047 bytes boards/sounds/es/e.ogg | Bin 0 -> 53952 bytes boards/sounds/es/f.ogg | Bin 0 -> 59710 bytes boards/sounds/es/g.ogg | Bin 0 -> 59103 bytes boards/sounds/es/h.ogg | Bin 0 -> 48849 bytes boards/sounds/es/i.ogg | Bin 0 -> 37312 bytes boards/sounds/es/j.ogg | Bin 0 -> 54586 bytes boards/sounds/es/k.ogg | Bin 0 -> 42743 bytes boards/sounds/es/l.ogg | Bin 0 -> 54720 bytes boards/sounds/es/m.ogg | Bin 0 -> 48850 bytes boards/sounds/es/n.ogg | Bin 0 -> 48857 bytes boards/sounds/es/o.ogg | Bin 0 -> 42927 bytes boards/sounds/es/p.ogg | Bin 0 -> 42916 bytes boards/sounds/es/q.ogg | Bin 0 -> 53978 bytes boards/sounds/es/r.ogg | Bin 0 -> 43344 bytes boards/sounds/es/s.ogg | Bin 0 -> 48315 bytes boards/sounds/es/t.ogg | Bin 0 -> 42810 bytes boards/sounds/es/u.ogg | Bin 0 -> 37003 bytes boards/sounds/es/v.ogg | Bin 0 -> 37670 bytes boards/sounds/es/w.ogg | Bin 0 -> 53865 bytes boards/sounds/es/x.ogg | Bin 0 -> 43576 bytes boards/sounds/es/y.ogg | Bin 0 -> 48930 bytes boards/sounds/es/z.ogg | Bin 0 -> 59603 bytes boards/sounds/fr/1.ogg | Bin 0 -> 12637 bytes boards/sounds/fr/10.ogg | Bin 0 -> 14269 bytes boards/sounds/fr/2.ogg | Bin 0 -> 12876 bytes boards/sounds/fr/3.ogg | Bin 0 -> 13375 bytes boards/sounds/fr/4.ogg | Bin 0 -> 14169 bytes boards/sounds/fr/5.ogg | Bin 0 -> 16365 bytes boards/sounds/fr/6.ogg | Bin 0 -> 15713 bytes boards/sounds/fr/7.ogg | Bin 0 -> 18433 bytes boards/sounds/fr/8.ogg | Bin 0 -> 15371 bytes boards/sounds/fr/9.ogg | Bin 0 -> 15969 bytes boards/sounds/fr/a.ogg | Bin 42541 -> 10078 bytes boards/sounds/fr/b.ogg | Bin 32601 -> 30435 bytes boards/sounds/fr/back.ogg | Bin 0 -> 15608 bytes boards/sounds/fr/black.ogg | Bin 0 -> 13076 bytes boards/sounds/fr/blue.ogg | Bin 0 -> 11750 bytes boards/sounds/fr/brown.ogg | Bin 0 -> 14258 bytes boards/sounds/fr/by.ogg | Bin 0 -> 12975 bytes boards/sounds/fr/c.ogg | Bin 34760 -> 32079 bytes boards/sounds/fr/congratulation.ogg | Bin 0 -> 20542 bytes boards/sounds/fr/d.ogg | Bin 34332 -> 38759 bytes boards/sounds/fr/e.ogg | Bin 28093 -> 38190 bytes boards/sounds/fr/equal.ogg | Bin 0 -> 13639 bytes boards/sounds/fr/f.ogg | Bin 32882 -> 28210 bytes boards/sounds/fr/g.ogg | Bin 29721 -> 29084 bytes boards/sounds/fr/good.ogg | Bin 0 -> 12504 bytes boards/sounds/fr/great.ogg | Bin 0 -> 16228 bytes boards/sounds/fr/green.ogg | Bin 0 -> 14435 bytes boards/sounds/fr/grey.ogg | Bin 0 -> 10981 bytes boards/sounds/fr/h.ogg | Bin 28402 -> 44450 bytes boards/sounds/fr/help.ogg | Bin 0 -> 12604 bytes boards/sounds/fr/i.ogg | Bin 27659 -> 34479 bytes boards/sounds/fr/j.ogg | Bin 29160 -> 33726 bytes boards/sounds/fr/k.ogg | Bin 45914 -> 28527 bytes boards/sounds/fr/l.ogg | Bin 42553 -> 39633 bytes boards/sounds/fr/level.ogg | Bin 0 -> 15424 bytes boards/sounds/fr/m.ogg | Bin 24597 -> 35486 bytes boards/sounds/fr/minus.ogg | Bin 0 -> 16075 bytes boards/sounds/fr/n.ogg | Bin 26445 -> 40758 bytes boards/sounds/fr/o.ogg | Bin 27731 -> 26139 bytes boards/sounds/fr/ok.ogg | Bin 0 -> 11030 bytes boards/sounds/fr/orange.ogg | Bin 0 -> 17610 bytes boards/sounds/fr/outof.ogg | Bin 0 -> 22938 bytes boards/sounds/fr/p.ogg | Bin 24803 -> 31915 bytes boards/sounds/fr/plus.ogg | Bin 0 -> 14699 bytes boards/sounds/fr/purple.ogg | Bin 0 -> 12033 bytes boards/sounds/fr/q.ogg | Bin 29088 -> 32589 bytes boards/sounds/fr/quit.ogg | Bin 0 -> 13068 bytes boards/sounds/fr/r.ogg | Bin 26581 -> 31693 bytes boards/sounds/fr/red.ogg | Bin 0 -> 16057 bytes boards/sounds/fr/s.ogg | Bin 29770 -> 34029 bytes boards/sounds/fr/super.ogg | Bin 0 -> 15506 bytes boards/sounds/fr/t.ogg | Bin 24751 -> 37957 bytes boards/sounds/fr/u.ogg | Bin 27472 -> 27789 bytes boards/sounds/fr/v.ogg | Bin 26435 -> 33285 bytes boards/sounds/fr/w.ogg | Bin 29435 -> 41108 bytes boards/sounds/fr/welcome.ogg | Bin 0 -> 30352 bytes boards/sounds/fr/white.ogg | Bin 0 -> 11256 bytes boards/sounds/fr/x.ogg | Bin 28287 -> 25017 bytes boards/sounds/fr/y.ogg | Bin 42465 -> 39089 bytes boards/sounds/fr/yellow.ogg | Bin 0 -> 14182 bytes boards/sounds/fr/z.ogg | Bin 29757 -> 33791 bytes boards/sounds/intro.ogg | Bin 0 -> 217592 bytes 137 files changed, 4 insertions(+), 1 deletions(-) commit 93fd671ece50b7417f605436699f6d85dcac95f1 Author: Pascal Georges Date: Sun Dec 23 11:25:23 2001 +0000 *** empty log message *** ChangeLog | 3 +++ boards/gcompris/animals/bear001.jpg | Bin 0 -> 76396 bytes boards/gcompris/animals/joybear001.jpg | Bin 0 -> 47238 bytes boards/gcompris/animals/joybear002.jpg | Bin 0 -> 51914 bytes boards/gcompris/animals/malaybear002.jpg | Bin 0 -> 89983 bytes boards/gcompris/animals/polabear011.jpg | Bin 0 -> 51891 bytes boards/gcompris/animals/polarbear001.jpg | Bin 0 -> 39420 bytes boards/gcompris/animals/poolbears001.jpg | Bin 0 -> 65478 bytes boards/gcompris/animals/spectbear001.jpg | Bin 0 -> 59344 bytes src/boards/algebra_guesscount.c | 2 +- src/boards/erase.c | 15 ++++++++++++--- 11 files changed, 16 insertions(+), 4 deletions(-) commit e909abffd659d0991f56dc5b4c4eaf84b6d1287a Author: Vasif Ismailoglu MD Date: Sat Dec 22 20:15:14 2001 +0000 *** empty log message *** po/ChangeLog | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 1d6a83e83e7ff145743513a15e55d52a3623f5e8 Author: Vasif Ismailoglu MD Date: Sat Dec 22 20:07:49 2001 +0000 rotine update for Azeri translation file rotine update for Azeri translation file po/az.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit df304179313ceac2c044735375bb40aa84dda602 Author: Pascal Georges Date: Fri Dec 21 22:10:14 2001 +0000 *** empty log message *** src/boards/algebra_guesscount.c | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) commit 42f472170d62bc24dc998c98903f83c9907eb0fa Author: Vasif Ismailoglu MD Date: Thu Dec 20 15:32:37 2001 +0000 adding AZ po/az.po | 310 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 310 insertions(+), 0 deletions(-) commit 43bd70abf6dc120890b07214e3a641684620e0a6 Author: Pascal Georges Date: Mon Dec 17 21:33:58 2001 +0000 *** empty log message *** ChangeLog | 5 ++++- boards/gcompris/animals/tigercub003.jpg | Bin 0 -> 81173 bytes boards/gcompris/animals/tigerdrink001.jpg | Bin 0 -> 77092 bytes boards/gcompris/animals/tigerplay001.jpg | Bin 0 -> 70274 bytes src/boards/algebra_guesscount.c | 9 ++++++--- 5 files changed, 10 insertions(+), 4 deletions(-) commit 8a49b89292e968803f2ad84e95024c8a2104f0c5 Author: Pascal Georges Date: Mon Dec 17 20:36:56 2001 +0000 *** empty log message *** src/boards/algebra_guesscount.c | 94 +++++++++++++++++++++------------------ 1 files changed, 50 insertions(+), 44 deletions(-) commit 50357cb37cfe1f22210a5aee5200df17da3f6585 Author: Pascal Georges Date: Mon Dec 17 19:49:28 2001 +0000 *** empty log message *** boards/algebra_guesscount.xml.in | 12 ++++++++++++ src/boards/algebra_guesscount.c | 27 +++++++++++++++++++-------- 2 files changed, 31 insertions(+), 8 deletions(-) commit 3e4eb7de301bfad0e9b34c4f088fa66a0ee4d7cd Author: Pascal Georges Date: Sun Dec 16 21:58:55 2001 +0000 *** empty log message *** src/boards/algebra_guesscount.c | 34 +++++++++++++++++++++++++++------- 1 files changed, 27 insertions(+), 7 deletions(-) commit f5ffc2032886bf693df8066a9ba0517b11ea1ff5 Author: Pascal Georges Date: Sun Dec 16 20:26:27 2001 +0000 *** empty log message *** src/boards/algebra_guesscount.c | 60 +++++++++++++++++++------------------- 1 files changed, 30 insertions(+), 30 deletions(-) commit d6245c1dcfd5a55d9747b909b1ccd723b6a75c1e Author: Bruno Coudoin Date: Sun Dec 16 17:17:15 2001 +0000 added Lithuanian/ corrected bar icons ChangeLog | 11 +++++++++-- boards/Makefile.am | 1 + boards/Makefile.in | 2 +- boards/boardicons/locale_lt.png | Bin 0 -> 266 bytes boards/gcompris/buttons/help.png | Bin 14891 -> 4942 bytes boards/gcompris/buttons/home.png | Bin 13383 -> 4899 bytes boards/gcompris/buttons/level1.png | Bin 15687 -> 5074 bytes boards/gcompris/buttons/level2.png | Bin 15914 -> 5109 bytes boards/gcompris/buttons/level3.png | Bin 16076 -> 5444 bytes boards/gcompris/buttons/level4.png | Bin 16337 -> 5063 bytes boards/gcompris/buttons/level5.png | Bin 16366 -> 4929 bytes boards/gcompris/buttons/level6.png | Bin 16586 -> 5083 bytes boards/gcompris/buttons/level7.png | Bin 16207 -> 5040 bytes boards/gcompris/buttons/level8.png | Bin 16279 -> 5171 bytes boards/gcompris/buttons/level9.png | Bin 16441 -> 4900 bytes boards/gcompris/buttons/ok.png | Bin 14447 -> 5263 bytes boards/gcompris/buttons/repeat.png | Bin 13517 -> 5329 bytes boards/locale.xml.in | 2 ++ boards/locale_lt.xml.in | 12 ++++++++++++ boards/scales/board1_1.xml | 4 ++-- boards/scales/board1_2.xml | 4 ++-- boards/scales/board1_3.xml | 4 ++-- boards/scales/board1_4.xml | 4 ++-- boards/scales/board1_5.xml | 4 ++-- boards/scales/board2_1.xml | 4 ++-- boards/scales/board2_2.xml | 4 ++-- boards/scales/board2_3.xml | 4 ++-- boards/scales/board2_4.xml | 4 ++-- boards/scales/board2_5.xml | 4 ++-- boards/scales/board3_1.xml | 4 ++-- boards/scales/board3_2.xml | 4 ++-- boards/scales/board3_3.xml | 4 ++-- boards/scales/board3_4.xml | 4 ++-- boards/scales/board3_5.xml | 4 ++-- configure | 2 +- configure.in | 4 ++-- po/POTFILES.in | 1 + src/boards/Makefile.in | 19 ++++++++++++++++--- src/boards/algebra_guesscount.c | 2 +- src/boards/shapegame.c | 5 +++-- 40 files changed, 79 insertions(+), 42 deletions(-) commit bf75db760be76beeb762f5535635e09ae7ae0302 Author: Pascal Georges Date: Sun Dec 16 16:31:45 2001 +0000 *** empty log message *** ChangeLog | 11 +- src/boards/algebra_guesscount.c | 374 +++++++++++++++++++++++++++++++-------- src/gcompris/gameutil.h | 4 + 3 files changed, 308 insertions(+), 81 deletions(-) commit a75f0321b864230212b72c15019ae422977ed40d Author: Pascal Georges Date: Fri Dec 14 18:06:16 2001 +0000 *** empty log message *** AUTHORS | 5 +- boards/Makefile.am | 3 +- boards/algebra_guesscount/+.png | Bin 0 -> 1494 bytes boards/algebra_guesscount/1.png | Bin 0 -> 995 bytes boards/algebra_guesscount/10.png | Bin 0 -> 2374 bytes boards/algebra_guesscount/100.png | Bin 0 -> 3023 bytes boards/algebra_guesscount/2.png | Bin 0 -> 1888 bytes boards/algebra_guesscount/25.png | Bin 0 -> 2659 bytes boards/algebra_guesscount/3.png | Bin 0 -> 2211 bytes boards/algebra_guesscount/4.png | Bin 0 -> 1527 bytes boards/algebra_guesscount/5.png | Bin 0 -> 2004 bytes boards/algebra_guesscount/50.png | Bin 0 -> 2737 bytes boards/algebra_guesscount/6.png | Bin 0 -> 2324 bytes boards/algebra_guesscount/7.png | Bin 0 -> 1464 bytes boards/algebra_guesscount/8.png | Bin 0 -> 2295 bytes boards/algebra_guesscount/9.png | Bin 0 -> 2205 bytes boards/algebra_guesscount/:.png | Bin 0 -> 982 bytes boards/algebra_guesscount/=.png | Bin 0 -> 1143 bytes .../algebra_guesscount/algebra_guesscount-bg.jpg | Bin 0 -> 11326 bytes boards/algebra_guesscount/button.png | Bin 0 -> 648 bytes boards/algebra_guesscount/dash.png | Bin 0 -> 989 bytes boards/algebra_guesscount/x.png | Bin 0 -> 2329 bytes boards/algebramenu.xml.in | 5 +- boards/boardicons/algebra_guesscount.png | Bin 0 -> 6269 bytes boards/gcompris/animals/readme.txt | 2 + boards/gcompris/animals/tiger1_by_Ralf_Schmode.jpg | Bin 0 -> 60493 bytes src/boards/Makefile.am | 11 +- src/boards/algebra_guesscount.c | 414 ++++++++++++++++++++ 28 files changed, 434 insertions(+), 6 deletions(-) commit c8328a2948b3a3fe6848c22ccbef46a4fb93900f Author: Simos Xenitellis Date: Fri Dec 14 14:56:20 2001 +0000 Updated Greek messages ChangeLog | 5 +++ boards/wordsgame/wordslevel1.el | 36 ++++++++++++++++++++ boards/wordsgame/wordslevel2.el | 34 +++++++++++++++++++ boards/wordsgame/wordslevelmax.el | 67 +++++++++++++++++++++++++++++++++++++ 4 files changed, 142 insertions(+), 0 deletions(-) commit 9bc2dcc28c1010697047541b49e45989179cce32 Author: Simos Xenitellis Date: Fri Dec 14 13:34:37 2001 +0000 Updated Greek messages po/ChangeLog | 4 ++++ po/el.po | 28 +++++++++++++++------------- 2 files changed, 19 insertions(+), 13 deletions(-) commit 215fba7f2052e70f7f6dd9f7ffc9acdadd598a4b Author: Bruno Coudoin Date: Thu Dec 13 18:07:57 2001 +0000 changed gnome-xml to lib-xml ChangeLog | 1 + src/boards/draw.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) commit 7b10e601318b5bc18dfd38c3cd82477f35307c74 Author: Pascal Georges Date: Mon Dec 10 21:16:46 2001 +0000 *** empty log message *** src/boards/missingletter.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a52e72aef797c1b404ca6cff1780cc8a5d645eab Author: Bruno Coudoin Date: Mon Dec 10 00:01:30 2001 +0000 ihighligh system fixed/implemented ChangeLog | 9 +++ src/boards/clickgame.c | 10 ++-- src/boards/draw.c | 13 ++++- src/boards/menu.c | 7 +-- src/boards/shapegame.c | 12 ++++- src/gcompris/bar.c | 25 +++++---- src/gcompris/gameutil.c | 137 +++++++++++++++++++++++++++++++++-------------- src/gcompris/gameutil.h | 4 +- 8 files changed, 150 insertions(+), 67 deletions(-) commit 829627552f15983b654d1f7f68125a21cf97ed00 Author: Simos Xenitellis Date: Sun Dec 9 19:37:48 2001 +0000 Added Greek translation and internationalisation ChangeLog | 8 + boards/Makefile.am | 1 + boards/Makefile.in | 2 +- boards/boardicons/locale_el.png | Bin 0 -> 501 bytes boards/locale_el.xml.in | 12 + configure | 2 +- configure.in | 2 +- po/ChangeLog | 5 + po/POTFILES.in | 1 + po/el.po | 467 +++++++++++++++++++++++++++++++++++++++ 10 files changed, 497 insertions(+), 3 deletions(-) commit eaf42f6c4a6e1345dd37e458b2c408a6db81d3b0 Author: Christian Rose Date: Sun Dec 9 14:51:21 2001 +0000 Updated Swedish translation. 2001-12-09 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 47 ++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 44 insertions(+), 7 deletions(-) commit c735140bbac5cc77564b6d12a4f861223b50d69b Author: Bruno Coudoin Date: Sun Dec 9 01:08:27 2001 +0000 implemented command line params ChangeLog | 3 + src/gcompris/gameutil.c | 5 ++- src/gcompris/gcompris.c | 108 ++++++++++++++++++++++++++++++++++++++++----- src/gcompris/properties.c | 9 +++- src/gcompris/properties.h | 3 +- 5 files changed, 112 insertions(+), 16 deletions(-) commit 9ab637beba49d31016016d05753f3eade919b1a7 Author: Bruno Coudoin Date: Sat Dec 8 22:07:09 2001 +0000 Sounds letter created by Herman boards/sounds/de/a.ogg | Bin 0 -> 17067 bytes boards/sounds/de/b.ogg | Bin 0 -> 14350 bytes boards/sounds/de/c.ogg | Bin 0 -> 15695 bytes boards/sounds/de/click_on_letter.ogg | Bin 0 -> 29617 bytes boards/sounds/de/d.ogg | Bin 0 -> 14659 bytes boards/sounds/de/e.ogg | Bin 0 -> 15382 bytes boards/sounds/de/f.ogg | Bin 0 -> 17108 bytes boards/sounds/de/g.ogg | Bin 0 -> 14680 bytes boards/sounds/de/h.ogg | Bin 0 -> 14978 bytes boards/sounds/de/i.ogg | Bin 0 -> 19629 bytes boards/sounds/de/j.ogg | Bin 0 -> 17073 bytes boards/sounds/de/k.ogg | Bin 0 -> 15401 bytes boards/sounds/de/l.ogg | Bin 0 -> 15791 bytes boards/sounds/de/m.ogg | Bin 0 -> 16062 bytes boards/sounds/de/n.ogg | Bin 0 -> 21839 bytes boards/sounds/de/o.ogg | Bin 0 -> 17185 bytes boards/sounds/de/p.ogg | Bin 0 -> 14794 bytes boards/sounds/de/q.ogg | Bin 0 -> 17842 bytes boards/sounds/de/r.ogg | Bin 0 -> 15083 bytes boards/sounds/de/s.ogg | Bin 0 -> 18674 bytes boards/sounds/de/t.ogg | Bin 0 -> 17723 bytes boards/sounds/de/u.ogg | Bin 0 -> 14901 bytes boards/sounds/de/v.ogg | Bin 0 -> 15943 bytes boards/sounds/de/w.ogg | Bin 0 -> 19292 bytes boards/sounds/de/x.ogg | Bin 0 -> 15823 bytes boards/sounds/de/y.ogg | Bin 0 -> 17691 bytes boards/sounds/de/z.ogg | Bin 0 -> 17239 bytes 27 files changed, 0 insertions(+), 0 deletions(-) commit 3f44eaa405c0f1976999c8f0930a0acef1eaa9b2 Author: Pascal Georges Date: Sat Dec 8 17:22:13 2001 +0000 *** empty log message *** ChangeLog | 3 ++ boards/gcompris/bonus/smiley_bad.png | Bin 20165 -> 26325 bytes boards/gcompris/bonus/smiley_good.png | Bin 49675 -> 69480 bytes src/boards/algebra.c | 2 +- src/boards/click_on_letter.c | 2 +- src/boards/clickgame.c | 2 +- src/boards/clockgame.c | 2 +- src/boards/erase.c | 2 +- src/boards/gletters.c | 2 +- src/boards/imageid.c | 2 +- src/boards/memory.c | 2 +- src/boards/missingletter.c | 2 +- src/boards/paratrooper.c | 2 +- src/boards/planegame.c | 2 +- src/boards/railroad.c | 2 +- src/boards/reading.c | 2 +- src/boards/shapegame.c | 2 +- src/boards/smallnumbers.c | 2 +- src/boards/wordsgame.c | 2 +- src/gcompris/bonus.c | 40 ++++++++++++++++++++++++-------- src/gcompris/bonus.h | 10 +++++++- 21 files changed, 58 insertions(+), 27 deletions(-) commit 139f14ffb7b1aed1280217cd8204de95493ff925 Author: Pascal Georges Date: Fri Dec 7 21:04:41 2001 +0000 *** empty log message *** ChangeLog | 750 +++++++++++++++++++++--------------------- src/boards/click_on_letter.c | 20 +- src/boards/imageid.c | 36 +- src/boards/missingletter.c | 23 +- src/boards/railroad.c | 41 +-- src/gcompris/bonus.c | 2 - 6 files changed, 438 insertions(+), 434 deletions(-) commit 4a0ff9fc269bcbea1a2e81a6d35be46e0530f6fe Author: Bruno Coudoin Date: Fri Dec 7 19:16:41 2001 +0000 upated icon flags and tranlation ChangeLog | 6 ++ boards/boardicons/locale_de.png | Bin 226 -> 220 bytes boards/boardicons/locale_en.png | Bin 1391 -> 2944 bytes boards/boardicons/locale_sv.png | Bin 3700 -> 342 bytes configure | 2 +- configure.in | 2 +- po/de.po | 93 +++++++++++++------------ po/es.po | 145 ++++++++++++++++++++------------------- po/fi.po | 12 ++-- po/fr.po | 12 ++-- po/it.po | 12 ++-- po/nl.po | 12 ++-- po/pt_BR.po | 12 ++-- po/ru.po | 12 ++-- po/sv.po | 12 ++-- 15 files changed, 171 insertions(+), 161 deletions(-) commit 1b362612bce7df8fa8889ef05c8ba819b0f12567 Author: Bruno Coudoin Date: Fri Dec 7 00:19:57 2001 +0000 completed fulscreen. Updated board level information boards/algebra_by.xml.in | 1 + boards/algebra_div.xml.in | 1 + boards/algebra_minus.xml.in | 1 + boards/algebra_plus.xml.in | 1 + boards/babyshapes.xml.in | 1 + boards/boardicons/draw.png | Bin 5577 -> 4950 bytes boards/boardicons/railroad.png | Bin 14597 -> 14229 bytes boards/draw.xml.in | 1 + boards/memory.xml.in | 1 + boards/paintings.xml.in | 1 + boards/paratrooper.xml.in | 1 + boards/planegame.xml.in | 1 + boards/railroad/loco6.png | Bin 7559 -> 7510 bytes boards/railroad/loco7.png | Bin 12876 -> 12978 bytes boards/railroad/loco9.png | Bin 13739 -> 13844 bytes boards/railroad/wagon10.png | Bin 14618 -> 14724 bytes boards/railroad/wagon11.png | Bin 12887 -> 12822 bytes boards/railroad/wagon12.png | Bin 12494 -> 12800 bytes boards/railroad/wagon4.png | Bin 7442 -> 7367 bytes boards/railroad/wagon5.png | Bin 19513 -> 19304 bytes boards/railroad/wagon7.png | Bin 18020 -> 17992 bytes boards/railroad/wagon8.png | Bin 12548 -> 12445 bytes boards/railroad/wagon9.png | Bin 19149 -> 19195 bytes boards/scalesboard.xml.in | 1 + src/boards/erase.c | 3 +- src/boards/memory.c | 4 +- src/gcompris/gcompris.c | 67 ++++++++++++++++++++++----------------- 27 files changed, 52 insertions(+), 33 deletions(-) commit 1146f1c74e28bbf5fdc6652b9cd5ab0190b01b25 Author: Bruno Coudoin Date: Thu Dec 6 20:33:47 2001 +0000 fixed fullscreen po/de.po | 45 ++++++++++++++++++++++----------------------- po/es.po | 45 ++++++++++++++++++++++----------------------- po/fi.po | 45 ++++++++++++++++++++++----------------------- po/fr.po | 45 ++++++++++++++++++++++----------------------- po/it.po | 45 ++++++++++++++++++++++----------------------- po/nl.po | 45 ++++++++++++++++++++++----------------------- po/pt_BR.po | 45 ++++++++++++++++++++++----------------------- po/ru.po | 45 ++++++++++++++++++++++----------------------- po/sv.po | 45 ++++++++++++++++++++++----------------------- src/boards/erase.c | 2 +- src/gcompris/gcompris.c | 6 +++--- 11 files changed, 202 insertions(+), 211 deletions(-) commit 6f2e2370104276be0ffafa261bc03658089bde50 Author: Pascal Georges Date: Thu Dec 6 20:11:43 2001 +0000 *** empty log message *** boards/railroad/railroad-bg.png | Bin 0 -> 94557 bytes src/boards/imageid.c | 15 +++++++++++---- src/boards/railroad.c | 4 ++-- src/gcompris/bonus.c | 2 ++ src/gcompris/bonus.h | 2 +- 5 files changed, 16 insertions(+), 7 deletions(-) commit 8df4f538ae3df0d6fd416f0f8adf384daaf5d568 Author: Bruno Coudoin Date: Thu Dec 6 00:26:30 2001 +0000 implemented the fullscreen: window location 0,0 and black rounding box src/gcompris/gcompris.c | 85 +++++++++++++++++++++++++++++++---------------- 1 files changed, 56 insertions(+), 29 deletions(-) commit 2eadeea42ce7d9d4b7f7532dd8726bf3d00736d9 Author: Bruno Coudoin Date: Tue Dec 4 21:27:13 2001 +0000 changed the resolution first step toward full screen removed progress bar and change point API to score API ChangeLog | 3 + boards/missing_letter/missingletter-bg.jpg | Bin 12524 -> 11326 bytes src/boards/click_on_letter.c | 10 +- src/boards/imageid.c | 6 +- src/boards/menu.c | 52 ++++++++- src/boards/missingletter.c | 8 +- src/boards/paratrooper.c | 4 +- src/gcompris/Makefile.am | 2 +- src/gcompris/Makefile.in | 4 +- src/gcompris/bar.c | 26 +---- src/gcompris/gcompris.c | 62 ++++------- src/gcompris/gcompris.h | 10 +- src/gcompris/point.c | 169 ---------------------------- src/gcompris/point.h | 40 ------- src/gcompris/score.c | 169 ++++++++++++++++++++++++++++ src/gcompris/score.h | 40 +++++++ 16 files changed, 304 insertions(+), 301 deletions(-) commit 2ea32b9981d9f1c1d750932b6ce85a8fe703cc17 Author: Bruno Coudoin Date: Mon Dec 3 00:35:09 2001 +0000 removed status bar and its API. changed resolution of gcompris changed point API to score ChangeLog | 5 +++++ boards/draw/draw-bg.jpg | Bin 9705 -> 8847 bytes boards/gcompris/gcompris-bg.jpg | Bin 7613 -> 7234 bytes boards/gcompris/gcompris-init.jpg | Bin 17212 -> 15392 bytes boards/imageid/imageid-bg.jpg | Bin 10175 -> 9606 bytes boards/reading/gcompris-bg.jpg | Bin 12837 -> 12056 bytes po/fr.po | 1 - src/boards/algebra.c | 8 ++++---- src/boards/click_on_letter.c | 11 +++++++---- src/boards/clickgame.c | 23 ++++++++++++----------- src/boards/clockgame.c | 10 +++++----- src/boards/draw.c | 4 ---- src/boards/erase.c | 5 +---- src/boards/gletters.c | 19 +++++++++++-------- src/boards/imageid.c | 19 +++++++++++-------- src/boards/locale.c | 2 -- src/boards/memory.c | 4 +--- src/boards/menu.c | 8 ++++---- src/boards/missingletter.c | 19 +++++++++++-------- src/boards/paratrooper.c | 13 +++---------- src/boards/planegame.c | 19 +++++++++++-------- src/boards/railroad.c | 15 +++++++++------ src/boards/reading.c | 6 ++---- src/boards/shapegame.c | 12 +++--------- src/boards/smallnumbers.c | 18 +++++++++++------- src/boards/wordsgame.c | 10 +++++----- 26 files changed, 116 insertions(+), 115 deletions(-) commit ca6e15fc0282f2a556c01fbc077d03dd08a4cda4 Author: Pascal Georges Date: Sun Dec 2 19:40:07 2001 +0000 *** empty log message *** src/boards/imageid.c | 2 +- src/boards/missingletter.c | 2 +- src/gcompris/bonus.c | 11 ++++++----- 3 files changed, 8 insertions(+), 7 deletions(-) commit 7edd90ddcb90d1ee606370bffad3a8607a23506e Author: Bruno Coudoin Date: Sun Dec 2 16:05:22 2001 +0000 initial release src/gcompris/point.c | 169 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/gcompris/point.h | 40 ++++++++++++ 2 files changed, 209 insertions(+), 0 deletions(-) commit 9da869c51e331b9c3c62f3309745bc0e2f1cac51 Author: Bruno Coudoin Date: Sun Dec 2 03:17:34 2001 +0000 added gcompris_point API ChangeLog | 14 ++- Makefile.am | 6 +- Makefile.in | 6 +- boards/gcompris/letters/:.png | Bin 1257 -> 2222 bytes boards/paintings/board6_1.xml | 7 - po/de.po | 6 +- po/es.po | 6 +- po/fi.po | 6 +- po/fr.po | 6 +- po/it.po | 6 +- po/nl.po | 6 +- po/pt_BR.po | 6 +- po/ru.po | 347 ++++++++++++++++++++++++++++++++-------- po/sv.po | 6 +- src/boards/algebra.c | 26 ++-- src/boards/click_on_letter.c | 6 +- src/boards/clickgame.c | 8 +- src/boards/clockgame.c | 68 ++++++--- src/boards/erase.c | 6 +- src/boards/gletters.c | 8 +- src/boards/memory.c | 8 +- src/boards/paratrooper.c | 8 +- src/boards/planegame.c | 8 +- src/boards/railroad.c | 6 +- src/boards/reading.c | 8 +- src/boards/shapegame.c | 19 ++- src/boards/smallnumbers.c | 8 +- src/boards/wordsgame.c | 25 ++- src/gcompris/Makefile.am | 3 +- src/gcompris/Makefile.in | 4 +- src/gcompris/bar.c | 12 +-- src/gcompris/gcompris.h | 4 +- 32 files changed, 466 insertions(+), 197 deletions(-) commit b4d236781749741d9566edf4aa7dffead8f5e1ab Author: Pascal Georges Date: Sat Dec 1 17:15:32 2001 +0000 *** empty log message *** ChangeLog | 9 +++- boards/gcompris/misc/door1.png | Bin 0 -> 12459 bytes boards/gcompris/misc/door2.png | Bin 0 -> 6458 bytes src/boards/imageid.c | 17 ++++--- src/boards/missingletter.c | 14 +++-- src/gcompris/bonus.c | 116 ++++++++++++++++++++++++++++++++++++---- src/gcompris/bonus.h | 1 + 7 files changed, 132 insertions(+), 25 deletions(-) commit 1247ad3cdb59dde2cfe7128b8906ae36256f63a8 Author: Bruno Coudoin Date: Thu Nov 29 03:07:33 2001 +0000 some changes in algebra and shapegame ChangeLog | 5 +++++ Makefile.am | 2 ++ Makefile.in | 5 ++++- src/boards/algebra.c | 36 +++--------------------------------- src/boards/shapegame.c | 11 ++++++----- 5 files changed, 20 insertions(+), 39 deletions(-) commit 1d3040bce98debbb8d0469bb20b71bf23cdb9e83 Author: Pascal Georges Date: Tue Nov 27 21:49:40 2001 +0000 *** empty log message *** boards/boardicons/click_on_letter.png | Bin 6209 -> 5031 bytes 1 files changed, 0 insertions(+), 0 deletions(-) commit abdb67a456f0b709c5ef0d30201e3ba2db6c9808 Author: Christian Rose Date: Tue Nov 27 03:41:53 2001 +0000 Updated Swedish translation. 2001-11-27 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 8 +++----- 2 files changed, 7 insertions(+), 5 deletions(-) commit b23f84688673bb24cb57ed43e3b09cdb35184846 Author: Bruno Coudoin Date: Sun Nov 25 23:57:54 2001 +0000 release of 0.9.5: small graphical improvment. Better management of boards install ChangeLog | 3 +++ Makefile.am | 6 ++++-- Makefile.in | 6 ++++-- boards/Makefile.am | 4 ++-- boards/Makefile.in | 4 +--- boards/boardicons/babymatch.png | Bin 4376 -> 4206 bytes boards/boardicons/planegame.png | Bin 6241 -> 11082 bytes boards/boardicons/railroad.png | Bin 19307 -> 14597 bytes boards/gcompris/gcompris-about.jpg | Bin 8762 -> 8663 bytes boards/gcompris/misc/tuxplane.png | Bin 18895 -> 26766 bytes boards/railroad/loco2.png | Bin 20708 -> 20761 bytes boards/railroad/loco5.png | Bin 19170 -> 19226 bytes boards/railroad/wagon3.png | Bin 10212 -> 10224 bytes src/boards/menu.c | 4 ++-- src/gcompris/pluginenum.c | 2 +- 15 files changed, 17 insertions(+), 12 deletions(-) commit 2f7463f063d1dd31a48f35c7c71be0338c8f5083 Author: Bruno Coudoin Date: Sun Nov 25 21:19:10 2001 +0000 Complete redraw by Renaud Blanchard * boards/scales/*.png: Complete redraw by Renaud Blanchard * src/gcompris/bar.c: shifted all buttons on the left to free the home * src/gcompris/bonus.[ch]: implemented BONUS_RANDOM, changed bonus.h to be an enum * src/boards/Makefile.am: changed PTHREAD_LIBS by PTHREAD_LIB as it should be * src/boards/algebra.c change operation order and other fix * src/boards/draw.c: Corrected a bug where you can delete the white background ChangeLog | 8 +- Makefile.am | 4 +- Makefile.in | 4 +- aclocal.m4 | 2 +- boards/Makefile.in | 1 + boards/boardicons/book.png | Bin 7885 -> 8166 bytes boards/boardicons/computer.png | Bin 6390 -> 7800 bytes boards/boardicons/draw.png | Bin 3410 -> 5577 bytes boards/boardicons/locale.png | Bin 2369 -> 2929 bytes boards/boardicons/scalesicon.png | Bin 2901 -> 5781 bytes boards/gcompris/buttons/home.png | Bin 10440 -> 13383 bytes boards/scales/README | 1 + boards/scales/board1_0.xml | 4 +- boards/scales/board1_1.xml | 4 +- boards/scales/board1_2.xml | 6 +- boards/scales/board1_3.xml | 6 +- boards/scales/board1_4.xml | 6 +- boards/scales/board1_5.xml | 6 +- boards/scales/board2_0.xml | 6 +- boards/scales/board2_1.xml | 6 +- boards/scales/board2_2.xml | 8 +- boards/scales/board2_3.xml | 6 +- boards/scales/board2_4.xml | 6 +- boards/scales/board2_5.xml | 6 +- boards/scales/board3_0.xml | 8 +- boards/scales/board3_1.xml | 8 +- boards/scales/board3_2.xml | 8 +- boards/scales/board3_3.xml | 8 +- boards/scales/board3_4.xml | 6 +- boards/scales/board3_5.xml | 6 +- boards/scales/masse.png | Bin 4023 -> 3397 bytes boards/scales/masse1.png | Bin 2116 -> 3684 bytes boards/scales/masse10.png | Bin 2779 -> 4203 bytes boards/scales/masse2.png | Bin 2564 -> 4167 bytes boards/scales/masse3.png | Bin 2708 -> 4379 bytes boards/scales/masse4.png | Bin 2379 -> 3848 bytes boards/scales/masse5.png | Bin 2586 -> 4104 bytes boards/scales/masse6.png | Bin 5062 -> 4283 bytes boards/scales/masse7.png | Bin 4644 -> 3948 bytes boards/scales/masse8.png | Bin 5342 -> 4523 bytes boards/scales/masse9.png | Bin 5161 -> 4308 bytes boards/scales/scales.png | Bin 22978 -> 50493 bytes boards/smallnumbers.xml.in | 2 +- configure | 6 +- configure.in | 2 +- po/de.po | 20 +- po/es.po | 22 +- po/fi.po | 15 +- po/fr.po | 34 ++-- po/it.po | 17 +- po/nl.po | 24 ++- po/pt_BR.po | 16 +- po/sv.po | 18 +- src/boards/Makefile.am | 38 ++-- src/boards/Makefile.in | 38 ++-- src/boards/click_on_letter.c | 2 +- src/boards/erase.c | 2 +- src/boards/imageid.c | 2 +- src/boards/locale.c | 25 ++- src/boards/missingletter.c | 2 +- src/boards/railroad.c | 2 +- src/gcompris/bar.c | 10 +- src/gcompris/bonus.c | 7 +- src/gcompris/bonus.h | 12 +- src/gcompris/gcompris.c | 4 +- xml-i18n-extract | 303 ---------------------- xml-i18n-merge | 462 ---------------------------------- xml-i18n-update | 516 -------------------------------------- 68 files changed, 257 insertions(+), 1478 deletions(-) commit 90edbbb633b5da7d4e3ef6cd6ed89c6ffefd72a9 Author: Pascal Georges Date: Sun Nov 25 17:11:28 2001 +0000 *** empty log message *** ChangeLog | 3 +++ src/boards/imageid.c | 40 ++++++++-------------------------------- src/gcompris/gameutil.c | 30 +++++++++++++++++++++++++++++- src/gcompris/gameutil.h | 1 + 4 files changed, 41 insertions(+), 33 deletions(-) commit 9381e08059c8cb1a7d7ab284a9605c5f3f3222b2 Author: Pascal Georges Date: Sat Nov 24 21:12:34 2001 +0000 Fixed accent problem src/boards/imageid.c | 47 +++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 41 insertions(+), 6 deletions(-) commit b424df7d2a90c0fdd8fc7eb1e3572db3518ae6b8 Author: Valek Frob Date: Sat Nov 24 13:25:06 2001 +0000 Added russian translation. configure.in | 2 +- po/ChangeLog | 4 + po/ru.po | 226 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 231 insertions(+), 1 deletions(-) commit 92307ac5f5167170a03289af43f2f27e0bf1d818 Author: Bruno Coudoin Date: Fri Nov 23 21:05:47 2001 +0000 1. Most children find it easier to calculated 4+1, 5+1, 6+1 etc. instead of 1+4, 1+5, 1+6 etc. 2. From time to time the result of the subtraction excercises was negative. (Must have been a problem with the MAX() macro, maybe a precedence problem with the * operator? Didn't figure out, but now it works). 3. When the subtraction game was started and left again, starting the addition game was not possible (the mode was never set back to '+' once it was set to '-') All 3 problems were reported by my 6-year-old daughter Katja Mueller :) Thanks, Reinhard ChangeLog | 3 +++ src/boards/algebra.c | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) commit bf2751bd6c8bc71f0a4c92786deff40cfc2c56be Author: Bruno Coudoin Date: Mon Nov 19 22:13:57 2001 +0000 new logo by Ranaud ChangeLog | 5 ++++- boards/gcompris/gcompris-about.jpg | Bin 7574 -> 8762 bytes src/boards/railroad.c | 2 -- 3 files changed, 4 insertions(+), 3 deletions(-) commit e485c199f7265a2a80d7a7e35bd351a9b392040d Author: Pascal Georges Date: Mon Nov 19 21:12:08 2001 +0000 segfaulting may be corrected src/boards/railroad.c | 32 +++++++++++++++++++++----------- 1 files changed, 21 insertions(+), 11 deletions(-) commit c9277ed79fa9d76b7a1f89c50fe6cfb3726ff4ef Author: Pascal Georges Date: Sun Nov 18 20:28:11 2001 +0000 *** empty log message *** boards/railroad/loco1.png | Bin 17204 -> 13000 bytes boards/railroad/loco2.png | Bin 19307 -> 20708 bytes boards/railroad/loco3.png | Bin 8138 -> 9653 bytes boards/railroad/loco4.png | Bin 13851 -> 14753 bytes boards/railroad/loco5.png | Bin 21571 -> 19170 bytes boards/railroad/loco6.png | Bin 0 -> 7559 bytes boards/railroad/loco7.png | Bin 0 -> 12876 bytes boards/railroad/loco8.png | Bin 0 -> 9219 bytes boards/railroad/loco9.png | Bin 0 -> 13739 bytes boards/railroad/wagon1.png | Bin 8481 -> 8838 bytes boards/railroad/wagon10.png | Bin 0 -> 14618 bytes boards/railroad/wagon11.png | Bin 0 -> 12887 bytes boards/railroad/wagon12.png | Bin 0 -> 12494 bytes boards/railroad/wagon13.png | Bin 0 -> 12921 bytes boards/railroad/wagon14.png | Bin 0 -> 11631 bytes boards/railroad/wagon2.png | Bin 5957 -> 11631 bytes boards/railroad/wagon3.png | Bin 9576 -> 10212 bytes boards/railroad/wagon4.png | Bin 8232 -> 7442 bytes boards/railroad/wagon5.png | Bin 19513 -> 19513 bytes boards/railroad/wagon6.png | Bin 11212 -> 11212 bytes boards/railroad/wagon7.png | Bin 14580 -> 18020 bytes boards/railroad/wagon8.png | Bin 14980 -> 12548 bytes boards/railroad/wagon9.png | Bin 17445 -> 19149 bytes src/boards/railroad.c | 4 ++-- 24 files changed, 2 insertions(+), 2 deletions(-) commit a0201c74ceef6d4254d0f57a150a775b4ea3dddf Author: Christian Rose Date: Sat Nov 17 14:00:48 2001 +0000 Updated Swedish translation. 2001-11-17 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 35 +++++++++++++++++++++++------------ 2 files changed, 27 insertions(+), 12 deletions(-) commit a60c83fdd4e924f870d1eb57649ce464de969593 Author: Pascal Georges Date: Sat Nov 17 13:52:33 2001 +0000 *** empty log message *** ChangeLog | 3 +++ sounds/train.wav | Bin 0 -> 28380 bytes src/boards/railroad.c | 3 ++- 3 files changed, 5 insertions(+), 1 deletions(-) commit 0c2022487e88bbaefd6e27ee7ba097ea5ea36d6c Author: Pascal Georges Date: Sat Nov 17 11:42:05 2001 +0000 *** empty log message *** boards/Makefile.am | 1 + boards/fun.xml.in | 5 +- boards/railroad/loco1.png | Bin 0 -> 17204 bytes boards/railroad/loco2.png | Bin 0 -> 19307 bytes boards/railroad/loco3.png | Bin 0 -> 8138 bytes boards/railroad/loco4.png | Bin 0 -> 13851 bytes boards/railroad/loco5.png | Bin 0 -> 21571 bytes boards/railroad/railroad-bg.jpg | Bin 0 -> 19169 bytes boards/railroad/wagon1.png | Bin 0 -> 8481 bytes boards/railroad/wagon2.png | Bin 0 -> 5957 bytes boards/railroad/wagon3.png | Bin 0 -> 9576 bytes boards/railroad/wagon4.png | Bin 0 -> 8232 bytes boards/railroad/wagon5.png | Bin 0 -> 19513 bytes boards/railroad/wagon6.png | Bin 0 -> 11212 bytes boards/railroad/wagon7.png | Bin 0 -> 14580 bytes boards/railroad/wagon8.png | Bin 0 -> 14980 bytes boards/railroad/wagon9.png | Bin 0 -> 17445 bytes sounds/Makefile.am | 2 +- sounds/Makefile.in | 2 +- sounds/README | 1 + src/boards/Makefile.am | 10 +- src/boards/Makefile.in | 19 +- src/boards/railroad.c | 624 +++++++++++++++++++++++++++++++++++++++ 23 files changed, 655 insertions(+), 9 deletions(-) commit 867af99124408f0ec7b9901956da90934fc2435b Author: Pascal Georges Date: Sat Nov 17 11:39:46 2001 +0000 railroad boards/Makefile.in | 3 +-- boards/boardicons/railroad.png | Bin 0 -> 19307 bytes 2 files changed, 1 insertions(+), 2 deletions(-) commit 4d60caba73dadfb176e60c12170e000866ed712e Author: Pascal Georges Date: Sat Nov 17 11:30:38 2001 +0000 Added railroad board boards/railroad.xml.in | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit 84afd514aede36b3e0de90f453439155abe3f29f Author: Bruno Coudoin Date: Thu Nov 15 19:46:43 2001 +0000 fixed nl.po po/de.po | 36 +++++++++++-- po/es.po | 36 +++++++++++-- po/fi.po | 36 +++++++++++-- po/fr.po | 36 +++++++++++-- po/it.po | 36 +++++++++++-- po/nl.po | 167 +++++++++++++++++++++++++++++++++++++++++++++++++++-------- po/pt_BR.po | 36 +++++++++++-- po/sv.po | 34 +++++++++++-- 8 files changed, 361 insertions(+), 56 deletions(-) commit 00d743bab53560b01a017a9adedba100d3451668 Author: Bruno Coudoin Date: Thu Nov 15 19:31:35 2001 +0000 fixed dices to dice boards/algebra_by.xml.in | 2 +- boards/algebra_div.xml.in | 2 +- boards/algebra_minus.xml.in | 2 +- boards/algebra_plus.xml.in | 2 +- boards/imagename.xml.in | 2 +- boards/missing_letter.xml.in | 4 ++-- boards/smallnumbers.xml.in | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) commit b19f6b11d1c2571df327803018393bcce0147213 Author: Christian Rose Date: Thu Nov 15 13:04:47 2001 +0000 Updated Swedish translation. 2001-11-15 Christian Rose * sv.po: Updated Swedish translation. po/ChangeLog | 4 ++++ po/sv.po | 57 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 36 insertions(+), 25 deletions(-) commit 1e5367125ab9766d8513a603c1999aaa51602bbe Author: Bruno Coudoin Date: Wed Nov 14 09:44:16 2001 +0000 nl.po update from herman po/de.po | 2 +- po/es.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/it.po | 2 +- po/nl.po | 250 ++++++++++++++++++++---------------------------------- po/pt_BR.po | 2 +- po/sv.po | 2 +- xml-i18n-extract | 2 +- xml-i18n-merge | 2 +- xml-i18n-update | 2 +- 11 files changed, 101 insertions(+), 169 deletions(-) commit 30c4d51bcc3d8504a87551fb995f1eacdbc30ad8 Author: Bruno Coudoin Date: Tue Nov 13 21:05:47 2001 +0000 corrected a bug where you can deleted the white background ChangeLog | 4 ++++ src/boards/draw.c | 12 +++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) commit b0fe83b58eee621efc4d9fac9ef6ca9ca5c53706 Author: Bruno Coudoin Date: Mon Nov 12 19:07:23 2001 +0000 removed the useless written goal boards/babyshapes/board1_0.xml | 3 --- boards/babyshapes/board2_0.xml | 3 --- boards/babyshapes/board3_0.xml | 3 --- boards/babyshapes/board4_0.xml | 3 --- 4 files changed, 0 insertions(+), 12 deletions(-) commit e59d949e830fb10812fc22c14eceff266b6a701b Author: Bruno Coudoin Date: Mon Nov 12 00:15:06 2001 +0000 added locale selection: bug fix in draw.c ChangeLog | 6 + boards/Makefile.am | 6 + boards/Makefile.in | 2 +- boards/boardicons/locale.png | Bin 0 -> 2369 bytes boards/boardicons/locale_de.png | Bin 0 -> 226 bytes boards/boardicons/locale_en.png | Bin 0 -> 1391 bytes boards/boardicons/locale_es.png | Bin 0 -> 236 bytes boards/boardicons/locale_fr.png | Bin 0 -> 232 bytes boards/boardicons/locale_sv.png | Bin 0 -> 3700 bytes boards/imagename.xml.in | 1 + boards/locale.xml.in | 15 +++ boards/locale_de.xml.in | 12 +++ boards/locale_en.xml.in | 12 +++ boards/locale_es.xml.in | 12 +++ boards/locale_fr.xml.in | 12 +++ boards/locale_sv.xml.in | 12 +++ boards/menu.xml.in | 1 + boards/readingh.xml.in | 1 + boards/readingv.xml.in | 1 + po/POTFILES.in | 8 ++ po/de.po | 96 ++++++++++++++++-- po/es.po | 96 ++++++++++++++++-- po/fi.po | 95 ++++++++++++++++-- po/fr.po | 125 +++++++++++++++++++++--- po/it.po | 94 ++++++++++++++++-- po/nl.po | 94 ++++++++++++++++-- po/pt_BR.po | 95 ++++++++++++++++-- po/sv.po | 96 ++++++++++++++++-- src/boards/Makefile.am | 12 ++- src/boards/Makefile.in | 19 +++- src/boards/draw.c | 60 ++++++----- src/boards/erase.c | 4 +- src/boards/locale.c | 209 +++++++++++++++++++++++++++++++++++++++ src/gcompris/gcompris.c | 20 ++++- src/gcompris/gcompris.h | 7 +- 35 files changed, 1115 insertions(+), 108 deletions(-) commit 55e2db0bd7e02138dd6c661864121d6ad3ee420b Author: Bruno Coudoin Date: Sun Nov 11 20:08:27 2001 +0000 fixed reading.c board with wrong pixmap reference ChangeLog | 4 ++++ boards/babymatch.xml.in | 1 + boards/gletters.xml.in | 1 + boards/smallnumbers.xml.in | 1 + boards/wordsgame.xml.in | 1 + po/fr.po | 18 ++++++------------ src/boards/reading.c | 6 +++--- 7 files changed, 17 insertions(+), 15 deletions(-) commit bec1bbc978e59c65b020ed71924171cfdb592729 Author: Bruno Coudoin Date: Sun Nov 11 01:19:44 2001 +0000 release 0.9.4 : updated es.po added tuxplane in erase board ChangeLog | 8 ++- boards/boardicons/erase.png | Bin 9783 -> 5246 bytes boards/clickgame.xml.in | 1 + boards/computer.xml.in | 2 +- boards/draw.xml.in | 2 +- boards/erase.xml.in | 7 +- boards/gcompris/buttons/repeat.png | Bin 12953 -> 13517 bytes po/de.po | 25 +++++- po/es.po | 168 +++++++++++++++++++++--------------- po/fi.po | 24 +++++- po/fr.po | 35 +++++++- po/it.po | 23 ++++- po/nl.po | 23 ++++- po/pt_BR.po | 23 ++++- po/sv.po | 27 +++++- src/boards/erase.c | 24 +++++- src/boards/gletters.c | 15 +--- 17 files changed, 295 insertions(+), 112 deletions(-) commit 2beb1e2d0c439a50b2782d1ad9dad45195060c71 Author: Bruno Coudoin Date: Sat Nov 10 20:29:57 2001 +0000 added the erase board ChangeLog | 1 + aclocal.m4 | 2 +- boards/Makefile.am | 3 +- boards/Makefile.in | 2 +- boards/algebra_by.xml | 25 ---- boards/algebra_div.xml | 25 ---- boards/algebra_minus.xml | 25 ---- boards/algebra_plus.xml | 25 ---- boards/algebramenu.xml | 21 ---- boards/babymatch.xml | 17 --- boards/babyshapes.xml | 17 --- boards/boardicons/erase.png | Bin 0 -> 9783 bytes boards/clickgame.xml | 19 --- boards/clockgame.xml | 22 ---- boards/computer.xml | 23 ---- boards/computer.xml.in | 1 + boards/draw.xml | 17 --- boards/erase.xml.in | 11 ++ boards/fun.xml | 19 --- boards/gletters.xml | 26 ---- boards/imageid.xml | 15 --- boards/imagename.xml | 14 -- boards/memory.xml | 19 --- boards/menu.xml | 22 ---- boards/missing_letter.xml | 12 -- boards/paintings.xml | 17 --- boards/paratrooper.xml | 16 --- boards/planegame.xml | 20 --- boards/reading.xml | 22 ---- boards/readingh.xml | 18 --- boards/readingv.xml | 18 --- boards/scalesboard.xml | 17 --- boards/smallnumbers.xml | 19 --- boards/wordsgame.xml | 24 ---- configure | 2 +- po/POTFILES.in | 1 + src/boards/Makefile.am | 12 ++- src/boards/Makefile.in | 19 +++- src/boards/click_on_letter.c | 10 -- src/boards/erase.c | 269 ++++++++++++++++++++++++++++++++++++++++++ 40 files changed, 315 insertions(+), 552 deletions(-) commit 23a40071723ea3e9ecb90a8c6a64dbafd57d8f49 Author: Christophe Merlet Date: Fri Nov 9 13:04:05 2001 +0000 Updated French translation. boards/imageid.xml.in | 2 +- po/ChangeLog | 4 +++ po/fr.po | 71 +++++++++++++++++++++++++++++-------------------- 3 files changed, 47 insertions(+), 30 deletions(-) commit f2ed6a095c32b30126a81b95383a85245057b2fe Author: Pascal Georges Date: Thu Nov 8 20:32:42 2001 +0000 sound files for clic_on_letter board boards/sounds/fr/a.ogg | Bin 0 -> 42541 bytes boards/sounds/fr/b.ogg | Bin 0 -> 32601 bytes boards/sounds/fr/c.ogg | Bin 0 -> 34760 bytes boards/sounds/fr/clic_on_letter.ogg | Bin 0 -> 54310 bytes boards/sounds/fr/d.ogg | Bin 0 -> 34332 bytes boards/sounds/fr/e.ogg | Bin 0 -> 28093 bytes boards/sounds/fr/f.ogg | Bin 0 -> 32882 bytes boards/sounds/fr/g.ogg | Bin 0 -> 29721 bytes boards/sounds/fr/h.ogg | Bin 0 -> 28402 bytes boards/sounds/fr/i.ogg | Bin 0 -> 27659 bytes boards/sounds/fr/j.ogg | Bin 0 -> 29160 bytes boards/sounds/fr/k.ogg | Bin 0 -> 45914 bytes boards/sounds/fr/l.ogg | Bin 0 -> 42553 bytes boards/sounds/fr/m.ogg | Bin 0 -> 24597 bytes boards/sounds/fr/n.ogg | Bin 0 -> 26445 bytes boards/sounds/fr/o.ogg | Bin 0 -> 27731 bytes boards/sounds/fr/p.ogg | Bin 0 -> 24803 bytes boards/sounds/fr/q.ogg | Bin 0 -> 29088 bytes boards/sounds/fr/r.ogg | Bin 0 -> 26581 bytes boards/sounds/fr/s.ogg | Bin 0 -> 29770 bytes boards/sounds/fr/t.ogg | Bin 0 -> 24751 bytes boards/sounds/fr/u.ogg | Bin 0 -> 27472 bytes boards/sounds/fr/v.ogg | Bin 0 -> 26435 bytes boards/sounds/fr/w.ogg | Bin 0 -> 29435 bytes boards/sounds/fr/x.ogg | Bin 0 -> 28287 bytes boards/sounds/fr/y.ogg | Bin 0 -> 42465 bytes boards/sounds/fr/z.ogg | Bin 0 -> 29757 bytes 27 files changed, 0 insertions(+), 0 deletions(-) commit 2a2373502ae5113b9d9e42b3e21c68fe5dbba1cf Author: Pascal Georges Date: Thu Nov 8 20:13:35 2001 +0000 *** empty log message *** src/boards/click_on_letter.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0d0a3e5a01e096f89a47f2ccaa3a7a6575523513 Author: Pascal Georges Date: Thu Nov 8 20:03:04 2001 +0000 Minor XML board files updates boards/click_on_letter.xml.in | 13 +++++++------ boards/imageid.xml | 1 + boards/imageid.xml.in | 8 ++++---- boards/missing_letter.xml.in | 8 ++++---- 4 files changed, 16 insertions(+), 14 deletions(-) commit 19201a2d635cae793e81af1dc728bade5b56e961 Author: Bruno Coudoin Date: Tue Nov 6 22:10:11 2001 +0000 added the repeat entry point in the plugin ChangeLog | 8 ++ boards/gcompris/buttons/repeat.png | Bin 0 -> 12953 bytes po/de.po | 158 +++++++++++++++++------------------ po/es.po | 159 +++++++++++++++++------------------- po/fi.po | 159 +++++++++++++++++------------------- po/fr.po | 156 ++++++++++++++++------------------- po/it.po | 155 +++++++++++++++++------------------ po/nl.po | 157 +++++++++++++++++------------------ po/pt_BR.po | 151 ++++++++++++++++------------------ po/sv.po | 24 +++--- src/boards/algebra.c | 4 +- src/boards/click_on_letter.c | 18 ++++- src/boards/clickgame.c | 3 +- src/boards/clockgame.c | 4 +- src/boards/draw.c | 1 + src/boards/gletters.c | 4 +- src/boards/imageid.c | 2 + src/boards/memory.c | 4 +- src/boards/menu.c | 4 +- src/boards/missingletter.c | 2 + src/boards/paratrooper.c | 4 +- src/boards/planegame.c | 4 +- src/boards/reading.c | 6 +- src/boards/shapegame.c | 4 +- src/boards/smallnumbers.c | 4 +- src/boards/wordsgame.c | 4 +- src/gcompris/bar.c | 45 +++++++++- src/gcompris/gcompris.h | 3 +- src/gcompris/plugin.h | 4 +- xml-i18n-extract | 2 +- xml-i18n-merge | 2 +- xml-i18n-update | 2 +- 32 files changed, 647 insertions(+), 610 deletions(-) commit 6a6f5e59113c75d986bc95a8425f5933c5881a78 Author: Bruno Coudoin Date: Tue Nov 6 13:58:00 2001 +0000 changes for Pascal Georges boards/babyshapes.xml | 2 +- boards/clockgame.xml | 2 +- boards/paintings.xml | 2 +- boards/sounds/HOWTO_ENCODE | 11 +++++++++++ boards/tt | 15 --------------- src/boards/missingletter.c | 2 +- xml-i18n-extract | 2 +- xml-i18n-merge | 2 +- xml-i18n-update | 2 +- 9 files changed, 18 insertions(+), 22 deletions(-) commit eb9bc9337bc6648a1b92deb390f4245ea9166522 Author: Bruno Coudoin Date: Tue Nov 6 13:50:08 2001 +0000 commiting changes by Pascal Georges src/boards/missingletter.c | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) commit 3812ca6e6ef5a8f48bd6ed4d364c05e94337ff04 Author: Christian Rose Date: Tue Nov 6 13:06:14 2001 +0000 Sorted. Fixed Swedish translation. Thanks to Gran Uddeborg 2001-11-06 Christian Rose * POTFILES.in: Sorted. * sv.po: Fixed Swedish translation. Thanks to Gran Uddeborg for his review. po/ChangeLog | 6 +++ po/POTFILES.in | 28 ++++++------ po/sv.po | 130 ++++++++++++++++++++++++++++---------------------------- 3 files changed, 85 insertions(+), 79 deletions(-) commit 5011b99ff8a85fb888cc533e41b46c7fe57ff826 Author: Bruno Coudoin Date: Tue Nov 6 01:00:39 2001 +0000 added support for dynamic menu arrow creation boards/boardicons/algebramenu.png | Bin 5939 -> 6202 bytes boards/boardicons/book.png | Bin 8014 -> 7885 bytes boards/boardicons/computer.png | Bin 6052 -> 6390 bytes boards/boardicons/draw.png | Bin 3494 -> 3410 bytes boards/boardicons/fun.png | Bin 10541 -> 11254 bytes boards/gcompris/buttons/difficulty_star.png | Bin 0 -> 736 bytes boards/gcompris/buttons/menuicon.png | Bin 0 -> 425 bytes boards/gcompris/difficulty_star.png | Bin 736 -> 0 bytes src/boards/menu.c | 77 +++++++++++++++++---------- 9 files changed, 49 insertions(+), 28 deletions(-) commit 5d65f6e9bd72f5764a8d31e58f6465648fd865d8 Author: Bruno Coudoin Date: Tue Nov 6 00:57:00 2001 +0000 changed to have dynamic arrow menu generation ChangeLog | 6 +++++- boards/algebra_by.xml | 2 ++ boards/algebra_div.xml | 2 ++ boards/algebra_minus.xml | 2 ++ boards/algebra_plus.xml | 2 ++ boards/algebramenu.xml | 2 ++ boards/babymatch.xml | 2 ++ boards/babyshapes.xml | 2 ++ boards/click_on_letter.xml.in | 4 ++-- boards/clickgame.xml | 1 + boards/clockgame.xml | 2 ++ boards/computer.xml | 2 ++ boards/draw.xml | 2 ++ boards/fun.xml | 2 ++ boards/gletters.xml | 2 ++ boards/imageid.xml | 2 ++ boards/imagename.xml | 1 + boards/memory.xml | 2 ++ boards/menu.xml | 2 ++ boards/paintings.xml | 1 + boards/paratrooper.xml | 2 ++ boards/planegame.xml | 2 ++ boards/reading.xml | 2 ++ boards/readingh.xml | 1 + boards/readingv.xml | 1 + boards/scalesboard.xml | 2 ++ boards/smallnumbers.xml | 1 + boards/wordsgame.xml | 2 ++ configure | 2 +- xml-i18n-extract | 2 +- xml-i18n-merge | 2 +- xml-i18n-update | 2 +- 32 files changed, 57 insertions(+), 7 deletions(-) commit a3825668e726aa091d6c7c90c985ddabb1d8a748 Author: Bruno Coudoin Date: Mon Nov 5 19:54:35 2001 +0000 Added ogg support and click_on_letter board by Pascal ChangeLog | 2 + boards/Makefile.am | 3 +- boards/Makefile.in | 2 +- boards/boardicons/click_on_letter.png | Bin 0 -> 6209 bytes boards/click_on_letter.xml.in | 12 + boards/gcompris/buttons/button_selected.png | Bin 0 -> 697 bytes boards/gcompris/misc/README | 3 + boards/gcompris/misc/phone_note.png | Bin 0 -> 38564 bytes boards/reading.xml | 1 + boards/reading.xml.in | 1 + configure | 4 +- configure.in | 2 +- po/POTFILES.in | 1 + src/Makefile.in | 24 -- src/boards/Makefile.am | 12 +- src/boards/Makefile.in | 96 +----- src/boards/click_on_letter.c | 465 +++++++++++++++++++++++++++ src/gcompris/Makefile.in | 22 -- src/gcompris/gameutil.c | 58 +++- src/gcompris/gameutil.h | 1 + src/gcompris/gcompris-board.h | 5 +- 21 files changed, 574 insertions(+), 140 deletions(-) commit a45bd8d740bc8db3b4a051afb6551db6354d2307 Author: Christian Rose Date: Mon Nov 5 16:29:01 2001 +0000 Sorted ALL_LINGUAS and added "sv" to it. Added Swedish translation. 2001-11-05 Christian Rose * configure.in: Sorted ALL_LINGUAS and added "sv" to it. * po/sv.po: Added Swedish translation. * po/POTFILES.in: Sorted. * po/.cvsignore: Added this file. ChangeLog | 4 + configure.in | 2 +- po/.cvsignore | 4 + po/ChangeLog | 7 + po/POTFILES.in | 5 +- po/sv.po | 334 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 352 insertions(+), 4 deletions(-) commit fba66c71f3a0fad79b763663efa3f26f87abd8aa Author: Carlos Perell Marn Date: Wed Oct 31 16:03:02 2001 +0000 converted to use xml-i18n-tools. 2001-10-31 Carlos Perell Marn * gcompris.desktop: converted to use xml-i18n-tools. ChangeLog | 4 ++++ gcompris.desktop | 15 --------------- gcompris.desktop.in | 7 +++++++ 3 files changed, 11 insertions(+), 15 deletions(-) commit 8ad539685ecfc982691418d4f2ec24aa74f62f8e Author: Bruno Coudoin Date: Wed Oct 31 15:38:32 2001 +0000 Information in release 0.9.4 ChangeLog | 7 +++++++ configure.in | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) commit 92238c400d16beb1632a19ec64a3084b631a2d40 Author: Bruno Coudoin Date: Wed Oct 31 15:38:04 2001 +0000 Initial file boards/gcompris/README | 2 ++ boards/gcompris/bonus/README | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) commit 9417b6b2e0ac90db0ff8834e46d70a3d9dd165ac Author: Bruno Coudoin Date: Wed Oct 31 15:29:42 2001 +0000 Added a new bonus image. Implemented the star system. All from Pascal Georges boards/clockgame.xml | 1 + boards/clockgame.xml.in | 1 + boards/gcompris/bonus/flower_bad.png | Bin 0 -> 57965 bytes boards/gcompris/bonus/flower_good.png | Bin 0 -> 47320 bytes boards/gcompris/difficulty_star.png | Bin 0 -> 736 bytes boards/imageid.xml | 1 + boards/imageid.xml.in | 1 + boards/missing_letter.xml | 1 + boards/missing_letter.xml.in | 1 + src/boards/menu.c | 47 ++++++++++++++++++++++++-------- src/boards/missingletter.c | 4 ++- src/gcompris/bonus.c | 17 +++++++----- src/gcompris/bonus.h | 4 +- src/gcompris/gameutil.c | 19 +++++++------ src/gcompris/gcompris-board.h | 7 +++-- 15 files changed, 70 insertions(+), 34 deletions(-) commit 752910f9ee8b04372f920865d7a23e4463f9fcf6 Author: Bruno Coudoin Date: Tue Oct 30 22:40:42 2001 +0000 Changed bonus API to not use gcomprisboard and to be timing independant. Change imageid.c and missingletter.c accordingly src/boards/imageid.c | 38 ++++++++++++++++---------------------- src/boards/missingletter.c | 31 +++++++++++++------------------ src/gcompris/bonus.c | 41 +++++++++++++++++++++++++++++++++-------- src/gcompris/bonus.h | 4 ++-- 4 files changed, 64 insertions(+), 50 deletions(-) commit 371e54fe3501787c0daa24e47934e090b710dbec Author: Bruno Coudoin Date: Tue Oct 30 21:50:49 2001 +0000 some text typo thanks to Herman Bruyninckx src/boards/draw.c | 6 +++--- src/boards/reading.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) commit 58a6c53bc5877cb148af7e96a7902037a67cbd33 Author: Carlos Perell Marn Date: Tue Oct 30 19:51:59 2001 +0000 Removed 2001-10-30 Carlos Perell Marn * *.gmo, *.pot: Removed po/ChangeLog | 11 +-- po/de.gmo | Bin 6414 -> 0 bytes po/es.gmo | Bin 537 -> 0 bytes po/fi.gmo | Bin 1900 -> 0 bytes po/fr.gmo | Bin 5432 -> 0 bytes po/gcompris.pot | 308 ------------------------------------------------------- po/it.gmo | Bin 1148 -> 0 bytes po/nl.gmo | Bin 948 -> 0 bytes po/pt_BR.gmo | Bin 1051 -> 0 bytes 9 files changed, 2 insertions(+), 317 deletions(-) commit 490e7674fc1deb4a7221007922a35a58b573b0d6 Author: Bruno Coudoin Date: Mon Oct 29 17:39:00 2001 +0000 add of the maintainers file MAINTAINERS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 474f883acc5f28adc44afd6436793939bcc551f5 Author: Bruno Coudoin Date: Mon Oct 29 16:52:36 2001 +0000 Imported sources commit d92388b1112f5779e1bb7fd14cf9f6eaf7db455b Author: Bruno Coudoin Date: Mon Oct 29 16:52:36 2001 +0000 Initial revision ABOUT-NLS | 319 + AUTHORS | 23 + COPYING | 340 + ChangeLog | 359 + INSTALL | 204 + Makefile.am | 39 + Makefile.in | 512 ++ NEWS | 35 + README | 43 + THANKS | 35 + TODO | 25 + acconfig.h | 14 + aclocal.m4 | 5032 +++++++++++ boards/Makefile.am | 36 + boards/Makefile.in | 272 + boards/README | 2 + boards/algebra_by.xml | 23 + boards/algebra_by.xml.in | 12 + boards/algebra_div.xml | 23 + boards/algebra_div.xml.in | 12 + boards/algebra_minus.xml | 23 + boards/algebra_minus.xml.in | 12 + boards/algebra_plus.xml | 23 + boards/algebra_plus.xml.in | 12 + boards/algebramenu.xml | 19 + boards/algebramenu.xml.in | 15 + boards/babymatch.xml | 15 + boards/babymatch.xml.in | 11 + boards/babymatch/board1_0.xml | 18 + boards/babymatch/board2_0.xml | 18 + boards/babymatch/board3_0.xml | 18 + boards/babymatch/board4_0.xml | 18 + boards/babymatch/board5_0.xml | 16 + boards/babymatch/board6_0.xml | 18 + boards/babyshapes.xml | 15 + boards/babyshapes.xml.in | 11 + boards/babyshapes/T_banana.png | Bin 0 -> 647 bytes boards/babyshapes/T_circle.png | Bin 0 -> 719 bytes boards/babyshapes/T_colonne.png | Bin 0 -> 1708 bytes boards/babyshapes/T_cone.png | Bin 0 -> 2169 bytes boards/babyshapes/T_coupole.png | Bin 0 -> 1584 bytes boards/babyshapes/T_cube.png | Bin 0 -> 1285 bytes boards/babyshapes/T_half_sphere.png | Bin 0 -> 1996 bytes boards/babyshapes/T_hexagone.png | Bin 0 -> 916 bytes boards/babyshapes/T_hyperstar.png | Bin 0 -> 942 bytes boards/babyshapes/T_losange.png | Bin 0 -> 952 bytes boards/babyshapes/T_ovale.png | Bin 0 -> 531 bytes boards/babyshapes/T_pacman.png | Bin 0 -> 838 bytes boards/babyshapes/T_pyramid.png | Bin 0 -> 1423 bytes boards/babyshapes/T_rectangle.png | Bin 0 -> 241 bytes boards/babyshapes/T_rectangle_triangle.png | Bin 0 -> 579 bytes boards/babyshapes/T_sphere.png | Bin 0 -> 704 bytes boards/babyshapes/T_star.png | Bin 0 -> 909 bytes boards/babyshapes/T_toron.png | Bin 0 -> 1569 bytes boards/babyshapes/T_triangle.png | Bin 0 -> 845 bytes boards/babyshapes/banana.png | Bin 0 -> 7898 bytes boards/babyshapes/board1_0.xml | 18 + boards/babyshapes/board2_0.xml | 18 + boards/babyshapes/board3_0.xml | 18 + boards/babyshapes/board4_0.xml | 18 + boards/babyshapes/circle.png | Bin 0 -> 11512 bytes boards/babyshapes/colonne.png | Bin 0 -> 1193 bytes boards/babyshapes/cone.png | Bin 0 -> 1180 bytes boards/babyshapes/coupole.png | Bin 0 -> 1857 bytes boards/babyshapes/cube.png | Bin 0 -> 809 bytes boards/babyshapes/half_sphere.png | Bin 0 -> 1328 bytes boards/babyshapes/hexagone.png | Bin 0 -> 2895 bytes boards/babyshapes/hyperstar.png | Bin 0 -> 14050 bytes boards/babyshapes/losange.png | Bin 0 -> 5599 bytes boards/babyshapes/ovale.png | Bin 0 -> 8709 bytes boards/babyshapes/pacman.png | Bin 0 -> 9846 bytes boards/babyshapes/pyramid.png | Bin 0 -> 751 bytes boards/babyshapes/rectangle.png | Bin 0 -> 5165 bytes boards/babyshapes/rectangle_triangle.png | Bin 0 -> 913 bytes boards/babyshapes/sphere.png | Bin 0 -> 2188 bytes boards/babyshapes/star.png | Bin 0 -> 9383 bytes boards/babyshapes/toron.png | Bin 0 -> 2869 bytes boards/babyshapes/triangle.png | Bin 0 -> 1864 bytes boards/boardicons/algebra_by.png | Bin 0 -> 6889 bytes boards/boardicons/algebra_div.png | Bin 0 -> 6095 bytes boards/boardicons/algebra_minus.png | Bin 0 -> 5735 bytes boards/boardicons/algebra_plus.png | Bin 0 -> 6564 bytes boards/boardicons/algebramenu.png | Bin 0 -> 5939 bytes boards/boardicons/babymatch.png | Bin 0 -> 4376 bytes boards/boardicons/babyshapes.png | Bin 0 -> 7542 bytes boards/boardicons/book.png | Bin 0 -> 8014 bytes boards/boardicons/clickgame.png | Bin 0 -> 11768 bytes boards/boardicons/clockgame.png | Bin 0 -> 6791 bytes boards/boardicons/colornforms.png | Bin 0 -> 3612 bytes boards/boardicons/computer.png | Bin 0 -> 6052 bytes boards/boardicons/draw.png | Bin 0 -> 3494 bytes boards/boardicons/fun.png | Bin 0 -> 10541 bytes boards/boardicons/gletters.png | Bin 0 -> 7707 bytes boards/boardicons/imageid.png | Bin 0 -> 6978 bytes boards/boardicons/imagename.png | Bin 0 -> 5776 bytes boards/boardicons/matritsa.png | Bin 0 -> 6393 bytes boards/boardicons/memory.png | Bin 0 -> 9958 bytes boards/boardicons/missing_letter.png | Bin 0 -> 5476 bytes boards/boardicons/planegame.png | Bin 0 -> 6241 bytes boards/boardicons/reading.png | Bin 0 -> 5602 bytes boards/boardicons/readingh.png | Bin 0 -> 5560 bytes boards/boardicons/scalesicon.png | Bin 0 -> 2901 bytes boards/boardicons/shapegame.png | Bin 0 -> 5662 bytes boards/boardicons/smallnumbers.png | Bin 0 -> 7018 bytes boards/boardicons/tuxpara.png | Bin 0 -> 9834 bytes boards/boardicons/wordsgame.png | Bin 0 -> 9783 bytes boards/clickgame.xml | 18 + boards/clickgame.xml.in | 12 + boards/clockgame.xml | 19 + boards/clockgame.xml.in | 11 + boards/computer.xml | 21 + boards/computer.xml.in | 17 + boards/draw.xml | 15 + boards/draw.xml.in | 11 + boards/draw/color-selector.jpg | Bin 0 -> 5184 bytes boards/draw/draw-bg.jpg | Bin 0 -> 9705 bytes boards/draw/tool-circle.png | Bin 0 -> 1830 bytes boards/draw/tool-del-off.png | Bin 0 -> 1880 bytes boards/draw/tool-del.png | Bin 0 -> 2000 bytes boards/draw/tool-filledcircle.png | Bin 0 -> 1672 bytes boards/draw/tool-filledrectangle.png | Bin 0 -> 727 bytes boards/draw/tool-line.png | Bin 0 -> 1573 bytes boards/draw/tool-move-off.png | Bin 0 -> 1617 bytes boards/draw/tool-move.png | Bin 0 -> 1740 bytes boards/draw/tool-rectangle.png | Bin 0 -> 782 bytes boards/draw/tool-resize.png | Bin 0 -> 1463 bytes boards/draw/tool-selector.jpg | Bin 0 -> 1560 bytes boards/fishes/QueenAngel_0.png | Bin 0 -> 3353 bytes boards/fishes/QueenAngel_1.png | Bin 0 -> 3260 bytes boards/fishes/blueking2_0.png | Bin 0 -> 7856 bytes boards/fishes/blueking2_1.png | Bin 0 -> 7699 bytes boards/fishes/butfish_0.png | Bin 0 -> 5392 bytes boards/fishes/butfish_1.png | Bin 0 -> 5396 bytes boards/fishes/cichlid1_0.png | Bin 0 -> 2437 bytes boards/fishes/cichlid1_1.png | Bin 0 -> 2400 bytes boards/fishes/cichlid4_0.png | Bin 0 -> 3168 bytes boards/fishes/cichlid4_1.png | Bin 0 -> 3168 bytes boards/fishes/collaris_0.png | Bin 0 -> 2108 bytes boards/fishes/collaris_1.png | Bin 0 -> 2139 bytes boards/fishes/discus2_0.png | Bin 0 -> 7721 bytes boards/fishes/discus2_1.png | Bin 0 -> 7510 bytes boards/fishes/discus3_0.png | Bin 0 -> 3162 bytes boards/fishes/discus3_1.png | Bin 0 -> 3198 bytes boards/fishes/eel_0.png | Bin 0 -> 1085 bytes boards/fishes/eel_1.png | Bin 0 -> 1013 bytes boards/fishes/f00_0.png | Bin 0 -> 2108 bytes boards/fishes/f00_1.png | Bin 0 -> 2043 bytes boards/fishes/f01_0.png | Bin 0 -> 2313 bytes boards/fishes/f01_1.png | Bin 0 -> 2260 bytes boards/fishes/f02_0.png | Bin 0 -> 1955 bytes boards/fishes/f02_1.png | Bin 0 -> 2067 bytes boards/fishes/f03_0.png | Bin 0 -> 2842 bytes boards/fishes/f03_1.png | Bin 0 -> 2800 bytes boards/fishes/f04_0.png | Bin 0 -> 3644 bytes boards/fishes/f04_1.png | Bin 0 -> 3635 bytes boards/fishes/f05_0.png | Bin 0 -> 3675 bytes boards/fishes/f05_1.png | Bin 0 -> 3611 bytes boards/fishes/f06_0.png | Bin 0 -> 2273 bytes boards/fishes/f06_1.png | Bin 0 -> 2397 bytes boards/fishes/f07_0.png | Bin 0 -> 4793 bytes boards/fishes/f07_1.png | Bin 0 -> 4704 bytes boards/fishes/f08_0.png | Bin 0 -> 5091 bytes boards/fishes/f08_1.png | Bin 0 -> 5121 bytes boards/fishes/f09_0.png | Bin 0 -> 5125 bytes boards/fishes/f09_1.png | Bin 0 -> 5242 bytes boards/fishes/f10_0.png | Bin 0 -> 2987 bytes boards/fishes/f10_1.png | Bin 0 -> 3008 bytes boards/fishes/f11_0.png | Bin 0 -> 3294 bytes boards/fishes/f11_1.png | Bin 0 -> 3436 bytes boards/fishes/f12_0.png | Bin 0 -> 1879 bytes boards/fishes/f12_1.png | Bin 0 -> 1872 bytes boards/fishes/f13_0.png | Bin 0 -> 4741 bytes boards/fishes/f13_1.png | Bin 0 -> 4594 bytes boards/fishes/manta_0.png | Bin 0 -> 2891 bytes boards/fishes/manta_1.png | Bin 0 -> 3054 bytes boards/fishes/newf1_0.png | Bin 0 -> 3847 bytes boards/fishes/newf1_1.png | Bin 0 -> 3847 bytes boards/fishes/shark1_0.png | Bin 0 -> 2661 bytes boards/fishes/shark1_1.png | Bin 0 -> 2786 bytes boards/fishes/six_barred_0.png | Bin 0 -> 4023 bytes boards/fishes/six_barred_1.png | Bin 0 -> 4025 bytes boards/fishes/teeth_0.png | Bin 0 -> 1381 bytes boards/fishes/teeth_1.png | Bin 0 -> 1917 bytes boards/fishes/teeth_2.png | Bin 0 -> 2184 bytes boards/fishes/teeth_3.png | Bin 0 -> 2627 bytes boards/fishes/teeth_4.png | Bin 0 -> 1054 bytes boards/fishes/teeth_5.png | Bin 0 -> 2627 bytes boards/fishes/teeth_6.png | Bin 0 -> 2184 bytes boards/fishes/teeth_7.png | Bin 0 -> 1917 bytes boards/fun.xml | 17 + boards/fun.xml.in | 13 + boards/gcompris/README | 28 + boards/gcompris/bonus/smiley_bad.png | Bin 0 -> 20165 bytes boards/gcompris/bonus/smiley_good.png | Bin 0 -> 49675 bytes boards/gcompris/buttons/bad.png | Bin 0 -> 4424 bytes boards/gcompris/buttons/bar_bg.jpg | Bin 0 -> 13018 bytes boards/gcompris/buttons/button.png | Bin 0 -> 648 bytes boards/gcompris/buttons/button_large.png | Bin 0 -> 570 bytes boards/gcompris/buttons/button_large2.png | Bin 0 -> 877 bytes boards/gcompris/buttons/button_small.png | Bin 0 -> 516 bytes boards/gcompris/buttons/button_style.png | Bin 0 -> 4874 bytes boards/gcompris/buttons/help.png | Bin 0 -> 14891 bytes boards/gcompris/buttons/home.png | Bin 0 -> 10440 bytes boards/gcompris/buttons/horver.png | Bin 0 -> 906 bytes boards/gcompris/buttons/level0.png | Bin 0 -> 2989 bytes boards/gcompris/buttons/level1.png | Bin 0 -> 15687 bytes boards/gcompris/buttons/level2.png | Bin 0 -> 15914 bytes boards/gcompris/buttons/level3.png | Bin 0 -> 16076 bytes boards/gcompris/buttons/level4.png | Bin 0 -> 16337 bytes boards/gcompris/buttons/level5.png | Bin 0 -> 16366 bytes boards/gcompris/buttons/level6.png | Bin 0 -> 16586 bytes boards/gcompris/buttons/level7.png | Bin 0 -> 16207 bytes boards/gcompris/buttons/level8.png | Bin 0 -> 16279 bytes boards/gcompris/buttons/level9.png | Bin 0 -> 16441 bytes boards/gcompris/buttons/ok.png | Bin 0 -> 14447 bytes boards/gcompris/dialogbox.png | Bin 0 -> 7570 bytes boards/gcompris/dice/gnome-dice0.png | Bin 0 -> 2989 bytes boards/gcompris/dice/gnome-dice1.png | Bin 0 -> 3024 bytes boards/gcompris/dice/gnome-dice2.png | Bin 0 -> 3090 bytes boards/gcompris/dice/gnome-dice3.png | Bin 0 -> 3154 bytes boards/gcompris/dice/gnome-dice4.png | Bin 0 -> 3205 bytes boards/gcompris/dice/gnome-dice5.png | Bin 0 -> 3260 bytes boards/gcompris/dice/gnome-dice6.png | Bin 0 -> 3314 bytes boards/gcompris/dice/gnome-dice7.png | Bin 0 -> 3209 bytes boards/gcompris/dice/gnome-dice8.png | Bin 0 -> 3230 bytes boards/gcompris/dice/gnome-dice9.png | Bin 0 -> 3236 bytes boards/gcompris/gcompris-about.jpg | Bin 0 -> 7574 bytes boards/gcompris/gcompris-bg.jpg | Bin 0 -> 7613 bytes boards/gcompris/gcompris-init.jpg | Bin 0 -> 17212 bytes boards/gcompris/gcompris-shapebg.jpg | Bin 0 -> 9497 bytes boards/gcompris/gcompris-shapelabel.jpg | Bin 0 -> 5184 bytes boards/gcompris/help_bg.png | Bin 0 -> 11574 bytes boards/gcompris/letters/*.png | Bin 0 -> 2308 bytes boards/gcompris/letters/+.png | Bin 0 -> 800 bytes boards/gcompris/letters/0.png | Bin 0 -> 1928 bytes boards/gcompris/letters/1.png | Bin 0 -> 962 bytes boards/gcompris/letters/2.png | Bin 0 -> 1724 bytes boards/gcompris/letters/3.png | Bin 0 -> 1899 bytes boards/gcompris/letters/4.png | Bin 0 -> 1530 bytes boards/gcompris/letters/5.png | Bin 0 -> 1614 bytes boards/gcompris/letters/6.png | Bin 0 -> 2098 bytes boards/gcompris/letters/7.png | Bin 0 -> 1385 bytes boards/gcompris/letters/8.png | Bin 0 -> 2367 bytes boards/gcompris/letters/9.png | Bin 0 -> 2063 bytes boards/gcompris/letters/:.png | Bin 0 -> 1257 bytes boards/gcompris/letters/=.png | Bin 0 -> 597 bytes boards/gcompris/letters/?.png | Bin 0 -> 2217 bytes boards/gcompris/letters/A.png | Bin 0 -> 1898 bytes boards/gcompris/letters/B.png | Bin 0 -> 1953 bytes boards/gcompris/letters/C.png | Bin 0 -> 3571 bytes boards/gcompris/letters/D.png | Bin 0 -> 1644 bytes boards/gcompris/letters/E.png | Bin 0 -> 1467 bytes boards/gcompris/letters/F.png | Bin 0 -> 1390 bytes boards/gcompris/letters/G.png | Bin 0 -> 2048 bytes boards/gcompris/letters/H.png | Bin 0 -> 1552 bytes boards/gcompris/letters/I.png | Bin 0 -> 1853 bytes boards/gcompris/letters/J.png | Bin 0 -> 1236 bytes boards/gcompris/letters/K.png | Bin 0 -> 1996 bytes boards/gcompris/letters/L.png | Bin 0 -> 1251 bytes boards/gcompris/letters/M.png | Bin 0 -> 2440 bytes boards/gcompris/letters/N.png | Bin 0 -> 1775 bytes boards/gcompris/letters/O.png | Bin 0 -> 2053 bytes boards/gcompris/letters/P.png | Bin 0 -> 1251 bytes boards/gcompris/letters/Q.png | Bin 0 -> 2564 bytes boards/gcompris/letters/R.png | Bin 0 -> 1691 bytes boards/gcompris/letters/S.png | Bin 0 -> 1837 bytes boards/gcompris/letters/T.png | Bin 0 -> 792 bytes boards/gcompris/letters/U.png | Bin 0 -> 1638 bytes boards/gcompris/letters/V.png | Bin 0 -> 3183 bytes boards/gcompris/letters/W.png | Bin 0 -> 2379 bytes boards/gcompris/letters/X.png | Bin 0 -> 2391 bytes boards/gcompris/letters/Y.png | Bin 0 -> 1729 bytes boards/gcompris/letters/Z.png | Bin 0 -> 1266 bytes boards/gcompris/letters/a.png | Bin 0 -> 1564 bytes boards/gcompris/letters/b.png | Bin 0 -> 1633 bytes boards/gcompris/letters/c.png | Bin 0 -> 1393 bytes boards/gcompris/letters/d.png | Bin 0 -> 1786 bytes boards/gcompris/letters/dash.png | Bin 0 -> 445 bytes boards/gcompris/letters/e.png | Bin 0 -> 1508 bytes boards/gcompris/letters/f.png | Bin 0 -> 1308 bytes boards/gcompris/letters/g.png | Bin 0 -> 2317 bytes boards/gcompris/letters/h.png | Bin 0 -> 1540 bytes boards/gcompris/letters/i.png | Bin 0 -> 923 bytes boards/gcompris/letters/j.png | Bin 0 -> 1155 bytes boards/gcompris/letters/k.png | Bin 0 -> 1650 bytes boards/gcompris/letters/l.png | Bin 0 -> 779 bytes boards/gcompris/letters/m.png | Bin 0 -> 1902 bytes boards/gcompris/letters/n.png | Bin 0 -> 1400 bytes boards/gcompris/letters/o.png | Bin 0 -> 1622 bytes boards/gcompris/letters/p.png | Bin 0 -> 1720 bytes boards/gcompris/letters/q.png | Bin 0 -> 1665 bytes boards/gcompris/letters/r.png | Bin 0 -> 1105 bytes boards/gcompris/letters/s.png | Bin 0 -> 1492 bytes boards/gcompris/letters/t.png | Bin 0 -> 988 bytes boards/gcompris/letters/u.png | Bin 0 -> 1435 bytes boards/gcompris/letters/v.png | Bin 0 -> 1412 bytes boards/gcompris/letters/w.png | Bin 0 -> 2020 bytes boards/gcompris/letters/x.png | Bin 0 -> 1786 bytes boards/gcompris/letters/y.png | Bin 0 -> 1854 bytes boards/gcompris/letters/z.png | Bin 0 -> 1328 bytes boards/gcompris/misc/README | 7 + boards/gcompris/misc/apple.png | Bin 0 -> 1910 bytes boards/gcompris/misc/backcard.png | Bin 0 -> 2353 bytes boards/gcompris/misc/bicycle.png | Bin 0 -> 6266 bytes boards/gcompris/misc/bottle.png | Bin 0 -> 2632 bytes boards/gcompris/misc/car.png | Bin 0 -> 6160 bytes boards/gcompris/misc/carot.png | Bin 0 -> 3135 bytes boards/gcompris/misc/castle.png | Bin 0 -> 35871 bytes boards/gcompris/misc/cerise.png | Bin 0 -> 3609 bytes boards/gcompris/misc/cloud.png | Bin 0 -> 5142 bytes boards/gcompris/misc/cocotier.png | Bin 0 -> 7114 bytes boards/gcompris/misc/crown.png | Bin 0 -> 7356 bytes boards/gcompris/misc/egg.png | Bin 0 -> 3487 bytes boards/gcompris/misc/eggpot.png | Bin 0 -> 2007 bytes boards/gcompris/misc/emptycard.png | Bin 0 -> 599 bytes boards/gcompris/misc/fishingboat.png | Bin 0 -> 5001 bytes boards/gcompris/misc/flower.png | Bin 0 -> 3983 bytes boards/gcompris/misc/flowerpot.png | Bin 0 -> 753 bytes boards/gcompris/misc/football.png | Bin 0 -> 2649 bytes boards/gcompris/misc/fusee.png | Bin 0 -> 1969 bytes boards/gcompris/misc/glass.png | Bin 0 -> 1719 bytes boards/gcompris/misc/house.png | Bin 0 -> 20307 bytes boards/gcompris/misc/lamp.png | Bin 0 -> 6153 bytes boards/gcompris/misc/light.png | Bin 0 -> 1353 bytes boards/gcompris/misc/lighthouse.png | Bin 0 -> 9723 bytes boards/gcompris/misc/minitux.png | Bin 0 -> 1739 bytes boards/gcompris/misc/minivan.png | Bin 0 -> 9472 bytes boards/gcompris/misc/parachute.png | Bin 0 -> 8710 bytes boards/gcompris/misc/peer.png | Bin 0 -> 1007 bytes boards/gcompris/misc/pencil.png | Bin 0 -> 1012 bytes boards/gcompris/misc/plane.png | Bin 0 -> 5909 bytes boards/gcompris/misc/postcard.png | Bin 0 -> 5435 bytes boards/gcompris/misc/postpoint.png | Bin 0 -> 3696 bytes boards/gcompris/misc/rape.png | Bin 0 -> 3734 bytes boards/gcompris/misc/raquette.png | Bin 0 -> 1257 bytes boards/gcompris/misc/sailingboat.png | Bin 0 -> 11434 bytes boards/gcompris/misc/sapin.png | Bin 0 -> 9490 bytes boards/gcompris/misc/sea.png | Bin 0 -> 5235 bytes boards/gcompris/misc/sofa.png | Bin 0 -> 6000 bytes boards/gcompris/misc/star.png | Bin 0 -> 973 bytes boards/gcompris/misc/strawberry.png | Bin 0 -> 1264 bytes boards/gcompris/misc/tree.png | Bin 0 -> 4664 bytes boards/gcompris/misc/truck.png | Bin 0 -> 10815 bytes boards/gcompris/misc/tux.png | Bin 0 -> 3280 bytes boards/gcompris/misc/tuxplane.png | Bin 0 -> 18895 bytes boards/gcompris/misc/windflag0.png | Bin 0 -> 713 bytes boards/gcompris/misc/windflag4.png | Bin 0 -> 1899 bytes boards/gcompris/misc/windflag5.png | Bin 0 -> 1905 bytes boards/gcompris/nur00523.jpg | Bin 0 -> 91764 bytes boards/gcompris/nur03006.jpg | Bin 0 -> 46359 bytes boards/gcompris/nur03010.jpg | Bin 0 -> 52309 bytes boards/gcompris/nur03011.jpg | Bin 0 -> 56294 bytes boards/gcompris/nur03013.jpg | Bin 0 -> 66168 bytes boards/gcompris/nur03505.jpg | Bin 0 -> 47006 bytes boards/gletters.xml | 24 + boards/gletters.xml.in | 11 + boards/imageid.xml | 11 + boards/imageid.xml.in | 11 + boards/imageid/ballon.png | Bin 0 -> 18929 bytes boards/imageid/banana.png | Bin 0 -> 12047 bytes boards/imageid/bed.png | Bin 0 -> 5767 bytes boards/imageid/biberon.png | Bin 0 -> 12513 bytes boards/imageid/board1.xml | 75 + boards/imageid/cake.png | Bin 0 -> 44703 bytes boards/imageid/cartable.png | Bin 0 -> 64178 bytes boards/imageid/imageid-bg.jpg | Bin 0 -> 10175 bytes boards/imageid/maison.png | Bin 0 -> 12079 bytes boards/imageid/pomme.png | Bin 0 -> 33576 bytes boards/imagename.xml | 13 + boards/imagename.xml.in | 11 + boards/imagename/board1_0.xml | 24 + boards/imagename/board2_0.xml | 24 + boards/imagename/board3_0.xml | 24 + boards/imagename/board4_0.xml | 24 + boards/imagename/board5_0.xml | 24 + boards/imagename/board6_0.xml | 24 + boards/memory.xml | 17 + boards/memory.xml.in | 13 + boards/menu.xml | 20 + boards/menu.xml.in | 16 + boards/missing_letter.xml | 11 + boards/missing_letter.xml.in | 11 + boards/missing_letter/board1.xml | 44 + boards/missing_letter/missingletter-bg.jpg | Bin 0 -> 12524 bytes boards/paintings.xml | 16 + boards/paintings.xml.in | 11 + boards/paintings/README | 2 + boards/paintings/board1_0.xml | 12 + boards/paintings/board2_0.xml | 12 + boards/paintings/board3_0.xml | 12 + boards/paintings/board4_0.xml | 12 + boards/paintings/board5_0.xml | 12 + boards/paintings/board6_0.xml | 12 + boards/paintings/board6_1.xml | 7 + boards/paintings/level1/bazille_rampart_1.jpg | Bin 0 -> 4935 bytes boards/paintings/level1/bazille_rampart_2.jpg | Bin 0 -> 5116 bytes boards/paintings/level1/bazille_rampart_3.jpg | Bin 0 -> 5533 bytes boards/paintings/level1/bazille_rampart_4.jpg | Bin 0 -> 9692 bytes boards/paintings/level1/bazille_rampart_5.jpg | Bin 0 -> 7586 bytes boards/paintings/level1/bazille_rampart_6.jpg | Bin 0 -> 7199 bytes boards/paintings/level2/cassat_summertime_1.jpg | Bin 0 -> 9761 bytes boards/paintings/level2/cassat_summertime_2.jpg | Bin 0 -> 11310 bytes boards/paintings/level2/cassat_summertime_3.jpg | Bin 0 -> 10902 bytes boards/paintings/level2/cassat_summertime_4.jpg | Bin 0 -> 11518 bytes boards/paintings/level2/cassat_summertime_5.jpg | Bin 0 -> 12018 bytes boards/paintings/level2/cassat_summertime_6.jpg | Bin 0 -> 11611 bytes boards/paintings/level3/gogh_auvert_1.jpg | Bin 0 -> 14115 bytes boards/paintings/level3/gogh_auvert_2.jpg | Bin 0 -> 14042 bytes boards/paintings/level3/gogh_auvert_3.jpg | Bin 0 -> 16390 bytes boards/paintings/level3/gogh_auvert_4.jpg | Bin 0 -> 15062 bytes boards/paintings/level3/gogh_auvert_5.jpg | Bin 0 -> 15172 bytes boards/paintings/level3/gogh_auvert_6.jpg | Bin 0 -> 15296 bytes boards/paintings/level4/degas_class-dance_1.png | Bin 0 -> 99134 bytes boards/paintings/level4/degas_class-dance_2.png | Bin 0 -> 72874 bytes boards/paintings/level4/degas_class-dance_3.png | Bin 0 -> 107180 bytes boards/paintings/level4/degas_class-dance_4.png | Bin 0 -> 152443 bytes boards/paintings/level4/degas_class-dance_5.png | Bin 0 -> 109590 bytes boards/paintings/level4/degas_class-dance_6.png | Bin 0 -> 65572 bytes boards/paintings/level5/renoir | 49 + .../level5/renoir-moulin_de_la_galette-1.png | Bin 0 -> 145001 bytes .../level5/renoir-moulin_de_la_galette-2.png | Bin 0 -> 150879 bytes .../level5/renoir-moulin_de_la_galette-3.png | Bin 0 -> 140340 bytes .../level5/renoir-moulin_de_la_galette-4.png | Bin 0 -> 131108 bytes .../level5/renoir-moulin_de_la_galette-5.png | Bin 0 -> 189093 bytes .../level5/renoir-moulin_de_la_galette-6.png | Bin 0 -> 106242 bytes boards/paintings/level6/renoir-filles_piano-1.png | Bin 0 -> 86987 bytes boards/paintings/level6/renoir-filles_piano-2.png | Bin 0 -> 75870 bytes boards/paintings/level6/renoir-filles_piano-3.png | Bin 0 -> 93213 bytes boards/paintings/level6/renoir-filles_piano-4.png | Bin 0 -> 126055 bytes boards/paintings/level6/renoir-filles_piano-5.png | Bin 0 -> 105807 bytes boards/paintings/level6/renoir-filles_piano-6.png | Bin 0 -> 71116 bytes boards/paratrooper.xml | 14 + boards/paratrooper.xml.in | 11 + boards/planegame.xml | 18 + boards/planegame.xml.in | 11 + boards/reading.xml | 19 + boards/reading.xml.in | 15 + boards/reading/gcompris-bg.jpg | Bin 0 -> 12837 bytes boards/readingh.xml | 17 + boards/readingh.xml.in | 13 + boards/readingv.xml | 17 + boards/readingv.xml.in | 13 + boards/scales/board1_0.xml | 11 + boards/scales/board1_1.xml | 12 + boards/scales/board1_2.xml | 13 + boards/scales/board1_3.xml | 13 + boards/scales/board1_4.xml | 13 + boards/scales/board1_5.xml | 13 + boards/scales/board2_0.xml | 13 + boards/scales/board2_1.xml | 14 + boards/scales/board2_2.xml | 14 + boards/scales/board2_3.xml | 14 + boards/scales/board2_4.xml | 14 + boards/scales/board2_5.xml | 15 + boards/scales/board3_0.xml | 15 + boards/scales/board3_1.xml | 15 + boards/scales/board3_2.xml | 15 + boards/scales/board3_3.xml | 15 + boards/scales/board3_4.xml | 15 + boards/scales/board3_5.xml | 15 + boards/scales/masse.png | Bin 0 -> 4023 bytes boards/scales/masse1.png | Bin 0 -> 2116 bytes boards/scales/masse10.png | Bin 0 -> 2779 bytes boards/scales/masse2.png | Bin 0 -> 2564 bytes boards/scales/masse3.png | Bin 0 -> 2708 bytes boards/scales/masse4.png | Bin 0 -> 2379 bytes boards/scales/masse5.png | Bin 0 -> 2586 bytes boards/scales/masse6.png | Bin 0 -> 5062 bytes boards/scales/masse7.png | Bin 0 -> 4644 bytes boards/scales/masse8.png | Bin 0 -> 5342 bytes boards/scales/masse9.png | Bin 0 -> 5161 bytes boards/scales/scales.png | Bin 0 -> 22978 bytes boards/scalesboard.xml | 15 + boards/scalesboard.xml.in | 11 + boards/smallnumbers.xml | 18 + boards/smallnumbers.xml.in | 11 + boards/tt | 15 + boards/wordsgame.xml | 22 + boards/wordsgame.xml.in | 11 + boards/wordsgame/wordslevel1.de | 36 + boards/wordsgame/wordslevel1.en | 35 + boards/wordsgame/wordslevel1.es | 38 + boards/wordsgame/wordslevel1.fi | 35 + boards/wordsgame/wordslevel1.fr | 29 + boards/wordsgame/wordslevel1.it | 34 + boards/wordsgame/wordslevel1.pt_BR | 37 + boards/wordsgame/wordslevel2.de | 32 + boards/wordsgame/wordslevel2.en | 34 + boards/wordsgame/wordslevel2.es | 68 + boards/wordsgame/wordslevel2.fi | 11 + boards/wordsgame/wordslevel2.fr | 40 + boards/wordsgame/wordslevel2.it | 34 + boards/wordsgame/wordslevel2.pt_BR | 45 + boards/wordsgame/wordslevelmax.de | 49 + boards/wordsgame/wordslevelmax.en | 68 + boards/wordsgame/wordslevelmax.es | 87 + boards/wordsgame/wordslevelmax.fi | 46 + boards/wordsgame/wordslevelmax.fr | 69 + boards/wordsgame/wordslevelmax.it | 96 + boards/wordsgame/wordslevelmax.nl | 506 ++ boards/wordsgame/wordslevelmax.pt_BR | 93 + config.guess | 1371 +++ config.h.in | 185 + config.sub | 1362 +++ configure | 9178 ++++++++++++++++++++ configure.in | 92 + docs/C/Makefile.am | 41 + docs/C/Makefile.in | 399 + docs/C/gcompris.texi | 766 ++ docs/C/overview.dia | Bin 0 -> 1719 bytes docs/C/overview.jpg | Bin 0 -> 47927 bytes docs/C/overview.txt | 2 + docs/C/texinfo.tex | 6284 ++++++++++++++ docs/C/topic.dat | 1 + docs/Makefile.am | 4 + docs/Makefile.in | 340 + gcompris | 7 + gcompris.desktop | 15 + gcompris.png | Bin 0 -> 2582 bytes gcompris.spec.in | 149 + install-sh | 251 + ltmain.sh | 4946 +++++++++++ missing | 190 + mkinstalldirs | 40 + po/ChangeLog | 10 + po/Makefile.in.in | 210 + po/POTFILES.in | 44 + po/de.gmo | Bin 0 -> 6414 bytes po/de.po | 326 + po/es.gmo | Bin 0 -> 537 bytes po/es.po | 324 + po/fi.gmo | Bin 0 -> 1900 bytes po/fi.po | 324 + po/fr.gmo | Bin 0 -> 5432 bytes po/fr.po | 312 + po/gcompris.pot | 308 + po/it.gmo | Bin 0 -> 1148 bytes po/it.po | 320 + po/nl.gmo | Bin 0 -> 948 bytes po/nl.po | 324 + po/pt_BR.gmo | Bin 0 -> 1051 bytes po/pt_BR.po | 324 + sounds/Makefile.am | 5 + sounds/Makefile.in | 262 + sounds/README | 5 + sounds/bonus.wav | Bin 0 -> 12244 bytes sounds/crash.wav | Bin 0 -> 25034 bytes sounds/gobble.wav | Bin 0 -> 5660 bytes sounds/level.wav | Bin 0 -> 8434 bytes src/Makefile.am | 3 + src/Makefile.in | 364 + src/boards/Makefile.am | 157 + src/boards/Makefile.in | 639 ++ src/boards/README | 4 + src/boards/algebra.c | 900 ++ src/boards/clickgame.c | 733 ++ src/boards/clockgame.c | 690 ++ src/boards/draw.c | 863 ++ src/boards/gletters.c | 559 ++ src/boards/imageid.c | 592 ++ src/boards/memory.c | 668 ++ src/boards/menu.c | 485 ++ src/boards/missingletter.c | 612 ++ src/boards/paratrooper.c | 785 ++ src/boards/planegame.c | 678 ++ src/boards/reading.c | 742 ++ src/boards/shapegame.c | 1251 +++ src/boards/smallnumbers.c | 536 ++ src/boards/wordsgame.c | 696 ++ src/gcompris/Makefile.am | 24 + src/gcompris/Makefile.in | 401 + src/gcompris/bar.c | 346 + src/gcompris/board.c | 158 + src/gcompris/board.h | 50 + src/gcompris/bonus.c | 94 + src/gcompris/bonus.h | 38 + src/gcompris/gameutil.c | 369 + src/gcompris/gameutil.h | 37 + src/gcompris/gcompris-board.h | 75 + src/gcompris/gcompris.c | 432 + src/gcompris/gcompris.h | 90 + src/gcompris/help.c | 200 + src/gcompris/pixbuf_util.c | 85 + src/gcompris/pixbuf_util.h | 21 + src/gcompris/plugin.h | 75 + src/gcompris/pluginenum.c | 236 + src/gcompris/pluginenum.h | 26 + src/gcompris/properties.c | 80 + src/gcompris/properties.h | 44 + stamp-h.in | 1 + xml-i18n-extract | 303 + xml-i18n-extract.in | 303 + xml-i18n-merge | 462 + xml-i18n-merge.in | 462 + xml-i18n-update | 516 ++ xml-i18n-update.in | 516 ++ 596 files changed, 56616 insertions(+), 0 deletions(-)