Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/redraw.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-4/+2
| | | | | | 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-6/+1
| | | | 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).
* Bugzilla #139771: Strings addition, fixes by Adam WeinbergerBruno Coudoin2004-04-141-9/+9
| | | | 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-1/+1
| | | | | | | | name=python file type=pythonboard To: name=what you want type=pythonboard:pythonfile
* boards/Makefile.am: added redraw_symmetricalBruno Coudoin2003-12-211-2/+4
| | | | | | | | | | | | | | boards/melody.xml.in: created boards/redraw.xml.in: minor fix boards/redraw_symmetrical.xml.in: created docs/C/gcompris.texi: updated development process docs/C/python.html: updated development process docs/fr/gcompris.texi: updated development process po/POTFILES.in: added redraw_symmetrical src/boards/python/redraw.py: added support for symmetrical mode src/gcompris/bonus.h: indent fix src/gcompris/images_selector.c: (item_event_imageset_selector): fixed bad cast (gcc warning) src/gcompris/properties.c: (gcompris_properties_new): fixed core dump when no LANG ENV var are set
* added documentation fixed 1 missing pixel border removed and replaced byBruno Coudoin2003-12-101-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * boards/redraw.xml.in: added documentation * boards/skins/default/gcompris-shapebg.jpg: fixed 1 missing pixel border * boards/traffic/TrafficData: removed and replaced by traffic.h * configure.in: replaced the dependancy of gcompris from gnome to gtk marked to release 5.0 * docs/fr/gcompris.texi: fixed doc nodes * gcompris.spec.in: fixed for info file distribution. better use of % directives * po/POTFILES.in: added redraw.py * src/boards/Makefile.am: added trafic.h * src/boards/advanced_colors.c: (init_xml), (read_xml_file): gtk port * src/boards/chess.c: (start_board), (chess_create_item), (start_child): fixed error message and process to use GNUCHESS env var * src/boards/clickgame.c: (load_random_pixmap): use g_file_test instead of g_file_exists * src/boards/imageid.c: (init_xml), (read_xml_file): use g_file_test instead of g_file_exists * src/boards/menu.c: (menu_create_item): use g_file_test instead of g_file_exists * src/boards/missingletter.c: (init_xml), (read_xml_file): use g_file_test instead of g_file_exists * src/boards/py-mod-sound.c: removed gcompris_play_sound (gnome dependant) * src/boards/python/redraw.py: added i18n (don't work), removed editable flag * src/boards/read_colors.c: (init_xml), (read_xml_file): use g_file_test instead of g_file_exits * src/boards/reading.c: added stdio.h * src/boards/traffic.c: (load_level), (cars_from_strv): modified to use a .h instead of a file for data * src/boards/traffic.h: created with data from boards/traffic/TrafficData * src/boards/wordsgame.c: added stdio.h * src/gcompris/Makefile.am: gtk port * src/gcompris/about.c: (item_event_ok): commented out gnome_url_show. Still Need a replacement * src/gcompris/callbacks.c: (on_quit1_activate): implemeted quit CB, cleanup of unneeded funtions * src/gcompris/config.c: (item_event_ok): gtk port * src/gcompris/gcompris-edit.c: (quit_cb), (main): uses gcompris_write_boards_status now. Quit CB. * src/gcompris/gcompris.c: (init_background), (gcompris_set_cursor), (setup_window), (gcompris_exit), (gcompris_init): gtk port, params reading rewrite, main loop moved from gnome to gtk * src/gcompris/gcompris.h: added missing include due to the remove of gnome * src/gcompris/pluginenum.c: added stdio.h * src/gcompris/properties.c: (scan_get_int), (scan_get_string), (gcompris_properties_new), (gcompris_properties_save), (boards_write), (gcompris_write_boards_status), (read_boards_status), (gcompris_properties_enable_board), (gcompris_properties_disable_board): complete rewrite with the glib scanner. * src/gcompris/properties.h: removed unused gcompris_properties_copy. added enum for properties added gcompris_write_boards_status * src/gcompris/soundutil.c: (gcompris_play_ogg_list): removed gcompris_play_sound (gnome dependant) * src/gcompris/soundutil.h: removed gcompris_play_sound (gnome dependant)
* boards/redraw.xml.in: added redraw.png. set level to 3Bruno Coudoin2003-11-231-2/+2
| | | | | boards/boardicons/redraw.png: created src/boards/python/redraw.py: completed, usable board. Need more content yet.
* Makefile.am: readded missing gcompris-edit.desktop.inBruno Coudoin2003-10-261-0/+17
boards/Makefile.am: added experimental redraw.py board boards/redraw.xml.in: added experimental redraw.py src/boards/python/redraw.py: added experimental redraw.py src/gcompris/about.c: (gcompris_about_start): added Background Music: Rico Da Halvarez.