Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* Updated automatically by auco toolsBruno Coudoin2009-07-121-20/+77
|
* Updated our build system to support automake1.10Bruno Coudoin2008-03-111-144/+118
| | | | | | | | You still need to copy config.rpath from the gettext package manualy. svn path=/trunk/; revision=3296
* Added support for Urdu createdBruno coudoin2008-02-121-0/+4
| | | | | | | | | | | | 2008-02-12 Bruno coudoin <bruno.coudoin@free.fr> * src/gcompris/config.c: Added support for Urdu * boards/flags/ur.png: created *** RELEASE 8.3.5 *** svn path=/trunk/; revision=3232
* Fixed bug#327462 : Please move data files into a separate CVS moduleBruno Coudoin2007-08-301-0/+4
| | | | | | | | | | | | Now all voices are in a separated svn module. The voices must now be put under boards/voices/<locale> instead of boards/sounds/<locale> To get the voices installed in the proper place, simply run: make update-voices svn path=/trunk/; revision=2944
* fixed the gnuchess search path to accept gnome-gnuchess as well.Bruno Coudoin2007-05-281-1/+2
| | | | | | | * configure.in: fixed the gnuchess search path to accept gnome-gnuchess as well. svn path=/trunk/; revision=2689
* - major packaging change, imported libart_lgpl and libgnomecanvasBruno Coudoin2007-05-221-4/+4
| | | | | | | from gnome svn (trunk). We now build them as static library. Packager change, you no more need them in GCompris require's. svn path=/trunk/; revision=2651
* Cleanup, popt is no more usedBruno Coudoin2007-01-011-1/+0
| | | | svn path=/trunk/; revision=2441
* - Moved chat out of experimental. It has an icon nowBruno Coudoin2006-12-111-0/+1
| | | | | | | | created from the xchat icon of the gartoon theme. More help displayed. Scrolling now follow the last text message - Replaced cursors by a new cursor set from Franck. - Now erase uses the sponge cursor.
* Fixed electricity to work with gnucap-20060830-1mdv2007.0 It should workBruno Coudoin2006-11-171-1/+0
| | | | | | | * INSTALL: * po/Makefile.in.in: * src/boards/python/electric.py: Fixed electricity to work with gnucap-20060830-1mdv2007.0 It should work with other gnucap release as well but untested.
* Support for autopackage 1.2Bruno Coudoin2006-11-041-0/+7
| | | | | | | | | | | | | | | | | | | | | | * INSTALL: * autopackage/default.apspec.in: Support for autopackage 1.2 * src/boards/clickgame.c: (canvas_event), (clickgame_start), (clickgame_next_level): A little bit speady, patched by Joshua * src/gcompris/gcompris.c: (gc_activation_check), (gc_init): changed the way --database and --create-db work. Now if the file pointed to --database does not exist, it is created. Now if --create-db is given and the base we point to already exist we erase it first and recreate it. * src/gcompris/sdlplayer.c: (sdlplayer_init), (sdlplayer_quit), (sdlplayer_bg), (sdlplayer), (sdlplayer_halt), (sdlplayer_close), (sdlplayer_reopen), (sdlplayer_pause), (sdlplayer_resume): * src/gcompris/soundutil.c: (gc_sound_init), (gc_sound_close), (gc_sound_reopen), (scheduler_bgnd), (thread_play_ogg): * src/gcompris/soundutil.h: Fixed random freeze when unsetting sounds in the config pannel.
* *** 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"
* - added a new tool from Miguel DE IZARRA /miguel2i on free point fr/Bruno Coudoin2006-10-041-15/+8
| | | | | | | | | | | This tool allow us to create puzzle or geography type activity with ease. It's a gimp python-fu script so you need gimp and python foo on your system. * tools/gcompris_shapegame.py: * INSTALL: minor update * README: minor update
* - Imported these files from the gnome-python module in the gnome CVSBruno Coudoin2006-10-021-4/+2
| | | | | | | | | | | | | | | | Now it is no more needed to have gnome-python installed on your system to have the python plugin support. * src/boards/canvas.c: * src/boards/canvasmodule.c: - Improved makefiles to compile python plugins on windows * Makefile.mingw: * src/boards/Makefile.am: * src/boards/Makefile.mingw: - fixed python animation - fixed all python code to no more import gnome
* *** release 8.0BETA2 ** copyed hi.pngBruno Coudoin2006-07-121-4/+9
| | | | | * configure.in: *** release 8.0BETA2 ** * boards/flags/mr.png: copyed hi.png
* Fixed the management of the bar when the sounds are not found and theBruno Coudoin2006-04-261-1/+1
| | | | dialog is displayed.
* Fixed bad compilation directive sqlite_ldflags replaced byBruno Coudoin2006-03-221-0/+3
| | | | | sqlite_ldadd (Thanks to Slava Dubrovskiy) Added a warning in the INSTALL file to warn make -j does not work.
* - Review of English strings by Clytie SiddallBruno Coudoin2006-01-221-0/+1
| | | | | - Improved the submarine icon based on a Nicu icon from openclipart.org - Fixed Tux_mute.png, it was commited without -kb option and was obviously corrupted.
* Franck has ramake 2 backgrounds. one for color and one for leftright.Bruno Coudoin2005-10-201-0/+2
| | | | | | | Still need to review the way we highlight the button uppon click in the leftright game. Fixed string issues (Thanks Ronny)
* Fixed gcompris2spip to work with spip 1.8.2Bruno Coudoin2005-09-181-1/+1
| | | | Commit of XRANDR patch from debian Bug report logs - #310058
* fixed new dependancies pyxml, pysqlite sqlite-devel improved, startedBruno Coudoin2005-06-301-1/+3
| | | | | | * INSTALL: fixed new dependancies pyxml, pysqlite sqlite-devel * src/boards/python/admin/users.py: improved, started class-edit * src/boards/python/admin/class_edit.py: started, no complete yet.
* fix segfault on gdate.Yves Combe2005-06-141-1/+1
| | | | * fix segfault on gdate.
* Many little changes to ease the windows port. Now uses the glibBruno Coudoin2005-05-011-1/+2
| | | | | to load files with g_dir_open and no more readdir. Many compilation warning removed.
* fixed many little issue in the new babytoy themeBruno Coudoin2004-10-101-0/+1
|
* Include new theme from Franck Doucet <franckdoucet on wanadoo point fr>Bruno Coudoin2004-10-091-10/+19
|
*