Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/chat.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
* Fixed typos by ClytieBruno Coudoin2007-01-041-2/+2
| | | | svn path=/trunk/; revision=2445
* - Moved chat out of experimental. It has an icon nowBruno Coudoin2006-12-111-4/+5
| | | | | | | | created from the xchat icon of the gartoon theme. More help displayed. Scrolling now follow the last text message - Replaced cursors by a new cursor set from Franck. - Now erase uses the sponge cursor.
* - Created a new activity, a mini local chat based on multicast.Bruno Coudoin2006-12-091-0/+15
It does not require a server. * src/boards/python/electric.py: used gobject.source_remove() instead of GTK API * src/gcompris/gcompris.c: (gc_init): fixed static init where it needs allocated memory.