Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/clickgame.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
* minor, removed resource definitionBruno Coudoin2007-03-131-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * boards/clickgame.xml.in: minor, removed resource definition * boards/menu.xml.in: * src/gcompris/gcompris.c: * boards/Makefile.am: splitted geography and geography_country * boards/geography.xml.in: * boards/geography/Makefile.am: * boards/geography/board10_0.xml.in: * boards/geography/board5_0.xml.in: * boards/geography/board6_0.xml.in: * boards/geography/board7_0.xml.in: * boards/geography/board8_0.xml.in: * boards/geography/board9_0.xml.in: * boards/geography/board9_1.xml.in: * boards/geography/board9_2.xml.in: * boards/geography_country/Makefile.am: * configure.in: * po/POTFILES.in: * boards/scalesboard.xml.in: fixed documentation * src/boards/scale.c: (scale_anim_plateau): fixed fuzzy plate by Miguel. * src/boards/shapegame.c: (item_event): fixed freeze in dragging in the tooltip by Miguel. svn path=/trunk/; revision=2513
* - New images from Guillaume Rousse (released under GPL) areBruno Coudoin2006-12-041-15/+4
| | | | replacing all undersea images for clickgame.
* - Major review of the API. now all the API follows the naming convention:Bruno Coudoin2006-08-201-0/+1
| | | | | | gc_<module>_<item>_<action> for example gc_board_end, gc_bar_start, ... - added in gc_core.h functions that are shared in the core only. - fixed python plugins to remove API entries not needed for activities.
* - Added missing French audio voices by Zohra CoudoinBruno Coudoin2006-07-161-0/+1
| | | | | | | | | | | | | | | | | Released under GPL * Makefile.mingw.in: created based on Makefile.mingw to include @VERSION@ * boards/clickgame/nur00523.jpg: moved from boards/gcompris/ * boards/geography/board4_2.xml.in: fixed zambia.png reference (was broken link) * boards/skins/gartoon/mini_bad.png: rotate to make it more like it's bad * gcompris-edit.desktop.in: moved edit menu in the same section as GCompris. * gcompris-installer.nsi.in: now will get version automatically * gcompris-uninstal.ico: remade, not sure yet it will be accepted by the installer * po/POTFILES.in: * src/boards/shapegame.c: (shapegame_init_canvas), (item_event): now the tooltip is always locate in the lower left to avoid hidding the map. * src/gcompris/config.c: (set_locale_flag): fixed to display no flags if none found * src/gcompris/gcompris.c: replaced display_resource by display-resource
* - Fixes text of board description being badly wrappedBruno Coudoin2005-11-011-2/+1
| | | | | | | | | | | | | | | | | | | I now use the richtext canvas to display it. We may loose on reliabilty. * boards/canal_lock.xml.in: * boards/clickgame.xml.in: * boards/gnumch-inequality.xml.in: * boards/guessnumber.xml.in: * boards/redraw_symmetrical.xml.in: * boards/traffic.xml.in: * boards/watercycle.xml.in: * src/boards/menu.c: (menu_start), (menu_end), (item_event), (set_content), (create_info_area): * src/boards/python/anim.py: fix for import old animation not working * src/boards/python/guessnumber.py: Fix for widget that appers over bonus and/or help * src/gcompris/gameutil.c: (gcompris_add_xml_to_data): * src/gcompris/help.c: (set_content):
* Clytie Siddall gave us a complete string review.Bruno Coudoin2005-10-111-4/+5
| | | | This commit is the intergration of her work.
* 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-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-1/+1
| | | | | | | | | | | | | | | | 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.
* Bugzilla #139771: Strings addition, fixes by Adam WeinbergerBruno Coudoin2004-04-141-4/+4
| | | | Bugzilla #140045: s/strwaberry/strawberry/ in hexagon.xml.in
* improved comments improved comments improved comments improved commentsBruno Coudoin2004-02-041-2/+2
| | | | | | | | | | | | | | * boards/algebra_plus.xml.in: improved comments * boards/babymatch.xml.in: improved comments * boards/babyshapes.xml.in: improved comments * boards/click_on_letter.xml.in: improved comments * boards/clickgame.xml.in: improved comments * boards/enumerate.xml.in: improved comments * boards/sounds/pt/misc/gcompris_misc_pt.assetml.in: updated by J * boards/sounds/pt/misc/about.ogg: created by Jose Jorge * boards/sounds/pt/misc/back.ogg: created by Jose Jorge * boards/sounds/pt/misc/configuration.ogg: created by Jose Jorge * boards/sounds/pt/misc/congratulations.ogg: created by Jose Jorge
* Changed to use the new menu system. Now submenu are discovered dynamicallyBruno Coudoin2003-01-121-0/+1
|
* Update/write the documentation in several boards.Hilarie Fernandes/DrGenius2002-06-081-2/+2
|
* changed boards to use new credit help entryBruno Coudoin2002-06-051-3/+2
|
* many change added the name property and change name entity to titleBruno Coudoin2002-04-161-1/+2
| | | | added the timer api and implemented it in algebra board
* mane changes / see changlogBruno Coudoin2002-02-101-1/+1
|
* minor fix/ translation fixBruno Coudoin2002-02-061-1/+1
|
* changed encoding to utf-8 for intlttolBruno Coudoin2002-01-131-8/+8
|
* Moved to intltoolBruno Coudoin2002-01-131-0/+16
|
* release 0.9.4 : updated es.po added tuxplane in erase boardBruno Coudoin2001-11-111-0/+1
|
* Initial revisionBruno Coudoin2001-10-291-0/+12