Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/scales
Commit message (Collapse)AuthorAgeFilesLines
* *** RELEASE 8.4.5 ***Bruno Coudoin2008-05-1213-0/+0
| | | | | | | | | Removed non functional writing tutor activity to make room. Removed non functional oscar and friends to make room Compressed all png images with optipng to save space (5MB saved) svn path=/trunk/; revision=3433
* cleanup, removed unneeded cvsignoreBruno Coudoin2007-09-041-3/+0
| | | | svn path=/trunk/; revision=2957
* - Implemented the --nobackimg option. With it all backgroundBruno Coudoin2007-03-091-0/+0
| | | | | | | | | images that are not mandatory to play an activity are not displayed. All images in boards/opt are skipped if loaded with the set_background() API and the --nobackimg is set. svn path=/trunk/; revision=2503
* - Improvement in the new scale activity my Miguel.Bruno Coudoin2006-12-1224-317/+0
| | | | | | removed deprecated code from shapegame. removed old scale activity based on the puzzle code. rescaled the tabepice.jpg image to better suit the new scale.
* By Miguel DE IZARRA:Yves Combe2006-12-033-0/+0
| | | | | - shapegame: fix zommx/zoomy pb. - scale.c: new version of scale game
* *** RELEASE 8.2BETA1 ***Bruno Coudoin2006-10-211-1/+1
| | | | | | | | | - fixed all boards/Makefile.am, the transformation for i18n was not good enough and was breaking the game missing_letter. - added support for py2exe on windows which allow us to create an embedded package with python, pygtk and pycairo all together - cleanup in boards/* to replace assert by g_assert and remove uneeded includes. - fixed awele to run on windows replace font "12x24" by "sans 12"
* - fixed bug#352350 Some typos in the PO fileBruno Coudoin2006-08-221-2/+1
| | | | | | | | - added ukrainian flag, waiting for po file. - fixed several acivity make them work with gc_net_load_xml API they no more get their xml data file locally - fixed several activity to get their translations from gettext instead of the xml data file itself. It saves a lot of space and makes packagers happy.
* - changed transformation of xml.in files to xml files. Now the translationsBruno Coudoin2006-08-121-1/+8
| | | | | | | are no more embedded in them. It was no more used for a while, we take the translation from the po file directly. This saves 2 to 3 MB !. - Fixed the escape key on to level menu. It no more stops the menu itself. - Added initial support for autopackage software packaging system.
* Fixed english text. Bug #315177Bruno Coudoin2005-09-0418-18/+18
| | | | | | | | 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.
* release 6.3 finalBruno Coudoin2004-11-0918-18/+18
| | | | | | | | Also I fixed the too long text in chronos. Now shapes type activity have a better textual color. I added the option color_skin="gcompris/textbutton" in the shape xml format. This way a Title can specify a color but I enforce the use of one from the skin. Now by default Titles are of color skin:gcompris/content.
* more images by Franck Doucet especially the GNU bonusBruno Coudoin2004-11-0518-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the shapeboard data format to allow the passing of an image from the skins by using pixmapfile="skin:gcompris-shapelabel.png" changed all shapeboard that was usin gcompris-shapelabel and moved it to skins added the GNU bonus * boards/babymatch/board1_0.xml.in: * boards/babymatch/board2_0.xml.in: * boards/babymatch/board3_0.xml.in: * boards/babymatch/board4_0.xml.in: * boards/babymatch/board5_0.xml.in: * boards/babymatch/board6_0.xml.in: * boards/doubleentry/board3_0.xml.in: * boards/gcompris/bonus/gnu_bad.png: * boards/gcompris/bonus/gnu_good.png: * boards/gcompris/gcompris-shapelabel.jpg: * boards/gcompris/misc/glass.png: * boards/gcompris/misc/peer.png: * boards/imagename/board1_0.xml.in: * boards/imagename/board2_0.xml.in: * boards/imagename/board3_0.xml.in: * boards/imagename/board4_0.xml.in: * boards/imagename/board5_0.xml.in: * boards/imagename/board6_0.xml.in: * boards/money/money-bg.jpg: * boards/money/money-bg.png: * boards/paintings/board1_0.xml.in: * boards/paintings/board2_0.xml.in: * boards/paintings/board3_0.xml.in: * boards/paintings/board3_1.xml.in: * boards/paintings/board4_0.xml.in: * boards/paintings/board5_0.xml.in: * boards/paintings/board6_0.xml.in: * boards/scales/board1_0.xml.in: * boards/scales/board1_1.xml.in: * boards/scales/board1_2.xml.in: * boards/scales/board1_3.xml.in: * boards/scales/board1_4.xml.in: * boards/scales/board1_5.xml.in: * boards/scales/board2_0.xml.in: * boards/scales/board2_1.xml.in: * boards/scales/board2_2.xml.in: * boards/scales/board2_3.xml.in: * boards/scales/board2_4.xml.in: * boards/scales/board2_5.xml.in: * boards/scales/board3_0.xml.in: * boards/scales/board3_1.xml.in: * boards/scales/board3_2.xml.in: * boards/scales/board3_3.xml.in: * boards/scales/board3_4.xml.in: * boards/scales/board3_5.xml.in: * boards/skins/default/gcompris-shapelabel.png: * src/boards/colors.c: (process_ok_timeout): use the GNU bonus now * src/boards/money.c: (money_next_level): new background * src/boards/shapegame.c: (create_title), (add_xml_shape_to_data): * src/gcompris/bonus.c: (gcompris_display_bonus): * src/gcompris/bonus.h: * src/gcompris/skin.c: (gcompris_image_to_skin): do no more exit on error
* fixed random bad display of the image fixed in i386, keys was not workingBruno Coudoin2002-11-251-5/+5
| | | | | | | | | * boards/scales/board1_0.xml.in: fixed random bad display of the image * src/boards/gletters.c: (key_press): fixed in i386, keys was not working anymore * src/boards/shapegame.c: (item_event), (add_shape_to_canvas), (add_xml_shape_to_data), (parse_doc): now support the position property in the xml to specify the depth of the shape :back/front. Fixed the sound support for the level 3 of doublentry board. * src/gcompris/soundutil.c: reindented
* added enumerate boardBruno Coudoin2002-10-133-1/+1
| | | | | | added dialog box api using dialog box in chess in case gnuchessx is not there replace tabepice in jpg
* added painting in scaleBruno Coudoin2002-09-123-3/+6
| | | | reviewed the menu organisation
* now scale works any orderBruno Coudoin2002-06-1018-62/+62
|
* better image in the mrpata datasetBruno Coudoin2002-05-055-5/+1
| | | | | fallback to revision 1.2 for maze.c since 1.4 is bugged when you move back on your path
* changed because 2 possible solutionBruno Coudoin2002-04-151-1/+1
|
* fixed board calculationBruno Coudoin2002-02-122-3/+3
|
* mane changes / see changlogBruno Coudoin2002-02-1018-18/+54
|
* changed encoding to utf-8 for intlttolBruno Coudoin2002-01-1318-18/+18
|
* Moved to intltoolBruno Coudoin2002-01-131-1/+2
|
* cvsignore updateBruno Coudoin2002-01-081-276/+0
|
* update of .cvsignoreBruno Coudoin2002-01-081-0/+3
|
* new configuration system for the localeBruno Coudoin2002-01-0218-249/+0
|
* added i18n to scales and missing_letter xml. Added configure windowBruno Coudoin2001-12-2837-178/+679
|
* add of gtkhtmlBruno Coudoin2001-12-243-0/+39
|
* added Lithuanian/ corrected bar iconsBruno Coudoin2001-12-1615-30/+30
|
* Complete redraw by Renaud BlanchardBruno Coudoin2001-11-2531-57/+58
| | | | | | | | | | * boards/scales/*.png: Complete redraw by Renaud Blanchard * src/gcompris/bar.c: shifted all buttons on the left to free the home * src/gcompris/bonus.[ch]: implemented BONUS_RANDOM, changed bonus.h to be an enum * src/boards/Makefile.am: changed PTHREAD_LIBS by PTHREAD_LIB as it should be * src/boards/algebra.c change operation order and other fix * src/boards/draw.c: Corrected a bug where you can delete the white background
* Initial revisionBruno Coudoin2001-10-2930-0/+249