Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/erase_clic.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
* - There were a lot of bad formatted xml string in the menus for the help.Bruno Coudoin2006-10-181-4/+3
| | | | | | 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.
* Clytie Siddall gave us a complete string review.Bruno Coudoin2005-10-111-7/+5
| | | | This commit is the intergration of her work.
* Started to integrate a complete review of our english stringsBruno Coudoin2005-10-091-2/+1
| | | | | | | by Clytie Siddall Updated screenshots. Changed the web site generation to have clean URL.
* Fixed comilation option --disable-sqlite.Bruno Coudoin2005-09-111-1/+1
| | | | | | | | | | Should work as expected now. Changed all original message to use &gt; and &lt; 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 <http://...> now hopefully they will respect this syntax.
* Change section buhaviour in xml filesYves Combe2005-06-111-1/+1
| | | | Registering boards in sqlite at load almost working (--enable-profils).
* fixed english - fixed misspelled files added RwandaBruno Coudoin2005-04-181-3/+3
| | | | | | | | | | | | | | * 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):
* Yves created 2 new activities by changeing the erase one.Bruno Coudoin2005-04-121-0/+23
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