Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gcompris.desktop.in
Commit message (Collapse)AuthorAgeFilesLines
* - removed unmaitained spec fileBruno Coudoin2007-09-101-1/+1
| | | | | | | | - fixed menu file not to include icon extension - fixed bug#475301 missing freetype includes to compile libgnomecanvas svn path=/trunk/; revision=2983
* minor update fixed category based on Poiroud Marc input Education;TeachingBruno Coudoin2006-09-151-1/+1
| | | | | | | | * README.mingw: minor update * gcompris-edit.desktop.in: fixed category based on Poiroud Marc input Education;Teaching * gcompris.desktop.in: Game;KidsGame * src/boards/py-mod-bonus.c: (python_gcompris_bonus_module_init): fixed API for board_finished * src/boards/python/hexagon.py: reindent
* - Added Turk voices by Meltem Turhan YöndemBruno Coudoin2006-09-141-1/+1
| | | | | | - Added Turk internal geography maps (3 maps) - Fixed reading activity, now it uses the wordlist API - fixed desktop file category to suit freedesktop list.
* - Added support for relocation using http://autopackage.org/docs/binreloc/Bruno Coudoin2006-08-131-2/+2
| | | | | | | | | | | | | | | | | | (Needed to create an autopackage installer) Now GCompris will detect at runtime where it is installed and find it's data. As a fallback, default set at compile time are used (like before). To disable is, use sh configure --disable-binreloc Very usefull for developers, you can now run gcompris from within it's source code without even installing it !. The new code detect that and set the data dir accordingly. Warning, developers must no more use the PACKAGE_DATA_DIR define but must get the data dir always from the property object like this: GcomprisProperties *properties = gcompris_get_properties(); properties->package_xxx_dir contains the root data directory, like: package_data_dir = /usr/local/share/gcompris/boards package_locale_dir = /usr/local/share/locale package_plugin_dir = /usr/local/lib/gcompris package_python_plugin_dir= /usr/local/share/gcompris/python
* Release 8.0BETA1Bruno Coudoin2006-06-051-1/+1
| | | | | | | | | | | * Release 8.0BETA1 - Fixes GCompris flashing at startup when running in windows mode Again by Hans de Goede. * gcompris.desktop.in: Changed to be in the education category. * src/gcompris/gcompris.c: (gcompris_set_fullscreen), (map_cb), (xf86_window_configured):
* Clytie Siddall gave us a complete string review.Bruno Coudoin2005-10-111-1/+1
| | | | This commit is the intergration of her work.
* updated updated u-turn bug in 3D and 2D RelativeBruno Coudoin2005-02-011-0/+1
| | | | | * gcompris.desktop.in: updated * src/boards/maze.c: (key_press_2D_relative), (key_press_3D): updated u-turn bug in 3D and 2D Relative
* Alexey Lubimov <avl@l14.ru> made all the sounds for russian.Bruno Coudoin2004-11-071-1/+1
|
* Release 4.0PRE3 changed desktop menu entry changed ofset logoBruno Coudoin2003-10-071-1/+7
| | | | | | Release 4.0PRE3 changed desktop menu entry changed ofset logo
* removed mines and explosion from submarineBruno Coudoin2003-08-141-1/+1
| | | | added display of tanks air value
* removed help from plugins. New it is in the xml.Bruno Coudoin2002-01-131-1/+1
| | | | Fixed gameutil to fix \ n in utf parsing
* converted to use xml-i18n-tools.Carlos Perelló Marín2001-10-311-0/+7
2001-10-31 Carlos Perelló Marín <carlos@gnome-db.org> * gcompris.desktop: converted to use xml-i18n-tools.