Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/sudoku.xml.in
Commit message (Collapse)AuthorAgeFilesLines
* Major rework of activity icons by Mathieu Ignacio.Bruno Coudoin2007-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | These Images are an original creation of Mathieu Ignacio. Released under GPL. Starting now, we switch to the svg format. * po/POTFILES.skip: Updated * src/boards/Makefile.am: cleanup, removed draw.c * src/boards/Makefile.mingw: - * src/boards/draw.c: - * src/boards/python/anim.py: removed focus highlight to keep the ON buttons. * src/boards/python/redraw.py: removed image boards/draw directory, use them from skins now. * src/boards/wordprocessor.c: (wordprocessor_create): use draw skin image now * src/gcompris/gameutil.c: (gc_pixmap_load): Now return a blank inline pixmap instead of NULL if the file is not found. * src/libgnomecanvas/gnome-canvas-rich-text.c: removed translatable string svn path=/trunk/; revision=2694
* - There were a lot of bad formatted xml string in the menus for the help.Bruno Coudoin2006-10-181-8/+5
| | | | | | When a line is split on several lines, the xml:space="preserve" was missing in numerous places. It means that many translations was missing. - Fixed some bad English thanks to Clytie.
* Updated, created screenshots of new activities.Bruno Coudoin2006-02-131-1/+1
|
* reorganise menus suppress -d filter option in menu.c add --experimentalYves Combe2006-01-181-1/+1
| | | | | | | | | reorganise menus suppress -d filter option in menu.c add --experimental probably some boards will disappears (if typo in xml.in section). pass version to 7.29 to force reread xml
* Improved gartoon text colors.Bruno Coudoin2005-09-281-12/+0
| | | | | Added many text shadows Removed warnings
* Added keywords in our menu file to provide keyword searchingBruno Coudoin2005-09-261-0/+12
| | | | | | | for the ofset gnuedu project. It maybe usefull also for the gcompris website and our administratif activity filter. The keywords are incomplete yet. Fixed some warnings.
* Fixed comilation option --disable-sqlite.Bruno Coudoin2005-09-111-1/+1
| | | | | | | | | | Should work as expected now. Changed all original message to use &gt; and &lt; in .xml.in files. Not using them bugs the libxml2 parsing. I added them around all http://... reference because translators tend to use the form <http://...> now hopefully they will respect this syntax.
* 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.
* typos (thanks to Gabor Kelemen) After gcompris team review, fixed severalBruno Coudoin2005-08-251-3/+3
| | | | | | | * boards/sudoku.xml.in: typos (thanks to Gabor Kelemen) * src/boards/python/sudoku.py: After gcompris team review, fixed several bugs, added support for drop over previous symbol added current sublevel number display
* Changed the difficulty from 1 to 5 updated help completed, now work inBruno Coudoin2005-08-241-4/+5
| | | | | | | | * boards/fifteen.xml.in: Changed the difficulty from 1 to 5 * boards/sudoku.xml.in: updated help * src/boards/python/sudoku.py: completed, now work in drag and drop mode * src/boards/railroad.c: (reposition_model): fix by François Gannaz the original position was not resetted on repeat button
* Now the square number that cause the number entering refusal isBruno Coudoin2005-08-201-1/+1
| | | | highlighted
* added goal and manual. Thanks for wikipedia. added missing sudoku improvedBruno Coudoin2005-08-201-5/+6
| | | | | | | * boards/sudoku.xml.in: added goal and manual. Thanks for wikipedia. * po/POTFILES.in: added missing sudoku * src/boards/python/sudoku.py: improved colors * boards/boardicons/sudoku.png: created by bruno
* - Included art from Nicu for Mister PotatoBruno Coudoin2005-08-201-0/+18
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)