Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/login.xml.in
Commit message (Collapse)AuthorAgeFilesLines
* - Review of English strings by Clytie SiddallBruno Coudoin2006-01-221-5/+5
| | | | | - 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.
* Fixed english text. Bug #315177Bruno Coudoin2005-09-041-1/+1
| | | | | | | | 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.
* - added continent voices for french by Julien GillesBruno Coudoin2005-08-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed useless translation in src/gcompris/gcompris_db.c * boards/login.xml.in: typo * boards/sounds/fr/geography/COPYRIGHT: * boards/sounds/fr/geography/africa.ogg: Continent files are from Julien Gilles * boards/sounds/fr/geography/america.ogg: * boards/sounds/fr/geography/antartica.ogg: * boards/sounds/fr/geography/asia.ogg: * boards/sounds/fr/geography/europa.ogg: * boards/sounds/fr/geography/gcompris_geography_fr.assetml.in: * boards/sounds/fr/geography/oceania.ogg: * configure.in: change for french geography version * src/boards/fifteen.c: (fifteen_create_item): font change * src/boards/python/pythontest.py: removed useless translation * src/boards/reading.c: (reading_create_item): do not use pango for black overwrite because it bugs for unknown reason * src/gcompris/config.c: (gcompris_config_start): changed message * src/gcompris/gcompris.c: minor, changed message * src/gcompris/gcompris_db.c: (gcompris_db_init), (gcompris_get_profile_from_id), (gcompris_get_users_from_group), (gcompris_get_user_from_id), (gcompris_get_class_from_id), (gcompris_get_profiles_list), (gcompris_get_group_from_id), (gcompris_get_groups_list), (gcompris_get_users_list), (gcompris_get_classes_list): removed useless translation in src/gcompris/gcompris_db.c
* - Included art from Nicu for Mister PotatoBruno Coudoin2005-08-201-1/+1
| | | | | | | | | | | | | Nicu Buculei <nicu@nicubunu.ro> gave us it's Mister Potato and released it under GPL. - Implemented a first login screen. Not all problem solved and we need at least a login level where kids enter their name with the keyboard. The problem with the current login is that it become a top level pseudo board which is loaded shortly even if there is no users. When there is no users, the login should not be used at all. - Implemented a Sudoku activity (uncomplete yet, the 3x3 sub square is not checked by the computer)
* - Fixes several issue in src/boards/python.c. No more craches.Bruno Coudoin2005-08-021-0/+21
- Prepared the login screen but empty for now - Renamed reread_xml by reread_menu - Now the noxrandr param is 'almost' persistant in the config file 'almost' because until you enter and quit the gcompris config panel, it is not saved. This is very dangerous becaus after that there is no way to put back xrander in since there is no --withxrandr switch. WARNING: This need more works !!