Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Filter Chart InputsHEADmasterSai Vineet2013-11-202-2/+22
| | | | | | | | | | | | Problem: Error when inputting value with preceding "$" causes a problem - Invalid value The value must be a number (integer or decimal) - the wording is too advanced for primary school students to understand, need to implement a filter to prevent such vales from being entered. Solution: Implement a filter to extract the most probable input the user wants. If there is not probable input, like "dscsdc", then display error message. Fixes #4588
* Font change implementedAgustin Zubiaga2013-11-1810-3/+995
| | | | | | | Tick (X and Y values) colortoolbutton is not working cause SugarPycha does not support (change values color) it yet, it always draw it black. Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fixing a little bugAgustin Zubiaga2013-11-182-3/+5
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Version 11Agustin Zubiaga2013-11-172-1/+6
|
* Replace every simplejson invokev11Agustin Zubiaga2013-11-171-2/+2
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Use simplejson if json isn't in the systemAgustin Zubiaga2013-11-171-1/+6
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
*