Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/watercycle.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.
* - 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-2/+2
| | | | This commit is the intergration of her work.
* Change section buhaviour in xml filesYves Combe2005-06-111-1/+1
| | | | Registering boards in sqlite at load almost working (--enable-profils).
* fixed xml now uses portable readdir enstead of scandir. fixed memory leak.Bruno Coudoin2004-04-181-1/+1
| | | | | | | | | | | | | * boards/watercycle.xml.in: fixed xml * src/boards/clickgame.c: (clickgame_start), (clickgame_destroy_all_items), (clickgame_create_item), (load_random_pixmap): now uses portable readdir enstead of scandir. fixed memory leak. * src/gcompris/oggplayer.c: fixed includes headers * src/gcompris/soundutil.c: (initSound), (setSoundPolicy), (scheduler_bgnd), (scheduler), (get_next_sound_to_play), (gcompris_play_ogg_list): changed to use portable gthreads instead of pthreads * src/gcompris/soundutil.h: removed PLAY_OVERRIDE_ALL option. It was never used and was hard to port to gthreads.
* Bugzilla #139771: Strings addition, fixes by Adam WeinbergerBruno Coudoin2004-04-141-5/+4
| | | | Bugzilla #140045: s/strwaberry/strawberry/ in hexagon.xml.in
* added missing gcompris-edit.desktop changed board plugin name fixed carBruno Coudoin2004-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: added missing gcompris-edit.desktop * boards/billard.xml.in: changed board plugin name * boards/chronos/board3_0.xml.in: fixed car invention date * boards/chronos/board3_2.xml.in: fixed car invention date * boards/chronos/board3_4.xml.in: fixed car invention date * boards/melody.xml.in: changed board plugin name * boards/pythontest.xml.in: changed board plugin name * boards/redraw.xml.in: changed board plugin name * boards/redraw_symmetrical.xml.in: changed board plugin name * boards/sounds/Makefile.am: added it * boards/sounds/fr/Makefile.am: * boards/watercycle.xml.in: * configure.in: release 5.3.1, added italian * gcompris.spec.in: added italian voices * po/POTFILES.in: added missing files * src/boards/advanced_colors.c: (is_our_board): fixed missing static * src/boards/algebra.c: (key_press): - * src/boards/algebra_guesscount.c: (is_our_board): - * src/boards/canal_lock.c: (is_our_board): - * src/boards/chess.c: (is_our_board): - * src/boards/click_on_letter.c: (is_our_board): - * src/boards/clickgame.c: (clickgame_is_our_board): - * src/boards/clockgame.c: - * src/boards/colors.c: (is_our_board): - * src/boards/draw.c: (key_press): - * src/boards/enumerate.c: (key_press), (is_our_board): - * src/boards/erase.c: (is_our_board): - * src/boards/fifteen.c: (is_our_board): - * src/boards/gletters.c: (key_press): - * src/boards/hanoi.c: (is_our_board): - * src/boards/imageid.c: - * src/boards/leftright.c: (is_our_board): - * src/boards/machpuzzle.c: (is_our_board): - * src/boards/maze.c: (is_our_board): - * src/boards/memory.c: - * src/boards/menu.c: - * src/boards/missingletter.c: - * src/boards/money.c: - * src/boards/paratrooper.c: (key_press): - * src/boards/planegame.c: (key_press): - * src/boards/python.c: (pythonboard_pause), (pythonboard_end), - (pythonboard_is_our_board), (pythonboard_key_press), - (pythonboard_ok), (pythonboard_set_level), (pythonboard_config), - (pythonboard_repeat): - * src/boards/railroad.c: - * src/boards/read_colors.c: (is_our_board): - * src/boards/reading.c: - * src/boards/reversecount.c: - * src/boards/shapegame.c: (key_press): - * src/boards/smallnumbers.c: (key_press): - * src/boards/submarine.c: (is_our_board): - * src/boards/superbrain.c: (is_our_board): - * src/boards/target.c: (key_press), (is_our_board), - (display_windspeed): - * src/boards/traffic.c: (is_our_board): - * src/boards/wordsgame.c: (key_press): - * src/gcompris/Makefile.am: removed useless pluginenum.c and .h * src/gcompris/about.c: (gcompris_about_start): * src/gcompris/board.c: (init_plugins), (get_current_board_plugin), (board_check_file), (board_play), (board_stop): changed to include the work done by pluginenum. now use g_module instead of dl_open and plugins are loaded only when needed. Note that they are never unloaded yet. * src/gcompris/board.h: cleanup * src/gcompris/config.c: (gcompris_config_start): * src/gcompris/gameutil.c: (gcompris_read_xml_file), (selectMenuXML), (gcompris_load_menus): replaced scandir by readdir * src/gcompris/gcompris-board.h: added g_module items in our plugin struct * src/gcompris/gcompris.c: (board_widget_key_press_callback), (gcompris_get_locale), (gcompris_set_locale): use g_getenv instead of getenv * src/gcompris/gcompris.h: removed pluginenum.h * src/gcompris/pluginenum.c: removed. the code here is now included in boards.c * src/gcompris/pluginenum.h: removed. the code here is now included in boards.c * src/gcompris/properties.c: (gcompris_properties_new): use g_getenv instead of getenv
* Modified the python boards naming scheme fromOlivier Samyn2004-03-031-3/+3
| | | | | | | | name=python file type=pythonboard To: name=what you want type=pythonboard:pythonfile
* added experience menu create by bruno moved to experiece menu added trainBruno Coudoin2003-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * boards/Makefile.am: added experience menu * boards/boardicons/experience.png: create by bruno * boards/canal_lock.xml.in: moved to experiece menu * boards/dataset/mrpatate.xml: added train items * boards/draw/tool-flip.png: created flip option * boards/draw/tool-flip_on.png: created flip option * boards/draw/tool-move-off.png: created move option * boards/draw/tool-move.png: created move option * boards/draw/tool-point.png: deleted * boards/draw/tool-point_on.png: deleted * boards/draw/tool-selector.jpg: longer now * boards/paratrooper.xml.in: moved to experiece menu * boards/railroad/railroad-bg.jpg: recreated at higher quality * boards/railroad/railroad-bg.png: removed, not used * boards/submarine.xml.in: moved to experiece menu * boards/watercycle.xml.in: moved to experiece menu * po/POTFILES.in: added experience.xml.in * src/boards/draw.c: (key_press), (display_drawing_area), (display_tool_selector), (get_tool_cursor), (set_item_color), (create_item), (item_event_resize), (image_selected), (item_event_move), (item_event): added flip and rotate option. fixed text to support utf8 * src/boards/railroad.c: (start_board): uses jpg backgroud now * src/boards/wordsgame.c: (key_press): removed printf * src/gcompris/gameutil.c: (item_rotate), (item_rotate_relative), (item_rotate_with_center), (item_rotate_relative_with_center): * src/gcompris/gameutil.h: added rotate relative option
* removed train goes faster and arrow issue cause its fixed. added much moreBruno Coudoin2003-10-191-2/+4
| | | | | | | | | | | | | | * TODO: removed train goes faster and arrow issue cause its fixed. * boards/dataset/mrpatate.xml: added much more images. Now uses imageset. * boards/watercycle.xml.in: changed help text * src/boards/python/watercycle.py: little cleanup * src/boards/read_colors.c: (start_board), (end_board): memory leak: added g_list_free where needed * src/gcompris/images_selector.c: (gcompris_images_selector_start), (gcompris_images_selector_stop), (display_image), (display_image_set), (free_stuff), (item_event_imageset_selector), (parseImage), (parse_doc), (read_xml_file): complete rework to support dataset in the xml file and display them.
* added config.rpath new created by bruno for watercycle new created byBruno Coudoin2003-10-091-0/+19
* .cvsignore: added config.rpath * boards/boardicons/watercycle.png: new created by bruno for watercycle * boards/watercycle.xml.in: new created by bruno for watercycle * boards/watercycle/.cvsignore: new created by bruno for watercycle * boards/watercycle/README: new created by bruno for watercycle * boards/watercycle/background.png: new created by bruno for watercycle * boards/watercycle/badwater.png: new created by bruno for watercycle * boards/watercycle/badwater_off.png: new created by bruno for watercycle * boards/watercycle/cleanwater.png: new created by bruno for watercycle * boards/watercycle/cleanwater_off.png: new created by bruno for watercycle * boards/watercycle/pumpwater.png: new created by bruno for watercycle * boards/watercycle/pumpwater_off.png: new created by bruno for watercycle * boards/watercycle/rain.png: new created by bruno for watercycle * boards/watercycle/riverempty.png: new created by bruno for watercycle * boards/watercycle/riverfull.png: new created by bruno for watercycle * boards/watercycle/snow.png: new created by bruno for watercycle * boards/watercycle/sun.png: new created by bruno for watercycle * boards/watercycle/tuxboat.png: new created by bruno for watercycle * boards/watercycle/vapor.png: new created by bruno for watercycle * boards/watercycle/watercleaning.png: new created by bruno for watercycle * boards/watercycle/waterpump.png: new created by bruno for watercycle * src/boards/py-mod-utils.c: (py_gcompris_set_image_focus), (py_gcompris_item_event_focus): fixed * src/boards/python/watercycle.py: completed, now can perform a complete cycle