Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/anim.xml.in
Commit message (Collapse)AuthorAgeFilesLines
* Major rework of activity icons by Mathieu Ignacio.Bruno Coudoin2007-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | These Images are an original creation of Mathieu Ignacio. Released under GPL. Starting now, we switch to the svg format. * po/POTFILES.skip: Updated * src/boards/Makefile.am: cleanup, removed draw.c * src/boards/Makefile.mingw: - * src/boards/draw.c: - * src/boards/python/anim.py: removed focus highlight to keep the ON buttons. * src/boards/python/redraw.py: removed image boards/draw directory, use them from skins now. * src/boards/wordprocessor.c: (wordprocessor_create): use draw skin image now * src/gcompris/gameutil.c: (gc_pixmap_load): Now return a blank inline pixmap instead of NULL if the file is not found. * src/libgnomecanvas/gnome-canvas-rich-text.c: removed translatable string svn path=/trunk/; revision=2694
* Replaced UK English to US English for:Bruno Coudoin2005-10-141-1/+1
| | | | | | "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.
* Started to integrate a complete review of our english stringsBruno Coudoin2005-10-091-15/+3
| | | | | | | by Clytie Siddall Updated screenshots. Changed the web site generation to have clean URL.
* Fixed english text. Bug #315177Bruno Coudoin2005-09-041-1/+1
| | | | | | | | 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.
* Change section buhaviour in xml filesYves Combe2005-06-111-1/+1
| | | | Registering boards in sqlite at load almost working (--enable-profils).
* updated the help updated moved to difficulty 0. no more needed, replacedBruno Coudoin2005-01-071-4/+16
| | | | | | | | | | | | | | | | * 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
* fixed, removed angle braket in author nameBruno Coudoin2004-06-151-1/+1
|
* added README.mingw copyed from a mingw ported program. can find backBruno Coudoin2004-06-131-0/+18
* .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.