Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/submarine.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
* Improved the manualBruno Coudoin2007-04-011-1/+1
| | | | svn path=/trunk/; revision=2574
* Improved manual to include the new gate added missing chat FixedBruno Coudoin2006-12-191-1/+1
| | | | | | | * boards/submarine.xml.in: Improved manual to include the new gate * po/POTFILES.in: added missing chat * src/boards/python/sudoku.py: Fixed bug(sf)#1615771 For level 3, the symbols in the grid are too large.
* Clytie Siddall gave us a complete string review.Bruno Coudoin2005-10-111-2/+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-2/+2
| | | | Bugzilla #140045: s/strwaberry/strawberry/ in hexagon.xml.in
* 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
* added submarineBruno Coudoin2003-04-021-13/+11
|
* Olivier Samyn <osamyn@ulb.ac.be>Bruno Coudoin2003-03-251-0/+20
Completed the python port