[gcompris] Created tag GCOMPRIS_9_6_0



The unsigned tag 'GCOMPRIS_9_6_0' was created.

Tagger: Bruno Coudoin <bruno coudoin free fr>
Date: Sun Mar 6 22:05:57 2011 +0100

    New features:
    
    - Added 2 new activities to learn to give money make in a shop. This
      is based on the money activity but now the children must give back
      money to Tux.
    - Now the erase activity reads the .jpg file in its data directory
      instead of being hardcoded. In the erase activity we have a large
      number of animal backgrounds. Now these are found at run time
      instead of being hard coded. Also the user can add its own images in
      the directory ~/My GCompris/erase.
      Added more animal images taken from wikipedia.
    - New renewable energy activity. Learn about electric dam, wind farm
      and solar panels works. This is heavily based on the watercycle
      activity.
    - In money activity, we no more auto check the answer, there is now an
      OK button Created 3 price categories in money activtiy to make the
      game more realistic.  As suggested by Arnaud Champollion, it is just
      too easy for the children.
    - improved the drawnumber activity to have its dataset taken from a
      file instead of hardcoded.  Now we have a text file named
      activity.txt that contains the images and points coordinate.
      converted .png files in .jpg in drawnumber activity to save disk
      space.
    
    Bug Fixes:
    
    - In the submarine activity, we now destroy and reset the frigate
      motion when we enter the help. Not doing so makes the children loose
      the game while reading the manual.
    - Added a reset button for the locale in the configuration dialog.
      It is now easier to get back on the default locale.
      Sorted the locales following their english name instead of the
      locale code
    - Deadlock occurs if new playback is scheduled from callback. Observed
      with sound-memory activity, while playing 'bonus'. In this fix, the
      sound is player in the gtk idle loop instead of being called
      directly (Fixed by Andreas Fenkart)
    - Major random crash fix. In python activity, a call to
      gcompris.skin.svg_get() was freeing the skin object but it should
      not. This resulted in random crashes at any point in GCompris when
      trying to read the skin svg_handle.
    - Fixed code to compile with the -Werror=unused-but-set-variable gcc
      new compilation flag.
    - Fixed invisible cursor on 64 bits systems. The propoerty struct is
      now properly initialized even on 64 bits systems. Fixed by Peter
      Ujfalusi.
    - Watercycle activity: Added toolips to explain the different
      items. Fixed a minor race issue. Added a bonus flower feedback in
      watercycle to let the children knows he completed the level. Thanks
      to Clara Coudoin for the feedback, it is great to have close beta
      testers.
    - Added missing image files for money activity.
    - Added missing activity files for drawnumber.
    - String updates, requested translation for paintings.
      As reported by Friedel Wolff:
      https://bugzilla.gnome.org/show_bug.cgi?id=636887
    - Cleanup, removed unused concept of activity board_dir This concept
      is no more use. Now we use the concept of a global package_data_dir
      found in the properties.
    
    Translations updates:
    
    - Added Montenegrin translation by Montenegro Consulting Company
      <savjetujme gmail com> by Montenegro Consulting Company
      <savjetujme gmail com>
    - Added Slovenian translation by Matej UrbanÄ?iÄ? <mateju svn gnome org>
    - Much longer word list for Norwegian Nynorsk. by Karl Ove Hufthammer
      <karl huftis org>
    - New word list for Czech by Marek Ä?ernocký by Bruno Coudoin
      <bruno coudoin free fr>
    - Updated Czech translation by Marek Cernocky by Petr Kovar
      <pknbe volny cz>
    - Updated Arabic translation by Khaled Hosny <khaledhosny eglug org>
    - Updated Brazilian Portuguese translation by Frederico Gonçalves
      Guimarães <frederico teia bio br>
    - Updated Czech translation by Marek Ä?ernocký <marek manet cz>
    - Updated Danish translation by Joe Hansen <joedalton2 yahoo dk>
    - Updated Esperanto translation by Kristjan SCHMIDT
      <kristjan schmidt googlemail com>
    - Updated French translation by Claude Paroz <claude 2xlibre net>
    - Updated Galician translations by Fran Diéguez
      <fran dieguez mabishu com>
    - Updated Galician translations by Gonçalo Cordeiro
      <gzcordeiro gmail com>
    - Updated German translation by Christian Kirbach
      <Christian Kirbach googlemail com>
    - Updated Greek translation by Yannis Kaskamanidis
      <kiolalis gmail com>
    - Updated Hungarian translation by Gabor Kelemen <kelemeng gnome hu>
    - Updated Norwegian Nynorsk translation (still some missing
      strings). by Karl Ove Hufthammer <karl huftis org>
    - Updated Slovenian translation by Andrej ŽnidarÅ¡iÄ?
      <andrej znidarsic gmail com>
    - Updated Spanish translation by Daniel Mustieles
      <daniel mustieles gmail com>
    - Updated Spanish translation by Sylvia Sánchez <lailahfsf gmail com>
    - Updated Swedish translation by Daniel Nylander
      <po danielnylander se>
    - Updated Swedish translation by Daniel Nylander
      <po danielnylander se>
    - Updated Swedish translation by Daniel Nylander
      <po danielnylander se>
    - Updated Traditional Chinese translation(Hong Kong and Taiwan) by
      Chao-Hsiung Liao <j_h_liau yahoo com tw>
    - Updated asturian translation by Xandru Armesto
      <xandru softastur org>
    - Updated breton translation by Alan Monfort <alan monfort free fr>
    - Updated translation and added new word list for Afrikaans (af) by
      Friedel Wolff <friedel translate org za>
    - Updated German translation by Mario Blättermann <mariobl gnome org>
    - Updated Russian translation by Yuri Myasoedov <omerta13 yandex ru>
    - New translation for Zulu by Priscilla Mahlangu <priny translate org za>

Changes since the last tag 'GCOMPRIS_9_4_0':

Alan Monfort (1):
      Updated breton translation

Andreas Fenkart (1):
      Deadlock occurs if new playback is scheduled from callback. Observed with sound-memory activity, while playing 'bonus'.

Andrej ŽnidarÅ¡iÄ? (9):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Bruno Coudoin (53):
      Taken the code from Jonh Wendell to update our list_translators.sh for git.
      Release 9.5
      Autogenerated code on Ubuntu 10.10.
      removed the need to have a lenth of the data set in the drawnumber.py data structure.
      Cleanup, removed unused concept of activity board_dir
      improved the drawnumber activity to have its dataset taken from a file instead of hardcoded.
      converted .png files in .jpg in drawnumber activity to save disk space.
      In money activity, we no more auto check the answer, there is now an OK button
      Created 3 price categories in money activtiy to make the game more realistic.
      minor, fixed the makefile.
      String updates, requested translation for paintings.
      Added missing file for drawnumber.
      Added missing files for money activity.
      Added a bonus flower feedback in watercycle to let the children knows he completed the level.
      Python doc update. Remove BAR_OK, its deprecated.
      Minor, python template is now formatted at 80 column.
      Auto updated INSTALL File.
      New hydroelectric activity. Learn how an hydoelectric dam works.
      Fixed a minor race issue in watercycle.
      Improved hydroelectric to have a solar and wind farm.
      Now the bonus is displayed when the 3 producers and 3 consumers are switched on at the same time.
      Added rotation of the wind farm.
      Improved hydroelectric activity. solar panel have a on/off position.
      Improved hydroelectric activity, there is now a 3 level progression.
      Minor, added the user_dir in the regular stdout of gcompris startup.
      Now the erase activity reads the .jpg file in its data directory instead of being hardcoded.
      Minor, little update in the mingw compilation chain. -mwindows seems deprecated.
      New word list for Czech by Marek Ä?ernocký.
      Minor, updated the manual of hydroelectric activity.
      Added 2 new activities to learn to give money make in a shop.
      Better tuning for money back activity.
      Improved the manual for money_back activities.
      Added missing file to translate.
      Added toolips in the watercycle activity to explain the different items.
      Added missing createit.sh script from the tarball.
      Added more animal images taken from wikipedia.
      Fixed .gitignore
      Added .gitignore update in out createit script.
      Minor, updated activity name in the template.
      Major random crash fix. In python activity, a call to gcompris.skin.svg_get() was freeing the skin object but it should not.
      Minor: Removed unused static declaration.
      Minor installation and make dist issue. Now it works fine even if boards/voices is a symbolic link.
      Created 9.6BETA2
      added missing language in gcompris2spip.pl
      Sort the language in the config manu by their name instead of the locale code.
      Added a reset button for the locale in the configuration dialog .
      Added support for Zulu.
      In the submarine activity, we now destroy and reset the frigate motion when we enter the help.
      RELEASE 9.6
      Fixed to have a proper python path to compile the MacOSX version.
      Added translations in the bundle.
      Fixed MacOSX bundle.
      Updated by the gtk toolchain.

Chao-Hsiung Liao (1):
      Updated Traditional Chinese translation(Hong Kong and Taiwan)

Christian Kirbach (1):
      [l10n] Updated German translation

Claude Paroz (1):
      Updated French translation

Daniel Mustieles (2):
      Updated Spanish translation
      Updated Spanish translation

Daniel Nylander (6):
      Updated Swedish translation
      Updated Swedish translation
      Updated Swedish translation
      Updated Swedish translation
      Updated Swedish translation
      Updated Swedish translation

Fran Diéguez (1):
      Updated Galician translations

Frederico Gonçalves Guimarães (1):
      Updated Brazilian Portuguese translation

Friedel Wolff (4):
      Updated translation for Afrikaans (af)
      Updated translation for Afrikaans (af)
      Wordlist for Afrikaans (af)
      Add Zulu (zu) translation to build system

Gabor Kelemen (3):
      Updated Hungarian translation
      Several small fixes
      Updated Hungarian translation

Gonçalo Cordeiro (1):
      Updated Galician translations

Hans de Goede (1):
      Fixed code to compile with the -Werror=unused-but-set-variable gcc new compilation flag.

Joe Hansen (2):
      Updated Danish translation
      Updated Danish translation

Jorge González (3):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Karl Ove Hufthammer (2):
      Much longer word list for Norwegian Nynorsk.
      Updated Norwegian Nynorsk translation (still some missing strings).

Khaled Hosny (3):
      Updated Arabic translation
      Updated Arabic translation
      Updated Arabic translation

Kristjan SCHMIDT (1):
      Updated Esperanto translation

Marek Ä?ernocký (6):
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation

Mario Blättermann (2):
      [l10n] Updated German translation
      [l10n] Updated German translation

Matej UrbanÄ?iÄ? (1):
      Added Slovenian translation

Montenegro Consulting Company (1):
      Added Montenegrin translation by Montenegro Consulting Company <savjetujme gmail com>

Olav Vitters (1):
      Add DOAP file

Peter Ujfalusi (1):
      Fixed invisible cursor on 64 bits systems.

Petr Kovar (3):
      Update Czech translation by Marek Cernocky
      Update Czech translation by Marek Cernocky
      Update Czech translation by Marek Cernocky

Priscilla Mahlangu (1):
      New translation for Zulu (zu)

Sylvia Sánchez (1):
      Updated Spanish translation

Xandru Armesto (1):
      Updated asturian translation

Yannis Kaskamanidis (1):
      Updated Greek translation

Yuri Myasoedov (1):
      Updated Russian translation



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]