Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* This is an Empty ChageLog to be filled up with git logBruno Coudoin2009-07-121-0/+4
| | | | at make dist time.
* No more maintain the ChangeLog manually, use git log instead.Bruno Coudoin2009-07-051-23866/+0
|
* Updated ChangeLogBruno Coudoin2009-06-191-0/+16
|
* *** RELEASE 8.3.12 ***Bruno Coudoin2009-03-291-0/+2
| | | | svn path=/trunk/; revision=3805
* Hopefully fixed a race in which tux could play several time alone or stopBruno Coudoin2009-03-261-0/+5
| | | | | | | | * src/boards/memory.c: (sound_callback): Hopefully fixed a race in which tux could play several time alone or stop after a single play. svn path=/trunk/; revision=3800
* updatedBruno Coudoin2009-03-241-0/+5
| | | | svn path=/trunk/; revision=3796
* - Replaced a level in memory sound to make the difficulty always increasingBruno Coudoin2009-03-241-0/+7
| | | | | | | | * src/boards/memory.c: (start_board): * boards/voices/*: normalized sounds. svn path=/trunk/; revision=3790
* - Reverted a commit in which Bruno broke the saving of the content.txtBruno Coudoin2009-03-201-0/+9
| | | | | | | file. svn path=/trunk/; revision=3786
* - Fixed a little issue. It was possible for the user inBruno Coudoin2009-03-171-0/+9
| | | | | | | | memory sound against tux to click on as many card she wants if she does not wait for the end of the sound. svn path=/trunk/; revision=3782
* - Replaced letter that differenciate blocks forBruno Coudoin2009-03-151-0/+8
| | | | | | | | color blinds by ASCII symbols that are locale agnostic. svn path=/trunk/; revision=3775
* - Fixed an annoying bug in the locale selection.Bruno Coudoin2009-03-141-0/+10
| | | | | | | | | | Punjabi was twice in our internal list which makes it impossible to access locale after Portuguese in our list. It was possible to access locale by going backward but really annoying. svn path=/trunk/; revision=3771
* - Fixed a crash case by Miguel in the configuration.Bruno Coudoin2009-03-121-0/+9
| | | | | | | | in a languge setting configuration of an activity if we change the language, gcompris crashes. svn path=/trunk/; revision=3769
* release 8.4.11Bruno Coudoin2009-03-111-0/+2
| | | | svn path=/trunk/; revision=3768
* Patch from Miguel that fixes the configurationBruno Coudoin2009-03-101-0/+19
| | | | | | | of python activities (tuxpaint and login was crashing). svn path=/trunk/; revision=3765
* Release 8.4.9Bruno Coudoin2009-03-091-0/+2
| | | | svn path=/trunk/; revision=3762
* - gnet is now enable by default.Bruno Coudoin2009-03-041-0/+6
| | | | svn path=/trunk/; revision=3758
* - Patch from Miguel. On some windows manager, we were crashingBruno Coudoin2009-03-031-0/+7
| | | | | | | when opening a configuration windows while in fullscreen. svn path=/trunk/; revision=3756
* - Was not compiling when USE_GNET was not active.Bruno Coudoin2009-03-031-0/+10
| | | | svn path=/trunk/; revision=3755
* - Patch from Johan Cwiklinski <mailings x-tnd.be>Bruno Coudoin2009-02-281-0/+9
| | | | | | | to support python 2.6 svn path=/trunk/; revision=3749
* - Now properly points use images in ~My GCompris/ImagesBruno Coudoin2009-02-241-0/+10
| | | | | | | | | | In the animation activity, the image selector will display all images from this directory. (FIXME: There is a readme file in it that we failed to load as an image). svn path=/trunk/; revision=3743
* - Fixed strings:Bruno Coudoin2009-02-241-0/+15
| | | | | | | | | | | | | | | | | * boards/babyshapes.xml.in: * boards/babyshapes/board8_1.xml.in: * boards/babyshapes/board8_4.xml.in: * src/boards/reading.c: (reading_create_item): * src/gcompris/board_config_wordlist.c: (gc_board_config_wordlist): - Fixed bug, the configuration was crashing uppon startup from the admin mode * src/boards/missingletter.c: (_init), (start_board), (config_start): * src/boards/missingletter_config.c: * src/boards/python/admin/board_list.py: svn path=/trunk/; revision=3741
* - Added missing Paul before GauguinBruno Coudoin2009-02-201-0/+6
| | | | svn path=/trunk/; revision=3731
* - Should fix the empty date field in the log on WindowsBruno Coudoin2009-02-191-0/+6
| | | | svn path=/trunk/; revision=3727
* - Minor updates regarding translationsBruno Coudoin2009-02-191-0/+10
| | | | svn path=/trunk/; revision=3725
* - Miquel DE IZARRA Added support for editing the content of the missingBruno Coudoin2009-02-161-0/+28
| | | | | | | - Miquel DE IZARRA Added support for editing the content of the missing letter activity. svn path=/trunk/; revision=3722
* Miguel DE IZARRA added support for online wordlist.Bruno Coudoin2009-02-051-0/+47
| | | | | | | | | | | | | | | | | | | This save custom data in user_dir and make a content.txt (a md5sum like file) listing custom files. Simply put this files in a web server to diffuse in classroom. GCompris clients are launch with --server and --cache-dir On start, client download content.txt from server. And when a client need a file: - first he search in server list (from content.txt) - if found, he check md5 of file in cache_dir - if md5 isn't ok, file is download in cache_dir file in cache_dir is used - if not found, search in package_dir (like now) svn path=/trunk/; revision=3720
* Recoded the fix 3706 to not use a coding style not supportedBruno Coudoin2009-02-011-0/+8
| | | | | | by python 2.4 svn path=/trunk/; revision=3718
* Vitali Perchonok is com gmail from vitali.peBruno Coudoin2009-01-311-1/+4
| | | | | | | | Graphical improvements. Images taken from openclipart. Matieu Ignacio: New original background for the target activity. svn path=/trunk/; revision=3714
* Vitali Perchonok is com gmail from vitali.peBruno Coudoin2009-01-311-0/+12
| | | | | | | | Graphical improvements. Images taken from openclipart. Matieu Ignacio: New original background for the target activity. svn path=/trunk/; revision=3713
* Fixed for RTL.Bruno Coudoin2009-01-301-0/+7
| | | | svn path=/trunk/; revision=3712
* Fixed crash bug when board finished.Bruno Coudoin2009-01-301-0/+7
| | | | svn path=/trunk/; revision=3711
* Fixed crash bug when changing level while dragging an item (2 click drag mode)Bruno Coudoin2009-01-301-0/+7
| | | | svn path=/trunk/; revision=3710
* Added RTL support.Bruno Coudoin2009-01-301-0/+8
| | | | svn path=/trunk/; revision=3709
* Prevent an evil crash bug when the kids press 2 buttons at the same timeBruno Coudoin2009-01-301-0/+7
| | | | svn path=/trunk/; revision=3708
* Fixed small bug (2 player mode) -> show happy flower even if player 2 winsBruno Coudoin2009-01-301-0/+7
| | | | svn path=/trunk/; revision=3707
* Fixed refresh issue of tux.Bruno Coudoin2009-01-301-0/+7
| | | | svn path=/trunk/; revision=3706
* Vitali Perchonok is com gmail from vitali.peBruno Coudoin2009-01-301-0/+9
| | | | | | | | | | Allow only left button on HOME. Using left button only should prevent the menu from freezing when pressing two or more buttons at the same time (Not sure what the bug was but it does not hurt). svn path=/trunk/; revision=3705
* Miguel DE IZARRA implemented the wordlist selector.Bruno Coudoin2009-01-301-0/+38
| | | | | | | | We need some improvement to save data in the ~/My GCompris instead of the system datadir directory. svn path=/trunk/; revision=3700
*