Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/chronos.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-9/+5
| | | | | | 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.
* assetml removal. need more test.Bruno Coudoin2006-05-091-1/+1
|
* 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
* added missing xml:space="preserve" missing file Fixed missing _ for I18NBruno Coudoin2005-10-291-1/+1
| | | | | | | | * 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
* Franck has ramake 2 backgrounds. one for color and one for leftright.Bruno Coudoin2005-10-201-1/+1
| | | | | | | Still need to review the way we highlight the button uppon click in the leftright game. Fixed string issues (Thanks Ronny)
* 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-5/+6
| | | | | | | | 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).
* Franck Doucet remade all the euro coins and paper to be more kiddyBruno Coudoin2004-12-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Bugzilla #139771: Strings addition, fixes by Adam WeinbergerBruno Coudoin2004-04-141-4/+4
| | | | Bugzilla #140045: s/strwaberry/strawberry/ in hexagon.xml.in
* added transportation levels added transportation created. created by BrunoBruno Coudoin2004-02-281-2/+3
| | | | | | | | | | | | | | | * 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.
* chronos added by Jose.R_5_2Bruno Coudoin2004-02-161-0/+21
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