Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/bargame.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-3/+1
| | | | | | 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.
* reorganise menus suppress -d filter option in menu.c add --experimentalYves Combe2006-01-181-1/+1
| | | | | | | | | 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
* Clytie Siddall gave us a complete string review.Bruno Coudoin2005-10-111-1/+1
| | | | This commit is the intergration of her work.
* Started to integrate a complete review of our english stringsBruno Coudoin2005-10-091-1/+1
| | | | | | | by Clytie Siddall Updated screenshots. Changed the web site generation to have clean URL.
* Improved gartoon text colors.Bruno Coudoin2005-09-281-8/+0
| | | | | Added many text shadows Removed warnings
* Added keywords in our menu file to provide keyword searchingBruno Coudoin2005-09-261-0/+8
| | | | | | | 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.
* Fixed english text. Bug #315177Bruno Coudoin2005-09-041-2/+2
| | | | | | | | 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).
* Yves added a new board called bargame. The manual is:Bruno Coudoin2005-04-171-0/+20
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.