Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/connect4.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
* added diagonal in the help - improved. better layout, better save.Bruno Coudoin2007-02-061-1/+1
| | | | | | | | | | | * 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
* Fixed typos by ClytieBruno Coudoin2007-01-041-1/+1
| | | | svn path=/trunk/; revision=2445
* Added a connect4 two player modeBruno Coudoin2006-11-121-1/+1
|
* - There were a lot of bad formatted xml string in the menus for the help.Bruno Coudoin2006-10-181-7/+6
| | | | | | 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.
* - Review of English strings by Clytie SiddallBruno Coudoin2006-01-221-1/+1
| | | | | - 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.
* 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-2/+3
| | | | This commit is the intergration of her work.
* Improved gartoon text colors.Bruno Coudoin2005-09-281-9/+0
| | | | | Added many text shadows Removed warnings
* Added keywords in our menu file to provide keyword searchingBruno Coudoin2005-09-261-0/+9
| | | | | | | 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 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.
* 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-4/+7
| | | | Registering boards in sqlite at load almost working (--enable-profils).
*